Crate packrinth

Crate packrinth 

Source
Expand description
logo

Packrinth

CLI tool for creating and managing Minecraft modpacks with Modrinth projects

Crates.io Version Crates.io Total Downloads


This library provides utilities for integrating with Packrinth. For example, the module config gives structs for reading and editing Packrinth configuration files. The module modrinth can be used to retrieve data from Modrinth and convert it to Packrinth-compatible structs.

If you just want to use the Packrinth CLI, go to https://thijzert123.github.io/packrinth to see how to use it.

Modules§

config
Structs for configuring and managing a Packrinth modpack instance.
modrinth
Structs that are only used for (de)serializing JSONs associated with Modrinth.

Enums§

PackrinthError
An error that can occur while performing Packrinth operations.

Functions§

extract_mrpack
Extract all the contents of a Modrinth modpack, except for the main manifest file.
modpack_is_dirty
Checks if the modpack is dirty.