46 lines
951 B
JSON
46 lines
951 B
JSON
|
{
|
||
|
"type": "forge:conditional",
|
||
|
"recipes": [
|
||
|
{
|
||
|
"conditions": [
|
||
|
{
|
||
|
"values": [
|
||
|
{
|
||
|
"item": "industrialforegoing:biofuel_generator",
|
||
|
"type": "forge:item_exists"
|
||
|
}
|
||
|
],
|
||
|
"type": "forge:and"
|
||
|
}
|
||
|
],
|
||
|
"recipe": {
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"PDP",
|
||
|
"SMS",
|
||
|
"ASA"
|
||
|
],
|
||
|
"key": {
|
||
|
"P": {
|
||
|
"tag": "forge:plastic"
|
||
|
},
|
||
|
"D": {
|
||
|
"item": "minecraft:furnace"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "minecraft:piston"
|
||
|
},
|
||
|
"A": {
|
||
|
"tag": "forge:gears/gold_bronze"
|
||
|
},
|
||
|
"M": {
|
||
|
"tag": "industrialforegoing:machine_frame/pity"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "industrialforegoing:biofuel_generator"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|