Add blackandwhite mode with threshold for two tone
This commit is contained in:
parent
23ea19e737
commit
4d44903571
3 changed files with 31 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue