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

cn.nukkit.level.biome.impl.mesa.MesaBryceBiome Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.level.biome.impl.mesa;

/**
 * @author DaPorkchop_
 */
public class MesaBryceBiome extends MesaBiome {
    public MesaBryceBiome() {
        super();
    }

    @Override
    public String getName() {
        return "Mesa (Bryce)";
    }

    @Override
    protected float getMoundFrequency() {
        return 1 / 16f;
    }

    @Override
    protected float minHill() {
        return 0.3f;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy