From 1c0ada5ae909b595352422bc081c71896108fbaf Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 29 Aug 2023 21:28:05 +0100 Subject: [PATCH] Add a recipe for repairing the alicorn amulet into a unicorn amulet --- .../data/unicopia/recipes/unicorn_amulet.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/resources/data/unicopia/recipes/unicorn_amulet.json diff --git a/src/main/resources/data/unicopia/recipes/unicorn_amulet.json b/src/main/resources/data/unicopia/recipes/unicorn_amulet.json new file mode 100644 index 00000000..4bfe2b2b --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/unicorn_amulet.json @@ -0,0 +1,15 @@ +{ + "type": "unicopia:spellbook/crafting", + "material": { + "item": "unicopia:broken_alicorn_amulet" + }, + "traits": {}, + "ingredients": [ + { "item": "unicopia:crystal_shard" }, + { "item": "unicopia:crystal_shard" }, + { "item": "unicopia:crystal_shard" } + ], + "result": { + "item": "unicopia:unicorn_amulet" + } +} \ No newline at end of file