Changes

No change in size ,  02:25, 5 October 2020
m
Updates the format version to the correct latest version (1.18)
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.17.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.18.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.17.0",
+
   "Format": "1.18.0",
 
   "Changes": [
 
   "Changes": [
 
       {
 
       {