diff --git a/mover.lua b/mover.lua index 5dbbb89..a1cbf20 100644 --- a/mover.lua +++ b/mover.lua @@ -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 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 -basic_machines.version = "06/07/2016a"; +basic_machines.version = "06/09/2016a"; 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.. diff --git a/technic_power.lua b/technic_power.lua index 7deada4..bcc53a8 100644 --- a/technic_power.lua +++ b/technic_power.lua @@ -355,7 +355,7 @@ minetest.register_node("basic_machines:generator", { minetest.register_abm({ nodenames = {"basic_machines:generator"}, neighbors = {""}, - interval = 20, + interval = 19, chance = 1, action = function(pos, node, active_object_count, active_object_count_wider) local meta = minetest.get_meta(pos);