Advertisement
Guest User

Untitled

a guest
Feb 20th, 2015
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 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 (radius)
  18. minSize: 10
  19. maxSize: 40
  20. # Minimum & maximum shell size (radius)
  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. # 1 is 100%; 0 is 0%
  31. # Planet shells & probabilities
  32. shells:
  33. - STONE-1.0
  34. - DIRT-1.0
  35. - LEAVES-0.9
  36. - ICE-0.9
  37. - SNOW_BLOCK-0.9
  38. - GLOWSTONE-0.4
  39. - BRICK-0.6
  40. - SANDSTONE-0.8
  41. - OBSIDIAN-0.5
  42. - MOSSY_COBBLESTONE-0.3
  43. - WOOL-0.4
  44. - GLASS-0.9
  45. # Planet cores & probabilities
  46. cores:
  47. - PUMPKIN-0.8
  48. - STATIONARY_LAVA-0.8
  49. - STATIONARY_WATER-1.0
  50. - COAL_ORE-1.0
  51. - IRON_ORE-0.8
  52. - DIAMOND_ORE-0.4
  53. - CLAY-0.3
  54. - LAPIS_ORE-0.4
  55. - LOG-1.0
  56. - GOLD_ORE-0.6
  57. - REDSTONE_ORE-0.75
  58. - SAND-1.0
  59. - BEDROCK-0.5
  60. - AIR-1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement