feat: 补充楼梯铁扶手方块
This commit is contained in:
@@ -198,7 +198,7 @@ function regBlockBuildingAndFurniture(event) {
|
||||
},
|
||||
{
|
||||
name: 'building_iron_pole_a',
|
||||
box: [2, 0, 2, 14, 16, 14, true],
|
||||
box: [6, 0, 6, 10, 16, 10, true],
|
||||
label: '铁杆',
|
||||
model: 'building/building_iron_pole_a',
|
||||
texture: '',
|
||||
@@ -380,6 +380,14 @@ function regBlockBuildingAndFurniture(event) {
|
||||
texture: '',
|
||||
orientable: true,
|
||||
},
|
||||
{
|
||||
name: 'building_stair_rail_c_half',
|
||||
box: [2, 0, 2, 14, 16, 14, true],
|
||||
label: '楼梯铁扶手(半高)',
|
||||
model: 'building/building_stair_rail_c_half',
|
||||
texture: '',
|
||||
orientable: true,
|
||||
},
|
||||
{
|
||||
name: 'building_stair_rail_d',
|
||||
box: [2, 0, 2, 14, 16, 14, true],
|
||||
@@ -396,6 +404,38 @@ function regBlockBuildingAndFurniture(event) {
|
||||
texture: '',
|
||||
orientable: true,
|
||||
},
|
||||
{
|
||||
name: 'building_stair_rail_f',
|
||||
box: [2, 0, 2, 14, 16, 14, true],
|
||||
label: '楼梯铁扶手',
|
||||
model: 'building/building_stair_rail_f',
|
||||
texture: '',
|
||||
orientable: true,
|
||||
},
|
||||
{
|
||||
name: 'building_stair_rail_g',
|
||||
box: [6, 0, 6, 10, 16, 10, true],
|
||||
label: '楼梯铁扶手(垂直杆子)',
|
||||
model: 'building/building_stair_rail_g',
|
||||
texture: '',
|
||||
orientable: true,
|
||||
},
|
||||
{
|
||||
name: 'building_stair_rail_h',
|
||||
box: [2, 0, 2, 14, 16, 14, true],
|
||||
label: '楼梯铁扶手(水平杆子)',
|
||||
model: 'building/building_stair_rail_h',
|
||||
texture: '',
|
||||
orientable: true,
|
||||
},
|
||||
{
|
||||
name: 'building_stair_rail_h_half',
|
||||
box: [2, 0, 2, 14, 16, 14, true],
|
||||
label: '楼梯铁扶手(水平杆子,半高)',
|
||||
model: 'building/building_stair_rail_h_half',
|
||||
texture: '',
|
||||
orientable: true,
|
||||
},
|
||||
{
|
||||
name: 'building_wall_a',
|
||||
box: [0, 0, 0, 16, 16, 16, true],
|
||||
|
||||
Reference in New Issue
Block a user