Initial commit

This commit is contained in:
KäseToatz
2024-07-13 16:36:39 +02:00
parent e58f179209
commit bef08cccf1
17 changed files with 667 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()
}
}