40 lines
793 B
JSON
40 lines
793 B
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"type": "forge:and",
|
|
"values": [
|
|
{
|
|
"type": "forge:item_exists",
|
|
"item": "functionalstorage:fluid_4"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"C": {
|
|
"item": "aquaculture:neptunium_ingot"
|
|
},
|
|
"P": {
|
|
"item": "create:fluid_tank"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"CPC",
|
|
"PPP",
|
|
"CPC"
|
|
],
|
|
"result": {
|
|
"count": 4,
|
|
"item": "functionalstorage:fluid_4"
|
|
},
|
|
"show_notification": true
|
|
}
|
|
}
|
|
]
|
|
} |