Add support for grayscale lighting, parchment lighting
This commit is contained in:
parent
9d7878c530
commit
6a99217676
5 changed files with 63 additions and 18 deletions
|
|
@ -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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue