40 lines
803 B
JSON
40 lines
803 B
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"values": [
|
|
{
|
|
"item": "industrialforegoing:meat_feeder",
|
|
"type": "forge:item_exists"
|
|
}
|
|
],
|
|
"type": "forge:and"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"pip",
|
|
"gig",
|
|
" i "
|
|
],
|
|
"key": {
|
|
"p": {
|
|
"item": "industrialforegoing:plastic"
|
|
},
|
|
"i": {
|
|
"tag": "forge:ingots/iron_aluminum"
|
|
},
|
|
"g": {
|
|
"item": "minecraft:glass_bottle"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "industrialforegoing:meat_feeder"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |