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