1
0

feat: 添加石英块、垂直石英台阶、墙(石英)、黑板方块

This commit is contained in:
2025-04-05 19:47:25 +08:00
parent 04b023437c
commit 52ca59619a
5 changed files with 130 additions and 0 deletions

View File

@@ -228,6 +228,14 @@ function regBlockBuildingAndFurniture(event) {
texture: '',
orientable: true,
},
{
name: 'building_misc_d',
box: [2, 0, 2, 14, 16, 14, true],
label: '石英块',
model: 'building/building_misc_d',
texture: '',
orientable: true,
},
{
name: 'building_pillar_a',
box: [2, 0, 2, 14, 16, 14, true],
@@ -260,6 +268,14 @@ function regBlockBuildingAndFurniture(event) {
texture: '',
orientable: false,
},
{
name: 'building_quartz_vertical_slab',
box: [2, 0, 2, 14, 16, 14, true],
label: '垂直石英台阶',
model: 'building/building_quartz_vertical_slab',
texture: '',
orientable: true,
},
{
name: 'building_rail_a',
box: [2, 0, 2, 14, 16, 14, true],
@@ -396,6 +412,14 @@ function regBlockBuildingAndFurniture(event) {
texture: '',
orientable: true,
},
{
name: 'building_wall_d',
box: [2, 0, 2, 14, 16, 14, true],
label: '墙(石英)',
model: 'building/building_wall_d',
texture: '',
orientable: true,
},
// 家具方块
{
name: 'furniture_birch_chair_a',
@@ -421,6 +445,14 @@ function regBlockBuildingAndFurniture(event) {
texture: '',
orientable: true,
},
{
name: 'furniture_black_board_a',
box: [2, 0, 2, 14, 16, 14, true],
label: '黑板',
model: 'furniture/furniture_black_board_a',
texture: '',
orientable: true,
},
{
name: 'furniture_kitchen_counter_a',
box: [2, 0, 2, 14, 16, 14, true],