Nexela / PickerExtended

MIT License
12 stars 16 forks source link

Allow for picking of items whose name doesn't match the recipe's #116

Open jurrejelle opened 1 year ago

jurrejelle commented 1 year ago

Previously, PickerExtended crafting would only work when the item that's being picked has the same name as the recipe that creates it. While this holds in some cases, it's not a foolproof solution.

This PR implements iterating through all unlocked recipes, to see if any of them create the picked item, and if so, queue the craft.

jurrejelle commented 1 year ago

This fixes #58