pub fn convert_stairs(
name: &str,
properties: &PropertyMap,
_settings: &Settings,
) -> Option<(String, Option<EntityMap>)>Expand description
Converts Minecraft stairs to their Vintage Story equivalents.
Stairs in Minecraft can take on different “corner” shapes depending on their placement: https://minecraft.wiki/w/Stairs#Placement. This behaviour is not possible in Vintage Story, so such shapes won’t be carried over.