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