Burn trees to obtain coal

master
CasimirKaPazi 2017-05-06 17:14:54 +02:00 committed by Alexander Weber
parent 6634877d52
commit 4bcd309746
1 changed files with 6 additions and 0 deletions

View File

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