Add RailCraft block rendering support
This commit is contained in:
parent
7b0e3f4a02
commit
d927386483
1 changed files with 7 additions and 9 deletions
|
|
@ -3,18 +3,13 @@
|
||||||
# All map templates are defined in the templates directory
|
# All map templates are defined in the templates directory
|
||||||
# The 'classic' FlatMap and KzedMap templates are used, which can be found in normal.txt, nether.txt, and skylands.txt
|
# The 'classic' FlatMap and KzedMap templates are used, which can be found in normal.txt, nether.txt, and skylands.txt
|
||||||
# To use these, do not set deftemplatesuffix (make sure deftemplatesuffix is commented, below)
|
# To use these, do not set deftemplatesuffix (make sure deftemplatesuffix is commented, below)
|
||||||
#
|
# To use the HDMap very-low-res map templates as world defaults (normal-vlowres, nether-vlowres and skylands-vlowres), set value to vlowres
|
||||||
# To use the HDMap very-low-res map templates as world defaults (normal-vlowres, nether-vlowres and skylands-vlowres), uncomment the following line
|
|
||||||
# The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and skylands-vlowres.txt
|
# The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and skylands-vlowres.txt
|
||||||
deftemplatesuffix: vlowres
|
# To use the HDMap low-res map templates as world defaults (normal-lowres, nether-lowres and skylands-lowres), set value to lowres
|
||||||
#
|
|
||||||
# To use the HDMap low-res map templates as world defaults (normal-lowres, nether-lowres and skylands-lowres), uncomment the following line
|
|
||||||
# The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and skylands-lowres.txt
|
# The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and skylands-lowres.txt
|
||||||
#deftemplatesuffix: lowres
|
# To use the HDMap hi-res map templates (these can take a VERY long time for initial fullrender), set value to hires
|
||||||
# To use the HDMap hi-res map templates (these can take a VERY long time for initial fullrender), comment the following line
|
|
||||||
# The definitions of these templates are in normal-hires.txt, nether-hires.txt, and skylands-hires.txt
|
# The definitions of these templates are in normal-hires.txt, nether-hires.txt, and skylands-hires.txt
|
||||||
#deftemplatesuffix: hires
|
deftemplatesuffix: vlowres
|
||||||
# Other values will search for templates named normal-<value>, nether-<value>, skylands-<value>
|
|
||||||
|
|
||||||
components:
|
components:
|
||||||
- class: org.dynmap.ClientConfigurationComponent
|
- class: org.dynmap.ClientConfigurationComponent
|
||||||
|
|
@ -226,6 +221,9 @@ compass-mode: newnorth
|
||||||
# Enable NetherOres block rendering support
|
# Enable NetherOres block rendering support
|
||||||
#netherores-support: true
|
#netherores-support: true
|
||||||
|
|
||||||
|
# Enable RailCraft block rendering support
|
||||||
|
#railcraft-support: true
|
||||||
|
|
||||||
render-triggers:
|
render-triggers:
|
||||||
#- chunkloaded
|
#- chunkloaded
|
||||||
#- playermove
|
#- playermove
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue