UpdateFixerUpper is a mod designed to help when updating mods, to prevent world corruption and replace items with equivalents
REMEMBER TO MAKE BACKUPS! UFU DOES NOT CARE WHAT IT IS CHANGING
Using UFU
ufu.txt
is the file that controls replacements, the file is created in the config folder the first time you run the game with UFU installed, but you can create it yourself.- Replacements are handled in pairs, with a pair being a line in
ufu.txt
of the format old identifier -> new identifier - On world load, UFU will replace any identifier matching
old identifier
withnew identifier
whenold identifier
is used as a key in aDefaultedRegistry
(Note: Although the name may imply it, UFU does not use DFU (data fixer upper), it was originally planned to, but that fell through and I decided to keep the name)