Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cornernote/minetest-particles
- Owner: cornernote
- License: other
- Created: 2012-11-08T00:15:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T01:45:06.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T14:31:51.968Z (3 months ago)
- Language: Lua
- Homepage: http://cornernote.github.io/minetest-particles
- Size: 1.04 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)