mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Add a recipe for repairing the alicorn amulet into a unicorn amulet
This commit is contained in:
parent
aaecdf7cbf
commit
1c0ada5ae9
1 changed files with 15 additions and 0 deletions
15
src/main/resources/data/unicopia/recipes/unicorn_amulet.json
Normal file
15
src/main/resources/data/unicopia/recipes/unicorn_amulet.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue