version update
This commit is contained in:
parent
e9b7d8accb
commit
5b431fd081
@ -11,7 +11,7 @@ local machines_minstep = 1 -- minimal allowed activation timestep, if faster mac
|
|||||||
local max_range = 10; -- machines normal range of operation
|
local max_range = 10; -- machines normal range of operation
|
||||||
local machines_operations = 10; -- 1 coal will provide 10 mover basic operations ( moving dirt 1 block distance)
|
local machines_operations = 10; -- 1 coal will provide 10 mover basic operations ( moving dirt 1 block distance)
|
||||||
local machines_TTL = 16; -- time to live for signals, how many hops before signal dissipates
|
local machines_TTL = 16; -- time to live for signals, how many hops before signal dissipates
|
||||||
basic_machines.version = "05/13/2016a";
|
basic_machines.version = "05/21/2016a";
|
||||||
basic_machines.clockgen = 1; -- if 0 all background continuously running activity (clockgen/keypad) repeating is disabled
|
basic_machines.clockgen = 1; -- if 0 all background continuously running activity (clockgen/keypad) repeating is disabled
|
||||||
|
|
||||||
-- how hard it is to move blocks, default factor 1, note fuel cost is this multiplied by distance and divided by machine_operations..
|
-- how hard it is to move blocks, default factor 1, note fuel cost is this multiplied by distance and divided by machine_operations..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user