Fix dev launch for fabric and forge

This commit is contained in:
Zoë
2022-06-30 18:30:13 -07:00
parent d7be33fa55
commit 18de2c3f99
15 changed files with 140 additions and 66 deletions
@@ -1,8 +0,0 @@
{
"schemaVersion": 1,
"id": "terra-common",
"version": "1.0.0",
"mixins": [
"terra.common.mixins.json"
]
}
@@ -1,2 +0,0 @@
accessWidener v1 named
accessible class net/minecraft/world/biome/Biome$Weather
@@ -4,6 +4,7 @@
"package": "com.dfsek.terra.mod.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"access.BiomeAccessor",
"access.MobSpawnerLogicAccessor",
"access.StateAccessor",
"access.StructureAccessorAccessor",
@@ -42,6 +43,5 @@
],
"injectors": {
"defaultRequire": 1
},
"refmap": "terra-common-refmap.json"
}
}