0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/test/data/settings/settings_test_1.py
2012-01-02 00:03:10 -05:00

12 lines
206 B
Python

worldpath="test/data/settings/test_world"
rendermode = "normal"
render["world"] = {
"rendermode": "normal",
"northdirection": ["upper-left"],
}
render["otherworld"] = {
"rendermode": "foo"
}