[1.14+] Add a way to get recipes from their output
John71-Off opened this issue ยท 0 comments
Feature request name
Add a way to get recipes from their output
Feature request description
Add a craftingTable
method like recipes#getRecipesFor
(1.12) to get all recipes that result in a given IItemStack
.
Feature request reason
This can be very useful to check all recipes for an item, and for example remove it using its name or edit one of its required IIngredient
s, and lots of stuff ...
Feature request dependencies
This features doesn't require additional mods, however it can be used in a modpack with lots of mods (in this case a #getRecipesFor
method on 1.14+ MC versions will help pack makers to improve their scripts)