feat: 添加隔离桩方块
This commit is contained in:
@@ -477,6 +477,12 @@ onEvent('block.registry', (event) => {
|
||||
console.info(`${LOG_PREFIX} 注册方块 - 其它 - 开始`);
|
||||
|
||||
const blocks = [
|
||||
{
|
||||
name: 'isolation_pile_a',
|
||||
box: [5, 0, 5, 11, 16, 11, true],
|
||||
label: '隔离桩',
|
||||
model: 'common/isolation_pile_a',
|
||||
},
|
||||
{
|
||||
name: 'statue_player_alex',
|
||||
box: [4, 0, 6, 12, 31, 10, true],
|
||||
|
||||
Reference in New Issue
Block a user