Skip to main content

đŸŽĸ Stairs Block

Stairs Block behaves like vanilla stairs. On placement it sets the correct facing and half based on where you click. Its shape (straight, inner corner, outer corner) is automatically recalculated whenever neighboring blocks change — the stairs "connect" visually by detecting adjacent stairs of the same half.

Property NameProperty TypeRequired
shapestairs_shapeyes
halfsingle_block_halfyes
facinghorizontal_directionyes
waterloggedbooleanno

Example​

blocks:
default:palm_stairs:
behavior:
type: stairs_block

warning

Custom stairs cannot seamlessly connect with vanilla stairs due to Minecraft's hardcoded stair behavior.