Initial commit

This commit is contained in:
mcrcortex
2023-11-14 08:16:22 +10:00
commit 046a419e4f
89 changed files with 5798 additions and 0 deletions

9
settings.gradle Normal file
View File

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