mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
@ -68,7 +68,7 @@ minetest.register_globalstep(function(dtime)
|
||||
|
||||
-- simplest version checks for "full sunlight now"
|
||||
if light_now >= 14 then
|
||||
regen_to = 1
|
||||
regen_to = 3
|
||||
end
|
||||
|
||||
-- we can get a bit more lenience by testing whether
|
||||
|
Reference in New Issue
Block a user