Make bark nodes usable as fuel
This commit is contained in:
parent
20eba63b94
commit
d9cff3ef82
2 changed files with 21 additions and 2 deletions
|
@ -526,6 +526,12 @@ minetest.register_craft({
|
|||
burntime = 15,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "group:bark",
|
||||
burntime = 15,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "mcl_core:ladder",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue