projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93a49f0
)
Increase (ocean) water opacity to 191
author
Lars Hofhansl
<larsh@apache.org>
Sat, 5 Oct 2019 20:25:38 +0000
(13:25 -0700)
committer
sfan5
<sfan5@live.de>
Sat, 12 Oct 2019 16:35:56 +0000
(18:35 +0200)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index cee1242a6e2d5cfa0cebb289efe1bcd4bd4ecdd8..611e6c89d473343b276200d3beb6f5ad07c71e26 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-2203,7
+2203,7
@@
minetest.register_node("default:water_source", {
},
},
},
- alpha = 1
60
,
+ alpha = 1
91
,
paramtype = "light",
walkable = false,
pointable = false,
@@
-2248,7
+2248,7
@@
minetest.register_node("default:water_flowing", {
},
},
},
- alpha = 1
60
,
+ alpha = 1
91
,
paramtype = "light",
paramtype2 = "flowingliquid",
walkable = false,