From f82d7e893e55ba4ca52ddd369fd00513553dcb9c Mon Sep 17 00:00:00 2001
From: Wuzzy <almikes@aol.com>
Date: Mon, 5 Dec 2016 13:09:37 +0100
Subject: Show itemstrings by default

---
 init.lua         | 1 +
 settingtypes.txt | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/init.lua b/init.lua
index 909da9a..9fcec0e 100644
--- a/init.lua
+++ b/init.lua
@@ -23,6 +23,7 @@ local setting = minetest.setting_getbool("doc_items_friendly_group_names")
 if setting ~= nil then
 	doc.sub.items.settings.friendly_group_names = setting
 end
+doc.sub.items.settings.itemstring = true
 setting = minetest.setting_getbool("doc_items_show_itemstrings")
 if setting ~= nil then
 	doc.sub.items.settings.itemstring = setting
diff --git a/settingtypes.txt b/settingtypes.txt
index 83f940a..554458e 100644
--- a/settingtypes.txt
+++ b/settingtypes.txt
@@ -9,5 +9,5 @@
 doc_items_friendly_group_names (Show “friendly” group names) bool false
 
 #If enabled, the mod will show the itemstring of the entry for each item.
-#This is mostly for programmers and power users.
-doc_items_show_itemstrings (Show itemstrings) bool false
+#This is useful for power users and programmers.
+doc_items_show_itemstrings (Show itemstrings) bool true
-- 
cgit v1.2.3