LiteLDev / LegacyScriptEngine

A plugin engine for running LLSE plugins on LeviLamina
https://lse.liteldev.com/
GNU General Public License v3.0
43 stars 8 forks source link

[Bug]: lse中玩家改变盔甲栏事件无法正常触发 #95

Closed FBQingYi closed 4 months ago

FBQingYi commented 5 months ago

Describe the bug

"onSetArmor" - 玩家改变盔甲栏 不能正常监听

To Reproduce

mc.listen("onSetArmor", (player, slotNum, item)=>{ log('1') });

Expected behavior

能正常触发

Screenshots

No response

Platform

Windows 10

BDS Version

1.20.71.01

LeviLamina Version

LeviLamina-0.10.5+d9516c73d

LegacyScriptEngine Version

v0.5.3

Additional context

No response

ShrBox commented 5 months ago

暂未实现