21 lines
477 B
Plaintext
21 lines
477 B
Plaintext
worlds["agp8x's test welt"] = "/world/"
|
|
|
|
renders["normalrender"] = {
|
|
"world": "agp8x's test welt",
|
|
"title": "Normal Render of My World",
|
|
}
|
|
renders["smoothrender"] = {
|
|
"world": "agp8x's test welt",
|
|
"title": "smooth Render of My World",
|
|
"rendermode": "smooth_lighting"
|
|
}
|
|
renders["night"] = {
|
|
"world": "agp8x's test welt",
|
|
"title": "night Render of My World",
|
|
"rendermode": "night"
|
|
}
|
|
|
|
outputdir = "/overview/"
|
|
|
|
texturepath = "/textures/1.15.2.jar"
|