mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 08:46:13 +00:00
cleanup again
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
package com.dfsek.terra.config.loaders.config.sampler;
|
||||
|
||||
public class NormalizerLoader {
|
||||
}
|
||||
Reference in New Issue
Block a user