Fixed honey bug

This commit is contained in:
Grizzly Adam 2018-03-14 19:51:27 -05:00 committed by GitHub
parent 2f357581ec
commit 589ab3c42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ minetest.register_craft( {
minetest.register_craft( { minetest.register_craft( {
output = "bbq:ham_raw 2", output = "bbq:ham_raw 2",
type = "shapeless", type = "shapeless",
recipe = {"bbq:brine", "mobs:pork_raw", "group:honey"} recipe = {"bbq:brine", "mobs:pork_raw", "group:food_honey"}
}) })
--Pickled Peppers Recipe --Pickled Peppers Recipe