Added mud to Marshes

This commit is contained in:
Matt Caughey 2013-09-23 12:19:52 -04:00
parent 70a2bb341d
commit 2109287bee
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public class BiomeGenMarsh extends BiomeGenBase
customBiomeDecorator.waterLakesPerChunk = 100;
customBiomeDecorator.sandPerChunk = -999;
customBiomeDecorator.sandPerChunk2 = -999;
customBiomeDecorator.mudPerChunk = 1;
customBiomeDecorator.mudPerChunk2 = 1;
customBiomeDecorator.generatePumpkins = false;
spawnableMonsterList.add(new SpawnListEntry(EntitySlime.class, 10, 1, 3));
}