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

@ -399,5 +399,6 @@ minetest.register_craft({
minetest.register_craft({
type = "fuel",
recipe = "group:wood_slab",
burntime = 15,
-- Original burn time: 7.5 (PC edition)
burntime = 8,
})