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