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

46 lines
951 B
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"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"
}
}
}
]
}