Feature Request: Add kubejs Machine Runtime Tick Event
gjmhmm8 opened this issue · 0 comments
Cross-mod Integration
No response
Feature Description
It would be incredibly beneficial to have a kubejs machine runtime tick event added to the mod. This event would allow for custom scripts to be run every tick while the machine is active, enhancing the mod’s capabilities and providing more control to the players.
like event.create().runtimeEvent((blockpos,ingedent)=>output) If the output is null, continue running; if the output is not null, end the run and output the output.