Advertisement
Guest User

Untitled

a guest
Aug 30th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 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. # minDistance: 100
  11. # minSize: 10
  12. # maxSize: 126
  13. # minShellSize: 3
  14. # maxShellSize: 20
  15. # ----
  16. density: 1000
  17. minDistance: 100
  18. bedrock: false
  19. floorBlock: STATIONARY_WATER
  20. # Alter this value if you want a floor
  21. floorHeight: 0
  22. # Minimum & maximum planet size
  23. minSize: 20
  24. maxSize: 126
  25. # Minimum & maximum shell size
  26. minShellSize: 3
  27. maxShellSize: 20
  28. # All have the option of having a set probability or not
  29. # Data values are optional
  30. # Can be in the following formats:
  31. # - WOOL:12 *FULLY QUALIFIED NAME
  32. # - 43:12 *VANILLA
  33. # - 1654:12 *(NOT A VANILLA ID)
  34. blocks:
  35. # Planet shells & probabilities
  36. shells:
  37. # STONE_BRICKS
  38. - 98-0.5
  39. # END_STONE
  40. - 121-0.1
  41. - NETHER_BRICK-0.2
  42. - WOOD:0-0.1
  43. - WOOD:1-0.1
  44. - WOOD:2-0.1
  45. - WOOD:3-0.1
  46. - STONE-1.0
  47. - DIRT-1.0
  48. - ICE-0.9
  49. - SNOW_BLOCK-0.9
  50. - GLOWSTONE-0.4
  51. - BRICK-0.6
  52. - SANDSTONE-0.8
  53. - OBSIDIAN-0.5
  54. - MOSSY_COBBLESTONE-0.3
  55. - WOOL:0-0.05
  56. - WOOL:1-0.05
  57. - WOOL:2-0.05
  58. - WOOL:3-0.05
  59. - WOOL:4-0.05
  60. - WOOL:5-0.05
  61. - WOOL:6-0.05
  62. - WOOL:7-0.05
  63. - WOOL:8-0.05
  64. - WOOL:9-0.05
  65. - WOOL:10-0.05
  66. - WOOL:11-0.05
  67. - WOOL:12-0.05
  68. - WOOL:13-0.05
  69. - WOOL:14-0.05
  70. - WOOL:15-0.05
  71. - GLASS-0.9
  72. # HUGE_RED_MUSHROOM
  73. - 100-0.1
  74. # HUGE_BROWN_MUSHROOM
  75. - 99-0.1
  76. # Planet cores & probabilities
  77. cores:
  78. - MELON_BLOCK-0.2
  79. - SOUL_SAND-0.2
  80. - NETHERRACK-0.5
  81. - GLOWSTONE-0.3
  82. - GRAVEL-0.7
  83. - PUMPKIN-0.5
  84. - JACK_O_LANTERN-0.5
  85. - STATIONARY_WATER-1.0
  86. - COAL_ORE-0.5
  87. - IRON_ORE-0.4
  88. - DIAMOND_ORE-0.1
  89. - EMERALD_ORE-0.01
  90. - CLAY-0.3
  91. - LAPIS_ORE-0.2
  92. - LOG:0-0.5
  93. - LOG:1-0.5
  94. - LOG:2-0.5
  95. - LOG:3-0.5
  96. - GOLD_ORE-0.4
  97. - REDSTONE_ORE-0.65
  98. - SAND-1.0
  99. - AIR-1.0
  100. - BOOKSHELF-0.4
  101. # HUGE_RED_MUSHROOM
  102. - 100-0.1
  103. # HUGE_BROWN_MUSHROOM
  104. - 99-0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement