Added wheat grass and damp grass to biomes that didn't have them
This commit is contained in:
parent
7c9d844d34
commit
5de8e60389
4 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,7 @@ public class BiomeGenBayou extends BiomeGenBase
|
|||
customBiomeDecorator.waterLakesPerChunk = 5;
|
||||
customBiomeDecorator.algaePerChunk = 1;
|
||||
customBiomeDecorator.shrubsPerChunk = 2;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 7;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
waterColorMultiplier = 16767282;
|
||||
spawnableWaterCreatureList.clear();
|
||||
|
|
|
@ -38,6 +38,7 @@ public class BiomeGenBog extends BiomeGenBase
|
|||
customBiomeDecorator.reedsBOPPerChunk = 8;
|
||||
customBiomeDecorator.blueMilksPerChunk = 1;
|
||||
customBiomeDecorator.waterLakesPerChunk = 6;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 3;
|
||||
customBiomeDecorator.poisonWaterPerChunk = 2;
|
||||
customBiomeDecorator.shrubsPerChunk = 10;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
|
|
|
@ -25,6 +25,7 @@ public class BiomeGenFrostForest extends BiomeGenBase
|
|||
customBiomeDecorator.mushroomsPerChunk = -999;
|
||||
customBiomeDecorator.shrubsPerChunk = 1;
|
||||
customBiomeDecorator.icyIrisPerChunk = 3;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 1;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ public class BiomeGenMoor extends BiomeGenBase
|
|||
customBiomeDecorator.mudPerChunk2 = 1;
|
||||
customBiomeDecorator.waterLakesPerChunk = 10;
|
||||
customBiomeDecorator.blueFlowersPerChunk = 6;
|
||||
customBiomeDecorator.wheatGrassPerChunk = 7;
|
||||
waterColorMultiplier = 5800566;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue