You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixing client.vanilla.TessellatorMixin from mixins.triangulator.json into net.minecraft.client.renderer.Tessellator
is absent, and java.lang.ClassCastException: com.falsepattern.triangulator.mixin.plugin.MixinPlugin cannot be cast to org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
is likely related.
The "Triangulator is not calibrated" message comes up, so the mod does load, it's just the mixins that don't get applied.
The text was updated successfully, but these errors were encountered:
Old good
New bad
Log:
fml-client-latest.log
Mixing client.vanilla.TessellatorMixin from mixins.triangulator.json into net.minecraft.client.renderer.Tessellator
is absent, and
java.lang.ClassCastException: com.falsepattern.triangulator.mixin.plugin.MixinPlugin cannot be cast to org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin
is likely related.
The "Triangulator is not calibrated" message comes up, so the mod does load, it's just the mixins that don't get applied.
The text was updated successfully, but these errors were encountered: