Update init.lua

This commit is contained in:
Panquesito7 2019-07-25 15:59:21 -05:00 committed by GitHub
parent 2ebd3983e4
commit bcd67b8038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ function find_free_position_near(pos)
return pos, false
end
local function parti(pos)
function parti(pos)
minetest.add_particlespawner(50, 0.4,
{x=pos.x + 0.5, y=pos.y, z=pos.z + 0.5}, {x=pos.x - 0.5, y=pos.y, z=pos.z - 0.5},
{x=0, y=5, z=0}, {x=0, y=0, z=0},
@ -98,7 +98,7 @@ local function parti(pos)
"tps_portal_parti.png")
end
local function parti2(pos)
function parti2(pos)
minetest.add_particlespawner(50, 0.4,
{x=pos.x + 0.5, y=pos.y + 10, z=pos.z + 0.5}, {x=pos.x - 0.5, y=pos.y, z=pos.z - 0.5},
{x=0, y=-5, z=0}, {x=0, y=0, z=0},