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

49 lines
1019 B
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"values": [
{
"item": "industrialforegoing:plant_gatherer",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"PHP",
"AMA",
"GRG"
],
"key": {
"P": {
"tag": "forge:plastic"
},
"H": {
"item": "minecraft:iron_hoe"
},
"A": {
"item": "minecraft:iron_axe"
},
"M": {
"tag": "industrialforegoing:machine_frame/pity"
},
"G": {
"tag": "forge:gears/gold_bronze"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "industrialforegoing:plant_gatherer"
}
}
}
]
}