From a93f3542d92e87c3d728f067358e6f42b31cfe96 Mon Sep 17 00:00:00 2001 From: PrairieWind <61390218+PrairieAstronomer@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:56:55 -0700 Subject: Enable connected glass by default (#13242) --- minetest.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minetest.conf.example') 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. -- cgit v1.2.3