Actually, I noticed another problem, a visual one that maybe you could fix. Your building's size is 48x80, but in the base game the Gold Clock is 48x128. The result is that with your mod it appears cut off at the bottom, and the bottom half looks weird. I don't know if you have the right sized images somewhere, and then you could reupload them? Thank you.
Hi~ I think this design is so pretty but unfortunately I can't seem to get it to work? I am getting no errors during startup, but every time I load the game the clock remains the default gold. I do not having conflicting mods that would effect the clock. Please help!
8 comments
after downloading the file, I realized it didn´t work. It turns out there´s an error in the content.json. It says
{
"Format": "1.29.0",
"Changes": [
{
"Action": "Load",
"Target": "Buildings/Gold Clock",
"FromFile": "assets/{{season}}/Gold Clock.png",
}
]
}
but that last comma needs to be removed, so it´s
{
"Format": "1.29.0",
"Changes": [
{
"Action": "Load",
"Target": "Buildings/Gold Clock",
"FromFile": "assets/{{season}}/Gold Clock.png"
}
]
}
I hope this helps. The mod is adorable, by the way.
계절 변화가 없어서 제대로 작동하도록 수정 업로드 했습니다.
나중에 보면 이 파일을 수정해서 여기 업로드 해도 됩니다.
허락 없이 비공식 업로드 해서 죄송합니다.
이쁜 황금 시계 감사합니다.