2012-05-15 16:49:24 -04:00
|
|
|
-- SETTINGS
|
2012-08-15 11:11:13 +02:00
|
|
|
BLINKY_PLANT_INTERVAL = 3
|
2012-08-11 23:39:28 +02:00
|
|
|
NEW_STYLE_WIRES = true -- true = new nodebox wires, false = old raillike wires
|
2012-12-07 15:52:52 +01:00
|
|
|
PRESSURE_PLATE_INTERVAL = 0.1
|
2012-12-08 22:28:46 +01:00
|
|
|
OBJECT_DETECTOR_RADIUS = 6
|
2012-12-26 22:54:28 +01:00
|
|
|
PISTON_MAXIMUM_PUSH = 15
|
2013-03-15 19:53:09 -04:00
|
|
|
MOVESTONE_MAXIMUM_PUSH = 100
|
2013-06-05 06:40:53 +02:00
|
|
|
MESECONS_GLOBALSTEP = true -- true = receptors/effectors won't be updated
|
|
|
|
-- until next globalstep, decreases server load
|