{
  "elements": [
    {
      "image": ["dodik.png", "dodiki.png", "priori.png", "selo.png", "tokmachka.png", "vasili.png"],
      "position": {
        "position_anchor": "TOP_LEFT",
        "position_unit": "PIXELS",
        "x": 0,
        "y": 0,
        "size_unit": "PERCENTAGE",
        "width": 100,
        "height": 100
      }
    },
    {
      "image": "logo.png",
      "position": {
        "position_anchor": "BOTTOM_CENTER",
        "position_unit": "PERCENTAGE",
        "x": 50,
        "y": 60,
        "size_unit": "PERCENTAGE",
        // the loading text should be 25% of the window width
        "width": 25
      }
    }
  ],
  "progress_bar": {
    "bar_count": 3,
    "position": {
      "position_anchor": "TOP_CENTER",
      "position_unit": "PERCENTAGE",
      "x": 50,
      "y": 65
    }
  },
  "performance_bar": true,
  "fox": true,
  "log_messages": true,
  "forge_version": true
  // I dont think it would be nice to remove the mojang logo and change the branding, so I am not allowing it here

  // When specified, the window resolution will be fixed
  // if omited, the window resolution will match the window size in fml.toml
  // also note that this resolution is for the frame buffer, some height of the window is taken by the window header
  // so if you set the height of the monitor, you will get black bars on sides
  // since the frame buffer will be actually higher than the space in the window
  // "resolution_width": 854,
  // "resolution_height": 480
}