Skip to content

Instantly share code, notes, and snippets.

@jocopa3
Last active December 12, 2016 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jocopa3/d46f42b0d0e35c346868f468977ce8cf to your computer and use it in GitHub Desktop.
Save jocopa3/d46f42b0d0e35c346868f468977ce8cf to your computer and use it in GitHub Desktop.
All biomes and some additional biome data as found in the 0.17.0.1 binary
============ Biomes ============
List of all biomes, biome Id's, and biome colors.
Id Name Technical Name Color Unknown Data
0 Ocean ocean 0x000070
1 Plains plains 0x8DB360
2 Desert desert 0xFA9418
3 Extreme Hills extremeHills 0x606060
4 Forest forest 0x056621
5 Taiga taiga 0x0B6659 0x4EBA31
6 Swampland swampland 0x07F9B2 0x8BAF48
7 River river 0x0000FF
8 Hell hell 0xFF0000
9 Sky sky 0x8080FF
10 FrozenOcean frozenOcean 0x9090A0
11 FrozenRiver frozenRiver 0xA0A0FF
12 Ice Plains iceFlats 0xFFFFFF
13 Ice Mountains iceMountains 0xA0A0A0
14 MushroomIsland mushroomIsland 0xFF00FF
15 MushroomIslandShore mushroomIslandShore 0xA000FF
16 Beach beaches 0xFADE55
17 DesertHills desertHills 0xD25F12
18 ForestHills forestHills 0x22551C
19 TaigaHills taigaHills 0x163933
20 Extreme Hills Edge smallerExtremeHills 0x72789A
21 Jungle jungle 0x537B09
22 JungleHills jungleHills 0x2C4205
23 JungleEdge jungleEdge 0x628B17
24 Deep Ocean deepOcean 0x000030 0x4EBA31
25 Stone Beach stoneBeach 0xA2A284
26 Cold Beach coldBeach 0xFAF0C0
27 Birch Forest birchForest 0x307444
28 Birch Forest Hills birchForestHills 0x1F5F32
29 Roofed Forest roofedForest 0x40511A
30 Cold Taiga taigaCold 0x31554A
31 Cold Taiga Hills taigaColdHills 0x243F36
32 Mega Taiga redwoodTaiga 0x596651
33 Mega Taiga Hills redwoodTaigaHills 0x454F3E
34 Extreme Hills+ extremeHillsWithTrees 0x507050
35 Savanna savanna 0xBDB25F
36 Savanna Plateau savannaRock 0xA79D64
37 Mesa mesa 0xD94515
38 Mesa Plateau F mesaRock 0xB09765
39 Mesa Plateau mesaClearRock 0xCA8C65
============ Biomes with Mutated Variations ============
The following is a list of mutated biome variations.
Id Name Technical Name Color
129 Sunflower Plains plainsMutated 0xB5DB88
130 Desert M desertMutated 0xFFBC40
131 Extreme Hills M extremeHillsMutated 0x888888
132 Flower Forest forestMutated 0x2D8E49
133 Taiga M taigaMutated 0x338E81
134 Swampland M swamplandMutated 0x2FFFDA
140 Ice Plains Spikes iceFlatsMutated 0xB4DCDC
149 Jungle M jungleMutated 0x7BA331
151 JungleEdge M jungleEdgeMutated 0x8AB33F
155 Birch Forest M birchForestMutated 0x589C6C
156 Birch Forest Hills M birchForestHillsMutated 0x47875A
157 Roofed Forest M roofedForestMutated 0x687942
158 Cold Taiga M taigaColdMutated 0x597D72
160 Mega Spruce Taiga redwoodTaigaMutated 0x6B5F4C
161 Redwood Taiga Hills M redwoodTaigaHillsMutated 0x6D7766
162 Extreme Hills+ M extremeHillsWithTreesMutated 0x789878
163 Savanna M savannaMutated 0xE5DA87
164 Savanna Plateau M savannaRockMutated 0xCFC58C
165 Mesa (Bryce) mesaMutated 0xFF6D3D
166 Mesa Plateau F M mesaRockMutated 0xD8BF8D
167 Mesa Plateau M mesaClearRockMutated 0xF2B48D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment