Create

Create

86M Downloads

[1.16.4] 2x2 packing recipes are grabbing things it shouldn't

MuteTiefling opened this issue ยท 2 comments

commented

Create: create-mc1.16.3_v0.3c
Forge: 35.1.29

I believe these auto compat recipes for 2x2 and 3x3 packing should strictly handle crafting bench recipes. As it stands, it has picked up a recipe from Occultism that is meant for a mechanic within the mod that lets you trade 4 vanilla stone for 1 of the mod's own stone.

The Recipe in question is as follows: occultism:spirit_trade/4x_stone_to_otherstone

{ "type": "occultism:spirit_trade", "ingredients": [ { "item": "minecraft:stone" }, { "item": "minecraft:stone" }, { "item": "minecraft:stone" }, { "item": "minecraft:stone" } ], "result": { "item": "occultism:otherstone" } }

As shown here, there is no crafting table recipe for this, but Create is picking it up nonetheless.

image

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.