diff --git a/mods/ethereal/wood.lua b/mods/ethereal/wood.lua index 11828ef9..2330c424 100644 --- a/mods/ethereal/wood.lua +++ b/mods/ethereal/wood.lua @@ -285,4 +285,10 @@ minetest.register_craft({ recipe = { {"ethereal:bush_stem"}, } +}) + +minetest.register_craft({ + type = "fuel", + recipe = "ethereal:bush_stem", + burntime = 7, }) \ No newline at end of file