SMAPI
About SMAPI
Modding docs
Tools
Mod compatibility
Log parser
JSON validator
JSON validator
Upload a JSON file
Choose the JSON format:
None
SMAPI: manifest
SMAPI: translations (i18n)
Content Patcher
Drag the file onto this textbox
(or
choose a file
)
:
{ "Changes": [ /* This file runs once for every enabled item. The file uses the LocalTokens defined in includes.json. */ // Change the sprite for the given item. { "Action":"EditData", "Target":"Data/Objects", "Fields":{ "{{ItemId}}":{ "Texture":"Mods/{{ModID}}/JojaAnimalProducts", "SpriteIndex":"{{SpriteIndex}}" } } }, /* // Changes the name and description for the given item, if enabled. { "Action":"EditData", "Target":"Data/Objects", "TargetField":"", "Entries":{ }, "When":{ "RenameJojaItems":true } }, */ /* // Change the color context tag for the given item, if enabled and appropriate. { "Action":"EditData", "Target":"Data/Objects", "TargetField":["{{ItemId}}","ContextTags"], "Entries":{ "{{OldColor}}":"{{NewColor}}" }, "When":{ "JojaItemColourTags":true, "ColorChange":true } } */ ] }
Click this button: