JSON validator
Validation
Oops, found some issues with your JSON. See format documentation for more info.
Line | Field | Error |
---|---|---|
2 | Format | Incorrect value '2.3.0'. You should always use the latest format version (currently 2.6.0) to enable the latest features, avoid obsolete behavior, and reduce load times. |
Content
You can change JSON format () or edit this 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
}
}
}
]
}