Advertisement
Guest User

Untitled

a guest
Aug 20th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. # bSpace v2.3 - Default Planet Generation Configuration File
  2. # -----------------------------------------------------
  3. # This configuration has a pretty
  4. # huge amount of documentation, but
  5. # if you still have questions, please
  6. # ask on BukkitDev! Thanks.
  7. # Remember, these settings affect all space worlds with
  8. # planet generation turned on!
  9.  
  10. # As this goes up, so does the potential number of planets
  11. density: 1000
  12. minDistance: 100
  13. bedrock: false
  14. floorBlock: STATIONARY_WATER
  15. # Alter this value if you want a floor
  16. floorHeight: 0
  17. # Minimum & maximum planet size
  18. minSize: 40
  19. maxSize: 150
  20. # Minimum & maximum shell size
  21. minShellSize: 10
  22. maxShellSize: 20
  23. # All have the option of having a set probability or not
  24. # Data values are optional
  25. # Can be in the following formats:
  26. # - WOOL:12 *FULLY QUALIFIED NAME
  27. # - 43:12 *VANILLA
  28. # - 1654:12 *(NOT A VANILLA ID)
  29. blocks:
  30. # Planet shells & probabilities
  31. shells:
  32. - STONE-1.0
  33. - DIRT-1.0
  34. - LEAVES-0.9
  35. - ICE-0.9
  36. - SNOW_BLOCK-0.9
  37. - GLOWSTONE-0.4
  38. - BRICK-0.6
  39. - SANDSTONE-0.8
  40. - OBSIDIAN-0.5
  41. - MOSSY_COBBLESTONE-0.3
  42. - WOOL-0.4
  43. - GLASS-0.9
  44. # Planet cores & probabilities
  45. cores:
  46. - PUMPKIN-0.8
  47. - STATIONARY_LAVA-0.8
  48. - STATIONARY_WATER-1.0
  49. - COAL_ORE-1.0
  50. - IRON_ORE-0.8
  51. - DIAMOND_ORE-0.4
  52. - CLAY-0.3
  53. - LAPIS_ORE-0.4
  54. - LOG-1.0
  55. - GOLD_ORE-0.6
  56. - REDSTONE_ORE-0.75
  57. - SAND-1.0
  58. - BEDROCK-0.5
  59. - AIR-1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement