You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2021. It is now read-only.
The maps are showing up but the last map 'surfacesenight' is not rendering the night lighting. Actually its just rendering the standard 'surfacese' map.
Hey,
I'm running Dynmap-HEAD-3.x for forge 1.12.1 and BlockScan 3.0 alpha 1. Below is a copy of my template file normal-hires.txt
maps: - class: org.dynmap.hdmap.HDMap name: flat title: "Flat" prefix: flat perspective: iso_S_90_lowres shader: stdtexture lighting: shadows mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: surfacese title: "Surface SE" prefix: tse perspective: iso_SE_30_hires shader: stdtexture lighting: shadows mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: surfacenw title: "Surface NW" prefix: tnw perspective: iso_NW_30_hires shader: stdtexture lighting: shadows mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: surfacesenight title: "Surface SE Night" prefix: tsen perspective: iso_SE_30_hires shader: stdtexture lighting: night-smooth mapzoomin: 1The maps are showing up but the last map 'surfacesenight' is not rendering the night lighting. Actually its just rendering the standard 'surfacese' map.
Is this a bug or am I missing something here?