From 5d2bd4a2a6e38d75a5168afc1ef9a6cbcd90ea36 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 17 Jun 2024 13:32:18 +0200 Subject: active start / stop --- data/items.yaml | 4 ++++ data/recipes.yaml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 data/items.yaml create mode 100644 data/recipes.yaml (limited to 'data') diff --git a/data/items.yaml b/data/items.yaml new file mode 100644 index 00000000..a485daa5 --- /dev/null +++ b/data/items.yaml @@ -0,0 +1,4 @@ +- flour +- water +- dough + diff --git a/data/recipes.yaml b/data/recipes.yaml new file mode 100644 index 00000000..571b9633 --- /dev/null +++ b/data/recipes.yaml @@ -0,0 +1,5 @@ + +- tile: table + inputs: [tomato] + outputs: [sliced-tomato] + duration: 3 -- cgit v1.2.3-70-g09d2