Fellies/kubejs[e6]/data/industrialforegoing/recipes/dissolution_chamber.json

49 lines
1018 B
JSON

{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"values": [
{
"item": "industrialforegoing:dissolution_chamber",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"PCP",
"BMB",
"GDG"
],
"key": {
"P": {
"tag": "forge:plastic"
},
"C": {
"tag": "forge:chests"
},
"B": {
"item": "minecraft:bucket"
},
"M": {
"tag": "industrialforegoing:machine_frame/pity"
},
"G": {
"tag": "forge:ingots/gold_tin"
},
"D": {
"tag": "forge:gears/diamond"
}
},
"result": {
"item": "industrialforegoing:dissolution_chamber"
}
}
}
]
}