mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-22 23:27:46 -04:00
11 lines
498 B
Lua
11 lines
498 B
Lua
-- SETTINGS
|
|
BLINKY_PLANT_INTERVAL = 3
|
|
NEW_STYLE_WIRES = true -- true = new nodebox wires, false = old raillike wires
|
|
PRESSURE_PLATE_INTERVAL = 0.1
|
|
OBJECT_DETECTOR_RADIUS = 6
|
|
PISTON_MAXIMUM_PUSH = 15
|
|
MOVESTONE_MAXIMUM_PUSH = 100
|
|
MESECONS_GLOBALSTEP = true -- true = receptors/effectors won't be updated
|
|
-- until next globalstep, decreases server load
|
|
MESECONS_RESUMETIME = 4 -- time to wait when starting the server before
|
|
-- processing the ActionQueue, don't set this too low
|