1
0

feat: 补充楼梯铁扶手方块

This commit is contained in:
2025-04-06 16:35:24 +08:00
parent e008a9f241
commit e1bdb95a65
6 changed files with 221 additions and 1 deletions

View File

@@ -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],