1
0

feat: 添加真实木制梯子方块

This commit is contained in:
2025-05-01 19:58:43 +08:00
parent 3c646fb000
commit eae8f31702
3 changed files with 236 additions and 0 deletions

View File

@@ -410,6 +410,24 @@ function regBlockCommon(event) {
texture: '',
type: '',
},
{
name: 'real_wooden_ladder_bottom',
label: '木制梯子(下部分)',
blockstate: null,
box: [0, 0, 0, 16, 16, 8, true],
model: 'common/real_wooden_ladder_bottom',
texture: '',
type: 'cardinal',
},
{
name: 'real_wooden_ladder_top',
label: '木制梯子(上部分)',
blockstate: null,
box: [0, 0, 7, 16, 16, 16, true],
model: 'common/real_wooden_ladder_top',
texture: '',
type: 'cardinal',
},
{
name: 'road_sign_a_ns',
label: '路牌NS',