diff options
| author | 2024-11-03 23:02:21 +0200 | |
|---|---|---|
| committer | 2024-11-03 23:02:21 +0200 | |
| commit | 80f14964fdd2685213f349292009a7443bc920c9 (patch) | |
| tree | f002446cb545560e5a968890183464f44d38520a | |
| parent | Support Moonlight (diff) | |
| download | mc-eris-alchemy-80f14964fdd2685213f349292009a7443bc920c9.tar.gz mc-eris-alchemy-80f14964fdd2685213f349292009a7443bc920c9.tar.xz mc-eris-alchemy-80f14964fdd2685213f349292009a7443bc920c9.zip | |
Support Amendments
| -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 | ||