Add 'nethershadows' lighting (accurate for more gradual light dropoff
in nether)
This commit is contained in:
parent
0bda0d9516
commit
5b822c9e5e
4 changed files with 8 additions and 2 deletions
|
|
@ -33,3 +33,8 @@ lightings:
|
||||||
shadowstrength: 1.0
|
shadowstrength: 1.0
|
||||||
ambientlight: 8
|
ambientlight: 8
|
||||||
night-and-day: true
|
night-and-day: true
|
||||||
|
# Shadows enabled nether
|
||||||
|
- class: org.dynmap.hdmap.ShadowHDLighting
|
||||||
|
name: nethershadows
|
||||||
|
shadowstrength: 0.5
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ templates:
|
||||||
prefix: nt
|
prefix: nt
|
||||||
perspective: iso_SE_30_hires
|
perspective: iso_SE_30_hires
|
||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: shadows
|
lighting: nethershadows
|
||||||
# Map background color (day or night)
|
# Map background color (day or night)
|
||||||
background: "#300806"
|
background: "#300806"
|
||||||
mapzoomin: 1
|
mapzoomin: 1
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ templates:
|
||||||
prefix: nt
|
prefix: nt
|
||||||
perspective: iso_SE_60_lowres
|
perspective: iso_SE_60_lowres
|
||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: default
|
lighting: nethershadows
|
||||||
# Map background color (day or night)
|
# Map background color (day or night)
|
||||||
background: "#300806"
|
background: "#300806"
|
||||||
# Adjust extra zoom in levels - default is 2
|
# Adjust extra zoom in levels - default is 2
|
||||||
|
|
|
||||||
|
|
@ -34,5 +34,6 @@ templates:
|
||||||
prefix: nt
|
prefix: nt
|
||||||
maximumheight: 127
|
maximumheight: 127
|
||||||
colorscheme: default
|
colorscheme: default
|
||||||
|
shadowstrength: 0.5
|
||||||
# Map background color (day or night)
|
# Map background color (day or night)
|
||||||
background: "#300806"
|
background: "#300806"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue