Initial commit - Grappling Hook mod

This commit is contained in:
jessy-david-dev
2026-04-07 19:56:33 +02:00
commit b9caeb7ba2
43 changed files with 1226 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}