Increase (ocean) water opacity to 191

master^2
Lars Hofhansl 2019-10-05 13:25:38 -07:00 committed by sfan5
parent 93a49f082c
commit 6042e963f7
1 changed files with 2 additions and 2 deletions

View File

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