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