{ "type": "forge:conditional", "recipes": [ { "conditions": [ { "values": [ { "item": "industrialforegoing:dye_mixer", "type": "forge:item_exists" } ], "type": "forge:and" } ], "recipe": { "type": "minecraft:crafting_shaped", "pattern": [ "PDP", "DMD", "PRP" ], "key": { "P": { "tag": "forge:plastic" }, "D": { "tag": "forge:dyes" }, "M": { "tag": "industrialforegoing:machine_frame/pity" }, "R": { "tag": "forge:gears/gold_copper" } }, "result": { "item": "industrialforegoing:dye_mixer" } } } ] }