We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b6a78 commit 7cc9121Copy full SHA for 7cc9121
src/client/scripts/World/World.coffee
@@ -127,7 +127,7 @@ class World
127
steppedIndex = -1
128
while t <= len
129
block = @cellTerrain.getBlock ix, iy, iz
130
- if block.name is "air" or block.name is "cave_air" or block.name is "void_air"
+ if block.name is "air" or block.name is "cave_air" or block.name is "void_air" or block.name is "water"
131
voxel=0
132
else
133
voxel=1
0 commit comments