Initial commit

This commit is contained in:
Gæmer
2025-07-22 11:58:09 +02:00
commit 91c0137f61
21 changed files with 822 additions and 0 deletions

10
settings.gradle Normal file
View File

@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}