Fuels: Bookshelf, chest, wooden slab, saplings

This commit is contained in:
Wuzzy 2017-02-13 14:33:16 +01:00
parent 7320bc25aa
commit 7b726430c8
5 changed files with 21 additions and 8 deletions

View file

@ -882,6 +882,12 @@ minetest.register_craft({
burntime = 15,
})
minetest.register_craft({
type = "fuel",
recipe = "group:sapling",
burntime = 5,
})
minetest.register_craft({
type = "fuel",
recipe = "mcl_core:pick_wood",