Minecraft – How to make floating ladders

minecraft-java-edition

I need to know how I can make floating ladders in Minceraft, preferably without Single Player Commands, like the below picture in survival singleplayer. I have MCEdit if this can be done in MCEdit.

Thank you for any helpful information.

Best Answer

It can't be done in vanilla survival(without commands/external tool/switching version) in my knowledge. However, it is possible with /setblock command due to the current bug in the game which prevents block update(MC-50166).

First, pillar up some blocks with block entity (such as furnaces, dispensers, command blocks, etc.) and attach ladders on them.

Step one

Second, stand on top of the pillar and run this command repeatedly until you get to the ground: /setblock ~ ~-1 ~ air. Ignore the error message.

Step two Error

Then you will have truly floating ladders right in front you! Congrats!

Voila