From c705ae942573984784ef501bf8198f61f5206ddd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 05:27:10 -0400 Subject: refactor: simplify yaml, remove support for old scalar fields --- data/items/materials/oak_planks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/items/materials/oak_planks.yaml') diff --git a/data/items/materials/oak_planks.yaml b/data/items/materials/oak_planks.yaml index 39405b0..7ebfd75 100644 --- a/data/items/materials/oak_planks.yaml +++ b/data/items/materials/oak_planks.yaml @@ -1,13 +1,13 @@ color: "66" craft: - ingredients: - - items: - - oak_logs - quantity: 1 + - ingredients: + - items: + - oak_logs + quantity: 1 level: 15 success_message: "You saw the oak logs into %n." station: - - workbench + - workbench tool: saw type: construction ticks_per_cycle: 20 -- cgit v1.2.3