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

49 lines
1019 B
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"values": [
{
"item": "industrialforegoing:sludge_refiner",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"PBP",
"LML",
"GRG"
],
"key": {
"P": {
"tag": "forge:plastic"
},
"B": {
"item": "minecraft:bucket"
},
"L": {
"item": "minecraft:furnace"
},
"M": {
"tag": "industrialforegoing:machine_frame/pity"
},
"R": {
"tag": "forge:gears/gold_copper"
},
"G": {
"tag": "forge:gears/iron_invar"
}
},
"result": {
"item": "industrialforegoing:sludge_refiner"
}
}
}
]
}