From 5f37dc9b6f6b79da04da70ae0c33ec8d02998587 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 02:21:42 -0400 Subject: feat: qol improvements to items crud in admin gui --- data/items/materials/bronze_bar.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/items/materials/bronze_bar.yaml') diff --git a/data/items/materials/bronze_bar.yaml b/data/items/materials/bronze_bar.yaml index fabdf07..c7a999e 100644 --- a/data/items/materials/bronze_bar.yaml +++ b/data/items/materials/bronze_bar.yaml @@ -1,6 +1,6 @@ color: "B2" craft: - consume: + ingredients: - items: - copper_ore quantity: 1 @@ -9,10 +9,10 @@ craft: quantity: 1 fail_message: You fail to smelt a usable bar. level: 1 - skill: smithing + subtype: smelt station: - furnace - type: smelting + type: smithing wait: 4 xp: 6 description: A bar of bronze metal, smelted from copper and tin ore. -- cgit v1.2.3