Advertisement
Pyromancer3D

ProjectRed.xml

Jan 13th, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 23.66 KB | None | 0 0
  1. <!--************************  CustomOreGen Project Red Ores Module **********************************
  2. *
  3. *   This file contains Presets, Options, and Distributions for the 8 Project Red 2 ores: Ruby, Sapphire,
  4. *   and Peridot.
  5. *
  6. ***********************************************************************************************-->
  7. <IfModInstalled name="ProjRed|Exploration">
  8.  
  9.     <!--***************************   Options + Symbols   ***********************************
  10.    *
  11.    *   Below are options and symbols for each ore, similar to those for the standard ores.
  12.    *
  13.    *************************************************************************************-->
  14.     <ConfigSection>            
  15.    
  16.         <OptionDisplayGroup name='groupProjectRed' displayName='Project Red' displayState='shown'>
  17.             <Description>
  18.                 Distribution options for the Project Red 2 ores.
  19.             </Description>
  20.         </OptionDisplayGroup>  
  21.        
  22.         <!--********************   Ruby   **********************-->
  23.         <ConfigSection>
  24.            
  25.             <OptionChoice name='PRRubyDist' displayState='shown' displayGroup='groupProjectRed'>
  26.                 <Description> Controls how Project Red 2 Rubies are generated </Description>
  27.                 <DisplayName>PR Ruby Type</DisplayName>
  28.                 <Default>:= if(blockExists("ProjRed|Exploration:projectred.exploration.ore"),"strategicClouds","disabled")</Default>
  29.                 <Choice value='layeredVeins' displayValue='Veins'>
  30.                     <Description>
  31.                         Short lava-filled tubes extending upward from bedrock with ore around the edges.  More common under open grassy hills.
  32.                     </Description>
  33.                 </Choice>
  34.                 <Choice value='strategicClouds' displayValue='Clouds'>
  35.                     <Description>  
  36.                         Uncommon, sparsely populated clouds of ore covering roughly one chunk.  Found only under open grassy hills.
  37.                     </Description>
  38.                 </Choice>
  39.                 <Choice value='vanillaStdGen' displayValue='Clusters'>
  40.                     <Description>
  41.                         Small clusters of ore scattered evenly from bedrock about three quarters of the way to the surface.  This is the default Project Red ruby generation.
  42.                     </Description>
  43.                 </Choice>
  44.                 <Choice value='none' displayValue='None' description='No rubies are generated at all.'/>
  45.                 <Choice value='disabled' displayValue='Disabled' description='No rubies are generated, and no ruby symbols are available in Mystcraft ages.'/>
  46.             </OptionChoice>
  47.            
  48.             <OptionNumeric name='PRRubyFreq' default='0.7'  min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupProjectRed'>
  49.                 <Description> Frequency multiplier for Project Red 2 Ruby distributions </Description>
  50.                 <DisplayName>PR Ruby Freq.</DisplayName>
  51.             </OptionNumeric>
  52.            
  53.             <OptionNumeric name='PRRubySize' default='1'  min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupProjectRed'>
  54.                 <Description> Size multiplier for Project Red 2 Ruby distributions </Description>
  55.                 <DisplayName>PR Ruby Size</DisplayName>
  56.             </OptionNumeric>
  57.            
  58.             <IfCondition condition=':= PRRubyDist != "disabled"'>
  59.                 <MystcraftSymbol name='PRRubyClusters' displayName='Ruby Clusters'/>
  60.                 <MystcraftSymbol name='PRRubyVeins' displayName='Ruby Veins'/>
  61.                 <MystcraftSymbol name='PRRubyClouds' displayName='Ruby Clouds'>
  62.                     <Instability>:= 50 * (age.PRRubyClusters + age.PRRubyVeins + age.PRRubyClouds - 1)^3</Instability>
  63.                 </MystcraftSymbol>
  64.             </IfCondition>
  65.        
  66.         </ConfigSection>
  67.        
  68.         <!--******************   Sapphire   ********************-->
  69.         <ConfigSection>
  70.            
  71.             <OptionChoice name='PRSapphireDist' displayState='shown' displayGroup='groupProjectRed'>
  72.                 <Description> Controls how Project Red 2 Sapphires are generated </Description>
  73.                 <DisplayName>PR Sapphire Type</DisplayName>
  74.                 <Default>:= if(blockExists("ProjRed|Exploration:projectred.exploration.ore"),"strategicClouds","disabled")</Default>
  75.                 <Choice value='layeredVeins' displayValue='Veins'>
  76.                     <Description>
  77.                         Short lava-filled tubes extending upward from bedrock with ore around the edges.  More common under open grassy hills.
  78.                     </Description>
  79.                 </Choice>
  80.                 <Choice value='strategicClouds' displayValue='Clouds'>
  81.                     <Description>
  82.                         Uncommon, sparsely populated clouds of ore covering roughly one chunk.  Found only under open grassy hills.
  83.                     </Description>
  84.                 </Choice>
  85.                 <Choice value='vanillaStdGen' displayValue='Clusters'>
  86.                     <Description>
  87.                         Small clusters of ore scattered evenly from bedrock about three quarters of the way to the surface.  This is the default Project Red sapphire generation.
  88.                     </Description>
  89.                 </Choice>
  90.                 <Choice value='none' displayValue='None' description='No sapphires are generated at all.'/>
  91.                 <Choice value='disabled' displayValue='Disabled' description='No sapphires are generated, and no sapphire symbols are available in Mystcraft ages.'/>
  92.             </OptionChoice>
  93.            
  94.             <OptionNumeric name='PRSapphireFreq' default='0.7'  min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupProjectRed'>
  95.                 <Description> Frequency multiplier for Project Red 2 Sapphire distributions </Description>
  96.                 <DisplayName>PR Sapphire Freq.</DisplayName>
  97.             </OptionNumeric>
  98.            
  99.             <OptionNumeric name='PRSapphireSize' default='1'  min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupProjectRed'>
  100.                 <Description> Size multiplier for Project Red 2 Sapphire distributions </Description>
  101.                 <DisplayName>PR Sapphire Size</DisplayName>
  102.             </OptionNumeric>
  103.            
  104.             <IfCondition condition=':= PRSapphireDist != "disabled"'>
  105.                 <MystcraftSymbol name='PRSapphireClusters' displayName='Sapphire Clusters'/>
  106.                 <MystcraftSymbol name='PRSapphireVeins' displayName='Sapphire Veins'/>
  107.                 <MystcraftSymbol name='PRSapphireClouds' displayName='Sapphire Clouds'>
  108.                     <Instability>:= 50 * (age.PRSapphireClusters + age.PRSapphireVeins + age.PRSapphireClouds - 1)^3</Instability>
  109.                 </MystcraftSymbol>
  110.             </IfCondition>
  111.        
  112.         </ConfigSection>
  113.        
  114.         <!--***************   Peridot   *****************-->
  115.         <ConfigSection>
  116.            
  117.             <OptionChoice name='PRPeridotDist' displayState='shown' displayGroup='groupProjectRed'>
  118.                 <Description> Controls how Project Red 2 Peridots are generated </Description>
  119.                 <DisplayName>PR Peridot Type</DisplayName>
  120.                 <Default>:= if(blockExists("ProjRed|Exploration:projectred.exploration.ore"),"strategicClouds","disabled")</Default>
  121.                 <Choice value='layeredVeins' displayValue='Veins'>
  122.                     <Description>
  123.                         Short lava-filled tubes extending upward from bedrock with ore around the edges.  More common under open grassy hills.
  124.                     </Description>
  125.                 </Choice>
  126.                 <Choice value='strategicClouds' displayValue='Clouds'>
  127.                     <Description>
  128.                         Uncommon, sparsely populated clouds of ore covering roughly one chunk.  Found only under open grassy hills.
  129.                     </Description>
  130.                 </Choice>
  131.                 <Choice value='vanillaStdGen' displayValue='Clusters'>
  132.                     <Description>
  133.                         Small clusters of ore scattered evenly from bedrock about three quarters of the way to the surface.  This is the default Project Red peridot generation.
  134.                     </Description>
  135.                 </Choice>
  136.                 <Choice value='none' displayValue='None' description='No peridots are generated at all.'/>
  137.                 <Choice value='disabled' displayValue='Disabled' description='No peridots are generated, and no peridots symbols are available in Mystcraft ages.'/>
  138.             </OptionChoice>
  139.            
  140.             <OptionNumeric name='PRPeridotFreq' default='0.7'  min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupProjectRed'>
  141.                 <Description> Frequency multiplier for Project Red 2 Peridot distributions </Description>
  142.                 <DisplayName>PR Peridot Freq.</DisplayName>
  143.             </OptionNumeric>
  144.            
  145.             <OptionNumeric name='PRPeridotSize' default='1'  min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupProjectRed'>
  146.                 <Description> Size multiplier for Project Red 2 Peridot distributions </Description>
  147.                 <DisplayName>PR Peridot Size</DisplayName>
  148.             </OptionNumeric>
  149.            
  150.             <IfCondition condition=':= PRPeridotDist != "disabled"'>
  151.                 <MystcraftSymbol name='PRPeridotClusters' displayName='Peridot Clusters'/>
  152.                 <MystcraftSymbol name='PRPeridotVeins' displayName='Peridot Veins'/>
  153.                 <MystcraftSymbol name='PRPeridotClouds' displayName='Peridot Clouds'>
  154.                     <Instability>:= 50 * (age.PRPeridotClusters + age.PRPeridotVeins + age.PRPeridotClouds - 1)^3</Instability>
  155.                 </MystcraftSymbol>
  156.             </IfCondition>
  157.        
  158.         </ConfigSection>
  159.        
  160.      </ConfigSection>    
  161.    
  162.     <!--*****************************   Distributions   *************************************
  163.    *  
  164.    *   Below are the actual distributions for the overworld and mystcraft ages.
  165.    *
  166.    *************************************************************************************-->
  167.     <IfCondition condition=':= ?COGActive'>
  168.        
  169.         <Substitute name='PRSubstitute' block='minecraft:stone'>
  170.             <Description>
  171.                 Replace Project Red-generated ore clusters with stone.  
  172.             </Description>
  173.             <Comment>  
  174.                 The global option deferredPopulationRange must be large enough to catch all ore clusters (>= 32).
  175.             </Comment>
  176.             <Replaces block='ProjRed|Exploration:projectred.exploration.ore'/>
  177.         </Substitute>
  178.        
  179.         <!--********************   Ruby   **********************-->          
  180.         <ConfigSection>
  181.        
  182.             <IfCondition condition=':= if(age, age.PRRubyClusters > 0, PRRubyDist = "vanillaStdGen")'>
  183.                 <StandardGen name='PRRubyStandard' block='ProjRed|Exploration:projectred.exploration.ore:0' inherits='PresetStandardGen'>
  184.                     <Description> Equivalent to regular PR ruby distribution </Description>
  185.                     <DrawWireframe>:=drawWireframes</DrawWireframe>
  186.                     <WireframeColor>0x40770000</WireframeColor>
  187.                     <Setting name='Size' avg=':= 7/8 * PRRubySize * _default_'/>
  188.                     <Setting name='Frequency' avg=':= 0.1 * PRRubyFreq * if(age,age.PRRubyClusters,1) * _default_'/>
  189.                     <Setting name='Height' avg=':= 24/64 * dimension.groundLevel' range=':= 24/64 * dimension.groundLevel'/>
  190.                 </StandardGen>
  191.             </IfCondition>  
  192.            
  193.             <IfCondition condition=':= if(age, age.PRRubyVeins > 0, PRRubyDist = "layeredVeins")'>  
  194.                 <Veins name='PRRubyVeins' block='ProjRed|Exploration:projectred.exploration.ore:0' inherits='PresetPipeVeins' seed='0xFF0300'>
  195.                     <Description> Short sparsely filled tubes starting at bedrock.  3x more common in Extreme Hills. </Description>
  196.                     <DrawWireframe>:=drawWireframes</DrawWireframe>
  197.                     <WireframeColor>0x40770000</WireframeColor>
  198.                     <Setting name='MotherlodeFrequency' avg=':= 1.5 * PRRubyFreq * if(age,age.PRRubyVeins,1) * _default_'/>
  199.                     <Setting name='MotherlodeHeight' avg=':= 3/64 * dimension.groundLevel' range='0'/>
  200.                     <Setting name='MotherlodeSize' avg=':= PRRubySize * _default_' range=':= PRRubySize * _default_'/>
  201.                     <Setting name='SegmentRadius' avg=':= PRRubySize * _default_' range=':= PRRubySize * _default_'/>
  202.                     <Setting name='OreDensity' avg=':= 1.5 * _default_'/>
  203.                     <Biome name='.*' weight='0.35'/>
  204.                     <BiomeType name='Mountain'/>
  205.                     <Biome name='Green\s*Hills'/> <Comment> ExtraBiomesXL </Comment>
  206.                 </Veins>
  207.                 <Veins name='PRRubyVeinsLava' block='minecraft:lava' inherits='PRRubyVeins' seed='0xFF0300'>
  208.                     <Description> Fills center of each tube with lava </Description>
  209.                     <Setting name='MotherlodeSize' avg=':= 0.4 * _default_'/>
  210.                     <Setting name='SegmentRadius' avg=':= 0.4 * _default_'/>
  211.                     <Setting name='OreDensity' avg='0.5' range='0'/>
  212.                     <ReplacesOre block='stone'/>
  213.                     <Replaces block='ProjRed|Exploration:projectred.exploration.ore:0'/>
  214.                 </Veins>
  215.             </IfCondition>    
  216.            
  217.             <IfCondition condition=':= if(age, age.PRRubyClouds > 0, PRRubyDist = "strategicClouds")'>
  218.                 <Cloud name='PRRubyCloud' block='ProjRed|Exploration:projectred.exploration.ore:0' inherits='PresetStrategicCloud'>
  219.                     <Description>  
  220.                         Diffuse cloud with no internal density noise, found in extreme hills.
  221.                     </Description>
  222.                     <DrawWireframe>:=false</DrawWireframe>
  223.                     <WireframeColor>0x40770000</WireframeColor>                
  224.                     <Setting name='DistributionFrequency' avg=':= 35 * PRRubyFreq * if(age,age.PRRubyClouds,1) * _default_'/>
  225.                     <Setting name='CloudRadius' avg=':= 0.55 * PRRubySize * _default_' range=':= 0.4 * PRRubySize * _default_'/>
  226.                     <Setting name='CloudThickness' avg=':= 0.2 * PRRubySize * _default_' range=':= 0.17 * PRRubySize * _default_'/>
  227.                     <Setting name='CloudHeight' avg=':= 15/64 * dimension.groundLevel' range=':= 5/64 * dimension.groundLevel'/>
  228.                     <Setting name='OreRadiusMult' avg='1' range='0.2'/>
  229.                     <Setting name='OreDensity' avg=':= 0.35 * _default_'/>
  230.                     <Setting name='OreVolumeNoiseCutoff' avg='0'/>  
  231.                     <BiomeType name='Mountain'/>
  232.                     <Biome name='Green\s*Hills'/> <Comment> ExtraBiomesXL </Comment>
  233.                 </Cloud>
  234.             </IfCondition>  
  235.            
  236.         </ConfigSection>
  237.        
  238.         <!--******************   Sapphire   ********************-->          
  239.         <ConfigSection>
  240.        
  241.             <IfCondition condition=':= if(age, age.PRSapphireClusters > 0, PRSapphireDist = "vanillaStdGen")'>
  242.                 <StandardGen name='PRSapphireStandard' block='ProjRed|Exploration:projectred.exploration.ore:1' inherits='PresetStandardGen'>
  243.                     <Description> Equivalent to regular PR sapphire distribution </Description>
  244.                     <DrawWireframe>:=drawWireframes</DrawWireframe>
  245.                     <WireframeColor>0x40000077</WireframeColor>
  246.                     <Setting name='Size' avg=':= 7/8 * PRSapphireSize * _default_'/>
  247.                     <Setting name='Frequency' avg=':= 0.1 * PRSapphireFreq * if(age,age.PRSapphireClusters,1) * _default_'/>
  248.                     <Setting name='Height' avg=':= 24/64 * dimension.groundLevel' range=':= 24/64 * dimension.groundLevel'/>
  249.                 </StandardGen>
  250.             </IfCondition>  
  251.            
  252.             <IfCondition condition=':= if(age, age.PRSapphireVeins > 0, PRSapphireDist = "layeredVeins")'>  
  253.                 <Veins name='PRSapphireVeins' block='ProjRed|Exploration:projectred.exploration.ore:1' inherits='PresetPipeVeins' seed='0xFF0302'>
  254.                     <Description> Short sparsely filled tubes starting at bedrock.  3x more common in Extreme Hills. </Description>
  255.                     <DrawWireframe>:=drawWireframes</DrawWireframe>
  256.                     <WireframeColor>0x40000077</WireframeColor>
  257.                     <Setting name='MotherlodeFrequency' avg=':= 1.5 * PRSapphireFreq * if(age,age.PRSapphireVeins,1) * _default_'/>
  258.                     <Setting name='MotherlodeHeight' avg=':= 3/64 * dimension.groundLevel' range='0'/>
  259.                     <Setting name='MotherlodeSize' avg=':= PRSapphireSize * _default_' range=':= PRSapphireSize * _default_'/>
  260.                     <Setting name='SegmentRadius' avg=':= PRSapphireSize * _default_' range=':= PRSapphireSize * _default_'/>
  261.                     <Setting name='OreDensity' avg=':= 1.5 * _default_'/>
  262.                     <Biome name='.*' weight='0.35'/>
  263.                     <BiomeType name='Mountain'/>
  264.                     <Biome name='Green\s*Hills'/> <Comment> ExtraBiomesXL </Comment>
  265.                 </Veins>
  266.                 <Veins name='PRSapphireVeinsLava' block='minecraft:lava' inherits='PRSapphireVeins' seed='0xFF0302'>
  267.                     <Description> Fills center of each tube with lava </Description>
  268.                     <Setting name='MotherlodeSize' avg=':= 0.4 * _default_'/>
  269.                     <Setting name='SegmentRadius' avg=':= 0.4 * _default_'/>
  270.                     <Setting name='OreDensity' avg='0.35' range='0'/>
  271.                     <ReplacesOre block='stone'/>
  272.                     <Replaces block='ProjRed|Exploration:projectred.exploration.ore:1'/>
  273.                 </Veins>
  274.             </IfCondition>    
  275.            
  276.             <IfCondition condition=':= if(age, age.PRSapphireClouds > 0, PRSapphireDist = "strategicClouds")'>
  277.                 <Cloud name='PRSapphireCloud' block='ProjRed|Exploration:projectred.exploration.ore:1' inherits='PresetStrategicCloud'>
  278.                     <Description>  
  279.                         Diffuse cloud with no internal density noise, found in extreme hills.
  280.                     </Description>
  281.                     <DrawWireframe>:=false</DrawWireframe>
  282.                     <WireframeColor>0x40000077</WireframeColor>                
  283.                     <Setting name='DistributionFrequency' avg=':= 35 * PRSapphireFreq * if(age,age.PRSapphireClouds,1) * _default_'/>
  284.                     <Setting name='CloudRadius' avg=':= 0.5 * PRSapphireSize * _default_' range=':= 0.4 * PRSapphireSize * _default_'/>
  285.                     <Setting name='CloudThickness' avg=':= 0.2 * PRSapphireSize * _default_' range=':= 0.17 * PRSapphireSize * _default_'/>
  286.                     <Setting name='CloudHeight' avg=':= 15/64 * dimension.groundLevel' range=':= 5/64 * dimension.groundLevel'/>
  287.                     <Setting name='OreRadiusMult' avg='1' range='0.2'/>
  288.                     <Setting name='OreDensity' avg=':= 0.35 * _default_'/>
  289.                     <Setting name='OreVolumeNoiseCutoff' avg='0'/>  
  290.                     <BiomeType name='Mountain'/>
  291.                     <Biome name='Green\s*Hills'/> <Comment> ExtraBiomesXL </Comment>
  292.                 </Cloud>
  293.             </IfCondition>  
  294.            
  295.         </ConfigSection>
  296.        
  297.         <!--***************   Peridot   *****************-->        
  298.         <ConfigSection>
  299.        
  300.             <IfCondition condition=':= if(age, age.PRPeridotClusters > 0, PRPeridotDist = "vanillaStdGen")'>
  301.                 <StandardGen name='PRPeridotStandard' block='ProjRed|Exploration:projectred.exploration.ore:2' inherits='PresetStandardGen'>
  302.                     <Description> Equivalent to regular PR peridot distribution </Description>
  303.                     <DrawWireframe>:=drawWireframes</DrawWireframe>
  304.                     <WireframeColor>0x4077AA00</WireframeColor>
  305.                     <Setting name='Size' avg=':= 7/8 * PRPeridotSize * _default_'/>
  306.                     <Setting name='Frequency' avg=':= 0.1 * PRPeridotFreq * if(age,age.PRPeridotClusters,1) * _default_'/>
  307.                     <Setting name='Height' avg=':= 24/64 * dimension.groundLevel' range=':= 24/64 * dimension.groundLevel'/>
  308.                 </StandardGen>
  309.             </IfCondition>  
  310.            
  311.             <IfCondition condition=':= if(age, age.PRPeridotVeins > 0, PRPeridotDist = "layeredVeins")'>  
  312.                 <Veins name='PRPeridotVeins' block='ProjRed|Exploration:projectred.exploration.ore:2' inherits='PresetPipeVeins' seed='0xFF0301'>
  313.                     <Description> Short sparsely filled tubes starting at bedrock.  3x more common in Extreme Hills. </Description>
  314.                     <DrawWireframe>:=drawWireframes</DrawWireframe>
  315.                     <WireframeColor>0x4077AA00</WireframeColor>
  316.                     <Setting name='MotherlodeFrequency' avg=':= 1.5 * PRPeridotFreq * if(age,age.PRPeridotVeins,1) * _default_'/>
  317.                     <Setting name='MotherlodeHeight' avg=':= 3/64 * dimension.groundLevel' range='0'/>
  318.                     <Setting name='MotherlodeSize' avg=':= PRPeridotSize * _default_' range=':= PRPeridotSize * _default_'/>
  319.                     <Setting name='SegmentRadius' avg=':= PRPeridotSize * _default_' range=':= PRPeridotSize * _default_'/>
  320.                     <Setting name='OreDensity' avg=':= 1.5 * _default_'/>
  321.                     <Biome name='.*' weight='0.35'/>
  322.                     <BiomeType name='Mountain'/>
  323.                     <Biome name='Green\s*Hills'/> <Comment> ExtraBiomesXL </Comment>
  324.                 </Veins>
  325.                 <Veins name='PRPeridotVeinsLava' block='minecraft:lava' inherits='PRPeridotVeins' seed='0xFF0301'>
  326.                     <Description> Fills center of each tube with lava </Description>
  327.                     <Setting name='MotherlodeSize' avg=':= 0.4 * _default_'/>
  328.                     <Setting name='SegmentRadius' avg=':= 0.4 * _default_'/>
  329.                     <Setting name='OreDensity' avg='0.5' range='0'/>
  330.                     <ReplacesOre block='stone'/>
  331.                     <Replaces block='ProjRed|Exploration:projectred.exploration.ore:2'/>
  332.                 </Veins>
  333.             </IfCondition>    
  334.            
  335.             <IfCondition condition=':= if(age, age.PRPeridotClouds > 0, PRPeridotDist = "strategicClouds")'>
  336.                 <Cloud name='PRPeridotCloud' block='ProjRed|Exploration:projectred.exploration.ore:2' inherits='PresetStrategicCloud'>
  337.                     <Description>  
  338.                         Diffuse cloud with no internal density noise, found in extreme hills.
  339.                     </Description>
  340.                     <DrawWireframe>:=false</DrawWireframe>
  341.                     <WireframeColor>0x4077AA00</WireframeColor>                
  342.                     <Setting name='DistributionFrequency' avg=':= 35 * PRPeridotFreq * if(age,age.PRPeridotClouds,1) * _default_'/>
  343.                     <Setting name='CloudRadius' avg=':= 0.5 * PRPeridotSize * _default_' range=':= 0.4 * PRPeridotSize * _default_'/>
  344.                     <Setting name='CloudThickness' avg=':= 0.2 * PRPeridotSize * _default_' range=':= 0.17 * PRPeridotSize * _default_'/>
  345.                     <Setting name='CloudHeight' avg=':= 15/64 * dimension.groundLevel' range=':= 5/64 * dimension.groundLevel'/>
  346.                     <Setting name='OreRadiusMult' avg='1' range='0.2'/>
  347.                     <Setting name='OreDensity' avg=':= 0.35 * _default_'/>
  348.                     <Setting name='OreVolumeNoiseCutoff' avg='0'/>  
  349.                     <BiomeType name='Mountain'/>
  350.                     <Biome name='Green\s*Hills'/> <Comment> ExtraBiomesXL </Comment>
  351.                 </Cloud>
  352.             </IfCondition>  
  353.            
  354.         </ConfigSection>
  355.        
  356.     </IfCondition>
  357.    
  358. </IfModInstalled>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement