item_strings/README.txt
2016-12-09 20:32:17 +01:00

34 lines
1.1 KiB
Plaintext

item_strings
* Mod version: 20161209
* Mod license: GPL 3 or later
* Minetest version: 0.4.14
* Mod dependencies: none
* Report bugs or request help using my contact address
This is a minetest mod to get item strings.
See the AUTHORS.txt file for the contact address.
See the ChangeLog.txt file for the history of the changes.
See the description.txt file for the description.
See the INSTALL.txt file for the instructions on how to install.
See the LICENSE.txt file for the license.
See the TODO.txt file for the list of tasks left to do.
This minetest mod adds two commands:
* item_strings_get
* item_strings_version
You can check that by pressing the F10 key and typing: "/help".
The item_strings_get command:
* Usage: /item_strings_get [<pattern>]
* Description: Get the item strings corresponding to a pattern
* Parameters:
* <pattern>: The pattern (if it is not specified, you will get all item strings)
The item_strings_version command:
* Usage: /item_strings_version
* Description: Show the item_strings version
* Parameters: none