From ec2e94e3463654a6288464a4c070b48ef9bf7368 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 21:13:07 -0400 Subject: feat: smithing added, item/object interaction reworked. recipes and menus refactored. --- data/objects/anvil.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/objects/anvil.yaml (limited to 'data/objects/anvil.yaml') diff --git a/data/objects/anvil.yaml b/data/objects/anvil.yaml new file mode 100644 index 0000000..22725c1 --- /dev/null +++ b/data/objects/anvil.yaml @@ -0,0 +1,9 @@ +id: anvil +name: anvil +color: "250" +description: "A heavy iron anvil for hammering metal into shape." +use_interactions: + - item: silver_bar + message: "You should use this with a mold at a furnace." + - item: gold_bar + message: "You should use this with a mold at a furnace." -- cgit v1.2.3