From bcc9368bf96c756c76d88873f997d0f199264dfd Mon Sep 17 00:00:00 2001 From: Prospector Date: Sun, 12 Jan 2020 18:36:31 -0800 Subject: [PATCH] Minor fix to enchanted golden apple's centrifuge recipe --- .../{blast_furnace => centrifuge}/enchanted_golden_apple.json | 2 ++ 1 file changed, 2 insertions(+) rename src/main/resources/data/techreborn/recipes/{blast_furnace => centrifuge}/enchanted_golden_apple.json (93%) diff --git a/src/main/resources/data/techreborn/recipes/blast_furnace/enchanted_golden_apple.json b/src/main/resources/data/techreborn/recipes/centrifuge/enchanted_golden_apple.json similarity index 93% rename from src/main/resources/data/techreborn/recipes/blast_furnace/enchanted_golden_apple.json rename to src/main/resources/data/techreborn/recipes/centrifuge/enchanted_golden_apple.json index 479f0fc68..26b88a509 100644 --- a/src/main/resources/data/techreborn/recipes/blast_furnace/enchanted_golden_apple.json +++ b/src/main/resources/data/techreborn/recipes/centrifuge/enchanted_golden_apple.json @@ -8,6 +8,7 @@ }, { "item": "techreborn:cell", + "count": 2, "nbt": "null" } ], @@ -18,6 +19,7 @@ }, { "item": "techreborn:cell", + "count": 2, "nbt": { "fluid": "techreborn:methane" }