Initial commit

This commit is contained in:
TheTrouper
2024-04-17 19:00:29 -05:00
committed by GitHub
commit 6341bb6e63
19 changed files with 639 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()
}
}