1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-12 12:50:27 +02:00

Add the node inspector, a tool for finding information about nodes. Configurable via the //inspect command.

This commit is contained in:
Anthony Zhang
2013-07-21 17:16:29 -04:00
parent e550604747
commit 0fddd17f23
2 changed files with 42 additions and 6 deletions

View File

@ -2,6 +2,21 @@ Chat Commands
-------------
For more information, see the [README](README.md).
### //inspect
Enable or disable node inspection.
//inspect on
//inspect off
//inspect 1
//inspect 0
//inspect true
//inspect false
//inspect yes
//inspect no
//inspect enable
//inspect disable
### //reset
Reset the region so that it is empty.