Show itemstrings by default
This commit is contained in:
parent
d26af1cfbb
commit
f82d7e893e
1
init.lua
1
init.lua
@ -23,6 +23,7 @@ local setting = minetest.setting_getbool("doc_items_friendly_group_names")
|
|||||||
if setting ~= nil then
|
if setting ~= nil then
|
||||||
doc.sub.items.settings.friendly_group_names = setting
|
doc.sub.items.settings.friendly_group_names = setting
|
||||||
end
|
end
|
||||||
|
doc.sub.items.settings.itemstring = true
|
||||||
setting = minetest.setting_getbool("doc_items_show_itemstrings")
|
setting = minetest.setting_getbool("doc_items_show_itemstrings")
|
||||||
if setting ~= nil then
|
if setting ~= nil then
|
||||||
doc.sub.items.settings.itemstring = setting
|
doc.sub.items.settings.itemstring = setting
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
doc_items_friendly_group_names (Show “friendly” group names) bool false
|
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.
|
#If enabled, the mod will show the itemstring of the entry for each item.
|
||||||
#This is mostly for programmers and power users.
|
#This is useful for power users and programmers.
|
||||||
doc_items_show_itemstrings (Show itemstrings) bool false
|
doc_items_show_itemstrings (Show itemstrings) bool true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user