Mod officialPatch = SPGlobal.getGlobalPatch();
// Creates and initializes an INI object to store the INI data
INI ini = new INI("customizedGMSTs.ini");
Collection<IniSectionHead> sections = getSectionList();
ini.addSection(sections);
ini.readData();
// Get INI Data that corresponds to the filter map
Map<IniSectionHead, Collection<IniData>> iniData = ini.getData();
//Processes the INI Data and makes the correct changes to officialPatch