behaviours:
furniture:
entity: armor_stand
small: true
solid: true
fixed_rotation: true
hitbox:
length: 1
width: 2
height: 1
width_offset: 0.5
placeable_on:
walls: false
ceiling: false
floor: true
furniture_sit:
sit_height: 0.5
该家具实体类型适用于 需要让家具基于放置的表面进行旋转.
例如, 你有一个装饰灯具, 则可以将其放置在地上、墙上或是天花板上, 并根据表面的倾斜度的位置自动确定方向.
behaviours:
furniture:
entity: item_frame
light_level: 15
solid: false
hitbox:
length: 1
width: 1
height: 1.5
placeable_on:
walls: true
ceiling: true
floor: true