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/cooking/anchovies.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 data/recipes/cooking/anchovies.yaml (limited to 'data/recipes/cooking/anchovies.yaml') diff --git a/data/recipes/cooking/anchovies.yaml b/data/recipes/cooking/anchovies.yaml deleted file mode 100644 index 26bcc39..0000000 --- a/data/recipes/cooking/anchovies.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: anchovies -type: cooking -level: 1 -xp: 30 -wait: 6 -station: [fire, cooking_range] -consume: - - items: [raw_anchovies] - quantity: 1 -output: anchovies -fail: burnt_fish -message: "Cooked to perfection. It looks great!" -fail_message: "You accidentally burn the anchovies." -- cgit v1.2.3