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

cn.nukkit.level.biome.impl.jungle.BambooJungleHillsBiome Maven / Gradle / Ivy

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

/**
 * @author GoodLucky777
 */
public class BambooJungleHillsBiome extends BambooJungleBiome {

    public BambooJungleHillsBiome() {
        super();

        this.setBaseHeight(0.45f);
        this.setHeightVariation(0.3f);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy