46 lines
958 B
JSON
46 lines
958 B
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"values": [
|
|
{
|
|
"item": "industrialforegoing:stasis_chamber",
|
|
"type": "forge:item_exists"
|
|
}
|
|
],
|
|
"type": "forge:and"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"sss",
|
|
"gmg",
|
|
"ipi"
|
|
],
|
|
"key": {
|
|
"s": {
|
|
"item": "minecraft:soul_sand"
|
|
},
|
|
"g": {
|
|
"item": "minecraft:ghast_tear"
|
|
},
|
|
"m": {
|
|
"tag": "industrialforegoing:machine_frame/advanced"
|
|
},
|
|
"i": {
|
|
"tag": "forge:gears/gold_invar"
|
|
},
|
|
"p": {
|
|
"item": "minecraft:piston"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "industrialforegoing:stasis_chamber"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |