1
0

Added proper trees and height for SwamplandM biome

This commit is contained in:
STRWarrior
2014-08-02 21:44:16 +02:00
parent 543b0ccf75
commit a44fbf2338
3 changed files with 4 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ void GetTreeImageByBiome(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_No
return;
}
case biSwamplandM:
case biSwampland:
{
// Swamp trees:
@@ -233,7 +234,6 @@ void GetTreeImageByBiome(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_No
case biExtremeHillsM:
case biFlowerForest:
case biTaigaM:
case biSwamplandM:
case biIcePlainsSpikes:
case biJungleM:
case biJungleEdgeM: