From 97a1a908b9e6e6d3516628c139c9b64262b4fe08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 18 Jun 2026 20:26:03 -0400 Subject: feat: crafting roughly implemented (leather, gems, gold, clay, spinning). --- data/objects/spinning_wheel.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/objects/spinning_wheel.yaml (limited to 'data/objects/spinning_wheel.yaml') diff --git a/data/objects/spinning_wheel.yaml b/data/objects/spinning_wheel.yaml new file mode 100644 index 0000000..683f0b6 --- /dev/null +++ b/data/objects/spinning_wheel.yaml @@ -0,0 +1,4 @@ +id: spinning_wheel +name: spinning wheel +color: "130" +description: "A wooden spinning wheel for spinning wool and flax." -- cgit v1.2.3