Skip to content

Commit f4ec9da

Browse files
committed
fix mixin typo
1 parent 8e6dc76 commit f4ec9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/falsepattern/falsetweaks/mixin/plugin/standard

src/main/java/com/falsepattern/falsetweaks/mixin/plugin/standard/Mixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public enum Mixin implements IMixin {
156156
//Both of them
157157
Occlusion_OptiFastCraft_RenderGlobal_ObfMixin(Side.CLIENT,
158158
THREADING.and(require(TargetedMod.FASTCRAFT).or(REQUIRE_ANY_OPTIFINE)).and(OBF_ONLY),
159-
"occlusion.optifastcraft.RenderGlobalMixin"),
159+
"occlusion.optifastcraft.RenderGlobal_ObfMixin"),
160160
Occlusion_OptiFastCraft_RenderGlobal_DevMixin(Side.CLIENT,
161161
THREADING.and(require(TargetedMod.FASTCRAFT).or(REQUIRE_ANY_OPTIFINE)).and(DEV_ONLY),
162162
"occlusion.optifastcraft.RenderGlobal_DevMixin"),

0 commit comments

Comments
 (0)