Changes

Jump to navigation Jump to search
No change in size ,  16:26, 2 January 2021
m
→‎Content format: update format
Line 83: Line 83:  
The <tt>content.json</tt> file you created above is what tells Content Patcher what to change. This has two main fields:
 
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.18.0) to enable the latest features and avoid obsolete behavior.
+
* <tt>Format</tt>: the format version. You should always use the latest version (currently 1.19.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.
 
* <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.
   Line 89: Line 89:  
<source lang="javascript">
 
<source lang="javascript">
 
{
 
{
   "Format": "1.18.0",
+
   "Format": "1.19.0",
 
   "Changes": [
 
   "Changes": [
 
       {
 
       {
translators
8,445

edits

Navigation menu