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.
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, andjava.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.