From 97a1a908b9e6e6d3516628c139c9b64262b4fe08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 18 Jun 2026 20:26:03 -0400 Subject: feat: crafting roughly implemented (leather, gems, gold, clay, spinning). --- data/recipes/craft_ruby_necklace.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/recipes/craft_ruby_necklace.yaml (limited to 'data/recipes/craft_ruby_necklace.yaml') diff --git a/data/recipes/craft_ruby_necklace.yaml b/data/recipes/craft_ruby_necklace.yaml new file mode 100644 index 0000000..4504f7b --- /dev/null +++ b/data/recipes/craft_ruby_necklace.yaml @@ -0,0 +1,16 @@ +id: craft_ruby_necklace +type: crafting +level: 40 +xp: 75 +wait: 4 +station: [furnace] +consume: + - items: [gold_bar] + qty: 1 + - items: [ruby] + qty: 1 + - items: [necklace_mould] + qty: 1 + byproducts: [necklace_mould] +output: ruby_necklace +message: "You cast a ruby necklace." -- cgit v1.2.3