From 470bc5bd99b793e46305310b5fbeb3068eba45f1 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 23:43:35 -0400 Subject: refactor: removed separate crafting recipes and combined them into item YAML --- data/items/consumables/cadantine_potion_unf.yaml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'data/items/consumables/cadantine_potion_unf.yaml') diff --git a/data/items/consumables/cadantine_potion_unf.yaml b/data/items/consumables/cadantine_potion_unf.yaml index d1f13c6..5d5db0b 100644 --- a/data/items/consumables/cadantine_potion_unf.yaml +++ b/data/items/consumables/cadantine_potion_unf.yaml @@ -1,12 +1,16 @@ -id: cadantine_potion_unf -name: "cadantine potion (unf)" color: "48" -description: "An unfinished potion with cadantine floating in water." -value: 72 +craft: + type: combine + consume: + - items: + - cadantine + quantity: 1 + - items: + - vial_of_water + quantity: 1 + wait: 0 +description: An unfinished potion with cadantine floating in water. +id: cadantine_potion_unf +name: cadantine potion (unf) stackable: false -made_from: - - items: [cadantine] - quantity: 1 - - items: [vial_of_water] - quantity: 1 -ticks: 0 +value: 72 -- cgit v1.2.3