Browse Source

Fix: Disable lithium's new blockstate neighbor mixin with FC

malte0811 3 years ago
parent
commit
15025982a1
2 changed files with 7 additions and 2 deletions
  1. 6 1
      fabric/src/main/resources/fabric.mod.json
  2. 1 1
      gradle.properties

+ 6 - 1
fabric/src/main/resources/fabric.mod.json

@@ -32,5 +32,10 @@
     "ferritecore.predicates.mixin.json",
     "ferritecore.dedupbakedquad.mixin.json",
     "ferritecore.fabric.mixin.json"
-  ]
+  ],
+  "custom": {
+    "lithium:options": {
+      "mixin.alloc.blockstate": false
+    }
+  }
 }

+ 1 - 1
gradle.properties

@@ -4,5 +4,5 @@ minecraft_version=1.18.1
 archives_base_name=ferritecore
 mod_version=4.0.0
 maven_group=malte0811.ferritecore
-fabric_loader_version=0.12.8
+fabric_loader_version=0.12.11
 forge_version=39.0.10