Reveal item on inventory interaction
[minetest_doc_items.git] / settingtypes.txt
blob8b9d635e841a0fa7159742135e92b8619b0d720c
1 #This feature is experimental!
2 #If enabled, the mod will show alternative group names which are a bit
3 #more readable than the internally used (but canonical) group names. For
4 #example, the group “wood” may be rendered as “Wood”, “leaves” as
5 #“Leaves and Needles”, “oddly_breakable_by_hand” as “Hand-breakable”,
6 #and so on. Note that these alternative names are only used for better
7 #understanding, they are not official.
8 #This feature might be removed in later versions if it becomes obsolete.
9 doc_items_friendly_group_names (Show “friendly” group names) bool false
11 #If enabled, the mod will show the itemstring of the entry for each item to
12 #all players. If disabled, the itemstring will only be shown to players
13 #with the “give” or “debug” privilege.
14 #The itemstring is useful to power users and programmers and
15 #is used e.g. for the /give and /giveme commands.
16 doc_items_show_itemstrings (Show itemstrings) bool false