First Commit

This commit is contained in:
tonitch
2025-03-14 10:00:24 +01:00
commit 0cffcf35ac
17 changed files with 469 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()
}
}