getSmeltingResult breaks a few things here
occultstarluna opened this issue ยท 1 comments
Referencing the above, I'm using Mixins to try and sense whenever an item cooks in the oven. I originally thought I could use the getSmeltingResult as a good injection point, but I found this little thing causing the event to fire every tick while the over was open. Maybe replace it with a call to CookingRegistry#getSmeltingResult?
Just a thought, thanks!