Skip to content

Instantly share code, notes, and snippets.

@agrif
Created December 4, 2011 15:23
Show Gist options
  • Save agrif/1430443 to your computer and use it in GitHub Desktop.
Save agrif/1430443 to your computer and use it in GitHub Desktop.
custom_rendermodes = {
'nether' : {
'parent' : 'smooth-lighting',
'label' : 'Nether',
'description' : 'Nether Mode',
'options' : {
'nether' : True,
'shade_strength' : 0.5,
},
},
}
rendermode = ['nether']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment