Tweaked the Mystic Grove water color
This commit is contained in:
parent
811e4c53d3
commit
493d37a463
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ public class BiomeGenMysticGrove extends BiomeGenBase implements IWCFog
|
|||
customBiomeDecorator.blueMilksPerChunk = 1;
|
||||
customBiomeDecorator.lilyflowersPerChunk = 3;
|
||||
customBiomeDecorator.poisonWaterPerChunk = 1;
|
||||
waterColorMultiplier = 15349914;
|
||||
waterColorMultiplier = 16715898;
|
||||
spawnableMonsterList.clear();
|
||||
spawnableCreatureList.clear();
|
||||
spawnableWaterCreatureList.clear();
|
||||
|
|
|
@ -50,7 +50,7 @@ public class BiomeGenMysticGroveThin extends BiomeGenBase implements IWCFog
|
|||
customBiomeDecorator.blueMilksPerChunk = 1;
|
||||
customBiomeDecorator.lilyflowersPerChunk = 3;
|
||||
customBiomeDecorator.poisonWaterPerChunk = 1;
|
||||
waterColorMultiplier = 15349914;
|
||||
waterColorMultiplier = 16715898;
|
||||
spawnableMonsterList.clear();
|
||||
spawnableCreatureList.clear();
|
||||
spawnableWaterCreatureList.clear();
|
||||
|
|
Loading…
Reference in a new issue