biome fixes + refactoring, blackened
This commit is contained in:
parent
6d912ae7ac
commit
1834c26b72
41 changed files with 296 additions and 328 deletions
|
@ -44,10 +44,10 @@ public class BiomeJungle extends Biome
|
|||
|
||||
if (!edge)
|
||||
{
|
||||
this.mobs.add(new Biome.RngSpawn(EntityOcelot.class, 2, 1, 1));
|
||||
this.mobs.add(new RngSpawn(EntityOcelot.class, 2, 1, 1));
|
||||
}
|
||||
|
||||
this.mobs.add(new Biome.RngSpawn(EntityChicken.class, 10, 4, 4));
|
||||
this.mobs.add(new RngSpawn(EntityChicken.class, 10, 4, 4));
|
||||
}
|
||||
|
||||
public WorldGenTree genBigTreeChance(Random rand)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue