From 2b0a28355644235114b17da91cf9bc920639580c Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 21 Mar 2016 19:39:38 -0400 Subject: [PATCH] Adjust mining laser start offset --- technic/tools/mining_lasers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,