-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: Minecraft 1.11.2, Minecraft 17w06a, Minecraft 1.12, Minecraft 1.12.1 Pre-Release 1, Minecraft 1.12.2, Minecraft 17w45b, Minecraft 17w46a, Minecraft 17w47a, Minecraft 17w47b, Minecraft 18w02a, Minecraft 18w19b, Minecraft 1.13-pre1, Minecraft 1.13.2, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a
-
Fix Version/s: None
-
Labels:
-
Confirmation Status:Confirmed
-
Category:(Unassigned)
The bug
It appears that the structure block saves its mode in both the block state and its nbt data.
Expected: it is only saved in the block's states or nbt data, not both.
How to reproduce
- Place a SAVE structure block
/setblock ~2 ~ ~-1 structure_block default replace {mode:"SAVE"}
- Use the /testforblock command to make sure the mode is stored as well and is not a case of
MC-109591/testforblock ~2 ~ ~-1 structure_block mode=save
- Place a LOAD structure block
/setblock ~2 ~ ~1 structure_block default replace {mode:"LOAD"}
- Use the /testforblock command to make sure the mode is stored as well and is not a case of
MC-109591/testforblock ~2 ~ ~1 structure_block mode=load