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/teak_planks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/items/materials/teak_planks.yaml') diff --git a/data/items/materials/teak_planks.yaml b/data/items/materials/teak_planks.yaml index d8b4ec7..043c502 100644 --- a/data/items/materials/teak_planks.yaml +++ b/data/items/materials/teak_planks.yaml @@ -1,13 +1,13 @@ color: "64" craft: - ingredients: - - items: - - teak_logs - quantity: 1 + - ingredients: + - items: + - teak_logs + quantity: 1 level: 35 success_message: "You saw the teak logs into %n." station: - - workbench + - workbench tool: saw type: construction ticks_per_cycle: 20 -- cgit v1.2.3