Coding Help Can't Get New Farm Map to Load

harpiediva

Greenhorn
Hello! I'm trying to create a new farm amp to play on. I have the map finished for the most part in Tiled, but when I try to implement it in the actual game using SMAPI it loads to the base game map instead.

For example, I have the following code in content.json to replace the Hilltop farm with my map:
{
"Format": "1.13.0",
"Changes": [
{
"Action": "Load",
"Target": "Maps/Farm_Mining",
"FromFile": "assets/FreefallFarm.tmx"
}
]
}


But when I create a new save, it's the original mining map that I load into. Any idea why this is happening or how I can fix it? File has been added in case you need to look at the whole thing.

Thank you in advance!
 

Attachments

Top