mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 17:26:07 +00:00
Add sky islands biome to default config, improve config biome distribution.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user