Fuels: Bookshelf, chest, wooden slab, saplings
This commit is contained in:
parent
7320bc25aa
commit
7b726430c8
5 changed files with 21 additions and 8 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue