-
Bug
-
Resolution: Fixed
-
Minecraft 16w32b, Minecraft 16w35a, Minecraft 16w36a, Minecraft 16w43a
-
Confirmed
The Bug
In the latest snapshot, using a /setblock or /fill command to place a directional block with blockdata specifying direction, it will place the block with the block's default direction.
Steps to reproduce
Block | Command |
---|---|
tripwire | /setblock ~ ~ ~ minecraft:tripwire north=true |
redstone_wire | /setblock ~ ~ ~ minecraft:redstone_wire north=side |
fence | /setblock ~ ~ ~ minecraft:fence north=true |
glass_pane | /setblock ~ ~ ~ minecraft:glass_pane north=true |
stained_glass_pane | /setblock ~ ~ ~ minecraft:stained_glass_pane north=true |
iron_bars | /setblock ~ ~ ~ minecraft:iron_bars north=true |
Affected blocks
Note: This list might differ from the one in MC-109591.
- redstone_wire(directions)
- glass_pane (directions)
- stained_glass_pane (directions)
- iron_bars (directions)
- all fences (directions)
- fire (directions)
- tripwire (directions)
- all stairs (shape)
- cobblestone_wall (directions and up/pillar)
- grass/dirt/mycelium (snowy)
- fence_gate (in_wall)
- powered_repeater (locked)
- flower_pot (contents)
- relates to
-
MC-109591 Detecting the block states not saved in meta data does not work
- Resolved