Add blackandwhite mode with threshold for two tone

This commit is contained in:
Mike Primm 2020-05-16 17:26:16 -05:00
parent 23ea19e737
commit 4d44903571
3 changed files with 31 additions and 7 deletions

View file

@ -130,4 +130,13 @@ lightings:
graytone: '#C09A53'
graytonedark: '#400000'
smooth-lighting: true
# Shadows enabled - black and white parchment, brown ink
- class: org.dynmap.hdmap.ShadowHDLighting
name: parchmentbrowninkbw
shadowstrength: 1.0
blackandwhite: true
blackthreshold: 64
graytone: '#C09A53'
graytonedark: '#400000'
smooth-lighting: true