first commit

This commit is contained in:
iceBear67
2026-07-31 10:46:40 +00:00
commit ae8c4f5232
65 changed files with 4124 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { name = 'NeoForged'; url = 'https://maven.neoforged.net/releases' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
rootProject.name = 'chunkinspector'