1
0

Changed tbGravel. Vanilla has 3 layers of gravel and then stone.

This commit is contained in:
STRWarrior 2013-12-25 23:05:22 +01:00
parent caf3b6d70c
commit e282eb73c8

View File

@ -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[] =