I realised that the file the reskins are targeting is not being used for the farm mailbox. I"m not sure if this has always been the case or if this was changed some time ago.
To make the mod start working again, all Targets have to be set to "Buildings/Mailbox," and all FromArea have to be deleted.
Example:
{ "Action": "EditImage","Target": "Buildings/Mailbox","FromFile": "assets/{{recolor}}_{{season}}.png", },{ "Action": "EditImage","PatchMode": "Overlay","Target": "Buildings/Mailbox","FromFile": "assets/{{recolor}}_{{season}}_sand.png", "When": {"Sand": "true" },},{ "Action": "EditImage","PatchMode": "Overlay","Target": "Buildings/Mailbox","FromFile": "assets/message.png", "When": {"Message": "true" },}, I'm new to modding and this has fixed it so far but I don't know if it's the cleanest way. Hope this helps someone!
Hello! Thank you for the mod. However, I have AisyNiko's Earthy Recolour configured in the Generic Mod Config, but the mailbox doesn't appear, and I also have the Sea Shipping Bin, but it doesn't show up either. Why is this happening? Please, thank you.
3 comments
I realised that the file the reskins are targeting is not being used for the farm mailbox. I"m not sure if this has always been the case or if this was changed some time ago.
To make the mod start working again, all Targets have to be set to "Buildings/Mailbox," and all FromArea have to be deleted.
Example:
{
"Action": "EditImage",
"Target": "Buildings/Mailbox",
"FromFile": "assets/{{recolor}}_{{season}}.png",
},
{
"Action": "EditImage",
"PatchMode": "Overlay",
"Target": "Buildings/Mailbox",
"FromFile": "assets/{{recolor}}_{{season}}_sand.png",
"When": {
"Sand": "true" },
},
{
"Action": "EditImage",
"PatchMode": "Overlay",
"Target": "Buildings/Mailbox",
"FromFile": "assets/message.png",
"When": {
"Message": "true" },
},
I'm new to modding and this has fixed it so far but I don't know if it's the cleanest way. Hope this helps someone!