Increase (ocean) water opacity to 191
authorLars Hofhansl <larsh@apache.org>
Sat, 5 Oct 2019 20:25:38 +0000 (13:25 -0700)
committersfan5 <sfan5@live.de>
Sat, 12 Oct 2019 16:35:56 +0000 (18:35 +0200)
mods/default/nodes.lua

index cee1242a6e2d5cfa0cebb289efe1bcd4bd4ecdd8..611e6c89d473343b276200d3beb6f5ad07c71e26 100644 (file)
@@ -2203,7 +2203,7 @@ minetest.register_node("default:water_source", {
                        },
                },
        },
-       alpha = 160,
+       alpha = 191,
        paramtype = "light",
        walkable = false,
        pointable = false,
@@ -2248,7 +2248,7 @@ minetest.register_node("default:water_flowing", {
                        },
                },
        },
-       alpha = 160,
+       alpha = 191,
        paramtype = "light",
        paramtype2 = "flowingliquid",
        walkable = false,