Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. procs = 4
  2.  
  3. rendermode = ["day", "night"]
  4.  
  5. imgformat = "png"
  6.  
  7. optimizeimg = 3
  8.  
  9. north_direction = "upper-left"
  10.  
  11. web_assets_path = "/home/zach/.mc_overviewer/Minecraft-Overviewer/web_assets/"
  12.  
  13. rendermode_options = {
  14. 'smooth-lighting' : {'height_fading' : True}
  15. }
  16.  
  17. custom_rendermodes = {
  18. 'day' : {'parent' : 'smooth-lighting',
  19. 'label' : 'Day',
  20. 'description' : 'The same thing as lighting, but renamed to Day.'
  21. },
  22. 'my_night' : {'parent' : 'smooth-night',
  23. 'label' : 'Night',
  24. 'description' : 'The same thing as smooth-night, just labeled as Night.'
  25. }
  26. }
Add Comment
Please, Sign In to add comment