aboutsummaryrefslogtreecommitdiff
path: root/data/items/consumables/bread_dough.yaml
blob: 73ac99874599b3d58a7b7a99b3c6c67356921e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
id: bread_dough
name: bread dough
color: "222"
description: "A ball of uncooked bread dough. It needs to be baked."
value: 3
stackable: false
ticks: 2
made_from:
  - items: [pot_of_flour]
    quantity: 1
    byproducts: [empty_pot]
  - items: [bucket_of_water, jug_of_water]
    quantity: 1
    byproducts: [empty_bucket, empty_jug]