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:
@ -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.
|
||||
|
Reference in New Issue
Block a user