Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.7 KB

Readme.md

File metadata and controls

41 lines (30 loc) · 1.7 KB

1.19 Port Info

Warning This is a direct port of the 1.18 version. You will encounter bugs, but feel free to make a PR to fix them.

Currently there are no compiled jars to download, so you will have to build it yourself. If you need help, follow the instructions below.

  1. Make sure you have OpenJDK installed. You may have to restart your computer after installation if the next steps fail.
  2. Download this repository and extract it.
  3. Open a command line or terminal in the extracted directory.
    - Mac/Linux: Run ./gradlew build
    - Windows: Run gradlew build
  4. If all goes well, you should find the mod jar in build/libs/modmanager-1.2.3+1.19.jar. Make sure you use modmanager-1.2.3+1.19.jar, NOT modmanager-1.2.3+1.19-sources.jar. Otherwise, your game will crash.

ModManager

Extends Mod Menu with a new tab for installing, removing and updating mods.

Features:

  • Browse through Modrinth in minecraft
  • Install, remove and update mods in minecraft (needs restart to apply changes)
  • Notify about outdated mods
  • Show a list of all outdated mods

Screenshots

Select multiple categories: Search view: Updatable mods list: Mod Update:

Credits

  • Prospector for creating ModMenu
  • Modrinth for creating a public and easy to use API for searching mods