diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-28 12:33:25 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-08-28 12:33:25 +0100 |
commit | df1aa7fad3e7af030ee6e260b6ec719af727ff0e (patch) | |
tree | 8ed10f95c13c48dc4968fe9d0e57dd594febe39d /hoes.lua | |
parent | 94b155bc231bb42b8a18a8d5afa82ae0011ce39b (diff) |
added minlight maxlight to api and growing routine
Diffstat (limited to 'hoes.lua')
-rw-r--r-- | hoes.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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", |