Add hide-land option for Underwater view shader (default = true)
This commit is contained in:
parent
776d351ab2
commit
4afef4503a
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue