From ed0f453f77ab88b7a240811400f6e0f6495989f3 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Thu, 16 Jul 2020 23:38:22 +0000 Subject: [PATCH] Update 'mods/ethereal/wood.lua' --- mods/ethereal/wood.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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