Skip to content

Instantly share code, notes, and snippets.

Created October 1, 2013 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6776948 to your computer and use it in GitHub Desktop.
Save anonymous/6776948 to your computer and use it in GitHub Desktop.
function spawn_bees(pos)
minetest.add_particlespawner(0.5, 0,
pos, pos,
{-2.5,-2.5,-2.5}, {2.5,2.5,2.5},
{-0.5,-0.5,-0.5}, {0.5,0.5,0.5},
2, 5,
1, 3,
true,
"bees_particle_bee.png"
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment