Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigfoot547/csm-inspect
Client mod that adds a command to inspect nodes and items.
https://github.com/bigfoot547/csm-inspect
inspect-nodes minetest minetest-client-mod
Last synced: 1 day ago
JSON representation
Client mod that adds a command to inspect nodes and items.
- Host: GitHub
- URL: https://github.com/bigfoot547/csm-inspect
- Owner: bigfoot547
- License: lgpl-2.1
- Created: 2017-03-13T21:51:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T16:27:01.000Z (over 7 years ago)
- Last Synced: 2023-12-03T06:23:42.278Z (12 months ago)
- Topics: inspect-nodes, minetest, minetest-client-mod
- Language: Lua
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csm-inspect
Client mod that adds a command to inspect nodes and items.## Commands
### inspect
Arguments: `help | get | on | off | hand | toggle`#### Help
Display a help message.#### Get
Display whether inspection is enabled or disabled.#### On
Enable inspection.#### Off
Disable inspection.#### Hand
Show wielded item.#### Toggle
Toggle inspection. If run with no arguments, this is default.## How to install
1. Enter your minetest directory.
2. Find the `clientmods` directory.
3. Unpack this mod into that directory.
4. Rename unpacked directory (should be named `csm-inspect-master`) to `inspect`.
5. Set the in-game setting `enable_client_modding` to true.
6. You're done!## How to use
When inspection is enabled (type `.inspect get` to find out), punch a node to see everything about it.## License
Code: **LGPL v2.1+**