diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-04 21:38:49 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-04 21:38:49 -0700 |
commit | a74d9315250d24b2c7964fb28ab08f7d117fbfea (patch) | |
tree | eac793b2cec0a251eb7fb321df1e5cb4c7d1a78d /init.lua | |
parent | 92f775a38d205566abfe41bfda522cd51d2a178f (diff) |
Particle effects for digger heads
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |