Changes

Line 627: Line 627:     
===Data format===
 
===Data format===
The big craftables data in <samp>Data/BigCraftables</samp> consists of a string → model lookup, where...
+
 
 +
This consists of a string → model lookup, where...
 
* The key is the unqualified [[#Custom items|item ID]].
 
* The key is the unqualified [[#Custom items|item ID]].
 
* The value is a model with the fields listed below.
 
* The value is a model with the fields listed below.
  −
<syntaxhighlight lang="json">
  −
  "19": {
  −
    "Name": "Oil Maker",
  −
    "DisplayName": "[LocalizedText Strings\\BigCraftables:OilMaker_Name]",
  −
    "Description": "[LocalizedText Strings\\BigCraftables:OilMaker_Description]",
  −
    "Price": 50,
  −
    "Fragility": 0,
  −
    "CanBePlacedOutdoors": true,
  −
    "CanBePlacedIndoors": true,
  −
    "IsLamp": false,
  −
    "Texture": null,
  −
    "SpriteIndex": 19,
  −
    "ContextTags": null,
  −
    "CustomFields": null
  −
  }
  −
</syntaxhighlight>
  −
  −
Field values are described below (Copied from [[Modding:Migrate to Stardew Valley 1.6]]):
      
====Basic info====
 
====Basic info====
Line 715: Line 697:  
|-
 
|-
 
| <samp>CustomFields</samp>
 
| <samp>CustomFields</samp>
| ''(Optional)'' The [[Modding:Migrate_to_Stardew_Valley_1.6#Custom_data_fields|custom fields]] for this entry.  
+
| ''(Optional)'' The [[#Custom fields|custom fields]] for this entry.  
 
|}
 
|}
  
138

edits