From 9eb5ab1818b6b19501fd7209db1987c9e06cc919 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 9 Jun 2026 05:59:20 -0400 Subject: first commit --- data/items/tin_ore.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/tin_ore.yaml (limited to 'data/items/tin_ore.yaml') diff --git a/data/items/tin_ore.yaml b/data/items/tin_ore.yaml new file mode 100644 index 0000000..62a55b4 --- /dev/null +++ b/data/items/tin_ore.yaml @@ -0,0 +1,6 @@ +id: "tin_ore" +name: "tin ore" +aliases: ["tin", "ore"] +description: "A chunk of tin ore." +value: 2 +stackable: false -- cgit v1.2.3