Skip to content
Snippets Groups Projects
Commit 6042e963 authored by Lars Hofhansl's avatar Lars Hofhansl Committed by sfan5
Browse files

Increase (ocean) water opacity to 191

parent 93a49f08
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment