Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornernote/minetest-deploy_nodes
Provides craftable nodes that when placed turn into shapes or structures.
https://github.com/cornernote/minetest-deploy_nodes
Last synced: 3 months ago
JSON representation
Provides craftable nodes that when placed turn into shapes or structures.
- Host: GitHub
- URL: https://github.com/cornernote/minetest-deploy_nodes
- Owner: cornernote
- License: other
- Created: 2012-11-07T23:46:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T07:04:06.000Z (over 7 years ago)
- Last Synced: 2024-10-15T14:27:26.068Z (3 months ago)
- Language: Lua
- Homepage: http://cornernote.github.io/minetest-deploy_nodes/
- Size: 8.79 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)