1
0

feat: 添加电视机方块

This commit is contained in:
2025-05-02 15:19:36 +08:00
parent 21a2354a86
commit 9d16c08642
3 changed files with 793 additions and 0 deletions

View File

@@ -1114,6 +1114,24 @@ function regBlockCommon(event) {
texture: '',
type: 'cardinal',
},
{
name: 'furniture_tv_d',
label: '电视机',
blockstate: null,
box: [-4, 0, 12, 20, 14, 16, true],
model: 'furniture/furniture_tv_d',
texture: '',
type: 'cardinal',
},
{
name: 'furniture_tv_d_double',
label: '电视机',
blockstate: null,
box: [-4, 0, 3, 20, 16, 13, true],
model: 'furniture/furniture_tv_d_double',
texture: '',
type: 'cardinal',
},
// 树木
{
name: 'tree_maple_leaves',