
Changing mined face with the hammer changes preivew but not result
Closed this issue ยท 2 comments
Minecraft Version
1.20.1
Modloader
Forge
Modloader Version
47.4.1
Mantle Version
1.11.61
Tinkers' Construct Version
3.10.1.76
Describe your issue
When you change the face you are aiming at when mining a block with the hammer the preview changes but the actual mined blocks do not.
This can be resolved one of two ways, either not updating the preview or updating the mined blocks. I would much prefer the latter as that is most intuitive.
Steps to reproduce
Minecraft.-Forge.1.20.1.-.Singleplayer-2025-06-11_18.39.51.mp4
Crash Report
No response
Can you reproduce with just Tinkers?
I have not tried
Performance Enchancers
Rubidium/Embeddium, Other (specify under other mods)
Other mods
See previous issues regarding me consuming my hat.
Searched for known issues?
Checked pinned issues, Searched open issues, Searched closed issues
Hmm, this is an interesting one.
The simplest fix is just swapping from the start action to the stop action in the left click block event. Will mean any modifiers changing break speed may use the wrong side (affects light speed).
The better fix is probably just adjusting the client side to continue with whatever the initial side was. This is also more thematic as you can't just swap last minute with extra blocks are being hit. Though that method was never designed to be used client side so I'll have to verify its correctly stored for integrated servers.