Advertisement
Guest User

Untitled

a guest
Dec 14th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.78 KB | None | 0 0
  1. # This file defines colors for blocks!
  2. # You can use your own color map using the -color-map <file> argument.
  3. #
  4. # The format is block ID, optionally colon and metadata, tab, 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 block ID -> color mappings
  10. # Any block with an ID not specifically mapped to a color after the default
  11. # mapping will be colored with the default color.
  12.  
  13. default 0xFFFF00FF
  14. 0x0000 0x00000000 # Air
  15. 0x0001 0xFF7D7D7D # Stone
  16. 0x0002 0xFF939393 biome_grass # Grass Block
  17. 0x0003:0x0 0xFF866043 # Dirt
  18. 0x0003:0x1 0xFF866043 # Grassless Dirt
  19. 0x0003:0x2 0xFF47381B # Podzol
  20. 0x0004 0xFF7A7A7A # Cobblestone
  21. 0x0005:0x0 0xFF9C7F4E # Oak Wood Planks
  22. 0x0005:0x1 0xFF674D2E # Spruce Wood Planks
  23. 0x0005:0x2 0xFFC3B37B # Birch Wood Planks
  24. 0x0005:0x3 0xFF9A6E4D # Jungle Wood Planks
  25. 0x0005:0x4 0xFFAD5D32 # Acacia Wood Planks
  26. 0x0005:0x5 0xFF3E2912 # Dark Oak Wood Planks
  27. 0x0006:0x0 0x6B476625 # Oak Sapling
  28. 0x0006:0x1 0x53333A21 # Spruce Sapling
  29. 0x0006:0x2 0x6B769654 # Birch Sapling
  30. 0x0006:0x3 0x55305612 # Jungle Sapling
  31. 0x0006:0x4 0x55768E1D # Acacia Sapling
  32. 0x0006:0x5 0x55105210 # Dark Oak Sapling
  33. 0x0007 0xFF535353 # Bedrock
  34. 0x0008 0xB22E43F4 biome_water # Water
  35. 0x0009 0xB22E43F4 biome_water # Staionary Water
  36. 0x000A 0xFFD45A12 # Lava
  37. 0x000B 0xFFD45A12 # Stationary Lava
  38. 0x000C:0x0 0xFFDBD3A0 # Sand
  39. 0x000C:0x1 0xFFAC5B22 # Red Sand
  40. 0x000D 0xFF7E7C7A # Gravel
  41. 0x000E 0xFF8F8B7C # Gold Ore
  42. 0x000F 0xFF87827E # Iron Ore
  43. 0x0010 0xFF737373 # Coal Ore
  44. 0x0011:0x0 0xFF9A7D4D # Oak Wood
  45. 0x0011:0x1 0xFF9A7D4D # Spruce Wood
  46. 0x0011:0x2 0xFF9A7D4D # Birch Wood
  47. 0x0011:0x3 0xFF9A7D4D # Jungle Wood
  48. 0x0011:0x4 0xFF665131 # Oak Wood
  49. 0x0011:0x5 0xFF2D1C0C # Spruce Wood
  50. 0x0011:0x6 0xFFCECEC9 # Birch Wood
  51. 0x0011:0x7 0xFF57431A # Jungle Wood
  52. 0x0011:0x8 0xFF665131 # Oak Wood
  53. 0x0011:0x9 0xFF2D1C0C # Spruce Wood
  54. 0x0011:0xA 0xFFCECEC9 # Birch Wood
  55. 0x0011:0xB 0xFF57431A # Jungle Wood
  56. 0x0011:0xC 0xFF665131 # Oak Wood
  57. 0x0011:0xD 0xFF2D1C0C # Spruce Wood
  58. 0x0011:0xE 0xFFCECEC9 # Birch Wood
  59. 0x0011:0xF 0xFF57431A # Jungle Wood
  60. 0x0012:0x0 0x9A878787 biome_foliage # Oak Leaves
  61. 0x0012:0x1 0xA5132613 # Spruce Leaves
  62. 0x0012:0x2 0x9A283816 # Birch Leaves
  63. 0x0012:0x3 0xC9918E86 biome_foliage # Jungle Leaves
  64. 0x0012:0x4 0x9A878787 biome_foliage # Oak Leaves
  65. 0x0012:0x5 0xA5132613 # Spruce Leaves
  66. 0x0012:0x6 0x9A283816 # Birch Leaves
  67. 0x0012:0x7 0xC9918E86 biome_foliage # Jungle Leaves
  68. 0x0012:0x8 0x9A878787 biome_foliage # Oak Leaves
  69. 0x0012:0x9 0xA5132613 # Spruce Leaves
  70. 0x0012:0xA 0x9A283816 # Birch Leaves
  71. 0x0012:0xB 0xC9918E86 biome_foliage # Jungle Leaves
  72. 0x0012:0xC 0x9A878787 biome_foliage # Oak Leaves
  73. 0x0012:0xD 0xA5132613 # Spruce Leaves
  74. 0x0012:0xE 0x9A283816 # Birch Leaves
  75. 0x0012:0xF 0xC9918E86 biome_foliage # Jungle Leaves
  76. 0x0013 0xFFB6B639 # Sponge
  77. 0x0014 0x46DAF0F4 # Glass
  78. 0x0015 0xFF667086 # Lapis Lazuli Ore
  79. 0x0016 0xFF1D47A5 # Lapis Lazuli Block
  80. 0x0017 0xFF606060 # Dispenser
  81. 0x0018 0xFFDAD29E # Sandstone
  82. 0x0019 0xFF644332 # Note Block
  83. 0x001A 0xFF8E1616 # Bed
  84. 0x001B 0xAB9A6846 # Powered Rail
  85. 0x001C 0x9B786559 # Detector Rail
  86. 0x001D 0xFF8D9263 # Sticky Piston
  87. 0x001E 0x68DCDCDC # Cobweb
  88. 0x001F:0x0 0x517B4F19 # Shrub
  89. 0x001F:0x1 0xA2747474 biome_grass # Grass
  90. 0x001F:0x2 0x4E787878 biome_grass # Fern
  91. 0x0020 0x517B4F19 # Dead Bush
  92. 0x0021 0xFF998159 # Piston
  93. 0x0022 0xFF998159 # Piston
  94. 0x0023:0x0 0xFFDDDDDD # White Wool
  95. 0x0023:0x1 0xFFDB7D3E # Orange Wool
  96. 0x0023:0x2 0xFFB350BC # Magenta Wool
  97. 0x0023:0x3 0xFF6A8AC9 # Light Blue Wool
  98. 0x0023:0x4 0xFFB1A627 # Yellow Wool
  99. 0x0023:0x5 0xFF41AE38 # Lime Wool
  100. 0x0023:0x6 0xFFD08499 # Pink Wool
  101. 0x0023:0x7 0xFF404040 # Gray Wool
  102. 0x0023:0x8 0xFF9AA1A1 # Light Gray Wool
  103. 0x0023:0x9 0xFF2E6E89 # Cyan Wool
  104. 0x0023:0xA 0xFF7E3DB5 # Purple Wool
  105. 0x0023:0xB 0xFF2E388D # Blue Wool
  106. 0x0023:0xC 0xFF4F321F # Brown Wool
  107. 0x0023:0xD 0xFF35461B # Green Wool
  108. 0x0023:0xE 0xFF963430 # Red Wool
  109. 0x0023:0xF 0xFF191616 # Black Wool
  110. 0x0025 0x1E6CA200 # Dandelion
  111. 0x0026:0x0 0x1D8A2B0D # Poppy
  112. 0x0026:0x1 0x1D29BFFD # Blue orchid
  113. 0x0026:0x2 0x1DB865FB # Allium
  114. 0x0026:0x3 0x1DE4EAF2 # Azure Bluet
  115. 0x0026:0x4 0x1DC02907 # Red Tulip
  116. 0x0026:0x5 0x1D41AE38 # Orange Tulip
  117. 0x0026:0x6 0x1DE7E7E7 # White Tulip
  118. 0x0026:0x7 0x1DF3D4F3 # Pink Tulip
  119. 0x0026:0x8 0x1DEAE6AD # Oxeye Tulip
  120. 0x0027 0x198A6953 # Brown Mushroom
  121. 0x0028 0x21C33538 # Red Mushroom
  122. 0x0029 0xFFF9EC4E # Block of Gold
  123. 0x002A 0xFFDBDBDB # Block of Iron
  124. 0x002B:0x0 0xFF9F9F9F # Stone Double Slab
  125. 0x002B:0x1 0xFFDAD29E # Sandstone Double Slab
  126. 0x002B:0x2 0xFF9C7F4E # Wooden Double Slab
  127. 0x002B:0x3 0xFF7A7A7A # Cobblestone Double Slab
  128. 0x002B:0x4 0xFF926356 # Brick Double Slab
  129. 0x002B:0x5 0xFF7D7D7D # Stone Double Slab
  130. 0x002B:0x6 0xFF2C161A # Nether Double Slab
  131. 0x002B:0x7 0xFFECE9E2 # Quartz Double Slab
  132. 0x002B:0x8 0xFF9F9F9F # Smooth Stone Double Slab
  133. 0x002B:0x9 0xFFDAD29E # Smooth Sandstone Double Slab
  134. 0x002C:0x0 0xFF9F9F9F # Stone Slab
  135. 0x002C:0x1 0xFFDAD29E # Sandstone Slab
  136. 0x002C:0x2 0xFF9C7F4E # Wooden Slab
  137. 0x002C:0x3 0xFF7A7A7A # Cobblestone Slab
  138. 0x002C:0x4 0xFF926356 # Brick Slab
  139. 0x002C:0x5 0xFF7D7D7D # Stone Slab
  140. 0x002C:0x6 0xFF2C161A # Nether Slab
  141. 0x002C:0x7 0xFFECE9E2 # Quartz Slab
  142. 0x002C:0x8 0xFF9F9F9F # Stone Slab
  143. 0x002C:0x9 0xFFDAD29E # Sandstone Slab
  144. 0x002C:0xA 0xFF9C7F4E # Wooden Slab
  145. 0x002C:0xB 0xFF7A7A7A # Cobblestone Slab
  146. 0x002C:0xC 0xFF926356 # Brick Slab
  147. 0x002C:0xD 0xFF7D7D7D # Stone Slab
  148. 0x002C:0xE 0xFF2C161A # Nether Slab
  149. 0x002C:0xF 0xFFECE9E2 # Quartz Slab
  150. 0x002D 0xFF926356 # Bricks
  151. 0x002E 0xFF82412F # TNT
  152. 0x002F 0xFF6B5839 # Bookshelf
  153. 0x0030 0xFF677967 # Moss Stone
  154. 0x0031 0xFF14121D # Obsidian
  155. 0x0032 0x13826A3A # Torch
  156. 0x0033 0x8BD38C35 # Fire
  157. 0x0034 0x9B1A2731 # Monster Spawner
  158. 0x0035 0xFF9C7F4E # Oak Wood Stairs
  159. 0x0036 0xFE6F5739 # Chest
  160. 0x0037 0x80FA1010 # Redstone Wire
  161. 0x0038 0xFF818C8F # Diamond Ore
  162. 0x0039 0xFF61DBD5 # Block of Diamond
  163. 0x003A 0xFF6B472A # Crafting Table
  164. 0x003B:0x0 0x0500B312 # Wheat
  165. 0x003B:0x1 0x1312AC0F # Wheat
  166. 0x003B:0x2 0x2B1C890B # Wheat
  167. 0x003B:0x3 0x4D258B08 # Wheat
  168. 0x003B:0x4 0x672E8007 # Wheat
  169. 0x003B:0x5 0x80427B07 # Wheat
  170. 0x003B:0x6 0x8E507607 # Wheat
  171. 0x003B:0x7 0xA6566607 # Wheat
  172. 0x003C:0x0 0xFF734B2D # Dry Farmland
  173. 0x003C:0x1 0xFF4B280D # Wet Farmland
  174. 0x003C:0x2 0xFF4B280D # Wet Farmland
  175. 0x003C:0x3 0xFF4B280D # Wet Farmland
  176. 0x003C:0x4 0xFF4B280D # Wet Farmland
  177. 0x003C:0x5 0xFF4B280D # Wet Farmland
  178. 0x003C:0x6 0xFF4B280D # Wet Farmland
  179. 0x003C:0x7 0xFF4B280D # Wet Farmland
  180. 0x003C:0x8 0xFF4B280D # Wet Farmland
  181. 0x003D 0xFF606060 # Furnace
  182. 0x003E 0xFF606060 # Burning Furnace
  183. 0x003F 0x566F5739 # Sign Post
  184. 0x0040 0xCF866733 # Wooden Door
  185. 0x0041 0x8F795F34 # Ladders
  186. 0x0042 0x8F796C58 # Rails
  187. 0x0043 0xFF7A7A7A # Cobblestone Stairs
  188. 0x0044 0x206F5739 # Wall Sign
  189. 0x0045 0x136A5940 # Lever
  190. 0x0046 0xFF7D7D7D # Stone Pressure Plate
  191. 0x0047 0xCFBABABA # Iron Door
  192. 0x0048 0xFF9C7F4E # Wooden Pressure Plate
  193. 0x0049 0xFF846B6B # Redstone Ore
  194. 0x004A 0xFF846B6B # Glowing Redstone Ore
  195. 0x004B 0x135D3E26 # Redstone Torch (inactive)
  196. 0x004C 0x19A74B29 # Redstone Torch (active)
  197. 0x004E 0xFFEFFBFB # Snow
  198. 0x004F 0x9F7DADFF # Ice
  199. 0x0050 0xFFEFFBFB # Snow Block
  200. 0x0051 0xC30D6318 # Cactus
  201. 0x0052 0xFF9EA4B0 # Clay Block
  202. 0x0053 0x8C94C065 # Sugar Cane
  203. 0x0054 0xFF6B4937 # Jukebox
  204. 0x0055 0x8F463822 # Fence
  205. 0x0056 0xFFC07615 # Pumpkin
  206. 0x0057 0xFF6F3634 # Netherrack
  207. 0x0058 0xFF544033 # Soul Sand
  208. 0x0059 0xFF8F7645 # Glowstone Block
  209. 0x005B 0xFFC07615 # Jack 'o' Lantern
  210. 0x005C 0xC3E4CDCE # Cake Block
  211. 0x005D 0xFF979393 # Redstone Repeater (inactive)
  212. 0x005E 0xFFA09393 # Redstone Repeater (active)
  213. 0x005F:0x0 0x9FDDDDDD # White Glass
  214. 0x005F:0x1 0x9FC1824C # Orange Glass
  215. 0x005F:0x2 0x9FA65EC1 # Magenta Glass
  216. 0x005F:0x3 0x9F7094C1 # Light Blue Glass
  217. 0x005F:0x4 0x9FCBCB4C # Yellow Glass
  218. 0x005F:0x5 0x9F83B93B # Lime Glass
  219. 0x005F:0x6 0x9FD4893B # Pink Glass
  220. 0x005F:0x7 0x9F5F5F5F # Gray Glass
  221. 0x005F:0x8 0x9F959595 # Light Gray Glass
  222. 0x005F:0x9 0x9F5F8395 # Cyan Glass
  223. 0x005F:0xA 0x9F624578 # Purple Glass
  224. 0x005F:0xB 0x9F4D5EA7 # Blue Glass
  225. 0x005F:0xC 0x9F715E4D # Brown Glass
  226. 0x005F:0xD 0x9F71834D # Green Glass
  227. 0x005F:0xE 0x9F944D4D # Red Glass
  228. 0x005F:0xF 0x9F3B3B3B # Black Glass
  229. 0x0060 0xDB7E5D2D # Trapdoor
  230. 0x0061:0x0 0xFF7D7D7D # Monster Egg Stone
  231. 0x0061:0x1 0xFF7A7A7A # Monster Egg Cobblestone
  232. 0x0061:0x2 0xFF7A7A7A # Monster Egg Stonebrick
  233. 0x0062:0x0 0xFF7A7A7A # Stone Brick
  234. 0x0062:0x1 0xFF72776A # Mossy Stone Brick
  235. 0x0062:0x2 0xFF767676 # Cracked Stone Brick
  236. 0x0062:0x3 0xFF767676 # Chiseled Stone Brick
  237. 0x0063 0xFF8D6A53 # Huge Brown Mushroom
  238. 0x0064 0xFFB62524 # Huge Red Mushroom
  239. 0x0065 0x736D6C6A # Iron Bars
  240. 0x0066 0x1FD3EFF4 # Glass Pane
  241. 0x0067 0xFF979924 # Melon
  242. 0x006A 0x8A6F6F6F biome_foliage # Vines
  243. 0x006B 0x7B463822 # Fence Gate
  244. 0x006C 0xFF926356 # Brick Stairs
  245. 0x006D 0xFF7A7A7A # Stone Brick Stairs
  246. 0x006E 0xFF6F6369 # Mycelium
  247. 0x006F 0x93335A21 # Lily Pad
  248. 0x0070 0xFF2C161A # Nether Brick
  249. 0x0071 0xFF2C161A # Nether Brick Fence
  250. 0x0072 0xFF2C161A # Nether Brick Stairs
  251. 0x0073:0x0 0x2A6A0E1E # Nether Wart
  252. 0x0073:0x1 0x786C0F16 # Nether Wart
  253. 0x0073:0x2 0x786C0F16 # Nether Wart
  254. 0x0073:0x3 0xCC6F1211 # Nether Wart
  255. 0x0074 0xFF67403B # Enchantment Table
  256. 0x0075 0x767C6751 # Brewing Stand
  257. 0x0076 0xFF373737 # Cauldron
  258. 0x0077 0xFF101010 # End Portal
  259. 0x0078 0xFF597560 # End Portal Frame
  260. 0x0079 0xFFDDDFA5 # End Stone
  261. 0x007A 0xFF0C090F # Dragon Egg
  262. 0x007B 0xFF462B1A # Redstone Lamp (inactive)
  263. 0x007C 0xFF775937 # Redstone Lamp (active)
  264. 0x007D:0x0 0xFF9C7F4E # Oak Wood Double Slab
  265. 0x007D:0x1 0xFF674D2E # Spruce Wood Double Slab
  266. 0x007D:0x2 0xFFC3B37B # Birch Double Slab
  267. 0x007D:0x3 0xFF9A6E4D # Jungle Double Slab
  268. 0x007D:0x4 0xFFAD5D32 # Acacia Wood Double Slab
  269. 0x007D:0x5 0xFF3E2912 # Dark Oak Wood Double Slab
  270. 0x007E:0x0 0xFF9C7F4E # Oak Wood Slab
  271. 0x007E:0x1 0xFF674D2E # Spruce Wood Slab
  272. 0x007E:0x2 0xFFC3B37B # Birch Slab
  273. 0x007E:0x3 0xFF9A6E4D # Jungle Slab
  274. 0x007E:0x4 0xFFAD5D32 # Acacia Wood Slab
  275. 0x007E:0x5 0xFF3E2912 # Dark Oak Wood Slab
  276. 0x007E:0x8 0xFF9C7F4E # Oak Wood Slab
  277. 0x007E:0x9 0xFF674D2E # Spruce Wood Slab
  278. 0x007E:0xA 0xFFC3B37B # Birch Slab
  279. 0x007E:0xB 0xFF9A6E4D # Jungle Slab
  280. 0x007E:0xC 0xFFAD5D32 # Acacia Wood Slab
  281. 0x007E:0xD 0xFF3E2912 # Dark Oak Wood Slab
  282. 0x007F:0x0 0x2E8A8C40 # Cocoa
  283. 0x007F:0x1 0x2E8A8C40 # Cocoa
  284. 0x007F:0x2 0x2E8A8C40 # Cocoa
  285. 0x007F:0x3 0x2E8A8C40 # Cocoa
  286. 0x007F:0x4 0x58896B33 # Cocoa
  287. 0x007F:0x5 0x58896B33 # Cocoa
  288. 0x007F:0x6 0x58896B33 # Cocoa
  289. 0x007F:0x7 0x58896B33 # Cocoa
  290. 0x007F:0x8 0x8391501E # Cocoa
  291. 0x007F:0x9 0x8391501E # Cocoa
  292. 0x007F:0xA 0x8391501E # Cocoa
  293. 0x007F:0xB 0x8391501E # Cocoa
  294. 0x0080 0xFFDAD29E # Sandstone Stairs
  295. 0x0081 0xFF6D8074 # Emerald Ore
  296. 0x0082 0xFF2E4244 # Ender Chest
  297. 0x0083 0x2D8A8171 # Tripwire Hook
  298. 0x0084 0x08818181 # Tripwire
  299. 0x0085 0xFF51D975 # Block of Emerald
  300. 0x0086 0xFF674D2E # Spruce Wood Stairs
  301. 0x0087 0xFFC3B37B # Birch Wood Stairs
  302. 0x0088 0xFF9A6E4D # Jungle Wood Stairs
  303. 0x0089 0xFFB2896F # Command Block
  304. 0x008A 0xFF74DDD7 # Beacon
  305. 0x008B 0xFF7A7A7A # Cobblestone Wall
  306. 0x008C 0x31764133 # Flower Pot
  307. 0x008D:0x0 0x0901AB10 # Carrots
  308. 0x008D:0x1 0x0901AB10 # Carrots
  309. 0x008D:0x2 0x1701BB0F # Carrots
  310. 0x008D:0x3 0x1701BB0F # Carrots
  311. 0x008D:0x4 0x3600BE10 # Carrots
  312. 0x008D:0x5 0x3600BE10 # Carrots
  313. 0x008D:0x6 0x3600BE10 # Carrots
  314. 0x008D:0x7 0x6F158002 # Carrots
  315. 0x008E:0x0 0x0901AB10 # Potatoes
  316. 0x008E:0x1 0x0901AB10 # Potatoes
  317. 0x008E:0x2 0x1701BB0F # Potatoes
  318. 0x008E:0x3 0x1701BB0F # Potatoes
  319. 0x008E:0x4 0x3600BE10 # Potatoes
  320. 0x008E:0x5 0x3600BE10 # Potatoes
  321. 0x008E:0x6 0x3600BE10 # Potatoes
  322. 0x008E:0x7 0x6922AA24 # Potatoes
  323. 0x0091 0x9F403C3C # Anvil
  324. 0x0092 0xFE6F5739 # Trapped Chest
  325. 0x0093 0xFFF9EC4E # Weighted Pressure Plate (Light)
  326. 0x0094 0xFFDBDBDB # Weighted Pressure Plate (Heavy)
  327. 0x0095 0xFF9C9695 # Redstone Comparator (inactive)
  328. 0x0096 0xFFA59594 # Redstone Comparator (active)
  329. 0x0097 0xFF82745E # Daylight Sensor
  330. 0x0098 0xFFAB1B09 # Block of Redstone
  331. 0x0099 0xFF7D544F # Nether Quartz Ore
  332. 0x009A 0xFF3E3E3E # Hopper
  333. 0x009B:0x0 0xFFECE9E2 # Block of Quartz
  334. 0x009B:0x1 0xFFE7E4DB # Chiseled Quartz Block
  335. 0x009B:0x2 0xFFE8E5DD # Pillar Quartz Block
  336. 0x009B:0x3 0xFFE7E3DB # Pillar Quartz Block
  337. 0x009B:0x4 0xFFE7E3DB # Pillar Quartz Block
  338. 0x009C 0xFFECE9E2 # Quartz Stairs
  339. 0x009D 0x9B685347 # Activator Rail
  340. 0x009E 0xFF565656 # Dropper
  341. 0x009F:0x0 0xFFD1AFA1 # White stained clay
  342. 0x009F:0x1 0xFFA25326 # Orange stained clay
  343. 0x009F:0x2 0xFF95586D # Magenta stained clay
  344. 0x009F:0x3 0xFF6F6A88 # Light Blue stained clay
  345. 0x009F:0x4 0xFFBA8424 # Yellow stained clay
  346. 0x009F:0x5 0xFF667433 # Lime stained clay
  347. 0x009F:0x6 0xFFA45150 # Pink stained clay
  348. 0x009F:0x7 0xFFA45150 # Gray stained clay
  349. 0x009F:0x8 0xFF86695E # Light Gray stained clay
  350. 0x009F:0x9 0xFF565A5A # Cyan stained clay
  351. 0x009F:0xA 0xFF744352 # Purple stained clay
  352. 0x009F:0xB 0xFF493959 # Blue stained clay
  353. 0x009F:0xC 0xFF4C3122 # Brown stained clay
  354. 0x009F:0xD 0xFF4B522A # Green stained clay
  355. 0x009F:0xE 0xFF8D3B2E # Red stained clay
  356. 0x009F:0xF 0xFF271812 # Black stained clay
  357. 0x00A0:0x0 0x9FDDDDDD # White Glass Pane
  358. 0x00A0:0x1 0x9FC1824C # Orange Glass Pane
  359. 0x00A0:0x2 0x9FA65EC1 # Magenta Glass Pane
  360. 0x00A0:0x3 0x9F7094C1 # Light Blue Glass Pane
  361. 0x00A0:0x4 0x9FCBCB4C # Yellow Glass Pane
  362. 0x00A0:0x5 0x9F83B93B # Lime Glass Pane
  363. 0x00A0:0x6 0x9FD4893B # Pink Glass Pane
  364. 0x00A0:0x7 0x9F5F5F5F # Gray Glass Pane
  365. 0x00A0:0x8 0x9F959595 # Light Gray Glass Pane
  366. 0x00A0:0x9 0x9F5F8395 # Cyan Glass Pane
  367. 0x00A0:0xA 0x9F624578 # Purple Glass Pane
  368. 0x00A0:0xB 0x9F4D5EA7 # Blue Glass Pane
  369. 0x00A0:0xC 0x9F715E4D # Brown Glass Pane
  370. 0x00A0:0xD 0x9F71834D # Green Glass Pane
  371. 0x00A0:0xE 0x9F944D4D # Red Glass Pane
  372. 0x00A0:0xF 0x9F3B3B3B # Black Glass Pane
  373. 0x00A1:0x0 0x9A338311 biome_foliage # Acacia Leaves
  374. 0x00A1:0x1 0x9A32621D biome_foliage # Dark Oak Leaves
  375. 0x00A1:0x2 0x9A338311 # Acacia Leaves
  376. 0x00A1:0x3 0x9A32621D # Dark Oak Leaves
  377. 0x00A1:0x4 0x9A338311 # Acacia Leaves
  378. 0x00A1:0x5 0x9A32621D # Dark Oak Leaves
  379. 0x00A2:0x0 0xFF696257 # Acacia Wood
  380. 0x00A2:0x1 0xFF362A18 # Dark Oak Wood
  381. 0x00A2:0x2 0xFF696257 # Acacia Wood
  382. 0x00A2:0x3 0xFF362A18 # Dark Oak Wood
  383. 0x00A2:0x4 0xFF696257 # Acacia Wood
  384. 0x00A2:0x5 0xFF362A18 # Dark Oak Wood
  385. 0x00A2:0x6 0xFF696257 # Acacia Wood
  386. 0x00A2:0x7 0xFF362A18 # Dark Oak Wood
  387. 0x00A2:0x8 0xFFB25B3B # Acacia Wood
  388. 0x00A2:0x9 0xFF5B4830 # Dark Oak Wood
  389. 0x00A2:0xA 0xFFB25B3B # Acacia Wood
  390. 0x00A2:0xB 0xFF5B4830 # Dark Oak Wood
  391. 0x00A2:0xC 0xFF696257 # Acacia Wood
  392. 0x00A2:0xD 0xFF362A18 # Dark Oak Wood
  393. 0x00A2:0xE 0xFF696257 # Acacia Wood
  394. 0x00A2:0xF 0xFF362A18 # Dark Oak Wood
  395. 0x00A3 0xFF773F23 # Acacia Wood Stairs
  396. 0x00A4 0xFF3E2813 # Dark Oak Stairs
  397. 0x00AA 0xFFA68C0F # Hay Block
  398. 0x00AB:0x0 0xFFDDDDDD # White Carpet
  399. 0x00AB:0x1 0xFFDB7D3E # Orange Carpet
  400. 0x00AB:0x2 0xFFB350BC # Magenta Carpet
  401. 0x00AB:0x3 0xFF6A8AC9 # Light Blue Carpet
  402. 0x00AB:0x4 0xFFB1A627 # Yellow Carpet
  403. 0x00AB:0x5 0xFF41AE38 # Lime Carpet
  404. 0x00AB:0x6 0xFFD08499 # Pink Carpet
  405. 0x00AB:0x7 0xFF404040 # Gray Carpet
  406. 0x00AB:0x8 0xFF9AA1A1 # Light Gray Carpet
  407. 0x00AB:0x9 0xFF2E6E89 # Cyan Carpet
  408. 0x00AB:0xA 0xFF7E3DB5 # Purple Carpet
  409. 0x00AB:0xB 0xFF2E388D # Blue Carpet
  410. 0x00AB:0xC 0xFF4F321F # Brown Carpet
  411. 0x00AB:0xD 0xFF35461B # Green Carpet
  412. 0x00AB:0xE 0xFF963430 # Red Carpet
  413. 0x00AB:0xF 0xFF191616 # Black Carpet
  414. 0x00AC 0xFF8E583F # Hardened Clay
  415. 0x00AD 0xFF8E583F # Block of Coal
  416. 0x00AE 0x9F90ABDA # Packed Ice
  417. 0x00AF:0x0 0x1DF1E424 # Sunflower
  418. 0x00AF:0x1 0x1D9F78A4 # Lilac
  419. 0x00AF:0x2 0x1D9F78A4 # Double Tallgrass
  420. 0x00AF:0x3 0x1D486F3D # Large Fern
  421. 0x00AF:0x4 0x1DBA180B # Rose Bush
  422. 0x00AF:0x5 0x1DDEA5F7 # Peony
  423. 0x00AF:0x8 0x1DF1E424 # Sunflower Top half
  424. 0x00AF:0x9 0x1D9F78A4 # Lilac Top half
  425. 0x00AF:0xA 0x1D9F78A4 # Double Tallgrass Top half
  426. 0x00AF:0xB 0x1D486F3D # Large Fern Top half
  427. 0x00AF:0xC 0x1DBA180B # Rose Bush Top half
  428. 0x00AF:0xD 0x1DDEA5F7 # Peony Top half
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement