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
When the new version of this mod is present, the accurateblockplacement feature of Tweakeroo is broken.
Replication steps:
get an observer
enable accurateblockplacement=yes in tweakeroo config
use the hotkey (default alt) to have the block placement overlay show
place a block with a non-default orientation
the block is placed with default orientation (bug)
Remove mod, this works correctly.
Log item
The log item clearly indicates taht this is due to using @Redirect, maybe a simple fix is to use @Inject at HEAD instead.
08:09:10] [Render thread/WARN] (FabricLoader/Mixin) @Redirect conflict. Skipping mixins.tweakeroo.json:MixinMinecraftClient from mod tweakeroo->@Redirect::onProcessRightClickBlock(Lnet/minecraft/class_636;Lnet/minecraft/class_746;Lnet/minecraft/class_1268;Lnet/minecraft/class_3965;)Lnet/minecraft/class_1269; with priority 990, already redirected by cleancut.mixins.json:MinecraftClientMixin from mod cleancut->@Redirect::onItemUse(Lnet/minecraft/class_636;Lnet/minecraft/class_746;Lnet/minecraft/class_1268;Lnet/minecraft/class_3965;)Lnet/minecraft/class_1269; with priority 1000
When the new version of this mod is present, the accurateblockplacement feature of Tweakeroo is broken.
Replication steps:
Remove mod, this works correctly.
Log item
The log item clearly indicates taht this is due to using
@Redirect
, maybe a simple fix is to use@Inject
at HEAD instead.versions
The text was updated successfully, but these errors were encountered: