From c770a269da6d74c8de5b01d7ab4b31da5eba53ec Mon Sep 17 00:00:00 2001 From: ariehkovler Date: Mon, 24 Mar 2014 20:00:52 +0200 Subject: [PATCH 1/3] add output for cake recipe --- config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 7be88091..ccc5859d 100644 --- a/config.yml +++ b/config.yml @@ -4033,7 +4033,7 @@ production_recipes: name: Bake Cake production_time: 24 inputs: - Sugar: + Sugar:cake material: SUGAR amount: 36 Egg: @@ -4045,6 +4045,10 @@ production_recipes: Milk Bucket: material: MILK_BUCKET amount: 18 + outputs: + Cake: + material: CAKE + amount: 24 Bake_Pumpkin_Pie: name: Bake Pumpkin Pie production_time: 24 From 7b6a651aaa2761ad2cb349201586d33d6bcfc2ac Mon Sep 17 00:00:00 2001 From: ariehkovler Date: Mon, 24 Mar 2014 20:09:43 +0200 Subject: [PATCH 2/3] fixed typo --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index ccc5859d..37d774dd 100644 --- a/config.yml +++ b/config.yml @@ -4033,7 +4033,7 @@ production_recipes: name: Bake Cake production_time: 24 inputs: - Sugar:cake + Sugar: material: SUGAR amount: 36 Egg: From 4cdf09957a7c1e1ababc7b16e4714b2a87ab30fa Mon Sep 17 00:00:00 2001 From: ariehkovler Date: Mon, 24 Mar 2014 20:37:12 +0200 Subject: [PATCH 3/3] Update config.yml --- config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yml b/config.yml index 37d774dd..818fdcb4 100644 --- a/config.yml +++ b/config.yml @@ -4049,6 +4049,9 @@ production_recipes: Cake: material: CAKE amount: 24 + Bucket: + material: BUCKET + amount: 18 Bake_Pumpkin_Pie: name: Bake Pumpkin Pie production_time: 24