summaryrefslogtreecommitdiff
path: root/hoes.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-08-28 12:33:25 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-08-28 12:33:25 +0100
commitdf1aa7fad3e7af030ee6e260b6ec719af727ff0e (patch)
tree8ed10f95c13c48dc4968fe9d0e57dd594febe39d /hoes.lua
parent94b155bc231bb42b8a18a8d5afa82ae0011ce39b (diff)
added minlight maxlight to api and growing routine
Diffstat (limited to 'hoes.lua')
-rw-r--r--hoes.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/hoes.lua b/hoes.lua
index dd7a11c..c883e22 100644
--- a/hoes.lua
+++ b/hoes.lua
@@ -130,6 +130,12 @@ farming.register_hoe(":farming:hoe_wood", {
material = "group:wood"
})
+minetest.register_craft({
+ type = "fuel",
+ recipe = "farming:hoe_wood",
+ burntime = 5,
+})
+
farming.register_hoe(":farming:hoe_stone", {
description = S("Stone Hoe"),
inventory_image = "farming_tool_stonehoe.png",