Files
2026-07-31 10:34:32 +09:00

40 lines
793 B
JSON

{
"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
}
}
]
}