However, this mod gets overriden by 'Seasonal Cute Characters', and even after adding it as a dependance (so this mod loads later), it wouldn't show up. My solution (in case anyone else has this issue); was to rename either the 'gray.png' or 'blue.png' to 'Mariner.png' and replace 'Seasonal Cute Characters' own 'mariner.png', which is located in that mods assets/characters. Not sure why it wouldn't work simply adding as a dependancy.
Just adding dependency doesn't work because 'Seasonal Cute Characters' uses 'EditImage', so it would always happen after this mod's 'Load'.
If you want to make this work without replacing image files: on top of adding dependency, you should also open this mod's content.json and change any instance of 'Load' into 'EditImage'.
8 comments
However, this mod gets overriden by 'Seasonal Cute Characters', and even after adding it as a dependance (so this mod loads later), it wouldn't show up.
My solution (in case anyone else has this issue); was to rename either the 'gray.png' or 'blue.png' to 'Mariner.png' and replace 'Seasonal Cute Characters' own 'mariner.png', which is located in that mods assets/characters. Not sure why it wouldn't work simply adding as a dependancy.
If you want to make this work without replacing image files: on top of adding dependency, you should also open this mod's content.json and change any instance of 'Load' into 'EditImage'.