49 lines
1019 B
JSON
49 lines
1019 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |