49 lines
1016 B
JSON
49 lines
1016 B
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"values": [
|
|
{
|
|
"item": "industrialforegoing:sewage_composter",
|
|
"type": "forge:item_exists"
|
|
}
|
|
],
|
|
"type": "forge:and"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"PFP",
|
|
"DMD",
|
|
"BGB"
|
|
],
|
|
"key": {
|
|
"P": {
|
|
"tag": "forge:plastic"
|
|
},
|
|
"F": {
|
|
"item": "minecraft:furnace"
|
|
},
|
|
"D": {
|
|
"item": "minecraft:piston"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:brick"
|
|
},
|
|
"M": {
|
|
"tag": "industrialforegoing:machine_frame/pity"
|
|
},
|
|
"G": {
|
|
"tag": "forge:gears/iron_invar"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "industrialforegoing:sewage_composter"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |