Changes

Jump to navigation Jump to search
m
→‎Get started: Fix current format version
Line 66: Line 66:  
<source lang="javascript">
 
<source lang="javascript">
 
{
 
{
   "Format": "1.9",
+
   "Format": "1.11.0",
 
   "Changes": [
 
   "Changes": [
 
   ]
 
   ]
Line 80: Line 80:  
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.9) to enable the latest features and avoid obsolete behavior.
+
* <tt>Format</tt>: the format version. You should always use the latest version (currently 1.11.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 86: Line 86:  
<source lang="javascript">
 
<source lang="javascript">
 
{
 
{
   "Format": "1.9",
+
   "Format": "1.11.0",
 
   "Changes": [
 
   "Changes": [
 
       {
 
       {
1

edit

Navigation menu