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.
Linked issues
is duplicated by 2
relates to 2
Attachments
Comments 0
No comments.