Initial commit

This commit is contained in:
KäseToatz
2025-08-22 23:54:52 +02:00
parent 3de8506524
commit 1403d6dbed
28 changed files with 1131 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()
}
}