promotional bannermobile promotional banner

MCInstance Loader

A small mod that allows to install mcinstance files, a modpack format that can include overrides and download files.

File Details

1.7.10-2.1

  • R
  • Jul 15, 2022
  • 324.58 KB
  • 63
  • 1.7.10
  • Forge

File Name

mcinstanceloader-2.1.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mcinstance-loader-576287:3877179")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Feature changes and fixes

  • Fixed a crash on servers caused by the missing Apache HTTP library. (Why Mojang, why only include a common web library on clients? )
  • Fixed an error that could happen when trying to follow a link with a full URL in it and not just a file name
  • Removed the empty follow URL error (It was useless anyways)

Technical changes

  • Rewrote the WebHelper class again to not use the Apache HTTP library. (Performance should be more or less the same)
  • Removed forgotten debug prints while loading the config file.