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-02-04 21:23:44 -05:00

18 lines
368 B
Python

world['test'] = "test/data/settings/test_world"
render["myworld"] = {
"title": "myworld title",
"worldname": "test",
"rendermode": normal,
"northdirection": "upper-left",
}
render["otherworld"] = {
"title": "otherworld title",
"worldname": "test",
"rendermode": normal,
"bgcolor": "#ffffff"
}
outputdir = "/tmp/fictional/outputdir"