Add chunkstatus and chunkversion shaders (for problem determination)
This commit is contained in:
parent
322a3dd03b
commit
24d78e5f78
14 changed files with 537 additions and 117 deletions
|
|
@ -193,3 +193,11 @@ shaders:
|
|||
color300: "#FFFF00"
|
||||
color1000: "#FF8000"
|
||||
color3000: "#FF0000"
|
||||
|
||||
# Chunk version shader (shades by version of data format)
|
||||
- class: org.dynmap.hdmap.VersionHDShader
|
||||
name: chunkversion
|
||||
# Chunk status shader (shades by chunk state)
|
||||
- class: org.dynmap.hdmap.ChunkStatusHDShader
|
||||
name: chunkstatus
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue