Skip to content

nick-Sutton/fetch-mc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
# ./mods.toml

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

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

# Shaders
shaders = [
    "complementary-reimagined",
    "bsl-shaders",
]

About

A Terminal-Based Minecraft Mod Managament Utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages