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/bread_dough.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/items/bread_dough.yaml') diff --git a/data/items/bread_dough.yaml b/data/items/bread_dough.yaml index c40d0e0..98ab297 100644 --- a/data/items/bread_dough.yaml +++ b/data/items/bread_dough.yaml @@ -9,6 +9,6 @@ made_from: - items: [pot_of_flour] qty: 1 byproducts: [empty_pot] - - items: [bucket_of_water, pitcher_of_water] + - items: [bucket_of_water, jug_of_water] qty: 1 - byproducts: [empty_bucket, empty_pitcher] + byproducts: [empty_bucket, empty_jug] -- cgit v1.2.3