1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-26 02:30:38 +01:00

Dicreased needed light by 1 for solarmana's regen

- Solves part of #63
This commit is contained in:
LeMagnesium 2015-05-28 18:43:17 +02:00
parent 9086fbf240
commit 333a1fa6e4

View File

@ -67,7 +67,7 @@ minetest.register_globalstep(function(dtime)
local regen_to = 0 local regen_to = 0
-- simplest version checks for "full sunlight now" -- simplest version checks for "full sunlight now"
if light_now >= 15 then if light_now >= 14 then
regen_to = 1 regen_to = 1
end end