Add support for grayscale lighting, parchment lighting

This commit is contained in:
Mike Primm 2020-05-02 13:00:51 -05:00
parent 9d7878c530
commit 6a99217676
5 changed files with 63 additions and 18 deletions

View file

@ -80,5 +80,24 @@ lightings:
shadowstrength: 0.5
ambientlight: 4
use-brightness-table: false
# Shadows enabled day mode - grayscale
- class: org.dynmap.hdmap.ShadowHDLighting
name: grayscale
shadowstrength: 1.0
grayscale: true
smooth-lighting: true
# Shadows enabled day mode - grayscale parchment
- class: org.dynmap.hdmap.ShadowHDLighting
name: parchment
shadowstrength: 1.0
grayscale: true
graytone: '#ECE999'
smooth-lighting: true
# No shadows day mode - grayscale parchment
- class: org.dynmap.hdmap.ShadowHDLighting
name: parchment-noshadow
grayscale: true
graytone: '#ECE999'
shadowstrength: 0.0