summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorLoneWolfHT <lonewolf04361@gmail.com>2020-07-14 10:12:17 -0700
committerSmallJoker <mk939@ymail.com>2020-07-14 19:13:04 +0200
commit88ffd641243ead70d82623d54822421c72893240 (patch)
tree5dc78bce9ffd621e34b41ca0bb3dd6289cfb3e47 /minetest.conf.example
parent4fa1e03f6844a24fc4b37f22e7264957b2a71d06 (diff)
downloadminetest-88ffd641243ead70d82623d54822421c72893240.tar.gz
minetest-88ffd641243ead70d82623d54822421c72893240.tar.bz2
minetest-88ffd641243ead70d82623d54822421c72893240.zip
Add object crosshair, disable entity selectionboxes by default (#9523)
Adds new object crosshair base pack texture
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index a5f98ee5e..520125713 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -955,8 +955,9 @@
# autoscale_mode = disable
# Show entity selection boxes
+# A restart is required after changing this.
# type: bool
-# show_entity_selectionbox = true
+# show_entity_selectionbox = false
## Menus
@@ -3374,4 +3375,3 @@
# so see a full list at https://content.minetest.net/help/content_flags/
# type: string
# contentdb_flag_blacklist = nonfree, desktop_default
-