Describe the bug
lse 的 onMobHurt 事件
- 无法监听生物被火烧伤害
- 无法拦截火焰伤害
- 无法拦截毒药伤害
- 无法拦截瞬间伤害药水伤害
- 无法拦截凋零伤害
To Reproduce
mc.listen('onMobHurt', (mob, source, damage, cause) => {
return false;
});
Expected behavior
火焰伤害可以监听
以及上列提出的可以拦截
Screenshots

Platform
Windows 11
Version
1.21.50
Additional context
No response