1
0

feat: 添加铁扶手(斜向,扩展)方块

This commit is contained in:
2025-04-05 23:45:29 +08:00
parent 52ca59619a
commit e008a9f241
2 changed files with 1091 additions and 0 deletions

View File

@@ -324,6 +324,14 @@ function regBlockBuildingAndFurniture(event) {
texture: '',
orientable: true,
},
{
name: 'building_rail_f_extend',
box: [2, 0, 2, 14, 16, 14, true],
label: '铁扶手(斜向,扩展)',
model: 'building/building_rail_f_extend',
texture: '',
orientable: true,
},
{
name: 'building_rail_g',
box: [2, 0, 2, 14, 16, 14, true],

File diff suppressed because it is too large Load Diff