From 05c84ee9c5aa8325fb1ffe518b3bc9c035895729 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 3 Mar 2015 00:23:02 +0100 Subject: [PATCH] Update ingredients.lua --- mods/food/ingredients.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/food/ingredients.lua b/mods/food/ingredients.lua index d368aa0e..d1a2e44a 100755 --- a/mods/food/ingredients.lua +++ b/mods/food/ingredients.lua @@ -13,7 +13,7 @@ food.module("wheat", function() groups = {food_wheat=1} }) food.craft({ - output = "food:potato", + output = "farming:wheat", recipe = { {"farming:wheat"} },