Biomal CompoGen now correctly produces sand in desert mountains, too
git-svn-id: http://mc-server.googlecode.com/svn/trunk@580 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
308f6b846f
commit
79f05c8973
@ -245,7 +245,6 @@ void cCompoGenBiomal::ComposeTerrain(
|
||||
case biFrozenRiver:
|
||||
case biIcePlains:
|
||||
case biIceMountains:
|
||||
case biDesertHills:
|
||||
case biForestHills:
|
||||
case biTaigaHills:
|
||||
case biExtremeHillsEdge:
|
||||
@ -255,6 +254,7 @@ void cCompoGenBiomal::ComposeTerrain(
|
||||
FillColumnGrass(x, z, Height, a_BlockTypes);
|
||||
break;
|
||||
}
|
||||
case biDesertHills:
|
||||
case biDesert:
|
||||
case biBeach:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user