Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. # This file defines colors for biomes!
  2. # You can use your own biome map using the -biome-map <file> argument.
  3. #
  4. # The format is biome ID, tab, grass color, tab, foliage color, tab, water color, optionally followed by another tab, a pound, and a comment.
  5. # Tabs are important; don't use spaces or commas!
  6. #
  7. # Empty lines and lines starting with # are ignored, too.
  8. #
  9. # 'default' must appear before other biome ID -> color mappings
  10. # Any biome with an ID not specifically mapped to colors after the default
  11. # mapping will be colored with the default biome color.
  12.  
  13. default 0xFFFF00FF 0xFF00FFFF 0xFFFFFF00
  14. 0x00 0xFF8EB971 0xFF71A74D 0xFF0064E4 # Oceans 127 191
  15. 0x01 0xFF91BD59 0xFF77AB2F 0xFF00A0D4 # Plains 50 173
  16. 0x02 0xFFBFB755 0xFFAEA42A 0xFF00A0D4 # Desert 0 255
  17. 0x03 0xFF8AB689 0xFF6DA36B 0xFF0028F4 # Extreme Hills 203 239
  18. 0x04 0xFF79C05A 0xFF59AE30 0xFF0098D6 # Forest 76 112
  19. 0x05 0xFF82B593 0xFF63A277 0xFF000EFB # Taiga 242 244
  20. 0x06 0xFF547A5A 0xFF587243 0xFF5663AF # Swampland 50 71
  21. 0x07 0xFF8EB971 0xFF71A74D 0xFF0064E4 # River 127 191
  22. #0x08 Nether # Hell
  23. #0x09 End # Sky
  24. 0x0A 0xFF82B593 0xFF63A277 0xFF000EFB # Frozen Ocean 242 244
  25. 0x0B 0xFF82B593 0xFF63A277 0xFF000EFB # Frozen River 242 244
  26. 0x0C 0xFF82B593 0xFF63A277 0xFF000EFB # Ice Plains 242 244
  27. 0x0D 0xFF82B593 0xFF63A277 0xFF000EFB # Ice Mountains 242 244
  28. 0x0E 0xFF55C93F 0xFF2BBB0F 0xFF00CEC8 # Mushroom Island 25 25
  29. 0x0F 0xFF55C93F 0xFF2BBB0F 0xFF00CEC8 # Mushroom Island Shore 25 25
  30. 0x10 0xFF8EB971 0xFF71A74D 0xFF0064E4 # Beach 127 191
  31. 0x11 0xFFBFB755 0xFFAEA42A 0xFF00A0D4 # Desert Hills 0 255
  32. 0x12 0xFF79C05A 0xFF59AE30 0xFF0098D6 # Forest Hills 76 112
  33. 0x13 0xFF82B593 0xFF63A277 0xFF000EFB # Taiga Hills 242 244
  34. 0x14 0xFF8AB689 0xFF6DA36B 0xFF0028F4 # Extreme Hills Edge 203 239
  35. 0x15 0xFF53CA37 0xFF29BC05 0xFF00DCC4 # Jungle 0 25
  36. 0x16 0xFF53CA37 0xFF29BC05 0xFF00DCC4 # Jungle Hills 0 25
  37. 0x17 0xFF53CA37 0xFF29BC05 0xFF00DCC4 # Jungle Edge 0 25
  38. 0x18 0xFF040075 0xFF040075 0xFF040075 # Deep Oceans 127 191
  39. 0x19 0xFF8EB971 0xFF71A74D 0xFF0064E4 # Stone Beach 127 191
  40. 0x1A 0xFF8EB971 0xFF71A74D 0xFF0064E4 # Cold Beach 242 244
  41. 0x1B 0xFF4B663A 0xFF485E30 0xFF2B39B2 # Birch Forest 76 112
  42. 0x1C 0xFF4B663A 0xFF485E30 0xFF2B39B2 # Birch Forest Hills 76 112
  43. 0x1D 0xFF2C431C 0xFF3D7723 0xFF0064E4 # Roofed Forest 76 112
  44. 0x1E 0xFF82B593 0xFF63A277 0xFF000EFB # Cold Taiga 242 244
  45. 0x1F 0xFF82B593 0xFF63A277 0xFF000EFB # Cold Taiga Hills
  46. 0x20 0xFF82B593 0xFF63A277 0xFF000EFB # Mega Taiga 242 244
  47. 0x21 0xFF82B593 0xFF63A277 0xFF000EFB # Mega Taiga Hills 242 244
  48. 0x22 0xFF8AB689 0xFF6DA36B 0xFF0028F4 # Extreme Hills + 203 239
  49. 0x23 0xFF6F6A31 0xFF555014 0xFF0064E4 # Savanna 76 112
  50. 0x24 0xFF6F6A31 0xFF555014 0xFF0064E4 # Savanna Platau 76 112
  51. 0x25 0xFF82B593 0xFF63A277 0xFF000EFB # Mesa 76 112
  52. 0x26 0xFF82B593 0xFF63A277 0xFF000EFB # Mesa Plateau F 76 112
  53. 0x27 0xFF82B593 0xFF63A277 0xFF000EFB # Mesa Plateau 76 112
  54. 0x81 0xFF536B33 0xFF4F7020 0xFF0064E4 # Sunflower Plains 50 173
  55. 0x82 0xFFBFB755 0xFFAEA42A 0xFF00A0D4 # Desert Mountains 0 255
  56. 0x83 0xFF8AB689 0xFF6DA36B 0xFF0028F4 # Extreme Hills Mountains 203 239
  57. 0x84 0xFF445C34 0xFF32621D 0xFF3238AD # Flower Forest 76 112
  58. 0x85 0xFF82B593 0xFF63A277 0xFF000EFB # Taiga Mountain 242 244
  59. 0x86 0xFF547A5A 0xFF587243 0xFF5663AF # Swampland Mountains 50 71
  60. 0x8C 0xFF82B593 0xFF63A277 0xFF000EFB # Ice Plains Spikes 242 244
  61. 0x95 0xFF53CA37 0xFF29BC05 0xFF00DCC4 # Jungle Mountains 0 25
  62. 0x97 0xFF53CA37 0xFF29BC05 0xFF00DCC4 # Jungle Edge Mountain 0 25
  63. 0x9B 0xFF4B663A 0xFF485E30 0xFF2B39B2 # Birch Forest Mountains 76 112
  64. 0x9C 0xFF4B663A 0xFF485E30 0xFF2B39B2 # Birch Forest Hills Mountains 76 112
  65. 0x9D 0xFF2C431C 0xFF3D7723 0xFF0064E4 # Roofed Forest Mountains 76 112
  66. 0x9E 0xFF82B593 0xFF63A277 0xFF000EFB # Cold Taiga Mountain 242 244
  67. 0xA0 0xFF82B593 0xFF63A277 0xFF000EFB # Mega Spruce Taiga 242 244
  68. 0xA1 0xFF82B593 0xFF63A277 0xFF000EFB # Mega Spruce Taiga Hills 242 244
  69. 0xA2 0xFF8AB689 0xFF6DA36B 0xFF0028F4 # Extreme Hills + Mountains 203 239
  70. 0xA3 0xFF6F6A31 0xFF555014 0xFF0064E4 # Savanna Mountains 76 112
  71. 0xA4 0xFF6F6A31 0xFF555014 0xFF0064E4 # Savanna Plateau Mountains 76 112
  72. 0xA5 0xFF82B593 0xFF63A277 0xFF000EFB # Mesa Bryce 76 112
  73. 0xA6 0xFF82B593 0xFF63A277 0xFF000EFB # Mesa Plateau F Mountains 76 112
  74. 0xA7 0xFF82B593 0xFF63A277 0xFF000EFB # Mesa Plateau Mountains 76 112
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement