Make encyclopedia burnable in furnace

This commit is contained in:
Wuzzy 2016-12-01 19:48:36 +01:00
parent 1bc521772f
commit d3a6cb78d7

View File

@ -27,3 +27,9 @@ minetest.register_craft({
{"group:stick", "group:stick", ""},
}
})
minetest.register_craft({
type = "fuel",
recipe = "doc_encyclopedia:encyclopedia",
burntime = 6,
})