From 2c1c0086c646b7a87c1cc0b4311105fb3ef107ea Mon Sep 17 00:00:00 2001 From: Grizzly Adam <35204361+Grizzly-Adam@users.noreply.github.com> Date: Mon, 26 Mar 2018 18:01:52 -0500 Subject: [PATCH] Fixed ground pepper in recipes bug --- cooking.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cooking.lua b/cooking.lua index 366747d..1390b12 100644 --- a/cooking.lua +++ b/cooking.lua @@ -358,7 +358,7 @@ minetest.register_craft( { minetest.register_craft( { output = "bbq:veggie_packet_raw 2", type = "shapeless", - recipe = {"bbq:pepper_ground", "group:food_tomato", "group:food_potato", "group:food_corn", "bbq:foil"} + recipe = {"group:food_pepper_ground", "group:food_tomato", "group:food_potato", "group:food_corn", "bbq:foil"} }) --Portebello Steak Craft Recipe