maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
687 stars 190 forks source link

stair #797

Open tadaroke opened 6 months ago

tadaroke commented 6 months ago

How can I make sure that the steps are placed according to the diagram regardless of my position?

maruohon commented 6 months ago

For that you need to use Easy Place mode with the easyPlaceProtocolVersion set to Version 3.

Version 3 accurate placement protocol is only supported in two cases:

The other pretty common server scenario where the server has the FabricCarpet and CarpetExtra mods, an the accurateBlockPlacement Carpet rule enabled, will only support Version 2 protocol. That protocol version does not handle stair connections properly, it will only set the main rotation of the stair correctly. So in that case you will get wrongly placed stairs sometimes, depending on which order you place them.