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/items/steel_bar.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/steel_bar.yaml (limited to 'data/items/steel_bar.yaml') diff --git a/data/items/steel_bar.yaml b/data/items/steel_bar.yaml new file mode 100644 index 0000000..450fd5c --- /dev/null +++ b/data/items/steel_bar.yaml @@ -0,0 +1,6 @@ +id: steel_bar +name: steel bar +color: "254" +description: "A bar of steel, forged from iron ore and coal." +value: 30 +stackable: false -- cgit v1.2.3