Initial commit

This commit is contained in:
KäseToatz
2025-02-03 11:45:14 +01:00
commit 40ee6e31e2
10 changed files with 216 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()
}
}