Page 1 of 1

[Mod] item_strings [item_strings]

Posted: Fri Dec 09, 2016 19:48
by YuGiOhJCJ
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.

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

Link: https://github.com/YuGiOhJCJ/item_strings

Download links:

Re: [Mod] item_strings [item_strings]

Posted: Sat Dec 10, 2016 08:13
by Desour
this is a very useful mod (if you dont have another way to get the item string)

Re: [Mod] item_strings [item_strings]

Posted: Sat Dec 10, 2016 10:18
by YuGiOhJCJ
Yes, it is useful for the "/giveme <ItemString>" command because it is hard to remind the <ItemString> of each item.

Notice: I have just added to the first message of this topic chat commands provided by this mod.