diff options
| author | historia <[not public]> | 2026-07-01 02:21:42 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 02:21:42 -0400 |
| commit | 5f37dc9b6f6b79da04da70ae0c33ec8d02998587 (patch) | |
| tree | f7c309e36267a4c456fcf5bca800e614507a80af /data/items/consumables/bread_dough.yaml | |
| parent | fee376102192dc6f24297a7b11324636ace3a07d (diff) | |
| download | thehouseoficarus-5f37dc9b6f6b79da04da70ae0c33ec8d02998587.tar.gz | |
feat: qol improvements to items crud in admin gui
Diffstat (limited to 'data/items/consumables/bread_dough.yaml')
| -rw-r--r-- | data/items/consumables/bread_dough.yaml | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/data/items/consumables/bread_dough.yaml b/data/items/consumables/bread_dough.yaml index 2df433f..48fa986 100644 --- a/data/items/consumables/bread_dough.yaml +++ b/data/items/consumables/bread_dough.yaml @@ -1,21 +1,34 @@ -color: "DE" +color: DE craft: + - ingredients: + - byproducts: + - empty_pot + items: + - pot_of_flour + quantity: 1 + - byproducts: + - empty_bucket + - empty_jug + items: + - bucket_of_water + - jug_of_water + quantity: 1 + end_message: testend + fail: "" + level: 0 + message: testmsg + output_qty: 0 + start_message: teststart + station: [] + subtype: "" + tool: "" type: combine - consume: - - byproducts: - - empty_pot - items: - - pot_of_flour - quantity: 1 - - byproducts: - - empty_bucket - - empty_jug - items: - - bucket_of_water - - jug_of_water - quantity: 1 wait: 2 + xp: 0 description: A ball of uncooked bread dough. It needs to be baked. +id: bread_dough +max_quality: 0 name: bread dough +quality: 0 stackable: false value: 3 |
