Skip to content

Instantly share code, notes, and snippets.

@agrif
Created January 16, 2012 05:50
Show Gist options
  • Save agrif/1619261 to your computer and use it in GitHub Desktop.
Save agrif/1619261 to your computer and use it in GitHub Desktop.
world['exmaple'] = "/home/agrif/local/mco-addons/exmaple/region"
#world['pillow'] = "/home/agrif/local/counterpillow/world/region"
worldname = 'exmaple'
optimizeimg = None
bgcolor = "#AAAAAA"
renderchecks = 2
from overviewer_core.rendermodes import *
render["world"] = {
# "rendermode": [Base(), Nether(), EdgeLines()],
"rendermode": [Base(), EdgeLines(), SmoothLighting()],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment