đĸ 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 Name | Property Type | Required |
|---|---|---|
| shape | stairs_shape | yes |
| half | single_block_half | yes |
| facing | horizontal_direction | yes |
| waterlogged | boolean | no |
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.