Skip to content

Commit a945a94

Browse files
committed
update schema for Content Patcher 2.4.0
1 parent 129c1e6 commit a945a94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* Fixed the wrong game folder path shown if the `Mods` folder path was customized.
5050

5151
* For the JSON validator:
52-
* Updated for Content Patcher 2.1.0 – 2.3.0, and fixed validation for `Priority` fields.
52+
* Updated for Content Patcher 2.1.0 – 2.4.0, and fixed validation for `Priority` fields.
5353
* Fixed incorrect errors shown for..
5454
* some valid `Entries`, `Fields`, `MapProperties`, `MapTiles`, and `When` field values;
5555
* `CustomLocations` entries which use the new [unique string ID](https://stardewvalleywiki.com/Modding:Common_data_field_types#Unique_string_ID) format;

src/SMAPI.Web/wwwroot/schemas/content-patcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"title": "Format version",
1515
"description": "The format version. You should always use the latest version to enable the latest features, avoid obsolete behavior, and reduce load times.",
1616
"type": "string",
17-
"pattern": "^2\\.3\\.[0-9]+$",
17+
"pattern": "^2\\.4\\.[0-9]+$",
1818
"@errorMessages": {
19-
"pattern": "Incorrect value '@value'. You should always use the latest format version (currently 2.3.0) to enable the latest features, avoid obsolete behavior, and reduce load times."
19+
"pattern": "Incorrect value '@value'. You should always use the latest format version (currently 2.4.0) to enable the latest features, avoid obsolete behavior, and reduce load times."
2020
}
2121
},
2222
"ConfigSchema": {

0 commit comments

Comments
 (0)