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 /builtin | |
| parent | 8c7276c9d4fc8afa05f859297048c7153cc11f5b (diff) | |
| download | minetest-a93f3542d92e87c3d728f067358e6f42b31cfe96.tar.xz | |
Enable connected glass by default (#13242)
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 3645c16cd..262e5ba50 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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 false +connected_glass (Connect glass) bool true # Enable smooth lighting with simple ambient occlusion. # Disable for speed or for different looks. |
