summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/fake_recipes.json55
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}, {