Ingredient Wildcard show as invalid icon.
cjo9900 opened this issue ยท 0 comments
While experimenting the changes for combining stacks, #7 I found that the carpenter ingredients for basic impregnated sticks showed as invalid items and trying to use them in auto crafting failing to find any matching item.
Debugging showed these entries were Wildcard IDs.
PR provided Fixes this by fetching the first subitem of the ingredient list element and using that.
in the case of wood logs, this will be Oak Logs.
Additional behaviour change so that a quick selection of an exact match in JEI can be added.
If the shift key is held when the transfer button pressed then the displayed item is used rather than the first element in the ingredients list. This replaces the normal behaviour of transfer max items.