From 6cf95524aa0fb3d1f1938dc1553bb74a37782c2e Mon Sep 17 00:00:00 2001 From: Ayutac Date: Sat, 18 Dec 2021 16:20:22 +0100 Subject: [PATCH] Added toasts for silicon plate in blast furnace --- .../recipes/blast_furnace/silicon_plate.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/main/resources/data/techreborn/advancements/recipes/blast_furnace/silicon_plate.json diff --git a/src/main/resources/data/techreborn/advancements/recipes/blast_furnace/silicon_plate.json b/src/main/resources/data/techreborn/advancements/recipes/blast_furnace/silicon_plate.json new file mode 100644 index 000000000..e7045cadc --- /dev/null +++ b/src/main/resources/data/techreborn/advancements/recipes/blast_furnace/silicon_plate.json @@ -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" + ] + ] +} \ No newline at end of file