mojira.dev
MC-102383

Structure Block Block Data Not Working

When using the /setblock command to place structure blocks, the blockdata tag is not working properly as all structure blocks are placed as "Data" blocks regardless of blockdata amount.

Commands such as /setblock ~ ~ ~ minecraft:structure_block 1 do not work properly as a structure block with the blockdata of 1 is supposed to be a "Load" block but instead spawns as a "Data" block

Linked issues

Comments 5

Please do not mark unreleased versions as affected.
You don't have access to them yet.

Please provide an example of a setblock command.

Please do not mark unreleased versions as affected.
You don't have access to them yet.

Added command that is working improperly.

Use the NBT data instead of datavalue:

/setblock ~ ~1 ~ structure_block 0 replace {metadata:"",mode:"SAVE"}

Zac Clark

(Unassigned)

Unconfirmed

Minecraft 1.9.4

Retrieved