From ad1ec32b57b1b0e14b1d65e93e3e7d1c9a605055 Mon Sep 17 00:00:00 2001 From: drcrazy Date: Mon, 30 Dec 2019 18:55:01 +0300 Subject: [PATCH] Fix for lava cell amount in centrifuge. --- .../data/techreborn/recipes/centrifuge/lava_cell.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/techreborn/recipes/centrifuge/lava_cell.json b/src/main/resources/data/techreborn/recipes/centrifuge/lava_cell.json index 9bbf42f72..a3af7d7da 100644 --- a/src/main/resources/data/techreborn/recipes/centrifuge/lava_cell.json +++ b/src/main/resources/data/techreborn/recipes/centrifuge/lava_cell.json @@ -5,13 +5,14 @@ "ingredients": [ { "fluid": "minecraft:lava", - "holder": "techreborn:cell" + "holder": "techreborn:cell", + "count": 16 } ], "results": [ { - "item": "techreborn:tin_ingot", - "count": 6 + "item": "techreborn:cell", + "count": 16 }, { "item": "techreborn:copper_ingot",