diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-19 22:52:37 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 |
commit | 6ca76cc0568f3d60b280f11ae07a34303c317f34 (patch) | |
tree | ac867e47b3fb4b6ed99189cb302b2741b107d272 /data | |
parent | 3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb (diff) | |
download | hurrycurry-6ca76cc0568f3d60b280f11ae07a34303c317f34.tar hurrycurry-6ca76cc0568f3d60b280f11ae07a34303c317f34.tar.bz2 hurrycurry-6ca76cc0568f3d60b280f11ae07a34303c317f34.tar.zst |
implement customer communication
Diffstat (limited to 'data')
-rw-r--r-- | data/demands.yaml | 1 | ||||
-rw-r--r-- | data/map.yaml | 4 | ||||
-rw-r--r-- | data/recipes.yaml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/data/demands.yaml b/data/demands.yaml new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/data/demands.yaml @@ -0,0 +1 @@ + diff --git a/data/map.yaml b/data/map.yaml index 4e9c2a11..aa065a47 100644 --- a/data/map.yaml +++ b/data/map.yaml @@ -3,7 +3,7 @@ map: - "|ctc.ctc.ctc.ctc.ctc.|" - "|.....c..............|" - "|c...c...+--www---dd-+" - - "|tc.ctc..|##...##W..D|" + - "|tc.ctc..|##...CC#..D|" - "|c...c...w........~.S|" - "|c.......w..######..T|" - "|tc......w..........F|" @@ -28,7 +28,7 @@ tiles: "s": sink "o": oven "p": pan - "W": watercooler + "C": cuttingboard "S": raw-steak-crate "T": tomato-crate "F": flour-crate diff --git a/data/recipes.yaml b/data/recipes.yaml index d462acbe..46210a7e 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -21,7 +21,7 @@ - tile: tomato-crate # Tomato pipeline outputs: [tomato] action: !instant -- tile: counter +- tile: cuttingboard inputs: [tomato] outputs: [sliced-tomato] action: !active 3 |