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/fletching/headless_arrow.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/recipes/fletching/headless_arrow.yaml (limited to 'data/recipes/fletching/headless_arrow.yaml') diff --git a/data/recipes/fletching/headless_arrow.yaml b/data/recipes/fletching/headless_arrow.yaml new file mode 100644 index 0000000..0c1e363 --- /dev/null +++ b/data/recipes/fletching/headless_arrow.yaml @@ -0,0 +1,13 @@ +id: headless_arrow +type: fletching +level: 1 +xp: 1 +wait: 2 +consume: + - items: [arrow_shaft] + quantity: 15 + - items: [feather] + quantity: 15 +output: headless_arrow +output_qty: 15 +message: "You attach feathers to the arrow shafts." -- cgit v1.2.3