mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
parent
36f51e45ac
commit
23a6bc4b8d
@ -68,7 +68,7 @@ minetest.register_globalstep(function(dtime)
|
|||||||
|
|
||||||
-- simplest version checks for "full sunlight now"
|
-- simplest version checks for "full sunlight now"
|
||||||
if light_now >= 14 then
|
if light_now >= 14 then
|
||||||
regen_to = 1
|
regen_to = 3
|
||||||
end
|
end
|
||||||
|
|
||||||
-- we can get a bit more lenience by testing whether
|
-- we can get a bit more lenience by testing whether
|
||||||
|
Loading…
Reference in New Issue
Block a user