From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- data/objects/anvil.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/objects') diff --git a/data/objects/anvil.yaml b/data/objects/anvil.yaml index 22725c1..ab5a79f 100644 --- a/data/objects/anvil.yaml +++ b/data/objects/anvil.yaml @@ -3,7 +3,7 @@ name: anvil color: "250" description: "A heavy iron anvil for hammering metal into shape." use_interactions: - - item: silver_bar + - item_id: silver_bar message: "You should use this with a mold at a furnace." - - item: gold_bar + - item_id: gold_bar message: "You should use this with a mold at a furnace." -- cgit v1.2.3