Initial commit

This commit is contained in:
KäseToatz
2024-07-12 00:10:57 +02:00
parent 23d7968010
commit 450268d399
12 changed files with 610 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()
}
}