fetch-mc

Crates.iofetch-mc
lib.rsfetch-mc
version0.1.1
created_at2025-12-20 02:00:21.712325+00
updated_at2025-12-20 02:17:30.65688+00
descriptionFetch-MC is a terminal-based Minecraft Mod management utility for updating mods, resource packs, and shaders from Modrinth. Fetch-MC downloads the latest compatible version of mods based on a specified Minecraft version.
homepage
repositoryhttps://github.com/nick-Sutton/fetch-mc
max_upload_size
id1995885
size55,323
Nicholas Sutton (nick-Sutton)

documentation

https://github.com/nick-Sutton/fetch-mc

README

Fetch-MC

About:

Fetch-MC is a terminal-based Minecraft Mod management utility for updating mods, resource packs, and shaders from Modrinth. Fetch-MC downloads the latest compatible version of mods based on a specified Minecraft version.

Download

Fetch-MC can be installed using the Rust toolchain from crates.io or by installing the binaries.

  • Rust Installation
    • Install the Rust toolchain
    • Run the following cargo command: cargo install fetch-mc
  • Binary Installation
    • TODO

Usage:

  • Fetch mods for the latest Minecraft version: $ fetch-mc
  • Fetch mods for a specific Minecraft version: $ fetch-mc -v 1.21.1
  • Specify mod list directory: $ fetch-mc -l ./modlist/mods.toml

Mod List Example:

# ./mods.toml

# Mods
mods = [
    "sodium",
    "iris",
    "lithium",
    "indium",
    "fabric-api",
]

# Resource packs
resourcepacks = [
    "faithful-32x",
    "fresh-animations",
]

# Shaders
shaders = [
    "complementary-reimagined",
    "bsl-shaders",
]
Commit count: 0

cargo fmt