ShadowNinja
2016-03-22 2b0a28355644235114b17da91cf9bc920639580c
Adjust mining laser start offset
1 files modified
2 ■■■ changed files
technic/tools/mining_lasers.lua 2 ●●● patch | view | raw | blame | history
technic/tools/mining_lasers.lua
@@ -61,7 +61,7 @@
    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,