Stabilized contraptions are 1/8 of a block too low
techno-sam opened this issue ยท 1 comments
Describe the Bug
When a Stabilized contraption is created on a Minecart contraption, the Stabilized contraption renders (and has collisions) 2 pixels lower than the Minecart contraption (see screenshot 1).
However, Stabilized contraptions are at the correct height on Bearing contraptions (see screenshot 2).
There may be something specific about OrientedContraptionEntity
, since the same issue as with Minecart contraptions also occurs on Train Carriages when experimenting in Steam 'n Rails dev.
Reproduction Steps
- Build a minecart contraption with mechanical bearings to form Stabilized contraptions
- Assemble the contraption
- Notice that the Stabilized contraptions are located too low
Expected Result
Stabilized contraptions should be located at the same height as their 'parent' Minecart contraption, as they are with Bearing contraptions.
Screenshots and Videos
Crash Report or Log
No response
Operating System
Ubuntu 22.04.4
Mod Version
0.5.1f
Minecraft Version
1.19.2
Forge Version
Fabric 0.77.0 (but confirmed by screenshots in #3640 to also happen on forge)
Other Mods
No response
Additional Context
No response
Fixed by #6592