Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cornernote/minetest-particles

Creates 3D textured particles that scatter in random directions after digging nodes.
https://github.com/cornernote/minetest-particles

Last synced: about 2 months ago
JSON representation

Creates 3D textured particles that scatter in random directions after digging nodes.

Awesome Lists containing this project

README

        

# Particles for Minetest

Generates particles in the world when you dig blocks, smoke, etc.

## PLEASE NOTE

This module is now obsolete as this functionality is now builtin to minetest.

## Features

- Creates 3D textured particles after digging nodes. The particles scatter in random directions and bounce a little when they hit the ground.
- Creates smoke on torches and other burning items.
- Creates signal bubbles on mesecon ON signals.

## Resources

- **[Documentation](http://cornernote.github.io/minetest-particles)**
- **[GitHub Project](https://github.com/cornernote/minetest-particles)**
- **[Minetest Forum](https://forum.minetest.net/viewtopic.php?id=3082)**

## Support

- Does this README need improvement? Go ahead and [suggest a change](https://github.com/cornernote/minetest-particles/edit/master/README.md).
- Found a bug, or need help using this project? Check the [open issues](https://github.com/cornernote/minetest-particles/issues) or [create an issue](https://github.com/cornernote/minetest-particles/issues/new).

## About

This module is open source, so it's distributed freely. If you find it useful then I ask not for your wealth, but simply to spare your time to consider the world we share by watching [Earthlings](http://earthlings.com/), a multi-award winning film available to watch online for free. A must-see for anyone who wishes to make the world a better place.

## Credits

sfan5 - coded the original particles mod which I borrowed and made into this one.
PilzAdam - made it work for any item without being defined in a mod, also improved the code.

## License

[BSD-3-Clause](https://raw.github.com/cornernote/minetest-particles/master/LICENSE), Copyright © 2013-2014 [Brett O'Donnell](http://cornernote.github.io/)