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

52 lines
1.1 KiB
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"values": [
{
"item": "industrialforegoing:block_breaker",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"PGP",
"IMD",
"SRS"
],
"key": {
"P": {
"tag": "forge:plastic"
},
"I": {
"item": "minecraft:iron_pickaxe"
},
"D": {
"item": "minecraft:iron_shovel"
},
"M": {
"tag": "industrialforegoing:machine_frame/pity"
},
"R": {
"item": "minecraft:redstone"
},
"G": {
"tag": "forge:gears/gold_bronze"
},
"S": {
"tag": "forge:gears/iron_invar"
}
},
"result": {
"item": "industrialforegoing:block_breaker"
}
}
}
]
}