Changed tbGravel. Vanilla has 3 layers of gravel and then stone.
This commit is contained in:
parent
caf3b6d70c
commit
e282eb73c8
@ -104,9 +104,9 @@ static cDistortedHeightmap::sBlockInfo tbMycelium[] =
|
||||
static cDistortedHeightmap::sBlockInfo tbGravel[] =
|
||||
{
|
||||
{E_BLOCK_GRAVEL, 0},
|
||||
{E_BLOCK_DIRT, 0},
|
||||
{E_BLOCK_DIRT, 0},
|
||||
{E_BLOCK_DIRT, 0},
|
||||
{E_BLOCK_GRAVEL, 0},
|
||||
{E_BLOCK_GRAVEL, 0},
|
||||
{E_BLOCK_STONE, 0},
|
||||
} ;
|
||||
|
||||
static cDistortedHeightmap::sBlockInfo tbStone[] =
|
||||
|
Loading…
Reference in New Issue
Block a user