1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Revert "Enable connected glass by default (#13242)"

This reverts commit a93f3542d9 for
the upcoming 5.7.0 release.

See https://github.com/minetest/minetest/issues/8290 for a detailed discussion.
This commit is contained in:
SmallJoker 2023-04-02 20:55:32 +02:00
parent 6c0a6925fc
commit 1c1f1b1615
3 changed files with 3 additions and 3 deletions

View file

@ -185,7 +185,7 @@ opaque_water (Opaque liquids) bool false
leaves_style (Leaves style) enum fancy fancy,simple,opaque
# Connects glass if supported by node.
connected_glass (Connect glass) bool true
connected_glass (Connect glass) bool false
# Enable smooth lighting with simple ambient occlusion.
# Disable for speed or for different looks.