diff options
| author | TenPlus1 <kinsellaja@yahoo.com> | 2015-10-26 14:54:13 +0000 |
|---|---|---|
| committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-10-26 14:54:13 +0000 |
| commit | 5345e6fdc59bc3afb89358446f4e2f4cb7268a26 (patch) | |
| tree | 6c36aab4fe0202667645dbff3578518726a862bc /beanpole.lua | |
| parent | 013ab59da99efd7b97cbf86588cca99b9e7f313d (diff) | |
Can use beanpole and trellis as fuel
Diffstat (limited to 'beanpole.lua')
| -rw-r--r-- | beanpole.lua | 6 |
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", { |
