Missing position update in some block entities
0x000006 opened this issue ยท 2 comments
Steps to Reproduce
-
Place down a Sculk Sensor, Sculk Shrieker or a Sculk Catalyst.
-
Move the block somewhere else using shift + right click.
-
Run the command "/data get block listener.source.pos".
Expected Behavior
The command returns an int[] with the new position of the block.
Actual Behavior
The command returns the old position of the block.
Version of Minecraft, Carry On, Forge/Fabric
Minecraft 1.19.3, Carry On v2.0.4.15, Fabric
Since it's saved in NBT, and seems to be unique to sculk blocks, I'd need to hardcode it for them. How did you figure out that this data wasn't updated correctly?