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