Upload source code, added esa crystal, Esa golem glitched

This commit is contained in:
2023-07-21 14:37:21 -04:00
commit 73d8546a95
25 changed files with 3642 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()
}
}