From e4400c5f1e84c18d2126f2cb502ae10685977cbb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 03:20:01 -0400 Subject: refactor: combined all station crafting --- data/recipes/smelting/silver.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/recipes/smelting/silver.yaml (limited to 'data/recipes/smelting/silver.yaml') diff --git a/data/recipes/smelting/silver.yaml b/data/recipes/smelting/silver.yaml new file mode 100644 index 0000000..05a76ef --- /dev/null +++ b/data/recipes/smelting/silver.yaml @@ -0,0 +1,13 @@ +id: silver +type: smelting +skill: smithing +level: 25 +xp: 14 +wait: 4 +station: [furnace] +consume: + - items: [silver_ore] + quantity: 1 +output: silver_bar +message: "You remove a white hot silver bar!" +fail_message: "You fail to smelt a usable bar." -- cgit v1.2.3