Update 'mods/ethereal/wood.lua'

This commit is contained in:
thunderdog1138 2020-07-16 23:38:22 +00:00
parent 0dd6090263
commit ed0f453f77
1 changed files with 6 additions and 0 deletions

View File

@ -285,4 +285,10 @@ minetest.register_craft({
recipe = {
{"ethereal:bush_stem"},
}
})
minetest.register_craft({
type = "fuel",
recipe = "ethereal:bush_stem",
burntime = 7,
})