aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/maps/debug.yaml5
-rw-r--r--data/recipes/default.js2
2 files changed, 4 insertions, 3 deletions
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),