We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6dc76 commit f4ec9daCopy full SHA for f4ec9da
1 file changed
src/main/java/com/falsepattern/falsetweaks/mixin/plugin/standard/Mixin.java
@@ -156,7 +156,7 @@ public enum Mixin implements IMixin {
156
//Both of them
157
Occlusion_OptiFastCraft_RenderGlobal_ObfMixin(Side.CLIENT,
158
THREADING.and(require(TargetedMod.FASTCRAFT).or(REQUIRE_ANY_OPTIFINE)).and(OBF_ONLY),
159
- "occlusion.optifastcraft.RenderGlobalMixin"),
+ "occlusion.optifastcraft.RenderGlobal_ObfMixin"),
160
Occlusion_OptiFastCraft_RenderGlobal_DevMixin(Side.CLIENT,
161
THREADING.and(require(TargetedMod.FASTCRAFT).or(REQUIRE_ANY_OPTIFINE)).and(DEV_ONLY),
162
"occlusion.optifastcraft.RenderGlobal_DevMixin"),
0 commit comments