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