Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created March 20, 2012 08:48
Show Gist options
  • Save lolmaus/2132987 to your computer and use it in GitHub Desktop.
Save lolmaus/2132987 to your computer and use it in GitHub Desktop.
worlds["overworld"] = "/home/miner/minecraft/craftbukkit/worldstorage/world"
worlds["nether"] = "/home/miner/minecraft/craftbukkit/worldstorage/world_nether"
worlds["end"] = "/home/miner/minecraft/craftbukkit/worldstorage/world_the_end"
outputdir = "/home/miner/minecraft/overviewer-map"
renders["overworld_smooth"] = {
"world": "overworld",
"title": "Поверхность",
"rendermode": smooth_lighting,
}
# Should add more renders[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment