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.4

  • R
  • Sep 2, 2022
  • 328.31 KB
  • 118
  • 1.7.10
  • Forge

File Name

mcinstanceloader-2.4.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Feature changes and fixes

  • The info screen no longer can be exited of by pressing escape (the timer would've caused issues anyways)
  • Fixed the mod overwriting folders (and deleting the files it could)
  • Fixed the mod adding resources from the wrong side to the download list
  • Fixed the mod not using the URL given by the curseforge API if the generated URL is invalid.
  • Fixed the mod not ignoring invalid properties in the optional.packconfig file.

Technical changes

  • The FileHelper.copy method will now overwrite an existing file with a 0-byte file instead of trying to delete it
  • The FileHelper class will now try to use its own methods in more places.
  • The PackConfigParser.parseResources method will not return resources that shouldn't be downloaded on the current side anymore
  • The parsing of the side property for resources has been redone to accomodate the change above.
  • Bumped the version number to 2.4