first commit

This commit is contained in:
RyanTLG
2022-03-01 13:30:19 +02:00
commit a93dcb177c
237 changed files with 3310 additions and 0 deletions

10
settings.gradle Executable file
View File

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