
Shaped Ender Crafting recipes appear in JEI incorrectly
WaitingIdly opened this issue ยท 0 comments
Ingredients to recipes for the Ender Crafter are added as if they are shapeless to JEI. This only impacts the appearance in JEI and its move items functionality. The recipe crafts as it should.
crafttweaker recipe:
mods.extendedcrafting.EnderCrafting.addShaped(<minecraft:clay>, [
[<minecraft:gold_ingot>],
[<minecraft:gold_ingot>], // this should make an L shape
[<minecraft:gold_ingot>, <minecraft:gold_ingot>, <minecraft:gold_ingot>]
], 5);