blob: d219e07895d67503403ec78c687865e65244f01d [file] [log] [blame] [raw]
package net.glowstone.generator.ground;
import org.bukkit.Material;
public class SnowyGroundGenerator extends GroundGenerator {
public SnowyGroundGenerator() {
setTopMaterial(Material.SNOW);
}
}