### Describe the bug When intercepting onSpawnProjectile event, the projectile doesn't get spawned but the number of item gets reduced. ### To Reproduce ```js mc.listen('onSpawnProjectile', function(shooter, type) { return false; }); ``` Throw a trident/snowball/ender pearl/etc. It will be gone or reduced by 1 ### Expected behavior I believe the number of item should stay the same if the event is intercepted. ### Screenshots _No response_ ### Platform Windows 10 ### BDS Version 1.20.81 ### LeviLamina Version 0.12.3 ### LegacyScriptEngine Version 0.7.12 ### Additional context _No response_