Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 18w10d, Minecraft 18w11a
-
Fix Version/s: Minecraft 18w21a
-
Labels:
-
Confirmation Status:Confirmed
Description
The bug
When you run /setblock ~2 ~ ~ minecraft:cobblestone_wall an invisible cobblestone wall will be set (aka, every single block state is false). I would have expected the wall to have the block state up=true, so it is visible.
To reproduce
- Run /setblock ~2 ~ ~ minecraft:cobblestone_wall
- Apparently, nothing happens
- Run /setblock ~2 ~ ~1 cobblestone
- Now, the wall appears.