allows you to make coal with trees

This commit is contained in:
jojoa1997 2013-02-06 17:36:02 -05:00
parent 2817db19d4
commit 293f6c588b

View file

@ -545,6 +545,12 @@ minetest.register_craft({
recipe = "default:clay_lump",
})
minetest.register_craft({
type = "cooking",
output = "default:coal_lump",
recipe = "group:tree",
})
--
-- Fuels
--