1. Welcome to our bug report and feature request forum.
    • For game exploits, post in the Private Issues forum. Please provide details in your message.
    • For all other suggestions and reports:
      • Apply the appropriate prefix to your post
      • Please include every detail (such as how a mechanic works or how to reproduce a bug)
      • Remember that new features need to be balanced and fair.

Questions on creating modpack

Discussion in 'Suggest + Report Bugs + Get Help' started by rkwan, Apr 21, 2017.

  1. rkwan

    rkwan New Member

    Joined:
    Apr 21, 2017
    Messages:
    1
    Likes Received:
    0
    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!