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/bronze_bar.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'data/items/materials/bronze_bar.yaml') diff --git a/data/items/materials/bronze_bar.yaml b/data/items/materials/bronze_bar.yaml index 1dacbc4..d83ebc9 100644 --- a/data/items/materials/bronze_bar.yaml +++ b/data/items/materials/bronze_bar.yaml @@ -1,17 +1,17 @@ color: "B2" craft: - ingredients: - - items: - - copper_ore - quantity: 1 - - items: - - tin_ore - quantity: 1 + - ingredients: + - items: + - copper_ore + quantity: 1 + - items: + - tin_ore + quantity: 1 fail_message: You fail to smelt a usable bar. level: 1 subtype: smelting station: - - furnace + - furnace type: smithing ticks_per_cycle: 4 xp: 6 -- cgit v1.2.3