Distant Horizons v2.0.0 (and up) shader compatibility information.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "latest-preset": { | |
| "theme": "seti", | |
| "backgroundColor": "#ADB7C1", | |
| "windowTheme": "none", | |
| "windowControls": true, | |
| "fontFamily": "Hack", | |
| "fontSize": "11px", | |
| "lineNumbers": true, | |
| "firstLineNumber": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/env python3 | |
| import argparse | |
| import io | |
| import json | |
| import os | |
| import sys | |
| import urllib.parse | |
| import urllib.request | |
| from typing import Optional, NamedTuple |