JSON validator
Validation
Oops, found some issues with your JSON. See format documentation for more info.
| Line | Field | Error |
|---|---|---|
| 3 | Format | Incorrect value '2.8.0'. You should always use the latest format version (currently 2.9.0) to enable the latest features, avoid obsolete behavior, and reduce load times. |
Content
You can change JSON format () or edit this file.
{
"$schema": "https://smapi.io/schemas/content-patcher.json",
"Format": "2.8.0",
"Changes": [
{
"Action": "Load",
"Target": "{{ModId}}/parsnip",
"FromFile": "parsnip.png"
},
{
"Action": "EditData",
"Target": "spacechase0.SpaceCore/TextureOverrides",
"Entries": {
"parsnip": {
"TargetTexture": "Maps/springobjects",
"SourceTexture": "{{ModId}}/parsnip",
"TargetRect": {
"X": 0,
"Y": 16,
"Width": 16,
"Height": 16
},
"SourceSizeOverride": "980,980"
}
}
}
]
}