forked from thunderdog1138/star_wars
Update 'mods/ethereal/wood.lua'
This commit is contained in:
parent
0dd6090263
commit
ed0f453f77
|
@ -285,4 +285,10 @@ minetest.register_craft({
|
|||
recipe = {
|
||||
{"ethereal:bush_stem"},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "ethereal:bush_stem",
|
||||
burntime = 7,
|
||||
})
|
Loading…
Reference in New Issue