Vertical sheped recipes bug
Smartaros opened this issue ยท 4 comments
For example:
Worktable.addRecipeShaped("carpenter", <quark:vertical_planks> * 3, <ore:carpenters_hammer>, 3, false, [[<minecraft:planks>], [<minecraft:planks>], [<minecraft:planks>]]);
must be a "vertical", but it is "horizontal"
I just fixed a bug with JEI recipes displaying shaped recipes as shapeless about an hour ago in issue #12.
This might be the issue you're experiencing.