Entity event 'on_tick' does not trigger with TNT entities
lntricate1 opened this issue ยท 0 comments
How to reproduce:
- Run
/script run __on_tick() -> for(entity_selector('@e[type=!player]'), entity_event(_, 'on_tick', _(e) -> print(player('all'), e~'type')))
- Summon any entity.
- Chat is spammed with the name of the entity in all cases except TNT.
Expected behavior: TNT entities should call the 'on_tick' entity event.