-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshaders.txt
198 lines (198 loc) · 4.46 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
%YAML 1.1
---
version: 3.3-SNAPSHOT
shaders:
- class: org.dynmap.hdmap.TexturePackHDShader
name: default
texturepack: standard
- 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
- class: org.dynmap.hdmap.DefaultHDShader
name: amidst
biomecolored: biome
colorscheme: amidst
- 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
- class: org.dynmap.hdmap.DefaultHDShader
name: no_transparency
colorscheme: default
transparency: false
- class: org.dynmap.hdmap.CaveHDShader
name: cave
- class: org.dynmap.hdmap.CaveHDShader
name: lit-cave
onlyiflit: true
- 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
- class: org.dynmap.hdmap.TexturePackHDShader
name: stdtexture
texturepack: standard
- class: org.dynmap.hdmap.TexturePackHDCaveShader
name: stdtexture-cave
texturepack: standard
max-sky-light: 0
min-emitted-light: 1
- class: org.dynmap.hdmap.TexturePackHDUnderwaterShader
name: stdtexture-underwater
texturepack: standard
- class: org.dynmap.hdmap.TexturePackHDUnderwaterShader
name: stdtexture-underwater-keep-land
texturepack: standard
hide-land: false
- class: org.dynmap.hdmap.TexturePackHDShader
name: stdtexture-nobiome
texturepack: standard
biomeshaded: false
- class: org.dynmap.hdmap.TexturePackHDShader
name: stdtexture-mcr-grid
texturepack: standard
grid-scale: 512
- 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
- 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
- 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
hiddennames: [ air,grass,tall_grass ]
- 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
- 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
- class: org.dynmap.hdmap.InhabitedHDShader
name: inhabited
color10: '#0000FF'
color30: '#00FFFF'
color100: '#008000'
color300: '#FFFF00'
color1000: '#FF8000'
color3000: '#FF0000'
- class: org.dynmap.hdmap.ChunkVersionHDShader
name: chunkversion
- class: org.dynmap.hdmap.ChunkStatusHDShader
name: chunkstatus