Real Filing Cabinet

Real Filing Cabinet

11M Downloads

Craftweaker Integration Question

Darkosto opened this issue ยท 1 comments

commented

Hello! Is it possible to allow the Crafting Upgrades to work with custom Craftweaker recipes? I have a suspicion it may be a loading order issue to cause my custom recipes not to work. I've been able to get the crafting upgrade to work with a vanilla redstone block with no issues. I believe I have the block setup correctly :)

Thank you!
Darkosto

Minecraft: 1.12.2
Forge: 2739
Filing Cabinets: 0.1.57

commented

It would seem you're correct with the loading order; specifically, when the crafting upgrade searches through the recipe list, it stops after finding the first valid recipe for the item to be crafted. In this way, an item with an alternate recipe provided by crafttweaker may not be found first. First removing all recipes associated with that item and then adding the tweaked one will work.