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
)
:
{ "Format":"2.3.0", "Changes": [ { "Action": "Include", "FromFile": "assets/Data/Barako.json" }, //include machine { "Action": "Include", "FromFile": "assets/Data/Machines/CoffeeMachine.json" }, //load texture / add machine { "Action": "Load", "Target": "{{ModId}}/Craftables", "FromFile": "assets/Items/Machines/CoffeeMachine.png" }, { "Action": "Load", "Target": "{{ModId}}/Objects", "FromFile": "assets/Items/Objects/Barako.png" }, //add machine to big craftables { "Action": "EditData", "Target": "Data/BigCraftables", "Entries": { "{{ModId}}.CoffeeMachine" :{ "Name": "{{ModId}}.CoffeeMachine", "DisplayName": "Coffee Machine", "Description": "test", "Texture": "{{ModId}}/Craftables", "SpriteIndex": 0 } } }, ] }
Click this button: