Files
jgl_sunlit_patch/kubejs/data/functionalstorage/recipes/fluid_4.json
T
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_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
}
}
]
}