mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-05 17:44:52 +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},
|
{true, false, 0xa5c2f5},
|
||||||
},
|
},
|
||||||
{ /* 175 */
|
{ /* 175 */
|
||||||
{false, false, 0x000000},
|
{true, false, 0xeac521},
|
||||||
{false, false, 0x000000},
|
{true, false, 0x94948c},
|
||||||
{false, false, 0x000000},
|
{true, true, 0x929292},
|
||||||
{false, false, 0x000000},
|
{true, true, 0x7d7d7d},
|
||||||
{false, false, 0x000000},
|
{true, false, 0x733d07},
|
||||||
{false, false, 0x000000},
|
{true, false, 0x84858d},
|
||||||
{false, false, 0x000000},
|
{false, false, 0x000000},
|
||||||
{false, false, 0x000000},
|
{false, false, 0x000000},
|
||||||
{false, false, 0x000000},
|
{false, false, 0x000000},
|
||||||
|
|
Loading…
Add table
Reference in a new issue