mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 11:59:11 +00:00
feat(block): 添加座椅方块
This commit is contained in:
@@ -587,10 +587,13 @@ items#misc:
|
||||
step: minecraft:block.wood.step
|
||||
tags:
|
||||
- minecraft:mineable/axe
|
||||
behavior:
|
||||
type: bouncing_block
|
||||
bounce-height: 0.66
|
||||
sync-player-position: false
|
||||
behaviors:
|
||||
- type: bouncing_block
|
||||
bounce-height: 0.66
|
||||
sync-player-position: false
|
||||
- type: seat_block
|
||||
offset: 0,-0.5,0
|
||||
limit-player-rotation: false
|
||||
state:
|
||||
id: 0
|
||||
state: white_bed[facing=west,occupied=false,part=foot]
|
||||
@@ -638,6 +641,8 @@ items#misc:
|
||||
- type: sofa_block
|
||||
- type: bouncing_block
|
||||
bounce-height: 0.66
|
||||
- type: seat_block
|
||||
offset: 0,-0.45,0
|
||||
states:
|
||||
properties:
|
||||
facing:
|
||||
|
||||
Reference in New Issue
Block a user