1
0

feat: 添加隔离桩方块

This commit is contained in:
2022-09-12 21:07:28 +08:00
parent 71a596c897
commit 4115d7f21d
2 changed files with 274 additions and 0 deletions
+6
View File
@@ -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],