From d545593f273430cb31966d6eb63aa44a229b76ef Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 3 Jan 2017 23:56:34 -0700 Subject: combatibility with Carbone (and presumably other games that use older versions of the default mod) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8ba1842..ea3476b 100644 --- a/init.lua +++ b/init.lua @@ -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: -- cgit v1.2.3