Initial commit

This commit is contained in:
KäseToatz
2025-02-11 04:04:27 +01:00
commit 3e1443e639
12 changed files with 240 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()
}
}