summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2016-03-21 19:39:38 -0400
committerShadowNinja <ShadowNinja@users.noreply.github.com>2016-11-17 11:48:19 -0500
commit2b0a28355644235114b17da91cf9bc920639580c (patch)
tree1ed5bf0629e3f68d1c1045d32b79c7e41a426ef0
parent63efc395cd1496acbbd960c3e0e0701142abdcec (diff)
Adjust mining laser start offset
-rw-r--r--technic/tools/mining_lasers.lua2
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,