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/crafting/craft_sapphire_necklace.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 data/recipes/crafting/craft_sapphire_necklace.yaml (limited to 'data/recipes/crafting/craft_sapphire_necklace.yaml') diff --git a/data/recipes/crafting/craft_sapphire_necklace.yaml b/data/recipes/crafting/craft_sapphire_necklace.yaml deleted file mode 100644 index 8006bf7..0000000 --- a/data/recipes/crafting/craft_sapphire_necklace.yaml +++ /dev/null @@ -1,16 +0,0 @@ -id: craft_sapphire_necklace -type: crafting -level: 22 -xp: 55 -wait: 4 -station: [furnace] -consume: - - items: [gold_bar] - quantity: 1 - - items: [sapphire] - quantity: 1 - - items: [necklace_mould] - quantity: 1 - byproducts: [necklace_mould] -output: sapphire_necklace -message: "You cast a sapphire necklace." -- cgit v1.2.3