Hi, I have some questions on creating a modpack, after following steps from https://github.com/SKCraft/Launcher/wiki/Creating-Modpacks: 1. The modpack builds and tests successfully. I move the modpack folder (has modpack.json, instance.json, and loader/minecraft/src folders) to launcher/build/libs/instances folder. When I launch launcher-4.3-SNAPSHOT-all.jar, I see the modpack in the list but launching it shows this error: "An update is required but update information this instance is no longer available" Here my instance.json: {"title":"Canada150","name":"Canada150","version":null,"updatePending":false,"installed":false,"lastAccessed":1492738583504,"launch":null} Thanks in advance!