From 237126d3dbac0075b4ff83d47dd5141f3de3af5b Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 21 Mar 2016 19:39:38 -0400 Subject: 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, -- cgit v1.2.3