Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

mod-update-script

Deno script to update mods via the modrinth API

Setup

  • Download the index.ts script somewhere
  • Create a file modlist.txt in the same directory as the index.ts.
  • Fill out the modlist.txt file with the Modrinth IDs of the mods you wanna update and their names (See example mod list)
  • Run deno run --allow-all index.ts --version=MC_VERSION_HERE

Running

Run deno run --allow-all index.ts --version=MC_VERSION_HERE

Command Line Arguments

deno run --allow-all index.ts
  --version=<mc version>
  --loader=<fabric|forge|neoforge|whatever>
  --modlist-file=<modlist file path>
  --output-dir=<output directory path>

--version

Sets the game version the script downloads mods for, defaults to 1.21.11

--loader

Sets the mod loader the script downloads mods for, defaults to fabric

--modlist-file

Sets the path of the modlist txt file, defaults to modlist.txt

--output-dir

Sets the directory the downloaded mods are placed into, defaults to mods folder inside Minecraft install location

About

Deno script to update mods via the modrinth API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages