Temporarily disabled Promised Land mobs

This commit is contained in:
Adubbz 2013-05-16 06:09:24 +10:00
parent 51eebc193c
commit 09ed6fc0bc
3 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ public class BiomeGenPromisedLandForest extends BiomeGenBase
this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateLakes = false;
this.theWorldGenerator = new WorldGenWaterSpring(Block.waterMoving.blockID, 8);
this.spawnableMonsterList.add(new SpawnListEntry(EntityCow.class, 6, 1, 4));
/*this.spawnableMonsterList.add(new SpawnListEntry(EntityCow.class, 6, 1, 4));
if (Loader.isModLoaded("TwilightForest"))
{
@ -66,7 +66,7 @@ public class BiomeGenPromisedLandForest extends BiomeGenBase
System.out.println("[BiomesOPlenty] There was an error while integrating Twilight Forest with Biomes O' Plenty!");
e.printStackTrace();
}
}
}*/
}
/**

View File

@ -53,7 +53,7 @@ public class BiomeGenPromisedLandPlains extends BiomeGenBase
//this.customBiomeDecorator.generateLakes = false;
this.theWorldGenerator = new WorldGenWaterSpring(Block.waterMoving.blockID, 8);
if (Loader.isModLoaded("TwilightForest"))
/*if (Loader.isModLoaded("TwilightForest"))
{
try {
this.spawnableMonsterList.add(new SpawnListEntry(Class.forName("twilightforest.entity.passive.EntityTFBird"), 2, 1, 3));
@ -63,7 +63,7 @@ public class BiomeGenPromisedLandPlains extends BiomeGenBase
System.out.println("[BiomesOPlenty] There was an error while integrating Twilight Forest with Biomes O' Plenty!");
e.printStackTrace();
}
}
}*/
}
/**

View File

@ -55,7 +55,7 @@ public class BiomeGenPromisedLandSwamp extends BiomeGenBase
this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateLakes = false;
this.theWorldGenerator = new WorldGenWaterSpring(Block.waterMoving.blockID, 8);
this.spawnableMonsterList.add(new SpawnListEntry(EntityPig.class, 4, 1, 4));
/*this.spawnableMonsterList.add(new SpawnListEntry(EntityPig.class, 4, 1, 4));
if (Loader.isModLoaded("TwilightForest"))
{
@ -66,7 +66,7 @@ public class BiomeGenPromisedLandSwamp extends BiomeGenBase
System.out.println("[BiomesOPlenty] There was an error while integrating Twilight Forest with Biomes O' Plenty!");
e.printStackTrace();
}
}
}*/
}
/**