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/misc/oak_table.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/items/misc/oak_table.yaml') diff --git a/data/items/misc/oak_table.yaml b/data/items/misc/oak_table.yaml index 35c8a0c..5a01e95 100644 --- a/data/items/misc/oak_table.yaml +++ b/data/items/misc/oak_table.yaml @@ -1,12 +1,12 @@ color: "5E" craft: - ingredients: - - items: - - oak_planks - quantity: 3 + - ingredients: + - items: + - oak_planks + quantity: 3 level: 20 station: - - workbench + - workbench type: construction ticks_per_cycle: 6 xp: 50 -- cgit v1.2.3