Created
May 17, 2020 20:31
-
-
Save ColeMundus/dfa6953d3b618fc57b691b53df8000b2 to your computer and use it in GitHub Desktop.
This file contains 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
worlds["Survival"] = "1.15.2/world" | |
#worlds["Creative"] = "1.15.2-Creative/world" | |
renders["Survival - Overworld Day"] = { | |
"world": "Survival", | |
"title": "Survival - Overworld Day", | |
"rendermode": smooth_lighting | |
} | |
renders["Survival - Overwold Rot"] = { | |
"world": "Survival", | |
"title": "Survival - Overworld Day Rot", | |
"rendermode": smooth_lighting, | |
"northdirection": "lower-right" | |
} | |
renders["Survival - End"] = { | |
"world": "Survival", | |
"title": "Survival - End", | |
"dimension": "end", | |
"rendermode": [Base(), EdgeLines(), SmoothLighting(strength=0.25)] | |
} | |
#renders["Creative - Overworld Day"] = { | |
# "world": "Creative", | |
# "title": "Creative - Overworld Day", | |
# "rendermode": smooth_lighting | |
#} | |
outputdir = "html" | |
processes = 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment