summaryrefslogtreecommitdiff
path: root/mesecons/settings.lua
blob: e35bb1e2e0443c45c18a10eea6db19261063bbff (plain)
1
2
3
4
5
6
7
8
9
-- 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