[1.12.2] Recipe not showing up properly in JEI
SeriousCreeper opened this issue · 3 comments
Artisan version: 1.5.8
JEI version: tested 4.8.5.140 and 4.8.5.143
Forge version: 2584
Heya,
i added a recipe for the vanilla crafting table to the carpenters bench. When i look it up in JEI it doesn't display it properly (looks like it chooses a shapeless version) but when i try to actually craft it, it works properly (using the shape i see in JEI won't craft anything).
Script i used:
Worktable.addRecipeShaped("carpenter", <minecraft:crafting_table>, <ore:carpenters_handsaw>, 10, true, [
[<ore:plankWood>, <ore:plankWood>],
[<ore:plankWood>, <ore:plankWood>]]);
When i actually try to craft it:
Let me know if there is anything else i can provide to help!
Really loving the mod btw :D