mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
@ -67,7 +67,7 @@ minetest.register_globalstep(function(dtime)
|
||||
local regen_to = 0
|
||||
|
||||
-- simplest version checks for "full sunlight now"
|
||||
if light_now >= 15 then
|
||||
if light_now >= 14 then
|
||||
regen_to = 1
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user