From 64f81ff50c3e221351c0b50a65c2d0b5289b4edf Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 19 Aug 2017 13:28:22 +0200 Subject: BlockType: make double plants visible We use the bottom block to distinguish plant types, as the top block's data values are weird. --- src/Resource/BlockType.cpp | 12 ++++++------ 1 file 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}, -- cgit v1.2.3