From eef5ddaa94f8cff6010d092c30fed53d2be01524 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 17:34:40 -0400 Subject: feat: began implementing smithing, ground item display fixes. --- data/objects/furnace.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/objects/furnace.yaml (limited to 'data/objects') diff --git a/data/objects/furnace.yaml b/data/objects/furnace.yaml new file mode 100644 index 0000000..437842a --- /dev/null +++ b/data/objects/furnace.yaml @@ -0,0 +1,5 @@ +id: furnace +name: furnace +color: "196" +props: + description: "A blazing hot furnace for smelting ores into bars." -- cgit v1.2.3