If you do not see the options to view and edit your recordings this is what you need to do!
1. Go to: C:\Users\username\AppData\Roaming\.minecraft\config\CustomMainMenu
2. Save a copy of: mainmenu.json as copy_mainmenu.json
3. Open: mainmenu.json with notepad
4. hit Ctrl+a, Delete, and then copy the text below these steps and past it in the document
5. save and exit
6. play and if it works come back to this page to say so!
{
"images":
{
"title":
{
"image" : "custommainmenu:textures/gui/minecraft.png",
"posX" : -68,
"posY" : -168,
"width" : 250,
"height" : 250,
"alignment" : "bottom_center"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"posX" : -100,
"posY" : -90,
"width" : 98,
"height" : 20,
"alignment" : "center",
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"posX" : 2,
"posY" : -90,
"width" : 98,
"height" : 20,
"alignment" : "center",
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"mods":
{
"text" : "Mods",
"posX" : 2,
"posY" : -65,
"width" : 98,
"height" : 20,
"alignment" : "center",
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"pack support":
{
"text" : "Modpack Support",
"posX" : -100,
"posY" : -15,
"width" : 98,
"height" : 20,
"alignment" : "center",
"action" :
{
"type" : "openLink",
"link" : "http://support.feed-the-beast.com/"
}
},
"server downloads":
{
"text" : "Server Download",
"posX" : 2,
"posY" : -15,
"width" : 98,
"height" : 20,
"alignment" : "center",
"action" :
{
"type" : "openLink",
"link" : "http://www.minecraftforge.net/forum/"
}
},
"options":
{
"text" : "menu.options",
"posX" : -100,
"posY" : -65,
"width" : 98,
"height" : 20,
"alignment" : "center",
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"quit":
{
"text" : "menu.quit",
"posX" : -100,
"posY" : 35,
"width" : 200,
"height" : 20,
"alignment" : "center",
"action" :
{
"type" : "quit"
}
},
"language":
{
"text" : "",
"posX" : 105,
"posY" : -90,
"width" : 20,
"height" : 20,
"tooltip": "Language",
"alignment" : "center",
"imageWidth": "40",
"imageHeight": "40",
"action" :
{
"type" : "openGui",
"gui" : "languages"
}
},
"replayviewer":
{
"text" : "replaymod.gui.replayviewer",
"posX" : -100,
"posY" : 10,
"width" : 98,
"height" : 20,
"alignment" : "center",
"wrappedButton": 17890234
},
"replaycenter":
{
"text" : "replaymod.gui.replaycenter",
"posX" : 2,
"posY" : 10,
"width" : 98,
"height" : 20,
"alignment" : "center",
"wrappedButton": 17890236
},
"refresh":
{
"text" : "",
"posX" : -20,
"posY" : 0,
"width" : 20,
"height" : 20,
"alignment" : "top_right",
"texture" : "custommainmenu:textures/gui/buttons.png",
"action" :
{
"type" : "refresh"
}
}
},
"texts":
{
"mojang":
{
"text" : "Copyright Mojang AB",
"posX" : -65,
"posY" : 2,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_right"
},
"minecraft":{
"text" : "Minecraft 1.12.2",
"posX" : -50,
"posY" : 8,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_right"
},
"modsloaded":{
"text" : "#modsloaded# Mods Loaded",
"posX" : 3,
"posY" : 14,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_left"
},
"forge":{
"text" : "Forge #forgeversion#",
"posX" : 3,
"posY" : 8,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_left"
},
"modpack":{
"text" : "FTB Presents Hermitpack",
"posX" : 3,
"posY" : 2,
"fontSize" : .6,
"color" : -1,
"hoverColor" : -1,
"alignment" : "top_left"
},
"newsLine1":{
"text" : "Subscribe!",
"posX" : -140,
"posY" : 100,
"fontSize" : 1,
"color" : 13048410,
"hoverColor" : 13048410,
"alignment" : "top_center"
},
"newsLine2":{
"text" : "Subscribe!",
"posX" : -120,
"posY" : 110,
"fontSize" : 1,
"color" : 13048410,
"hoverColor" : 13048410,
"alignment" : "top_center"
},
"newsLine3":{
"text" : "Subscribe!",
"posX" : -140,
"posY" : 33,
"fontSize" : .8,
"color" : -1,
"hoverColor" : 13158400,
"alignment" : "top_right"
}
},
"other":
{
"panorama":
{
"images" : "minecraft:textures/gui/title/background/panorama_%c.png",
"animate" : true,
"animationSpeed" : 1,
"blur" : true,
"gradient" : true
}
}
}