111112113114115116117118119120121
new AnnotatedObjectConfiguration(config); for (Entry<String, VanillaBiome> entry : BY_NAME.entrySet()) { biomes.add(entry.getValue(), entry.getKey()); } try { biomes.load(); } catch (ConfigurationException ex) { ex.printStackTrace(); } }