diff options
| -rw-r--r-- | technic/tools/mining_lasers.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/technic/tools/mining_lasers.lua b/technic/tools/mining_lasers.lua index c09aa92..802b9da 100644 --- a/technic/tools/mining_lasers.lua +++ b/technic/tools/mining_lasers.lua @@ -61,7 +61,7 @@ local function laser_shoot(player, range, particle_texture, sound)  	local start_pos = vector.new(player_pos)  	-- Adjust to head height -	start_pos.y = start_pos.y + 1.9 +	start_pos.y = start_pos.y + 1.6  	minetest.add_particle({  		pos = startpos,  		vel = dir, | 
