2022-01-08 20:23:08 +00:00
|
|
|
version: 0.20
|
|
|
|
#
|
|
|
|
# Default template for "The End" environment worlds (deftemplatesuffix="low_boost_hi")
|
|
|
|
# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge), with boosted tiles
|
|
|
|
# rendered at 'hires' (16 pixels per block edge)
|
|
|
|
#
|
|
|
|
# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-low_boost_hi.txt' if you wish to customize it
|
|
|
|
#
|
|
|
|
templates:
|
|
|
|
# The End world template (HDMap lowres, with hires boost)
|
|
|
|
the_end-low_boost_hi:
|
|
|
|
enabled: true
|
|
|
|
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
|
|
|
extrazoomout: 2
|
|
|
|
maps:
|
|
|
|
- class: org.dynmap.hdmap.HDMap
|
|
|
|
name: flat
|
|
|
|
title: "Flat"
|
|
|
|
prefix: flat
|
|
|
|
perspective: iso_S_90_lowres
|
|
|
|
shader: stdtexture
|
|
|
|
lighting: brightnight
|
|
|
|
# Adjust extra zoom in levels - default is 2
|
|
|
|
mapzoomin: 4
|
2022-05-17 17:26:09 +00:00
|
|
|
background: transparent
|
2022-01-08 20:23:08 +00:00
|
|
|
- class: org.dynmap.hdmap.HDMap
|
|
|
|
name: the_end
|
|
|
|
title: "Surface"
|
|
|
|
prefix: st
|
|
|
|
perspective: iso_SE_30_lowres
|
|
|
|
shader: stdtexture
|
|
|
|
lighting: brightnight
|
|
|
|
# Adjust extra zoom in levels - default is 2
|
|
|
|
mapzoomin: 4
|
2022-05-17 17:26:09 +00:00
|
|
|
background: transparent
|
2022-01-08 20:23:08 +00:00
|
|
|
boostzoom: 2
|
|
|
|
|