mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
fix BIOME: alias in BiomeZones
This commit is contained in:
@@ -127,6 +127,7 @@ public class ConfigPack extends YamlConfiguration {
|
||||
|
||||
for(String biome : biomeList) {
|
||||
if(getBiomeGrid(biome) == null) {
|
||||
if(biome.startsWith("BIOME:") && biomes.containsKey(biome.substring(6))) continue;
|
||||
throw new ConfigException("No such BiomeGrid: " + biome, getID());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user