All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.BiomeHell Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package net.minecraft.server;

public class BiomeHell extends BiomeBase {

  public BiomeHell(int i) {
    super(i);
    this.at.clear();
    this.au.clear();
    this.av.clear();
    this.aw.clear();
    this.at.add(new BiomeMeta(EntityGhast.class, 50, 4, 4));
    this.at.add(new BiomeMeta(EntityPigZombie.class, 100, 4, 4));
    this.at.add(new BiomeMeta(EntityMagmaCube.class, 1, 4, 4));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy