little tiles conflict
fayer3 opened this issue ยท 8 comments
these two mixins are conflicting
https://github.com/CreativeMD/LittleTiles/blob/bf2278ea20472e7fc44b2b1fe8ea7f37fb39d7ae/src/main/java/team/creative/littletiles/mixin/client/MinecraftMixin.java#L89-L92
littletiles.mixins.json:client.MinecraftMixin from mod littletiles->@Redirect::isDestroying(Lnet/minecraft/client/multiplayer/MultiPlayerGameMode;)Z with priority 1000, already redirected by vivecraft.mixins.json:client_vr.MinecraftVRMixin from mod vivecraft->@Redirect::vivecraft$seatedCheck(Lnet/minecraft/client/multiplayer/MultiPlayerGameMode;)Z with priority 1000
Guess we can use something like wrap operation from mixin extra's to fix the conflict? I think we both would need to.
sorry, read it backwards, if that returns true the method is canceled, but we seem to want to run it always in standing mode
Made use of MixinExtra's wrapper operator, which should hopefully fix this issue.
duplicate of #278 I somhow logged this twice