• 0

    posted a message on Modpack list

    Is it possible to get an api with the list of all of the modpacks ? I'm building a minecraft launcher, and I want to put auto-installations of the modpacks. A JSON or XML API will be perfect, like this :

    {"modpacks":[12345:{"projectId":12345,"name":"The name of the modpack"}}}

    or

    {modpacks}{modpack}{projectId}12345{/projectId}{name}The name of the modpack{/name}{/modpack}{/modpacks}

    I need only this. Does it exist ? (I used {} because chevrons are disabled)

    Posted in: General Discussion
  • To post a comment, please or register a new account.