Advertisement
Guest User

Melonium?

a guest
Sep 18th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #This file allows for the addition of custom generation TEMPLATES to World.cfg.
  2. #Generation parameters are changed inside World.cfg.
  3. #These values are only used as defaults and in the template comments.
  4. #
  5.  
  6. #Format (TAB DELIMITED): GenType Name BlockID BlockMeta ClusterSize NumClusters minY maxY regen
  7.  
  8.  
  9. #GenType is either UNIFORM or NORMAL. If NORMAL, minY is the average height and maxY is the maximum variance.
  10. #
  11. #Creates a template with default values of 4 clusters of 4 ores (1000:0) randomly between y = 32 and y = 64. Retrogen Enabled:
  12. #UNIFORM testUniform 1000 0 4 4 32 64 true
  13. #
  14. #Creates a template with default values of 6 clusters of 16 ores (1000:1) in a 32-height Normal Distribution centered at y = 32. RetroGen Disabled:
  15. #NORMAL testNormal 1000 1 16 6 32 16 false
  16. #
  17.  
  18. UNIFORM melonium 103 0 16 24 5 96 true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement