From 897bc75781b94efe32f6cded9ae46050f7e625ce Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Thu, 4 Aug 2016 15:13:36 -0700 Subject: [PATCH] minetest.conf: Set "connected_glass" value to "true". --- minetest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetest.conf b/minetest.conf index b84712c4..3d4822ab 100644 --- a/minetest.conf +++ b/minetest.conf @@ -294,7 +294,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.