Update init.lua

This commit is contained in:
rubenwardy 2014-04-08 19:44:58 +01:00
parent a91d869b49
commit 11175d025f
1 changed files with 1 additions and 1 deletions

View File

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