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/ruby.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/items/materials/ruby.yaml') diff --git a/data/items/materials/ruby.yaml b/data/items/materials/ruby.yaml index ef880bf..21f1686 100644 --- a/data/items/materials/ruby.yaml +++ b/data/items/materials/ruby.yaml @@ -1,9 +1,9 @@ color: "C4" craft: - ingredients: - - items: - - uncut_ruby - quantity: 1 + - ingredients: + - items: + - uncut_ruby + quantity: 1 level: 63 success_message: "You cut the %i1 into a beautiful %n." tool: chisel -- cgit v1.2.3