Update README

master
Jordan Irwin 2021-05-14 15:20:49 -07:00
parent 4d7de5aadb
commit 890347c497
1 changed files with 6 additions and 3 deletions

View File

@ -16,12 +16,15 @@ Invoke `/giveme alternode:infostick`. Use the infostick on a node to receive coo
**Chat commands:**
- */getmeta <x> <y> <z> <key>*
- prints the value of `key` in the node's meta data at `x,y,z`.
- */setmeta <x> <y> <z> string|int|float <key> <new_value>*
- Sets the value of `key` in the meta data of node at `x,y,z`.
- prints the value of `key` in meta data of node at `x,y,z`.
- */setmeta <x> <y> <z> <key> <new_value>*
- Sets the value of `key` in meta data of node at `x,y,z`.
- */unsetmeta <x> <y> <z> <key>*
- Unsets the value of `key` in meta data of node at `x,y,z`.
### Links:
- [Forum](https://forum.minetest.net/viewtopic.php?t=26667)
- [Git repo](http://github.com/AntumMT/mod-alternode)
- [Changelog](CHANGES.txt)
- [TODO](TODO.txt)