diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-27 10:14:41 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-27 10:14:41 +0100 |
commit | 882b741dec9cee6a6fc2b979c9fd72cb3bab1f18 (patch) | |
tree | 2f5ad62cb5cfc35847e8a12bbf15235a060bf01c /plantlife.lua | |
parent | c0850b2c1f631e9e5936b30943f6eeaf9005d6ff (diff) |
Apple and Orange spawn rate increased, Bamboo added to fuels
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", |