net.minecraft.server.BiomeHell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of walk-server Show documentation
Show all versions of walk-server Show documentation
A spigot fork to kotlin structure and news.
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