mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-23 02:51:06 +01:00
Increase water surface opacity
This commit is contained in:
parent
7c89679a1c
commit
ceac155074
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
-- mods/default/nodes.lua
|
-- mods/default/nodes.lua
|
||||||
|
|
||||||
local WATER_ALPHA = 160
|
local WATER_ALPHA = 179
|
||||||
local WATER_VISC = 1
|
local WATER_VISC = 1
|
||||||
local LAVA_VISC = 7
|
local LAVA_VISC = 7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue