Fellies/kubejs[e6]/data/industrialforegoing/recipes/plant_fertilizer.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:plant_fertilizer",
"type": "forge:item_exists"
}
],
"type": "forge:and"
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"PBP",
"LML",
"GRG"
],
"key": {
"P": {
"tag": "forge:plastic"
},
"B": {
"item": "minecraft:glass_bottle"
},
"L": {
"item": "minecraft:leather"
},
"M": {
"tag": "industrialforegoing:machine_frame/simple"
},
"R": {
"item": "minecraft:redstone"
},
"G": {
"tag": "forge:gears/iron_invar"
}
},
"result": {
"item": "industrialforegoing:plant_fertilizer"
}
}
}
]
}