diff options
Diffstat (limited to 'plantlife.lua')
-rw-r--r-- | plantlife.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plantlife.lua b/plantlife.lua index 6bd8364..631682c 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -288,6 +288,12 @@ minetest.register_node("ethereal:bamboo", { end, }) +minetest.register_craft({ + type = "fuel", + recipe = "ethereal:bamboo", + burntime = 1, +}) + -- Bamboo Sprout minetest.register_node("ethereal:bamboo_sprout", { description = "Bamboo Sprout", |