0
Minecraft-Overviewer/test/data/settings/settings_test_1.py
Andrew Brown aaf8e1d7cb Changed "worldname" to "world" in configfile
Also brought tests up to date. All tests pass now.
2012-02-14 20:39:05 -05:00

18 lines
363 B
Python

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