ladders can freely float
LeoBeliik opened this issue ยท 3 comments
No, it's not, quark allows you to place down ladders and have part of them floating but they always need the first one to be supported.
As you can see in the image, the bug here is that they can freely float without any kind of support
Oh I see. In vanilla the only way to make a ladder fall off is to break the block behind it, so in vanilla LadderBlock#updateShape
only does the canSurvive
checks if the update came from behind.
But using quark's freestanding ladders, it's possible to detach a ladder by breaking the block above it.