Advertisement
NocturneBlock

Metallurgy4.xml

Oct 9th, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 442.84 KB | None | 0 0
  1. <!-- =================================================================
  2.     Custom Ore Generation "Metallurgy 4" Module: This configuration
  3.     covers sulfur, phosphorite, saltpeter, magnesium, bitumen,
  4.     potash, copper, tin, manganese, zinc, silver, platinum,
  5.     promethium, deep iron, infuscolium, oureclase, astral silver,
  6.     carmot, mithril, rubracium, orichalcum, adamantine, atlarus,
  7.     ignatius, shadow iron, lemurite, midasium, vyroxeres, ceruclase,
  8.     alduorite, kalendrite, vulcanite, sanguinite, eximite, and
  9.     meutoite.
  10.     ================================================================= -->
  11.  
  12.  
  13. <!-- This mod includes a huge number of ores to make minecraft far
  14.     more interesting, especially when involving tool progression. -->
  15.  
  16.  
  17.  
  18.  
  19. <!-- Is the "Metallurgy 4" mod on the system?  Let's find out! -->
  20. <IfModInstalled name="Metallurgy">
  21.  
  22.     <!-- Starting Configuration for Custom Ore Generation. -->
  23.     <ConfigSection>
  24.  
  25.  
  26.  
  27.  
  28.  
  29.         <!-- Setup Screen Configuration -->
  30.         <ConfigSection>
  31.             <OptionDisplayGroup name='groupMetallurgy4' displayName='Metallurgy 4' displayState='shown'>
  32.                 <Description>
  33.                     Distribution options for Metallurgy 4 Ores.
  34.                 </Description>
  35.             </OptionDisplayGroup>
  36.             <OptionChoice name='enableMetallurgy4' displayName='Handle Metallurgy 4 Setup?' default='true' displayState='shown_dynamic' displayGroup='groupMetallurgy4'>
  37.                 <Description> Should Custom Ore Generation handle Metallurgy 4 ore generation? </Description>
  38.                 <Choice value=':= ?true' displayValue='Yes' description='Use Custom Ore Generation to handle Metallurgy 4 ores.'/>
  39.                 <Choice value=':= ?false' displayValue='No' description='Metallurgy 4 ores will be handled by the mod itself.'/>
  40.             </OptionChoice>
  41.  
  42.             <!-- Sulfur Configuration UI Starting -->
  43.             <ConfigSection>
  44.                 <OptionChoice name='mtlgSulfurDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  45.                     <Description> Controls how Sulfur is generated </Description>
  46.                     <DisplayName>Metallurgy 4 Sulfur</DisplayName>
  47.                     <Choice value='SparseVeins' displayValue='Sparse Veins'>
  48.                         <Description>
  49.                             Large veins filled very lightly with ore.
  50.                         </Description>
  51.                     </Choice>
  52.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  53.                         <Description>
  54.                             Large irregular clouds filled lightly with ore.
  55.                         </Description>
  56.                     </Choice>
  57.                     <Choice value='Vanilla' displayValue='Vanilla'>
  58.                         <Description>
  59.                             Simulates Vanilla Minecraft.
  60.                         </Description>
  61.                     </Choice>
  62.                     <Choice value='none' displayValue='None' description='Sulfur is not generated in the world.'/>
  63.                 </OptionChoice>
  64.                 <OptionNumeric name='mtlgSulfurFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  65.                     <Description> Frequency multiplier for Metallurgy 4 Sulfur distributions </Description>
  66.                     <DisplayName>Metallurgy 4 Sulfur Freq.</DisplayName>
  67.                 </OptionNumeric>
  68.                 <OptionNumeric name='mtlgSulfurSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  69.                     <Description> Size multiplier for Metallurgy 4 Sulfur distributions </Description>
  70.                     <DisplayName>Metallurgy 4 Sulfur Size</DisplayName>
  71.                 </OptionNumeric>
  72.             </ConfigSection>
  73.             <!-- Sulfur Configuration UI Complete -->
  74.  
  75.  
  76.             <!-- Phosphorite Configuration UI Starting -->
  77.             <ConfigSection>
  78.                 <OptionChoice name='mtlgPhosphoriteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  79.                     <Description> Controls how Phosphorite is generated </Description>
  80.                     <DisplayName>Metallurgy 4 Phosphorite</DisplayName>
  81.                     <Choice value='SparseVeins' displayValue='Sparse Veins'>
  82.                         <Description>
  83.                             Large veins filled very lightly with ore.
  84.                         </Description>
  85.                     </Choice>
  86.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  87.                         <Description>
  88.                             Large irregular clouds filled lightly with ore.
  89.                         </Description>
  90.                     </Choice>
  91.                     <Choice value='Vanilla' displayValue='Vanilla'>
  92.                         <Description>
  93.                             Simulates Vanilla Minecraft.
  94.                         </Description>
  95.                     </Choice>
  96.                     <Choice value='none' displayValue='None' description='Phosphorite is not generated in the world.'/>
  97.                 </OptionChoice>
  98.                 <OptionNumeric name='mtlgPhosphoriteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  99.                     <Description> Frequency multiplier for Metallurgy 4 Phosphorite distributions </Description>
  100.                     <DisplayName>Metallurgy 4 Phosphorite Freq.</DisplayName>
  101.                 </OptionNumeric>
  102.                 <OptionNumeric name='mtlgPhosphoriteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  103.                     <Description> Size multiplier for Metallurgy 4 Phosphorite distributions </Description>
  104.                     <DisplayName>Metallurgy 4 Phosphorite Size</DisplayName>
  105.                 </OptionNumeric>
  106.             </ConfigSection>
  107.             <!-- Phosphorite Configuration UI Complete -->
  108.  
  109.  
  110.             <!-- Saltpeter Configuration UI Starting -->
  111.             <ConfigSection>
  112.                 <OptionChoice name='mtlgSaltpeterDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  113.                     <Description> Controls how Saltpeter is generated </Description>
  114.                     <DisplayName>Metallurgy 4 Saltpeter</DisplayName>
  115.                     <Choice value='SparseVeins' displayValue='Sparse Veins'>
  116.                         <Description>
  117.                             Large veins filled very lightly with ore.
  118.                         </Description>
  119.                     </Choice>
  120.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  121.                         <Description>
  122.                             Large irregular clouds filled lightly with ore.
  123.                         </Description>
  124.                     </Choice>
  125.                     <Choice value='Vanilla' displayValue='Vanilla'>
  126.                         <Description>
  127.                             Simulates Vanilla Minecraft.
  128.                         </Description>
  129.                     </Choice>
  130.                     <Choice value='none' displayValue='None' description='Saltpeter is not generated in the world.'/>
  131.                 </OptionChoice>
  132.                 <OptionNumeric name='mtlgSaltpeterFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  133.                     <Description> Frequency multiplier for Metallurgy 4 Saltpeter distributions </Description>
  134.                     <DisplayName>Metallurgy 4 Saltpeter Freq.</DisplayName>
  135.                 </OptionNumeric>
  136.                 <OptionNumeric name='mtlgSaltpeterSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  137.                     <Description> Size multiplier for Metallurgy 4 Saltpeter distributions </Description>
  138.                     <DisplayName>Metallurgy 4 Saltpeter Size</DisplayName>
  139.                 </OptionNumeric>
  140.             </ConfigSection>
  141.             <!-- Saltpeter Configuration UI Complete -->
  142.  
  143.  
  144.             <!-- Magnesium Configuration UI Starting -->
  145.             <ConfigSection>
  146.                 <OptionChoice name='mtlgMagnesiumDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  147.                     <Description> Controls how Magnesium is generated </Description>
  148.                     <DisplayName>Metallurgy 4 Magnesium</DisplayName>
  149.                     <Choice value='SparseVeins' displayValue='Sparse Veins'>
  150.                         <Description>
  151.                             Large veins filled very lightly with ore.
  152.                         </Description>
  153.                     </Choice>
  154.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  155.                         <Description>
  156.                             Large irregular clouds filled lightly with ore.
  157.                         </Description>
  158.                     </Choice>
  159.                     <Choice value='Vanilla' displayValue='Vanilla'>
  160.                         <Description>
  161.                             Simulates Vanilla Minecraft.
  162.                         </Description>
  163.                     </Choice>
  164.                     <Choice value='none' displayValue='None' description='Magnesium is not generated in the world.'/>
  165.                 </OptionChoice>
  166.                 <OptionNumeric name='mtlgMagnesiumFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  167.                     <Description> Frequency multiplier for Metallurgy 4 Magnesium distributions </Description>
  168.                     <DisplayName>Metallurgy 4 Magnesium Freq.</DisplayName>
  169.                 </OptionNumeric>
  170.                 <OptionNumeric name='mtlgMagnesiumSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  171.                     <Description> Size multiplier for Metallurgy 4 Magnesium distributions </Description>
  172.                     <DisplayName>Metallurgy 4 Magnesium Size</DisplayName>
  173.                 </OptionNumeric>
  174.             </ConfigSection>
  175.             <!-- Magnesium Configuration UI Complete -->
  176.  
  177.  
  178.             <!-- Bitumen Configuration UI Starting -->
  179.             <ConfigSection>
  180.                 <OptionChoice name='mtlgBitumenDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  181.                     <Description> Controls how Bitumen is generated </Description>
  182.                     <DisplayName>Metallurgy 4 Bitumen</DisplayName>
  183.                     <Choice value='SparseVeins' displayValue='Sparse Veins'>
  184.                         <Description>
  185.                             Large veins filled very lightly with ore.
  186.                         </Description>
  187.                     </Choice>
  188.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  189.                         <Description>
  190.                             Large irregular clouds filled lightly with ore.
  191.                         </Description>
  192.                     </Choice>
  193.                     <Choice value='Vanilla' displayValue='Vanilla'>
  194.                         <Description>
  195.                             Simulates Vanilla Minecraft.
  196.                         </Description>
  197.                     </Choice>
  198.                     <Choice value='none' displayValue='None' description='Bitumen is not generated in the world.'/>
  199.                 </OptionChoice>
  200.                 <OptionNumeric name='mtlgBitumenFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  201.                     <Description> Frequency multiplier for Metallurgy 4 Bitumen distributions </Description>
  202.                     <DisplayName>Metallurgy 4 Bitumen Freq.</DisplayName>
  203.                 </OptionNumeric>
  204.                 <OptionNumeric name='mtlgBitumenSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  205.                     <Description> Size multiplier for Metallurgy 4 Bitumen distributions </Description>
  206.                     <DisplayName>Metallurgy 4 Bitumen Size</DisplayName>
  207.                 </OptionNumeric>
  208.             </ConfigSection>
  209.             <!-- Bitumen Configuration UI Complete -->
  210.  
  211.  
  212.             <!-- Potash Configuration UI Starting -->
  213.             <ConfigSection>
  214.                 <OptionChoice name='mtlgPotashDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  215.                     <Description> Controls how Potash is generated </Description>
  216.                     <DisplayName>Metallurgy 4 Potash</DisplayName>
  217.                     <Choice value='SparseVeins' displayValue='Sparse Veins'>
  218.                         <Description>
  219.                             Large veins filled very lightly with ore.
  220.                         </Description>
  221.                     </Choice>
  222.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  223.                         <Description>
  224.                             Large irregular clouds filled lightly with ore.
  225.                         </Description>
  226.                     </Choice>
  227.                     <Choice value='Vanilla' displayValue='Vanilla'>
  228.                         <Description>
  229.                             Simulates Vanilla Minecraft.
  230.                         </Description>
  231.                     </Choice>
  232.                     <Choice value='none' displayValue='None' description='Potash is not generated in the world.'/>
  233.                 </OptionChoice>
  234.                 <OptionNumeric name='mtlgPotashFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  235.                     <Description> Frequency multiplier for Metallurgy 4 Potash distributions </Description>
  236.                     <DisplayName>Metallurgy 4 Potash Freq.</DisplayName>
  237.                 </OptionNumeric>
  238.                 <OptionNumeric name='mtlgPotashSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  239.                     <Description> Size multiplier for Metallurgy 4 Potash distributions </Description>
  240.                     <DisplayName>Metallurgy 4 Potash Size</DisplayName>
  241.                 </OptionNumeric>
  242.             </ConfigSection>
  243.             <!-- Potash Configuration UI Complete -->
  244.  
  245.  
  246.             <!-- Copper Configuration UI Starting -->
  247.             <ConfigSection>
  248.                 <OptionChoice name='mtlgCopperDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  249.                     <Description> Controls how Copper is generated </Description>
  250.                     <DisplayName>Metallurgy 4 Copper</DisplayName>
  251.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  252.                         <Description>
  253.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  254.                         </Description>
  255.                     </Choice>
  256.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  257.                         <Description>
  258.                             Large irregular clouds filled lightly with ore.
  259.                         </Description>
  260.                     </Choice>
  261.                     <Choice value='Vanilla' displayValue='Vanilla'>
  262.                         <Description>
  263.                             Simulates Vanilla Minecraft.
  264.                         </Description>
  265.                     </Choice>
  266.                     <Choice value='none' displayValue='None' description='Copper is not generated in the world.'/>
  267.                 </OptionChoice>
  268.                 <OptionNumeric name='mtlgCopperFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  269.                     <Description> Frequency multiplier for Metallurgy 4 Copper distributions </Description>
  270.                     <DisplayName>Metallurgy 4 Copper Freq.</DisplayName>
  271.                 </OptionNumeric>
  272.                 <OptionNumeric name='mtlgCopperSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  273.                     <Description> Size multiplier for Metallurgy 4 Copper distributions </Description>
  274.                     <DisplayName>Metallurgy 4 Copper Size</DisplayName>
  275.                 </OptionNumeric>
  276.             </ConfigSection>
  277.             <!-- Copper Configuration UI Complete -->
  278.  
  279.  
  280.             <!-- Tin Configuration UI Starting -->
  281.             <ConfigSection>
  282.                 <OptionChoice name='mtlgTinDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  283.                     <Description> Controls how Tin is generated </Description>
  284.                     <DisplayName>Metallurgy 4 Tin</DisplayName>
  285.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  286.                         <Description>
  287.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  288.                         </Description>
  289.                     </Choice>
  290.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  291.                         <Description>
  292.                             Large irregular clouds filled lightly with ore.
  293.                         </Description>
  294.                     </Choice>
  295.                     <Choice value='Vanilla' displayValue='Vanilla'>
  296.                         <Description>
  297.                             Simulates Vanilla Minecraft.
  298.                         </Description>
  299.                     </Choice>
  300.                     <Choice value='none' displayValue='None' description='Tin is not generated in the world.'/>
  301.                 </OptionChoice>
  302.                 <OptionNumeric name='mtlgTinFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  303.                     <Description> Frequency multiplier for Metallurgy 4 Tin distributions </Description>
  304.                     <DisplayName>Metallurgy 4 Tin Freq.</DisplayName>
  305.                 </OptionNumeric>
  306.                 <OptionNumeric name='mtlgTinSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  307.                     <Description> Size multiplier for Metallurgy 4 Tin distributions </Description>
  308.                     <DisplayName>Metallurgy 4 Tin Size</DisplayName>
  309.                 </OptionNumeric>
  310.             </ConfigSection>
  311.             <!-- Tin Configuration UI Complete -->
  312.  
  313.  
  314.             <!-- Manganese Configuration UI Starting -->
  315.             <ConfigSection>
  316.                 <OptionChoice name='mtlgManganeseDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  317.                     <Description> Controls how Manganese is generated </Description>
  318.                     <DisplayName>Metallurgy 4 Manganese</DisplayName>
  319.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  320.                         <Description>
  321.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  322.                         </Description>
  323.                     </Choice>
  324.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  325.                         <Description>
  326.                             Large irregular clouds filled lightly with ore.
  327.                         </Description>
  328.                     </Choice>
  329.                     <Choice value='Vanilla' displayValue='Vanilla'>
  330.                         <Description>
  331.                             Simulates Vanilla Minecraft.
  332.                         </Description>
  333.                     </Choice>
  334.                     <Choice value='none' displayValue='None' description='Manganese is not generated in the world.'/>
  335.                 </OptionChoice>
  336.                 <OptionNumeric name='mtlgManganeseFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  337.                     <Description> Frequency multiplier for Metallurgy 4 Manganese distributions </Description>
  338.                     <DisplayName>Metallurgy 4 Manganese Freq.</DisplayName>
  339.                 </OptionNumeric>
  340.                 <OptionNumeric name='mtlgManganeseSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  341.                     <Description> Size multiplier for Metallurgy 4 Manganese distributions </Description>
  342.                     <DisplayName>Metallurgy 4 Manganese Size</DisplayName>
  343.                 </OptionNumeric>
  344.             </ConfigSection>
  345.             <!-- Manganese Configuration UI Complete -->
  346.  
  347.  
  348.             <!-- Zinc Configuration UI Starting -->
  349.             <ConfigSection>
  350.                 <OptionChoice name='mtlgZincDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  351.                     <Description> Controls how Zinc is generated </Description>
  352.                     <DisplayName>Metallurgy 4 Zinc</DisplayName>
  353.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  354.                         <Description>
  355.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  356.                         </Description>
  357.                     </Choice>
  358.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  359.                         <Description>
  360.                             Large irregular clouds filled lightly with ore.
  361.                         </Description>
  362.                     </Choice>
  363.                     <Choice value='Vanilla' displayValue='Vanilla'>
  364.                         <Description>
  365.                             Simulates Vanilla Minecraft.
  366.                         </Description>
  367.                     </Choice>
  368.                     <Choice value='none' displayValue='None' description='Zinc is not generated in the world.'/>
  369.                 </OptionChoice>
  370.                 <OptionNumeric name='mtlgZincFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  371.                     <Description> Frequency multiplier for Metallurgy 4 Zinc distributions </Description>
  372.                     <DisplayName>Metallurgy 4 Zinc Freq.</DisplayName>
  373.                 </OptionNumeric>
  374.                 <OptionNumeric name='mtlgZincSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  375.                     <Description> Size multiplier for Metallurgy 4 Zinc distributions </Description>
  376.                     <DisplayName>Metallurgy 4 Zinc Size</DisplayName>
  377.                 </OptionNumeric>
  378.             </ConfigSection>
  379.             <!-- Zinc Configuration UI Complete -->
  380.  
  381.  
  382.             <!-- Silver Configuration UI Starting -->
  383.             <ConfigSection>
  384.                 <OptionChoice name='mtlgSilverDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  385.                     <Description> Controls how Silver is generated </Description>
  386.                     <DisplayName>Metallurgy 4 Silver</DisplayName>
  387.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  388.                         <Description>
  389.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  390.                         </Description>
  391.                     </Choice>
  392.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  393.                         <Description>
  394.                             Large irregular clouds filled lightly with ore.
  395.                         </Description>
  396.                     </Choice>
  397.                     <Choice value='Vanilla' displayValue='Vanilla'>
  398.                         <Description>
  399.                             Simulates Vanilla Minecraft.
  400.                         </Description>
  401.                     </Choice>
  402.                     <Choice value='none' displayValue='None' description='Silver is not generated in the world.'/>
  403.                 </OptionChoice>
  404.                 <OptionNumeric name='mtlgSilverFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  405.                     <Description> Frequency multiplier for Metallurgy 4 Silver distributions </Description>
  406.                     <DisplayName>Metallurgy 4 Silver Freq.</DisplayName>
  407.                 </OptionNumeric>
  408.                 <OptionNumeric name='mtlgSilverSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  409.                     <Description> Size multiplier for Metallurgy 4 Silver distributions </Description>
  410.                     <DisplayName>Metallurgy 4 Silver Size</DisplayName>
  411.                 </OptionNumeric>
  412.             </ConfigSection>
  413.             <!-- Silver Configuration UI Complete -->
  414.  
  415.  
  416.             <!-- Platinum Configuration UI Starting -->
  417.             <ConfigSection>
  418.                 <OptionChoice name='mtlgPlatinumDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  419.                     <Description> Controls how Platinum is generated </Description>
  420.                     <DisplayName>Metallurgy 4 Platinum</DisplayName>
  421.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  422.                         <Description>
  423.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  424.                         </Description>
  425.                     </Choice>
  426.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  427.                         <Description>
  428.                             Large irregular clouds filled lightly with ore.
  429.                         </Description>
  430.                     </Choice>
  431.                     <Choice value='Vanilla' displayValue='Vanilla'>
  432.                         <Description>
  433.                             Simulates Vanilla Minecraft.
  434.                         </Description>
  435.                     </Choice>
  436.                     <Choice value='none' displayValue='None' description='Platinum is not generated in the world.'/>
  437.                 </OptionChoice>
  438.                 <OptionNumeric name='mtlgPlatinumFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  439.                     <Description> Frequency multiplier for Metallurgy 4 Platinum distributions </Description>
  440.                     <DisplayName>Metallurgy 4 Platinum Freq.</DisplayName>
  441.                 </OptionNumeric>
  442.                 <OptionNumeric name='mtlgPlatinumSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  443.                     <Description> Size multiplier for Metallurgy 4 Platinum distributions </Description>
  444.                     <DisplayName>Metallurgy 4 Platinum Size</DisplayName>
  445.                 </OptionNumeric>
  446.             </ConfigSection>
  447.             <!-- Platinum Configuration UI Complete -->
  448.  
  449.  
  450.             <!-- Promethium Configuration UI Starting -->
  451.             <ConfigSection>
  452.                 <OptionChoice name='mtlgPromethiumDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  453.                     <Description> Controls how Promethium is generated </Description>
  454.                     <DisplayName>Metallurgy 4 Promethium</DisplayName>
  455.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  456.                         <Description>
  457.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  458.                         </Description>
  459.                     </Choice>
  460.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  461.                         <Description>
  462.                             Large irregular clouds filled lightly with ore.
  463.                         </Description>
  464.                     </Choice>
  465.                     <Choice value='Vanilla' displayValue='Vanilla'>
  466.                         <Description>
  467.                             Simulates Vanilla Minecraft.
  468.                         </Description>
  469.                     </Choice>
  470.                     <Choice value='none' displayValue='None' description='Promethium is not generated in the world.'/>
  471.                 </OptionChoice>
  472.                 <OptionNumeric name='mtlgPromethiumFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  473.                     <Description> Frequency multiplier for Metallurgy 4 Promethium distributions </Description>
  474.                     <DisplayName>Metallurgy 4 Promethium Freq.</DisplayName>
  475.                 </OptionNumeric>
  476.                 <OptionNumeric name='mtlgPromethiumSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  477.                     <Description> Size multiplier for Metallurgy 4 Promethium distributions </Description>
  478.                     <DisplayName>Metallurgy 4 Promethium Size</DisplayName>
  479.                 </OptionNumeric>
  480.             </ConfigSection>
  481.             <!-- Promethium Configuration UI Complete -->
  482.  
  483.  
  484.             <!-- Deep Iron Configuration UI Starting -->
  485.             <ConfigSection>
  486.                 <OptionChoice name='mtlgDeepIronDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  487.                     <Description> Controls how Deep Iron is generated </Description>
  488.                     <DisplayName>Metallurgy 4 Deep Iron</DisplayName>
  489.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  490.                         <Description>
  491.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  492.                         </Description>
  493.                     </Choice>
  494.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  495.                         <Description>
  496.                             Large irregular clouds filled lightly with ore.
  497.                         </Description>
  498.                     </Choice>
  499.                     <Choice value='Vanilla' displayValue='Vanilla'>
  500.                         <Description>
  501.                             Simulates Vanilla Minecraft.
  502.                         </Description>
  503.                     </Choice>
  504.                     <Choice value='none' displayValue='None' description='Deep Iron is not generated in the world.'/>
  505.                 </OptionChoice>
  506.                 <OptionNumeric name='mtlgDeepIronFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  507.                     <Description> Frequency multiplier for Metallurgy 4 Deep Iron distributions </Description>
  508.                     <DisplayName>Metallurgy 4 Deep Iron Freq.</DisplayName>
  509.                 </OptionNumeric>
  510.                 <OptionNumeric name='mtlgDeepIronSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  511.                     <Description> Size multiplier for Metallurgy 4 Deep Iron distributions </Description>
  512.                     <DisplayName>Metallurgy 4 Deep Iron Size</DisplayName>
  513.                 </OptionNumeric>
  514.             </ConfigSection>
  515.             <!-- Deep Iron Configuration UI Complete -->
  516.  
  517.  
  518.             <!-- Infuscolium Configuration UI Starting -->
  519.             <ConfigSection>
  520.                 <OptionChoice name='mtlgInfuscoliumDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  521.                     <Description> Controls how Infuscolium is generated </Description>
  522.                     <DisplayName>Metallurgy 4 Infuscolium</DisplayName>
  523.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  524.                         <Description>
  525.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  526.                         </Description>
  527.                     </Choice>
  528.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  529.                         <Description>
  530.                             Large irregular clouds filled lightly with ore.
  531.                         </Description>
  532.                     </Choice>
  533.                     <Choice value='Vanilla' displayValue='Vanilla'>
  534.                         <Description>
  535.                             Simulates Vanilla Minecraft.
  536.                         </Description>
  537.                     </Choice>
  538.                     <Choice value='none' displayValue='None' description='Infuscolium is not generated in the world.'/>
  539.                 </OptionChoice>
  540.                 <OptionNumeric name='mtlgInfuscoliumFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  541.                     <Description> Frequency multiplier for Metallurgy 4 Infuscolium distributions </Description>
  542.                     <DisplayName>Metallurgy 4 Infuscolium Freq.</DisplayName>
  543.                 </OptionNumeric>
  544.                 <OptionNumeric name='mtlgInfuscoliumSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  545.                     <Description> Size multiplier for Metallurgy 4 Infuscolium distributions </Description>
  546.                     <DisplayName>Metallurgy 4 Infuscolium Size</DisplayName>
  547.                 </OptionNumeric>
  548.             </ConfigSection>
  549.             <!-- Infuscolium Configuration UI Complete -->
  550.  
  551.  
  552.             <!-- Oureclase Configuration UI Starting -->
  553.             <ConfigSection>
  554.                 <OptionChoice name='mtlgOureclaseDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  555.                     <Description> Controls how Oureclase is generated </Description>
  556.                     <DisplayName>Metallurgy 4 Oureclase</DisplayName>
  557.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  558.                         <Description>
  559.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  560.                         </Description>
  561.                     </Choice>
  562.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  563.                         <Description>
  564.                             Large irregular clouds filled lightly with ore.
  565.                         </Description>
  566.                     </Choice>
  567.                     <Choice value='Vanilla' displayValue='Vanilla'>
  568.                         <Description>
  569.                             Simulates Vanilla Minecraft.
  570.                         </Description>
  571.                     </Choice>
  572.                     <Choice value='none' displayValue='None' description='Oureclase is not generated in the world.'/>
  573.                 </OptionChoice>
  574.                 <OptionNumeric name='mtlgOureclaseFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  575.                     <Description> Frequency multiplier for Metallurgy 4 Oureclase distributions </Description>
  576.                     <DisplayName>Metallurgy 4 Oureclase Freq.</DisplayName>
  577.                 </OptionNumeric>
  578.                 <OptionNumeric name='mtlgOureclaseSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  579.                     <Description> Size multiplier for Metallurgy 4 Oureclase distributions </Description>
  580.                     <DisplayName>Metallurgy 4 Oureclase Size</DisplayName>
  581.                 </OptionNumeric>
  582.             </ConfigSection>
  583.             <!-- Oureclase Configuration UI Complete -->
  584.  
  585.  
  586.             <!-- Astral Silver Configuration UI Starting -->
  587.             <ConfigSection>
  588.                 <OptionChoice name='mtlgAstralSilverDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  589.                     <Description> Controls how Astral Silver is generated </Description>
  590.                     <DisplayName>Metallurgy 4 Astral Silver</DisplayName>
  591.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  592.                         <Description>
  593.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  594.                         </Description>
  595.                     </Choice>
  596.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  597.                         <Description>
  598.                             Large irregular clouds filled lightly with ore.
  599.                         </Description>
  600.                     </Choice>
  601.                     <Choice value='Vanilla' displayValue='Vanilla'>
  602.                         <Description>
  603.                             Simulates Vanilla Minecraft.
  604.                         </Description>
  605.                     </Choice>
  606.                     <Choice value='none' displayValue='None' description='Astral Silver is not generated in the world.'/>
  607.                 </OptionChoice>
  608.                 <OptionNumeric name='mtlgAstralSilverFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  609.                     <Description> Frequency multiplier for Metallurgy 4 Astral Silver distributions </Description>
  610.                     <DisplayName>Metallurgy 4 Astral Silver Freq.</DisplayName>
  611.                 </OptionNumeric>
  612.                 <OptionNumeric name='mtlgAstralSilverSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  613.                     <Description> Size multiplier for Metallurgy 4 Astral Silver distributions </Description>
  614.                     <DisplayName>Metallurgy 4 Astral Silver Size</DisplayName>
  615.                 </OptionNumeric>
  616.             </ConfigSection>
  617.             <!-- Astral Silver Configuration UI Complete -->
  618.  
  619.  
  620.             <!-- Carmot Configuration UI Starting -->
  621.             <ConfigSection>
  622.                 <OptionChoice name='mtlgCarmotDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  623.                     <Description> Controls how Carmot is generated </Description>
  624.                     <DisplayName>Metallurgy 4 Carmot</DisplayName>
  625.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  626.                         <Description>
  627.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  628.                         </Description>
  629.                     </Choice>
  630.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  631.                         <Description>
  632.                             Large irregular clouds filled lightly with ore.
  633.                         </Description>
  634.                     </Choice>
  635.                     <Choice value='Vanilla' displayValue='Vanilla'>
  636.                         <Description>
  637.                             Simulates Vanilla Minecraft.
  638.                         </Description>
  639.                     </Choice>
  640.                     <Choice value='none' displayValue='None' description='Carmot is not generated in the world.'/>
  641.                 </OptionChoice>
  642.                 <OptionNumeric name='mtlgCarmotFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  643.                     <Description> Frequency multiplier for Metallurgy 4 Carmot distributions </Description>
  644.                     <DisplayName>Metallurgy 4 Carmot Freq.</DisplayName>
  645.                 </OptionNumeric>
  646.                 <OptionNumeric name='mtlgCarmotSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  647.                     <Description> Size multiplier for Metallurgy 4 Carmot distributions </Description>
  648.                     <DisplayName>Metallurgy 4 Carmot Size</DisplayName>
  649.                 </OptionNumeric>
  650.             </ConfigSection>
  651.             <!-- Carmot Configuration UI Complete -->
  652.  
  653.  
  654.             <!-- Mithril Configuration UI Starting -->
  655.             <ConfigSection>
  656.                 <OptionChoice name='mtlgMithrilDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  657.                     <Description> Controls how Mithril is generated </Description>
  658.                     <DisplayName>Metallurgy 4 Mithril</DisplayName>
  659.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  660.                         <Description>
  661.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  662.                         </Description>
  663.                     </Choice>
  664.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  665.                         <Description>
  666.                             Large irregular clouds filled lightly with ore.
  667.                         </Description>
  668.                     </Choice>
  669.                     <Choice value='Vanilla' displayValue='Vanilla'>
  670.                         <Description>
  671.                             Simulates Vanilla Minecraft.
  672.                         </Description>
  673.                     </Choice>
  674.                     <Choice value='none' displayValue='None' description='Mithril is not generated in the world.'/>
  675.                 </OptionChoice>
  676.                 <OptionNumeric name='mtlgMithrilFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  677.                     <Description> Frequency multiplier for Metallurgy 4 Mithril distributions </Description>
  678.                     <DisplayName>Metallurgy 4 Mithril Freq.</DisplayName>
  679.                 </OptionNumeric>
  680.                 <OptionNumeric name='mtlgMithrilSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  681.                     <Description> Size multiplier for Metallurgy 4 Mithril distributions </Description>
  682.                     <DisplayName>Metallurgy 4 Mithril Size</DisplayName>
  683.                 </OptionNumeric>
  684.             </ConfigSection>
  685.             <!-- Mithril Configuration UI Complete -->
  686.  
  687.  
  688.             <!-- Rubracium Configuration UI Starting -->
  689.             <ConfigSection>
  690.                 <OptionChoice name='mtlgRubraciumDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  691.                     <Description> Controls how Rubracium is generated </Description>
  692.                     <DisplayName>Metallurgy 4 Rubracium</DisplayName>
  693.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  694.                         <Description>
  695.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  696.                         </Description>
  697.                     </Choice>
  698.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  699.                         <Description>
  700.                             Large irregular clouds filled lightly with ore.
  701.                         </Description>
  702.                     </Choice>
  703.                     <Choice value='Vanilla' displayValue='Vanilla'>
  704.                         <Description>
  705.                             Simulates Vanilla Minecraft.
  706.                         </Description>
  707.                     </Choice>
  708.                     <Choice value='none' displayValue='None' description='Rubracium is not generated in the world.'/>
  709.                 </OptionChoice>
  710.                 <OptionNumeric name='mtlgRubraciumFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  711.                     <Description> Frequency multiplier for Metallurgy 4 Rubracium distributions </Description>
  712.                     <DisplayName>Metallurgy 4 Rubracium Freq.</DisplayName>
  713.                 </OptionNumeric>
  714.                 <OptionNumeric name='mtlgRubraciumSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  715.                     <Description> Size multiplier for Metallurgy 4 Rubracium distributions </Description>
  716.                     <DisplayName>Metallurgy 4 Rubracium Size</DisplayName>
  717.                 </OptionNumeric>
  718.             </ConfigSection>
  719.             <!-- Rubracium Configuration UI Complete -->
  720.  
  721.  
  722.             <!-- Orichalcum Configuration UI Starting -->
  723.             <ConfigSection>
  724.                 <OptionChoice name='mtlgOrichalcumDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  725.                     <Description> Controls how Orichalcum is generated </Description>
  726.                     <DisplayName>Metallurgy 4 Orichalcum</DisplayName>
  727.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  728.                         <Description>
  729.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  730.                         </Description>
  731.                     </Choice>
  732.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  733.                         <Description>
  734.                             Large irregular clouds filled lightly with ore.
  735.                         </Description>
  736.                     </Choice>
  737.                     <Choice value='Vanilla' displayValue='Vanilla'>
  738.                         <Description>
  739.                             Simulates Vanilla Minecraft.
  740.                         </Description>
  741.                     </Choice>
  742.                     <Choice value='none' displayValue='None' description='Orichalcum is not generated in the world.'/>
  743.                 </OptionChoice>
  744.                 <OptionNumeric name='mtlgOrichalcumFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  745.                     <Description> Frequency multiplier for Metallurgy 4 Orichalcum distributions </Description>
  746.                     <DisplayName>Metallurgy 4 Orichalcum Freq.</DisplayName>
  747.                 </OptionNumeric>
  748.                 <OptionNumeric name='mtlgOrichalcumSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  749.                     <Description> Size multiplier for Metallurgy 4 Orichalcum distributions </Description>
  750.                     <DisplayName>Metallurgy 4 Orichalcum Size</DisplayName>
  751.                 </OptionNumeric>
  752.             </ConfigSection>
  753.             <!-- Orichalcum Configuration UI Complete -->
  754.  
  755.  
  756.             <!-- Adamantine Configuration UI Starting -->
  757.             <ConfigSection>
  758.                 <OptionChoice name='mtlgAdamantineDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  759.                     <Description> Controls how Adamantine is generated </Description>
  760.                     <DisplayName>Metallurgy 4 Adamantine</DisplayName>
  761.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  762.                         <Description>
  763.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  764.                         </Description>
  765.                     </Choice>
  766.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  767.                         <Description>
  768.                             Large irregular clouds filled lightly with ore.
  769.                         </Description>
  770.                     </Choice>
  771.                     <Choice value='Vanilla' displayValue='Vanilla'>
  772.                         <Description>
  773.                             Simulates Vanilla Minecraft.
  774.                         </Description>
  775.                     </Choice>
  776.                     <Choice value='none' displayValue='None' description='Adamantine is not generated in the world.'/>
  777.                 </OptionChoice>
  778.                 <OptionNumeric name='mtlgAdamantineFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  779.                     <Description> Frequency multiplier for Metallurgy 4 Adamantine distributions </Description>
  780.                     <DisplayName>Metallurgy 4 Adamantine Freq.</DisplayName>
  781.                 </OptionNumeric>
  782.                 <OptionNumeric name='mtlgAdamantineSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  783.                     <Description> Size multiplier for Metallurgy 4 Adamantine distributions </Description>
  784.                     <DisplayName>Metallurgy 4 Adamantine Size</DisplayName>
  785.                 </OptionNumeric>
  786.             </ConfigSection>
  787.             <!-- Adamantine Configuration UI Complete -->
  788.  
  789.  
  790.             <!-- Atlarus Configuration UI Starting -->
  791.             <ConfigSection>
  792.                 <OptionChoice name='mtlgAtlarusDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  793.                     <Description> Controls how Atlarus is generated </Description>
  794.                     <DisplayName>Metallurgy 4 Atlarus</DisplayName>
  795.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  796.                         <Description>
  797.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  798.                         </Description>
  799.                     </Choice>
  800.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  801.                         <Description>
  802.                             Large irregular clouds filled lightly with ore.
  803.                         </Description>
  804.                     </Choice>
  805.                     <Choice value='Vanilla' displayValue='Vanilla'>
  806.                         <Description>
  807.                             Simulates Vanilla Minecraft.
  808.                         </Description>
  809.                     </Choice>
  810.                     <Choice value='none' displayValue='None' description='Atlarus is not generated in the world.'/>
  811.                 </OptionChoice>
  812.                 <OptionNumeric name='mtlgAtlarusFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  813.                     <Description> Frequency multiplier for Metallurgy 4 Atlarus distributions </Description>
  814.                     <DisplayName>Metallurgy 4 Atlarus Freq.</DisplayName>
  815.                 </OptionNumeric>
  816.                 <OptionNumeric name='mtlgAtlarusSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  817.                     <Description> Size multiplier for Metallurgy 4 Atlarus distributions </Description>
  818.                     <DisplayName>Metallurgy 4 Atlarus Size</DisplayName>
  819.                 </OptionNumeric>
  820.             </ConfigSection>
  821.             <!-- Atlarus Configuration UI Complete -->
  822.  
  823.  
  824.             <!-- Ignatius Configuration UI Starting -->
  825.             <ConfigSection>
  826.                 <OptionChoice name='mtlgIgnatiusDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  827.                     <Description> Controls how Ignatius is generated </Description>
  828.                     <DisplayName>Metallurgy 4 Ignatius</DisplayName>
  829.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  830.                         <Description>
  831.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  832.                         </Description>
  833.                     </Choice>
  834.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  835.                         <Description>
  836.                             Large irregular clouds filled lightly with ore.
  837.                         </Description>
  838.                     </Choice>
  839.                     <Choice value='Vanilla' displayValue='Vanilla'>
  840.                         <Description>
  841.                             Simulates Vanilla Minecraft.
  842.                         </Description>
  843.                     </Choice>
  844.                     <Choice value='none' displayValue='None' description='Ignatius is not generated in the world.'/>
  845.                 </OptionChoice>
  846.                 <OptionNumeric name='mtlgIgnatiusFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  847.                     <Description> Frequency multiplier for Metallurgy 4 Ignatius distributions </Description>
  848.                     <DisplayName>Metallurgy 4 Ignatius Freq.</DisplayName>
  849.                 </OptionNumeric>
  850.                 <OptionNumeric name='mtlgIgnatiusSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  851.                     <Description> Size multiplier for Metallurgy 4 Ignatius distributions </Description>
  852.                     <DisplayName>Metallurgy 4 Ignatius Size</DisplayName>
  853.                 </OptionNumeric>
  854.             </ConfigSection>
  855.             <!-- Ignatius Configuration UI Complete -->
  856.  
  857.  
  858.             <!-- Shadow Iron Configuration UI Starting -->
  859.             <ConfigSection>
  860.                 <OptionChoice name='mtlgShadowIronDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  861.                     <Description> Controls how Shadow Iron is generated </Description>
  862.                     <DisplayName>Metallurgy 4 Shadow Iron</DisplayName>
  863.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  864.                         <Description>
  865.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  866.                         </Description>
  867.                     </Choice>
  868.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  869.                         <Description>
  870.                             Large irregular clouds filled lightly with ore.
  871.                         </Description>
  872.                     </Choice>
  873.                     <Choice value='Vanilla' displayValue='Vanilla'>
  874.                         <Description>
  875.                             Simulates Vanilla Minecraft.
  876.                         </Description>
  877.                     </Choice>
  878.                     <Choice value='none' displayValue='None' description='Shadow Iron is not generated in the world.'/>
  879.                 </OptionChoice>
  880.                 <OptionNumeric name='mtlgShadowIronFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  881.                     <Description> Frequency multiplier for Metallurgy 4 Shadow Iron distributions </Description>
  882.                     <DisplayName>Metallurgy 4 Shadow Iron Freq.</DisplayName>
  883.                 </OptionNumeric>
  884.                 <OptionNumeric name='mtlgShadowIronSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  885.                     <Description> Size multiplier for Metallurgy 4 Shadow Iron distributions </Description>
  886.                     <DisplayName>Metallurgy 4 Shadow Iron Size</DisplayName>
  887.                 </OptionNumeric>
  888.             </ConfigSection>
  889.             <!-- Shadow Iron Configuration UI Complete -->
  890.  
  891.  
  892.             <!-- Lemurite Configuration UI Starting -->
  893.             <ConfigSection>
  894.                 <OptionChoice name='mtlgLemuriteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  895.                     <Description> Controls how Lemurite is generated </Description>
  896.                     <DisplayName>Metallurgy 4 Lemurite</DisplayName>
  897.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  898.                         <Description>
  899.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  900.                         </Description>
  901.                     </Choice>
  902.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  903.                         <Description>
  904.                             Large irregular clouds filled lightly with ore.
  905.                         </Description>
  906.                     </Choice>
  907.                     <Choice value='Vanilla' displayValue='Vanilla'>
  908.                         <Description>
  909.                             Simulates Vanilla Minecraft.
  910.                         </Description>
  911.                     </Choice>
  912.                     <Choice value='none' displayValue='None' description='Lemurite is not generated in the world.'/>
  913.                 </OptionChoice>
  914.                 <OptionNumeric name='mtlgLemuriteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  915.                     <Description> Frequency multiplier for Metallurgy 4 Lemurite distributions </Description>
  916.                     <DisplayName>Metallurgy 4 Lemurite Freq.</DisplayName>
  917.                 </OptionNumeric>
  918.                 <OptionNumeric name='mtlgLemuriteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  919.                     <Description> Size multiplier for Metallurgy 4 Lemurite distributions </Description>
  920.                     <DisplayName>Metallurgy 4 Lemurite Size</DisplayName>
  921.                 </OptionNumeric>
  922.             </ConfigSection>
  923.             <!-- Lemurite Configuration UI Complete -->
  924.  
  925.  
  926.             <!-- Midasium Configuration UI Starting -->
  927.             <ConfigSection>
  928.                 <OptionChoice name='mtlgMidasiumDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  929.                     <Description> Controls how Midasium is generated </Description>
  930.                     <DisplayName>Metallurgy 4 Midasium</DisplayName>
  931.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  932.                         <Description>
  933.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  934.                         </Description>
  935.                     </Choice>
  936.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  937.                         <Description>
  938.                             Large irregular clouds filled lightly with ore.
  939.                         </Description>
  940.                     </Choice>
  941.                     <Choice value='Vanilla' displayValue='Vanilla'>
  942.                         <Description>
  943.                             Simulates Vanilla Minecraft.
  944.                         </Description>
  945.                     </Choice>
  946.                     <Choice value='none' displayValue='None' description='Midasium is not generated in the world.'/>
  947.                 </OptionChoice>
  948.                 <OptionNumeric name='mtlgMidasiumFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  949.                     <Description> Frequency multiplier for Metallurgy 4 Midasium distributions </Description>
  950.                     <DisplayName>Metallurgy 4 Midasium Freq.</DisplayName>
  951.                 </OptionNumeric>
  952.                 <OptionNumeric name='mtlgMidasiumSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  953.                     <Description> Size multiplier for Metallurgy 4 Midasium distributions </Description>
  954.                     <DisplayName>Metallurgy 4 Midasium Size</DisplayName>
  955.                 </OptionNumeric>
  956.             </ConfigSection>
  957.             <!-- Midasium Configuration UI Complete -->
  958.  
  959.  
  960.             <!-- Vyroxeres Configuration UI Starting -->
  961.             <ConfigSection>
  962.                 <OptionChoice name='mtlgVyroxeresDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  963.                     <Description> Controls how Vyroxeres is generated </Description>
  964.                     <DisplayName>Metallurgy 4 Vyroxeres</DisplayName>
  965.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  966.                         <Description>
  967.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  968.                         </Description>
  969.                     </Choice>
  970.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  971.                         <Description>
  972.                             Large irregular clouds filled lightly with ore.
  973.                         </Description>
  974.                     </Choice>
  975.                     <Choice value='Vanilla' displayValue='Vanilla'>
  976.                         <Description>
  977.                             Simulates Vanilla Minecraft.
  978.                         </Description>
  979.                     </Choice>
  980.                     <Choice value='none' displayValue='None' description='Vyroxeres is not generated in the world.'/>
  981.                 </OptionChoice>
  982.                 <OptionNumeric name='mtlgVyroxeresFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  983.                     <Description> Frequency multiplier for Metallurgy 4 Vyroxeres distributions </Description>
  984.                     <DisplayName>Metallurgy 4 Vyroxeres Freq.</DisplayName>
  985.                 </OptionNumeric>
  986.                 <OptionNumeric name='mtlgVyroxeresSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  987.                     <Description> Size multiplier for Metallurgy 4 Vyroxeres distributions </Description>
  988.                     <DisplayName>Metallurgy 4 Vyroxeres Size</DisplayName>
  989.                 </OptionNumeric>
  990.             </ConfigSection>
  991.             <!-- Vyroxeres Configuration UI Complete -->
  992.  
  993.  
  994.             <!-- Ceruclase Configuration UI Starting -->
  995.             <ConfigSection>
  996.                 <OptionChoice name='mtlgCeruclaseDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  997.                     <Description> Controls how Ceruclase is generated </Description>
  998.                     <DisplayName>Metallurgy 4 Ceruclase</DisplayName>
  999.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  1000.                         <Description>
  1001.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1002.                         </Description>
  1003.                     </Choice>
  1004.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  1005.                         <Description>
  1006.                             Large irregular clouds filled lightly with ore.
  1007.                         </Description>
  1008.                     </Choice>
  1009.                     <Choice value='Vanilla' displayValue='Vanilla'>
  1010.                         <Description>
  1011.                             Simulates Vanilla Minecraft.
  1012.                         </Description>
  1013.                     </Choice>
  1014.                     <Choice value='none' displayValue='None' description='Ceruclase is not generated in the world.'/>
  1015.                 </OptionChoice>
  1016.                 <OptionNumeric name='mtlgCeruclaseFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1017.                     <Description> Frequency multiplier for Metallurgy 4 Ceruclase distributions </Description>
  1018.                     <DisplayName>Metallurgy 4 Ceruclase Freq.</DisplayName>
  1019.                 </OptionNumeric>
  1020.                 <OptionNumeric name='mtlgCeruclaseSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1021.                     <Description> Size multiplier for Metallurgy 4 Ceruclase distributions </Description>
  1022.                     <DisplayName>Metallurgy 4 Ceruclase Size</DisplayName>
  1023.                 </OptionNumeric>
  1024.             </ConfigSection>
  1025.             <!-- Ceruclase Configuration UI Complete -->
  1026.  
  1027.  
  1028.             <!-- Alduorite Configuration UI Starting -->
  1029.             <ConfigSection>
  1030.                 <OptionChoice name='mtlgAlduoriteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  1031.                     <Description> Controls how Alduorite is generated </Description>
  1032.                     <DisplayName>Metallurgy 4 Alduorite</DisplayName>
  1033.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  1034.                         <Description>
  1035.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1036.                         </Description>
  1037.                     </Choice>
  1038.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  1039.                         <Description>
  1040.                             Large irregular clouds filled lightly with ore.
  1041.                         </Description>
  1042.                     </Choice>
  1043.                     <Choice value='Vanilla' displayValue='Vanilla'>
  1044.                         <Description>
  1045.                             Simulates Vanilla Minecraft.
  1046.                         </Description>
  1047.                     </Choice>
  1048.                     <Choice value='none' displayValue='None' description='Alduorite is not generated in the world.'/>
  1049.                 </OptionChoice>
  1050.                 <OptionNumeric name='mtlgAlduoriteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1051.                     <Description> Frequency multiplier for Metallurgy 4 Alduorite distributions </Description>
  1052.                     <DisplayName>Metallurgy 4 Alduorite Freq.</DisplayName>
  1053.                 </OptionNumeric>
  1054.                 <OptionNumeric name='mtlgAlduoriteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1055.                     <Description> Size multiplier for Metallurgy 4 Alduorite distributions </Description>
  1056.                     <DisplayName>Metallurgy 4 Alduorite Size</DisplayName>
  1057.                 </OptionNumeric>
  1058.             </ConfigSection>
  1059.             <!-- Alduorite Configuration UI Complete -->
  1060.  
  1061.  
  1062.             <!-- Kalendrite Configuration UI Starting -->
  1063.             <ConfigSection>
  1064.                 <OptionChoice name='mtlgKalendriteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  1065.                     <Description> Controls how Kalendrite is generated </Description>
  1066.                     <DisplayName>Metallurgy 4 Kalendrite</DisplayName>
  1067.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  1068.                         <Description>
  1069.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1070.                         </Description>
  1071.                     </Choice>
  1072.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  1073.                         <Description>
  1074.                             Large irregular clouds filled lightly with ore.
  1075.                         </Description>
  1076.                     </Choice>
  1077.                     <Choice value='Vanilla' displayValue='Vanilla'>
  1078.                         <Description>
  1079.                             Simulates Vanilla Minecraft.
  1080.                         </Description>
  1081.                     </Choice>
  1082.                     <Choice value='none' displayValue='None' description='Kalendrite is not generated in the world.'/>
  1083.                 </OptionChoice>
  1084.                 <OptionNumeric name='mtlgKalendriteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1085.                     <Description> Frequency multiplier for Metallurgy 4 Kalendrite distributions </Description>
  1086.                     <DisplayName>Metallurgy 4 Kalendrite Freq.</DisplayName>
  1087.                 </OptionNumeric>
  1088.                 <OptionNumeric name='mtlgKalendriteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1089.                     <Description> Size multiplier for Metallurgy 4 Kalendrite distributions </Description>
  1090.                     <DisplayName>Metallurgy 4 Kalendrite Size</DisplayName>
  1091.                 </OptionNumeric>
  1092.             </ConfigSection>
  1093.             <!-- Kalendrite Configuration UI Complete -->
  1094.  
  1095.  
  1096.             <!-- Vulcanite Configuration UI Starting -->
  1097.             <ConfigSection>
  1098.                 <OptionChoice name='mtlgVulcaniteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  1099.                     <Description> Controls how Vulcanite is generated </Description>
  1100.                     <DisplayName>Metallurgy 4 Vulcanite</DisplayName>
  1101.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  1102.                         <Description>
  1103.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1104.                         </Description>
  1105.                     </Choice>
  1106.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  1107.                         <Description>
  1108.                             Large irregular clouds filled lightly with ore.
  1109.                         </Description>
  1110.                     </Choice>
  1111.                     <Choice value='Vanilla' displayValue='Vanilla'>
  1112.                         <Description>
  1113.                             Simulates Vanilla Minecraft.
  1114.                         </Description>
  1115.                     </Choice>
  1116.                     <Choice value='none' displayValue='None' description='Vulcanite is not generated in the world.'/>
  1117.                 </OptionChoice>
  1118.                 <OptionNumeric name='mtlgVulcaniteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1119.                     <Description> Frequency multiplier for Metallurgy 4 Vulcanite distributions </Description>
  1120.                     <DisplayName>Metallurgy 4 Vulcanite Freq.</DisplayName>
  1121.                 </OptionNumeric>
  1122.                 <OptionNumeric name='mtlgVulcaniteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1123.                     <Description> Size multiplier for Metallurgy 4 Vulcanite distributions </Description>
  1124.                     <DisplayName>Metallurgy 4 Vulcanite Size</DisplayName>
  1125.                 </OptionNumeric>
  1126.             </ConfigSection>
  1127.             <!-- Vulcanite Configuration UI Complete -->
  1128.  
  1129.  
  1130.             <!-- Sanguinite Configuration UI Starting -->
  1131.             <ConfigSection>
  1132.                 <OptionChoice name='mtlgSanguiniteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  1133.                     <Description> Controls how Sanguinite is generated </Description>
  1134.                     <DisplayName>Metallurgy 4 Sanguinite</DisplayName>
  1135.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  1136.                         <Description>
  1137.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1138.                         </Description>
  1139.                     </Choice>
  1140.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  1141.                         <Description>
  1142.                             Large irregular clouds filled lightly with ore.
  1143.                         </Description>
  1144.                     </Choice>
  1145.                     <Choice value='Vanilla' displayValue='Vanilla'>
  1146.                         <Description>
  1147.                             Simulates Vanilla Minecraft.
  1148.                         </Description>
  1149.                     </Choice>
  1150.                     <Choice value='none' displayValue='None' description='Sanguinite is not generated in the world.'/>
  1151.                 </OptionChoice>
  1152.                 <OptionNumeric name='mtlgSanguiniteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1153.                     <Description> Frequency multiplier for Metallurgy 4 Sanguinite distributions </Description>
  1154.                     <DisplayName>Metallurgy 4 Sanguinite Freq.</DisplayName>
  1155.                 </OptionNumeric>
  1156.                 <OptionNumeric name='mtlgSanguiniteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1157.                     <Description> Size multiplier for Metallurgy 4 Sanguinite distributions </Description>
  1158.                     <DisplayName>Metallurgy 4 Sanguinite Size</DisplayName>
  1159.                 </OptionNumeric>
  1160.             </ConfigSection>
  1161.             <!-- Sanguinite Configuration UI Complete -->
  1162.  
  1163.  
  1164.             <!-- Eximite Configuration UI Starting -->
  1165.             <ConfigSection>
  1166.                 <OptionChoice name='mtlgEximiteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  1167.                     <Description> Controls how Eximite is generated </Description>
  1168.                     <DisplayName>Metallurgy 4 Eximite</DisplayName>
  1169.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  1170.                         <Description>
  1171.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1172.                         </Description>
  1173.                     </Choice>
  1174.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  1175.                         <Description>
  1176.                             Large irregular clouds filled lightly with ore.
  1177.                         </Description>
  1178.                     </Choice>
  1179.                     <Choice value='Vanilla' displayValue='Vanilla'>
  1180.                         <Description>
  1181.                             Simulates Vanilla Minecraft.
  1182.                         </Description>
  1183.                     </Choice>
  1184.                     <Choice value='none' displayValue='None' description='Eximite is not generated in the world.'/>
  1185.                 </OptionChoice>
  1186.                 <OptionNumeric name='mtlgEximiteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1187.                     <Description> Frequency multiplier for Metallurgy 4 Eximite distributions </Description>
  1188.                     <DisplayName>Metallurgy 4 Eximite Freq.</DisplayName>
  1189.                 </OptionNumeric>
  1190.                 <OptionNumeric name='mtlgEximiteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1191.                     <Description> Size multiplier for Metallurgy 4 Eximite distributions </Description>
  1192.                     <DisplayName>Metallurgy 4 Eximite Size</DisplayName>
  1193.                 </OptionNumeric>
  1194.             </ConfigSection>
  1195.             <!-- Eximite Configuration UI Complete -->
  1196.  
  1197.  
  1198.             <!-- Meutoite Configuration UI Starting -->
  1199.             <ConfigSection>
  1200.                 <OptionChoice name='mtlgMeutoiteDist'  displayState=':= if(?enableMetallurgy4, "shown", "hidden")' displayGroup='groupMetallurgy4'>
  1201.                     <Description> Controls how Meutoite is generated </Description>
  1202.                     <DisplayName>Metallurgy 4 Meutoite</DisplayName>
  1203.                     <Choice value='LayeredVeins' displayValue='Layered Veins'>
  1204.                         <Description>
  1205.                             Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1206.                         </Description>
  1207.                     </Choice>
  1208.                     <Choice value='Cloud' displayValue='Strategic Cloud'>
  1209.                         <Description>
  1210.                             Large irregular clouds filled lightly with ore.
  1211.                         </Description>
  1212.                     </Choice>
  1213.                     <Choice value='Vanilla' displayValue='Vanilla'>
  1214.                         <Description>
  1215.                             Simulates Vanilla Minecraft.
  1216.                         </Description>
  1217.                     </Choice>
  1218.                     <Choice value='none' displayValue='None' description='Meutoite is not generated in the world.'/>
  1219.                 </OptionChoice>
  1220.                 <OptionNumeric name='mtlgMeutoiteFreq' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1221.                     <Description> Frequency multiplier for Metallurgy 4 Meutoite distributions </Description>
  1222.                     <DisplayName>Metallurgy 4 Meutoite Freq.</DisplayName>
  1223.                 </OptionNumeric>
  1224.                 <OptionNumeric name='mtlgMeutoiteSize' default='1'  min='0' max='5' displayState=':= if(?enableMetallurgy4, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupMetallurgy4'>
  1225.                     <Description> Size multiplier for Metallurgy 4 Meutoite distributions </Description>
  1226.                     <DisplayName>Metallurgy 4 Meutoite Size</DisplayName>
  1227.                 </OptionNumeric>
  1228.             </ConfigSection>
  1229.             <!-- Meutoite Configuration UI Complete -->
  1230.  
  1231.         </ConfigSection>
  1232.         <!-- Setup Screen Complete -->
  1233.  
  1234.         <IfCondition condition=':= ?enableMetallurgy4'>
  1235.  
  1236.  
  1237.  
  1238.  
  1239.             <!-- Overworld Setup Beginning -->
  1240.  
  1241.             <IfCondition condition=':= ?COGActive'>
  1242.  
  1243.                 <!-- Starting Original "Overworld" Block Removal -->
  1244.  
  1245.                 <IfCondition condition=':= ?blockExists("minecraft:stone")'>
  1246.                     <Substitute name='mtlgOverworldBlockSubstitute0' block='minecraft:stone'>
  1247.                         <Description>
  1248.                             Replace vanilla-generated ore clusters.
  1249.                         </Description>
  1250.                         <Comment>
  1251.                             The global option  deferredPopulationRange
  1252.                             must be large  enough to catch all ore
  1253.                             clusters (>=  32).
  1254.                         </Comment>
  1255.                         <IfCondition condition=':= ?blockExists("Metallurgy:base.ore")'> <Replaces block='Metallurgy:base.ore' weight='1.0' /> </IfCondition>
  1256.                         <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:1")'> <Replaces block='Metallurgy:base.ore:1' weight='1.0' /> </IfCondition>
  1257.                         <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:2")'> <Replaces block='Metallurgy:base.ore:2' weight='1.0' /> </IfCondition>
  1258.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore")'> <Replaces block='Metallurgy:fantasy.ore' weight='1.0' /> </IfCondition>
  1259.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:1")'> <Replaces block='Metallurgy:fantasy.ore:1' weight='1.0' /> </IfCondition>
  1260.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:11")'> <Replaces block='Metallurgy:fantasy.ore:11' weight='1.0' /> </IfCondition>
  1261.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:13")'> <Replaces block='Metallurgy:fantasy.ore:13' weight='1.0' /> </IfCondition>
  1262.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:14")'> <Replaces block='Metallurgy:fantasy.ore:14' weight='1.0' /> </IfCondition>
  1263.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:2")'> <Replaces block='Metallurgy:fantasy.ore:2' weight='1.0' /> </IfCondition>
  1264.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:4")'> <Replaces block='Metallurgy:fantasy.ore:4' weight='1.0' /> </IfCondition>
  1265.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:5")'> <Replaces block='Metallurgy:fantasy.ore:5' weight='1.0' /> </IfCondition>
  1266.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:6")'> <Replaces block='Metallurgy:fantasy.ore:6' weight='1.0' /> </IfCondition>
  1267.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:7")'> <Replaces block='Metallurgy:fantasy.ore:7' weight='1.0' /> </IfCondition>
  1268.                         <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:8")'> <Replaces block='Metallurgy:fantasy.ore:8' weight='1.0' /> </IfCondition>
  1269.                         <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore")'> <Replaces block='Metallurgy:precious.ore' weight='1.0' /> </IfCondition>
  1270.                         <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:1")'> <Replaces block='Metallurgy:precious.ore:1' weight='1.0' /> </IfCondition>
  1271.                         <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:2")'> <Replaces block='Metallurgy:precious.ore:2' weight='1.0' /> </IfCondition>
  1272.                         <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore")'> <Replaces block='Metallurgy:utility.ore' weight='1.0' /> </IfCondition>
  1273.                         <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:1")'> <Replaces block='Metallurgy:utility.ore:1' weight='1.0' /> </IfCondition>
  1274.                         <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:2")'> <Replaces block='Metallurgy:utility.ore:2' weight='1.0' /> </IfCondition>
  1275.                         <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:3")'> <Replaces block='Metallurgy:utility.ore:3' weight='1.0' /> </IfCondition>
  1276.                         <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:4")'> <Replaces block='Metallurgy:utility.ore:4' weight='1.0' /> </IfCondition>
  1277.                         <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:5")'> <Replaces block='Metallurgy:utility.ore:5' weight='1.0' /> </IfCondition>
  1278.                     </Substitute>
  1279.                 </IfCondition>
  1280.  
  1281.                 <!-- Original "Overworld" Block Removal Complete -->
  1282.  
  1283.                 <!-- Adding blocks -->
  1284.  
  1285.                 <!-- Begin Sulfur Generation -->
  1286.  
  1287.                 <!-- Starting SparseVeins Preset for Sulfur. -->
  1288.                 <ConfigSection>
  1289.                     <IfCondition condition=':= mtlgSulfurDist = "SparseVeins"'>
  1290.                         <Veins name='mtlgSulfurVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60FCF570' drawBoundBox='false' boundBoxColor='0x60FCF570'>
  1291.                             <Description>
  1292.                                 Large veins filled very lightly  with
  1293.                                 ore.  Because they contain  less ore
  1294.                                 per volume, these veins  are
  1295.                                 relatively wide and long.  Mining the
  1296.                                 ore from them is time  consuming
  1297.                                 compared to solid ore  veins.  They
  1298.                                 are also more  difficult to follow,
  1299.                                 since it is  harder to get an idea of
  1300.                                 their  direction while mining.
  1301.                             </Description>
  1302.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore")'> <OreBlock block='Metallurgy:utility.ore' weight='1.0' /> </IfCondition>
  1303.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1304.                             <Biome name='.*'  />
  1305.                             <Setting name='MotherlodeFrequency' avg=':= 1.733 * _default_ * mtlgSulfurFreq ' range=':= 1.733 * _default_ * mtlgSulfurFreq ' type='normal' scaleTo='base' />
  1306.                             <Setting name='MotherlodeSize' avg=':= 0 * _default_ * mtlgSulfurSize ' range=':= 0 * _default_ * mtlgSulfurSize ' type='normal' />
  1307.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1308.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1309.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1310.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1311.                             <Setting name='BranchLength' avg=':= 1.316 * _default_ ' range=':= 1.316 * _default_ ' type='normal' />
  1312.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1313.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1314.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1315.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgSulfurSize ' range=':= _default_ * mtlgSulfurSize ' type='normal' />
  1316.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1317.                             <Setting name='SegmentRadius' avg=':= 1.147 * _default_ * mtlgSulfurSize ' range=':= 1.147 * _default_ * mtlgSulfurSize ' type='normal' />
  1318.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1319.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1320.                         </Veins>
  1321.                     </IfCondition>
  1322.                 </ConfigSection>
  1323.                 <!-- SparseVeins Preset for Sulfur is complete. -->
  1324.  
  1325.  
  1326.                 <!-- Starting Cloud Preset for Sulfur. -->
  1327.                 <ConfigSection>
  1328.                     <IfCondition condition=':= mtlgSulfurDist = "Cloud"'>
  1329.                         <Cloud name='mtlgSulfurCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60FCF570' drawBoundBox='false' boundBoxColor='0x60FCF570'>
  1330.                             <Description>
  1331.                                 Large irregular clouds filled  lightly
  1332.                                 with ore.  These are  huge, spanning
  1333.                                 several adjacent  chunks, and
  1334.                                 consequently rather  rare.  They
  1335.                                 contain a sizeable  amount of ore, but
  1336.                                 it takes some  time and effort to mine
  1337.                                 due to  low density. The intent for
  1338.                                 strategic clouds is that the  player
  1339.                                 will need to actively  search for one
  1340.                                 and then set up a  semi-permanent
  1341.                                 mining base and  spend some time
  1342.                                 actually mining  the ore.
  1343.                             </Description>
  1344.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore")'> <OreBlock block='Metallurgy:utility.ore' weight='1.0' /> </IfCondition>
  1345.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1346.                             <Biome name='.*'  />
  1347.                             <Setting name='CloudRadius' avg=':= 0.787 * _default_ * mtlgSulfurSize ' range=':= 0.787 * _default_ * mtlgSulfurSize ' type='normal' />
  1348.                             <Setting name='CloudThickness' avg=':= 0.787 * _default_ * mtlgSulfurSize ' range=':= 0.787 * _default_ * mtlgSulfurSize ' type='normal' scaleTo='base' />
  1349.                             <Setting name='DistributionFrequency' avg=':= 0.619 * _default_ * mtlgSulfurFreq ' range=':= 0.619 * _default_ * mtlgSulfurFreq ' type='normal' scaleTo='base' />
  1350.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1351.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1352.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1353.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1354.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1355.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1356.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1357.                             <Veins name='mtlgSulfurHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60FCF570' drawBoundBox='false' boundBoxColor='0x60FCF570'>
  1358.                                 <Description>
  1359.                                     Single blocks, generously
  1360.                                     scattered through all heights
  1361.                                     (density is about that of  vanilla
  1362.                                     iron ore). They will  replace dirt
  1363.                                     and sandstone  (but not grass or
  1364.                                     sand), so  they can be found
  1365.                                     nearer to  the surface than most
  1366.                                     ores.  Intened to be used as a
  1367.                                     child  distribution for large,
  1368.                                     rare  strategic deposits that
  1369.                                     would  otherwise be very difficult
  1370.                                     to find.  Note that the  frequency
  1371.                                     is multiplied by  ground level to
  1372.                                     maintain a  constant density, but
  1373.                                     not by  ore frequency because it
  1374.                                     is  assumed that the frequency of
  1375.                                     the parent distribution will
  1376.                                     already be scaled by that.
  1377.                                 </Description>
  1378.                                 <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore")'> <OreBlock block='Metallurgy:utility.ore' weight='1.0' /> </IfCondition>
  1379.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  1380.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  1381.                             </Veins>
  1382.                         </Cloud>
  1383.                     </IfCondition>
  1384.                 </ConfigSection>
  1385.                 <!-- Cloud Preset for Sulfur is complete. -->
  1386.  
  1387.  
  1388.                 <!-- Starting Vanilla Preset for Sulfur. -->
  1389.                 <ConfigSection>
  1390.                     <IfCondition condition=':= mtlgSulfurDist = "Vanilla"'>
  1391.                         <StandardGen name='mtlgSulfurStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60FCF570' drawBoundBox='false' boundBoxColor='0x60FCF570'>
  1392.                             <Description>
  1393.                                 A master preset for standardgen  ore
  1394.                                 distributions.
  1395.                             </Description>
  1396.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore")'> <OreBlock block='Metallurgy:utility.ore' weight='1.0' /> </IfCondition>
  1397.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1398.                             <Biome name='.*'  />
  1399.                             <Setting name='Size' avg=':= 4.000 * mtlgSulfurSize ' range=':= _default_ * mtlgSulfurSize ' type='normal' />
  1400.                             <Setting name='Frequency' avg=':= 4.000 * mtlgSulfurFreq ' range=':= _default_ * mtlgSulfurFreq ' type='normal' scaleTo='base' />
  1401.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1402.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1403.                         </StandardGen>
  1404.                     </IfCondition>
  1405.                 </ConfigSection>
  1406.                 <!-- Vanilla Preset for Sulfur is complete. -->
  1407.  
  1408.                 <!-- End Sulfur Generation -->
  1409.  
  1410.  
  1411.                 <!-- Begin Phosphorite Generation -->
  1412.  
  1413.                 <!-- Starting SparseVeins Preset for Phosphorite. -->
  1414.                 <ConfigSection>
  1415.                     <IfCondition condition=':= mtlgPhosphoriteDist = "SparseVeins"'>
  1416.                         <Veins name='mtlgPhosphoriteVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x608D6161' drawBoundBox='false' boundBoxColor='0x608D6161'>
  1417.                             <Description>
  1418.                                 Large veins filled very lightly  with
  1419.                                 ore.  Because they contain  less ore
  1420.                                 per volume, these veins  are
  1421.                                 relatively wide and long.  Mining the
  1422.                                 ore from them is time  consuming
  1423.                                 compared to solid ore  veins.  They
  1424.                                 are also more  difficult to follow,
  1425.                                 since it is  harder to get an idea of
  1426.                                 their  direction while mining.
  1427.                             </Description>
  1428.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:1")'> <OreBlock block='Metallurgy:utility.ore:1' weight='1.0' /> </IfCondition>
  1429.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1430.                             <Biome name='.*'  />
  1431.                             <Setting name='MotherlodeFrequency' avg=':= 1.733 * _default_ * mtlgPhosphoriteFreq ' range=':= 1.733 * _default_ * mtlgPhosphoriteFreq ' type='normal' scaleTo='base' />
  1432.                             <Setting name='MotherlodeSize' avg=':= 0 * _default_ * mtlgPhosphoriteSize ' range=':= 0 * _default_ * mtlgPhosphoriteSize ' type='normal' />
  1433.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1434.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1435.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1436.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1437.                             <Setting name='BranchLength' avg=':= 1.316 * _default_ ' range=':= 1.316 * _default_ ' type='normal' />
  1438.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1439.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1440.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1441.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgPhosphoriteSize ' range=':= _default_ * mtlgPhosphoriteSize ' type='normal' />
  1442.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1443.                             <Setting name='SegmentRadius' avg=':= 1.147 * _default_ * mtlgPhosphoriteSize ' range=':= 1.147 * _default_ * mtlgPhosphoriteSize ' type='normal' />
  1444.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1445.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1446.                         </Veins>
  1447.                     </IfCondition>
  1448.                 </ConfigSection>
  1449.                 <!-- SparseVeins Preset for Phosphorite is complete. -->
  1450.  
  1451.  
  1452.                 <!-- Starting Cloud Preset for Phosphorite. -->
  1453.                 <ConfigSection>
  1454.                     <IfCondition condition=':= mtlgPhosphoriteDist = "Cloud"'>
  1455.                         <Cloud name='mtlgPhosphoriteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x608D6161' drawBoundBox='false' boundBoxColor='0x608D6161'>
  1456.                             <Description>
  1457.                                 Large irregular clouds filled  lightly
  1458.                                 with ore.  These are  huge, spanning
  1459.                                 several adjacent  chunks, and
  1460.                                 consequently rather  rare.  They
  1461.                                 contain a sizeable  amount of ore, but
  1462.                                 it takes some  time and effort to mine
  1463.                                 due to  low density. The intent for
  1464.                                 strategic clouds is that the  player
  1465.                                 will need to actively  search for one
  1466.                                 and then set up a  semi-permanent
  1467.                                 mining base and  spend some time
  1468.                                 actually mining  the ore.
  1469.                             </Description>
  1470.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:1")'> <OreBlock block='Metallurgy:utility.ore:1' weight='1.0' /> </IfCondition>
  1471.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1472.                             <Biome name='.*'  />
  1473.                             <Setting name='CloudRadius' avg=':= 0.787 * _default_ * mtlgPhosphoriteSize ' range=':= 0.787 * _default_ * mtlgPhosphoriteSize ' type='normal' />
  1474.                             <Setting name='CloudThickness' avg=':= 0.787 * _default_ * mtlgPhosphoriteSize ' range=':= 0.787 * _default_ * mtlgPhosphoriteSize ' type='normal' scaleTo='base' />
  1475.                             <Setting name='DistributionFrequency' avg=':= 0.619 * _default_ * mtlgPhosphoriteFreq ' range=':= 0.619 * _default_ * mtlgPhosphoriteFreq ' type='normal' scaleTo='base' />
  1476.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1477.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1478.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1479.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1480.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1481.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1482.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1483.                             <Veins name='mtlgPhosphoriteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x608D6161' drawBoundBox='false' boundBoxColor='0x608D6161'>
  1484.                                 <Description>
  1485.                                     Single blocks, generously
  1486.                                     scattered through all heights
  1487.                                     (density is about that of  vanilla
  1488.                                     iron ore). They will  replace dirt
  1489.                                     and sandstone  (but not grass or
  1490.                                     sand), so  they can be found
  1491.                                     nearer to  the surface than most
  1492.                                     ores.  Intened to be used as a
  1493.                                     child  distribution for large,
  1494.                                     rare  strategic deposits that
  1495.                                     would  otherwise be very difficult
  1496.                                     to find.  Note that the  frequency
  1497.                                     is multiplied by  ground level to
  1498.                                     maintain a  constant density, but
  1499.                                     not by  ore frequency because it
  1500.                                     is  assumed that the frequency of
  1501.                                     the parent distribution will
  1502.                                     already be scaled by that.
  1503.                                 </Description>
  1504.                                 <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:1")'> <OreBlock block='Metallurgy:utility.ore:1' weight='1.0' /> </IfCondition>
  1505.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  1506.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  1507.                             </Veins>
  1508.                         </Cloud>
  1509.                     </IfCondition>
  1510.                 </ConfigSection>
  1511.                 <!-- Cloud Preset for Phosphorite is complete. -->
  1512.  
  1513.  
  1514.                 <!-- Starting Vanilla Preset for Phosphorite. -->
  1515.                 <ConfigSection>
  1516.                     <IfCondition condition=':= mtlgPhosphoriteDist = "Vanilla"'>
  1517.                         <StandardGen name='mtlgPhosphoriteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x608D6161' drawBoundBox='false' boundBoxColor='0x608D6161'>
  1518.                             <Description>
  1519.                                 A master preset for standardgen  ore
  1520.                                 distributions.
  1521.                             </Description>
  1522.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:1")'> <OreBlock block='Metallurgy:utility.ore:1' weight='1.0' /> </IfCondition>
  1523.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1524.                             <Biome name='.*'  />
  1525.                             <Setting name='Size' avg=':= 4.000 * mtlgPhosphoriteSize ' range=':= _default_ * mtlgPhosphoriteSize ' type='normal' />
  1526.                             <Setting name='Frequency' avg=':= 4.000 * mtlgPhosphoriteFreq ' range=':= _default_ * mtlgPhosphoriteFreq ' type='normal' scaleTo='base' />
  1527.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1528.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1529.                         </StandardGen>
  1530.                     </IfCondition>
  1531.                 </ConfigSection>
  1532.                 <!-- Vanilla Preset for Phosphorite is complete. -->
  1533.  
  1534.                 <!-- End Phosphorite Generation -->
  1535.  
  1536.  
  1537.                 <!-- Begin Saltpeter Generation -->
  1538.  
  1539.                 <!-- Starting SparseVeins Preset for Saltpeter. -->
  1540.                 <ConfigSection>
  1541.                     <IfCondition condition=':= mtlgSaltpeterDist = "SparseVeins"'>
  1542.                         <Veins name='mtlgSaltpeterVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60EAEAEA' drawBoundBox='false' boundBoxColor='0x60EAEAEA'>
  1543.                             <Description>
  1544.                                 Large veins filled very lightly  with
  1545.                                 ore.  Because they contain  less ore
  1546.                                 per volume, these veins  are
  1547.                                 relatively wide and long.  Mining the
  1548.                                 ore from them is time  consuming
  1549.                                 compared to solid ore  veins.  They
  1550.                                 are also more  difficult to follow,
  1551.                                 since it is  harder to get an idea of
  1552.                                 their  direction while mining.
  1553.                             </Description>
  1554.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:2")'> <OreBlock block='Metallurgy:utility.ore:2' weight='1.0' /> </IfCondition>
  1555.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1556.                             <Biome name='.*'  />
  1557.                             <Setting name='MotherlodeFrequency' avg=':= 1.733 * _default_ * mtlgSaltpeterFreq ' range=':= 1.733 * _default_ * mtlgSaltpeterFreq ' type='normal' scaleTo='base' />
  1558.                             <Setting name='MotherlodeSize' avg=':= 0 * _default_ * mtlgSaltpeterSize ' range=':= 0 * _default_ * mtlgSaltpeterSize ' type='normal' />
  1559.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1560.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1561.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1562.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1563.                             <Setting name='BranchLength' avg=':= 1.316 * _default_ ' range=':= 1.316 * _default_ ' type='normal' />
  1564.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1565.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1566.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1567.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgSaltpeterSize ' range=':= _default_ * mtlgSaltpeterSize ' type='normal' />
  1568.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1569.                             <Setting name='SegmentRadius' avg=':= 1.147 * _default_ * mtlgSaltpeterSize ' range=':= 1.147 * _default_ * mtlgSaltpeterSize ' type='normal' />
  1570.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1571.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1572.                         </Veins>
  1573.                     </IfCondition>
  1574.                 </ConfigSection>
  1575.                 <!-- SparseVeins Preset for Saltpeter is complete. -->
  1576.  
  1577.  
  1578.                 <!-- Starting Cloud Preset for Saltpeter. -->
  1579.                 <ConfigSection>
  1580.                     <IfCondition condition=':= mtlgSaltpeterDist = "Cloud"'>
  1581.                         <Cloud name='mtlgSaltpeterCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60EAEAEA' drawBoundBox='false' boundBoxColor='0x60EAEAEA'>
  1582.                             <Description>
  1583.                                 Large irregular clouds filled  lightly
  1584.                                 with ore.  These are  huge, spanning
  1585.                                 several adjacent  chunks, and
  1586.                                 consequently rather  rare.  They
  1587.                                 contain a sizeable  amount of ore, but
  1588.                                 it takes some  time and effort to mine
  1589.                                 due to  low density. The intent for
  1590.                                 strategic clouds is that the  player
  1591.                                 will need to actively  search for one
  1592.                                 and then set up a  semi-permanent
  1593.                                 mining base and  spend some time
  1594.                                 actually mining  the ore.
  1595.                             </Description>
  1596.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:2")'> <OreBlock block='Metallurgy:utility.ore:2' weight='1.0' /> </IfCondition>
  1597.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1598.                             <Biome name='.*'  />
  1599.                             <Setting name='CloudRadius' avg=':= 0.787 * _default_ * mtlgSaltpeterSize ' range=':= 0.787 * _default_ * mtlgSaltpeterSize ' type='normal' />
  1600.                             <Setting name='CloudThickness' avg=':= 0.787 * _default_ * mtlgSaltpeterSize ' range=':= 0.787 * _default_ * mtlgSaltpeterSize ' type='normal' scaleTo='base' />
  1601.                             <Setting name='DistributionFrequency' avg=':= 0.619 * _default_ * mtlgSaltpeterFreq ' range=':= 0.619 * _default_ * mtlgSaltpeterFreq ' type='normal' scaleTo='base' />
  1602.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1603.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1604.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1605.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1606.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1607.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1608.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1609.                             <Veins name='mtlgSaltpeterHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60EAEAEA' drawBoundBox='false' boundBoxColor='0x60EAEAEA'>
  1610.                                 <Description>
  1611.                                     Single blocks, generously
  1612.                                     scattered through all heights
  1613.                                     (density is about that of  vanilla
  1614.                                     iron ore). They will  replace dirt
  1615.                                     and sandstone  (but not grass or
  1616.                                     sand), so  they can be found
  1617.                                     nearer to  the surface than most
  1618.                                     ores.  Intened to be used as a
  1619.                                     child  distribution for large,
  1620.                                     rare  strategic deposits that
  1621.                                     would  otherwise be very difficult
  1622.                                     to find.  Note that the  frequency
  1623.                                     is multiplied by  ground level to
  1624.                                     maintain a  constant density, but
  1625.                                     not by  ore frequency because it
  1626.                                     is  assumed that the frequency of
  1627.                                     the parent distribution will
  1628.                                     already be scaled by that.
  1629.                                 </Description>
  1630.                                 <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:2")'> <OreBlock block='Metallurgy:utility.ore:2' weight='1.0' /> </IfCondition>
  1631.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  1632.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  1633.                             </Veins>
  1634.                         </Cloud>
  1635.                     </IfCondition>
  1636.                 </ConfigSection>
  1637.                 <!-- Cloud Preset for Saltpeter is complete. -->
  1638.  
  1639.  
  1640.                 <!-- Starting Vanilla Preset for Saltpeter. -->
  1641.                 <ConfigSection>
  1642.                     <IfCondition condition=':= mtlgSaltpeterDist = "Vanilla"'>
  1643.                         <StandardGen name='mtlgSaltpeterStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60EAEAEA' drawBoundBox='false' boundBoxColor='0x60EAEAEA'>
  1644.                             <Description>
  1645.                                 A master preset for standardgen  ore
  1646.                                 distributions.
  1647.                             </Description>
  1648.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:2")'> <OreBlock block='Metallurgy:utility.ore:2' weight='1.0' /> </IfCondition>
  1649.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1650.                             <Biome name='.*'  />
  1651.                             <Setting name='Size' avg=':= 4.000 * mtlgSaltpeterSize ' range=':= _default_ * mtlgSaltpeterSize ' type='normal' />
  1652.                             <Setting name='Frequency' avg=':= 4.000 * mtlgSaltpeterFreq ' range=':= _default_ * mtlgSaltpeterFreq ' type='normal' scaleTo='base' />
  1653.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1654.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1655.                         </StandardGen>
  1656.                     </IfCondition>
  1657.                 </ConfigSection>
  1658.                 <!-- Vanilla Preset for Saltpeter is complete. -->
  1659.  
  1660.                 <!-- End Saltpeter Generation -->
  1661.  
  1662.  
  1663.                 <!-- Begin Magnesium Generation -->
  1664.  
  1665.                 <!-- Starting SparseVeins Preset for Magnesium. -->
  1666.                 <ConfigSection>
  1667.                     <IfCondition condition=':= mtlgMagnesiumDist = "SparseVeins"'>
  1668.                         <Veins name='mtlgMagnesiumVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60927C6C' drawBoundBox='false' boundBoxColor='0x60927C6C'>
  1669.                             <Description>
  1670.                                 Large veins filled very lightly  with
  1671.                                 ore.  Because they contain  less ore
  1672.                                 per volume, these veins  are
  1673.                                 relatively wide and long.  Mining the
  1674.                                 ore from them is time  consuming
  1675.                                 compared to solid ore  veins.  They
  1676.                                 are also more  difficult to follow,
  1677.                                 since it is  harder to get an idea of
  1678.                                 their  direction while mining.
  1679.                             </Description>
  1680.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:3")'> <OreBlock block='Metallurgy:utility.ore:3' weight='1.0' /> </IfCondition>
  1681.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1682.                             <Biome name='.*'  />
  1683.                             <Setting name='MotherlodeFrequency' avg=':= 1.733 * _default_ * mtlgMagnesiumFreq ' range=':= 1.733 * _default_ * mtlgMagnesiumFreq ' type='normal' scaleTo='base' />
  1684.                             <Setting name='MotherlodeSize' avg=':= 0 * _default_ * mtlgMagnesiumSize ' range=':= 0 * _default_ * mtlgMagnesiumSize ' type='normal' />
  1685.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1686.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1687.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1688.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1689.                             <Setting name='BranchLength' avg=':= 1.316 * _default_ ' range=':= 1.316 * _default_ ' type='normal' />
  1690.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1691.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1692.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1693.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgMagnesiumSize ' range=':= _default_ * mtlgMagnesiumSize ' type='normal' />
  1694.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1695.                             <Setting name='SegmentRadius' avg=':= 1.147 * _default_ * mtlgMagnesiumSize ' range=':= 1.147 * _default_ * mtlgMagnesiumSize ' type='normal' />
  1696.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1697.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1698.                         </Veins>
  1699.                     </IfCondition>
  1700.                 </ConfigSection>
  1701.                 <!-- SparseVeins Preset for Magnesium is complete. -->
  1702.  
  1703.  
  1704.                 <!-- Starting Cloud Preset for Magnesium. -->
  1705.                 <ConfigSection>
  1706.                     <IfCondition condition=':= mtlgMagnesiumDist = "Cloud"'>
  1707.                         <Cloud name='mtlgMagnesiumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60927C6C' drawBoundBox='false' boundBoxColor='0x60927C6C'>
  1708.                             <Description>
  1709.                                 Large irregular clouds filled  lightly
  1710.                                 with ore.  These are  huge, spanning
  1711.                                 several adjacent  chunks, and
  1712.                                 consequently rather  rare.  They
  1713.                                 contain a sizeable  amount of ore, but
  1714.                                 it takes some  time and effort to mine
  1715.                                 due to  low density. The intent for
  1716.                                 strategic clouds is that the  player
  1717.                                 will need to actively  search for one
  1718.                                 and then set up a  semi-permanent
  1719.                                 mining base and  spend some time
  1720.                                 actually mining  the ore.
  1721.                             </Description>
  1722.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:3")'> <OreBlock block='Metallurgy:utility.ore:3' weight='1.0' /> </IfCondition>
  1723.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1724.                             <Biome name='.*'  />
  1725.                             <Setting name='CloudRadius' avg=':= 0.787 * _default_ * mtlgMagnesiumSize ' range=':= 0.787 * _default_ * mtlgMagnesiumSize ' type='normal' />
  1726.                             <Setting name='CloudThickness' avg=':= 0.787 * _default_ * mtlgMagnesiumSize ' range=':= 0.787 * _default_ * mtlgMagnesiumSize ' type='normal' scaleTo='base' />
  1727.                             <Setting name='DistributionFrequency' avg=':= 0.619 * _default_ * mtlgMagnesiumFreq ' range=':= 0.619 * _default_ * mtlgMagnesiumFreq ' type='normal' scaleTo='base' />
  1728.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1729.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1730.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1731.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1732.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1733.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1734.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1735.                             <Veins name='mtlgMagnesiumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60927C6C' drawBoundBox='false' boundBoxColor='0x60927C6C'>
  1736.                                 <Description>
  1737.                                     Single blocks, generously
  1738.                                     scattered through all heights
  1739.                                     (density is about that of  vanilla
  1740.                                     iron ore). They will  replace dirt
  1741.                                     and sandstone  (but not grass or
  1742.                                     sand), so  they can be found
  1743.                                     nearer to  the surface than most
  1744.                                     ores.  Intened to be used as a
  1745.                                     child  distribution for large,
  1746.                                     rare  strategic deposits that
  1747.                                     would  otherwise be very difficult
  1748.                                     to find.  Note that the  frequency
  1749.                                     is multiplied by  ground level to
  1750.                                     maintain a  constant density, but
  1751.                                     not by  ore frequency because it
  1752.                                     is  assumed that the frequency of
  1753.                                     the parent distribution will
  1754.                                     already be scaled by that.
  1755.                                 </Description>
  1756.                                 <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:3")'> <OreBlock block='Metallurgy:utility.ore:3' weight='1.0' /> </IfCondition>
  1757.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  1758.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  1759.                             </Veins>
  1760.                         </Cloud>
  1761.                     </IfCondition>
  1762.                 </ConfigSection>
  1763.                 <!-- Cloud Preset for Magnesium is complete. -->
  1764.  
  1765.  
  1766.                 <!-- Starting Vanilla Preset for Magnesium. -->
  1767.                 <ConfigSection>
  1768.                     <IfCondition condition=':= mtlgMagnesiumDist = "Vanilla"'>
  1769.                         <StandardGen name='mtlgMagnesiumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60927C6C' drawBoundBox='false' boundBoxColor='0x60927C6C'>
  1770.                             <Description>
  1771.                                 A master preset for standardgen  ore
  1772.                                 distributions.
  1773.                             </Description>
  1774.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:3")'> <OreBlock block='Metallurgy:utility.ore:3' weight='1.0' /> </IfCondition>
  1775.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1776.                             <Biome name='.*'  />
  1777.                             <Setting name='Size' avg=':= 4.000 * mtlgMagnesiumSize ' range=':= _default_ * mtlgMagnesiumSize ' type='normal' />
  1778.                             <Setting name='Frequency' avg=':= 4.000 * mtlgMagnesiumFreq ' range=':= _default_ * mtlgMagnesiumFreq ' type='normal' scaleTo='base' />
  1779.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1780.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1781.                         </StandardGen>
  1782.                     </IfCondition>
  1783.                 </ConfigSection>
  1784.                 <!-- Vanilla Preset for Magnesium is complete. -->
  1785.  
  1786.                 <!-- End Magnesium Generation -->
  1787.  
  1788.  
  1789.                 <!-- Begin Bitumen Generation -->
  1790.  
  1791.                 <!-- Starting SparseVeins Preset for Bitumen. -->
  1792.                 <ConfigSection>
  1793.                     <IfCondition condition=':= mtlgBitumenDist = "SparseVeins"'>
  1794.                         <Veins name='mtlgBitumenVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x602A2A2A' drawBoundBox='false' boundBoxColor='0x602A2A2A'>
  1795.                             <Description>
  1796.                                 Large veins filled very lightly  with
  1797.                                 ore.  Because they contain  less ore
  1798.                                 per volume, these veins  are
  1799.                                 relatively wide and long.  Mining the
  1800.                                 ore from them is time  consuming
  1801.                                 compared to solid ore  veins.  They
  1802.                                 are also more  difficult to follow,
  1803.                                 since it is  harder to get an idea of
  1804.                                 their  direction while mining.
  1805.                             </Description>
  1806.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:4")'> <OreBlock block='Metallurgy:utility.ore:4' weight='1.0' /> </IfCondition>
  1807.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1808.                             <Biome name='.*'  />
  1809.                             <Setting name='MotherlodeFrequency' avg=':= 1.733 * _default_ * mtlgBitumenFreq ' range=':= 1.733 * _default_ * mtlgBitumenFreq ' type='normal' scaleTo='base' />
  1810.                             <Setting name='MotherlodeSize' avg=':= 0 * _default_ * mtlgBitumenSize ' range=':= 0 * _default_ * mtlgBitumenSize ' type='normal' />
  1811.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1812.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1813.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1814.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1815.                             <Setting name='BranchLength' avg=':= 1.316 * _default_ ' range=':= 1.316 * _default_ ' type='normal' />
  1816.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1817.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1818.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1819.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgBitumenSize ' range=':= _default_ * mtlgBitumenSize ' type='normal' />
  1820.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1821.                             <Setting name='SegmentRadius' avg=':= 1.147 * _default_ * mtlgBitumenSize ' range=':= 1.147 * _default_ * mtlgBitumenSize ' type='normal' />
  1822.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1823.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1824.                         </Veins>
  1825.                     </IfCondition>
  1826.                 </ConfigSection>
  1827.                 <!-- SparseVeins Preset for Bitumen is complete. -->
  1828.  
  1829.  
  1830.                 <!-- Starting Cloud Preset for Bitumen. -->
  1831.                 <ConfigSection>
  1832.                     <IfCondition condition=':= mtlgBitumenDist = "Cloud"'>
  1833.                         <Cloud name='mtlgBitumenCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x602A2A2A' drawBoundBox='false' boundBoxColor='0x602A2A2A'>
  1834.                             <Description>
  1835.                                 Large irregular clouds filled  lightly
  1836.                                 with ore.  These are  huge, spanning
  1837.                                 several adjacent  chunks, and
  1838.                                 consequently rather  rare.  They
  1839.                                 contain a sizeable  amount of ore, but
  1840.                                 it takes some  time and effort to mine
  1841.                                 due to  low density. The intent for
  1842.                                 strategic clouds is that the  player
  1843.                                 will need to actively  search for one
  1844.                                 and then set up a  semi-permanent
  1845.                                 mining base and  spend some time
  1846.                                 actually mining  the ore.
  1847.                             </Description>
  1848.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:4")'> <OreBlock block='Metallurgy:utility.ore:4' weight='1.0' /> </IfCondition>
  1849.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1850.                             <Biome name='.*'  />
  1851.                             <Setting name='CloudRadius' avg=':= 0.787 * _default_ * mtlgBitumenSize ' range=':= 0.787 * _default_ * mtlgBitumenSize ' type='normal' />
  1852.                             <Setting name='CloudThickness' avg=':= 0.787 * _default_ * mtlgBitumenSize ' range=':= 0.787 * _default_ * mtlgBitumenSize ' type='normal' scaleTo='base' />
  1853.                             <Setting name='DistributionFrequency' avg=':= 0.619 * _default_ * mtlgBitumenFreq ' range=':= 0.619 * _default_ * mtlgBitumenFreq ' type='normal' scaleTo='base' />
  1854.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1855.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1856.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1857.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1858.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1859.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1860.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1861.                             <Veins name='mtlgBitumenHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x602A2A2A' drawBoundBox='false' boundBoxColor='0x602A2A2A'>
  1862.                                 <Description>
  1863.                                     Single blocks, generously
  1864.                                     scattered through all heights
  1865.                                     (density is about that of  vanilla
  1866.                                     iron ore). They will  replace dirt
  1867.                                     and sandstone  (but not grass or
  1868.                                     sand), so  they can be found
  1869.                                     nearer to  the surface than most
  1870.                                     ores.  Intened to be used as a
  1871.                                     child  distribution for large,
  1872.                                     rare  strategic deposits that
  1873.                                     would  otherwise be very difficult
  1874.                                     to find.  Note that the  frequency
  1875.                                     is multiplied by  ground level to
  1876.                                     maintain a  constant density, but
  1877.                                     not by  ore frequency because it
  1878.                                     is  assumed that the frequency of
  1879.                                     the parent distribution will
  1880.                                     already be scaled by that.
  1881.                                 </Description>
  1882.                                 <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:4")'> <OreBlock block='Metallurgy:utility.ore:4' weight='1.0' /> </IfCondition>
  1883.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  1884.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  1885.                             </Veins>
  1886.                         </Cloud>
  1887.                     </IfCondition>
  1888.                 </ConfigSection>
  1889.                 <!-- Cloud Preset for Bitumen is complete. -->
  1890.  
  1891.  
  1892.                 <!-- Starting Vanilla Preset for Bitumen. -->
  1893.                 <ConfigSection>
  1894.                     <IfCondition condition=':= mtlgBitumenDist = "Vanilla"'>
  1895.                         <StandardGen name='mtlgBitumenStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x602A2A2A' drawBoundBox='false' boundBoxColor='0x602A2A2A'>
  1896.                             <Description>
  1897.                                 A master preset for standardgen  ore
  1898.                                 distributions.
  1899.                             </Description>
  1900.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:4")'> <OreBlock block='Metallurgy:utility.ore:4' weight='1.0' /> </IfCondition>
  1901.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1902.                             <Biome name='.*'  />
  1903.                             <Setting name='Size' avg=':= 4.000 * mtlgBitumenSize ' range=':= _default_ * mtlgBitumenSize ' type='normal' />
  1904.                             <Setting name='Frequency' avg=':= 4.000 * mtlgBitumenFreq ' range=':= _default_ * mtlgBitumenFreq ' type='normal' scaleTo='base' />
  1905.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1906.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1907.                         </StandardGen>
  1908.                     </IfCondition>
  1909.                 </ConfigSection>
  1910.                 <!-- Vanilla Preset for Bitumen is complete. -->
  1911.  
  1912.                 <!-- End Bitumen Generation -->
  1913.  
  1914.  
  1915.                 <!-- Begin Potash Generation -->
  1916.  
  1917.                 <!-- Starting SparseVeins Preset for Potash. -->
  1918.                 <ConfigSection>
  1919.                     <IfCondition condition=':= mtlgPotashDist = "SparseVeins"'>
  1920.                         <Veins name='mtlgPotashVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60FFAA00' drawBoundBox='false' boundBoxColor='0x60FFAA00'>
  1921.                             <Description>
  1922.                                 Large veins filled very lightly  with
  1923.                                 ore.  Because they contain  less ore
  1924.                                 per volume, these veins  are
  1925.                                 relatively wide and long.  Mining the
  1926.                                 ore from them is time  consuming
  1927.                                 compared to solid ore  veins.  They
  1928.                                 are also more  difficult to follow,
  1929.                                 since it is  harder to get an idea of
  1930.                                 their  direction while mining.
  1931.                             </Description>
  1932.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:5")'> <OreBlock block='Metallurgy:utility.ore:5' weight='1.0' /> </IfCondition>
  1933.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1934.                             <Biome name='.*'  />
  1935.                             <Setting name='MotherlodeFrequency' avg=':= 1.733 * _default_ * mtlgPotashFreq ' range=':= 1.733 * _default_ * mtlgPotashFreq ' type='normal' scaleTo='base' />
  1936.                             <Setting name='MotherlodeSize' avg=':= 0 * _default_ * mtlgPotashSize ' range=':= 0 * _default_ * mtlgPotashSize ' type='normal' />
  1937.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1938.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1939.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1940.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1941.                             <Setting name='BranchLength' avg=':= 1.316 * _default_ ' range=':= 1.316 * _default_ ' type='normal' />
  1942.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1943.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1944.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1945.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgPotashSize ' range=':= _default_ * mtlgPotashSize ' type='normal' />
  1946.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1947.                             <Setting name='SegmentRadius' avg=':= 1.147 * _default_ * mtlgPotashSize ' range=':= 1.147 * _default_ * mtlgPotashSize ' type='normal' />
  1948.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1949.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1950.                         </Veins>
  1951.                     </IfCondition>
  1952.                 </ConfigSection>
  1953.                 <!-- SparseVeins Preset for Potash is complete. -->
  1954.  
  1955.  
  1956.                 <!-- Starting Cloud Preset for Potash. -->
  1957.                 <ConfigSection>
  1958.                     <IfCondition condition=':= mtlgPotashDist = "Cloud"'>
  1959.                         <Cloud name='mtlgPotashCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60FFAA00' drawBoundBox='false' boundBoxColor='0x60FFAA00'>
  1960.                             <Description>
  1961.                                 Large irregular clouds filled  lightly
  1962.                                 with ore.  These are  huge, spanning
  1963.                                 several adjacent  chunks, and
  1964.                                 consequently rather  rare.  They
  1965.                                 contain a sizeable  amount of ore, but
  1966.                                 it takes some  time and effort to mine
  1967.                                 due to  low density. The intent for
  1968.                                 strategic clouds is that the  player
  1969.                                 will need to actively  search for one
  1970.                                 and then set up a  semi-permanent
  1971.                                 mining base and  spend some time
  1972.                                 actually mining  the ore.
  1973.                             </Description>
  1974.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:5")'> <OreBlock block='Metallurgy:utility.ore:5' weight='1.0' /> </IfCondition>
  1975.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  1976.                             <Biome name='.*'  />
  1977.                             <Setting name='CloudRadius' avg=':= 0.787 * _default_ * mtlgPotashSize ' range=':= 0.787 * _default_ * mtlgPotashSize ' type='normal' />
  1978.                             <Setting name='CloudThickness' avg=':= 0.787 * _default_ * mtlgPotashSize ' range=':= 0.787 * _default_ * mtlgPotashSize ' type='normal' scaleTo='base' />
  1979.                             <Setting name='DistributionFrequency' avg=':= 0.619 * _default_ * mtlgPotashFreq ' range=':= 0.619 * _default_ * mtlgPotashFreq ' type='normal' scaleTo='base' />
  1980.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  1981.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1982.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1983.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1984.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  1985.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1986.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  1987.                             <Veins name='mtlgPotashHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60FFAA00' drawBoundBox='false' boundBoxColor='0x60FFAA00'>
  1988.                                 <Description>
  1989.                                     Single blocks, generously
  1990.                                     scattered through all heights
  1991.                                     (density is about that of  vanilla
  1992.                                     iron ore). They will  replace dirt
  1993.                                     and sandstone  (but not grass or
  1994.                                     sand), so  they can be found
  1995.                                     nearer to  the surface than most
  1996.                                     ores.  Intened to be used as a
  1997.                                     child  distribution for large,
  1998.                                     rare  strategic deposits that
  1999.                                     would  otherwise be very difficult
  2000.                                     to find.  Note that the  frequency
  2001.                                     is multiplied by  ground level to
  2002.                                     maintain a  constant density, but
  2003.                                     not by  ore frequency because it
  2004.                                     is  assumed that the frequency of
  2005.                                     the parent distribution will
  2006.                                     already be scaled by that.
  2007.                                 </Description>
  2008.                                 <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:5")'> <OreBlock block='Metallurgy:utility.ore:5' weight='1.0' /> </IfCondition>
  2009.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2010.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2011.                             </Veins>
  2012.                         </Cloud>
  2013.                     </IfCondition>
  2014.                 </ConfigSection>
  2015.                 <!-- Cloud Preset for Potash is complete. -->
  2016.  
  2017.  
  2018.                 <!-- Starting Vanilla Preset for Potash. -->
  2019.                 <ConfigSection>
  2020.                     <IfCondition condition=':= mtlgPotashDist = "Vanilla"'>
  2021.                         <StandardGen name='mtlgPotashStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60FFAA00' drawBoundBox='false' boundBoxColor='0x60FFAA00'>
  2022.                             <Description>
  2023.                                 A master preset for standardgen  ore
  2024.                                 distributions.
  2025.                             </Description>
  2026.                             <IfCondition condition=':= ?blockExists("Metallurgy:utility.ore:5")'> <OreBlock block='Metallurgy:utility.ore:5' weight='1.0' /> </IfCondition>
  2027.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2028.                             <Biome name='.*'  />
  2029.                             <Setting name='Size' avg=':= 4.000 * mtlgPotashSize ' range=':= _default_ * mtlgPotashSize ' type='normal' />
  2030.                             <Setting name='Frequency' avg=':= 4.000 * mtlgPotashFreq ' range=':= _default_ * mtlgPotashFreq ' type='normal' scaleTo='base' />
  2031.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2032.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2033.                         </StandardGen>
  2034.                     </IfCondition>
  2035.                 </ConfigSection>
  2036.                 <!-- Vanilla Preset for Potash is complete. -->
  2037.  
  2038.                 <!-- End Potash Generation -->
  2039.  
  2040.  
  2041.                 <!-- Begin Copper Generation -->
  2042.  
  2043.                 <!-- Starting LayeredVeins Preset for Copper. -->
  2044.                 <ConfigSection>
  2045.                     <IfCondition condition=':= mtlgCopperDist = "LayeredVeins"'>
  2046.                         <Veins name='mtlgCopperVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60EA6515' drawBoundBox='false' boundBoxColor='0x60EA6515'>
  2047.                             <Description>
  2048.                                 Small, fairly rare motherlodes  with
  2049.                                 2-4 horizontal veins each.
  2050.                             </Description>
  2051.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore")'> <OreBlock block='Metallurgy:base.ore' weight='1.0' /> </IfCondition>
  2052.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2053.                             <Biome name='.*'  />
  2054.                             <Setting name='MotherlodeFrequency' avg=':= 1.501 * _default_ * mtlgCopperFreq ' range=':= 1.501 * _default_ * mtlgCopperFreq ' type='normal' scaleTo='base' />
  2055.                             <Setting name='MotherlodeSize' avg=':= 1.070 * _default_ * mtlgCopperSize ' range=':= 1.070 * _default_ * mtlgCopperSize ' type='normal' />
  2056.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2057.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2058.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2059.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2060.                             <Setting name='BranchLength' avg=':= 1.225 * _default_ ' range=':= 1.225 * _default_ ' type='normal' />
  2061.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2062.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2063.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2064.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgCopperSize ' range=':= _default_ * mtlgCopperSize ' type='normal' />
  2065.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2066.                             <Setting name='SegmentRadius' avg=':= 1.107 * _default_ * mtlgCopperSize ' range=':= 1.107 * _default_ * mtlgCopperSize ' type='normal' />
  2067.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2068.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2069.                         </Veins>
  2070.                     </IfCondition>
  2071.                 </ConfigSection>
  2072.                 <!-- LayeredVeins Preset for Copper is complete. -->
  2073.  
  2074.  
  2075.                 <!-- Starting Cloud Preset for Copper. -->
  2076.                 <ConfigSection>
  2077.                     <IfCondition condition=':= mtlgCopperDist = "Cloud"'>
  2078.                         <Cloud name='mtlgCopperCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60EA6515' drawBoundBox='false' boundBoxColor='0x60EA6515'>
  2079.                             <Description>
  2080.                                 Large irregular clouds filled  lightly
  2081.                                 with ore.  These are  huge, spanning
  2082.                                 several adjacent  chunks, and
  2083.                                 consequently rather  rare.  They
  2084.                                 contain a sizeable  amount of ore, but
  2085.                                 it takes some  time and effort to mine
  2086.                                 due to  low density. The intent for
  2087.                                 strategic clouds is that the  player
  2088.                                 will need to actively  search for one
  2089.                                 and then set up a  semi-permanent
  2090.                                 mining base and  spend some time
  2091.                                 actually mining  the ore.
  2092.                             </Description>
  2093.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore")'> <OreBlock block='Metallurgy:base.ore' weight='1.0' /> </IfCondition>
  2094.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2095.                             <Biome name='.*'  />
  2096.                             <Setting name='CloudRadius' avg=':= 1.146 * _default_ * mtlgCopperSize ' range=':= 1.146 * _default_ * mtlgCopperSize ' type='normal' />
  2097.                             <Setting name='CloudThickness' avg=':= 1.146 * _default_ * mtlgCopperSize ' range=':= 1.146 * _default_ * mtlgCopperSize ' type='normal' scaleTo='base' />
  2098.                             <Setting name='DistributionFrequency' avg=':= 1.314 * _default_ * mtlgCopperFreq ' range=':= 1.314 * _default_ * mtlgCopperFreq ' type='normal' scaleTo='base' />
  2099.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2100.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2101.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2102.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2103.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2104.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2105.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2106.                             <Veins name='mtlgCopperHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60EA6515' drawBoundBox='false' boundBoxColor='0x60EA6515'>
  2107.                                 <Description>
  2108.                                     Single blocks, generously
  2109.                                     scattered through all heights
  2110.                                     (density is about that of  vanilla
  2111.                                     iron ore). They will  replace dirt
  2112.                                     and sandstone  (but not grass or
  2113.                                     sand), so  they can be found
  2114.                                     nearer to  the surface than most
  2115.                                     ores.  Intened to be used as a
  2116.                                     child  distribution for large,
  2117.                                     rare  strategic deposits that
  2118.                                     would  otherwise be very difficult
  2119.                                     to find.  Note that the  frequency
  2120.                                     is multiplied by  ground level to
  2121.                                     maintain a  constant density, but
  2122.                                     not by  ore frequency because it
  2123.                                     is  assumed that the frequency of
  2124.                                     the parent distribution will
  2125.                                     already be scaled by that.
  2126.                                 </Description>
  2127.                                 <IfCondition condition=':= ?blockExists("Metallurgy:base.ore")'> <OreBlock block='Metallurgy:base.ore' weight='1.0' /> </IfCondition>
  2128.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2129.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2130.                             </Veins>
  2131.                         </Cloud>
  2132.                     </IfCondition>
  2133.                 </ConfigSection>
  2134.                 <!-- Cloud Preset for Copper is complete. -->
  2135.  
  2136.  
  2137.                 <!-- Starting Vanilla Preset for Copper. -->
  2138.                 <ConfigSection>
  2139.                     <IfCondition condition=':= mtlgCopperDist = "Vanilla"'>
  2140.                         <StandardGen name='mtlgCopperStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60EA6515' drawBoundBox='false' boundBoxColor='0x60EA6515'>
  2141.                             <Description>
  2142.                                 A master preset for standardgen  ore
  2143.                                 distributions.
  2144.                             </Description>
  2145.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore")'> <OreBlock block='Metallurgy:base.ore' weight='1.0' /> </IfCondition>
  2146.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2147.                             <Biome name='.*'  />
  2148.                             <Setting name='Size' avg=':= 6.000 * mtlgCopperSize ' range=':= _default_ * mtlgCopperSize ' type='normal' />
  2149.                             <Setting name='Frequency' avg=':= 12.000 * mtlgCopperFreq ' range=':= _default_ * mtlgCopperFreq ' type='normal' scaleTo='base' />
  2150.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2151.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2152.                         </StandardGen>
  2153.                     </IfCondition>
  2154.                 </ConfigSection>
  2155.                 <!-- Vanilla Preset for Copper is complete. -->
  2156.  
  2157.                 <!-- End Copper Generation -->
  2158.  
  2159.  
  2160.                 <!-- Begin Tin Generation -->
  2161.  
  2162.                 <!-- Starting LayeredVeins Preset for Tin. -->
  2163.                 <ConfigSection>
  2164.                     <IfCondition condition=':= mtlgTinDist = "LayeredVeins"'>
  2165.                         <Veins name='mtlgTinVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60BDBDBD' drawBoundBox='false' boundBoxColor='0x60BDBDBD'>
  2166.                             <Description>
  2167.                                 Small, fairly rare motherlodes  with
  2168.                                 2-4 horizontal veins each.
  2169.                             </Description>
  2170.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:1")'> <OreBlock block='Metallurgy:base.ore:1' weight='1.0' /> </IfCondition>
  2171.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2172.                             <Biome name='.*'  />
  2173.                             <Setting name='MotherlodeFrequency' avg=':= 1.480 * _default_ * mtlgTinFreq ' range=':= 1.480 * _default_ * mtlgTinFreq ' type='normal' scaleTo='base' />
  2174.                             <Setting name='MotherlodeSize' avg=':= 1.068 * _default_ * mtlgTinSize ' range=':= 1.068 * _default_ * mtlgTinSize ' type='normal' />
  2175.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2176.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2177.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2178.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2179.                             <Setting name='BranchLength' avg=':= 1.217 * _default_ ' range=':= 1.217 * _default_ ' type='normal' />
  2180.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2181.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2182.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2183.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgTinSize ' range=':= _default_ * mtlgTinSize ' type='normal' />
  2184.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2185.                             <Setting name='SegmentRadius' avg=':= 1.103 * _default_ * mtlgTinSize ' range=':= 1.103 * _default_ * mtlgTinSize ' type='normal' />
  2186.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2187.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2188.                         </Veins>
  2189.                     </IfCondition>
  2190.                 </ConfigSection>
  2191.                 <!-- LayeredVeins Preset for Tin is complete. -->
  2192.  
  2193.  
  2194.                 <!-- Starting Cloud Preset for Tin. -->
  2195.                 <ConfigSection>
  2196.                     <IfCondition condition=':= mtlgTinDist = "Cloud"'>
  2197.                         <Cloud name='mtlgTinCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60BDBDBD' drawBoundBox='false' boundBoxColor='0x60BDBDBD'>
  2198.                             <Description>
  2199.                                 Large irregular clouds filled  lightly
  2200.                                 with ore.  These are  huge, spanning
  2201.                                 several adjacent  chunks, and
  2202.                                 consequently rather  rare.  They
  2203.                                 contain a sizeable  amount of ore, but
  2204.                                 it takes some  time and effort to mine
  2205.                                 due to  low density. The intent for
  2206.                                 strategic clouds is that the  player
  2207.                                 will need to actively  search for one
  2208.                                 and then set up a  semi-permanent
  2209.                                 mining base and  spend some time
  2210.                                 actually mining  the ore.
  2211.                             </Description>
  2212.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:1")'> <OreBlock block='Metallurgy:base.ore:1' weight='1.0' /> </IfCondition>
  2213.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2214.                             <Biome name='.*'  />
  2215.                             <Setting name='CloudRadius' avg=':= 1.138 * _default_ * mtlgTinSize ' range=':= 1.138 * _default_ * mtlgTinSize ' type='normal' />
  2216.                             <Setting name='CloudThickness' avg=':= 1.138 * _default_ * mtlgTinSize ' range=':= 1.138 * _default_ * mtlgTinSize ' type='normal' scaleTo='base' />
  2217.                             <Setting name='DistributionFrequency' avg=':= 1.295 * _default_ * mtlgTinFreq ' range=':= 1.295 * _default_ * mtlgTinFreq ' type='normal' scaleTo='base' />
  2218.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2219.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2220.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2221.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2222.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2223.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2224.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2225.                             <Veins name='mtlgTinHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60BDBDBD' drawBoundBox='false' boundBoxColor='0x60BDBDBD'>
  2226.                                 <Description>
  2227.                                     Single blocks, generously
  2228.                                     scattered through all heights
  2229.                                     (density is about that of  vanilla
  2230.                                     iron ore). They will  replace dirt
  2231.                                     and sandstone  (but not grass or
  2232.                                     sand), so  they can be found
  2233.                                     nearer to  the surface than most
  2234.                                     ores.  Intened to be used as a
  2235.                                     child  distribution for large,
  2236.                                     rare  strategic deposits that
  2237.                                     would  otherwise be very difficult
  2238.                                     to find.  Note that the  frequency
  2239.                                     is multiplied by  ground level to
  2240.                                     maintain a  constant density, but
  2241.                                     not by  ore frequency because it
  2242.                                     is  assumed that the frequency of
  2243.                                     the parent distribution will
  2244.                                     already be scaled by that.
  2245.                                 </Description>
  2246.                                 <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:1")'> <OreBlock block='Metallurgy:base.ore:1' weight='1.0' /> </IfCondition>
  2247.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2248.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2249.                             </Veins>
  2250.                         </Cloud>
  2251.                     </IfCondition>
  2252.                 </ConfigSection>
  2253.                 <!-- Cloud Preset for Tin is complete. -->
  2254.  
  2255.  
  2256.                 <!-- Starting Vanilla Preset for Tin. -->
  2257.                 <ConfigSection>
  2258.                     <IfCondition condition=':= mtlgTinDist = "Vanilla"'>
  2259.                         <StandardGen name='mtlgTinStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60BDBDBD' drawBoundBox='false' boundBoxColor='0x60BDBDBD'>
  2260.                             <Description>
  2261.                                 A master preset for standardgen  ore
  2262.                                 distributions.
  2263.                             </Description>
  2264.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:1")'> <OreBlock block='Metallurgy:base.ore:1' weight='1.0' /> </IfCondition>
  2265.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2266.                             <Biome name='.*'  />
  2267.                             <Setting name='Size' avg=':= 10.000 * mtlgTinSize ' range=':= _default_ * mtlgTinSize ' type='normal' />
  2268.                             <Setting name='Frequency' avg=':= 7.000 * mtlgTinFreq ' range=':= _default_ * mtlgTinFreq ' type='normal' scaleTo='base' />
  2269.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2270.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2271.                         </StandardGen>
  2272.                     </IfCondition>
  2273.                 </ConfigSection>
  2274.                 <!-- Vanilla Preset for Tin is complete. -->
  2275.  
  2276.                 <!-- End Tin Generation -->
  2277.  
  2278.  
  2279.                 <!-- Begin Manganese Generation -->
  2280.  
  2281.                 <!-- Starting LayeredVeins Preset for Manganese. -->
  2282.                 <ConfigSection>
  2283.                     <IfCondition condition=':= mtlgManganeseDist = "LayeredVeins"'>
  2284.                         <Veins name='mtlgManganeseVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60FCC7C7' drawBoundBox='false' boundBoxColor='0x60FCC7C7'>
  2285.                             <Description>
  2286.                                 Small, fairly rare motherlodes  with
  2287.                                 2-4 horizontal veins each.
  2288.                             </Description>
  2289.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:2")'> <OreBlock block='Metallurgy:base.ore:2' weight='1.0' /> </IfCondition>
  2290.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2291.                             <Biome name='.*'  />
  2292.                             <Setting name='MotherlodeFrequency' avg=':= 0.791 * _default_ * mtlgManganeseFreq ' range=':= 0.791 * _default_ * mtlgManganeseFreq ' type='normal' scaleTo='base' />
  2293.                             <Setting name='MotherlodeSize' avg=':= 0.962 * _default_ * mtlgManganeseSize ' range=':= 0.962 * _default_ * mtlgManganeseSize ' type='normal' />
  2294.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2295.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2296.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2297.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2298.                             <Setting name='BranchLength' avg=':= 0.890 * _default_ ' range=':= 0.890 * _default_ ' type='normal' />
  2299.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2300.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2301.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2302.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgManganeseSize ' range=':= _default_ * mtlgManganeseSize ' type='normal' />
  2303.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2304.                             <Setting name='SegmentRadius' avg=':= 0.943 * _default_ * mtlgManganeseSize ' range=':= 0.943 * _default_ * mtlgManganeseSize ' type='normal' />
  2305.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2306.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2307.                         </Veins>
  2308.                     </IfCondition>
  2309.                 </ConfigSection>
  2310.                 <!-- LayeredVeins Preset for Manganese is complete. -->
  2311.  
  2312.  
  2313.                 <!-- Starting Cloud Preset for Manganese. -->
  2314.                 <ConfigSection>
  2315.                     <IfCondition condition=':= mtlgManganeseDist = "Cloud"'>
  2316.                         <Cloud name='mtlgManganeseCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60FCC7C7' drawBoundBox='false' boundBoxColor='0x60FCC7C7'>
  2317.                             <Description>
  2318.                                 Large irregular clouds filled  lightly
  2319.                                 with ore.  These are  huge, spanning
  2320.                                 several adjacent  chunks, and
  2321.                                 consequently rather  rare.  They
  2322.                                 contain a sizeable  amount of ore, but
  2323.                                 it takes some  time and effort to mine
  2324.                                 due to  low density. The intent for
  2325.                                 strategic clouds is that the  player
  2326.                                 will need to actively  search for one
  2327.                                 and then set up a  semi-permanent
  2328.                                 mining base and  spend some time
  2329.                                 actually mining  the ore.
  2330.                             </Description>
  2331.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:2")'> <OreBlock block='Metallurgy:base.ore:2' weight='1.0' /> </IfCondition>
  2332.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2333.                             <Biome name='.*'  />
  2334.                             <Setting name='CloudRadius' avg=':= 0.832 * _default_ * mtlgManganeseSize ' range=':= 0.832 * _default_ * mtlgManganeseSize ' type='normal' />
  2335.                             <Setting name='CloudThickness' avg=':= 0.832 * _default_ * mtlgManganeseSize ' range=':= 0.832 * _default_ * mtlgManganeseSize ' type='normal' scaleTo='base' />
  2336.                             <Setting name='DistributionFrequency' avg=':= 0.692 * _default_ * mtlgManganeseFreq ' range=':= 0.692 * _default_ * mtlgManganeseFreq ' type='normal' scaleTo='base' />
  2337.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2338.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2339.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2340.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2341.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2342.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2343.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2344.                             <Veins name='mtlgManganeseHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60FCC7C7' drawBoundBox='false' boundBoxColor='0x60FCC7C7'>
  2345.                                 <Description>
  2346.                                     Single blocks, generously
  2347.                                     scattered through all heights
  2348.                                     (density is about that of  vanilla
  2349.                                     iron ore). They will  replace dirt
  2350.                                     and sandstone  (but not grass or
  2351.                                     sand), so  they can be found
  2352.                                     nearer to  the surface than most
  2353.                                     ores.  Intened to be used as a
  2354.                                     child  distribution for large,
  2355.                                     rare  strategic deposits that
  2356.                                     would  otherwise be very difficult
  2357.                                     to find.  Note that the  frequency
  2358.                                     is multiplied by  ground level to
  2359.                                     maintain a  constant density, but
  2360.                                     not by  ore frequency because it
  2361.                                     is  assumed that the frequency of
  2362.                                     the parent distribution will
  2363.                                     already be scaled by that.
  2364.                                 </Description>
  2365.                                 <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:2")'> <OreBlock block='Metallurgy:base.ore:2' weight='1.0' /> </IfCondition>
  2366.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2367.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2368.                             </Veins>
  2369.                         </Cloud>
  2370.                     </IfCondition>
  2371.                 </ConfigSection>
  2372.                 <!-- Cloud Preset for Manganese is complete. -->
  2373.  
  2374.  
  2375.                 <!-- Starting Vanilla Preset for Manganese. -->
  2376.                 <ConfigSection>
  2377.                     <IfCondition condition=':= mtlgManganeseDist = "Vanilla"'>
  2378.                         <StandardGen name='mtlgManganeseStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60FCC7C7' drawBoundBox='false' boundBoxColor='0x60FCC7C7'>
  2379.                             <Description>
  2380.                                 A master preset for standardgen  ore
  2381.                                 distributions.
  2382.                             </Description>
  2383.                             <IfCondition condition=':= ?blockExists("Metallurgy:base.ore:2")'> <OreBlock block='Metallurgy:base.ore:2' weight='1.0' /> </IfCondition>
  2384.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2385.                             <Biome name='.*'  />
  2386.                             <Setting name='Size' avg=':= 4.000 * mtlgManganeseSize ' range=':= _default_ * mtlgManganeseSize ' type='normal' />
  2387.                             <Setting name='Frequency' avg=':= 5.000 * mtlgManganeseFreq ' range=':= _default_ * mtlgManganeseFreq ' type='normal' scaleTo='base' />
  2388.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2389.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2390.                         </StandardGen>
  2391.                     </IfCondition>
  2392.                 </ConfigSection>
  2393.                 <!-- Vanilla Preset for Manganese is complete. -->
  2394.  
  2395.                 <!-- End Manganese Generation -->
  2396.  
  2397.  
  2398.                 <!-- Begin Zinc Generation -->
  2399.  
  2400.                 <!-- Starting LayeredVeins Preset for Zinc. -->
  2401.                 <ConfigSection>
  2402.                     <IfCondition condition=':= mtlgZincDist = "LayeredVeins"'>
  2403.                         <Veins name='mtlgZincVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60BFC55C' drawBoundBox='false' boundBoxColor='0x60BFC55C'>
  2404.                             <Description>
  2405.                                 Small, fairly rare motherlodes  with
  2406.                                 2-4 horizontal veins each.
  2407.                             </Description>
  2408.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore")'> <OreBlock block='Metallurgy:precious.ore' weight='1.0' /> </IfCondition>
  2409.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2410.                             <Biome name='.*'  />
  2411.                             <Setting name='MotherlodeFrequency' avg=':= 0.969 * _default_ * mtlgZincFreq ' range=':= 0.969 * _default_ * mtlgZincFreq ' type='normal' scaleTo='base' />
  2412.                             <Setting name='MotherlodeSize' avg=':= 0.995 * _default_ * mtlgZincSize ' range=':= 0.995 * _default_ * mtlgZincSize ' type='normal' />
  2413.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2414.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2415.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2416.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2417.                             <Setting name='BranchLength' avg=':= 0.984 * _default_ ' range=':= 0.984 * _default_ ' type='normal' />
  2418.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2419.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2420.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2421.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgZincSize ' range=':= _default_ * mtlgZincSize ' type='normal' />
  2422.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2423.                             <Setting name='SegmentRadius' avg=':= 0.992 * _default_ * mtlgZincSize ' range=':= 0.992 * _default_ * mtlgZincSize ' type='normal' />
  2424.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2425.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2426.                         </Veins>
  2427.                     </IfCondition>
  2428.                 </ConfigSection>
  2429.                 <!-- LayeredVeins Preset for Zinc is complete. -->
  2430.  
  2431.  
  2432.                 <!-- Starting Cloud Preset for Zinc. -->
  2433.                 <ConfigSection>
  2434.                     <IfCondition condition=':= mtlgZincDist = "Cloud"'>
  2435.                         <Cloud name='mtlgZincCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60BFC55C' drawBoundBox='false' boundBoxColor='0x60BFC55C'>
  2436.                             <Description>
  2437.                                 Large irregular clouds filled  lightly
  2438.                                 with ore.  These are  huge, spanning
  2439.                                 several adjacent  chunks, and
  2440.                                 consequently rather  rare.  They
  2441.                                 contain a sizeable  amount of ore, but
  2442.                                 it takes some  time and effort to mine
  2443.                                 due to  low density. The intent for
  2444.                                 strategic clouds is that the  player
  2445.                                 will need to actively  search for one
  2446.                                 and then set up a  semi-permanent
  2447.                                 mining base and  spend some time
  2448.                                 actually mining  the ore.
  2449.                             </Description>
  2450.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore")'> <OreBlock block='Metallurgy:precious.ore' weight='1.0' /> </IfCondition>
  2451.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2452.                             <Biome name='.*'  />
  2453.                             <Setting name='CloudRadius' avg=':= 0.921 * _default_ * mtlgZincSize ' range=':= 0.921 * _default_ * mtlgZincSize ' type='normal' />
  2454.                             <Setting name='CloudThickness' avg=':= 0.921 * _default_ * mtlgZincSize ' range=':= 0.921 * _default_ * mtlgZincSize ' type='normal' scaleTo='base' />
  2455.                             <Setting name='DistributionFrequency' avg=':= 0.848 * _default_ * mtlgZincFreq ' range=':= 0.848 * _default_ * mtlgZincFreq ' type='normal' scaleTo='base' />
  2456.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2457.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2458.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2459.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2460.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2461.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2462.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2463.                             <Veins name='mtlgZincHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60BFC55C' drawBoundBox='false' boundBoxColor='0x60BFC55C'>
  2464.                                 <Description>
  2465.                                     Single blocks, generously
  2466.                                     scattered through all heights
  2467.                                     (density is about that of  vanilla
  2468.                                     iron ore). They will  replace dirt
  2469.                                     and sandstone  (but not grass or
  2470.                                     sand), so  they can be found
  2471.                                     nearer to  the surface than most
  2472.                                     ores.  Intened to be used as a
  2473.                                     child  distribution for large,
  2474.                                     rare  strategic deposits that
  2475.                                     would  otherwise be very difficult
  2476.                                     to find.  Note that the  frequency
  2477.                                     is multiplied by  ground level to
  2478.                                     maintain a  constant density, but
  2479.                                     not by  ore frequency because it
  2480.                                     is  assumed that the frequency of
  2481.                                     the parent distribution will
  2482.                                     already be scaled by that.
  2483.                                 </Description>
  2484.                                 <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore")'> <OreBlock block='Metallurgy:precious.ore' weight='1.0' /> </IfCondition>
  2485.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2486.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2487.                             </Veins>
  2488.                         </Cloud>
  2489.                     </IfCondition>
  2490.                 </ConfigSection>
  2491.                 <!-- Cloud Preset for Zinc is complete. -->
  2492.  
  2493.  
  2494.                 <!-- Starting Vanilla Preset for Zinc. -->
  2495.                 <ConfigSection>
  2496.                     <IfCondition condition=':= mtlgZincDist = "Vanilla"'>
  2497.                         <StandardGen name='mtlgZincStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60BFC55C' drawBoundBox='false' boundBoxColor='0x60BFC55C'>
  2498.                             <Description>
  2499.                                 A master preset for standardgen  ore
  2500.                                 distributions.
  2501.                             </Description>
  2502.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore")'> <OreBlock block='Metallurgy:precious.ore' weight='1.0' /> </IfCondition>
  2503.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2504.                             <Biome name='.*'  />
  2505.                             <Setting name='Size' avg=':= 5.000 * mtlgZincSize ' range=':= _default_ * mtlgZincSize ' type='normal' />
  2506.                             <Setting name='Frequency' avg=':= 6.000 * mtlgZincFreq ' range=':= _default_ * mtlgZincFreq ' type='normal' scaleTo='base' />
  2507.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2508.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2509.                         </StandardGen>
  2510.                     </IfCondition>
  2511.                 </ConfigSection>
  2512.                 <!-- Vanilla Preset for Zinc is complete. -->
  2513.  
  2514.                 <!-- End Zinc Generation -->
  2515.  
  2516.  
  2517.                 <!-- Begin Silver Generation -->
  2518.  
  2519.                 <!-- Starting LayeredVeins Preset for Silver. -->
  2520.                 <ConfigSection>
  2521.                     <IfCondition condition=':= mtlgSilverDist = "LayeredVeins"'>
  2522.                         <Veins name='mtlgSilverVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60E1E1E1' drawBoundBox='false' boundBoxColor='0x60E1E1E1'>
  2523.                             <Description>
  2524.                                 Small, fairly rare motherlodes  with
  2525.                                 2-4 horizontal veins each.
  2526.                             </Description>
  2527.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:1")'> <OreBlock block='Metallurgy:precious.ore:1' weight='1.0' /> </IfCondition>
  2528.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2529.                             <Biome name='.*'  />
  2530.                             <Setting name='MotherlodeFrequency' avg=':= 0.969 * _default_ * mtlgSilverFreq ' range=':= 0.969 * _default_ * mtlgSilverFreq ' type='normal' scaleTo='base' />
  2531.                             <Setting name='MotherlodeSize' avg=':= 0.995 * _default_ * mtlgSilverSize ' range=':= 0.995 * _default_ * mtlgSilverSize ' type='normal' />
  2532.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2533.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2534.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2535.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2536.                             <Setting name='BranchLength' avg=':= 0.984 * _default_ ' range=':= 0.984 * _default_ ' type='normal' />
  2537.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2538.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2539.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2540.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgSilverSize ' range=':= _default_ * mtlgSilverSize ' type='normal' />
  2541.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2542.                             <Setting name='SegmentRadius' avg=':= 0.992 * _default_ * mtlgSilverSize ' range=':= 0.992 * _default_ * mtlgSilverSize ' type='normal' />
  2543.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2544.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2545.                         </Veins>
  2546.                     </IfCondition>
  2547.                 </ConfigSection>
  2548.                 <!-- LayeredVeins Preset for Silver is complete. -->
  2549.  
  2550.  
  2551.                 <!-- Starting Cloud Preset for Silver. -->
  2552.                 <ConfigSection>
  2553.                     <IfCondition condition=':= mtlgSilverDist = "Cloud"'>
  2554.                         <Cloud name='mtlgSilverCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60E1E1E1' drawBoundBox='false' boundBoxColor='0x60E1E1E1'>
  2555.                             <Description>
  2556.                                 Large irregular clouds filled  lightly
  2557.                                 with ore.  These are  huge, spanning
  2558.                                 several adjacent  chunks, and
  2559.                                 consequently rather  rare.  They
  2560.                                 contain a sizeable  amount of ore, but
  2561.                                 it takes some  time and effort to mine
  2562.                                 due to  low density. The intent for
  2563.                                 strategic clouds is that the  player
  2564.                                 will need to actively  search for one
  2565.                                 and then set up a  semi-permanent
  2566.                                 mining base and  spend some time
  2567.                                 actually mining  the ore.
  2568.                             </Description>
  2569.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:1")'> <OreBlock block='Metallurgy:precious.ore:1' weight='1.0' /> </IfCondition>
  2570.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2571.                             <Biome name='.*'  />
  2572.                             <Setting name='CloudRadius' avg=':= 0.921 * _default_ * mtlgSilverSize ' range=':= 0.921 * _default_ * mtlgSilverSize ' type='normal' />
  2573.                             <Setting name='CloudThickness' avg=':= 0.921 * _default_ * mtlgSilverSize ' range=':= 0.921 * _default_ * mtlgSilverSize ' type='normal' scaleTo='base' />
  2574.                             <Setting name='DistributionFrequency' avg=':= 0.848 * _default_ * mtlgSilverFreq ' range=':= 0.848 * _default_ * mtlgSilverFreq ' type='normal' scaleTo='base' />
  2575.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2576.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2577.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2578.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2579.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2580.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2581.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2582.                             <Veins name='mtlgSilverHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60E1E1E1' drawBoundBox='false' boundBoxColor='0x60E1E1E1'>
  2583.                                 <Description>
  2584.                                     Single blocks, generously
  2585.                                     scattered through all heights
  2586.                                     (density is about that of  vanilla
  2587.                                     iron ore). They will  replace dirt
  2588.                                     and sandstone  (but not grass or
  2589.                                     sand), so  they can be found
  2590.                                     nearer to  the surface than most
  2591.                                     ores.  Intened to be used as a
  2592.                                     child  distribution for large,
  2593.                                     rare  strategic deposits that
  2594.                                     would  otherwise be very difficult
  2595.                                     to find.  Note that the  frequency
  2596.                                     is multiplied by  ground level to
  2597.                                     maintain a  constant density, but
  2598.                                     not by  ore frequency because it
  2599.                                     is  assumed that the frequency of
  2600.                                     the parent distribution will
  2601.                                     already be scaled by that.
  2602.                                 </Description>
  2603.                                 <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:1")'> <OreBlock block='Metallurgy:precious.ore:1' weight='1.0' /> </IfCondition>
  2604.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2605.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2606.                             </Veins>
  2607.                         </Cloud>
  2608.                     </IfCondition>
  2609.                 </ConfigSection>
  2610.                 <!-- Cloud Preset for Silver is complete. -->
  2611.  
  2612.  
  2613.                 <!-- Starting Vanilla Preset for Silver. -->
  2614.                 <ConfigSection>
  2615.                     <IfCondition condition=':= mtlgSilverDist = "Vanilla"'>
  2616.                         <StandardGen name='mtlgSilverStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60E1E1E1' drawBoundBox='false' boundBoxColor='0x60E1E1E1'>
  2617.                             <Description>
  2618.                                 A master preset for standardgen  ore
  2619.                                 distributions.
  2620.                             </Description>
  2621.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:1")'> <OreBlock block='Metallurgy:precious.ore:1' weight='1.0' /> </IfCondition>
  2622.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2623.                             <Biome name='.*'  />
  2624.                             <Setting name='Size' avg=':= 5.000 * mtlgSilverSize ' range=':= _default_ * mtlgSilverSize ' type='normal' />
  2625.                             <Setting name='Frequency' avg=':= 6.000 * mtlgSilverFreq ' range=':= _default_ * mtlgSilverFreq ' type='normal' scaleTo='base' />
  2626.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2627.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2628.                         </StandardGen>
  2629.                     </IfCondition>
  2630.                 </ConfigSection>
  2631.                 <!-- Vanilla Preset for Silver is complete. -->
  2632.  
  2633.                 <!-- End Silver Generation -->
  2634.  
  2635.  
  2636.                 <!-- Begin Platinum Generation -->
  2637.  
  2638.                 <!-- Starting LayeredVeins Preset for Platinum. -->
  2639.                 <ConfigSection>
  2640.                     <IfCondition condition=':= mtlgPlatinumDist = "LayeredVeins"'>
  2641.                         <Veins name='mtlgPlatinumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60B8D6DB' drawBoundBox='false' boundBoxColor='0x60B8D6DB'>
  2642.                             <Description>
  2643.                                 Small, fairly rare motherlodes  with
  2644.                                 2-4 horizontal veins each.
  2645.                             </Description>
  2646.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:2")'> <OreBlock block='Metallurgy:precious.ore:2' weight='1.0' /> </IfCondition>
  2647.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2648.                             <Biome name='.*'  />
  2649.                             <Setting name='MotherlodeFrequency' avg=':= 0.531 * _default_ * mtlgPlatinumFreq ' range=':= 0.531 * _default_ * mtlgPlatinumFreq ' type='normal' scaleTo='base' />
  2650.                             <Setting name='MotherlodeSize' avg=':= 0.900 * _default_ * mtlgPlatinumSize ' range=':= 0.900 * _default_ * mtlgPlatinumSize ' type='normal' />
  2651.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2652.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2653.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2654.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2655.                             <Setting name='BranchLength' avg=':= 0.729 * _default_ ' range=':= 0.729 * _default_ ' type='normal' />
  2656.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2657.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2658.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2659.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgPlatinumSize ' range=':= _default_ * mtlgPlatinumSize ' type='normal' />
  2660.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2661.                             <Setting name='SegmentRadius' avg=':= 0.854 * _default_ * mtlgPlatinumSize ' range=':= 0.854 * _default_ * mtlgPlatinumSize ' type='normal' />
  2662.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2663.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2664.                         </Veins>
  2665.                     </IfCondition>
  2666.                 </ConfigSection>
  2667.                 <!-- LayeredVeins Preset for Platinum is complete. -->
  2668.  
  2669.  
  2670.                 <!-- Starting Cloud Preset for Platinum. -->
  2671.                 <ConfigSection>
  2672.                     <IfCondition condition=':= mtlgPlatinumDist = "Cloud"'>
  2673.                         <Cloud name='mtlgPlatinumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60B8D6DB' drawBoundBox='false' boundBoxColor='0x60B8D6DB'>
  2674.                             <Description>
  2675.                                 Large irregular clouds filled  lightly
  2676.                                 with ore.  These are  huge, spanning
  2677.                                 several adjacent  chunks, and
  2678.                                 consequently rather  rare.  They
  2679.                                 contain a sizeable  amount of ore, but
  2680.                                 it takes some  time and effort to mine
  2681.                                 due to  low density. The intent for
  2682.                                 strategic clouds is that the  player
  2683.                                 will need to actively  search for one
  2684.                                 and then set up a  semi-permanent
  2685.                                 mining base and  spend some time
  2686.                                 actually mining  the ore.
  2687.                             </Description>
  2688.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:2")'> <OreBlock block='Metallurgy:precious.ore:2' weight='1.0' /> </IfCondition>
  2689.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2690.                             <Biome name='.*'  />
  2691.                             <Setting name='CloudRadius' avg=':= 0.682 * _default_ * mtlgPlatinumSize ' range=':= 0.682 * _default_ * mtlgPlatinumSize ' type='normal' />
  2692.                             <Setting name='CloudThickness' avg=':= 0.682 * _default_ * mtlgPlatinumSize ' range=':= 0.682 * _default_ * mtlgPlatinumSize ' type='normal' scaleTo='base' />
  2693.                             <Setting name='DistributionFrequency' avg=':= 0.464 * _default_ * mtlgPlatinumFreq ' range=':= 0.464 * _default_ * mtlgPlatinumFreq ' type='normal' scaleTo='base' />
  2694.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2695.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2696.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2697.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2698.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2699.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2700.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2701.                             <Veins name='mtlgPlatinumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60B8D6DB' drawBoundBox='false' boundBoxColor='0x60B8D6DB'>
  2702.                                 <Description>
  2703.                                     Single blocks, generously
  2704.                                     scattered through all heights
  2705.                                     (density is about that of  vanilla
  2706.                                     iron ore). They will  replace dirt
  2707.                                     and sandstone  (but not grass or
  2708.                                     sand), so  they can be found
  2709.                                     nearer to  the surface than most
  2710.                                     ores.  Intened to be used as a
  2711.                                     child  distribution for large,
  2712.                                     rare  strategic deposits that
  2713.                                     would  otherwise be very difficult
  2714.                                     to find.  Note that the  frequency
  2715.                                     is multiplied by  ground level to
  2716.                                     maintain a  constant density, but
  2717.                                     not by  ore frequency because it
  2718.                                     is  assumed that the frequency of
  2719.                                     the parent distribution will
  2720.                                     already be scaled by that.
  2721.                                 </Description>
  2722.                                 <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:2")'> <OreBlock block='Metallurgy:precious.ore:2' weight='1.0' /> </IfCondition>
  2723.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2724.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2725.                             </Veins>
  2726.                         </Cloud>
  2727.                     </IfCondition>
  2728.                 </ConfigSection>
  2729.                 <!-- Cloud Preset for Platinum is complete. -->
  2730.  
  2731.  
  2732.                 <!-- Starting Vanilla Preset for Platinum. -->
  2733.                 <ConfigSection>
  2734.                     <IfCondition condition=':= mtlgPlatinumDist = "Vanilla"'>
  2735.                         <StandardGen name='mtlgPlatinumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60B8D6DB' drawBoundBox='false' boundBoxColor='0x60B8D6DB'>
  2736.                             <Description>
  2737.                                 A master preset for standardgen  ore
  2738.                                 distributions.
  2739.                             </Description>
  2740.                             <IfCondition condition=':= ?blockExists("Metallurgy:precious.ore:2")'> <OreBlock block='Metallurgy:precious.ore:2' weight='1.0' /> </IfCondition>
  2741.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2742.                             <Biome name='.*'  />
  2743.                             <Setting name='Size' avg=':= 3.000 * mtlgPlatinumSize ' range=':= _default_ * mtlgPlatinumSize ' type='normal' />
  2744.                             <Setting name='Frequency' avg=':= 3.000 * mtlgPlatinumFreq ' range=':= _default_ * mtlgPlatinumFreq ' type='normal' scaleTo='base' />
  2745.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2746.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2747.                         </StandardGen>
  2748.                     </IfCondition>
  2749.                 </ConfigSection>
  2750.                 <!-- Vanilla Preset for Platinum is complete. -->
  2751.  
  2752.                 <!-- End Platinum Generation -->
  2753.  
  2754.  
  2755.                 <!-- Begin Promethium Generation -->
  2756.  
  2757.                 <!-- Starting LayeredVeins Preset for Promethium. -->
  2758.                 <ConfigSection>
  2759.                     <IfCondition condition=':= mtlgPromethiumDist = "LayeredVeins"'>
  2760.                         <Veins name='mtlgPromethiumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x605D8258' drawBoundBox='false' boundBoxColor='0x605D8258'>
  2761.                             <Description>
  2762.                                 Small, fairly rare motherlodes  with
  2763.                                 2-4 horizontal veins each.
  2764.                             </Description>
  2765.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore")'> <OreBlock block='Metallurgy:fantasy.ore' weight='1.0' /> </IfCondition>
  2766.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2767.                             <Biome name='.*'  />
  2768.                             <Setting name='MotherlodeFrequency' avg=':= 0.969 * _default_ * mtlgPromethiumFreq ' range=':= 0.969 * _default_ * mtlgPromethiumFreq ' type='normal' scaleTo='base' />
  2769.                             <Setting name='MotherlodeSize' avg=':= 0.995 * _default_ * mtlgPromethiumSize ' range=':= 0.995 * _default_ * mtlgPromethiumSize ' type='normal' />
  2770.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2771.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2772.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2773.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2774.                             <Setting name='BranchLength' avg=':= 0.984 * _default_ ' range=':= 0.984 * _default_ ' type='normal' />
  2775.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2776.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2777.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2778.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgPromethiumSize ' range=':= _default_ * mtlgPromethiumSize ' type='normal' />
  2779.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2780.                             <Setting name='SegmentRadius' avg=':= 0.992 * _default_ * mtlgPromethiumSize ' range=':= 0.992 * _default_ * mtlgPromethiumSize ' type='normal' />
  2781.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2782.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2783.                         </Veins>
  2784.                     </IfCondition>
  2785.                 </ConfigSection>
  2786.                 <!-- LayeredVeins Preset for Promethium is complete. -->
  2787.  
  2788.  
  2789.                 <!-- Starting Cloud Preset for Promethium. -->
  2790.                 <ConfigSection>
  2791.                     <IfCondition condition=':= mtlgPromethiumDist = "Cloud"'>
  2792.                         <Cloud name='mtlgPromethiumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x605D8258' drawBoundBox='false' boundBoxColor='0x605D8258'>
  2793.                             <Description>
  2794.                                 Large irregular clouds filled  lightly
  2795.                                 with ore.  These are  huge, spanning
  2796.                                 several adjacent  chunks, and
  2797.                                 consequently rather  rare.  They
  2798.                                 contain a sizeable  amount of ore, but
  2799.                                 it takes some  time and effort to mine
  2800.                                 due to  low density. The intent for
  2801.                                 strategic clouds is that the  player
  2802.                                 will need to actively  search for one
  2803.                                 and then set up a  semi-permanent
  2804.                                 mining base and  spend some time
  2805.                                 actually mining  the ore.
  2806.                             </Description>
  2807.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore")'> <OreBlock block='Metallurgy:fantasy.ore' weight='1.0' /> </IfCondition>
  2808.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2809.                             <Biome name='.*'  />
  2810.                             <Setting name='CloudRadius' avg=':= 0.921 * _default_ * mtlgPromethiumSize ' range=':= 0.921 * _default_ * mtlgPromethiumSize ' type='normal' />
  2811.                             <Setting name='CloudThickness' avg=':= 0.921 * _default_ * mtlgPromethiumSize ' range=':= 0.921 * _default_ * mtlgPromethiumSize ' type='normal' scaleTo='base' />
  2812.                             <Setting name='DistributionFrequency' avg=':= 0.848 * _default_ * mtlgPromethiumFreq ' range=':= 0.848 * _default_ * mtlgPromethiumFreq ' type='normal' scaleTo='base' />
  2813.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2814.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2815.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2816.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2817.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2818.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2819.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2820.                             <Veins name='mtlgPromethiumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x605D8258' drawBoundBox='false' boundBoxColor='0x605D8258'>
  2821.                                 <Description>
  2822.                                     Single blocks, generously
  2823.                                     scattered through all heights
  2824.                                     (density is about that of  vanilla
  2825.                                     iron ore). They will  replace dirt
  2826.                                     and sandstone  (but not grass or
  2827.                                     sand), so  they can be found
  2828.                                     nearer to  the surface than most
  2829.                                     ores.  Intened to be used as a
  2830.                                     child  distribution for large,
  2831.                                     rare  strategic deposits that
  2832.                                     would  otherwise be very difficult
  2833.                                     to find.  Note that the  frequency
  2834.                                     is multiplied by  ground level to
  2835.                                     maintain a  constant density, but
  2836.                                     not by  ore frequency because it
  2837.                                     is  assumed that the frequency of
  2838.                                     the parent distribution will
  2839.                                     already be scaled by that.
  2840.                                 </Description>
  2841.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore")'> <OreBlock block='Metallurgy:fantasy.ore' weight='1.0' /> </IfCondition>
  2842.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2843.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2844.                             </Veins>
  2845.                         </Cloud>
  2846.                     </IfCondition>
  2847.                 </ConfigSection>
  2848.                 <!-- Cloud Preset for Promethium is complete. -->
  2849.  
  2850.  
  2851.                 <!-- Starting Vanilla Preset for Promethium. -->
  2852.                 <ConfigSection>
  2853.                     <IfCondition condition=':= mtlgPromethiumDist = "Vanilla"'>
  2854.                         <StandardGen name='mtlgPromethiumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x605D8258' drawBoundBox='false' boundBoxColor='0x605D8258'>
  2855.                             <Description>
  2856.                                 A master preset for standardgen  ore
  2857.                                 distributions.
  2858.                             </Description>
  2859.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore")'> <OreBlock block='Metallurgy:fantasy.ore' weight='1.0' /> </IfCondition>
  2860.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2861.                             <Biome name='.*'  />
  2862.                             <Setting name='Size' avg=':= 6.000 * mtlgPromethiumSize ' range=':= _default_ * mtlgPromethiumSize ' type='normal' />
  2863.                             <Setting name='Frequency' avg=':= 5.000 * mtlgPromethiumFreq ' range=':= _default_ * mtlgPromethiumFreq ' type='normal' scaleTo='base' />
  2864.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2865.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2866.                         </StandardGen>
  2867.                     </IfCondition>
  2868.                 </ConfigSection>
  2869.                 <!-- Vanilla Preset for Promethium is complete. -->
  2870.  
  2871.                 <!-- End Promethium Generation -->
  2872.  
  2873.  
  2874.                 <!-- Begin Deep Iron Generation -->
  2875.  
  2876.                 <!-- Starting LayeredVeins Preset for Deep Iron. -->
  2877.                 <ConfigSection>
  2878.                     <IfCondition condition=':= mtlgDeepIronDist = "LayeredVeins"'>
  2879.                         <Veins name='mtlgDeepIronVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x604C5E6C' drawBoundBox='false' boundBoxColor='0x604C5E6C'>
  2880.                             <Description>
  2881.                                 Small, fairly rare motherlodes  with
  2882.                                 2-4 horizontal veins each.
  2883.                             </Description>
  2884.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:1")'> <OreBlock block='Metallurgy:fantasy.ore:1' weight='1.0' /> </IfCondition>
  2885.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2886.                             <Biome name='.*'  />
  2887.                             <Setting name='MotherlodeFrequency' avg=':= 0.791 * _default_ * mtlgDeepIronFreq ' range=':= 0.791 * _default_ * mtlgDeepIronFreq ' type='normal' scaleTo='base' />
  2888.                             <Setting name='MotherlodeSize' avg=':= 0.962 * _default_ * mtlgDeepIronSize ' range=':= 0.962 * _default_ * mtlgDeepIronSize ' type='normal' />
  2889.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2890.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2891.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2892.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2893.                             <Setting name='BranchLength' avg=':= 0.890 * _default_ ' range=':= 0.890 * _default_ ' type='normal' />
  2894.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2895.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2896.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2897.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgDeepIronSize ' range=':= _default_ * mtlgDeepIronSize ' type='normal' />
  2898.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2899.                             <Setting name='SegmentRadius' avg=':= 0.943 * _default_ * mtlgDeepIronSize ' range=':= 0.943 * _default_ * mtlgDeepIronSize ' type='normal' />
  2900.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2901.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2902.                         </Veins>
  2903.                     </IfCondition>
  2904.                 </ConfigSection>
  2905.                 <!-- LayeredVeins Preset for Deep Iron is complete. -->
  2906.  
  2907.  
  2908.                 <!-- Starting Cloud Preset for Deep Iron. -->
  2909.                 <ConfigSection>
  2910.                     <IfCondition condition=':= mtlgDeepIronDist = "Cloud"'>
  2911.                         <Cloud name='mtlgDeepIronCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x604C5E6C' drawBoundBox='false' boundBoxColor='0x604C5E6C'>
  2912.                             <Description>
  2913.                                 Large irregular clouds filled  lightly
  2914.                                 with ore.  These are  huge, spanning
  2915.                                 several adjacent  chunks, and
  2916.                                 consequently rather  rare.  They
  2917.                                 contain a sizeable  amount of ore, but
  2918.                                 it takes some  time and effort to mine
  2919.                                 due to  low density. The intent for
  2920.                                 strategic clouds is that the  player
  2921.                                 will need to actively  search for one
  2922.                                 and then set up a  semi-permanent
  2923.                                 mining base and  spend some time
  2924.                                 actually mining  the ore.
  2925.                             </Description>
  2926.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:1")'> <OreBlock block='Metallurgy:fantasy.ore:1' weight='1.0' /> </IfCondition>
  2927.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2928.                             <Biome name='.*'  />
  2929.                             <Setting name='CloudRadius' avg=':= 0.832 * _default_ * mtlgDeepIronSize ' range=':= 0.832 * _default_ * mtlgDeepIronSize ' type='normal' />
  2930.                             <Setting name='CloudThickness' avg=':= 0.832 * _default_ * mtlgDeepIronSize ' range=':= 0.832 * _default_ * mtlgDeepIronSize ' type='normal' scaleTo='base' />
  2931.                             <Setting name='DistributionFrequency' avg=':= 0.692 * _default_ * mtlgDeepIronFreq ' range=':= 0.692 * _default_ * mtlgDeepIronFreq ' type='normal' scaleTo='base' />
  2932.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2933.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2934.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2935.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2936.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  2937.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2938.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2939.                             <Veins name='mtlgDeepIronHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x604C5E6C' drawBoundBox='false' boundBoxColor='0x604C5E6C'>
  2940.                                 <Description>
  2941.                                     Single blocks, generously
  2942.                                     scattered through all heights
  2943.                                     (density is about that of  vanilla
  2944.                                     iron ore). They will  replace dirt
  2945.                                     and sandstone  (but not grass or
  2946.                                     sand), so  they can be found
  2947.                                     nearer to  the surface than most
  2948.                                     ores.  Intened to be used as a
  2949.                                     child  distribution for large,
  2950.                                     rare  strategic deposits that
  2951.                                     would  otherwise be very difficult
  2952.                                     to find.  Note that the  frequency
  2953.                                     is multiplied by  ground level to
  2954.                                     maintain a  constant density, but
  2955.                                     not by  ore frequency because it
  2956.                                     is  assumed that the frequency of
  2957.                                     the parent distribution will
  2958.                                     already be scaled by that.
  2959.                                 </Description>
  2960.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:1")'> <OreBlock block='Metallurgy:fantasy.ore:1' weight='1.0' /> </IfCondition>
  2961.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  2962.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  2963.                             </Veins>
  2964.                         </Cloud>
  2965.                     </IfCondition>
  2966.                 </ConfigSection>
  2967.                 <!-- Cloud Preset for Deep Iron is complete. -->
  2968.  
  2969.  
  2970.                 <!-- Starting Vanilla Preset for Deep Iron. -->
  2971.                 <ConfigSection>
  2972.                     <IfCondition condition=':= mtlgDeepIronDist = "Vanilla"'>
  2973.                         <StandardGen name='mtlgDeepIronStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x604C5E6C' drawBoundBox='false' boundBoxColor='0x604C5E6C'>
  2974.                             <Description>
  2975.                                 A master preset for standardgen  ore
  2976.                                 distributions.
  2977.                             </Description>
  2978.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:1")'> <OreBlock block='Metallurgy:fantasy.ore:1' weight='1.0' /> </IfCondition>
  2979.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  2980.                             <Biome name='.*'  />
  2981.                             <Setting name='Size' avg=':= 4.000 * mtlgDeepIronSize ' range=':= _default_ * mtlgDeepIronSize ' type='normal' />
  2982.                             <Setting name='Frequency' avg=':= 5.000 * mtlgDeepIronFreq ' range=':= _default_ * mtlgDeepIronFreq ' type='normal' scaleTo='base' />
  2983.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  2984.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  2985.                         </StandardGen>
  2986.                     </IfCondition>
  2987.                 </ConfigSection>
  2988.                 <!-- Vanilla Preset for Deep Iron is complete. -->
  2989.  
  2990.                 <!-- End Deep Iron Generation -->
  2991.  
  2992.  
  2993.                 <!-- Begin Infuscolium Generation -->
  2994.  
  2995.                 <!-- Starting LayeredVeins Preset for Infuscolium. -->
  2996.                 <ConfigSection>
  2997.                     <IfCondition condition=':= mtlgInfuscoliumDist = "LayeredVeins"'>
  2998.                         <Veins name='mtlgInfuscoliumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x608B2656' drawBoundBox='false' boundBoxColor='0x608B2656'>
  2999.                             <Description>
  3000.                                 Small, fairly rare motherlodes  with
  3001.                                 2-4 horizontal veins each.
  3002.                             </Description>
  3003.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:2")'> <OreBlock block='Metallurgy:fantasy.ore:2' weight='1.0' /> </IfCondition>
  3004.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3005.                             <Biome name='.*'  />
  3006.                             <Setting name='MotherlodeFrequency' avg=':= 0.791 * _default_ * mtlgInfuscoliumFreq ' range=':= 0.791 * _default_ * mtlgInfuscoliumFreq ' type='normal' scaleTo='base' />
  3007.                             <Setting name='MotherlodeSize' avg=':= 0.962 * _default_ * mtlgInfuscoliumSize ' range=':= 0.962 * _default_ * mtlgInfuscoliumSize ' type='normal' />
  3008.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3009.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3010.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3011.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3012.                             <Setting name='BranchLength' avg=':= 0.890 * _default_ ' range=':= 0.890 * _default_ ' type='normal' />
  3013.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3014.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3015.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3016.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgInfuscoliumSize ' range=':= _default_ * mtlgInfuscoliumSize ' type='normal' />
  3017.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3018.                             <Setting name='SegmentRadius' avg=':= 0.943 * _default_ * mtlgInfuscoliumSize ' range=':= 0.943 * _default_ * mtlgInfuscoliumSize ' type='normal' />
  3019.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3020.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3021.                         </Veins>
  3022.                     </IfCondition>
  3023.                 </ConfigSection>
  3024.                 <!-- LayeredVeins Preset for Infuscolium is complete. -->
  3025.  
  3026.  
  3027.                 <!-- Starting Cloud Preset for Infuscolium. -->
  3028.                 <ConfigSection>
  3029.                     <IfCondition condition=':= mtlgInfuscoliumDist = "Cloud"'>
  3030.                         <Cloud name='mtlgInfuscoliumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x608B2656' drawBoundBox='false' boundBoxColor='0x608B2656'>
  3031.                             <Description>
  3032.                                 Large irregular clouds filled  lightly
  3033.                                 with ore.  These are  huge, spanning
  3034.                                 several adjacent  chunks, and
  3035.                                 consequently rather  rare.  They
  3036.                                 contain a sizeable  amount of ore, but
  3037.                                 it takes some  time and effort to mine
  3038.                                 due to  low density. The intent for
  3039.                                 strategic clouds is that the  player
  3040.                                 will need to actively  search for one
  3041.                                 and then set up a  semi-permanent
  3042.                                 mining base and  spend some time
  3043.                                 actually mining  the ore.
  3044.                             </Description>
  3045.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:2")'> <OreBlock block='Metallurgy:fantasy.ore:2' weight='1.0' /> </IfCondition>
  3046.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3047.                             <Biome name='.*'  />
  3048.                             <Setting name='CloudRadius' avg=':= 0.832 * _default_ * mtlgInfuscoliumSize ' range=':= 0.832 * _default_ * mtlgInfuscoliumSize ' type='normal' />
  3049.                             <Setting name='CloudThickness' avg=':= 0.832 * _default_ * mtlgInfuscoliumSize ' range=':= 0.832 * _default_ * mtlgInfuscoliumSize ' type='normal' scaleTo='base' />
  3050.                             <Setting name='DistributionFrequency' avg=':= 0.692 * _default_ * mtlgInfuscoliumFreq ' range=':= 0.692 * _default_ * mtlgInfuscoliumFreq ' type='normal' scaleTo='base' />
  3051.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3052.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3053.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3054.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3055.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3056.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3057.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3058.                             <Veins name='mtlgInfuscoliumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x608B2656' drawBoundBox='false' boundBoxColor='0x608B2656'>
  3059.                                 <Description>
  3060.                                     Single blocks, generously
  3061.                                     scattered through all heights
  3062.                                     (density is about that of  vanilla
  3063.                                     iron ore). They will  replace dirt
  3064.                                     and sandstone  (but not grass or
  3065.                                     sand), so  they can be found
  3066.                                     nearer to  the surface than most
  3067.                                     ores.  Intened to be used as a
  3068.                                     child  distribution for large,
  3069.                                     rare  strategic deposits that
  3070.                                     would  otherwise be very difficult
  3071.                                     to find.  Note that the  frequency
  3072.                                     is multiplied by  ground level to
  3073.                                     maintain a  constant density, but
  3074.                                     not by  ore frequency because it
  3075.                                     is  assumed that the frequency of
  3076.                                     the parent distribution will
  3077.                                     already be scaled by that.
  3078.                                 </Description>
  3079.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:2")'> <OreBlock block='Metallurgy:fantasy.ore:2' weight='1.0' /> </IfCondition>
  3080.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3081.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3082.                             </Veins>
  3083.                         </Cloud>
  3084.                     </IfCondition>
  3085.                 </ConfigSection>
  3086.                 <!-- Cloud Preset for Infuscolium is complete. -->
  3087.  
  3088.  
  3089.                 <!-- Starting Vanilla Preset for Infuscolium. -->
  3090.                 <ConfigSection>
  3091.                     <IfCondition condition=':= mtlgInfuscoliumDist = "Vanilla"'>
  3092.                         <StandardGen name='mtlgInfuscoliumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x608B2656' drawBoundBox='false' boundBoxColor='0x608B2656'>
  3093.                             <Description>
  3094.                                 A master preset for standardgen  ore
  3095.                                 distributions.
  3096.                             </Description>
  3097.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:2")'> <OreBlock block='Metallurgy:fantasy.ore:2' weight='1.0' /> </IfCondition>
  3098.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3099.                             <Biome name='.*'  />
  3100.                             <Setting name='Size' avg=':= 4.000 * mtlgInfuscoliumSize ' range=':= _default_ * mtlgInfuscoliumSize ' type='normal' />
  3101.                             <Setting name='Frequency' avg=':= 5.000 * mtlgInfuscoliumFreq ' range=':= _default_ * mtlgInfuscoliumFreq ' type='normal' scaleTo='base' />
  3102.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3103.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3104.                         </StandardGen>
  3105.                     </IfCondition>
  3106.                 </ConfigSection>
  3107.                 <!-- Vanilla Preset for Infuscolium is complete. -->
  3108.  
  3109.                 <!-- End Infuscolium Generation -->
  3110.  
  3111.  
  3112.                 <!-- Begin Oureclase Generation -->
  3113.  
  3114.                 <!-- Starting LayeredVeins Preset for Oureclase. -->
  3115.                 <ConfigSection>
  3116.                     <IfCondition condition=':= mtlgOureclaseDist = "LayeredVeins"'>
  3117.                         <Veins name='mtlgOureclaseVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x609A7607' drawBoundBox='false' boundBoxColor='0x609A7607'>
  3118.                             <Description>
  3119.                                 Small, fairly rare motherlodes  with
  3120.                                 2-4 horizontal veins each.
  3121.                             </Description>
  3122.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:4")'> <OreBlock block='Metallurgy:fantasy.ore:4' weight='1.0' /> </IfCondition>
  3123.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3124.                             <Biome name='.*'  />
  3125.                             <Setting name='MotherlodeFrequency' avg=':= 0.613 * _default_ * mtlgOureclaseFreq ' range=':= 0.613 * _default_ * mtlgOureclaseFreq ' type='normal' scaleTo='base' />
  3126.                             <Setting name='MotherlodeSize' avg=':= 0.922 * _default_ * mtlgOureclaseSize ' range=':= 0.922 * _default_ * mtlgOureclaseSize ' type='normal' />
  3127.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3128.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3129.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3130.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3131.                             <Setting name='BranchLength' avg=':= 0.783 * _default_ ' range=':= 0.783 * _default_ ' type='normal' />
  3132.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3133.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3134.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3135.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgOureclaseSize ' range=':= _default_ * mtlgOureclaseSize ' type='normal' />
  3136.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3137.                             <Setting name='SegmentRadius' avg=':= 0.885 * _default_ * mtlgOureclaseSize ' range=':= 0.885 * _default_ * mtlgOureclaseSize ' type='normal' />
  3138.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3139.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3140.                         </Veins>
  3141.                     </IfCondition>
  3142.                 </ConfigSection>
  3143.                 <!-- LayeredVeins Preset for Oureclase is complete. -->
  3144.  
  3145.  
  3146.                 <!-- Starting Cloud Preset for Oureclase. -->
  3147.                 <ConfigSection>
  3148.                     <IfCondition condition=':= mtlgOureclaseDist = "Cloud"'>
  3149.                         <Cloud name='mtlgOureclaseCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x609A7607' drawBoundBox='false' boundBoxColor='0x609A7607'>
  3150.                             <Description>
  3151.                                 Large irregular clouds filled  lightly
  3152.                                 with ore.  These are  huge, spanning
  3153.                                 several adjacent  chunks, and
  3154.                                 consequently rather  rare.  They
  3155.                                 contain a sizeable  amount of ore, but
  3156.                                 it takes some  time and effort to mine
  3157.                                 due to  low density. The intent for
  3158.                                 strategic clouds is that the  player
  3159.                                 will need to actively  search for one
  3160.                                 and then set up a  semi-permanent
  3161.                                 mining base and  spend some time
  3162.                                 actually mining  the ore.
  3163.                             </Description>
  3164.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:4")'> <OreBlock block='Metallurgy:fantasy.ore:4' weight='1.0' /> </IfCondition>
  3165.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3166.                             <Biome name='.*'  />
  3167.                             <Setting name='CloudRadius' avg=':= 0.732 * _default_ * mtlgOureclaseSize ' range=':= 0.732 * _default_ * mtlgOureclaseSize ' type='normal' />
  3168.                             <Setting name='CloudThickness' avg=':= 0.732 * _default_ * mtlgOureclaseSize ' range=':= 0.732 * _default_ * mtlgOureclaseSize ' type='normal' scaleTo='base' />
  3169.                             <Setting name='DistributionFrequency' avg=':= 0.536 * _default_ * mtlgOureclaseFreq ' range=':= 0.536 * _default_ * mtlgOureclaseFreq ' type='normal' scaleTo='base' />
  3170.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3171.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3172.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3173.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3174.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3175.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3176.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3177.                             <Veins name='mtlgOureclaseHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x609A7607' drawBoundBox='false' boundBoxColor='0x609A7607'>
  3178.                                 <Description>
  3179.                                     Single blocks, generously
  3180.                                     scattered through all heights
  3181.                                     (density is about that of  vanilla
  3182.                                     iron ore). They will  replace dirt
  3183.                                     and sandstone  (but not grass or
  3184.                                     sand), so  they can be found
  3185.                                     nearer to  the surface than most
  3186.                                     ores.  Intened to be used as a
  3187.                                     child  distribution for large,
  3188.                                     rare  strategic deposits that
  3189.                                     would  otherwise be very difficult
  3190.                                     to find.  Note that the  frequency
  3191.                                     is multiplied by  ground level to
  3192.                                     maintain a  constant density, but
  3193.                                     not by  ore frequency because it
  3194.                                     is  assumed that the frequency of
  3195.                                     the parent distribution will
  3196.                                     already be scaled by that.
  3197.                                 </Description>
  3198.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:4")'> <OreBlock block='Metallurgy:fantasy.ore:4' weight='1.0' /> </IfCondition>
  3199.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3200.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3201.                             </Veins>
  3202.                         </Cloud>
  3203.                     </IfCondition>
  3204.                 </ConfigSection>
  3205.                 <!-- Cloud Preset for Oureclase is complete. -->
  3206.  
  3207.  
  3208.                 <!-- Starting Vanilla Preset for Oureclase. -->
  3209.                 <ConfigSection>
  3210.                     <IfCondition condition=':= mtlgOureclaseDist = "Vanilla"'>
  3211.                         <StandardGen name='mtlgOureclaseStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x609A7607' drawBoundBox='false' boundBoxColor='0x609A7607'>
  3212.                             <Description>
  3213.                                 A master preset for standardgen  ore
  3214.                                 distributions.
  3215.                             </Description>
  3216.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:4")'> <OreBlock block='Metallurgy:fantasy.ore:4' weight='1.0' /> </IfCondition>
  3217.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3218.                             <Biome name='.*'  />
  3219.                             <Setting name='Size' avg=':= 3.000 * mtlgOureclaseSize ' range=':= _default_ * mtlgOureclaseSize ' type='normal' />
  3220.                             <Setting name='Frequency' avg=':= 4.000 * mtlgOureclaseFreq ' range=':= _default_ * mtlgOureclaseFreq ' type='normal' scaleTo='base' />
  3221.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3222.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3223.                         </StandardGen>
  3224.                     </IfCondition>
  3225.                 </ConfigSection>
  3226.                 <!-- Vanilla Preset for Oureclase is complete. -->
  3227.  
  3228.                 <!-- End Oureclase Generation -->
  3229.  
  3230.  
  3231.                 <!-- Begin Astral Silver Generation -->
  3232.  
  3233.                 <!-- Starting LayeredVeins Preset for Astral Silver. -->
  3234.                 <ConfigSection>
  3235.                     <IfCondition condition=':= mtlgAstralSilverDist = "LayeredVeins"'>
  3236.                         <Veins name='mtlgAstralSilverVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60ADC3C3' drawBoundBox='false' boundBoxColor='0x60ADC3C3'>
  3237.                             <Description>
  3238.                                 Small, fairly rare motherlodes  with
  3239.                                 2-4 horizontal veins each.
  3240.                             </Description>
  3241.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:5")'> <OreBlock block='Metallurgy:fantasy.ore:5' weight='1.0' /> </IfCondition>
  3242.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3243.                             <Biome name='.*'  />
  3244.                             <Setting name='MotherlodeFrequency' avg=':= 0.613 * _default_ * mtlgAstralSilverFreq ' range=':= 0.613 * _default_ * mtlgAstralSilverFreq ' type='normal' scaleTo='base' />
  3245.                             <Setting name='MotherlodeSize' avg=':= 0.922 * _default_ * mtlgAstralSilverSize ' range=':= 0.922 * _default_ * mtlgAstralSilverSize ' type='normal' />
  3246.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3247.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3248.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3249.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3250.                             <Setting name='BranchLength' avg=':= 0.783 * _default_ ' range=':= 0.783 * _default_ ' type='normal' />
  3251.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3252.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3253.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3254.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgAstralSilverSize ' range=':= _default_ * mtlgAstralSilverSize ' type='normal' />
  3255.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3256.                             <Setting name='SegmentRadius' avg=':= 0.885 * _default_ * mtlgAstralSilverSize ' range=':= 0.885 * _default_ * mtlgAstralSilverSize ' type='normal' />
  3257.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3258.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3259.                         </Veins>
  3260.                     </IfCondition>
  3261.                 </ConfigSection>
  3262.                 <!-- LayeredVeins Preset for Astral Silver is
  3263.                     complete. -->
  3264.  
  3265.  
  3266.                 <!-- Starting Cloud Preset for Astral Silver. -->
  3267.                 <ConfigSection>
  3268.                     <IfCondition condition=':= mtlgAstralSilverDist = "Cloud"'>
  3269.                         <Cloud name='mtlgAstralSilverCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60ADC3C3' drawBoundBox='false' boundBoxColor='0x60ADC3C3'>
  3270.                             <Description>
  3271.                                 Large irregular clouds filled  lightly
  3272.                                 with ore.  These are  huge, spanning
  3273.                                 several adjacent  chunks, and
  3274.                                 consequently rather  rare.  They
  3275.                                 contain a sizeable  amount of ore, but
  3276.                                 it takes some  time and effort to mine
  3277.                                 due to  low density. The intent for
  3278.                                 strategic clouds is that the  player
  3279.                                 will need to actively  search for one
  3280.                                 and then set up a  semi-permanent
  3281.                                 mining base and  spend some time
  3282.                                 actually mining  the ore.
  3283.                             </Description>
  3284.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:5")'> <OreBlock block='Metallurgy:fantasy.ore:5' weight='1.0' /> </IfCondition>
  3285.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3286.                             <Biome name='.*'  />
  3287.                             <Setting name='CloudRadius' avg=':= 0.732 * _default_ * mtlgAstralSilverSize ' range=':= 0.732 * _default_ * mtlgAstralSilverSize ' type='normal' />
  3288.                             <Setting name='CloudThickness' avg=':= 0.732 * _default_ * mtlgAstralSilverSize ' range=':= 0.732 * _default_ * mtlgAstralSilverSize ' type='normal' scaleTo='base' />
  3289.                             <Setting name='DistributionFrequency' avg=':= 0.536 * _default_ * mtlgAstralSilverFreq ' range=':= 0.536 * _default_ * mtlgAstralSilverFreq ' type='normal' scaleTo='base' />
  3290.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3291.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3292.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3293.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3294.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3295.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3296.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3297.                             <Veins name='mtlgAstralSilverHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60ADC3C3' drawBoundBox='false' boundBoxColor='0x60ADC3C3'>
  3298.                                 <Description>
  3299.                                     Single blocks, generously
  3300.                                     scattered through all heights
  3301.                                     (density is about that of  vanilla
  3302.                                     iron ore). They will  replace dirt
  3303.                                     and sandstone  (but not grass or
  3304.                                     sand), so  they can be found
  3305.                                     nearer to  the surface than most
  3306.                                     ores.  Intened to be used as a
  3307.                                     child  distribution for large,
  3308.                                     rare  strategic deposits that
  3309.                                     would  otherwise be very difficult
  3310.                                     to find.  Note that the  frequency
  3311.                                     is multiplied by  ground level to
  3312.                                     maintain a  constant density, but
  3313.                                     not by  ore frequency because it
  3314.                                     is  assumed that the frequency of
  3315.                                     the parent distribution will
  3316.                                     already be scaled by that.
  3317.                                 </Description>
  3318.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:5")'> <OreBlock block='Metallurgy:fantasy.ore:5' weight='1.0' /> </IfCondition>
  3319.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3320.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3321.                             </Veins>
  3322.                         </Cloud>
  3323.                     </IfCondition>
  3324.                 </ConfigSection>
  3325.                 <!-- Cloud Preset for Astral Silver is complete. -->
  3326.  
  3327.  
  3328.                 <!-- Starting Vanilla Preset for Astral Silver. -->
  3329.                 <ConfigSection>
  3330.                     <IfCondition condition=':= mtlgAstralSilverDist = "Vanilla"'>
  3331.                         <StandardGen name='mtlgAstralSilverStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60ADC3C3' drawBoundBox='false' boundBoxColor='0x60ADC3C3'>
  3332.                             <Description>
  3333.                                 A master preset for standardgen  ore
  3334.                                 distributions.
  3335.                             </Description>
  3336.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:5")'> <OreBlock block='Metallurgy:fantasy.ore:5' weight='1.0' /> </IfCondition>
  3337.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3338.                             <Biome name='.*'  />
  3339.                             <Setting name='Size' avg=':= 3.000 * mtlgAstralSilverSize ' range=':= _default_ * mtlgAstralSilverSize ' type='normal' />
  3340.                             <Setting name='Frequency' avg=':= 4.000 * mtlgAstralSilverFreq ' range=':= _default_ * mtlgAstralSilverFreq ' type='normal' scaleTo='base' />
  3341.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3342.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3343.                         </StandardGen>
  3344.                     </IfCondition>
  3345.                 </ConfigSection>
  3346.                 <!-- Vanilla Preset for Astral Silver is complete. -->
  3347.  
  3348.                 <!-- End Astral Silver Generation -->
  3349.  
  3350.  
  3351.                 <!-- Begin Carmot Generation -->
  3352.  
  3353.                 <!-- Starting LayeredVeins Preset for Carmot. -->
  3354.                 <ConfigSection>
  3355.                     <IfCondition condition=':= mtlgCarmotDist = "LayeredVeins"'>
  3356.                         <Veins name='mtlgCarmotVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60D7C986' drawBoundBox='false' boundBoxColor='0x60D7C986'>
  3357.                             <Description>
  3358.                                 Small, fairly rare motherlodes  with
  3359.                                 2-4 horizontal veins each.
  3360.                             </Description>
  3361.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:6")'> <OreBlock block='Metallurgy:fantasy.ore:6' weight='1.0' /> </IfCondition>
  3362.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3363.                             <Biome name='.*'  />
  3364.                             <Setting name='MotherlodeFrequency' avg=':= 0.531 * _default_ * mtlgCarmotFreq ' range=':= 0.531 * _default_ * mtlgCarmotFreq ' type='normal' scaleTo='base' />
  3365.                             <Setting name='MotherlodeSize' avg=':= 0.900 * _default_ * mtlgCarmotSize ' range=':= 0.900 * _default_ * mtlgCarmotSize ' type='normal' />
  3366.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3367.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3368.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3369.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3370.                             <Setting name='BranchLength' avg=':= 0.729 * _default_ ' range=':= 0.729 * _default_ ' type='normal' />
  3371.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3372.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3373.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3374.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgCarmotSize ' range=':= _default_ * mtlgCarmotSize ' type='normal' />
  3375.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3376.                             <Setting name='SegmentRadius' avg=':= 0.854 * _default_ * mtlgCarmotSize ' range=':= 0.854 * _default_ * mtlgCarmotSize ' type='normal' />
  3377.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3378.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3379.                         </Veins>
  3380.                     </IfCondition>
  3381.                 </ConfigSection>
  3382.                 <!-- LayeredVeins Preset for Carmot is complete. -->
  3383.  
  3384.  
  3385.                 <!-- Starting Cloud Preset for Carmot. -->
  3386.                 <ConfigSection>
  3387.                     <IfCondition condition=':= mtlgCarmotDist = "Cloud"'>
  3388.                         <Cloud name='mtlgCarmotCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60D7C986' drawBoundBox='false' boundBoxColor='0x60D7C986'>
  3389.                             <Description>
  3390.                                 Large irregular clouds filled  lightly
  3391.                                 with ore.  These are  huge, spanning
  3392.                                 several adjacent  chunks, and
  3393.                                 consequently rather  rare.  They
  3394.                                 contain a sizeable  amount of ore, but
  3395.                                 it takes some  time and effort to mine
  3396.                                 due to  low density. The intent for
  3397.                                 strategic clouds is that the  player
  3398.                                 will need to actively  search for one
  3399.                                 and then set up a  semi-permanent
  3400.                                 mining base and  spend some time
  3401.                                 actually mining  the ore.
  3402.                             </Description>
  3403.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:6")'> <OreBlock block='Metallurgy:fantasy.ore:6' weight='1.0' /> </IfCondition>
  3404.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3405.                             <Biome name='.*'  />
  3406.                             <Setting name='CloudRadius' avg=':= 0.682 * _default_ * mtlgCarmotSize ' range=':= 0.682 * _default_ * mtlgCarmotSize ' type='normal' />
  3407.                             <Setting name='CloudThickness' avg=':= 0.682 * _default_ * mtlgCarmotSize ' range=':= 0.682 * _default_ * mtlgCarmotSize ' type='normal' scaleTo='base' />
  3408.                             <Setting name='DistributionFrequency' avg=':= 0.464 * _default_ * mtlgCarmotFreq ' range=':= 0.464 * _default_ * mtlgCarmotFreq ' type='normal' scaleTo='base' />
  3409.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3410.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3411.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3412.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3413.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3414.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3415.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3416.                             <Veins name='mtlgCarmotHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60D7C986' drawBoundBox='false' boundBoxColor='0x60D7C986'>
  3417.                                 <Description>
  3418.                                     Single blocks, generously
  3419.                                     scattered through all heights
  3420.                                     (density is about that of  vanilla
  3421.                                     iron ore). They will  replace dirt
  3422.                                     and sandstone  (but not grass or
  3423.                                     sand), so  they can be found
  3424.                                     nearer to  the surface than most
  3425.                                     ores.  Intened to be used as a
  3426.                                     child  distribution for large,
  3427.                                     rare  strategic deposits that
  3428.                                     would  otherwise be very difficult
  3429.                                     to find.  Note that the  frequency
  3430.                                     is multiplied by  ground level to
  3431.                                     maintain a  constant density, but
  3432.                                     not by  ore frequency because it
  3433.                                     is  assumed that the frequency of
  3434.                                     the parent distribution will
  3435.                                     already be scaled by that.
  3436.                                 </Description>
  3437.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:6")'> <OreBlock block='Metallurgy:fantasy.ore:6' weight='1.0' /> </IfCondition>
  3438.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3439.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3440.                             </Veins>
  3441.                         </Cloud>
  3442.                     </IfCondition>
  3443.                 </ConfigSection>
  3444.                 <!-- Cloud Preset for Carmot is complete. -->
  3445.  
  3446.  
  3447.                 <!-- Starting Vanilla Preset for Carmot. -->
  3448.                 <ConfigSection>
  3449.                     <IfCondition condition=':= mtlgCarmotDist = "Vanilla"'>
  3450.                         <StandardGen name='mtlgCarmotStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60D7C986' drawBoundBox='false' boundBoxColor='0x60D7C986'>
  3451.                             <Description>
  3452.                                 A master preset for standardgen  ore
  3453.                                 distributions.
  3454.                             </Description>
  3455.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:6")'> <OreBlock block='Metallurgy:fantasy.ore:6' weight='1.0' /> </IfCondition>
  3456.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3457.                             <Biome name='.*'  />
  3458.                             <Setting name='Size' avg=':= 3.000 * mtlgCarmotSize ' range=':= _default_ * mtlgCarmotSize ' type='normal' />
  3459.                             <Setting name='Frequency' avg=':= 3.000 * mtlgCarmotFreq ' range=':= _default_ * mtlgCarmotFreq ' type='normal' scaleTo='base' />
  3460.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3461.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3462.                         </StandardGen>
  3463.                     </IfCondition>
  3464.                 </ConfigSection>
  3465.                 <!-- Vanilla Preset for Carmot is complete. -->
  3466.  
  3467.                 <!-- End Carmot Generation -->
  3468.  
  3469.  
  3470.                 <!-- Begin Mithril Generation -->
  3471.  
  3472.                 <!-- Starting LayeredVeins Preset for Mithril. -->
  3473.                 <ConfigSection>
  3474.                     <IfCondition condition=':= mtlgMithrilDist = "LayeredVeins"'>
  3475.                         <Veins name='mtlgMithrilVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x609AF3F7' drawBoundBox='false' boundBoxColor='0x609AF3F7'>
  3476.                             <Description>
  3477.                                 Small, fairly rare motherlodes  with
  3478.                                 2-4 horizontal veins each.
  3479.                             </Description>
  3480.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:7")'> <OreBlock block='Metallurgy:fantasy.ore:7' weight='1.0' /> </IfCondition>
  3481.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3482.                             <Biome name='.*'  />
  3483.                             <Setting name='MotherlodeFrequency' avg=':= 0.531 * _default_ * mtlgMithrilFreq ' range=':= 0.531 * _default_ * mtlgMithrilFreq ' type='normal' scaleTo='base' />
  3484.                             <Setting name='MotherlodeSize' avg=':= 0.900 * _default_ * mtlgMithrilSize ' range=':= 0.900 * _default_ * mtlgMithrilSize ' type='normal' />
  3485.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3486.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3487.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3488.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3489.                             <Setting name='BranchLength' avg=':= 0.729 * _default_ ' range=':= 0.729 * _default_ ' type='normal' />
  3490.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3491.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3492.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3493.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgMithrilSize ' range=':= _default_ * mtlgMithrilSize ' type='normal' />
  3494.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3495.                             <Setting name='SegmentRadius' avg=':= 0.854 * _default_ * mtlgMithrilSize ' range=':= 0.854 * _default_ * mtlgMithrilSize ' type='normal' />
  3496.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3497.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3498.                         </Veins>
  3499.                     </IfCondition>
  3500.                 </ConfigSection>
  3501.                 <!-- LayeredVeins Preset for Mithril is complete. -->
  3502.  
  3503.  
  3504.                 <!-- Starting Cloud Preset for Mithril. -->
  3505.                 <ConfigSection>
  3506.                     <IfCondition condition=':= mtlgMithrilDist = "Cloud"'>
  3507.                         <Cloud name='mtlgMithrilCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x609AF3F7' drawBoundBox='false' boundBoxColor='0x609AF3F7'>
  3508.                             <Description>
  3509.                                 Large irregular clouds filled  lightly
  3510.                                 with ore.  These are  huge, spanning
  3511.                                 several adjacent  chunks, and
  3512.                                 consequently rather  rare.  They
  3513.                                 contain a sizeable  amount of ore, but
  3514.                                 it takes some  time and effort to mine
  3515.                                 due to  low density. The intent for
  3516.                                 strategic clouds is that the  player
  3517.                                 will need to actively  search for one
  3518.                                 and then set up a  semi-permanent
  3519.                                 mining base and  spend some time
  3520.                                 actually mining  the ore.
  3521.                             </Description>
  3522.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:7")'> <OreBlock block='Metallurgy:fantasy.ore:7' weight='1.0' /> </IfCondition>
  3523.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3524.                             <Biome name='.*'  />
  3525.                             <Setting name='CloudRadius' avg=':= 0.682 * _default_ * mtlgMithrilSize ' range=':= 0.682 * _default_ * mtlgMithrilSize ' type='normal' />
  3526.                             <Setting name='CloudThickness' avg=':= 0.682 * _default_ * mtlgMithrilSize ' range=':= 0.682 * _default_ * mtlgMithrilSize ' type='normal' scaleTo='base' />
  3527.                             <Setting name='DistributionFrequency' avg=':= 0.464 * _default_ * mtlgMithrilFreq ' range=':= 0.464 * _default_ * mtlgMithrilFreq ' type='normal' scaleTo='base' />
  3528.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3529.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3530.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3531.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3532.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3533.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3534.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3535.                             <Veins name='mtlgMithrilHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x609AF3F7' drawBoundBox='false' boundBoxColor='0x609AF3F7'>
  3536.                                 <Description>
  3537.                                     Single blocks, generously
  3538.                                     scattered through all heights
  3539.                                     (density is about that of  vanilla
  3540.                                     iron ore). They will  replace dirt
  3541.                                     and sandstone  (but not grass or
  3542.                                     sand), so  they can be found
  3543.                                     nearer to  the surface than most
  3544.                                     ores.  Intened to be used as a
  3545.                                     child  distribution for large,
  3546.                                     rare  strategic deposits that
  3547.                                     would  otherwise be very difficult
  3548.                                     to find.  Note that the  frequency
  3549.                                     is multiplied by  ground level to
  3550.                                     maintain a  constant density, but
  3551.                                     not by  ore frequency because it
  3552.                                     is  assumed that the frequency of
  3553.                                     the parent distribution will
  3554.                                     already be scaled by that.
  3555.                                 </Description>
  3556.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:7")'> <OreBlock block='Metallurgy:fantasy.ore:7' weight='1.0' /> </IfCondition>
  3557.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3558.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3559.                             </Veins>
  3560.                         </Cloud>
  3561.                     </IfCondition>
  3562.                 </ConfigSection>
  3563.                 <!-- Cloud Preset for Mithril is complete. -->
  3564.  
  3565.  
  3566.                 <!-- Starting Vanilla Preset for Mithril. -->
  3567.                 <ConfigSection>
  3568.                     <IfCondition condition=':= mtlgMithrilDist = "Vanilla"'>
  3569.                         <StandardGen name='mtlgMithrilStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x609AF3F7' drawBoundBox='false' boundBoxColor='0x609AF3F7'>
  3570.                             <Description>
  3571.                                 A master preset for standardgen  ore
  3572.                                 distributions.
  3573.                             </Description>
  3574.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:7")'> <OreBlock block='Metallurgy:fantasy.ore:7' weight='1.0' /> </IfCondition>
  3575.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3576.                             <Biome name='.*'  />
  3577.                             <Setting name='Size' avg=':= 3.000 * mtlgMithrilSize ' range=':= _default_ * mtlgMithrilSize ' type='normal' />
  3578.                             <Setting name='Frequency' avg=':= 3.000 * mtlgMithrilFreq ' range=':= _default_ * mtlgMithrilFreq ' type='normal' scaleTo='base' />
  3579.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3580.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3581.                         </StandardGen>
  3582.                     </IfCondition>
  3583.                 </ConfigSection>
  3584.                 <!-- Vanilla Preset for Mithril is complete. -->
  3585.  
  3586.                 <!-- End Mithril Generation -->
  3587.  
  3588.  
  3589.                 <!-- Begin Rubracium Generation -->
  3590.  
  3591.                 <!-- Starting LayeredVeins Preset for Rubracium. -->
  3592.                 <ConfigSection>
  3593.                     <IfCondition condition=':= mtlgRubraciumDist = "LayeredVeins"'>
  3594.                         <Veins name='mtlgRubraciumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60A1363C' drawBoundBox='false' boundBoxColor='0x60A1363C'>
  3595.                             <Description>
  3596.                                 Small, fairly rare motherlodes  with
  3597.                                 2-4 horizontal veins each.
  3598.                             </Description>
  3599.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:8")'> <OreBlock block='Metallurgy:fantasy.ore:8' weight='1.0' /> </IfCondition>
  3600.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3601.                             <Biome name='.*'  />
  3602.                             <Setting name='MotherlodeFrequency' avg=':= 0.433 * _default_ * mtlgRubraciumFreq ' range=':= 0.433 * _default_ * mtlgRubraciumFreq ' type='normal' scaleTo='base' />
  3603.                             <Setting name='MotherlodeSize' avg=':= 0.870 * _default_ * mtlgRubraciumSize ' range=':= 0.870 * _default_ * mtlgRubraciumSize ' type='normal' />
  3604.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3605.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3606.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3607.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3608.                             <Setting name='BranchLength' avg=':= 0.658 * _default_ ' range=':= 0.658 * _default_ ' type='normal' />
  3609.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3610.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3611.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3612.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgRubraciumSize ' range=':= _default_ * mtlgRubraciumSize ' type='normal' />
  3613.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3614.                             <Setting name='SegmentRadius' avg=':= 0.811 * _default_ * mtlgRubraciumSize ' range=':= 0.811 * _default_ * mtlgRubraciumSize ' type='normal' />
  3615.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3616.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3617.                         </Veins>
  3618.                     </IfCondition>
  3619.                 </ConfigSection>
  3620.                 <!-- LayeredVeins Preset for Rubracium is complete. -->
  3621.  
  3622.  
  3623.                 <!-- Starting Cloud Preset for Rubracium. -->
  3624.                 <ConfigSection>
  3625.                     <IfCondition condition=':= mtlgRubraciumDist = "Cloud"'>
  3626.                         <Cloud name='mtlgRubraciumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60A1363C' drawBoundBox='false' boundBoxColor='0x60A1363C'>
  3627.                             <Description>
  3628.                                 Large irregular clouds filled  lightly
  3629.                                 with ore.  These are  huge, spanning
  3630.                                 several adjacent  chunks, and
  3631.                                 consequently rather  rare.  They
  3632.                                 contain a sizeable  amount of ore, but
  3633.                                 it takes some  time and effort to mine
  3634.                                 due to  low density. The intent for
  3635.                                 strategic clouds is that the  player
  3636.                                 will need to actively  search for one
  3637.                                 and then set up a  semi-permanent
  3638.                                 mining base and  spend some time
  3639.                                 actually mining  the ore.
  3640.                             </Description>
  3641.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:8")'> <OreBlock block='Metallurgy:fantasy.ore:8' weight='1.0' /> </IfCondition>
  3642.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3643.                             <Biome name='.*'  />
  3644.                             <Setting name='CloudRadius' avg=':= 0.616 * _default_ * mtlgRubraciumSize ' range=':= 0.616 * _default_ * mtlgRubraciumSize ' type='normal' />
  3645.                             <Setting name='CloudThickness' avg=':= 0.616 * _default_ * mtlgRubraciumSize ' range=':= 0.616 * _default_ * mtlgRubraciumSize ' type='normal' scaleTo='base' />
  3646.                             <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * mtlgRubraciumFreq ' range=':= 0.379 * _default_ * mtlgRubraciumFreq ' type='normal' scaleTo='base' />
  3647.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3648.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3649.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3650.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3651.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3652.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3653.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3654.                             <Veins name='mtlgRubraciumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60A1363C' drawBoundBox='false' boundBoxColor='0x60A1363C'>
  3655.                                 <Description>
  3656.                                     Single blocks, generously
  3657.                                     scattered through all heights
  3658.                                     (density is about that of  vanilla
  3659.                                     iron ore). They will  replace dirt
  3660.                                     and sandstone  (but not grass or
  3661.                                     sand), so  they can be found
  3662.                                     nearer to  the surface than most
  3663.                                     ores.  Intened to be used as a
  3664.                                     child  distribution for large,
  3665.                                     rare  strategic deposits that
  3666.                                     would  otherwise be very difficult
  3667.                                     to find.  Note that the  frequency
  3668.                                     is multiplied by  ground level to
  3669.                                     maintain a  constant density, but
  3670.                                     not by  ore frequency because it
  3671.                                     is  assumed that the frequency of
  3672.                                     the parent distribution will
  3673.                                     already be scaled by that.
  3674.                                 </Description>
  3675.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:8")'> <OreBlock block='Metallurgy:fantasy.ore:8' weight='1.0' /> </IfCondition>
  3676.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3677.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3678.                             </Veins>
  3679.                         </Cloud>
  3680.                     </IfCondition>
  3681.                 </ConfigSection>
  3682.                 <!-- Cloud Preset for Rubracium is complete. -->
  3683.  
  3684.  
  3685.                 <!-- Starting Vanilla Preset for Rubracium. -->
  3686.                 <ConfigSection>
  3687.                     <IfCondition condition=':= mtlgRubraciumDist = "Vanilla"'>
  3688.                         <StandardGen name='mtlgRubraciumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60A1363C' drawBoundBox='false' boundBoxColor='0x60A1363C'>
  3689.                             <Description>
  3690.                                 A master preset for standardgen  ore
  3691.                                 distributions.
  3692.                             </Description>
  3693.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:8")'> <OreBlock block='Metallurgy:fantasy.ore:8' weight='1.0' /> </IfCondition>
  3694.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3695.                             <Biome name='.*'  />
  3696.                             <Setting name='Size' avg=':= 3.000 * mtlgRubraciumSize ' range=':= _default_ * mtlgRubraciumSize ' type='normal' />
  3697.                             <Setting name='Frequency' avg=':= 2.000 * mtlgRubraciumFreq ' range=':= _default_ * mtlgRubraciumFreq ' type='normal' scaleTo='base' />
  3698.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3699.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3700.                         </StandardGen>
  3701.                     </IfCondition>
  3702.                 </ConfigSection>
  3703.                 <!-- Vanilla Preset for Rubracium is complete. -->
  3704.  
  3705.                 <!-- End Rubracium Generation -->
  3706.  
  3707.  
  3708.                 <!-- Begin Orichalcum Generation -->
  3709.  
  3710.                 <!-- Starting LayeredVeins Preset for Orichalcum. -->
  3711.                 <ConfigSection>
  3712.                     <IfCondition condition=':= mtlgOrichalcumDist = "LayeredVeins"'>
  3713.                         <Veins name='mtlgOrichalcumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60466432' drawBoundBox='false' boundBoxColor='0x60466432'>
  3714.                             <Description>
  3715.                                 Small, fairly rare motherlodes  with
  3716.                                 2-4 horizontal veins each.
  3717.                             </Description>
  3718.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:11")'> <OreBlock block='Metallurgy:fantasy.ore:11' weight='1.0' /> </IfCondition>
  3719.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3720.                             <Biome name='.*'  />
  3721.                             <Setting name='MotherlodeFrequency' avg=':= 0.500 * _default_ * mtlgOrichalcumFreq ' range=':= 0.500 * _default_ * mtlgOrichalcumFreq ' type='normal' scaleTo='base' />
  3722.                             <Setting name='MotherlodeSize' avg=':= 0.891 * _default_ * mtlgOrichalcumSize ' range=':= 0.891 * _default_ * mtlgOrichalcumSize ' type='normal' />
  3723.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3724.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3725.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3726.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3727.                             <Setting name='BranchLength' avg=':= 0.707 * _default_ ' range=':= 0.707 * _default_ ' type='normal' />
  3728.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3729.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3730.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3731.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgOrichalcumSize ' range=':= _default_ * mtlgOrichalcumSize ' type='normal' />
  3732.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3733.                             <Setting name='SegmentRadius' avg=':= 0.841 * _default_ * mtlgOrichalcumSize ' range=':= 0.841 * _default_ * mtlgOrichalcumSize ' type='normal' />
  3734.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3735.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3736.                         </Veins>
  3737.                     </IfCondition>
  3738.                 </ConfigSection>
  3739.                 <!-- LayeredVeins Preset for Orichalcum is complete. -->
  3740.  
  3741.  
  3742.                 <!-- Starting Cloud Preset for Orichalcum. -->
  3743.                 <ConfigSection>
  3744.                     <IfCondition condition=':= mtlgOrichalcumDist = "Cloud"'>
  3745.                         <Cloud name='mtlgOrichalcumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60466432' drawBoundBox='false' boundBoxColor='0x60466432'>
  3746.                             <Description>
  3747.                                 Large irregular clouds filled  lightly
  3748.                                 with ore.  These are  huge, spanning
  3749.                                 several adjacent  chunks, and
  3750.                                 consequently rather  rare.  They
  3751.                                 contain a sizeable  amount of ore, but
  3752.                                 it takes some  time and effort to mine
  3753.                                 due to  low density. The intent for
  3754.                                 strategic clouds is that the  player
  3755.                                 will need to actively  search for one
  3756.                                 and then set up a  semi-permanent
  3757.                                 mining base and  spend some time
  3758.                                 actually mining  the ore.
  3759.                             </Description>
  3760.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:11")'> <OreBlock block='Metallurgy:fantasy.ore:11' weight='1.0' /> </IfCondition>
  3761.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3762.                             <Biome name='.*'  />
  3763.                             <Setting name='CloudRadius' avg=':= 0.662 * _default_ * mtlgOrichalcumSize ' range=':= 0.662 * _default_ * mtlgOrichalcumSize ' type='normal' />
  3764.                             <Setting name='CloudThickness' avg=':= 0.662 * _default_ * mtlgOrichalcumSize ' range=':= 0.662 * _default_ * mtlgOrichalcumSize ' type='normal' scaleTo='base' />
  3765.                             <Setting name='DistributionFrequency' avg=':= 0.438 * _default_ * mtlgOrichalcumFreq ' range=':= 0.438 * _default_ * mtlgOrichalcumFreq ' type='normal' scaleTo='base' />
  3766.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3767.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3768.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3769.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3770.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3771.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3772.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3773.                             <Veins name='mtlgOrichalcumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60466432' drawBoundBox='false' boundBoxColor='0x60466432'>
  3774.                                 <Description>
  3775.                                     Single blocks, generously
  3776.                                     scattered through all heights
  3777.                                     (density is about that of  vanilla
  3778.                                     iron ore). They will  replace dirt
  3779.                                     and sandstone  (but not grass or
  3780.                                     sand), so  they can be found
  3781.                                     nearer to  the surface than most
  3782.                                     ores.  Intened to be used as a
  3783.                                     child  distribution for large,
  3784.                                     rare  strategic deposits that
  3785.                                     would  otherwise be very difficult
  3786.                                     to find.  Note that the  frequency
  3787.                                     is multiplied by  ground level to
  3788.                                     maintain a  constant density, but
  3789.                                     not by  ore frequency because it
  3790.                                     is  assumed that the frequency of
  3791.                                     the parent distribution will
  3792.                                     already be scaled by that.
  3793.                                 </Description>
  3794.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:11")'> <OreBlock block='Metallurgy:fantasy.ore:11' weight='1.0' /> </IfCondition>
  3795.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3796.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3797.                             </Veins>
  3798.                         </Cloud>
  3799.                     </IfCondition>
  3800.                 </ConfigSection>
  3801.                 <!-- Cloud Preset for Orichalcum is complete. -->
  3802.  
  3803.  
  3804.                 <!-- Starting Vanilla Preset for Orichalcum. -->
  3805.                 <ConfigSection>
  3806.                     <IfCondition condition=':= mtlgOrichalcumDist = "Vanilla"'>
  3807.                         <StandardGen name='mtlgOrichalcumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60466432' drawBoundBox='false' boundBoxColor='0x60466432'>
  3808.                             <Description>
  3809.                                 A master preset for standardgen  ore
  3810.                                 distributions.
  3811.                             </Description>
  3812.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:11")'> <OreBlock block='Metallurgy:fantasy.ore:11' weight='1.0' /> </IfCondition>
  3813.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3814.                             <Biome name='.*'  />
  3815.                             <Setting name='Size' avg=':= 4.000 * mtlgOrichalcumSize ' range=':= _default_ * mtlgOrichalcumSize ' type='normal' />
  3816.                             <Setting name='Frequency' avg=':= 2.000 * mtlgOrichalcumFreq ' range=':= _default_ * mtlgOrichalcumFreq ' type='normal' scaleTo='base' />
  3817.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3818.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3819.                         </StandardGen>
  3820.                     </IfCondition>
  3821.                 </ConfigSection>
  3822.                 <!-- Vanilla Preset for Orichalcum is complete. -->
  3823.  
  3824.                 <!-- End Orichalcum Generation -->
  3825.  
  3826.  
  3827.                 <!-- Begin Adamantine Generation -->
  3828.  
  3829.                 <!-- Starting LayeredVeins Preset for Adamantine. -->
  3830.                 <ConfigSection>
  3831.                     <IfCondition condition=':= mtlgAdamantineDist = "LayeredVeins"'>
  3832.                         <Veins name='mtlgAdamantineVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60AC0C0D' drawBoundBox='false' boundBoxColor='0x60AC0C0D'>
  3833.                             <Description>
  3834.                                 Small, fairly rare motherlodes  with
  3835.                                 2-4 horizontal veins each.
  3836.                             </Description>
  3837.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:13")'> <OreBlock block='Metallurgy:fantasy.ore:13' weight='1.0' /> </IfCondition>
  3838.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3839.                             <Biome name='.*'  />
  3840.                             <Setting name='MotherlodeFrequency' avg=':= 0.433 * _default_ * mtlgAdamantineFreq ' range=':= 0.433 * _default_ * mtlgAdamantineFreq ' type='normal' scaleTo='base' />
  3841.                             <Setting name='MotherlodeSize' avg=':= 0.870 * _default_ * mtlgAdamantineSize ' range=':= 0.870 * _default_ * mtlgAdamantineSize ' type='normal' />
  3842.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3843.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3844.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3845.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3846.                             <Setting name='BranchLength' avg=':= 0.658 * _default_ ' range=':= 0.658 * _default_ ' type='normal' />
  3847.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3848.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3849.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3850.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgAdamantineSize ' range=':= _default_ * mtlgAdamantineSize ' type='normal' />
  3851.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3852.                             <Setting name='SegmentRadius' avg=':= 0.811 * _default_ * mtlgAdamantineSize ' range=':= 0.811 * _default_ * mtlgAdamantineSize ' type='normal' />
  3853.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3854.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3855.                         </Veins>
  3856.                     </IfCondition>
  3857.                 </ConfigSection>
  3858.                 <!-- LayeredVeins Preset for Adamantine is complete. -->
  3859.  
  3860.  
  3861.                 <!-- Starting Cloud Preset for Adamantine. -->
  3862.                 <ConfigSection>
  3863.                     <IfCondition condition=':= mtlgAdamantineDist = "Cloud"'>
  3864.                         <Cloud name='mtlgAdamantineCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60AC0C0D' drawBoundBox='false' boundBoxColor='0x60AC0C0D'>
  3865.                             <Description>
  3866.                                 Large irregular clouds filled  lightly
  3867.                                 with ore.  These are  huge, spanning
  3868.                                 several adjacent  chunks, and
  3869.                                 consequently rather  rare.  They
  3870.                                 contain a sizeable  amount of ore, but
  3871.                                 it takes some  time and effort to mine
  3872.                                 due to  low density. The intent for
  3873.                                 strategic clouds is that the  player
  3874.                                 will need to actively  search for one
  3875.                                 and then set up a  semi-permanent
  3876.                                 mining base and  spend some time
  3877.                                 actually mining  the ore.
  3878.                             </Description>
  3879.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:13")'> <OreBlock block='Metallurgy:fantasy.ore:13' weight='1.0' /> </IfCondition>
  3880.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3881.                             <Biome name='.*'  />
  3882.                             <Setting name='CloudRadius' avg=':= 0.616 * _default_ * mtlgAdamantineSize ' range=':= 0.616 * _default_ * mtlgAdamantineSize ' type='normal' />
  3883.                             <Setting name='CloudThickness' avg=':= 0.616 * _default_ * mtlgAdamantineSize ' range=':= 0.616 * _default_ * mtlgAdamantineSize ' type='normal' scaleTo='base' />
  3884.                             <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * mtlgAdamantineFreq ' range=':= 0.379 * _default_ * mtlgAdamantineFreq ' type='normal' scaleTo='base' />
  3885.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3886.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3887.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3888.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3889.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3890.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3891.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3892.                             <Veins name='mtlgAdamantineHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60AC0C0D' drawBoundBox='false' boundBoxColor='0x60AC0C0D'>
  3893.                                 <Description>
  3894.                                     Single blocks, generously
  3895.                                     scattered through all heights
  3896.                                     (density is about that of  vanilla
  3897.                                     iron ore). They will  replace dirt
  3898.                                     and sandstone  (but not grass or
  3899.                                     sand), so  they can be found
  3900.                                     nearer to  the surface than most
  3901.                                     ores.  Intened to be used as a
  3902.                                     child  distribution for large,
  3903.                                     rare  strategic deposits that
  3904.                                     would  otherwise be very difficult
  3905.                                     to find.  Note that the  frequency
  3906.                                     is multiplied by  ground level to
  3907.                                     maintain a  constant density, but
  3908.                                     not by  ore frequency because it
  3909.                                     is  assumed that the frequency of
  3910.                                     the parent distribution will
  3911.                                     already be scaled by that.
  3912.                                 </Description>
  3913.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:13")'> <OreBlock block='Metallurgy:fantasy.ore:13' weight='1.0' /> </IfCondition>
  3914.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  3915.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  3916.                             </Veins>
  3917.                         </Cloud>
  3918.                     </IfCondition>
  3919.                 </ConfigSection>
  3920.                 <!-- Cloud Preset for Adamantine is complete. -->
  3921.  
  3922.  
  3923.                 <!-- Starting Vanilla Preset for Adamantine. -->
  3924.                 <ConfigSection>
  3925.                     <IfCondition condition=':= mtlgAdamantineDist = "Vanilla"'>
  3926.                         <StandardGen name='mtlgAdamantineStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60AC0C0D' drawBoundBox='false' boundBoxColor='0x60AC0C0D'>
  3927.                             <Description>
  3928.                                 A master preset for standardgen  ore
  3929.                                 distributions.
  3930.                             </Description>
  3931.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:13")'> <OreBlock block='Metallurgy:fantasy.ore:13' weight='1.0' /> </IfCondition>
  3932.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3933.                             <Biome name='.*'  />
  3934.                             <Setting name='Size' avg=':= 3.000 * mtlgAdamantineSize ' range=':= _default_ * mtlgAdamantineSize ' type='normal' />
  3935.                             <Setting name='Frequency' avg=':= 2.000 * mtlgAdamantineFreq ' range=':= _default_ * mtlgAdamantineFreq ' type='normal' scaleTo='base' />
  3936.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3937.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3938.                         </StandardGen>
  3939.                     </IfCondition>
  3940.                 </ConfigSection>
  3941.                 <!-- Vanilla Preset for Adamantine is complete. -->
  3942.  
  3943.                 <!-- End Adamantine Generation -->
  3944.  
  3945.  
  3946.                 <!-- Begin Atlarus Generation -->
  3947.  
  3948.                 <!-- Starting LayeredVeins Preset for Atlarus. -->
  3949.                 <ConfigSection>
  3950.                     <IfCondition condition=':= mtlgAtlarusDist = "LayeredVeins"'>
  3951.                         <Veins name='mtlgAtlarusVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60C4B117' drawBoundBox='false' boundBoxColor='0x60C4B117'>
  3952.                             <Description>
  3953.                                 Small, fairly rare motherlodes  with
  3954.                                 2-4 horizontal veins each.
  3955.                             </Description>
  3956.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:14")'> <OreBlock block='Metallurgy:fantasy.ore:14' weight='1.0' /> </IfCondition>
  3957.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  3958.                             <Biome name='.*'  />
  3959.                             <Setting name='MotherlodeFrequency' avg=':= 0.433 * _default_ * mtlgAtlarusFreq ' range=':= 0.433 * _default_ * mtlgAtlarusFreq ' type='normal' scaleTo='base' />
  3960.                             <Setting name='MotherlodeSize' avg=':= 0.870 * _default_ * mtlgAtlarusSize ' range=':= 0.870 * _default_ * mtlgAtlarusSize ' type='normal' />
  3961.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  3962.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3963.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3964.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3965.                             <Setting name='BranchLength' avg=':= 0.658 * _default_ ' range=':= 0.658 * _default_ ' type='normal' />
  3966.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  3967.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3968.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3969.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgAtlarusSize ' range=':= _default_ * mtlgAtlarusSize ' type='normal' />
  3970.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3971.                             <Setting name='SegmentRadius' avg=':= 0.811 * _default_ * mtlgAtlarusSize ' range=':= 0.811 * _default_ * mtlgAtlarusSize ' type='normal' />
  3972.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3973.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  3974.                         </Veins>
  3975.                     </IfCondition>
  3976.                 </ConfigSection>
  3977.                 <!-- LayeredVeins Preset for Atlarus is complete. -->
  3978.  
  3979.  
  3980.                 <!-- Starting Cloud Preset for Atlarus. -->
  3981.                 <ConfigSection>
  3982.                     <IfCondition condition=':= mtlgAtlarusDist = "Cloud"'>
  3983.                         <Cloud name='mtlgAtlarusCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60C4B117' drawBoundBox='false' boundBoxColor='0x60C4B117'>
  3984.                             <Description>
  3985.                                 Large irregular clouds filled  lightly
  3986.                                 with ore.  These are  huge, spanning
  3987.                                 several adjacent  chunks, and
  3988.                                 consequently rather  rare.  They
  3989.                                 contain a sizeable  amount of ore, but
  3990.                                 it takes some  time and effort to mine
  3991.                                 due to  low density. The intent for
  3992.                                 strategic clouds is that the  player
  3993.                                 will need to actively  search for one
  3994.                                 and then set up a  semi-permanent
  3995.                                 mining base and  spend some time
  3996.                                 actually mining  the ore.
  3997.                             </Description>
  3998.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:14")'> <OreBlock block='Metallurgy:fantasy.ore:14' weight='1.0' /> </IfCondition>
  3999.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  4000.                             <Biome name='.*'  />
  4001.                             <Setting name='CloudRadius' avg=':= 0.616 * _default_ * mtlgAtlarusSize ' range=':= 0.616 * _default_ * mtlgAtlarusSize ' type='normal' />
  4002.                             <Setting name='CloudThickness' avg=':= 0.616 * _default_ * mtlgAtlarusSize ' range=':= 0.616 * _default_ * mtlgAtlarusSize ' type='normal' scaleTo='base' />
  4003.                             <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * mtlgAtlarusFreq ' range=':= 0.379 * _default_ * mtlgAtlarusFreq ' type='normal' scaleTo='base' />
  4004.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4005.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4006.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4007.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4008.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4009.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4010.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4011.                             <Veins name='mtlgAtlarusHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60C4B117' drawBoundBox='false' boundBoxColor='0x60C4B117'>
  4012.                                 <Description>
  4013.                                     Single blocks, generously
  4014.                                     scattered through all heights
  4015.                                     (density is about that of  vanilla
  4016.                                     iron ore). They will  replace dirt
  4017.                                     and sandstone  (but not grass or
  4018.                                     sand), so  they can be found
  4019.                                     nearer to  the surface than most
  4020.                                     ores.  Intened to be used as a
  4021.                                     child  distribution for large,
  4022.                                     rare  strategic deposits that
  4023.                                     would  otherwise be very difficult
  4024.                                     to find.  Note that the  frequency
  4025.                                     is multiplied by  ground level to
  4026.                                     maintain a  constant density, but
  4027.                                     not by  ore frequency because it
  4028.                                     is  assumed that the frequency of
  4029.                                     the parent distribution will
  4030.                                     already be scaled by that.
  4031.                                 </Description>
  4032.                                 <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:14")'> <OreBlock block='Metallurgy:fantasy.ore:14' weight='1.0' /> </IfCondition>
  4033.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4034.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4035.                             </Veins>
  4036.                         </Cloud>
  4037.                     </IfCondition>
  4038.                 </ConfigSection>
  4039.                 <!-- Cloud Preset for Atlarus is complete. -->
  4040.  
  4041.  
  4042.                 <!-- Starting Vanilla Preset for Atlarus. -->
  4043.                 <ConfigSection>
  4044.                     <IfCondition condition=':= mtlgAtlarusDist = "Vanilla"'>
  4045.                         <StandardGen name='mtlgAtlarusStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60C4B117' drawBoundBox='false' boundBoxColor='0x60C4B117'>
  4046.                             <Description>
  4047.                                 A master preset for standardgen  ore
  4048.                                 distributions.
  4049.                             </Description>
  4050.                             <IfCondition condition=':= ?blockExists("Metallurgy:fantasy.ore:14")'> <OreBlock block='Metallurgy:fantasy.ore:14' weight='1.0' /> </IfCondition>
  4051.                             <IfCondition condition=':= ?blockExists("minecraft:stone")'> <Replaces block='minecraft:stone' weight='1.0' /> </IfCondition>
  4052.                             <Biome name='.*'  />
  4053.                             <Setting name='Size' avg=':= 3.000 * mtlgAtlarusSize ' range=':= _default_ * mtlgAtlarusSize ' type='normal' />
  4054.                             <Setting name='Frequency' avg=':= 2.000 * mtlgAtlarusFreq ' range=':= _default_ * mtlgAtlarusFreq ' type='normal' scaleTo='base' />
  4055.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4056.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4057.                         </StandardGen>
  4058.                     </IfCondition>
  4059.                 </ConfigSection>
  4060.                 <!-- Vanilla Preset for Atlarus is complete. -->
  4061.  
  4062.                 <!-- End Atlarus Generation -->
  4063.  
  4064.                 <!-- Finished adding blocks -->
  4065.  
  4066.             </IfCondition>
  4067.             <!-- Overworld Setup Complete -->
  4068.  
  4069.  
  4070.  
  4071.  
  4072.  
  4073.             <!-- Nether Setup Beginning -->
  4074.  
  4075.             <IfCondition condition=':= dimension.generator = "HellRandomLevelSource"'>
  4076.  
  4077.                 <!-- Starting Original "Nether" Block Removal -->
  4078.  
  4079.                 <IfCondition condition=':= ?blockExists("minecraft:netherrack")'>
  4080.                     <Substitute name='mtlgNetherBlockSubstitute0' block='minecraft:netherrack'>
  4081.                         <Description>
  4082.                             Replace vanilla-generated ore clusters.
  4083.                         </Description>
  4084.                         <Comment>
  4085.                             The global option  deferredPopulationRange
  4086.                             must be large  enough to catch all ore
  4087.                             clusters (>=  32).
  4088.                         </Comment>
  4089.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore")'> <Replaces block='Metallurgy:nether.ore' weight='1.0' /> </IfCondition>
  4090.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:1")'> <Replaces block='Metallurgy:nether.ore:1' weight='1.0' /> </IfCondition>
  4091.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:2")'> <Replaces block='Metallurgy:nether.ore:2' weight='1.0' /> </IfCondition>
  4092.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:3")'> <Replaces block='Metallurgy:nether.ore:3' weight='1.0' /> </IfCondition>
  4093.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:4")'> <Replaces block='Metallurgy:nether.ore:4' weight='1.0' /> </IfCondition>
  4094.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:5")'> <Replaces block='Metallurgy:nether.ore:5' weight='1.0' /> </IfCondition>
  4095.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:6")'> <Replaces block='Metallurgy:nether.ore:6' weight='1.0' /> </IfCondition>
  4096.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:7")'> <Replaces block='Metallurgy:nether.ore:7' weight='1.0' /> </IfCondition>
  4097.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:8")'> <Replaces block='Metallurgy:nether.ore:8' weight='1.0' /> </IfCondition>
  4098.                         <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:9")'> <Replaces block='Metallurgy:nether.ore:9' weight='1.0' /> </IfCondition>
  4099.                     </Substitute>
  4100.                 </IfCondition>
  4101.  
  4102.                 <!-- Original "Nether" Block Removal Complete -->
  4103.  
  4104.                 <!-- Adding blocks -->
  4105.  
  4106.                 <!-- Begin Ignatius Generation -->
  4107.  
  4108.                 <!-- Starting LayeredVeins Preset for Ignatius. -->
  4109.                 <ConfigSection>
  4110.                     <IfCondition condition=':= mtlgIgnatiusDist = "LayeredVeins"'>
  4111.                         <Veins name='mtlgIgnatiusVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60EE810A' drawBoundBox='false' boundBoxColor='0x60EE810A'>
  4112.                             <Description>
  4113.                                 Small, fairly rare motherlodes  with
  4114.                                 2-4 horizontal veins each.
  4115.                             </Description>
  4116.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore")'> <OreBlock block='Metallurgy:nether.ore' weight='1.0' /> </IfCondition>
  4117.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4118.                             <Biome name='.*'  />
  4119.                             <Setting name='MotherlodeFrequency' avg=':= 1.300 * _default_ * mtlgIgnatiusFreq ' range=':= 1.300 * _default_ * mtlgIgnatiusFreq ' type='normal' scaleTo='base' />
  4120.                             <Setting name='MotherlodeSize' avg=':= 1.045 * _default_ * mtlgIgnatiusSize ' range=':= 1.045 * _default_ * mtlgIgnatiusSize ' type='normal' />
  4121.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4122.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4123.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4124.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4125.                             <Setting name='BranchLength' avg=':= 1.140 * _default_ ' range=':= 1.140 * _default_ ' type='normal' />
  4126.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4127.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4128.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4129.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgIgnatiusSize ' range=':= _default_ * mtlgIgnatiusSize ' type='normal' />
  4130.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4131.                             <Setting name='SegmentRadius' avg=':= 1.068 * _default_ * mtlgIgnatiusSize ' range=':= 1.068 * _default_ * mtlgIgnatiusSize ' type='normal' />
  4132.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4133.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4134.                         </Veins>
  4135.                     </IfCondition>
  4136.                 </ConfigSection>
  4137.                 <!-- LayeredVeins Preset for Ignatius is complete. -->
  4138.  
  4139.  
  4140.                 <!-- Starting Cloud Preset for Ignatius. -->
  4141.                 <ConfigSection>
  4142.                     <IfCondition condition=':= mtlgIgnatiusDist = "Cloud"'>
  4143.                         <Cloud name='mtlgIgnatiusCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60EE810A' drawBoundBox='false' boundBoxColor='0x60EE810A'>
  4144.                             <Description>
  4145.                                 Large irregular clouds filled  lightly
  4146.                                 with ore.  These are  huge, spanning
  4147.                                 several adjacent  chunks, and
  4148.                                 consequently rather  rare.  They
  4149.                                 contain a sizeable  amount of ore, but
  4150.                                 it takes some  time and effort to mine
  4151.                                 due to  low density. The intent for
  4152.                                 strategic clouds is that the  player
  4153.                                 will need to actively  search for one
  4154.                                 and then set up a  semi-permanent
  4155.                                 mining base and  spend some time
  4156.                                 actually mining  the ore.
  4157.                             </Description>
  4158.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore")'> <OreBlock block='Metallurgy:nether.ore' weight='1.0' /> </IfCondition>
  4159.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4160.                             <Biome name='.*'  />
  4161.                             <Setting name='CloudRadius' avg=':= 1.067 * _default_ * mtlgIgnatiusSize ' range=':= 1.067 * _default_ * mtlgIgnatiusSize ' type='normal' />
  4162.                             <Setting name='CloudThickness' avg=':= 1.067 * _default_ * mtlgIgnatiusSize ' range=':= 1.067 * _default_ * mtlgIgnatiusSize ' type='normal' scaleTo='base' />
  4163.                             <Setting name='DistributionFrequency' avg=':= 1.138 * _default_ * mtlgIgnatiusFreq ' range=':= 1.138 * _default_ * mtlgIgnatiusFreq ' type='normal' scaleTo='base' />
  4164.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4165.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4166.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4167.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4168.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4169.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4170.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4171.                             <Veins name='mtlgIgnatiusHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60EE810A' drawBoundBox='false' boundBoxColor='0x60EE810A'>
  4172.                                 <Description>
  4173.                                     Single blocks, generously
  4174.                                     scattered through all heights
  4175.                                     (density is about that of  vanilla
  4176.                                     iron ore). They will  replace dirt
  4177.                                     and sandstone  (but not grass or
  4178.                                     sand), so  they can be found
  4179.                                     nearer to  the surface than most
  4180.                                     ores.  Intened to be used as a
  4181.                                     child  distribution for large,
  4182.                                     rare  strategic deposits that
  4183.                                     would  otherwise be very difficult
  4184.                                     to find.  Note that the  frequency
  4185.                                     is multiplied by  ground level to
  4186.                                     maintain a  constant density, but
  4187.                                     not by  ore frequency because it
  4188.                                     is  assumed that the frequency of
  4189.                                     the parent distribution will
  4190.                                     already be scaled by that.
  4191.                                 </Description>
  4192.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore")'> <OreBlock block='Metallurgy:nether.ore' weight='1.0' /> </IfCondition>
  4193.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4194.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4195.                             </Veins>
  4196.                         </Cloud>
  4197.                     </IfCondition>
  4198.                 </ConfigSection>
  4199.                 <!-- Cloud Preset for Ignatius is complete. -->
  4200.  
  4201.  
  4202.                 <!-- Starting Vanilla Preset for Ignatius. -->
  4203.                 <ConfigSection>
  4204.                     <IfCondition condition=':= mtlgIgnatiusDist = "Vanilla"'>
  4205.                         <StandardGen name='mtlgIgnatiusStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60EE810A' drawBoundBox='false' boundBoxColor='0x60EE810A'>
  4206.                             <Description>
  4207.                                 A master preset for standardgen  ore
  4208.                                 distributions.
  4209.                             </Description>
  4210.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore")'> <OreBlock block='Metallurgy:nether.ore' weight='1.0' /> </IfCondition>
  4211.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4212.                             <Biome name='.*'  />
  4213.                             <Setting name='Size' avg=':= 6.000 * mtlgIgnatiusSize ' range=':= _default_ * mtlgIgnatiusSize ' type='normal' />
  4214.                             <Setting name='Frequency' avg=':= 9.000 * mtlgIgnatiusFreq ' range=':= _default_ * mtlgIgnatiusFreq ' type='normal' scaleTo='base' />
  4215.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4216.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4217.                         </StandardGen>
  4218.                     </IfCondition>
  4219.                 </ConfigSection>
  4220.                 <!-- Vanilla Preset for Ignatius is complete. -->
  4221.  
  4222.                 <!-- End Ignatius Generation -->
  4223.  
  4224.  
  4225.                 <!-- Begin Shadow Iron Generation -->
  4226.  
  4227.                 <!-- Starting LayeredVeins Preset for Shadow Iron. -->
  4228.                 <ConfigSection>
  4229.                     <IfCondition condition=':= mtlgShadowIronDist = "LayeredVeins"'>
  4230.                         <Veins name='mtlgShadowIronVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60634C3F' drawBoundBox='false' boundBoxColor='0x60634C3F'>
  4231.                             <Description>
  4232.                                 Small, fairly rare motherlodes  with
  4233.                                 2-4 horizontal veins each.
  4234.                             </Description>
  4235.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:1")'> <OreBlock block='Metallurgy:nether.ore:1' weight='1.0' /> </IfCondition>
  4236.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4237.                             <Biome name='.*'  />
  4238.                             <Setting name='MotherlodeFrequency' avg=':= 1.147 * _default_ * mtlgShadowIronFreq ' range=':= 1.147 * _default_ * mtlgShadowIronFreq ' type='normal' scaleTo='base' />
  4239.                             <Setting name='MotherlodeSize' avg=':= 1.023 * _default_ * mtlgShadowIronSize ' range=':= 1.023 * _default_ * mtlgShadowIronSize ' type='normal' />
  4240.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4241.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4242.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4243.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4244.                             <Setting name='BranchLength' avg=':= 1.071 * _default_ ' range=':= 1.071 * _default_ ' type='normal' />
  4245.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4246.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4247.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4248.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgShadowIronSize ' range=':= _default_ * mtlgShadowIronSize ' type='normal' />
  4249.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4250.                             <Setting name='SegmentRadius' avg=':= 1.035 * _default_ * mtlgShadowIronSize ' range=':= 1.035 * _default_ * mtlgShadowIronSize ' type='normal' />
  4251.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4252.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4253.                         </Veins>
  4254.                     </IfCondition>
  4255.                 </ConfigSection>
  4256.                 <!-- LayeredVeins Preset for Shadow Iron is complete. -->
  4257.  
  4258.  
  4259.                 <!-- Starting Cloud Preset for Shadow Iron. -->
  4260.                 <ConfigSection>
  4261.                     <IfCondition condition=':= mtlgShadowIronDist = "Cloud"'>
  4262.                         <Cloud name='mtlgShadowIronCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60634C3F' drawBoundBox='false' boundBoxColor='0x60634C3F'>
  4263.                             <Description>
  4264.                                 Large irregular clouds filled  lightly
  4265.                                 with ore.  These are  huge, spanning
  4266.                                 several adjacent  chunks, and
  4267.                                 consequently rather  rare.  They
  4268.                                 contain a sizeable  amount of ore, but
  4269.                                 it takes some  time and effort to mine
  4270.                                 due to  low density. The intent for
  4271.                                 strategic clouds is that the  player
  4272.                                 will need to actively  search for one
  4273.                                 and then set up a  semi-permanent
  4274.                                 mining base and  spend some time
  4275.                                 actually mining  the ore.
  4276.                             </Description>
  4277.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:1")'> <OreBlock block='Metallurgy:nether.ore:1' weight='1.0' /> </IfCondition>
  4278.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4279.                             <Biome name='.*'  />
  4280.                             <Setting name='CloudRadius' avg=':= 1.002 * _default_ * mtlgShadowIronSize ' range=':= 1.002 * _default_ * mtlgShadowIronSize ' type='normal' />
  4281.                             <Setting name='CloudThickness' avg=':= 1.002 * _default_ * mtlgShadowIronSize ' range=':= 1.002 * _default_ * mtlgShadowIronSize ' type='normal' scaleTo='base' />
  4282.                             <Setting name='DistributionFrequency' avg=':= 1.003 * _default_ * mtlgShadowIronFreq ' range=':= 1.003 * _default_ * mtlgShadowIronFreq ' type='normal' scaleTo='base' />
  4283.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4284.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4285.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4286.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4287.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4288.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4289.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4290.                             <Veins name='mtlgShadowIronHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60634C3F' drawBoundBox='false' boundBoxColor='0x60634C3F'>
  4291.                                 <Description>
  4292.                                     Single blocks, generously
  4293.                                     scattered through all heights
  4294.                                     (density is about that of  vanilla
  4295.                                     iron ore). They will  replace dirt
  4296.                                     and sandstone  (but not grass or
  4297.                                     sand), so  they can be found
  4298.                                     nearer to  the surface than most
  4299.                                     ores.  Intened to be used as a
  4300.                                     child  distribution for large,
  4301.                                     rare  strategic deposits that
  4302.                                     would  otherwise be very difficult
  4303.                                     to find.  Note that the  frequency
  4304.                                     is multiplied by  ground level to
  4305.                                     maintain a  constant density, but
  4306.                                     not by  ore frequency because it
  4307.                                     is  assumed that the frequency of
  4308.                                     the parent distribution will
  4309.                                     already be scaled by that.
  4310.                                 </Description>
  4311.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:1")'> <OreBlock block='Metallurgy:nether.ore:1' weight='1.0' /> </IfCondition>
  4312.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4313.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4314.                             </Veins>
  4315.                         </Cloud>
  4316.                     </IfCondition>
  4317.                 </ConfigSection>
  4318.                 <!-- Cloud Preset for Shadow Iron is complete. -->
  4319.  
  4320.  
  4321.                 <!-- Starting Vanilla Preset for Shadow Iron. -->
  4322.                 <ConfigSection>
  4323.                     <IfCondition condition=':= mtlgShadowIronDist = "Vanilla"'>
  4324.                         <StandardGen name='mtlgShadowIronStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60634C3F' drawBoundBox='false' boundBoxColor='0x60634C3F'>
  4325.                             <Description>
  4326.                                 A master preset for standardgen  ore
  4327.                                 distributions.
  4328.                             </Description>
  4329.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:1")'> <OreBlock block='Metallurgy:nether.ore:1' weight='1.0' /> </IfCondition>
  4330.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4331.                             <Biome name='.*'  />
  4332.                             <Setting name='Size' avg=':= 6.000 * mtlgShadowIronSize ' range=':= _default_ * mtlgShadowIronSize ' type='normal' />
  4333.                             <Setting name='Frequency' avg=':= 7.000 * mtlgShadowIronFreq ' range=':= _default_ * mtlgShadowIronFreq ' type='normal' scaleTo='base' />
  4334.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4335.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4336.                         </StandardGen>
  4337.                     </IfCondition>
  4338.                 </ConfigSection>
  4339.                 <!-- Vanilla Preset for Shadow Iron is complete. -->
  4340.  
  4341.                 <!-- End Shadow Iron Generation -->
  4342.  
  4343.  
  4344.                 <!-- Begin Lemurite Generation -->
  4345.  
  4346.                 <!-- Starting LayeredVeins Preset for Lemurite. -->
  4347.                 <ConfigSection>
  4348.                     <IfCondition condition=':= mtlgLemuriteDist = "LayeredVeins"'>
  4349.                         <Veins name='mtlgLemuriteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60B1B1B4' drawBoundBox='false' boundBoxColor='0x60B1B1B4'>
  4350.                             <Description>
  4351.                                 Small, fairly rare motherlodes  with
  4352.                                 2-4 horizontal veins each.
  4353.                             </Description>
  4354.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:2")'> <OreBlock block='Metallurgy:nether.ore:2' weight='1.0' /> </IfCondition>
  4355.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4356.                             <Biome name='.*'  />
  4357.                             <Setting name='MotherlodeFrequency' avg=':= 1.062 * _default_ * mtlgLemuriteFreq ' range=':= 1.062 * _default_ * mtlgLemuriteFreq ' type='normal' scaleTo='base' />
  4358.                             <Setting name='MotherlodeSize' avg=':= 1.010 * _default_ * mtlgLemuriteSize ' range=':= 1.010 * _default_ * mtlgLemuriteSize ' type='normal' />
  4359.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4360.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4361.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4362.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4363.                             <Setting name='BranchLength' avg=':= 1.030 * _default_ ' range=':= 1.030 * _default_ ' type='normal' />
  4364.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4365.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4366.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4367.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgLemuriteSize ' range=':= _default_ * mtlgLemuriteSize ' type='normal' />
  4368.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4369.                             <Setting name='SegmentRadius' avg=':= 1.015 * _default_ * mtlgLemuriteSize ' range=':= 1.015 * _default_ * mtlgLemuriteSize ' type='normal' />
  4370.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4371.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4372.                         </Veins>
  4373.                     </IfCondition>
  4374.                 </ConfigSection>
  4375.                 <!-- LayeredVeins Preset for Lemurite is complete. -->
  4376.  
  4377.  
  4378.                 <!-- Starting Cloud Preset for Lemurite. -->
  4379.                 <ConfigSection>
  4380.                     <IfCondition condition=':= mtlgLemuriteDist = "Cloud"'>
  4381.                         <Cloud name='mtlgLemuriteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60B1B1B4' drawBoundBox='false' boundBoxColor='0x60B1B1B4'>
  4382.                             <Description>
  4383.                                 Large irregular clouds filled  lightly
  4384.                                 with ore.  These are  huge, spanning
  4385.                                 several adjacent  chunks, and
  4386.                                 consequently rather  rare.  They
  4387.                                 contain a sizeable  amount of ore, but
  4388.                                 it takes some  time and effort to mine
  4389.                                 due to  low density. The intent for
  4390.                                 strategic clouds is that the  player
  4391.                                 will need to actively  search for one
  4392.                                 and then set up a  semi-permanent
  4393.                                 mining base and  spend some time
  4394.                                 actually mining  the ore.
  4395.                             </Description>
  4396.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:2")'> <OreBlock block='Metallurgy:nether.ore:2' weight='1.0' /> </IfCondition>
  4397.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4398.                             <Biome name='.*'  />
  4399.                             <Setting name='CloudRadius' avg=':= 0.964 * _default_ * mtlgLemuriteSize ' range=':= 0.964 * _default_ * mtlgLemuriteSize ' type='normal' />
  4400.                             <Setting name='CloudThickness' avg=':= 0.964 * _default_ * mtlgLemuriteSize ' range=':= 0.964 * _default_ * mtlgLemuriteSize ' type='normal' scaleTo='base' />
  4401.                             <Setting name='DistributionFrequency' avg=':= 0.929 * _default_ * mtlgLemuriteFreq ' range=':= 0.929 * _default_ * mtlgLemuriteFreq ' type='normal' scaleTo='base' />
  4402.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4403.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4404.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4405.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4406.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4407.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4408.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4409.                             <Veins name='mtlgLemuriteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60B1B1B4' drawBoundBox='false' boundBoxColor='0x60B1B1B4'>
  4410.                                 <Description>
  4411.                                     Single blocks, generously
  4412.                                     scattered through all heights
  4413.                                     (density is about that of  vanilla
  4414.                                     iron ore). They will  replace dirt
  4415.                                     and sandstone  (but not grass or
  4416.                                     sand), so  they can be found
  4417.                                     nearer to  the surface than most
  4418.                                     ores.  Intened to be used as a
  4419.                                     child  distribution for large,
  4420.                                     rare  strategic deposits that
  4421.                                     would  otherwise be very difficult
  4422.                                     to find.  Note that the  frequency
  4423.                                     is multiplied by  ground level to
  4424.                                     maintain a  constant density, but
  4425.                                     not by  ore frequency because it
  4426.                                     is  assumed that the frequency of
  4427.                                     the parent distribution will
  4428.                                     already be scaled by that.
  4429.                                 </Description>
  4430.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:2")'> <OreBlock block='Metallurgy:nether.ore:2' weight='1.0' /> </IfCondition>
  4431.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4432.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4433.                             </Veins>
  4434.                         </Cloud>
  4435.                     </IfCondition>
  4436.                 </ConfigSection>
  4437.                 <!-- Cloud Preset for Lemurite is complete. -->
  4438.  
  4439.  
  4440.                 <!-- Starting Vanilla Preset for Lemurite. -->
  4441.                 <ConfigSection>
  4442.                     <IfCondition condition=':= mtlgLemuriteDist = "Vanilla"'>
  4443.                         <StandardGen name='mtlgLemuriteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60B1B1B4' drawBoundBox='false' boundBoxColor='0x60B1B1B4'>
  4444.                             <Description>
  4445.                                 A master preset for standardgen  ore
  4446.                                 distributions.
  4447.                             </Description>
  4448.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:2")'> <OreBlock block='Metallurgy:nether.ore:2' weight='1.0' /> </IfCondition>
  4449.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4450.                             <Biome name='.*'  />
  4451.                             <Setting name='Size' avg=':= 6.000 * mtlgLemuriteSize ' range=':= _default_ * mtlgLemuriteSize ' type='normal' />
  4452.                             <Setting name='Frequency' avg=':= 6.000 * mtlgLemuriteFreq ' range=':= _default_ * mtlgLemuriteFreq ' type='normal' scaleTo='base' />
  4453.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4454.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4455.                         </StandardGen>
  4456.                     </IfCondition>
  4457.                 </ConfigSection>
  4458.                 <!-- Vanilla Preset for Lemurite is complete. -->
  4459.  
  4460.                 <!-- End Lemurite Generation -->
  4461.  
  4462.  
  4463.                 <!-- Begin Midasium Generation -->
  4464.  
  4465.                 <!-- Starting LayeredVeins Preset for Midasium. -->
  4466.                 <ConfigSection>
  4467.                     <IfCondition condition=':= mtlgMidasiumDist = "LayeredVeins"'>
  4468.                         <Veins name='mtlgMidasiumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60F6B237' drawBoundBox='false' boundBoxColor='0x60F6B237'>
  4469.                             <Description>
  4470.                                 Small, fairly rare motherlodes  with
  4471.                                 2-4 horizontal veins each.
  4472.                             </Description>
  4473.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:3")'> <OreBlock block='Metallurgy:nether.ore:3' weight='1.0' /> </IfCondition>
  4474.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4475.                             <Biome name='.*'  />
  4476.                             <Setting name='MotherlodeFrequency' avg=':= 0.969 * _default_ * mtlgMidasiumFreq ' range=':= 0.969 * _default_ * mtlgMidasiumFreq ' type='normal' scaleTo='base' />
  4477.                             <Setting name='MotherlodeSize' avg=':= 0.995 * _default_ * mtlgMidasiumSize ' range=':= 0.995 * _default_ * mtlgMidasiumSize ' type='normal' />
  4478.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4479.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4480.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4481.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4482.                             <Setting name='BranchLength' avg=':= 0.984 * _default_ ' range=':= 0.984 * _default_ ' type='normal' />
  4483.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4484.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4485.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4486.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgMidasiumSize ' range=':= _default_ * mtlgMidasiumSize ' type='normal' />
  4487.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4488.                             <Setting name='SegmentRadius' avg=':= 0.992 * _default_ * mtlgMidasiumSize ' range=':= 0.992 * _default_ * mtlgMidasiumSize ' type='normal' />
  4489.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4490.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4491.                         </Veins>
  4492.                     </IfCondition>
  4493.                 </ConfigSection>
  4494.                 <!-- LayeredVeins Preset for Midasium is complete. -->
  4495.  
  4496.  
  4497.                 <!-- Starting Cloud Preset for Midasium. -->
  4498.                 <ConfigSection>
  4499.                     <IfCondition condition=':= mtlgMidasiumDist = "Cloud"'>
  4500.                         <Cloud name='mtlgMidasiumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60F6B237' drawBoundBox='false' boundBoxColor='0x60F6B237'>
  4501.                             <Description>
  4502.                                 Large irregular clouds filled  lightly
  4503.                                 with ore.  These are  huge, spanning
  4504.                                 several adjacent  chunks, and
  4505.                                 consequently rather  rare.  They
  4506.                                 contain a sizeable  amount of ore, but
  4507.                                 it takes some  time and effort to mine
  4508.                                 due to  low density. The intent for
  4509.                                 strategic clouds is that the  player
  4510.                                 will need to actively  search for one
  4511.                                 and then set up a  semi-permanent
  4512.                                 mining base and  spend some time
  4513.                                 actually mining  the ore.
  4514.                             </Description>
  4515.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:3")'> <OreBlock block='Metallurgy:nether.ore:3' weight='1.0' /> </IfCondition>
  4516.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4517.                             <Biome name='.*'  />
  4518.                             <Setting name='CloudRadius' avg=':= 0.921 * _default_ * mtlgMidasiumSize ' range=':= 0.921 * _default_ * mtlgMidasiumSize ' type='normal' />
  4519.                             <Setting name='CloudThickness' avg=':= 0.921 * _default_ * mtlgMidasiumSize ' range=':= 0.921 * _default_ * mtlgMidasiumSize ' type='normal' scaleTo='base' />
  4520.                             <Setting name='DistributionFrequency' avg=':= 0.848 * _default_ * mtlgMidasiumFreq ' range=':= 0.848 * _default_ * mtlgMidasiumFreq ' type='normal' scaleTo='base' />
  4521.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4522.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4523.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4524.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4525.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4526.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4527.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4528.                             <Veins name='mtlgMidasiumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60F6B237' drawBoundBox='false' boundBoxColor='0x60F6B237'>
  4529.                                 <Description>
  4530.                                     Single blocks, generously
  4531.                                     scattered through all heights
  4532.                                     (density is about that of  vanilla
  4533.                                     iron ore). They will  replace dirt
  4534.                                     and sandstone  (but not grass or
  4535.                                     sand), so  they can be found
  4536.                                     nearer to  the surface than most
  4537.                                     ores.  Intened to be used as a
  4538.                                     child  distribution for large,
  4539.                                     rare  strategic deposits that
  4540.                                     would  otherwise be very difficult
  4541.                                     to find.  Note that the  frequency
  4542.                                     is multiplied by  ground level to
  4543.                                     maintain a  constant density, but
  4544.                                     not by  ore frequency because it
  4545.                                     is  assumed that the frequency of
  4546.                                     the parent distribution will
  4547.                                     already be scaled by that.
  4548.                                 </Description>
  4549.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:3")'> <OreBlock block='Metallurgy:nether.ore:3' weight='1.0' /> </IfCondition>
  4550.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4551.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4552.                             </Veins>
  4553.                         </Cloud>
  4554.                     </IfCondition>
  4555.                 </ConfigSection>
  4556.                 <!-- Cloud Preset for Midasium is complete. -->
  4557.  
  4558.  
  4559.                 <!-- Starting Vanilla Preset for Midasium. -->
  4560.                 <ConfigSection>
  4561.                     <IfCondition condition=':= mtlgMidasiumDist = "Vanilla"'>
  4562.                         <StandardGen name='mtlgMidasiumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60F6B237' drawBoundBox='false' boundBoxColor='0x60F6B237'>
  4563.                             <Description>
  4564.                                 A master preset for standardgen  ore
  4565.                                 distributions.
  4566.                             </Description>
  4567.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:3")'> <OreBlock block='Metallurgy:nether.ore:3' weight='1.0' /> </IfCondition>
  4568.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4569.                             <Biome name='.*'  />
  4570.                             <Setting name='Size' avg=':= 6.000 * mtlgMidasiumSize ' range=':= _default_ * mtlgMidasiumSize ' type='normal' />
  4571.                             <Setting name='Frequency' avg=':= 5.000 * mtlgMidasiumFreq ' range=':= _default_ * mtlgMidasiumFreq ' type='normal' scaleTo='base' />
  4572.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4573.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4574.                         </StandardGen>
  4575.                     </IfCondition>
  4576.                 </ConfigSection>
  4577.                 <!-- Vanilla Preset for Midasium is complete. -->
  4578.  
  4579.                 <!-- End Midasium Generation -->
  4580.  
  4581.  
  4582.                 <!-- Begin Vyroxeres Generation -->
  4583.  
  4584.                 <!-- Starting LayeredVeins Preset for Vyroxeres. -->
  4585.                 <ConfigSection>
  4586.                     <IfCondition condition=':= mtlgVyroxeresDist = "LayeredVeins"'>
  4587.                         <Veins name='mtlgVyroxeresVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x6057D411' drawBoundBox='false' boundBoxColor='0x6057D411'>
  4588.                             <Description>
  4589.                                 Small, fairly rare motherlodes  with
  4590.                                 2-4 horizontal veins each.
  4591.                             </Description>
  4592.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:4")'> <OreBlock block='Metallurgy:nether.ore:4' weight='1.0' /> </IfCondition>
  4593.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4594.                             <Biome name='.*'  />
  4595.                             <Setting name='MotherlodeFrequency' avg=':= 0.936 * _default_ * mtlgVyroxeresFreq ' range=':= 0.936 * _default_ * mtlgVyroxeresFreq ' type='normal' scaleTo='base' />
  4596.                             <Setting name='MotherlodeSize' avg=':= 0.989 * _default_ * mtlgVyroxeresSize ' range=':= 0.989 * _default_ * mtlgVyroxeresSize ' type='normal' />
  4597.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4598.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4599.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4600.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4601.                             <Setting name='BranchLength' avg=':= 0.968 * _default_ ' range=':= 0.968 * _default_ ' type='normal' />
  4602.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4603.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4604.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4605.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgVyroxeresSize ' range=':= _default_ * mtlgVyroxeresSize ' type='normal' />
  4606.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4607.                             <Setting name='SegmentRadius' avg=':= 0.984 * _default_ * mtlgVyroxeresSize ' range=':= 0.984 * _default_ * mtlgVyroxeresSize ' type='normal' />
  4608.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4609.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4610.                         </Veins>
  4611.                     </IfCondition>
  4612.                 </ConfigSection>
  4613.                 <!-- LayeredVeins Preset for Vyroxeres is complete. -->
  4614.  
  4615.  
  4616.                 <!-- Starting Cloud Preset for Vyroxeres. -->
  4617.                 <ConfigSection>
  4618.                     <IfCondition condition=':= mtlgVyroxeresDist = "Cloud"'>
  4619.                         <Cloud name='mtlgVyroxeresCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x6057D411' drawBoundBox='false' boundBoxColor='0x6057D411'>
  4620.                             <Description>
  4621.                                 Large irregular clouds filled  lightly
  4622.                                 with ore.  These are  huge, spanning
  4623.                                 several adjacent  chunks, and
  4624.                                 consequently rather  rare.  They
  4625.                                 contain a sizeable  amount of ore, but
  4626.                                 it takes some  time and effort to mine
  4627.                                 due to  low density. The intent for
  4628.                                 strategic clouds is that the  player
  4629.                                 will need to actively  search for one
  4630.                                 and then set up a  semi-permanent
  4631.                                 mining base and  spend some time
  4632.                                 actually mining  the ore.
  4633.                             </Description>
  4634.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:4")'> <OreBlock block='Metallurgy:nether.ore:4' weight='1.0' /> </IfCondition>
  4635.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4636.                             <Biome name='.*'  />
  4637.                             <Setting name='CloudRadius' avg=':= 0.905 * _default_ * mtlgVyroxeresSize ' range=':= 0.905 * _default_ * mtlgVyroxeresSize ' type='normal' />
  4638.                             <Setting name='CloudThickness' avg=':= 0.905 * _default_ * mtlgVyroxeresSize ' range=':= 0.905 * _default_ * mtlgVyroxeresSize ' type='normal' scaleTo='base' />
  4639.                             <Setting name='DistributionFrequency' avg=':= 0.819 * _default_ * mtlgVyroxeresFreq ' range=':= 0.819 * _default_ * mtlgVyroxeresFreq ' type='normal' scaleTo='base' />
  4640.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4641.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4642.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4643.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4644.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4645.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4646.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4647.                             <Veins name='mtlgVyroxeresHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x6057D411' drawBoundBox='false' boundBoxColor='0x6057D411'>
  4648.                                 <Description>
  4649.                                     Single blocks, generously
  4650.                                     scattered through all heights
  4651.                                     (density is about that of  vanilla
  4652.                                     iron ore). They will  replace dirt
  4653.                                     and sandstone  (but not grass or
  4654.                                     sand), so  they can be found
  4655.                                     nearer to  the surface than most
  4656.                                     ores.  Intened to be used as a
  4657.                                     child  distribution for large,
  4658.                                     rare  strategic deposits that
  4659.                                     would  otherwise be very difficult
  4660.                                     to find.  Note that the  frequency
  4661.                                     is multiplied by  ground level to
  4662.                                     maintain a  constant density, but
  4663.                                     not by  ore frequency because it
  4664.                                     is  assumed that the frequency of
  4665.                                     the parent distribution will
  4666.                                     already be scaled by that.
  4667.                                 </Description>
  4668.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:4")'> <OreBlock block='Metallurgy:nether.ore:4' weight='1.0' /> </IfCondition>
  4669.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4670.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4671.                             </Veins>
  4672.                         </Cloud>
  4673.                     </IfCondition>
  4674.                 </ConfigSection>
  4675.                 <!-- Cloud Preset for Vyroxeres is complete. -->
  4676.  
  4677.  
  4678.                 <!-- Starting Vanilla Preset for Vyroxeres. -->
  4679.                 <ConfigSection>
  4680.                     <IfCondition condition=':= mtlgVyroxeresDist = "Vanilla"'>
  4681.                         <StandardGen name='mtlgVyroxeresStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x6057D411' drawBoundBox='false' boundBoxColor='0x6057D411'>
  4682.                             <Description>
  4683.                                 A master preset for standardgen  ore
  4684.                                 distributions.
  4685.                             </Description>
  4686.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:4")'> <OreBlock block='Metallurgy:nether.ore:4' weight='1.0' /> </IfCondition>
  4687.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4688.                             <Biome name='.*'  />
  4689.                             <Setting name='Size' avg=':= 7.000 * mtlgVyroxeresSize ' range=':= _default_ * mtlgVyroxeresSize ' type='normal' />
  4690.                             <Setting name='Frequency' avg=':= 4.000 * mtlgVyroxeresFreq ' range=':= _default_ * mtlgVyroxeresFreq ' type='normal' scaleTo='base' />
  4691.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4692.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4693.                         </StandardGen>
  4694.                     </IfCondition>
  4695.                 </ConfigSection>
  4696.                 <!-- Vanilla Preset for Vyroxeres is complete. -->
  4697.  
  4698.                 <!-- End Vyroxeres Generation -->
  4699.  
  4700.  
  4701.                 <!-- Begin Ceruclase Generation -->
  4702.  
  4703.                 <!-- Starting LayeredVeins Preset for Ceruclase. -->
  4704.                 <ConfigSection>
  4705.                     <IfCondition condition=':= mtlgCeruclaseDist = "LayeredVeins"'>
  4706.                         <Veins name='mtlgCeruclaseVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x603F869C' drawBoundBox='false' boundBoxColor='0x603F869C'>
  4707.                             <Description>
  4708.                                 Small, fairly rare motherlodes  with
  4709.                                 2-4 horizontal veins each.
  4710.                             </Description>
  4711.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:5")'> <OreBlock block='Metallurgy:nether.ore:5' weight='1.0' /> </IfCondition>
  4712.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4713.                             <Biome name='.*'  />
  4714.                             <Setting name='MotherlodeFrequency' avg=':= 0.708 * _default_ * mtlgCeruclaseFreq ' range=':= 0.708 * _default_ * mtlgCeruclaseFreq ' type='normal' scaleTo='base' />
  4715.                             <Setting name='MotherlodeSize' avg=':= 0.944 * _default_ * mtlgCeruclaseSize ' range=':= 0.944 * _default_ * mtlgCeruclaseSize ' type='normal' />
  4716.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4717.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4718.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4719.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4720.                             <Setting name='BranchLength' avg=':= 0.841 * _default_ ' range=':= 0.841 * _default_ ' type='normal' />
  4721.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4722.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4723.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4724.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgCeruclaseSize ' range=':= _default_ * mtlgCeruclaseSize ' type='normal' />
  4725.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4726.                             <Setting name='SegmentRadius' avg=':= 0.917 * _default_ * mtlgCeruclaseSize ' range=':= 0.917 * _default_ * mtlgCeruclaseSize ' type='normal' />
  4727.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4728.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4729.                         </Veins>
  4730.                     </IfCondition>
  4731.                 </ConfigSection>
  4732.                 <!-- LayeredVeins Preset for Ceruclase is complete. -->
  4733.  
  4734.  
  4735.                 <!-- Starting Cloud Preset for Ceruclase. -->
  4736.                 <ConfigSection>
  4737.                     <IfCondition condition=':= mtlgCeruclaseDist = "Cloud"'>
  4738.                         <Cloud name='mtlgCeruclaseCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x603F869C' drawBoundBox='false' boundBoxColor='0x603F869C'>
  4739.                             <Description>
  4740.                                 Large irregular clouds filled  lightly
  4741.                                 with ore.  These are  huge, spanning
  4742.                                 several adjacent  chunks, and
  4743.                                 consequently rather  rare.  They
  4744.                                 contain a sizeable  amount of ore, but
  4745.                                 it takes some  time and effort to mine
  4746.                                 due to  low density. The intent for
  4747.                                 strategic clouds is that the  player
  4748.                                 will need to actively  search for one
  4749.                                 and then set up a  semi-permanent
  4750.                                 mining base and  spend some time
  4751.                                 actually mining  the ore.
  4752.                             </Description>
  4753.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:5")'> <OreBlock block='Metallurgy:nether.ore:5' weight='1.0' /> </IfCondition>
  4754.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4755.                             <Biome name='.*'  />
  4756.                             <Setting name='CloudRadius' avg=':= 0.787 * _default_ * mtlgCeruclaseSize ' range=':= 0.787 * _default_ * mtlgCeruclaseSize ' type='normal' />
  4757.                             <Setting name='CloudThickness' avg=':= 0.787 * _default_ * mtlgCeruclaseSize ' range=':= 0.787 * _default_ * mtlgCeruclaseSize ' type='normal' scaleTo='base' />
  4758.                             <Setting name='DistributionFrequency' avg=':= 0.619 * _default_ * mtlgCeruclaseFreq ' range=':= 0.619 * _default_ * mtlgCeruclaseFreq ' type='normal' scaleTo='base' />
  4759.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4760.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4761.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4762.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4763.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4764.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4765.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4766.                             <Veins name='mtlgCeruclaseHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x603F869C' drawBoundBox='false' boundBoxColor='0x603F869C'>
  4767.                                 <Description>
  4768.                                     Single blocks, generously
  4769.                                     scattered through all heights
  4770.                                     (density is about that of  vanilla
  4771.                                     iron ore). They will  replace dirt
  4772.                                     and sandstone  (but not grass or
  4773.                                     sand), so  they can be found
  4774.                                     nearer to  the surface than most
  4775.                                     ores.  Intened to be used as a
  4776.                                     child  distribution for large,
  4777.                                     rare  strategic deposits that
  4778.                                     would  otherwise be very difficult
  4779.                                     to find.  Note that the  frequency
  4780.                                     is multiplied by  ground level to
  4781.                                     maintain a  constant density, but
  4782.                                     not by  ore frequency because it
  4783.                                     is  assumed that the frequency of
  4784.                                     the parent distribution will
  4785.                                     already be scaled by that.
  4786.                                 </Description>
  4787.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:5")'> <OreBlock block='Metallurgy:nether.ore:5' weight='1.0' /> </IfCondition>
  4788.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4789.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4790.                             </Veins>
  4791.                         </Cloud>
  4792.                     </IfCondition>
  4793.                 </ConfigSection>
  4794.                 <!-- Cloud Preset for Ceruclase is complete. -->
  4795.  
  4796.  
  4797.                 <!-- Starting Vanilla Preset for Ceruclase. -->
  4798.                 <ConfigSection>
  4799.                     <IfCondition condition=':= mtlgCeruclaseDist = "Vanilla"'>
  4800.                         <StandardGen name='mtlgCeruclaseStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x603F869C' drawBoundBox='false' boundBoxColor='0x603F869C'>
  4801.                             <Description>
  4802.                                 A master preset for standardgen  ore
  4803.                                 distributions.
  4804.                             </Description>
  4805.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:5")'> <OreBlock block='Metallurgy:nether.ore:5' weight='1.0' /> </IfCondition>
  4806.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4807.                             <Biome name='.*'  />
  4808.                             <Setting name='Size' avg=':= 4.000 * mtlgCeruclaseSize ' range=':= _default_ * mtlgCeruclaseSize ' type='normal' />
  4809.                             <Setting name='Frequency' avg=':= 4.000 * mtlgCeruclaseFreq ' range=':= _default_ * mtlgCeruclaseFreq ' type='normal' scaleTo='base' />
  4810.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4811.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4812.                         </StandardGen>
  4813.                     </IfCondition>
  4814.                 </ConfigSection>
  4815.                 <!-- Vanilla Preset for Ceruclase is complete. -->
  4816.  
  4817.                 <!-- End Ceruclase Generation -->
  4818.  
  4819.  
  4820.                 <!-- Begin Alduorite Generation -->
  4821.  
  4822.                 <!-- Starting LayeredVeins Preset for Alduorite. -->
  4823.                 <ConfigSection>
  4824.                     <IfCondition condition=':= mtlgAlduoriteDist = "LayeredVeins"'>
  4825.                         <Veins name='mtlgAlduoriteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x609FCED2' drawBoundBox='false' boundBoxColor='0x609FCED2'>
  4826.                             <Description>
  4827.                                 Small, fairly rare motherlodes  with
  4828.                                 2-4 horizontal veins each.
  4829.                             </Description>
  4830.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:6")'> <OreBlock block='Metallurgy:nether.ore:6' weight='1.0' /> </IfCondition>
  4831.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4832.                             <Biome name='.*'  />
  4833.                             <Setting name='MotherlodeFrequency' avg=':= 0.613 * _default_ * mtlgAlduoriteFreq ' range=':= 0.613 * _default_ * mtlgAlduoriteFreq ' type='normal' scaleTo='base' />
  4834.                             <Setting name='MotherlodeSize' avg=':= 0.922 * _default_ * mtlgAlduoriteSize ' range=':= 0.922 * _default_ * mtlgAlduoriteSize ' type='normal' />
  4835.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4836.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4837.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4838.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4839.                             <Setting name='BranchLength' avg=':= 0.783 * _default_ ' range=':= 0.783 * _default_ ' type='normal' />
  4840.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4841.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4842.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4843.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgAlduoriteSize ' range=':= _default_ * mtlgAlduoriteSize ' type='normal' />
  4844.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4845.                             <Setting name='SegmentRadius' avg=':= 0.885 * _default_ * mtlgAlduoriteSize ' range=':= 0.885 * _default_ * mtlgAlduoriteSize ' type='normal' />
  4846.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4847.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4848.                         </Veins>
  4849.                     </IfCondition>
  4850.                 </ConfigSection>
  4851.                 <!-- LayeredVeins Preset for Alduorite is complete. -->
  4852.  
  4853.  
  4854.                 <!-- Starting Cloud Preset for Alduorite. -->
  4855.                 <ConfigSection>
  4856.                     <IfCondition condition=':= mtlgAlduoriteDist = "Cloud"'>
  4857.                         <Cloud name='mtlgAlduoriteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x609FCED2' drawBoundBox='false' boundBoxColor='0x609FCED2'>
  4858.                             <Description>
  4859.                                 Large irregular clouds filled  lightly
  4860.                                 with ore.  These are  huge, spanning
  4861.                                 several adjacent  chunks, and
  4862.                                 consequently rather  rare.  They
  4863.                                 contain a sizeable  amount of ore, but
  4864.                                 it takes some  time and effort to mine
  4865.                                 due to  low density. The intent for
  4866.                                 strategic clouds is that the  player
  4867.                                 will need to actively  search for one
  4868.                                 and then set up a  semi-permanent
  4869.                                 mining base and  spend some time
  4870.                                 actually mining  the ore.
  4871.                             </Description>
  4872.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:6")'> <OreBlock block='Metallurgy:nether.ore:6' weight='1.0' /> </IfCondition>
  4873.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4874.                             <Biome name='.*'  />
  4875.                             <Setting name='CloudRadius' avg=':= 0.732 * _default_ * mtlgAlduoriteSize ' range=':= 0.732 * _default_ * mtlgAlduoriteSize ' type='normal' />
  4876.                             <Setting name='CloudThickness' avg=':= 0.732 * _default_ * mtlgAlduoriteSize ' range=':= 0.732 * _default_ * mtlgAlduoriteSize ' type='normal' scaleTo='base' />
  4877.                             <Setting name='DistributionFrequency' avg=':= 0.536 * _default_ * mtlgAlduoriteFreq ' range=':= 0.536 * _default_ * mtlgAlduoriteFreq ' type='normal' scaleTo='base' />
  4878.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4879.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4880.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4881.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4882.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4883.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4884.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4885.                             <Veins name='mtlgAlduoriteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x609FCED2' drawBoundBox='false' boundBoxColor='0x609FCED2'>
  4886.                                 <Description>
  4887.                                     Single blocks, generously
  4888.                                     scattered through all heights
  4889.                                     (density is about that of  vanilla
  4890.                                     iron ore). They will  replace dirt
  4891.                                     and sandstone  (but not grass or
  4892.                                     sand), so  they can be found
  4893.                                     nearer to  the surface than most
  4894.                                     ores.  Intened to be used as a
  4895.                                     child  distribution for large,
  4896.                                     rare  strategic deposits that
  4897.                                     would  otherwise be very difficult
  4898.                                     to find.  Note that the  frequency
  4899.                                     is multiplied by  ground level to
  4900.                                     maintain a  constant density, but
  4901.                                     not by  ore frequency because it
  4902.                                     is  assumed that the frequency of
  4903.                                     the parent distribution will
  4904.                                     already be scaled by that.
  4905.                                 </Description>
  4906.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:6")'> <OreBlock block='Metallurgy:nether.ore:6' weight='1.0' /> </IfCondition>
  4907.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  4908.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  4909.                             </Veins>
  4910.                         </Cloud>
  4911.                     </IfCondition>
  4912.                 </ConfigSection>
  4913.                 <!-- Cloud Preset for Alduorite is complete. -->
  4914.  
  4915.  
  4916.                 <!-- Starting Vanilla Preset for Alduorite. -->
  4917.                 <ConfigSection>
  4918.                     <IfCondition condition=':= mtlgAlduoriteDist = "Vanilla"'>
  4919.                         <StandardGen name='mtlgAlduoriteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x609FCED2' drawBoundBox='false' boundBoxColor='0x609FCED2'>
  4920.                             <Description>
  4921.                                 A master preset for standardgen  ore
  4922.                                 distributions.
  4923.                             </Description>
  4924.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:6")'> <OreBlock block='Metallurgy:nether.ore:6' weight='1.0' /> </IfCondition>
  4925.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4926.                             <Biome name='.*'  />
  4927.                             <Setting name='Size' avg=':= 4.000 * mtlgAlduoriteSize ' range=':= _default_ * mtlgAlduoriteSize ' type='normal' />
  4928.                             <Setting name='Frequency' avg=':= 3.000 * mtlgAlduoriteFreq ' range=':= _default_ * mtlgAlduoriteFreq ' type='normal' scaleTo='base' />
  4929.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4930.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4931.                         </StandardGen>
  4932.                     </IfCondition>
  4933.                 </ConfigSection>
  4934.                 <!-- Vanilla Preset for Alduorite is complete. -->
  4935.  
  4936.                 <!-- End Alduorite Generation -->
  4937.  
  4938.  
  4939.                 <!-- Begin Kalendrite Generation -->
  4940.  
  4941.                 <!-- Starting LayeredVeins Preset for Kalendrite. -->
  4942.                 <ConfigSection>
  4943.                     <IfCondition condition=':= mtlgKalendriteDist = "LayeredVeins"'>
  4944.                         <Veins name='mtlgKalendriteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60AB6AB9' drawBoundBox='false' boundBoxColor='0x60AB6AB9'>
  4945.                             <Description>
  4946.                                 Small, fairly rare motherlodes  with
  4947.                                 2-4 horizontal veins each.
  4948.                             </Description>
  4949.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:7")'> <OreBlock block='Metallurgy:nether.ore:7' weight='1.0' /> </IfCondition>
  4950.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4951.                             <Biome name='.*'  />
  4952.                             <Setting name='MotherlodeFrequency' avg=':= 0.613 * _default_ * mtlgKalendriteFreq ' range=':= 0.613 * _default_ * mtlgKalendriteFreq ' type='normal' scaleTo='base' />
  4953.                             <Setting name='MotherlodeSize' avg=':= 0.922 * _default_ * mtlgKalendriteSize ' range=':= 0.922 * _default_ * mtlgKalendriteSize ' type='normal' />
  4954.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4955.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4956.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4957.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4958.                             <Setting name='BranchLength' avg=':= 0.783 * _default_ ' range=':= 0.783 * _default_ ' type='normal' />
  4959.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  4960.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4961.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4962.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgKalendriteSize ' range=':= _default_ * mtlgKalendriteSize ' type='normal' />
  4963.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4964.                             <Setting name='SegmentRadius' avg=':= 0.885 * _default_ * mtlgKalendriteSize ' range=':= 0.885 * _default_ * mtlgKalendriteSize ' type='normal' />
  4965.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4966.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4967.                         </Veins>
  4968.                     </IfCondition>
  4969.                 </ConfigSection>
  4970.                 <!-- LayeredVeins Preset for Kalendrite is complete. -->
  4971.  
  4972.  
  4973.                 <!-- Starting Cloud Preset for Kalendrite. -->
  4974.                 <ConfigSection>
  4975.                     <IfCondition condition=':= mtlgKalendriteDist = "Cloud"'>
  4976.                         <Cloud name='mtlgKalendriteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60AB6AB9' drawBoundBox='false' boundBoxColor='0x60AB6AB9'>
  4977.                             <Description>
  4978.                                 Large irregular clouds filled  lightly
  4979.                                 with ore.  These are  huge, spanning
  4980.                                 several adjacent  chunks, and
  4981.                                 consequently rather  rare.  They
  4982.                                 contain a sizeable  amount of ore, but
  4983.                                 it takes some  time and effort to mine
  4984.                                 due to  low density. The intent for
  4985.                                 strategic clouds is that the  player
  4986.                                 will need to actively  search for one
  4987.                                 and then set up a  semi-permanent
  4988.                                 mining base and  spend some time
  4989.                                 actually mining  the ore.
  4990.                             </Description>
  4991.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:7")'> <OreBlock block='Metallurgy:nether.ore:7' weight='1.0' /> </IfCondition>
  4992.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  4993.                             <Biome name='.*'  />
  4994.                             <Setting name='CloudRadius' avg=':= 0.732 * _default_ * mtlgKalendriteSize ' range=':= 0.732 * _default_ * mtlgKalendriteSize ' type='normal' />
  4995.                             <Setting name='CloudThickness' avg=':= 0.732 * _default_ * mtlgKalendriteSize ' range=':= 0.732 * _default_ * mtlgKalendriteSize ' type='normal' scaleTo='base' />
  4996.                             <Setting name='DistributionFrequency' avg=':= 0.536 * _default_ * mtlgKalendriteFreq ' range=':= 0.536 * _default_ * mtlgKalendriteFreq ' type='normal' scaleTo='base' />
  4997.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  4998.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  4999.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5000.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5001.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5002.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5003.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5004.                             <Veins name='mtlgKalendriteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60AB6AB9' drawBoundBox='false' boundBoxColor='0x60AB6AB9'>
  5005.                                 <Description>
  5006.                                     Single blocks, generously
  5007.                                     scattered through all heights
  5008.                                     (density is about that of  vanilla
  5009.                                     iron ore). They will  replace dirt
  5010.                                     and sandstone  (but not grass or
  5011.                                     sand), so  they can be found
  5012.                                     nearer to  the surface than most
  5013.                                     ores.  Intened to be used as a
  5014.                                     child  distribution for large,
  5015.                                     rare  strategic deposits that
  5016.                                     would  otherwise be very difficult
  5017.                                     to find.  Note that the  frequency
  5018.                                     is multiplied by  ground level to
  5019.                                     maintain a  constant density, but
  5020.                                     not by  ore frequency because it
  5021.                                     is  assumed that the frequency of
  5022.                                     the parent distribution will
  5023.                                     already be scaled by that.
  5024.                                 </Description>
  5025.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:7")'> <OreBlock block='Metallurgy:nether.ore:7' weight='1.0' /> </IfCondition>
  5026.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  5027.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  5028.                             </Veins>
  5029.                         </Cloud>
  5030.                     </IfCondition>
  5031.                 </ConfigSection>
  5032.                 <!-- Cloud Preset for Kalendrite is complete. -->
  5033.  
  5034.  
  5035.                 <!-- Starting Vanilla Preset for Kalendrite. -->
  5036.                 <ConfigSection>
  5037.                     <IfCondition condition=':= mtlgKalendriteDist = "Vanilla"'>
  5038.                         <StandardGen name='mtlgKalendriteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60AB6AB9' drawBoundBox='false' boundBoxColor='0x60AB6AB9'>
  5039.                             <Description>
  5040.                                 A master preset for standardgen  ore
  5041.                                 distributions.
  5042.                             </Description>
  5043.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:7")'> <OreBlock block='Metallurgy:nether.ore:7' weight='1.0' /> </IfCondition>
  5044.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  5045.                             <Biome name='.*'  />
  5046.                             <Setting name='Size' avg=':= 4.000 * mtlgKalendriteSize ' range=':= _default_ * mtlgKalendriteSize ' type='normal' />
  5047.                             <Setting name='Frequency' avg=':= 3.000 * mtlgKalendriteFreq ' range=':= _default_ * mtlgKalendriteFreq ' type='normal' scaleTo='base' />
  5048.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5049.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5050.                         </StandardGen>
  5051.                     </IfCondition>
  5052.                 </ConfigSection>
  5053.                 <!-- Vanilla Preset for Kalendrite is complete. -->
  5054.  
  5055.                 <!-- End Kalendrite Generation -->
  5056.  
  5057.  
  5058.                 <!-- Begin Vulcanite Generation -->
  5059.  
  5060.                 <!-- Starting LayeredVeins Preset for Vulcanite. -->
  5061.                 <ConfigSection>
  5062.                     <IfCondition condition=':= mtlgVulcaniteDist = "LayeredVeins"'>
  5063.                         <Veins name='mtlgVulcaniteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60E66922' drawBoundBox='false' boundBoxColor='0x60E66922'>
  5064.                             <Description>
  5065.                                 Small, fairly rare motherlodes  with
  5066.                                 2-4 horizontal veins each.
  5067.                             </Description>
  5068.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:8")'> <OreBlock block='Metallurgy:nether.ore:8' weight='1.0' /> </IfCondition>
  5069.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  5070.                             <Biome name='.*'  />
  5071.                             <Setting name='MotherlodeFrequency' avg=':= 0.433 * _default_ * mtlgVulcaniteFreq ' range=':= 0.433 * _default_ * mtlgVulcaniteFreq ' type='normal' scaleTo='base' />
  5072.                             <Setting name='MotherlodeSize' avg=':= 0.870 * _default_ * mtlgVulcaniteSize ' range=':= 0.870 * _default_ * mtlgVulcaniteSize ' type='normal' />
  5073.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5074.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5075.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5076.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5077.                             <Setting name='BranchLength' avg=':= 0.658 * _default_ ' range=':= 0.658 * _default_ ' type='normal' />
  5078.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5079.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5080.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5081.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgVulcaniteSize ' range=':= _default_ * mtlgVulcaniteSize ' type='normal' />
  5082.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5083.                             <Setting name='SegmentRadius' avg=':= 0.811 * _default_ * mtlgVulcaniteSize ' range=':= 0.811 * _default_ * mtlgVulcaniteSize ' type='normal' />
  5084.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5085.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5086.                         </Veins>
  5087.                     </IfCondition>
  5088.                 </ConfigSection>
  5089.                 <!-- LayeredVeins Preset for Vulcanite is complete. -->
  5090.  
  5091.  
  5092.                 <!-- Starting Cloud Preset for Vulcanite. -->
  5093.                 <ConfigSection>
  5094.                     <IfCondition condition=':= mtlgVulcaniteDist = "Cloud"'>
  5095.                         <Cloud name='mtlgVulcaniteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60E66922' drawBoundBox='false' boundBoxColor='0x60E66922'>
  5096.                             <Description>
  5097.                                 Large irregular clouds filled  lightly
  5098.                                 with ore.  These are  huge, spanning
  5099.                                 several adjacent  chunks, and
  5100.                                 consequently rather  rare.  They
  5101.                                 contain a sizeable  amount of ore, but
  5102.                                 it takes some  time and effort to mine
  5103.                                 due to  low density. The intent for
  5104.                                 strategic clouds is that the  player
  5105.                                 will need to actively  search for one
  5106.                                 and then set up a  semi-permanent
  5107.                                 mining base and  spend some time
  5108.                                 actually mining  the ore.
  5109.                             </Description>
  5110.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:8")'> <OreBlock block='Metallurgy:nether.ore:8' weight='1.0' /> </IfCondition>
  5111.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  5112.                             <Biome name='.*'  />
  5113.                             <Setting name='CloudRadius' avg=':= 0.616 * _default_ * mtlgVulcaniteSize ' range=':= 0.616 * _default_ * mtlgVulcaniteSize ' type='normal' />
  5114.                             <Setting name='CloudThickness' avg=':= 0.616 * _default_ * mtlgVulcaniteSize ' range=':= 0.616 * _default_ * mtlgVulcaniteSize ' type='normal' scaleTo='base' />
  5115.                             <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * mtlgVulcaniteFreq ' range=':= 0.379 * _default_ * mtlgVulcaniteFreq ' type='normal' scaleTo='base' />
  5116.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5117.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5118.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5119.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5120.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5121.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5122.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5123.                             <Veins name='mtlgVulcaniteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60E66922' drawBoundBox='false' boundBoxColor='0x60E66922'>
  5124.                                 <Description>
  5125.                                     Single blocks, generously
  5126.                                     scattered through all heights
  5127.                                     (density is about that of  vanilla
  5128.                                     iron ore). They will  replace dirt
  5129.                                     and sandstone  (but not grass or
  5130.                                     sand), so  they can be found
  5131.                                     nearer to  the surface than most
  5132.                                     ores.  Intened to be used as a
  5133.                                     child  distribution for large,
  5134.                                     rare  strategic deposits that
  5135.                                     would  otherwise be very difficult
  5136.                                     to find.  Note that the  frequency
  5137.                                     is multiplied by  ground level to
  5138.                                     maintain a  constant density, but
  5139.                                     not by  ore frequency because it
  5140.                                     is  assumed that the frequency of
  5141.                                     the parent distribution will
  5142.                                     already be scaled by that.
  5143.                                 </Description>
  5144.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:8")'> <OreBlock block='Metallurgy:nether.ore:8' weight='1.0' /> </IfCondition>
  5145.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  5146.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  5147.                             </Veins>
  5148.                         </Cloud>
  5149.                     </IfCondition>
  5150.                 </ConfigSection>
  5151.                 <!-- Cloud Preset for Vulcanite is complete. -->
  5152.  
  5153.  
  5154.                 <!-- Starting Vanilla Preset for Vulcanite. -->
  5155.                 <ConfigSection>
  5156.                     <IfCondition condition=':= mtlgVulcaniteDist = "Vanilla"'>
  5157.                         <StandardGen name='mtlgVulcaniteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60E66922' drawBoundBox='false' boundBoxColor='0x60E66922'>
  5158.                             <Description>
  5159.                                 A master preset for standardgen  ore
  5160.                                 distributions.
  5161.                             </Description>
  5162.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:8")'> <OreBlock block='Metallurgy:nether.ore:8' weight='1.0' /> </IfCondition>
  5163.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  5164.                             <Biome name='.*'  />
  5165.                             <Setting name='Size' avg=':= 3.000 * mtlgVulcaniteSize ' range=':= _default_ * mtlgVulcaniteSize ' type='normal' />
  5166.                             <Setting name='Frequency' avg=':= 2.000 * mtlgVulcaniteFreq ' range=':= _default_ * mtlgVulcaniteFreq ' type='normal' scaleTo='base' />
  5167.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5168.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5169.                         </StandardGen>
  5170.                     </IfCondition>
  5171.                 </ConfigSection>
  5172.                 <!-- Vanilla Preset for Vulcanite is complete. -->
  5173.  
  5174.                 <!-- End Vulcanite Generation -->
  5175.  
  5176.  
  5177.                 <!-- Begin Sanguinite Generation -->
  5178.  
  5179.                 <!-- Starting LayeredVeins Preset for Sanguinite. -->
  5180.                 <ConfigSection>
  5181.                     <IfCondition condition=':= mtlgSanguiniteDist = "LayeredVeins"'>
  5182.                         <Veins name='mtlgSanguiniteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60C30506' drawBoundBox='false' boundBoxColor='0x60C30506'>
  5183.                             <Description>
  5184.                                 Small, fairly rare motherlodes  with
  5185.                                 2-4 horizontal veins each.
  5186.                             </Description>
  5187.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:9")'> <OreBlock block='Metallurgy:nether.ore:9' weight='1.0' /> </IfCondition>
  5188.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  5189.                             <Biome name='.*'  />
  5190.                             <Setting name='MotherlodeFrequency' avg=':= 0.433 * _default_ * mtlgSanguiniteFreq ' range=':= 0.433 * _default_ * mtlgSanguiniteFreq ' type='normal' scaleTo='base' />
  5191.                             <Setting name='MotherlodeSize' avg=':= 0.870 * _default_ * mtlgSanguiniteSize ' range=':= 0.870 * _default_ * mtlgSanguiniteSize ' type='normal' />
  5192.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5193.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5194.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5195.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5196.                             <Setting name='BranchLength' avg=':= 0.658 * _default_ ' range=':= 0.658 * _default_ ' type='normal' />
  5197.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5198.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5199.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5200.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgSanguiniteSize ' range=':= _default_ * mtlgSanguiniteSize ' type='normal' />
  5201.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5202.                             <Setting name='SegmentRadius' avg=':= 0.811 * _default_ * mtlgSanguiniteSize ' range=':= 0.811 * _default_ * mtlgSanguiniteSize ' type='normal' />
  5203.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5204.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5205.                         </Veins>
  5206.                     </IfCondition>
  5207.                 </ConfigSection>
  5208.                 <!-- LayeredVeins Preset for Sanguinite is complete. -->
  5209.  
  5210.  
  5211.                 <!-- Starting Cloud Preset for Sanguinite. -->
  5212.                 <ConfigSection>
  5213.                     <IfCondition condition=':= mtlgSanguiniteDist = "Cloud"'>
  5214.                         <Cloud name='mtlgSanguiniteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60C30506' drawBoundBox='false' boundBoxColor='0x60C30506'>
  5215.                             <Description>
  5216.                                 Large irregular clouds filled  lightly
  5217.                                 with ore.  These are  huge, spanning
  5218.                                 several adjacent  chunks, and
  5219.                                 consequently rather  rare.  They
  5220.                                 contain a sizeable  amount of ore, but
  5221.                                 it takes some  time and effort to mine
  5222.                                 due to  low density. The intent for
  5223.                                 strategic clouds is that the  player
  5224.                                 will need to actively  search for one
  5225.                                 and then set up a  semi-permanent
  5226.                                 mining base and  spend some time
  5227.                                 actually mining  the ore.
  5228.                             </Description>
  5229.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:9")'> <OreBlock block='Metallurgy:nether.ore:9' weight='1.0' /> </IfCondition>
  5230.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  5231.                             <Biome name='.*'  />
  5232.                             <Setting name='CloudRadius' avg=':= 0.616 * _default_ * mtlgSanguiniteSize ' range=':= 0.616 * _default_ * mtlgSanguiniteSize ' type='normal' />
  5233.                             <Setting name='CloudThickness' avg=':= 0.616 * _default_ * mtlgSanguiniteSize ' range=':= 0.616 * _default_ * mtlgSanguiniteSize ' type='normal' scaleTo='base' />
  5234.                             <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * mtlgSanguiniteFreq ' range=':= 0.379 * _default_ * mtlgSanguiniteFreq ' type='normal' scaleTo='base' />
  5235.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5236.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5237.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5238.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5239.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5240.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5241.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5242.                             <Veins name='mtlgSanguiniteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60C30506' drawBoundBox='false' boundBoxColor='0x60C30506'>
  5243.                                 <Description>
  5244.                                     Single blocks, generously
  5245.                                     scattered through all heights
  5246.                                     (density is about that of  vanilla
  5247.                                     iron ore). They will  replace dirt
  5248.                                     and sandstone  (but not grass or
  5249.                                     sand), so  they can be found
  5250.                                     nearer to  the surface than most
  5251.                                     ores.  Intened to be used as a
  5252.                                     child  distribution for large,
  5253.                                     rare  strategic deposits that
  5254.                                     would  otherwise be very difficult
  5255.                                     to find.  Note that the  frequency
  5256.                                     is multiplied by  ground level to
  5257.                                     maintain a  constant density, but
  5258.                                     not by  ore frequency because it
  5259.                                     is  assumed that the frequency of
  5260.                                     the parent distribution will
  5261.                                     already be scaled by that.
  5262.                                 </Description>
  5263.                                 <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:9")'> <OreBlock block='Metallurgy:nether.ore:9' weight='1.0' /> </IfCondition>
  5264.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  5265.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  5266.                             </Veins>
  5267.                         </Cloud>
  5268.                     </IfCondition>
  5269.                 </ConfigSection>
  5270.                 <!-- Cloud Preset for Sanguinite is complete. -->
  5271.  
  5272.  
  5273.                 <!-- Starting Vanilla Preset for Sanguinite. -->
  5274.                 <ConfigSection>
  5275.                     <IfCondition condition=':= mtlgSanguiniteDist = "Vanilla"'>
  5276.                         <StandardGen name='mtlgSanguiniteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60C30506' drawBoundBox='false' boundBoxColor='0x60C30506'>
  5277.                             <Description>
  5278.                                 A master preset for standardgen  ore
  5279.                                 distributions.
  5280.                             </Description>
  5281.                             <IfCondition condition=':= ?blockExists("Metallurgy:nether.ore:9")'> <OreBlock block='Metallurgy:nether.ore:9' weight='1.0' /> </IfCondition>
  5282.                             <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
  5283.                             <Biome name='.*'  />
  5284.                             <Setting name='Size' avg=':= 3.000 * mtlgSanguiniteSize ' range=':= _default_ * mtlgSanguiniteSize ' type='normal' />
  5285.                             <Setting name='Frequency' avg=':= 2.000 * mtlgSanguiniteFreq ' range=':= _default_ * mtlgSanguiniteFreq ' type='normal' scaleTo='base' />
  5286.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5287.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5288.                         </StandardGen>
  5289.                     </IfCondition>
  5290.                 </ConfigSection>
  5291.                 <!-- Vanilla Preset for Sanguinite is complete. -->
  5292.  
  5293.                 <!-- End Sanguinite Generation -->
  5294.  
  5295.                 <!-- Finished adding blocks -->
  5296.  
  5297.             </IfCondition>
  5298.             <!-- Nether Setup Complete -->
  5299.  
  5300.  
  5301.  
  5302.  
  5303.  
  5304.             <!-- End Setup Beginning -->
  5305.  
  5306.             <IfCondition condition=':= dimension.generator = "EndRandomLevelSource"'>
  5307.  
  5308.                 <!-- Starting Original "End" Block Removal -->
  5309.  
  5310.                 <IfCondition condition=':= ?blockExists("minecraft:end_stone")'>
  5311.                     <Substitute name='mtlgEndBlockSubstitute0' block='minecraft:end_stone'>
  5312.                         <Description>
  5313.                             Replace vanilla-generated ore clusters.
  5314.                         </Description>
  5315.                         <Comment>
  5316.                             The global option  deferredPopulationRange
  5317.                             must be large  enough to catch all ore
  5318.                             clusters (>=  32).
  5319.                         </Comment>
  5320.                         <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore")'> <Replaces block='Metallurgy:ender.ore' weight='1.0' /> </IfCondition>
  5321.                         <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore:1")'> <Replaces block='Metallurgy:ender.ore:1' weight='1.0' /> </IfCondition>
  5322.                     </Substitute>
  5323.                 </IfCondition>
  5324.  
  5325.                 <!-- Original "End" Block Removal Complete -->
  5326.  
  5327.                 <!-- Adding blocks -->
  5328.  
  5329.                 <!-- Begin Eximite Generation -->
  5330.  
  5331.                 <!-- Starting LayeredVeins Preset for Eximite. -->
  5332.                 <ConfigSection>
  5333.                     <IfCondition condition=':= mtlgEximiteDist = "LayeredVeins"'>
  5334.                         <Veins name='mtlgEximiteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x607B5994' drawBoundBox='false' boundBoxColor='0x607B5994'>
  5335.                             <Description>
  5336.                                 Small, fairly rare motherlodes  with
  5337.                                 2-4 horizontal veins each.
  5338.                             </Description>
  5339.                             <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore")'> <OreBlock block='Metallurgy:ender.ore' weight='1.0' /> </IfCondition>
  5340.                             <IfCondition condition=':= ?blockExists("minecraft:end_stone")'> <Replaces block='minecraft:end_stone' weight='1.0' /> </IfCondition>
  5341.                             <Biome name='.*'  />
  5342.                             <Setting name='MotherlodeFrequency' avg=':= 0.867 * _default_ * mtlgEximiteFreq ' range=':= 0.867 * _default_ * mtlgEximiteFreq ' type='normal' scaleTo='base' />
  5343.                             <Setting name='MotherlodeSize' avg=':= 0.976 * _default_ * mtlgEximiteSize ' range=':= 0.976 * _default_ * mtlgEximiteSize ' type='normal' />
  5344.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5345.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5346.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5347.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5348.                             <Setting name='BranchLength' avg=':= 0.931 * _default_ ' range=':= 0.931 * _default_ ' type='normal' />
  5349.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5350.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5351.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5352.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgEximiteSize ' range=':= _default_ * mtlgEximiteSize ' type='normal' />
  5353.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5354.                             <Setting name='SegmentRadius' avg=':= 0.965 * _default_ * mtlgEximiteSize ' range=':= 0.965 * _default_ * mtlgEximiteSize ' type='normal' />
  5355.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5356.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5357.                         </Veins>
  5358.                     </IfCondition>
  5359.                 </ConfigSection>
  5360.                 <!-- LayeredVeins Preset for Eximite is complete. -->
  5361.  
  5362.  
  5363.                 <!-- Starting Cloud Preset for Eximite. -->
  5364.                 <ConfigSection>
  5365.                     <IfCondition condition=':= mtlgEximiteDist = "Cloud"'>
  5366.                         <Cloud name='mtlgEximiteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x607B5994' drawBoundBox='false' boundBoxColor='0x607B5994'>
  5367.                             <Description>
  5368.                                 Large irregular clouds filled  lightly
  5369.                                 with ore.  These are  huge, spanning
  5370.                                 several adjacent  chunks, and
  5371.                                 consequently rather  rare.  They
  5372.                                 contain a sizeable  amount of ore, but
  5373.                                 it takes some  time and effort to mine
  5374.                                 due to  low density. The intent for
  5375.                                 strategic clouds is that the  player
  5376.                                 will need to actively  search for one
  5377.                                 and then set up a  semi-permanent
  5378.                                 mining base and  spend some time
  5379.                                 actually mining  the ore.
  5380.                             </Description>
  5381.                             <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore")'> <OreBlock block='Metallurgy:ender.ore' weight='1.0' /> </IfCondition>
  5382.                             <IfCondition condition=':= ?blockExists("minecraft:end_stone")'> <Replaces block='minecraft:end_stone' weight='1.0' /> </IfCondition>
  5383.                             <Biome name='.*'  />
  5384.                             <Setting name='CloudRadius' avg=':= 0.871 * _default_ * mtlgEximiteSize ' range=':= 0.871 * _default_ * mtlgEximiteSize ' type='normal' />
  5385.                             <Setting name='CloudThickness' avg=':= 0.871 * _default_ * mtlgEximiteSize ' range=':= 0.871 * _default_ * mtlgEximiteSize ' type='normal' scaleTo='base' />
  5386.                             <Setting name='DistributionFrequency' avg=':= 0.758 * _default_ * mtlgEximiteFreq ' range=':= 0.758 * _default_ * mtlgEximiteFreq ' type='normal' scaleTo='base' />
  5387.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5388.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5389.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5390.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5391.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5392.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5393.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5394.                             <Veins name='mtlgEximiteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x607B5994' drawBoundBox='false' boundBoxColor='0x607B5994'>
  5395.                                 <Description>
  5396.                                     Single blocks, generously
  5397.                                     scattered through all heights
  5398.                                     (density is about that of  vanilla
  5399.                                     iron ore). They will  replace dirt
  5400.                                     and sandstone  (but not grass or
  5401.                                     sand), so  they can be found
  5402.                                     nearer to  the surface than most
  5403.                                     ores.  Intened to be used as a
  5404.                                     child  distribution for large,
  5405.                                     rare  strategic deposits that
  5406.                                     would  otherwise be very difficult
  5407.                                     to find.  Note that the  frequency
  5408.                                     is multiplied by  ground level to
  5409.                                     maintain a  constant density, but
  5410.                                     not by  ore frequency because it
  5411.                                     is  assumed that the frequency of
  5412.                                     the parent distribution will
  5413.                                     already be scaled by that.
  5414.                                 </Description>
  5415.                                 <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore")'> <OreBlock block='Metallurgy:ender.ore' weight='1.0' /> </IfCondition>
  5416.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  5417.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  5418.                             </Veins>
  5419.                         </Cloud>
  5420.                     </IfCondition>
  5421.                 </ConfigSection>
  5422.                 <!-- Cloud Preset for Eximite is complete. -->
  5423.  
  5424.  
  5425.                 <!-- Starting Vanilla Preset for Eximite. -->
  5426.                 <ConfigSection>
  5427.                     <IfCondition condition=':= mtlgEximiteDist = "Vanilla"'>
  5428.                         <StandardGen name='mtlgEximiteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x607B5994' drawBoundBox='false' boundBoxColor='0x607B5994'>
  5429.                             <Description>
  5430.                                 A master preset for standardgen  ore
  5431.                                 distributions.
  5432.                             </Description>
  5433.                             <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore")'> <OreBlock block='Metallurgy:ender.ore' weight='1.0' /> </IfCondition>
  5434.                             <IfCondition condition=':= ?blockExists("minecraft:end_stone")'> <Replaces block='minecraft:end_stone' weight='1.0' /> </IfCondition>
  5435.                             <Biome name='.*'  />
  5436.                             <Setting name='Size' avg=':= 4.000 * mtlgEximiteSize ' range=':= _default_ * mtlgEximiteSize ' type='normal' />
  5437.                             <Setting name='Frequency' avg=':= 6.000 * mtlgEximiteFreq ' range=':= _default_ * mtlgEximiteFreq ' type='normal' scaleTo='base' />
  5438.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5439.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5440.                         </StandardGen>
  5441.                     </IfCondition>
  5442.                 </ConfigSection>
  5443.                 <!-- Vanilla Preset for Eximite is complete. -->
  5444.  
  5445.                 <!-- End Eximite Generation -->
  5446.  
  5447.  
  5448.                 <!-- Begin Meutoite Generation -->
  5449.  
  5450.                 <!-- Starting LayeredVeins Preset for Meutoite. -->
  5451.                 <ConfigSection>
  5452.                     <IfCondition condition=':= mtlgMeutoiteDist = "LayeredVeins"'>
  5453.                         <Veins name='mtlgMeutoiteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x605E5168' drawBoundBox='false' boundBoxColor='0x605E5168'>
  5454.                             <Description>
  5455.                                 Small, fairly rare motherlodes  with
  5456.                                 2-4 horizontal veins each.
  5457.                             </Description>
  5458.                             <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore:1")'> <OreBlock block='Metallurgy:ender.ore:1' weight='1.0' /> </IfCondition>
  5459.                             <IfCondition condition=':= ?blockExists("minecraft:end_stone")'> <Replaces block='minecraft:end_stone' weight='1.0' /> </IfCondition>
  5460.                             <Biome name='.*'  />
  5461.                             <Setting name='MotherlodeFrequency' avg=':= 0.531 * _default_ * mtlgMeutoiteFreq ' range=':= 0.531 * _default_ * mtlgMeutoiteFreq ' type='normal' scaleTo='base' />
  5462.                             <Setting name='MotherlodeSize' avg=':= 0.900 * _default_ * mtlgMeutoiteSize ' range=':= 0.900 * _default_ * mtlgMeutoiteSize ' type='normal' />
  5463.                             <Setting name='MotherlodeHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5464.                             <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5465.                             <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5466.                             <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5467.                             <Setting name='BranchLength' avg=':= 0.729 * _default_ ' range=':= 0.729 * _default_ ' type='normal' />
  5468.                             <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5469.                             <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5470.                             <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5471.                             <Setting name='SegmentLength' avg=':= _default_ * mtlgMeutoiteSize ' range=':= _default_ * mtlgMeutoiteSize ' type='normal' />
  5472.                             <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5473.                             <Setting name='SegmentRadius' avg=':= 0.854 * _default_ * mtlgMeutoiteSize ' range=':= 0.854 * _default_ * mtlgMeutoiteSize ' type='normal' />
  5474.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5475.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5476.                         </Veins>
  5477.                     </IfCondition>
  5478.                 </ConfigSection>
  5479.                 <!-- LayeredVeins Preset for Meutoite is complete. -->
  5480.  
  5481.  
  5482.                 <!-- Starting Cloud Preset for Meutoite. -->
  5483.                 <ConfigSection>
  5484.                     <IfCondition condition=':= mtlgMeutoiteDist = "Cloud"'>
  5485.                         <Cloud name='mtlgMeutoiteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x605E5168' drawBoundBox='false' boundBoxColor='0x605E5168'>
  5486.                             <Description>
  5487.                                 Large irregular clouds filled  lightly
  5488.                                 with ore.  These are  huge, spanning
  5489.                                 several adjacent  chunks, and
  5490.                                 consequently rather  rare.  They
  5491.                                 contain a sizeable  amount of ore, but
  5492.                                 it takes some  time and effort to mine
  5493.                                 due to  low density. The intent for
  5494.                                 strategic clouds is that the  player
  5495.                                 will need to actively  search for one
  5496.                                 and then set up a  semi-permanent
  5497.                                 mining base and  spend some time
  5498.                                 actually mining  the ore.
  5499.                             </Description>
  5500.                             <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore:1")'> <OreBlock block='Metallurgy:ender.ore:1' weight='1.0' /> </IfCondition>
  5501.                             <IfCondition condition=':= ?blockExists("minecraft:end_stone")'> <Replaces block='minecraft:end_stone' weight='1.0' /> </IfCondition>
  5502.                             <Biome name='.*'  />
  5503.                             <Setting name='CloudRadius' avg=':= 0.682 * _default_ * mtlgMeutoiteSize ' range=':= 0.682 * _default_ * mtlgMeutoiteSize ' type='normal' />
  5504.                             <Setting name='CloudThickness' avg=':= 0.682 * _default_ * mtlgMeutoiteSize ' range=':= 0.682 * _default_ * mtlgMeutoiteSize ' type='normal' scaleTo='base' />
  5505.                             <Setting name='DistributionFrequency' avg=':= 0.464 * _default_ * mtlgMeutoiteFreq ' range=':= 0.464 * _default_ * mtlgMeutoiteFreq ' type='normal' scaleTo='base' />
  5506.                             <Setting name='CloudHeight' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5507.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5508.                             <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5509.                             <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5510.                             <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
  5511.                             <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5512.                             <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5513.                             <Veins name='mtlgMeutoiteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x605E5168' drawBoundBox='false' boundBoxColor='0x605E5168'>
  5514.                                 <Description>
  5515.                                     Single blocks, generously
  5516.                                     scattered through all heights
  5517.                                     (density is about that of  vanilla
  5518.                                     iron ore). They will  replace dirt
  5519.                                     and sandstone  (but not grass or
  5520.                                     sand), so  they can be found
  5521.                                     nearer to  the surface than most
  5522.                                     ores.  Intened to be used as a
  5523.                                     child  distribution for large,
  5524.                                     rare  strategic deposits that
  5525.                                     would  otherwise be very difficult
  5526.                                     to find.  Note that the  frequency
  5527.                                     is multiplied by  ground level to
  5528.                                     maintain a  constant density, but
  5529.                                     not by  ore frequency because it
  5530.                                     is  assumed that the frequency of
  5531.                                     the parent distribution will
  5532.                                     already be scaled by that.
  5533.                                 </Description>
  5534.                                 <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore:1")'> <OreBlock block='Metallurgy:ender.ore:1' weight='1.0' /> </IfCondition>
  5535.                                 <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
  5536.                                 <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
  5537.                             </Veins>
  5538.                         </Cloud>
  5539.                     </IfCondition>
  5540.                 </ConfigSection>
  5541.                 <!-- Cloud Preset for Meutoite is complete. -->
  5542.  
  5543.  
  5544.                 <!-- Starting Vanilla Preset for Meutoite. -->
  5545.                 <ConfigSection>
  5546.                     <IfCondition condition=':= mtlgMeutoiteDist = "Vanilla"'>
  5547.                         <StandardGen name='mtlgMeutoiteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x605E5168' drawBoundBox='false' boundBoxColor='0x605E5168'>
  5548.                             <Description>
  5549.                                 A master preset for standardgen  ore
  5550.                                 distributions.
  5551.                             </Description>
  5552.                             <IfCondition condition=':= ?blockExists("Metallurgy:ender.ore:1")'> <OreBlock block='Metallurgy:ender.ore:1' weight='1.0' /> </IfCondition>
  5553.                             <IfCondition condition=':= ?blockExists("minecraft:end_stone")'> <Replaces block='minecraft:end_stone' weight='1.0' /> </IfCondition>
  5554.                             <Biome name='.*'  />
  5555.                             <Setting name='Size' avg=':= 3.000 * mtlgMeutoiteSize ' range=':= _default_ * mtlgMeutoiteSize ' type='normal' />
  5556.                             <Setting name='Frequency' avg=':= 3.000 * mtlgMeutoiteFreq ' range=':= _default_ * mtlgMeutoiteFreq ' type='normal' scaleTo='base' />
  5557.                             <Setting name='Height' avg=':= 67 ' range=':= 61 ' type='uniform' scaleTo='base' />
  5558.                             <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
  5559.                         </StandardGen>
  5560.                     </IfCondition>
  5561.                 </ConfigSection>
  5562.                 <!-- Vanilla Preset for Meutoite is complete. -->
  5563.  
  5564.                 <!-- End Meutoite Generation -->
  5565.  
  5566.                 <!-- Finished adding blocks -->
  5567.  
  5568.             </IfCondition>
  5569.             <!-- End Setup Complete -->
  5570.  
  5571.         </IfCondition>
  5572.  
  5573.     </ConfigSection>
  5574.     <!-- Configuration for Custom Ore Generation Complete! -->
  5575.  
  5576. </IfModInstalled>
  5577. <!-- The "Metallurgy 4" mod is now configured. -->
  5578.  
  5579.  
  5580.  
  5581.  
  5582.  
  5583. <!-- =================================================================
  5584.     This file was made using the Sprocket Configuration Generator.
  5585.     If you wish to make your own configurations for a mod not
  5586.     currently supported by Custom Ore Generation, and you don't want
  5587.     the hassle of writing XML, you can find the generator script at
  5588.     its GitHub page: http://https://github.com/reteo/Sprocket
  5589.     ================================================================= -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement