mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Reduce the blinky_plant speed and add it on minetest.conf instead of in the mod (hardset vs softset)
This commit is contained in:
@ -5,7 +5,7 @@ local toggle_timer = function (pos)
|
||||
if timer:is_started() then
|
||||
timer:stop()
|
||||
else
|
||||
timer:start(mesecon.setting("blinky_plant_interval", 7))
|
||||
timer:start(mesecon.setting("blinky_plant_interval", 3))
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user