41 lines
800 B
JSON
41 lines
800 B
JSON
|
{
|
||
|
"type": "forge:conditional",
|
||
|
"recipes": [
|
||
|
{
|
||
|
"conditions": [
|
||
|
{
|
||
|
"values": [
|
||
|
{
|
||
|
"item": "industrialforegoing:conveyor",
|
||
|
"type": "forge:item_exists"
|
||
|
}
|
||
|
],
|
||
|
"type": "forge:and"
|
||
|
}
|
||
|
],
|
||
|
"recipe": {
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"ppp",
|
||
|
"iri",
|
||
|
"ppp"
|
||
|
],
|
||
|
"key": {
|
||
|
"p": {
|
||
|
"tag": "forge:plastic"
|
||
|
},
|
||
|
"i": {
|
||
|
"tag": "forge:ingots/iron_aluminum"
|
||
|
},
|
||
|
"r": {
|
||
|
"item": "minecraft:redstone"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "industrialforegoing:conveyor",
|
||
|
"count": 6
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|