Initial release

This commit is contained in:
Klier
2022-10-27 10:23:45 +02:00
commit 0ec4c998e3
55 changed files with 3781 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()
}
}