When using the /setblock command to create ladders, it instead creates a solid transparent block.
What I expected to happen was...:
A ladder to appear on the wall.
What actually happened was...:
The ladder appeared as a solid, invisible block. Tested with both command block and chat box, as well as relative and precise coordinates, with the same result. Placing any block next to the ladder, via command or by hand, will destroy the invisible ladder block and drop the ladder item.
Steps to Reproduce:
1. Use the /setblock command to set a ladder
2. Observe
Linked issues
is duplicated by 2
Attachments
Comments 6
Perhaps the orientation of the ladder needs to be specified somehow, so it knows which side to render on?
It is not a bug, you should specify ladder's data value to make it work (data value set to 2,3,4,5), see http://minecraft.gamepedia.com/Data_values#Ladders.2C_Wall_Signs.2C_Furnaces.2C_and_Chests
Can confirm.