diff options
| author | PrairieWind <61390218+PrairieAstronomer@users.noreply.github.com> | 2023-03-02 11:56:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-02 19:56:55 +0100 |
| commit | a93f3542d92e87c3d728f067358e6f42b31cfe96 (patch) | |
| tree | 6448d10fa1ccb26c7eb9bd06fc5d1917f98df119 /minetest.conf.example | |
| parent | 8c7276c9d4fc8afa05f859297048c7153cc11f5b (diff) | |
| download | minetest-a93f3542d92e87c3d728f067358e6f42b31cfe96.tar.xz | |
Enable connected glass by default (#13242)
Diffstat (limited to 'minetest.conf.example')
| -rw-r--r-- | minetest.conf.example | 2 |
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. |
