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