Go to file
rubenwardy e96ee117b7 Remove capitals in binary name 2014-04-06 18:05:51 +01:00
bin Add media 2014-02-14 18:52:07 +00:00
cmake Fix build scripts to look for Irrlicht 2013-04-25 17:04:26 +01:00
src Support for editing multiple nodes 2014-02-14 20:36:24 +00:00
.gitattributes Inital Push 2012-09-02 22:36:01 +01:00
.gitignore Add media 2014-02-14 18:52:07 +00:00
CMakeLists.txt Remove capitals in binary name 2014-04-06 18:05:51 +01:00
README.md Update readme 2014-02-12 17:12:18 +00:00
fileformat.txt Fix typo 2014-02-21 17:16:39 +00:00
ideas.txt Release 0.6.0 2013-12-15 17:40:57 +00:00

README.md

Node Box Editor

Use this editor to make nodeboxes for nodes in Minetest.

Version: 0.6.2

License

Created by rubenwardy.

GPL 3.0 or later.

https://www.gnu.org/licenses/gpl-3.0.txt

Credits:

  • Kaeza: small linux based fixes, and the start of the CMAKELISTS.txt (now modified)
  • Traxie21: small changed textures for node.
  • jmf: Fixed small compile bugs.

Using the editor

What actions you can take are limited by which mode you are in. There is currently only one mode in this editor.

Node Box Mode

In this mode, you can edit the contents of a node.

  • Click + on the sidebar to add a node box.
  • Click an item in the listbox to select a node box.
  • Click - on the sidebar to remove a selected node box.
  • Size the node box using the handles in the orthographic viewports.
  • Scale the node box by pressing control, and using the handles in the orthographic viewports.
  • Position the node box by pressing shift, and using the handles in the orthographic viewports.
  • Enter properties for a nodebox in the text boxes. ..* Click update to apply your changes. ..* Click revert to discard your changes, and get the current properties.