{ "type": "forge:conditional", "recipes": [ { "conditions": [ { "values": [ { "item": "industrialforegoing:mob_slaughter_factory", "type": "forge:item_exists" } ], "type": "forge:and" } ], "recipe": { "type": "minecraft:crafting_shaped", "pattern": [ "PDP", "SMS", "ARA" ], "key": { "P": { "tag": "forge:plastic" }, "D": { "tag": "forge:gears/gold_bronze" }, "S": { "item": "minecraft:iron_sword" }, "A": { "item": "minecraft:iron_axe" }, "M": { "tag": "industrialforegoing:machine_frame/pity" }, "R": { "item": "minecraft:redstone" } }, "result": { "item": "industrialforegoing:mob_slaughter_factory" } } } ] }