diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-18 11:42:36 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:20:50 +0200 |
commit | 101ef75240e5d94f182fa1f15b58881c39221cfa (patch) | |
tree | 5ac304a09e134abf4f159b7889e91e0a35d02463 /data | |
parent | 3e8c24375f064487365a66c20fba20bea8e1f860 (diff) | |
download | hurrycurry-101ef75240e5d94f182fa1f15b58881c39221cfa.tar hurrycurry-101ef75240e5d94f182fa1f15b58881c39221cfa.tar.bz2 hurrycurry-101ef75240e5d94f182fa1f15b58881c39221cfa.tar.zst |
more item sprites
Diffstat (limited to 'data')
-rw-r--r-- | data/recipes.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/recipes.yaml b/data/recipes.yaml index e76b2f5e..8c59a057 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -3,6 +3,7 @@ - { tile: counter, inputs: [steak-meal, void] } - { tile: counter, inputs: [sliced-tomato-meal, void] } - { tile: counter, inputs: [bread-meal, void] } +- { tile: counter, inputs: [burger-meal, void] } - { tile: counter, inputs: [tomatosteak-meal, void] } - { tile: counter, inputs: [tomatoburger-meal, void] } |