Initial commit

This commit is contained in:
2025-10-01 19:41:40 +02:00
commit 54e9d77665
18 changed files with 703 additions and 0 deletions

9
settings.gradle Normal file
View File

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