From d339f61d4df65e9005d5b9703bcbc055431b1fb0 Mon Sep 17 00:00:00 2001 From: WaffleDevsAlt <81845843+WaffleDevsAlt@users.noreply.github.com> Date: Tue, 31 May 2022 22:20:10 -0400 Subject: [PATCH] Add silicon to the fluid replicator's recipes. Thanks to WaffleDevsAlt --- .../recipes/fluid_replicator/silicon.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/data/techreborn/recipes/fluid_replicator/silicon.json diff --git a/src/main/resources/data/techreborn/recipes/fluid_replicator/silicon.json b/src/main/resources/data/techreborn/recipes/fluid_replicator/silicon.json new file mode 100644 index 000000000..d7b428969 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/fluid_replicator/silicon.json @@ -0,0 +1,16 @@ +{ + "type": "techreborn:fluid_replicator", + "power": 40, + "time": 150, + "tank": { + "fluid": "techreborn:silicon", + "amount": 1000 + }, + "ingredients": [ + { + "item": "techreborn:uu_matter", + "count": 6 + } + ], + "results": [] +}