1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-27 22:30:18 +02:00

Increase (ocean) water opacity to 191

This commit is contained in:
Lars Hofhansl 2019-10-05 13:25:38 -07:00 committed by sfan5
parent 93a49f082c
commit 6042e963f7

View 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,