diff options
Diffstat (limited to 'data/recipes/crafting/emerald_necklace.yaml')
| -rw-r--r-- | data/recipes/crafting/emerald_necklace.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/recipes/crafting/emerald_necklace.yaml b/data/recipes/crafting/emerald_necklace.yaml new file mode 100644 index 0000000..2d0596e --- /dev/null +++ b/data/recipes/crafting/emerald_necklace.yaml @@ -0,0 +1,16 @@ +id: emerald_necklace +type: crafting +level: 29 +xp: 60 +wait: 4 +station: [furnace] +consume: + - items: [gold_bar] + quantity: 1 + - items: [emerald] + quantity: 1 + - items: [necklace_mould] + quantity: 1 + byproducts: [necklace_mould] +output: emerald_necklace +message: "You cast a emerald necklace." |
