diff options
| author | 2024-11-03 22:07:33 +0200 | |
|---|---|---|
| committer | 2024-11-03 22:07:33 +0200 | |
| commit | dca34b61c70567727f7237b4f7e00f5030dad3af (patch) | |
| tree | 59e1fde0dc2be85e0273647eaff04b84e8ac3cca /src/main/resources | |
| parent | Support Ad Astra fully. (diff) | |
| download | mc-eris-alchemy-dca34b61c70567727f7237b4f7e00f5030dad3af.tar.gz mc-eris-alchemy-dca34b61c70567727f7237b4f7e00f5030dad3af.tar.xz mc-eris-alchemy-dca34b61c70567727f7237b4f7e00f5030dad3af.zip | |
BREAK: Fix a bug in recipe-derived EMC calculation.
This likely changes EMC values wildly!
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json5 | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
| 98 | "count": 16 | 98 | "count": 16 |
| 99 | } | 99 | } |
| 100 | }, { | 100 | }, { |
| 101 | // Carving a pumpkin with shears | 101 | // Carving a pumpkin with shears, |
| 102 | // but one seed gets lost bcs otherwise this makes carved pumpkins be worth 0 lol | ||
| 102 | "output": "carved_pumpkin", | 103 | "output": "carved_pumpkin", |
| 103 | "remainder": { | 104 | "remainder": { |
| 104 | "item": "pumpkin_seeds", | 105 | "item": "pumpkin_seeds", |
| 105 | "count": 4 | 106 | "count": 3 |
| 106 | }, | 107 | }, |
| 107 | "input": "pumpkin" | 108 | "input": "pumpkin" |
| 108 | }, { | 109 | }, { |