aboutsummaryrefslogtreecommitdiff
path: root/data/items/bread_dough.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-18 20:26:03 -0400
committerhistoria <[not public]>2026-06-18 20:26:03 -0400
commit97a1a908b9e6e6d3516628c139c9b64262b4fe08 (patch)
treed82953974edbfb4051dff1a48f1b264b9c264d28 /data/items/bread_dough.yaml
parent17e7725f252c7f5d3be2e9c37d62751c631f196f (diff)
downloadthehouseoficarus-97a1a908b9e6e6d3516628c139c9b64262b4fe08.tar.gz
feat: crafting roughly implemented (leather, gems, gold, clay, spinning).
Diffstat (limited to 'data/items/bread_dough.yaml')
-rw-r--r--data/items/bread_dough.yaml4
1 files changed, 2 insertions, 2 deletions
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]