aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2023-04-02 20:55:32 +0200
committerSmallJoker <mk939@ymail.com>2023-04-02 20:56:31 +0200
commit1c1f1b161512fea8a04fade4db274fa11659bf68 (patch)
tree35970017d236e782c0314b5103c5f7068beab732 /minetest.conf.example
parent6c0a6925fc1d6d470107e95f6519401135c03141 (diff)
downloadminetest-1c1f1b161512fea8a04fade4db274fa11659bf68.tar.xz
Revert "Enable connected glass by default (#13242)"
This reverts commit a93f3542d92e87c3d728f067358e6f42b31cfe96 for the upcoming 5.7.0 release. See https://github.com/minetest/minetest/issues/8290 for a detailed discussion.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 7f79ca493..41cbdca22 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -165,7 +165,7 @@
# Connects glass if supported by node.
# type: bool
-# connected_glass = true
+# connected_glass = false
# Enable smooth lighting with simple ambient occlusion.
# Disable for speed or for different looks.