-
Notifications
You must be signed in to change notification settings - Fork 0
/
shaders.txt
176 lines (155 loc) · 4.91 KB
/
shaders.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
#
# This file contains default standard shader definitions. The contents of this file are replaced and updated
# during upgrades, so new or updated shader definitions should be done in the custom-shaders.txt file
#
shaders:
# Default shader - used if shader not specified or invalid
- class: org.dynmap.hdmap.TexturePackHDShader
name: default
texturepack: standard
# Color scheme based shaders
- class: org.dynmap.hdmap.DefaultHDShader
name: defaultscheme
colorscheme: default
- class: org.dynmap.hdmap.DefaultHDShader
name: ovocean
colorscheme: ovocean
- class: org.dynmap.hdmap.DefaultHDShader
name: flames
colorscheme: flames
- class: org.dynmap.hdmap.DefaultHDShader
name: sk89q
colorscheme: sk89q
# Biome based shaders
- class: org.dynmap.hdmap.DefaultHDShader
name: biome
biomecolored: biome
- class: org.dynmap.hdmap.DefaultHDShader
name: temperature
biomecolored: temperature
- class: org.dynmap.hdmap.DefaultHDShader
name: rainfall
biomecolored: rainfall
# No transparency default color scheme shader
- class: org.dynmap.hdmap.DefaultHDShader
name: no_transparency
colorscheme: default
transparency: false
# Cave view shader
- class: org.dynmap.hdmap.CaveHDShader
name: cave
# Cave view shader - only lit caves
- class: org.dynmap.hdmap.CaveHDShader
name: lit-cave
onlyiflit: true
# Cave view shader - hide various soft blocks
- class: org.dynmap.hdmap.CaveHDShader
name: cave-noplants
hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ]
# Texture pack based shader for standard Minecraft textures
- class: org.dynmap.hdmap.TexturePackHDShader
name: stdtexture
texturepack: standard
# Standard texture cave view shader
- class: org.dynmap.hdmap.TexturePackHDCaveShader
name: stdtexture-cave
texturepack: standard
max-sky-light: 0
min-emitted-light: 1
# Texture pack based shader for standard Minecraft textures, without biome-tinted grass/leaves
- class: org.dynmap.hdmap.TexturePackHDShader
name: stdtexture-nobiome
texturepack: standard
biomeshaded: false
# Texture pack based shader for standard Minecraft textures, with grid for region file borders (512x512)
- class: org.dynmap.hdmap.TexturePackHDShader
name: stdtexture-mcr-grid
texturepack: standard
grid-scale: 512
# Topological map shader
- class: org.dynmap.hdmap.TopoHDShader
name: topo
color127: "#FFFFFF"
color111: "#8B4513"
color95: "#D2B48C"
color79: "#FFFF00"
color63: "#008000"
color47: "#228B22"
color31: "#104010"
color15: "#6B8E23"
color0: "#696969"
linecolor: "#000000"
watercolor: "#0000FF"
wateralpha: 1.0
# Topological map shader (spread over 256 height)
- class: org.dynmap.hdmap.TopoHDShader
name: topo256
color255: "#FFFFFF"
color222: "#8B4513"
color190: "#D2B48C"
color158: "#FFFF00"
color126: "#008000"
color94: "#228B22"
color62: "#104010"
color30: "#6B8E23"
color0: "#696969"
linecolor: "#000000"
watercolor: "#0000FF"
wateralpha: 1.0
# Topological map shader (hide plants and other soft features)
- class: org.dynmap.hdmap.TopoHDShader
name: topo-noplants
color127: "#FFFFFF"
color111: "#8B4513"
color95: "#D2B48C"
color79: "#FFFF00"
color63: "#008000"
color47: "#228B22"
color31: "#104010"
color15: "#6B8E23"
color0: "#696969"
linecolor: "#000000"
watercolor: "#0000FF"
wateralpha: 1.0
hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ]
# Topological map shader (hide plants and other soft features)
- class: org.dynmap.hdmap.TopoHDShader
name: topo256-noplants
color255: "#FFFFFF"
color222: "#8B4513"
color190: "#D2B48C"
color158: "#FFFF00"
color126: "#008000"
color94: "#228B22"
color62: "#104010"
color30: "#6B8E23"
color0: "#696969"
linecolor: "#000000"
watercolor: "#0000FF"
wateralpha: 1.0
hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ]
# Alternate topological map shader (thanks to TerraNetworkOrg!)
- class: org.dynmap.hdmap.TopoHDShader
name: TerraNetworkOrgTopo
color127: "#4F2101"
color120: "#8B4513"
color108: "#D2B48C"
color96: "#C99653"
color84: "#CB9C0B"
color72: "#B1B62E"
color60: "#0F8D0F"
color48: "#14703B"
color36: "#106343"
color24: "#0E5347"
color12: "#939393"
color0: "#696969"
linecolor: "#000000"
watercolor: "#1F1FEA"
wateralpha: 1.0
# Shader for Game of Thrones resource pack
- class: org.dynmap.hdmap.TexturePackHDShader
name: westeroscraft
texturepack: westeroscraft-11-oct-2011.zip
biomeshaded: true
better-grass: false
grid-scale: 0