Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
Gianluca O edited this page Jan 28, 2022 · 6 revisions

Default Config

This python script will auto-generate a 'mod updater.ini' file which by default contains:

[1.18 Mods]
updated_mods_directory = 
mods_to_update_directories = 

[1.18 Mods] - This is the name of a section. It is mainly used to separate minecraft instance versions, though multiple can be made (just not with the exact same name) however you'd like to separate different types at your convenience.

updated_mods_directory - This is the main folder that the script will attempt to copy mods from.

mods_to_update_directories - This is a list of mod folders (separated by commas) that the script will scan the mods in, attempting to replace them with ones in the updated_mods_directory if the mod names are different.

Example Config:

[1.18 Mods]
updated_mods_directory = D:\Minecraft\Mods\1.18
mods_to_update_directories = C:\Users\randomggames\AppData\Roaming\.minecraft\1.18\mods, C:\Users\randomggames\AppData\Roaming\.minecraft\1.18 Modded\mods, D:\Minecraft\Servers\Fabric\1.18\Private Survival, D:\Minecraft\Servers\Fabric\1.18\Friends Creative

Clone this wiki locally