Skip to content

Instantly share code, notes, and snippets.

@agrif
Created December 31, 2011 01:14
Show Gist options
  • Save agrif/1542344 to your computer and use it in GitHub Desktop.
Save agrif/1542344 to your computer and use it in GitHub Desktop.
# global settings go here
# do we even still have global settings?
bg-color: "#000000"
# render defs
renders:
world1: &world1
path: /path/to/world
rendermode: smooth-lighting
north-direction: lower-left
world1night:
<<: *world1
rendermode: night
anotherworldbase: &anotherworldbase
path: /path/to/another/world
north-direction: lower-left
anothernight:
<<: *anotherworldbase
rendermode: smooth-lighting
anotherday:
<<: *anotherworldbase
rendermode: normal
anothercave:
<<: *anotherworldbase
rendermode: cave
render-range: [-100, 100, -100, 100]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment