From 257863b8884837623f39d8381ce4d7454b52add5 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Fri, 6 Jan 2017 23:48:48 -0700 Subject: Add damage-dealing to the digger heads --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 91d7c7c..cf13f9e 100644 --- a/init.lua +++ b/init.lua @@ -11,6 +11,7 @@ dofile( minetest.get_modpath( "digtron" ) .."/recipes.lua" ) digtron.creative_mode = false -- this causes digtrons to operate without consuming fuel or building materials. digtron.particle_effects = true -- Enables the spray of particles out the back of a digger head digtron.lava_impassible = true -- when true, lava counts as protected nodes. +digtron.diggers_damage_creatures = true -- when true, diggers deal damage to creatures when they trigger. 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 -- cgit v1.2.3