diff options
| author | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
| commit | bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 (patch) | |
| tree | 5383c325fafeb34c01ea737a7070402f040fc5af /data/items/consumables/bread_dough.yaml | |
| parent | fbe5090ac3325ff8ea6989cdf4515c7f077c975b (diff) | |
| download | thehouseoficarus-bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5.tar.gz | |
feat: admin gui map, item, and objects mostly complete
Diffstat (limited to 'data/items/consumables/bread_dough.yaml')
| -rw-r--r-- | data/items/consumables/bread_dough.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/items/consumables/bread_dough.yaml b/data/items/consumables/bread_dough.yaml index cce972d..9909c58 100644 --- a/data/items/consumables/bread_dough.yaml +++ b/data/items/consumables/bread_dough.yaml @@ -1,6 +1,8 @@ color: DE craft: - - ingredients: + - end_message: "" + fail: "" + ingredients: - byproducts: - empty_pot items: @@ -13,17 +15,15 @@ craft: - bucket_of_water - jug_of_water quantity: 1 - end_message: testend - fail: "" level: 0 - success_message: testmsg output_qty: 0 - start_message: teststart + start_message: "" station: [] subtype: "" + success_message: "" + ticks_per_cycle: 2 tool: "" type: combine - wait: 2 xp: 0 description: A ball of uncooked bread dough. It needs to be baked. id: bread_dough |
