43 lines
876 B
JSON
43 lines
876 B
JSON
{
|
|
"type": "forge:conditional",
|
|
"recipes": [
|
|
{
|
|
"conditions": [
|
|
{
|
|
"values": [
|
|
{
|
|
"item": "industrialforegoing:spores_recreator",
|
|
"type": "forge:item_exists"
|
|
}
|
|
],
|
|
"type": "forge:and"
|
|
}
|
|
],
|
|
"recipe": {
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"PSP",
|
|
"IMI",
|
|
"PSP"
|
|
],
|
|
"key": {
|
|
"P": {
|
|
"tag": "forge:plastic"
|
|
},
|
|
"I": {
|
|
"tag": "forge:mushrooms"
|
|
},
|
|
"M": {
|
|
"tag": "industrialforegoing:machine_frame/pity"
|
|
},
|
|
"S": {
|
|
"tag": "forge:gears/iron_invar"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "industrialforegoing:spores_recreator"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |