#Is there a way to monitor when a mod gets upgraded to your current version?

1 messages · Page 1 of 1 (latest)

quiet summit
#

so obviously when an update drops you lose a bunch of mod support. It would be nice to "install" or "monitor" a mod for when it comes available for your current version.

fast gardenBOT
#
Modrinth

👋 Hello! Thank you for creating a new thread on Modrinth server

📃 Something went wrong with the game? Make sure to provide logs using mclo.gs
❔ If you're having an issue with Modrinth product, use our dedicated support portal instead

🔔 Don't forget to mark your thread as solved if issue has been resolved by using </solved:1419635873284227106>

halcyon stirrup
#

You can follow a project on the website and get notifications for any updates

quiet summit
#

didn't know you could. thanks i'll look into it

fast gardenBOT
quiet summit
#

if anyone can use this in the future i wrote this quick little module that takes a list of mod urls and see's if they have the latest version you want to look for. then it can print out a list of incompatible mods, or only compatible mods

./check_modrinth_mods.py --help
usage: check_modrinth_mods.py [-h] [--check-only] [--compatible-only]

Check Modrinth mod compatibility for Minecraft version 1.21.9.

optional arguments:
  -h, --help         show this help message and exit
  --check-only       Only list incompatible mods from saved state without
                     polling the API.
  --compatible-only  Only list compatible mods from saved state without
                     polling the API.

let's you quickly just get a list of mods compatible mods to install in your new instance

fast gardenBOT
fast gardenBOT
#

-# ⚠️ This thread has been inactive since <t:1759781484:R>. It will be automatically archived soon.