mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-26 18:50:20 +01:00
Fixed growing underground bug
This commit is contained in:
parent
024552dbe9
commit
6e4fa56475
2
init.lua
2
init.lua
@ -339,7 +339,7 @@ function farming.plant_growth_timer(pos, elapsed, node_name)
|
||||
if lambda < 0.1 then return true end
|
||||
if max_growth == 1 or lambda < 2.0 then
|
||||
local light = (minetest.get_node_light(light_pos) or 0) -- CHANGED
|
||||
print ("light level:", light)
|
||||
--print ("light level:", light)
|
||||
if not in_range(light, MIN_LIGHT, MAX_LIGHT) then return true end
|
||||
growth = 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user