initial commit

This commit is contained in:
2025-11-11 23:55:24 +01:00
commit 8394175179
14 changed files with 565 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()
}
}