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/irit_potion_unf.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'data/items/consumables/irit_potion_unf.yaml') diff --git a/data/items/consumables/irit_potion_unf.yaml b/data/items/consumables/irit_potion_unf.yaml index 887de6d..a8f72f1 100644 --- a/data/items/consumables/irit_potion_unf.yaml +++ b/data/items/consumables/irit_potion_unf.yaml @@ -1,13 +1,13 @@ color: "30" craft: - type: pharmacy + - type: pharmacy ingredients: - - items: - - irit - quantity: 1 - - items: - - vial_of_water - quantity: 1 + - items: + - irit + quantity: 1 + - items: + - vial_of_water + quantity: 1 ticks_per_cycle: 0 description: An unfinished potion with irit floating in water. name: irit potion (unf) -- cgit v1.2.3