game-antum/mods/modpacks/deploy_nodes/README.md

47 lines
2.0 KiB
Markdown

# Deploy Nodes for Minetest
Craftable nodes that when placed turn into shapes or structures.
## Features
- easy to use - no chat commands, just nice easy structures that you can build by crafting and placing nodes
- lightweight - there are no ABMs, the nodes are created using after_place_node() in the node definitions
- grief-resistant - before nodes deploy a check is run to ensure that only air exists in the new area
- server friendly - all players can create impressive structures easily
## Resources
- **[Documentation](http://cornernote.github.io/minetest-deploy_nodes)**
- **[GitHub Project](https://github.com/cornernote/minetest-deploy_nodes)**
- **[Minetest Forum](https://forum.minetest.net/viewtopic.php?id=3192)**
## Support
- Does this README need improvement? Go ahead and [suggest a change](https://github.com/cornernote/minetest-deploy_nodes/edit/master/README.md).
- Found a bug, or need help using this project? Check the [open issues](https://github.com/cornernote/minetest-deploy_nodes/issues) or [create an issue](https://github.com/cornernote/minetest-deploy_nodes/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
- mauvebic - author of multinode which provided code for spheres and cylinders
- Echo - author of maze which provided code for spheres
- neko259 - author of livehouse which inspired building spawning
- VanessaE - contributed buildings
- kddekadenz - contributed buildings
- ACDC - contributed buildings
- Nanuk - contributed buildings
- irksomeduck - contributed buildings
## License
[BSD-3-Clause](https://raw.github.com/cornernote/minetest-deploy_nodes/master/LICENSE), Copyright © 2013-2014 [Brett O'Donnell](http://cornernote.github.io/)