aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorPrairieWind <61390218+PrairieAstronomer@users.noreply.github.com>2023-03-02 11:56:55 -0700
committerGitHub <noreply@github.com>2023-03-02 19:56:55 +0100
commita93f3542d92e87c3d728f067358e6f42b31cfe96 (patch)
tree6448d10fa1ccb26c7eb9bd06fc5d1917f98df119 /minetest.conf.example
parent8c7276c9d4fc8afa05f859297048c7153cc11f5b (diff)
downloadminetest-a93f3542d92e87c3d728f067358e6f42b31cfe96.tar.xz
Enable connected glass by default (#13242)
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 bbabf98d5..d03324694 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -165,7 +165,7 @@
# Connects glass if supported by node.
# type: bool
-# connected_glass = false
+# connected_glass = true
# Enable smooth lighting with simple ambient occlusion.
# Disable for speed or for different looks.