Initial useful commit
Some checks failed
build / build (push) Failing after 35s

This commit is contained in:
2026-01-24 21:46:14 +02:00
commit b4bf12e04f
26 changed files with 1219 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()
}
}