You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently developing an API allowing recipes with custom items as input, but there isn't any way to do the following:
Start smelting an item if a condition is met
Modify the result for the Crafter Block (not only if a valid recipe is given)
Describe the solution you'd like.
For the furnace:
An event triggered every tick, right before the furnace checks if it can smelt the given item.
This event should allow modifying the total cooking time required and provide a method to explicitly indicate whether the item can be smelted.
For the Crafter:
An event that's similar to PrepareItemCraftEvent.
Describe alternatives you've considered.
I tried mixins, but they don't work when only using PaperMC
Other
No response
The text was updated successfully, but these errors were encountered:
About the PrepareItemCraftEvent, Spigot just made it fire for the crafter too. This is the commit they made for this change. Implementing the same change would be pretty useful I think.
I would make a PR with this change, however I don't really know how to.
Is your feature request related to a problem?
I'm currently developing an API allowing recipes with custom items as input, but there isn't any way to do the following:
Describe the solution you'd like.
For the furnace:
An event triggered every tick, right before the furnace checks if it can smelt the given item.
This event should allow modifying the total cooking time required and provide a method to explicitly indicate whether the item can be smelted.
For the Crafter:
An event that's similar to PrepareItemCraftEvent.
Describe alternatives you've considered.
I tried mixins, but they don't work when only using PaperMC
Other
No response
The text was updated successfully, but these errors were encountered: