mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-22 06:40:22 +01:00
tune polyfuse values
This commit is contained in:
parent
0edc72e35d
commit
6c5d88d5ce
@ -85,11 +85,11 @@ minetest.register_globalstep(function(dtime)
|
||||
-- overload detection
|
||||
if switch_diff > 250000 then
|
||||
switch.skip = 30
|
||||
elseif switch_diff > 100000 then
|
||||
elseif switch_diff > 150000 then
|
||||
switch.skip = 20
|
||||
elseif switch_diff > 50000 then
|
||||
elseif switch_diff > 75000 then
|
||||
switch.skip = 10
|
||||
elseif switch_diff > 25000 then
|
||||
elseif switch_diff > 50000 then
|
||||
switch.skip = 2
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user