Initial Commit
All checks were successful
build / build (push) Successful in 1m6s

This commit is contained in:
2025-04-22 17:08:29 +02:00
commit d9bd79a22a
20 changed files with 818 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()
}
}