Add hide-land option for Underwater view shader (default = true)

This commit is contained in:
Mike Primm 2018-09-05 19:03:29 -05:00
parent 776d351ab2
commit 4afef4503a
2 changed files with 10 additions and 1 deletions

View file

@ -80,6 +80,12 @@ shaders:
- class: org.dynmap.hdmap.TexturePackHDUnderwaterShader
name: stdtexture-underwater
texturepack: standard
# Standard texture underwater view shader (with land not hidden)
- class: org.dynmap.hdmap.TexturePackHDUnderwaterShader
name: stdtexture-underwater-keep-land
texturepack: standard
hide-land: false
# Texture pack based shader for standard Minecraft textures, without biome-tinted grass/leaves
- class: org.dynmap.hdmap.TexturePackHDShader