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