Fix seeds not growing with MTG farming

master
Till Affeldt 2020-10-08 13:17:43 +02:00
parent 949f4ba6dc
commit 64f88263e2
2 changed files with 3 additions and 1 deletions

View File

@ -135,6 +135,8 @@ local function harvest_and_replant(pos, player)
else
-- plant seeds for MTG farming
minetest.set_node(pos, { name = seeds, param2 = 1 })
-- timer values taken from farming mod (see tick function in api.lua)
minetest.get_node_timer(pos):start(math.random(166, 286))
end
end)
return true

View File

@ -1,7 +1,7 @@
name = sickles
title = Scythes & Sickles
author = TestificateMods
release = 10300
release = 10301
description = """
Adds scythes and sickles with unique applications for farming.