Move Nether portal particle texture

This commit is contained in:
Wuzzy 2017-09-02 14:20:40 +02:00
parent 1c9961dbc8
commit 10f50d972f
3 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 101 B

After

Width:  |  Height:  |  Size: 101 B

View File

@ -4,4 +4,5 @@ mcl_core
mcl_fire mcl_fire
mcl_nether mcl_nether
mcl_end mcl_end
mcl_particles
doc? doc?

View File

@ -369,7 +369,7 @@ minetest.register_abm({
1, --minsize 1, --minsize
2, --maxsize 2, --maxsize
false, --collisiondetection false, --collisiondetection
"mcl_portals_particle.png" --texture "mcl_particles_teleport.png" --texture
) )
for _,obj in ipairs(minetest.get_objects_inside_radius(pos,1)) do --maikerumine added for objects to travel for _,obj in ipairs(minetest.get_objects_inside_radius(pos,1)) do --maikerumine added for objects to travel
local lua_entity = obj:get_luaentity() --maikerumine added for objects to travel local lua_entity = obj:get_luaentity() --maikerumine added for objects to travel