mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-13 13:50:32 +01:00
10 lines
365 B
Lua
10 lines
365 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
|