Initial commit

This commit is contained in:
2026-01-01 02:31:47 +01:00
commit 1a8841ce5a
18 changed files with 766 additions and 0 deletions

10
settings.gradle Normal file
View File

@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}