Fixed some cacti stuff
This commit is contained in:
parent
f750b9d445
commit
38bf0e4edf
2 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,6 @@ public class BiomeGenLushDesert extends BiomeGenBase
|
|||
customBiomeDecorator.deadBushPerChunk = 2;
|
||||
customBiomeDecorator.purpleFlowersPerChunk = 5;
|
||||
customBiomeDecorator.desertGrassPerChunk = 10;
|
||||
customBiomeDecorator.desertCactiPerChunk = 10;
|
||||
customBiomeDecorator.cactiPerChunk = 20;
|
||||
customBiomeDecorator.tinyCactiPerChunk = 5;
|
||||
customBiomeDecorator.waterLakesPerChunk = 5;
|
||||
|
|
|
@ -27,6 +27,7 @@ public class BiomeGenOutback extends BiomeGenBase
|
|||
customBiomeDecorator.outbackPerChunk = 10;
|
||||
customBiomeDecorator.deadBushPerChunk = 7;
|
||||
customBiomeDecorator.tinyCactiPerChunk = 2;
|
||||
customBiomeDecorator.cactiPerChunk = 4;
|
||||
customBiomeDecorator.bushesPerChunk = 5;
|
||||
customBiomeDecorator.generatePumpkins = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue