summaryrefslogtreecommitdiff
path: root/beanpole.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-10-26 14:54:13 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-10-26 14:54:13 +0000
commit5345e6fdc59bc3afb89358446f4e2f4cb7268a26 (patch)
tree6c36aab4fe0202667645dbff3578518726a862bc /beanpole.lua
parent013ab59da99efd7b97cbf86588cca99b9e7f313d (diff)
Can use beanpole and trellis as fuel
Diffstat (limited to 'beanpole.lua')
-rw-r--r--beanpole.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/beanpole.lua b/beanpole.lua
index ba61543..109bc2c 100644
--- a/beanpole.lua
+++ b/beanpole.lua
@@ -91,6 +91,12 @@ minetest.register_craft({
}
})
+minetest.register_craft({
+ type = "fuel",
+ recipe = "farming:beanpole",
+ burntime = 10,
+})
+
-- Define Green Bean growth stages
minetest.register_node("farming:beanpole_1", {