first commit

This commit is contained in:
Lars Behrends
2025-12-28 22:15:00 +01:00
commit 160b1dc341
22 changed files with 1026 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()
}
}