Advertisement
Guest User

Config

a guest
Jul 25th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. worlds["SuperFlat"] = "C:\Users\DDiener\AppData\Roaming\.minecraft\saves\SuperFlat"
  2. worlds["world2s"] = "C:\Users\DDiener\AppData\Roaming\.minecraft\saves\world2s"
  3.  
  4. renders["normalrender"] = {
  5. "world": "SuperFlat",
  6. "title": "Redstone",
  7. "rendermode": smooth_lighting,
  8. }
  9.  
  10. renders["normalrender"] = {
  11. "world": "world2s",
  12. "title": "Survival",
  13. "rendermode": smooth_lighting,
  14. }
  15.  
  16. outputdir = "C:\Users\DDiener\Desktop\Double"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement