@@ -106,7 +106,7 @@ export const intToBiomeMap = {
106106 4 : 'Birch Forest' ,
107107 5 : 'Birch Forest Hills' ,
108108 6 : 'Birch Forest Hills M' ,
109- 7 : 'Birch Forest M ' ,
109+ 7 : 'Birch Forest (Old Growth) ' ,
110110 8 : 'Cherry Grove' ,
111111 9 : 'Cold Beach' ,
112112 10 : 'Cold Ocean' ,
@@ -124,11 +124,11 @@ export const intToBiomeMap = {
124124 22 : 'Desert Hills' ,
125125 23 : 'Desert M' ,
126126 24 : 'Dripstone Caves' ,
127- 25 : 'Extreme Hills' ,
128- 26 : 'Extreme Hills Edge' ,
129- 27 : 'Extreme Hills M ' ,
130- 28 : 'Extreme Hills Plus Trees ' ,
131- 29 : 'Extreme Hills Plus Trees M' ,
127+ 25 : 'Windswept Hills' ,
128+ 26 : 'Windswept Hills Edge' ,
129+ 27 : 'Windswept Hills (Gravelly) ' ,
130+ 28 : 'Windswept Forest ' ,
131+ 29 : 'Windswept Forest M' ,
132132 30 : 'Flower Forest' ,
133133 31 : 'Forest' ,
134134 32 : 'Forest Hills' ,
@@ -137,9 +137,9 @@ export const intToBiomeMap = {
137137 35 : 'Frozen River' ,
138138 36 : 'Grove' ,
139139 37 : 'Hell' ,
140- 38 : 'Ice Mountains' ,
141- 39 : 'Ice Plains' ,
142- 40 : 'Ice Plains Spikes' ,
140+ 38 : 'Snowy Mountains' ,
141+ 39 : 'Snowy Plains' ,
142+ 40 : 'Ice Spikes' ,
143143 41 : 'Jagged Peaks' ,
144144 42 : 'Jungle' ,
145145 43 : 'Jungle Edge' ,
@@ -153,12 +153,12 @@ export const intToBiomeMap = {
153153 51 : 'Meadow' ,
154154 52 : 'Mega Taiga' ,
155155 53 : 'Mega Taiga Hills' ,
156- 54 : 'Mesa ' ,
157- 55 : 'Mesa Bryce ' ,
158- 56 : 'Mesa Plateau' ,
159- 57 : 'Mesa Plateau M' ,
160- 58 : 'Mesa Plateau Stone ' ,
161- 59 : 'Mesa Plateau Stone M' ,
156+ 54 : 'Badlands ' ,
157+ 55 : 'Badlands (Eroded) ' ,
158+ 56 : 'Badlands Plateau' ,
159+ 57 : 'Badlands Plateau M' ,
160+ 58 : 'Badlands (Wooded) ' ,
161+ 59 : 'Badlands (Wooded) M' ,
162162 60 : 'Mushroom Island' ,
163163 61 : 'Mushroom Island Shore' ,
164164 62 : 'Ocean' ,
@@ -169,7 +169,7 @@ export const intToBiomeMap = {
169169 67 : 'Roofed Forest' ,
170170 68 : 'Roofed Forest M' ,
171171 69 : 'Savanna' ,
172- 70 : 'Savanna M ' ,
172+ 70 : 'Savanna (Windswept) ' ,
173173 71 : 'Savanna Plateau' ,
174174 72 : 'Savanna Plateau M' ,
175175 73 : 'Snowy Slopes' ,
@@ -186,4 +186,112 @@ export const intToBiomeMap = {
186186 84 : 'Warm Ocean' ,
187187 85 : 'Warped Forest' ,
188188 86 : 'Pale Garden'
189- } ;
189+ } ;
190+
191+ export const biomeToHexColorMap = {
192+ "Bamboo Jungle" : '#768E14' ,
193+ "Bamboo Jungle Hills" : '#3B470A' ,
194+ "Basalt Deltas" : '#403636' ,
195+ "Beach" : '#FADE55' ,
196+ "Birch Forest" : '#307444' ,
197+ "Birch Forest Hills" : '#1F5F32' ,
198+ "Birch Forest Hills M" : void 0 ,
199+ "Birch Forest (Old Growth)" : '#5a9c6d' ,
200+ "Cherry Grove" : '#f6b9dc' ,
201+ "Cold Beach" : '#faf0c2' ,
202+ "Cold Ocean" : '#202070' ,
203+ "Cold Taiga" : '#32554a' ,
204+ "Cold Taiga Hills" : '#253f36' ,
205+ "Cold Taiga M" : void 0 ,
206+ "Crimson Forest" : '#DD0808' ,
207+ "Deep Cold Ocean" : '#202038' ,
208+ "Deep Dark" : '#000000' ,
209+ "Deep Frozen Ocean" : '#404090' ,
210+ "Deep Lukewarm Ocean" : '#000040' ,
211+ "Deep Ocean" : '#000030' ,
212+ "Deep Warm Ocean" : '#000050' ,
213+ "Desert" : '#FA9418' ,
214+ "Desert Hills" : '#D25F12' ,
215+ "Desert M" : void 0 ,
216+ "Dripstone Caves" : '#c0a590' ,
217+ "Windswept Hills" : '#606060' ,
218+ "Windswept Hills Edge" : void 0 ,
219+ "Windswept Hills (Gravelly)" : '#888888' ,
220+ "Windswept Forest" : '#24551f' ,
221+ "Windswept Forest M" : void 0 ,
222+ "Flower Forest" : '#2D8E49' ,
223+ "Forest" : '#056621' ,
224+ "Forest Hills" : void 0 ,
225+ "Frozen Ocean" : '#7070D6' ,
226+ "Frozen Peaks" : '#eafbfb' ,
227+ "Frozen River" : '#A0A0FF' ,
228+ "Grove" : '#dfece5' ,
229+ "Hell" : '#BF3B3B' ,
230+ "Snowy Mountains" : void 0 ,
231+ "Snowy Plains" : '#ffffff' ,
232+ "Ice Spikes" : '#B4DCDC' ,
233+ "Jagged Peaks" : '#e3eced' ,
234+ "Jungle" : '#537B09' ,
235+ "Jungle Edge" : '#628B17' ,
236+ "Jungle Edge M" : '#8AB33F' ,
237+ "Jungle Hills" : '#2C4205' ,
238+ "Jungle M" : '#7BA331' ,
239+ "Legacy Frozen Ocean" : void 0 ,
240+ "Lukewarm Ocean" : '#000090' ,
241+ "Lush Caves" : '#de953d' ,
242+ "Mangrove Swamp" : '#2ec48f' ,
243+ "Meadow" : '#8ca472' ,
244+ "Mega Taiga" : '#596652' ,
245+ "Mega Taiga Hills" : void 0 ,
246+ "Badlands" : '#D94515' ,
247+ "Badlands (Eroded)" : '#fd6c44' ,
248+ "Badlands Plateau" : void 0 ,
249+ "Badlands Plateau M" : void 0 ,
250+ "Badlands (Wooded)" : '#af9767' ,
251+ "Badlands (Wooded) M" : void 0 ,
252+ "Mushroom Island" : '#FF00FF' ,
253+ "Mushroom Island Shore" : '#A000FF' ,
254+ "Ocean" : '#000070' ,
255+ "Plains" : '#8DB360' ,
256+ "Redwood Taiga Hills M" : void 0 ,
257+ "Redwood Taiga M" : '#818e7a' ,
258+ "River" : '#0000FF' ,
259+ "Roofed Forest" : '#40511d' ,
260+ "Roofed Forest M" : void 0 ,
261+ "Savanna" : '#BDB25F' ,
262+ "Savanna (Windswept)" : '#E5DA87' ,
263+ "Savanna Plateau" : '#A79D64' ,
264+ "Savanna Plateau M" : '#CFC58C' ,
265+ "Snowy Slopes" : '#dbf1f1' ,
266+ "Soulsand Valley" : '#5E3830' ,
267+ "Stone Beach" : '#A2A284' ,
268+ "Stony Peaks" : '#d1d1d1' ,
269+ "Sunflower Plains" : '#B5DB88' ,
270+ "Swampland" : '#07F9B2' ,
271+ "Swampland M" : '#2FFFDA' ,
272+ "Taiga" : '#0B6659' ,
273+ "Taiga Hills" : '#163933' ,
274+ "Taiga M" : '#338E81' ,
275+ "The End" : '#8080FF' ,
276+ "Warm Ocean" : '#0000AC' ,
277+ "Warped Forest" : '#49907B' ,
278+ "Pale Garden" : '#6c6f95'
279+ } ;
280+
281+ export const HSSTypes = Object . freeze ( {
282+ Fortress : 'fortress' ,
283+ OceanMonument : 'ocean_monument' ,
284+ Outpost : 'outpost' ,
285+ WitchHut : 'witch_hut'
286+ } ) ;
287+
288+ export const mobTypeToHSSMap = {
289+ 'minecraft:blaze' : HSSTypes . Fortress ,
290+ 'minecraft:guardian' : HSSTypes . OceanMonument ,
291+ 'minecraft:magma_cube' : HSSTypes . Fortress ,
292+ 'minecraft:pillager' : HSSTypes . Outpost ,
293+ 'minecraft:skeleton' : HSSTypes . Fortress ,
294+ 'minecraft:witch' : HSSTypes . WitchHut ,
295+ 'minecraft:wither_skeleton' : HSSTypes . Fortress ,
296+ 'minecraft:zombie_pigman' : HSSTypes . Fortress
297+ }
0 commit comments