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_gold_ring.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/recipes/craft_gold_ring.yaml (limited to 'data/recipes/craft_gold_ring.yaml') diff --git a/data/recipes/craft_gold_ring.yaml b/data/recipes/craft_gold_ring.yaml new file mode 100644 index 0000000..4e2c13f --- /dev/null +++ b/data/recipes/craft_gold_ring.yaml @@ -0,0 +1,14 @@ +id: craft_gold_ring +type: crafting +level: 5 +xp: 15 +wait: 4 +station: [furnace] +consume: + - items: [gold_bar] + qty: 1 + - items: [ring_mould] + qty: 1 + byproducts: [ring_mould] +output: gold_ring +message: "You cast a gold ring." -- cgit v1.2.3