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

cn.nukkit.level.biome.impl.roofedforest.RoofedForestMBiome Maven / Gradle / Ivy

package cn.nukkit.level.biome.impl.roofedforest;

public class RoofedForestMBiome extends RoofedForestBiome {

    public RoofedForestMBiome() {
        super();

        this.setBaseHeight(0.2f);
        this.setHeightVariation(0.4f);
    }

    @Override
    public String getName() {
        return "Roofed Forest M";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy