}
public void loadWorldConfig() {
// load world specific config file
File worldConfigFile = new File(this.worldDir, worldDirConfigName);
this.worldConfig = new MwConfig(worldConfigFile);
this.worldConfig.load();
this.dimensionList.clear();
this.worldConfig.getIntList(catWorld, "dimensionList", this.dimensionList);
this.addDimension(0);