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

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

There is a newer version: 1.20.40-r1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy