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

49 lines
1.0 KiB
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"values": [
{
"item": "industrialforegoing:mob_slaughter_factory",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"PDP",
"SMS",
"ARA"
],
"key": {
"P": {
"tag": "forge:plastic"
},
"D": {
"tag": "forge:gears/gold_bronze"
},
"S": {
"item": "minecraft:iron_sword"
},
"A": {
"item": "minecraft:iron_axe"
},
"M": {
"tag": "industrialforegoing:machine_frame/pity"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "industrialforegoing:mob_slaughter_factory"
}
}
}
]
}