forked from mtcontrib/food
Update init.lua
This commit is contained in:
parent
a91d869b49
commit
11175d025f
2
init.lua
2
init.lua
|
@ -299,7 +299,7 @@ end)
|
||||||
if minetest.get_modpath("animalmaterials") then
|
if minetest.get_modpath("animalmaterials") then
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "group:food_meat",
|
output = "food:meat",
|
||||||
recipe = "group:food_meat_raw",
|
recipe = "group:food_meat_raw",
|
||||||
cooktime = 30
|
cooktime = 30
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user