File jsonFile = new File(minecraftFolder, "sounds.json");
if (soundsFolder.exists())
{
try
{
new SoundsJsonGenerator(soundsFolder, jsonFile).run();
this.mod.getChatter().printChat("File generated in " + jsonFile.getAbsolutePath());
this.mod.getChatter().printChatShort(
"Changes will be applied next time Resource Packs are reloaded.");
}
catch (Exception e)