Skip to content

[Bug]: lse 的 onMobHurt 事件 无法监听生物被火烧伤害 #236

@ImYoyoData

Description

@ImYoyoData

Describe the bug

lse 的 onMobHurt 事件

  1. 无法监听生物被火烧伤害
  2. 无法拦截火焰伤害
  3. 无法拦截毒药伤害
  4. 无法拦截瞬间伤害药水伤害
  5. 无法拦截凋零伤害

To Reproduce

mc.listen('onMobHurt', (mob, source, damage, cause) => {
return false;
});

Expected behavior

火焰伤害可以监听
以及上列提出的可以拦截

Screenshots

Image

Platform

Windows 11

Version

1.21.50

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions