From d9fb8bbeb54c7b7feb7a48343c929cf63d8aed2f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 25 Sep 2025 17:10:32 +0200 Subject: Add bun crate recipes and to debug map --- data/maps/debug.yaml | 5 +++-- data/recipes/default.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 5baf06aa..ccaac980 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -18,7 +18,7 @@ map: - "........................" - "...~...................." - "........................" - - "..0123456789ß?.........." + - "..0123456789ß?Ü........." - "....................¹..." - "..⌷fRC.SToo..X......⌷..." - "..s⌷⌷⌷ɷ⌷⌷zz.........²..." @@ -60,6 +60,7 @@ tiles: "9": lettuce-crate "ß": mushroom-crate "?": potato-crate + "Ü": bun-crate "X": trash "¹": black-hole-counter @@ -105,7 +106,7 @@ entities: - !item_portal { from: [20, 4], to: [20, 6] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - - !environment [night] + # - !environment [night] tile_entities: "}": !conveyor { dir: [1, 0], filter: dough-foodprocessor } diff --git a/data/recipes/default.js b/data/recipes/default.js index cc2dfab4..1c4b7445 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -241,7 +241,7 @@ edible( // Steak const french_fries = sear(cut(potato)).as("french-fries"); -const bun = bake(dough).as("bun") +const bun = either(bake(dough).as("bun"), crate("bun")) edible( bun.tr(PL), french_fries.tr(PL), -- cgit v1.2.3-70-g09d2