summaryrefslogtreecommitdiff
path: root/farming/hoes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'farming/hoes.lua')
-rw-r--r--farming/hoes.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/farming/hoes.lua b/farming/hoes.lua
index dd7a11c..c883e22 100644
--- a/farming/hoes.lua
+++ b/farming/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",