From 882b741dec9cee6a6fc2b979c9fd72cb3bab1f18 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 27 Aug 2015 10:14:41 +0100 Subject: Apple and Orange spawn rate increased, Bamboo added to fuels --- plantlife.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plantlife.lua') 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", -- cgit v1.2.3