diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-08-19 13:28:22 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-08-19 13:28:22 +0200 |
commit | 64f81ff50c3e221351c0b50a65c2d0b5289b4edf (patch) | |
tree | 3e8dff6ab44ef38cc7110930c0d62846bd05c135 | |
parent | b04e1cb0566ae90cb8fea259db0ca65dd3176d93 (diff) | |
download | MinedMap-64f81ff50c3e221351c0b50a65c2d0b5289b4edf.tar MinedMap-64f81ff50c3e221351c0b50a65c2d0b5289b4edf.zip |
BlockType: make double plants visible
We use the bottom block to distinguish plant types, as the top block's
data values are weird.
-rw-r--r-- | src/Resource/BlockType.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Resource/BlockType.cpp b/src/Resource/BlockType.cpp index 1fdb269..42a87d1 100644 --- a/src/Resource/BlockType.cpp +++ b/src/Resource/BlockType.cpp @@ -3182,12 +3182,12 @@ const BlockType BLOCK_TYPES[256][16] = { {true, false, 0xa5c2f5}, }, { /* 175 */ - {false, false, 0x000000}, - {false, false, 0x000000}, - {false, false, 0x000000}, - {false, false, 0x000000}, - {false, false, 0x000000}, - {false, false, 0x000000}, + {true, false, 0xeac521}, + {true, false, 0x94948c}, + {true, true, 0x929292}, + {true, true, 0x7d7d7d}, + {true, false, 0x733d07}, + {true, false, 0x84858d}, {false, false, 0x000000}, {false, false, 0x000000}, {false, false, 0x000000}, |