From dca34b61c70567727f7237b4f7e00f5030dad3af Mon Sep 17 00:00:00 2001 From: Uko Koknevics Date: Sun, 3 Nov 2024 22:07:33 +0200 Subject: BREAK: Fix a bug in recipe-derived EMC calculation. This likely changes EMC values wildly! --- .../data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/resources/data') diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 index 4511005..0422360 100644 --- a/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 @@ -98,11 +98,12 @@ "count": 16 } }, { - // Carving a pumpkin with shears + // Carving a pumpkin with shears, + // but one seed gets lost bcs otherwise this makes carved pumpkins be worth 0 lol "output": "carved_pumpkin", "remainder": { "item": "pumpkin_seeds", - "count": 4 + "count": 3 }, "input": "pumpkin" }, { -- cgit v1.2.3