feat: 添加真实木制梯子方块
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user