Add sky islands biome to default config, improve config biome distribution.

This commit is contained in:
dfsek
2020-10-27 00:56:04 -07:00
parent 17fe3530a4
commit 63c754806b
11 changed files with 115 additions and 78 deletions

View File

@@ -80,10 +80,6 @@ public class ConfigPack extends YamlConfiguration {
public final Map<StructureTypeEnum, StructureConfig> locatable = new HashMap<>();
public ConfigPack(File file) throws IOException, InvalidConfigurationException {
if(file.isDirectory());
else if(FilenameUtils.getExtension(file.getAbsolutePath()).equals("zip")) {
ZipFile zipFile = new ZipFile(file);
}
long l = System.nanoTime();
load(new File(file, "pack.yml"));
dataFolder = file;