Skip to content

Commit

Permalink
Increase (ocean) water opacity to 191
Browse files Browse the repository at this point in the history
  • Loading branch information
lhofhansl authored and sfan5 committed Oct 12, 2019
1 parent 93a49f0 commit 6042e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/default/nodes.lua
Expand Up @@ -2203,7 +2203,7 @@ minetest.register_node("default:water_source", {
},
},
},
alpha = 160,
alpha = 191,
paramtype = "light",
walkable = false,
pointable = false,
Expand Down Expand Up @@ -2248,7 +2248,7 @@ minetest.register_node("default:water_flowing", {
},
},
},
alpha = 160,
alpha = 191,
paramtype = "light",
paramtype2 = "flowingliquid",
walkable = false,
Expand Down

0 comments on commit 6042e96

Please sign in to comment.