forked from VoxeLibre/VoxeLibre
Move Nether portal particle texture
This commit is contained in:
parent
1c9961dbc8
commit
10f50d972f
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 101 B |
|
@ -4,4 +4,5 @@ mcl_core
|
|||
mcl_fire
|
||||
mcl_nether
|
||||
mcl_end
|
||||
mcl_particles
|
||||
doc?
|
||||
|
|
|
@ -369,7 +369,7 @@ minetest.register_abm({
|
|||
1, --minsize
|
||||
2, --maxsize
|
||||
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
|
||||
local lua_entity = obj:get_luaentity() --maikerumine added for objects to travel
|
||||
|
|
Loading…
Reference in New Issue