diff options
4 files changed, 95 insertions, 0 deletions
diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/cycle_cut/supplementaries.json b/src/main/resources/data/eris_alchemy/eris_alchemy/cycle_cut/supplementaries.json new file mode 100644 index 0000000..2a4bd12 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/cycle_cut/supplementaries.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | [ | ||
| 2 | "minecraft:sticky_piston -> minecraft:piston", | ||
| 3 | "supplementaries:bamboo_spikes_tipped -> supplementaries:bamboo_spikes", | ||
| 4 | "supplementaries:feather_block -> minecraft:feather", | ||
| 5 | "supplementaries:flax_block -> supplementaries:flax", | ||
| 6 | "supplementaries:flint_block -> minecraft:flint", | ||
| 7 | "supplementaries:globe_sepia -> supplementaries:globe", | ||
| 8 | "supplementaries:soap_block -> supplementaries:soap", | ||
| 9 | "supplementaries:sugar_cube -> minecraft:sugar" | ||
| 10 | ] \ No newline at end of file | ||
diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/supplementaries.json b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/supplementaries.json new file mode 100644 index 0000000..46e35b6 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/fake_recipes/supplementaries.json | |||
| @@ -0,0 +1,68 @@ | |||
| 1 | [{ | ||
| 2 | "output": "supplementaries:suspicious_gravel_bricks", | ||
| 3 | "input": "supplementaries:gravel_bricks" | ||
| 4 | }, { | ||
| 5 | "output": "supplementaries:ash", | ||
| 6 | "input": "minecraft:oak_planks" | ||
| 7 | }, { | ||
| 8 | "output": "supplementaries:gold_gate", | ||
| 9 | "input": [ | ||
| 10 | "minecraft:gold_ingot", | ||
| 11 | { | ||
| 12 | "item": "minecraft:gold_nugget", | ||
| 13 | "count": 2 | ||
| 14 | } | ||
| 15 | ] | ||
| 16 | }, { | ||
| 17 | "output": "supplementaries:globe", | ||
| 18 | "input": { | ||
| 19 | "item": "minecraft:emerald", | ||
| 20 | "count": 10 | ||
| 21 | } | ||
| 22 | }, { | ||
| 23 | "output": "supplementaries:antique_ink", | ||
| 24 | "input": { | ||
| 25 | "item": "minecraft:emerald", | ||
| 26 | "count": 8 | ||
| 27 | } | ||
| 28 | }, { | ||
| 29 | "output": "supplementaries:bamboo_spikes_tipped", | ||
| 30 | "input": "supplementaries:bamboo_spikes" | ||
| 31 | }, { | ||
| 32 | "output": "supplementaries:raked_gravel", | ||
| 33 | "input": "minecraft:gravel" | ||
| 34 | }, { | ||
| 35 | "output": "supplementaries:safe", | ||
| 36 | "input": "minecraft:shulker_box" | ||
| 37 | }, { | ||
| 38 | "output": "supplementaries:bomb_blue", | ||
| 39 | "input": [ | ||
| 40 | "supplementaries:bomb", | ||
| 41 | { | ||
| 42 | "item": "minecraft:emerald", | ||
| 43 | "count": 40 | ||
| 44 | } | ||
| 45 | ] | ||
| 46 | }, { | ||
| 47 | "output": "supplementaries:bomb_spiky", | ||
| 48 | "input": { | ||
| 49 | "item": "minecraft:emerald", | ||
| 50 | "count": 4 | ||
| 51 | } | ||
| 52 | }, { | ||
| 53 | "output": { | ||
| 54 | "item": "supplementaries:sconce_green", | ||
| 55 | "count": 9 | ||
| 56 | }, | ||
| 57 | "input": [ | ||
| 58 | "minecraft:copper_ingot", | ||
| 59 | { | ||
| 60 | "item": "minecraft:torch", | ||
| 61 | "count": 9 | ||
| 62 | }, | ||
| 63 | { | ||
| 64 | "item": "minecraft:iron_ingot", | ||
| 65 | "count": 27 | ||
| 66 | } | ||
| 67 | ] | ||
| 68 | }] \ No newline at end of file | ||
diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/supplementaries.json b/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/supplementaries.json new file mode 100644 index 0000000..15314ea --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/item_emcs/supplementaries.json | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | { | ||
| 2 | "supplementaries:bomb_blue_projectile": null, | ||
| 3 | "supplementaries:bomb_projectile": null, | ||
| 4 | "supplementaries:bomb_spiky_projectile": null, | ||
| 5 | "supplementaries:bubble_block": null, | ||
| 6 | "supplementaries:enderman_head": 34816, | ||
| 7 | "supplementaries:flax": 24, | ||
| 8 | "supplementaries:flax_seeds": 8, | ||
| 9 | "supplementaries:quiver": null, | ||
| 10 | "supplementaries:rope_arrow": null, | ||
| 11 | "supplementaries:urn": null | ||
| 12 | } \ No newline at end of file | ||
diff --git a/src/main/resources/data/eris_alchemy/eris_alchemy/item_tag_emcs/supplementaries.json b/src/main/resources/data/eris_alchemy/eris_alchemy/item_tag_emcs/supplementaries.json new file mode 100644 index 0000000..0b60201 --- /dev/null +++ b/src/main/resources/data/eris_alchemy/eris_alchemy/item_tag_emcs/supplementaries.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | { | ||
| 2 | "supplementaries:awnings": 48, | ||
| 3 | "supplementaries:presents": 256, | ||
| 4 | "supplementaries:trapped_presents": 384 | ||
| 5 | } \ No newline at end of file | ||