Skip to content

[Direct port from 1.18 to 1.19] A ModManager extension for ModMenu

License

Notifications You must be signed in to change notification settings

amsam0/ModManager-1.19

 
 

Repository files navigation

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

About

[Direct port from 1.18 to 1.19] A ModManager extension for ModMenu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 96.6%
  • Java 3.4%