This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Content Patcher

9 bytes added, 14:13, 10 February 2020
m
Get started: Fix current format version
<source lang="javascript">
{
"Format": "1.911.0",
"Changes": [
]
The <tt>content.json</tt> file you created above is what tells Content Patcher what to change. This has two main fields:
* <tt>Format</tt>: the format version. You should always use the latest version (currently 1.911.0) to enable the latest features and avoid obsolete behavior.
* <tt>Changes</tt>: the changes you want to make. Each entry is called a ''patch'', and describes a specific action to perform: replace this file, copy this image into the file, etc. You can list any number of patches.
<source lang="javascript">
{
"Format": "1.911.0",
"Changes": [
{
1
edit

Navigation menu