Initial commit

This commit is contained in:
KäseToatz
2024-07-09 20:55:57 +02:00
parent 092e763b5d
commit 8c9e1b419a
9 changed files with 208 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()
}
}