diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-03 23:56:34 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-03 23:56:34 -0700 |
commit | d545593f273430cb31966d6eb63aa44a229b76ef (patch) | |
tree | 45824ba5867d84e58810411a4d521829d64ed43f /init.lua | |
parent | f43e64caba3e9be12a0ed345fd0eae35cbfd15e2 (diff) |
combatibility with Carbone (and presumably other games that use older versions of the default mod)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ dofile( minetest.get_modpath( "digtron" ) .. "/node_controllers.lua" ) -- contro dofile( minetest.get_modpath( "digtron" ) .."/recipes.lua" ) -digtron.cycle_time = 1.0 -- How long a digtron waits between cycles. +digtron.cycle_time = 1 -- How many seconds a digtron waits between cycles. Auto-controllers can make this wait longer, but cannot make it shorter. digtron.traction_factor = 3.0 -- How many digtron nodes can be moved for each adjacent solid node that the digtron has traction against -- fuel costs. For comparison, in the default game: |