Skip to content

Instantly share code, notes, and snippets.

@ColeMundus
Created May 17, 2020 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ColeMundus/dfa6953d3b618fc57b691b53df8000b2 to your computer and use it in GitHub Desktop.
Save ColeMundus/dfa6953d3b618fc57b691b53df8000b2 to your computer and use it in GitHub Desktop.
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