{ "type": "forge:conditional", "recipes": [ { "conditions": [ { "type": "forge:and", "values": [ { "type": "forge:item_exists", "item": "functionalstorage:fluid_2" } ] } ], "recipe": { "type": "minecraft:crafting_shaped", "category": "misc", "key": { "C": { "item": "aquaculture:neptunium_ingot" }, "P": { "item": "create:fluid_tank" } }, "pattern": [ "PCP", "PPP", "PCP" ], "result": { "count": 2, "item": "functionalstorage:fluid_2" }, "show_notification": true } } ] }