Advertisement
Guest User

Custom Ore Gen for FTB

a guest
Feb 13th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.63 KB | None | 0 0
  1. <!--*********************  CustomOreGen IndustrialCraft Ores Module ******************************
  2. *
  3. *   This file contains Presets, Options, and Distributions for the 3 IndustrialCraft^2 ores:
  4. *       Copper, Tin, and Uranium.
  5. *
  6. ***********************************************************************************************-->
  7. <ConfigSection>
  8.   <Substitute name='FTBSandSubstitute' block='sand'>
  9.     <Replaces block='247' />
  10.   </Substitute>
  11.  
  12.   <!-- Clear out all the TE ores -->
  13.   <Substitute name='FTBOreSubstitue' block='stone'>
  14.     <!-- TE ore gen -->
  15.     <Replaces block='2001:0' />
  16.     <Replaces block='2001:1' />
  17.  
  18.     <!-- Xytech -->
  19.     <Replaces block='220:0' />
  20.     <Replaces block='220:1' />
  21.     <Replaces block='220:2' />
  22.     <Replaces block='220:3' />
  23.     <Replaces block='220:4' />
  24.     <Replaces block='220:5' />
  25.     <Replaces block='221' />
  26.  
  27.     <!-- Traincraft -->
  28.     <Replaces block='246' />
  29.     <Replaces block='247' />
  30.   </Substitute>
  31.  
  32.   <StandardGen name='FTBCopperStandard' block='2001:0' inherits='PresetStandardGen'>
  33.     <Setting name='Size' avg='9' range='3' />
  34.     <Setting name='Frequency' avg='8' range='3'/>
  35.     <Setting name='Height' avg=':= 55/64 * dimension.groundLevel' range=':= 15/64 * dimension.groundLevel' type='normal'/>
  36.   </StandardGen>
  37.  
  38.   <StandardGen name='FTBTinStandard' block='2001:1' inherits='PresetStandardGen'>
  39.     <Setting name='Size' avg='7' range='5' />
  40.     <Setting name='Frequency' avg='12' range='3' />
  41.     <Setting name='Height' avg=':= 38/64 * dimension.groundLevel' range=':= 15/64 * dimension.groundLevel' type='uniform'/>
  42.   </StandardGen>
  43.  
  44.   <Veins name='FTBXycraft0' block='220:0' inherits='PresetLayeredVeins' >
  45.     <DrawWireframe>:=drawWireframes</DrawWireframe>
  46.     <WireframeColor>0x4030A0A0</WireframeColor>
  47.   </Veins>
  48.   <Veins name='FTBXycraft1' block='220:1' inherits='PresetLayeredVeins' >
  49.     <DrawWireframe>:=drawWireframes</DrawWireframe>
  50.     <WireframeColor>0x4030A0A0</WireframeColor>
  51.   </Veins>
  52.   <Veins name='FTBXycraft2' block='220:2' inherits='PresetLayeredVeins' >
  53.     <DrawWireframe>:=drawWireframes</DrawWireframe>
  54.     <WireframeColor>0x4030A0A0</WireframeColor>
  55.   </Veins>
  56.   <Veins name='FTBXycraft3' block='220:3' inherits='PresetLayeredVeins' >
  57.     <DrawWireframe>:=drawWireframes</DrawWireframe>
  58.     <WireframeColor>0x4030A0A0</WireframeColor>
  59.   </Veins>
  60.   <Veins name='FTBXycraft4' block='220:4' inherits='PresetLayeredVeins' >
  61.     <DrawWireframe>:=drawWireframes</DrawWireframe>
  62.     <WireframeColor>0x4030A0A0</WireframeColor>
  63.   </Veins>
  64.   <StandardGen name='FTBXycraftAluminum' block='220:5' inherits='PresetStandardGen'>
  65.     <Setting name='Size' avg='5' range='3' />
  66.     <Setting name='Frequency' avg='11' range='3'/>
  67.     <Setting name='Height' avg=':= 30/64 * dimension.groundLevel' range=':= 20/64 * dimension.groundLevel' type='normal'/>
  68.   </StandardGen>
  69.  
  70.   <StandardGen name='FTBQuartz' block='221' inherits='PresetStandardGen'>
  71.     <Setting name='Size' avg='1' />
  72.     <Setting name='Frequency' avg='3' range='4.5'/>
  73.     <Setting name='Height' avg=':= 32/64 * dimension.groundLevel' range=':= 32/64 * dimension.groundLevel' type='uniform'/>
  74.   </StandardGen>
  75.  
  76.   <StandardGen name='FTBUranium' block='blockOreUran' inherits='PresetStandardGen'>
  77.     <Setting name='Size' avg='2' />
  78.     <Setting name='Frequency' avg='5' range='3'/>
  79.     <Setting name='Height' avg=':= 32/64 * dimension.groundLevel' range=':= 32/64 * dimension.groundLevel' type='uniform'/>
  80.   </StandardGen>
  81.  
  82.   <Cloud name='CrudeOil' block='246' inherits='PresetStrategicCloud'>
  83.     <Description>
  84.       Diffuse crude oil cloud surrounded by single-block "hint" veins, found in swamps.
  85.     </Description>
  86.     <Setting name='DistributionFrequency' avg=':= 0.75 * _default_'/>
  87.     <Setting name='OreDensity' avg=':= 0.75 * _default_'/>
  88.     <Biome name='Swampland'/>
  89.     <Biome name='Green\s*Swamplands'/>
  90.     <Comment> ExtraBiomesXL </Comment>
  91.     <Veins name='CrudeOilHintVeins' block='246' inherits='PresetHintVeins'>
  92.       <DrawWireframe>:=drawWireframes</DrawWireframe>
  93.       <WireframeColor>0x60101010</WireframeColor>
  94.       <Setting name='MotherlodeFrequency' avg=':= 1.2 * _default_' range=':= _default_'/>
  95.       <Setting name='MotherlodeRangeLimit' avg=':= 1 * _default_' range=':= 1 * _default_'/>
  96.     </Veins>
  97.   </Cloud>
  98.  
  99.   <Veins name='SandOil' block='247' inherits='PresetSparseVeins'>
  100.     <Setting name='MotherlodeHeight' avg=':= 63/64 * dimension.groundLevel' range=':= 5/64 * dimension.groundLevel' type='normal'/>
  101.     <Setting name='OreDensity' avg='0.25' range='0'/>
  102.     <Replaces block='sand' weight='0.5' />
  103.     <Replaces block='sandstone' />
  104.   </Veins>
  105.  
  106. </ConfigSection>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement