mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
BlockType: make double plants visible
We use the bottom block to distinguish plant types, as the top block's data values are weird.
This commit is contained in:
parent
b04e1cb056
commit
64f81ff50c
1 changed files with 6 additions and 6 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue