Burn trees to obtain coal

master
CasimirKaPazi 2017-05-06 17:14:54 +02:00
parent e93928fb57
commit c00d8ee93c
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ minetest.register_craft({
cooktime = 20,
})
minetest.register_craft({
type = "cooking",
output = "default:coal_lump",
recipe = "group:tree",
})
minetest.register_craft({
output = "default:mossycobble",
type = "shapeless",