Void background is now transparent on all dynmap templates.

This commit is contained in:
2022-05-15 03:57:16 -05:00
parent 3a7bfa7196
commit f546af249b
22 changed files with 75 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ version: 0.20
templates:
# Template for normal world (HDMap hires)
normal-hires:
enabled: true
enabled: falsee
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
extrazoomout: 2
#center:
@@ -24,6 +24,7 @@ templates:
shader: stdtexture
lighting: shadows
mapzoomin: 1
background: "rgba(0,0,0,0)"
- class: org.dynmap.hdmap.HDMap
name: surface
title: "Surface"
@@ -32,6 +33,7 @@ templates:
shader: stdtexture
lighting: shadows
mapzoomin: 1
background: "rgba(0,0,0,0)"
- class: org.dynmap.hdmap.HDMap
name: cave
title: "Cave"