Guest User

Untitled

a guest
Oct 15th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. <IfCondition condition=':= if(age, age.CertusQuartzVeins > 0, CertusQuartzDist = "layeredVeins")'>
  2. <Veins name='CertusQuartzVeins' block='4061' inherits='PresetLayeredVeins'>
  3. <Description>
  4. CertusQuartz spawns in the height 30-50 range. The veins are average in length and size.
  5. </Description>
  6. <DrawWireframe>:=drawWireframes</DrawWireframe>
  7. <WireframeColor>0x40200000</WireframeColor>
  8. <Setting name='MotherlodeFrequency' avg=':= 0.8 * CertusQuartzFreq * if(age,age.CertusQuartzVeins,1) * _default_'/>
  9. <Setting name='MotherlodeSize' avg=':= CertusQuartzSize * _default_' range=':= CertusQuartzSize * _default_'/>
  10. <Setting name='MotherlodeHeight' avg=':= 43/64 * dimension.groundLevel' range=':= 10.5/64 * dimension.groundLevel' type='normal'/>
  11. <Setting name='BranchHeightLimit' avg='10.5'/>
  12. <Setting name='SegmentRadius' avg=':= CertusQuartzSize * _default_' range=':= CertusQuartzSize * _default_'/>
  13. <BiomeSet name='river'>
  14. <Biome name='.*River'/>
  15. </BiomeSet>
  16.  
  17. <BiomeSet name='ocean'>
  18. <BiomeType name='water'/>
  19. <BiomeSet inherits='river' weight='-1'/>
  20. </BiomeSet>
  21. <BiomeSet name='island'>
  22. <BiomeType name='mushroom'/>
  23. </BiomeSet>
  24.  
  25. <BiomeSet name='oceanic'>
  26. <BiomeSet inherits='ocean'/>
  27. <BiomeSet inherits='island'/>
  28. </BiomeSet>
  29.  
  30. <BiomeSet name='continental'>
  31. <Biome name='.*'/>
  32. <BiomeSet inherits='oceanic' weight='-1'/>
  33. </BiomeSet>
  34. </Veins>
  35. <Veins name='CertusQuartzVeinsCold' inherits='CertusQuartzVeins'>
  36. <Description> This roughly triples the chance of finding CertusQuartz in mountainous biomes. </Description>
  37. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  38. <Setting name='MotherlodeHeight' avg=':=_default_' range=':= 2 * _default_'/>
  39. <Setting name='BranchHeightLimit' avg=':= 2 * _default_'/>
  40. <BiomeType name='Mountain'/>
  41. <Biome name='Green\s*Hills'/> <Comment> ExtraBiomesXL </Comment>
  42. </Veins>
  43. </IfCondition>
Advertisement
Add Comment
Please, Sign In to add comment