Unable to craft items that have an empty slot in recipe
MakeLord95 opened this issue ยท 13 comments
When playing I noticed that I can't shift-click any items from JEI that have an empty slot in the crafting recipe. Only RFTools items weren't working.
Forge .2094
McJtyLib: 1.10-2.1.3
RFTools: 1.10-5.24
Forced Crash Report: http://pastebin.com/QGbCyghT
Hmm @mezz, any idea what could cause this?
What crafting station are you using btw?
This happens on EnderIO Inventory Panel, vanilla crafting bench and TiC workbench
I just tested this with only JEI, RFTools, RFTools Control, RFTools Dim, McJtyLib using a vanilla crafting table. Still happens
weird thing is that with other mods it works fine. Only one not working is RFTools
Yes, but this crafting recipe copying is not something that rftools is doing. Taht's fully JEI code
The key thing that changed is the way JEI handles null ingredients.
RFTools' Machine Frame has a null ingredient in the center.
Before, null ingredients were removed from IGuiIngredient
rotations. Now they are kept, so people can have null in the list of ingredients for a slot.
The recipe transfer handler did not take this into account, I'll fix it shortly.