Successful default config load in Fabric

This commit is contained in:
dfsek
2020-12-13 02:00:15 -07:00
parent a3add9b20f
commit 2c15a9fc0c
19 changed files with 70 additions and 600 deletions
@@ -4,10 +4,10 @@
"package": "com.dfsek.terra.fabric.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [],
"client": [],
"server": [
"client": [
"GeneratorTypeAccessor"
],
"server": [],
"injectors": {
"defaultRequire": 1
}