Fixed ground pepper in recipes bug

This commit is contained in:
Grizzly Adam 2018-03-26 18:01:52 -05:00 committed by GitHub
parent b54904b3cf
commit 2c1c0086c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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