promotional bannermobile promotional banner

FMRR (Forge Mod Rich Retriever)

Retrieves mods and loads them when you start the client.

This mod loads other mods, specified in a configuration file, when the game is started. This is useful for cases when you can't include mods in the modpack itself, or if you need to dynamically manipulate the mods folder.

The mod currently has the following features:

  • Download mods when the client starts from a specified url
  • Delete mods when the client starts
  • Do integrity checks on mods
  • ...and more planned.

 

Config File Format:

The config file is in JSON. The mods property contains a list of mods.

Each mod can be one of multiple types, but only URL is supported currently.

The URL type takes a url property, which is a direct link to the mod.

Every mod also has a name property, and an optional md5 property.

The jar file will be saved as name.jar, where name is the specified name.

If the file doesn't meet the md5 hash, it will delete it and redownload it. If the downloaded version doesn't meet the hash, the client will crash.

 

The FMRR (Forge Mod Rich Retriever) Team

profile avatar
Owner
  • 3
    Projects
  • 1.0M
    Downloads

More from melncat