You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in no way associated with or sponsored by Minecraft.
This is a python script that I created to keep track of Mods in my minecraft mods folder for easier modpack development.
It does the following things:
You place mods in your mods folder, check to see if Minecraft runs, if it does and the mods are compatible, then you run the program (select "add") and it will remember the mods in a list
Let's say you found two mods that don't work together, but Oh No! I added 50 mods all in one go and I don't know which two are causing the trouble. Just run the program (select "revert") and it will delete all the mods in your mods folder that were't previously added, letting you revert to a previous working state.
The program will ask you for two things:
The pack name, this is just the name that it will call the new file that it creates, which stores all the information about your mods, letting you use it for multiple instances, just by naming a not-already-created pack file.
The path to the directory where the mods are stored for your instance that you would like to track. (The mods folder for your selected instance)
NB This program requires Python to run. You can download python from here: