cleanup again

This commit is contained in:
dfsek
2021-02-07 13:58:17 -07:00
parent 19f781af31
commit b8cec40317
5 changed files with 3 additions and 11 deletions

View File

@@ -33,9 +33,9 @@ public class UserDefinedBiome implements TerraBiome {
}
/**
* Gets the Vanilla biome to represent the custom biome.
* Gets the Vanilla biomes to represent the custom biome.
*
* @return TerraBiome - The Vanilla biome.
* @return Collection of biomes to represent the custom biome.
*/
@Override
public ProbabilityCollection<Biome> getVanillaBiomes() {

View File

@@ -1,4 +0,0 @@
package com.dfsek.terra.config.loaders.config.sampler;
public class NormalizerLoader {
}