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

49 lines
1023 B
JSON

{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"values": [
{
"item": "industrialforegoing:animal_feeder",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"PAP",
"CMC",
"DGD"
],
"key": {
"P": {
"tag": "forge:plastic"
},
"A": {
"item": "minecraft:golden_apple"
},
"C": {
"item": "minecraft:golden_carrot"
},
"G": {
"tag": "forge:gears/iron_invar"
},
"D": {
"tag": "forge:dyes/purple"
},
"M": {
"tag": "industrialforegoing:machine_frame/pity"
}
},
"result": {
"item": "industrialforegoing:animal_feeder"
}
}
}
]
}