Go to file
Brett O'Donnell b67e162fa6 Merge pull request #2 from AntumDeluge/repl_deprecated
Replace deprecated calls to 'minetest.env'
2017-06-08 16:34:06 +09:30
deploy_building Replace deprecated calls to 'minetest.env' 2017-06-07 23:33:43 -07:00
deploy_cylinder_y Replace deprecated calls to 'minetest.env' 2017-06-07 23:33:43 -07:00
deploy_maze Replace deprecated calls to 'minetest.env' 2017-06-07 23:33:43 -07:00
deploy_nodes Update init.lua 2014-01-17 11:01:02 +10:30
deploy_pyramid Replace deprecated calls to 'minetest.env' 2017-06-07 23:33:43 -07:00
deploy_sphere Replace deprecated calls to 'minetest.env' 2017-06-07 23:33:43 -07:00
deploy_spiral Replace deprecated calls to 'minetest.env' 2017-06-07 23:33:43 -07:00
LICENSE Update and rename license.txt to LICENSE 2014-01-16 19:42:38 +10:30
README.md Update README.md 2014-12-14 13:07:45 +10:30
modpack.txt initial commit 2012-09-25 18:32:15 +09:30
screenshot.png added screenshot.png 2014-12-14 14:43:40 +10:30

README.md

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

Support

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, 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, Copyright © 2013-2014 Brett O'Donnell