Added toasts for silicon plate in blast furnace

This commit is contained in:
Ayutac 2021-12-18 16:20:22 +01:00
parent f5e3b8ea91
commit 6cf95524aa

View file

@ -0,0 +1,33 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:blast_furnace/silicon_plate"
]
},
"criteria": {
"has_silicon": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"fluid": "techreborn:silicon",
"holder": "techreborn:cell"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:blast_furnace/silicon_plate"
}
}
},
"requirements": [
[
"has_silicon",
"has_the_recipe"
]
]
}