From 6f7b995dd9fa3bea95be8c24e2452f015b410839 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 20 Jun 2024 01:20:51 +0200 Subject: change the protocol yet again --- data/demands.yaml | 10 +++++----- data/recipes.yaml | 13 ------------- 2 files changed, 5 insertions(+), 18 deletions(-) (limited to 'data') diff --git a/data/demands.yaml b/data/demands.yaml index 80679e29..6862395e 100644 --- a/data/demands.yaml +++ b/data/demands.yaml @@ -1,5 +1,5 @@ -- burger-meal -- tomatoburger-meal -- tomatosteak-meal -- steak-meal -- sliced-tomato-meal +- { from: burger-meal, to: dirty-dish } +- { from: tomatoburger-meal, to: dirty-dish } +- { from: tomatosteak-meal, to: dirty-dish } +- { from: steak-meal, to: dirty-dish } +- { from: sliced-tomato-mea, to: dirty-dish } diff --git a/data/recipes.yaml b/data/recipes.yaml index 98de3a9c..2f0b4660 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -1,22 +1,9 @@ -# - { tile: floor, action: !never } - -# - { tile: window, inputs: [steak-meal, void] } -# - { tile: window, inputs: [sliced-tomato-meal, void] } -# - { tile: window, inputs: [bread-meal, void] } -# - { tile: window, inputs: [burger-meal, void] } -# - { tile: window, inputs: [tomatosteak-meal, void] } -# - { tile: window, inputs: [tomatoburger-meal, void] } - - { tile: trash, action: !instant , inputs: [raw-steak] } - { tile: trash, action: !instant , inputs: [steak] } - { tile: trash, action: !instant , inputs: [tomato] } - { tile: trash, action: !instant , inputs: [flour] } - { tile: trash, action: !instant , inputs: [dough] } - { tile: trash, action: !instant , inputs: [steak-meal] } -# - { tile: counter, inputs: [raw-steak, void] } -# - { tile: counter, inputs: [sliced-tomato, void] } -# - { tile: counter, inputs: [dough, void] } -# - { tile: counter, inputs: [bread, void] } - tile: tomato-crate # Tomato pipeline outputs: [tomato] -- cgit v1.2.3-70-g09d2