JSON validator

Validation

Oops, found some issues with your JSON. See format documentation for more info.

Line Field Error
2 Format Incorrect value '2.9'. You should always use the latest format version (currently 2.9.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.9",
  "ConfigSchema": {
    "EnableMod": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable or disable the entire mod."
    },
    "CowMilk": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja (Cow) Milk.",
      "Section": "Animal Produce"
    },
    "GoatMilk": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Goat Milk.",
      "Section": "Animal Produce"
    },
    "ChickenEggs": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja (Chicken) Eggs.",
      "Section": "Animal Produce"
    },
    "DuckEggs": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Duck Eggs.",
      "Section": "Animal Produce"
    },
    "DuckFeather": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Duck Feather.",
      "Section": "Animal Produce"
    },
    "DinosaurEggs": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Dinosaur Eggs.",
      "Section": "Animal Produce"
    },
    "OstrichEggs": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Ostrich Eggs.",
      "Section": "Animal Produce"
    },
    "JojaWool": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Wool. Replaces wool for both Sheep and Rabbits.",
      "Section": "Animal Produce"
    },
    "RabbitFoot": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Rabbit's Foot.",
      "Section": "Animal Produce"
    },
    "JojaCheese": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja (Cow Milk) Cheese.",
      "Section": "Artisan Goods"
    },
    "GoatCheese": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Goat Cheese.",
      "Section": "Artisan Goods"
    },
    "Mayonnaise": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Mayonnaise. Replaces mayo from both Chicken and Ostrich eggs.",
      "Section": "Artisan Goods"
    },
    "DuckMayo": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Duck Mayo.",
      "Section": "Artisan Goods"
    },
    "DinosaurMayo": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Dinosaur Mayo.",
      "Section": "Artisan Goods"
    },
    "JojaCloth": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Enable Joja Cloth.",
      "Section": "Artisan Goods"
    },
    "RenameJojaItems": {
      "AllowValues": "true, false",
      "Default": false,
      "Description": "Change display name and description for enabled Joja animal products and artisan goods.",
      "Section": "Other Changes"
    },
    "JojaItemColourTags": {
      "AllowValues": "true, false",
      "Default": true,
      "Description": "Change color tags for enabled Joja animal products and artisan goods, where appropriate. This affects dyeing results and Mr. Qi's Prismatic Grange quest.",
      "Section": "Other Changes"
    }
  },
  "Changes": [
    /* load Joja textures tilesheet*/
    {
      "Action": "Load",
      "Target": "Mods/{{ModID}}/JojaAnimalProducts",
      "FromFile": "assets/{{TargetWithoutPath}}.png"
    }
    /* if the mod is enabled, include the list of includes!*/,
    {
      "Action": "Include",
      "FromFile": "assets/includes.json",
      "When": {
        "EnableMod": true
      }
    }
  ]
}