summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-04 21:38:49 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-04 21:38:49 -0700
commita74d9315250d24b2c7964fb28ab08f7d117fbfea (patch)
treeeac793b2cec0a251eb7fb321df1e5cb4c7d1a78d /init.lua
parent92f775a38d205566abfe41bfda522cd51d2a178f (diff)
Particle effects for digger heads
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index cf843c2..fc18dc6 100644
--- a/init.lua
+++ b/init.lua
@@ -8,6 +8,7 @@ dofile( minetest.get_modpath( "digtron" ) .. "/node_controllers.lua" ) -- contro
dofile( minetest.get_modpath( "digtron" ) .."/recipes.lua" )
digtron.creative_mode = false
+digtron.particle_effects = true
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