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/construction/mahogany_planks.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 data/recipes/construction/mahogany_planks.yaml (limited to 'data/recipes/construction/mahogany_planks.yaml') diff --git a/data/recipes/construction/mahogany_planks.yaml b/data/recipes/construction/mahogany_planks.yaml deleted file mode 100644 index 3008a07..0000000 --- a/data/recipes/construction/mahogany_planks.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: mahogany_planks -type: construction -level: 50 -xp: 30 -wait: 20 -station: [workbench] -tool: saw -consume: - - items: [mahogany_logs] - quantity: 1 -output: mahogany_planks -message: "You saw the mahogany logs into luxurious mahogany planks." -- cgit v1.2.3