feat: 添加石英块、垂直石英台阶、墙(石英)、黑板方块
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user