summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorDTA7 <dta7e@t-online.de>2017-09-15 14:31:32 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-09-15 14:31:32 +0200
commit808ada11db2877576641380b9406756e347ce7f1 (patch)
tree5c3bc8463e5c169ce36f577e7effcdebd9c0dfca /builtin/settingtypes.txt
parent04839f233f37faa9af406ea66fc6c199127781eb (diff)
downloadminetest-808ada11db2877576641380b9406756e347ce7f1.tar.gz
minetest-808ada11db2877576641380b9406756e347ce7f1.tar.bz2
minetest-808ada11db2877576641380b9406756e347ce7f1.zip
Add setting to display the itemstring after the tooltip in the inventory. (#6413)
* Add setting to display the itemstring after the tooltip in the inventory.
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index bb618741b..5af146895 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -710,6 +710,9 @@ gui_scaling_filter_txr2img (GUI scaling filter txr2img) bool true
# Delay showing tooltips, stated in milliseconds.
tooltip_show_delay (Tooltip delay) int 400
+# Append itemstring to tooltip
+tooltip_append_itemstring (Append itemstring) bool false
+
# Whether freetype fonts are used, requires freetype support to be compiled in.
freetype (Freetype fonts) bool true