49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"values": [
|
|
{
|
|
"item": "industrialforegoing:latex_processing_unit",
|
|
"type": "forge:item_exists"
|
|
}
|
|
],
|
|
"type": "forge:and"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"IGI",
|
|
"BML",
|
|
"IFI"
|
|
],
|
|
"key": {
|
|
"I": {
|
|
"tag": "forge:ingots/iron_aluminum"
|
|
},
|
|
"G": {
|
|
"tag": "forge:storage_blocks/redstone"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:water_bucket"
|
|
},
|
|
"L": {
|
|
"item": "industrialforegoing:latex_bucket"
|
|
},
|
|
"M": {
|
|
"tag": "industrialforegoing:machine_frame/pity"
|
|
},
|
|
"F": {
|
|
"item": "minecraft:furnace"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "industrialforegoing:latex_processing_unit"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |