Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # crafting
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Crafting Settings
  7. ##########################################################################################################
  8.  
  9. crafting {
  10. # Turns on and off duplication of wooden patterns, for example a wooden pattern and a wooden pattern wall crafts 2 wooden pattern walls [default: true]
  11. B:duplicatePatterns=false
  12. }
  13.  
  14.  
  15. ##########################################################################################################
  16. # world generaration
  17. #--------------------------------------------------------------------------------------------------------#
  18. # World Generaration Settings
  19. ##########################################################################################################
  20.  
  21. "world generaration" {
  22. # Turns on and off amethyst world generation [default: true]
  23. B:spawnAmethyst=true
  24.  
  25. # Turns on and off basalt world generation [default: true]
  26. B:spawnBasalt=true
  27.  
  28. # Turns on and off copper world generation [default: true]
  29. B:spawnCopper=true
  30.  
  31. # Turns on and off flower world generation [default: true]
  32. B:spawnFlowers=true
  33.  
  34. # Turns on and off jade world generation [default: true]
  35. B:spawnJade=true
  36.  
  37. # Turns on and off tin world generation [default: true]
  38. B:spawnTin=true
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement