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/tools/unfired_plant_pot.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/items/tools/unfired_plant_pot.yaml') diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml index 8de17c8..d867125 100644 --- a/data/items/tools/unfired_plant_pot.yaml +++ b/data/items/tools/unfired_plant_pot.yaml @@ -1,13 +1,13 @@ color: "AD" craft: - ingredients: - - items: - - soft_clay - quantity: 1 + - ingredients: + - items: + - soft_clay + quantity: 1 level: 19 success_message: "You shape the clay into a %n." station: - - pottery_wheel + - pottery_wheel type: crafting ticks_per_cycle: 4 xp: 18 -- cgit v1.2.3