-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
To Reproduce
mc.listen("onDestroyBlock", (player, block) => {
for (let index = 0; index > -64; index--) {
const bl = mc.getBlock(player.pos.x, index, player.pos.z, player.pos.dimid);
log(bl.type);
}
});
Expected behavior
如预期正常获取方块对象
Screenshots
No response
Platform
win11
BDS Version
1.21.60
LeviLamina Version
1.1.0
LegacyScriptEngine Version
10.rc2
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
