-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
mc.listen("onBlockExploded", (block, source) => {log(String(block.type))})
然后触发爆炸 控制台输出的都是minecraft:air
To Reproduce
mc.listen("onBlockExploded", (block, source) => {log(String(block.type))})
然后触发爆炸 控制台输出的都是minecraft:air
Expected behavior
mc.listen("onBlockExploded", (block, source) => {log(String(block.type))})
然后触发爆炸 控制台输出的应该是被爆炸破坏的方块
Screenshots
No response
Platform
No response
BDS Version
1.21.60-10.776+063128a
LeviLamina Version
1.1.1
LegacyScriptEngine Version
0.10.2
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working