Fix #8777: Permanently connected Portable Storage (PSI) Interface facing upwards or sideways unnecessarily pauses the contraption#9995
Conversation
|
@McModknower, this pull request is targeting the wrong branch. Pull requests should target the branch corresponding to the earliest supported Minecraft version unless the changes are specific to code that only exists for a newer Minecraft version. Please change the target branch, resolve any merge conflicts, and leave a message here so we can continue with the process of reviewing and merging this pull request. Thanks! |
Discovered while investigating Creators-of-Create#8777 Fixing this only makes that problem worse, but makes mechanical drills work in both directions (partly, it still depends on the rotation direction if they actually break blocks)
Fixes Creators-of-Create#8777 by carrying additional information about the real motion in case of the special activation timer
d08bf05 to
d6f58a6
Compare
Issue still exists on 1.21.1, target is changed, no merge conflicts happened, ready for further review. |
Fixes this by carrying additional information in the MovementContext about the real movement when synthetic movement for activation in the center of rotating contraptions is set.
Also fixes the synthetic movement not being set when the affected block is facing in a negative direction.
Fixes #8777