Fixed honey bug
This commit is contained in:
parent
2f357581ec
commit
589ab3c42f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user