Initial commit

This commit is contained in:
2025-08-18 23:34:11 +02:00
parent 0e5f881d85
commit 7a08a291de
18 changed files with 950 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()
}
}