1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 14:50:52 +02:00

added minlight maxlight to api and growing routine

This commit is contained in:
TenPlus1
2017-08-28 12:33:25 +01:00
parent 94b155bc23
commit df1aa7fad3
5 changed files with 53 additions and 9 deletions

View File

@ -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",