-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13-pre7
-
None
-
Minecraft Java Edition, Version 1.13-pre7, Fedora Linux 28 x86-64, Oracle Java 10.0.1 (JDK),
-
Unconfirmed
When using the setblock command to create a structure block, the block state of the created block is always "mode=data", even if the block state is specified as something else.
For example:
/setblock ~1 ~1 ~1 minecraft:structure_block[mode=save] destroy
Creates a structure block in the "mode=data" block state. The fill command appears to have the same behavior:
/fill ~1 ~1 ~1 ~1 ~1 ~1 minecraft:structure_block[mode=save]
Using the block's GUI does change the block state as the Data/Save/Load/Corner button is clicked.
- duplicates
-
MC-102383 Structure Block Block Data Not Working
- Resolved