Changed shrub texture

This commit is contained in:
Matt Caughey 2013-12-23 20:52:31 -05:00
parent e7c0c50267
commit fafb8808df
5 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class BiomeGenMysticGrove extends BiomeGenBase implements IWCFog
customBiomeDecorator.lilyflowersPerChunk = 3;
customBiomeDecorator.poisonWaterPerChunk = 1;
customBiomeDecorator.cloverPatchesPerChunk = 10;
customBiomeDecorator.shrubsPerChunk = 4;
waterColorMultiplier = 16715898;
spawnableMonsterList.clear();
spawnableCreatureList.clear();

View File

@ -50,6 +50,7 @@ public class BiomeGenMysticGroveThin extends BiomeGenBase implements IWCFog
customBiomeDecorator.lilyflowersPerChunk = 3;
customBiomeDecorator.poisonWaterPerChunk = 1;
customBiomeDecorator.cloverPatchesPerChunk = 20;
customBiomeDecorator.shrubsPerChunk = 2;
waterColorMultiplier = 16715898;
spawnableMonsterList.clear();
spawnableCreatureList.clear();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 B

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 340 B