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

cn.nukkit.level.biome.impl.taiga.TaigaHillsBiome Maven / Gradle / Ivy

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

/**
 * @author DaPorkchop_ (Nukkit Project)
 */
public class TaigaHillsBiome extends TaigaBiome {

    public TaigaHillsBiome() {
        super();

        this.setBaseHeight(0.25f);
        this.setHeightVariation(0.8f);
    }

    @Override
    public String getName() {
        return "Taiga Hills";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy