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/bolt_feathering.yaml | 63 ----------------------------- 1 file changed, 63 deletions(-) delete mode 100644 data/recipes/fletching/bolt_feathering.yaml (limited to 'data/recipes/fletching/bolt_feathering.yaml') diff --git a/data/recipes/fletching/bolt_feathering.yaml b/data/recipes/fletching/bolt_feathering.yaml deleted file mode 100644 index 2197de1..0000000 --- a/data/recipes/fletching/bolt_feathering.yaml +++ /dev/null @@ -1,63 +0,0 @@ -type: fletching -wait: 0 -products: - - id: bronze_bolts - output: bronze_bolts - level: 9 - xp: 5 - output_qty: 10 - consume: - - items: [bronze_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: iron_bolts - output: iron_bolts - level: 39 - xp: 15 - output_qty: 10 - consume: - - items: [iron_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: steel_bolts - output: steel_bolts - level: 46 - xp: 35 - output_qty: 10 - consume: - - items: [steel_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: mithril_bolts - output: mithril_bolts - level: 54 - xp: 50 - output_qty: 10 - consume: - - items: [mithril_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: adamant_bolts - output: adamant_bolts - level: 61 - xp: 70 - output_qty: 10 - consume: - - items: [adamant_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: rune_bolts - output: rune_bolts - level: 69 - xp: 100 - output_qty: 10 - consume: - - items: [rune_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 -- cgit v1.2.3