mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-16 15:25:15 +01:00
Add 'nethershadows' lighting (accurate for more gradual light dropoff
in nether)
This commit is contained in:
parent
6c2e7cecfe
commit
aa74abe4b6
@ -33,3 +33,8 @@ lightings:
|
||||
shadowstrength: 1.0
|
||||
ambientlight: 8
|
||||
night-and-day: true
|
||||
# Shadows enabled nether
|
||||
- class: org.dynmap.hdmap.ShadowHDLighting
|
||||
name: nethershadows
|
||||
shadowstrength: 0.5
|
||||
|
@ -32,7 +32,7 @@ templates:
|
||||
prefix: nt
|
||||
perspective: iso_SE_30_hires
|
||||
shader: stdtexture
|
||||
lighting: shadows
|
||||
lighting: nethershadows
|
||||
# Map background color (day or night)
|
||||
background: "#300806"
|
||||
mapzoomin: 1
|
||||
|
@ -33,7 +33,7 @@ templates:
|
||||
prefix: nt
|
||||
perspective: iso_SE_60_lowres
|
||||
shader: stdtexture
|
||||
lighting: default
|
||||
lighting: nethershadows
|
||||
# Map background color (day or night)
|
||||
background: "#300806"
|
||||
# Adjust extra zoom in levels - default is 2
|
||||
|
@ -34,5 +34,6 @@ templates:
|
||||
prefix: nt
|
||||
maximumheight: 127
|
||||
colorscheme: default
|
||||
shadowstrength: 0.5
|
||||
# Map background color (day or night)
|
||||
background: "#300806"
|
||||
|
Loading…
Reference in New Issue
Block a user