diff options
| -rw-r--r-- | src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/amendments.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/amendments.json b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/amendments.json new file mode 100644 index 0000000..2ebe044 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/amendments.json | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | [{ | ||
| 2 | "output": { | ||
| 3 | "item": "amendments:dye_bottle", | ||
| 4 | "count": 3 | ||
| 5 | }, | ||
| 6 | "remainder": "minecraft:bucket", | ||
| 7 | "input": [ | ||
| 8 | "minecraft:water_bucket", | ||
| 9 | "#c:dyes", | ||
| 10 | { | ||
| 11 | "item": "minecraft:glass_bottle", | ||
| 12 | "count": 3 | ||
| 13 | } | ||
| 14 | ] | ||
| 15 | }] \ No newline at end of file | ||