Skip to main content

Module mrpack

Module mrpack 

Source
Expand description

Modrinth modpacks (.mrpack).

A zip holding modrinth.index.json plus overrides/ and client-overrides/. Spec: https://support.modrinth.com/en/articles/8802351-modrinth-modpack-format-mrpack

Structs§

MrpackEnv
MrpackFile
MrpackIndex

Enums§

EnvSupport

Constants§

INDEX_FILE

Functions§

install_mrpack
Install a .mrpack into instance/{instance_name}.
install_mrpack_files
Extract overrides and download client files without installing Minecraft or its loader. No Java is required and instance_config.json is not created. Use the returned ModpackInfo to install Minecraft and the loader before the first launch.
read_mrpack_index
Read a .mrpack’s index without installing it.