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/items/unfired_plant_pot.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/items/unfired_plant_pot.yaml (limited to 'data/items/unfired_plant_pot.yaml') diff --git a/data/items/unfired_plant_pot.yaml b/data/items/unfired_plant_pot.yaml new file mode 100644 index 0000000..c088242 --- /dev/null +++ b/data/items/unfired_plant_pot.yaml @@ -0,0 +1,5 @@ +id: unfired_plant_pot +name: unfired plant pot +color: "173" +description: "An unfired clay plant pot. It needs to be fired in a pottery oven." +value: 1 -- cgit v1.2.3