Add Support for transfer items for processing recipies
albyalex96 opened this issue ยท 0 comments
Describe the feature
In the CRAFTING grid , the plus button appears only on crafting recipies, i.e. 8 wood planks to craft a chest. Once the button is clicked, the items will be extracted from the system o crafted if there is a pattern for it.
I would also love for this feature to work for processing based recipies, i.e. 1 cobblestone smelted to 1 stone .
Reasons why it should be considered
This feature has been implemented on another big storage system mod and it's really useful , as u don't have to look for every item required
Additional details
I dug up a little bit , asked around , and some people told me it's about this : https://github.com/mezz/JustEnoughItems/wiki/Creating-Plugins-%5B1.13-and-Up%5D
However, since i dont know anything about java i don't know where to begin