-
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
To Reproduce
mc.listen("onMobTrySpawn", (typeName, _pos) => {
if (typeName === "minecraft:phantom" || typeName === "minecraft:wandering_trader") {
return false;
}
})
Expected behavior
正常使用
Screenshots
No response
Platform
Windows 10
BDS Version
1.20.72.01
LeviLamina Version
0.10.1
LegacyScriptEngine Version
0.5.1
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working