aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/australia/biome
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-10 03:37:03 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-07-10 03:37:03 +1000
commitf12214dbefcee088c09f572b59b8891110258781 (patch)
tree98eaa3323f4e7c1f2c33776ca4b2af3b6804ac74 /src/Java/gtPlusPlus/australia/biome
parentd31ca7018707fb189d138383342f67498c236067 (diff)
downloadGT5-Unofficial-f12214dbefcee088c09f572b59b8891110258781.tar.gz
GT5-Unofficial-f12214dbefcee088c09f572b59b8891110258781.tar.bz2
GT5-Unofficial-f12214dbefcee088c09f572b59b8891110258781.zip
+ Added some new Animals to Australia. (Boar, Dingo, Octopus & Spiders)
Diffstat (limited to 'src/Java/gtPlusPlus/australia/biome')
-rw-r--r--src/Java/gtPlusPlus/australia/biome/type/Biome_AustralianOutback.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/australia/biome/type/Biome_AustralianOutback.java b/src/Java/gtPlusPlus/australia/biome/type/Biome_AustralianOutback.java
index e657e78862..439c213ac7 100644
--- a/src/Java/gtPlusPlus/australia/biome/type/Biome_AustralianOutback.java
+++ b/src/Java/gtPlusPlus/australia/biome/type/Biome_AustralianOutback.java
@@ -44,7 +44,7 @@ public class Biome_AustralianOutback extends BiomeGenMesa
this.fillerBlock = Blocks.stained_hardened_clay;
this.theBiomeDecorator.deadBushPerChunk = 20;
this.theBiomeDecorator.reedsPerChunk = 3;
- this.theBiomeDecorator.cactiPerChunk = 8;
+ this.theBiomeDecorator.cactiPerChunk = 20;
this.theBiomeDecorator.flowersPerChunk = 0;
this.spawnableCreatureList.clear();
this.theBiomeDecorator.treesPerChunk = 5;