forked from Mirrorlandia_minetest/mesecons
300abcb587
Fix a bug where a burnt luacontroller didn't have the correct pin-states as the burnt controller does not register any changes from outside.
13 lines
580 B
Lua
13 lines
580 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_RESUMETIME = 4 -- time to wait when starting the server before
|
|
-- processing the ActionQueue, don't set this too low
|
|
OVERHEAT_MAX = 20 -- maximum heat of any component that directly sends an output
|
|
-- signal when the input changes (e.g. luacontroller, gates)
|
|
-- Unit: actions per second, checks are every 1 second
|