Add coal ore cooking

This commit is contained in:
Wuzzy 2017-01-05 01:04:26 +01:00
parent c0f839115e
commit d3537ba555
1 changed files with 7 additions and 0 deletions

View File

@ -723,6 +723,13 @@ minetest.register_craft({
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "default:coal",
recipe = "default:stone_with_coal",
cooktime = 10,
})
--
-- Fuels
--