Client mod that adds a command to inspect nodes and items.
Arguments: help | get | on | off | hand | toggle
Display a help message.
Display whether inspection is enabled or disabled.
Enable inspection.
Disable inspection.
Show wielded item.
Toggle inspection. If run with no arguments, this is default.
- Enter your minetest directory.
- Find the
clientmods
directory. - Unpack this mod into that directory.
- Rename unpacked directory (should be named
csm-inspect-master
) toinspect
. - Set the in-game setting
enable_client_modding
to true. - You're done!
When inspection is enabled (type .inspect get
to find out), punch a node to see everything about it.
Code: LGPL v2.1+