Upload exported JSON

Drop a file exported by /orestats export - look for oresource-stats-*.json in your server's oresource_exports/ folder.

Data stays in your browser. Nothing is uploaded anywhere.

Or paste JSON directly

Paste the contents of oresource-stats-*.json below, then hit Load.

JSON schema (what the viewer expects)

Example structure
{
  "meta": { "modVersion": "1.0.0", "mcVersion": "1.21.1", "loader": "NeoForge" },
  "dimensions": {
    "overworld": {
      "id": "minecraft:overworld", "label": "Overworld",
      "minY": -64, "maxY": 319,
      "chunksScanned": 1024, "blocksScanned": 16777216,
      "ores": [
        {
          "id": "minecraft:diamond_ore", "label": "diamond", "color": "#4DD0E1",
          "minY": -64, "maxY": 16,
          "counts": [...], "percentages": [...], "normalized": [...],
          "ranges": [{ "minY": -64, "maxY": 16 }],
          "perChunk": 0.42, "totalCount": 520
        }
      ]
    }
  }
}