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/smithing/adamant.yaml | 48 -------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 data/recipes/smithing/adamant.yaml (limited to 'data/recipes/smithing/adamant.yaml') diff --git a/data/recipes/smithing/adamant.yaml b/data/recipes/smithing/adamant.yaml deleted file mode 100644 index bd9debe..0000000 --- a/data/recipes/smithing/adamant.yaml +++ /dev/null @@ -1,48 +0,0 @@ -type: smithing -station: [anvil] -wait: 4 -consume: - - items: [adamantite_bar] - quantity: 1 -products: - - id: adamant_dagger - output: adamant_dagger - level: 70 - xp: 62 - - id: adamant_med_helm - output: adamant_med_helm - level: 73 - xp: 62 - - id: adamant_sword - output: adamant_sword - level: 74 - xp: 62 - - id: adamant_nails - output: adamant_nails - level: 74 - xp: 62 - output_qty: 15 - - id: adamant_arrowtips - output: adamant_arrowtips - level: 75 - xp: 62 - output_qty: 15 - - id: adamant_bolts_unf - output: adamant_bolts_unf - level: 76 - xp: 62 - output_qty: 10 - - id: adamant_full_helm - output: adamant_full_helm - level: 77 - xp: 125 - consume: - - items: [adamantite_bar] - quantity: 2 - - id: adamant_platebody - output: adamant_platebody - level: 88 - xp: 312 - consume: - - items: [adamantite_bar] - quantity: 5 -- cgit v1.2.3