Initial commit

This commit is contained in:
2025-07-08 02:30:03 +02:00
parent 68ef26b9c4
commit 1376c1b738
20 changed files with 726 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()
}
}