[BUG] When using the GT wrench to rotate the Ender Utilities block, the contents are emptied
KasumiNova opened this issue ยท 3 comments
Describe the bug
Using the GT wrench to rotate the Ender Utilities blocks, the contents are emptied.
Versions
Forge: 14.23.5.2860
GTCEu: 2.1.4-beta
Modpack: StarryNight Pray
Setup
Does this issue happen on Singleplayer, a Server, or both: Both
Does this issue happen on a newly generated world: Both
Steps To Reproduce
- Place a rotatable block of Ender Utilities.
- Put something in, such as memory cards, items.
- Rotate them with a GT wrench (electric or regular).
- Open them and the contents disappear.
Expected behavior
This will result in unnecessary item loss for the player.
Videos
Google Drive
Additional context
The wrench of other mods does not cause this problem, I think it is a problem of GT.
In additional, EnU blocks are not rotated right and always set the facing to north.
Also, it will sets Rotation from its NBT to 2.
But anyway, wrench will detect it as "rotated" and no longer work unless player tries to rotate it to other direction.
(F3 Debug will always show block as north and it's right. But it returns wrong state.)
It seems EnU storage has rotation on property and NBT both.
In additional, EnU blocks are not rotated right and always set the facing to north. Also, it will sets Rotation from its NBT to 2.
But anyway, wrench will detect it as "rotated" and no longer work unless player tries to rotate it to other direction.