Added mud to Marshes
This commit is contained in:
parent
70a2bb341d
commit
2109287bee
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ public class BiomeGenMarsh extends BiomeGenBase
|
||||||
customBiomeDecorator.waterLakesPerChunk = 100;
|
customBiomeDecorator.waterLakesPerChunk = 100;
|
||||||
customBiomeDecorator.sandPerChunk = -999;
|
customBiomeDecorator.sandPerChunk = -999;
|
||||||
customBiomeDecorator.sandPerChunk2 = -999;
|
customBiomeDecorator.sandPerChunk2 = -999;
|
||||||
|
customBiomeDecorator.mudPerChunk = 1;
|
||||||
|
customBiomeDecorator.mudPerChunk2 = 1;
|
||||||
customBiomeDecorator.generatePumpkins = false;
|
customBiomeDecorator.generatePumpkins = false;
|
||||||
spawnableMonsterList.add(new SpawnListEntry(EntitySlime.class, 10, 1, 3));
|
spawnableMonsterList.add(new SpawnListEntry(EntitySlime.class, 10, 1, 3));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue