Coding Help Pls help me make my first portrait mod T0T

ArtfulApple

Newcomer
So, I was looking through all the portrait mods, and other than the DCBurger mod, I don't really click with any of them. And, I would use the DCBurger mod but it won't let me download it anymore which is sad. So, I decided to make my own portrait mod. So far I'm able to run Stardew with the mod activated, but it wont change the picture at all. I have an assets folder with the image I want too. Could anyone help with that?

This is what I have so far...

Manifest:
{
"Name": "Apples Portraits",
"Author": "AApple5536",
"Version": "1.6",
"Description": "Portraits for the villagers.",
"UniqueID": "AApple5536.ApplesPortraits",
"UpdateKeys": [ "Nexus:???" ],
"ContentPackFor": {
"UniqueID": "Pathoschild.ContentPatcher"
}
}

Content:

{
"Format": "1.23.0",
"Changes": [
{
"LogName": "Wizard Portrait",
"Action": "Load",
"Target": "Portraits/Wizard",
"FromFile": "Assets/Wizard.png"
}

]
}
 
I needed help making a portrait mod as well lol. Do you have 1.6 installed? Cuz this code doesn't work for me (I have PyTk lite installed)
 
Top