From 470bc5bd99b793e46305310b5fbeb3068eba45f1 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 23:43:35 -0400 Subject: refactor: removed separate crafting recipes and combined them into item YAML --- data/recipes/fletching/unstrung_bows.yaml | 88 ------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 data/recipes/fletching/unstrung_bows.yaml (limited to 'data/recipes/fletching/unstrung_bows.yaml') diff --git a/data/recipes/fletching/unstrung_bows.yaml b/data/recipes/fletching/unstrung_bows.yaml deleted file mode 100644 index 3195c8d..0000000 --- a/data/recipes/fletching/unstrung_bows.yaml +++ /dev/null @@ -1,88 +0,0 @@ -type: fletching -tool: knife -wait: 3 -products: - - id: shortbow_u - output: shortbow_u - level: 5 - xp: 5 - consume: - - items: [logs] - quantity: 1 - - id: longbow_u - output: longbow_u - level: 10 - xp: 10 - consume: - - items: [logs] - quantity: 1 - - id: oak_shortbow_u - output: oak_shortbow_u - level: 20 - xp: 16 - consume: - - items: [oak_logs] - quantity: 1 - - id: oak_longbow_u - output: oak_longbow_u - level: 25 - xp: 25 - consume: - - items: [oak_logs] - quantity: 1 - - id: willow_shortbow_u - output: willow_shortbow_u - level: 35 - xp: 33 - consume: - - items: [willow_logs] - quantity: 1 - - id: willow_longbow_u - output: willow_longbow_u - level: 40 - xp: 41 - consume: - - items: [willow_logs] - quantity: 1 - - id: maple_shortbow_u - output: maple_shortbow_u - level: 50 - xp: 50 - consume: - - items: [maple_logs] - quantity: 1 - - id: maple_longbow_u - output: maple_longbow_u - level: 55 - xp: 58 - consume: - - items: [maple_logs] - quantity: 1 - - id: yew_shortbow_u - output: yew_shortbow_u - level: 60 - xp: 67 - consume: - - items: [yew_logs] - quantity: 1 - - id: yew_longbow_u - output: yew_longbow_u - level: 65 - xp: 75 - consume: - - items: [yew_logs] - quantity: 1 - - id: magic_shortbow_u - output: magic_shortbow_u - level: 80 - xp: 83 - consume: - - items: [magic_logs] - quantity: 1 - - id: magic_longbow_u - output: magic_longbow_u - level: 85 - xp: 91 - consume: - - items: [magic_logs] - quantity: 1 -- cgit v1.2.3