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/consumables/trout.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data/items/consumables/trout.yaml') diff --git a/data/items/consumables/trout.yaml b/data/items/consumables/trout.yaml index fc52b07..1d43236 100644 --- a/data/items/consumables/trout.yaml +++ b/data/items/consumables/trout.yaml @@ -1,15 +1,15 @@ color: "D1" craft: - ingredients: - - items: - - raw_trout - quantity: 1 + - ingredients: + - items: + - raw_trout + quantity: 1 fail: burnt_fish fail_message: You accidentally burn the trout. level: 15 station: - - fire - - cooking_range + - fire + - cooking_range type: cooking ticks_per_cycle: 6 xp: 70 -- cgit v1.2.3