49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"values": [
|
|
{
|
|
"item": "industrialforegoing:water_condensator",
|
|
"type": "forge:item_exists"
|
|
}
|
|
],
|
|
"type": "forge:and"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"PBP",
|
|
"LML",
|
|
"GRG"
|
|
],
|
|
"key": {
|
|
"P": {
|
|
"tag": "forge:plastic"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:water_bucket"
|
|
},
|
|
"L": {
|
|
"item": "minecraft:piston"
|
|
},
|
|
"M": {
|
|
"tag": "industrialforegoing:machine_frame/pity"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone"
|
|
},
|
|
"G": {
|
|
"tag": "forge:gears/iron_invar"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "industrialforegoing:water_condensator"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |