Nomifactory / ExtendedCrafting

Adds some new ways to craft items, as well as extra crafting items and utilities.
MIT License
2 stars 5 forks source link

Shaped Ender Crafting recipes appear in JEI incorrectly #28

Closed WaitingIdly closed 1 year ago

WaitingIdly commented 1 year ago

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);

JEI: image