<!-- =================================================================
     Custom Ore Generation "Nether Ores" Module: This configuration
     covers coal, diamond, gold, iron, lapis lazuli, redstone, copper,
     tin, emerald, silver, lead, uranium, nikolite, ruby, peridot,
     sapphire, platinum, nickel, steel, iridium, osmium, sulfur,
     titanium, mithril, adamantium, rutile, tungsten, amber,
     tennantite, salt, saltpeter, and magnesium.
     ================================================================= -->






<!-- Is the "Nether Ores" mod on the system?  Let's find out! -->
<IfModInstalled name="NetherOres">

    <!-- Starting Configuration for Custom Ore Generation. -->
    <ConfigSection>





        <!-- Setup Screen Configuration -->
        <ConfigSection>
            <OptionDisplayGroup name='groupNetherOres' displayName='Nether Ores' displayState='shown'>
                <Description>
                    Distribution options for Nether Ores Ores.
                </Description>
            </OptionDisplayGroup>
            <OptionChoice name='enableNetherOres' displayName='Handle Nether Ores Setup?' default='true' displayState='shown_dynamic' displayGroup='groupNetherOres'>
                <Description> Should Custom Ore Generation handle Nether Ores ore generation? </Description>
                <Choice value=':= ?true' displayValue='Yes' description='Use Custom Ore Generation to handle Nether Ores ores.'/>
                <Choice value=':= ?false' displayValue='No' description='Nether Ores ores will be handled by the mod itself.'/>
            </OptionChoice>

            <!-- Coal Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoCoalDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Coal is generated </Description>
                    <DisplayName>Nether Ores Coal</DisplayName>
                    <Choice value='SparseVeins' displayValue='Sparse Veins'>
                        <Description>
                            Large veins filled very lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Coal is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoCoalFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Coal distributions </Description>
                    <DisplayName>Nether Ores Coal Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoCoalSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Coal distributions </Description>
                    <DisplayName>Nether Ores Coal Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Coal Configuration UI Complete -->


            <!-- Diamond Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoDiamondDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Diamond is generated </Description>
                    <DisplayName>Nether Ores Diamond</DisplayName>
                    <Choice value='PipeVeins' displayValue='Pipe Veins'>
                        <Description>
                            Short and sparsely filled compound veins containing one material inside another.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Diamond is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoDiamondFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Diamond distributions </Description>
                    <DisplayName>Nether Ores Diamond Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoDiamondSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Diamond distributions </Description>
                    <DisplayName>Nether Ores Diamond Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Diamond Configuration UI Complete -->


            <!-- Gold Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoGoldDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Gold is generated </Description>
                    <DisplayName>Nether Ores Gold</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Gold is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoGoldFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Gold distributions </Description>
                    <DisplayName>Nether Ores Gold Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoGoldSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Gold distributions </Description>
                    <DisplayName>Nether Ores Gold Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Gold Configuration UI Complete -->


            <!-- Iron Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoIronDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Iron is generated </Description>
                    <DisplayName>Nether Ores Iron</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Iron is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoIronFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Iron distributions </Description>
                    <DisplayName>Nether Ores Iron Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoIronSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Iron distributions </Description>
                    <DisplayName>Nether Ores Iron Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Iron Configuration UI Complete -->


            <!-- Lapis Lazuli Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoLapisLazuliDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Lapis Lazuli is generated </Description>
                    <DisplayName>Nether Ores Lapis Lazuli</DisplayName>
                    <Choice value='VerticalVeins' displayValue='Vertical Veins'>
                        <Description>
                            Single vertical veins that occur with no motherlodes.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Lapis Lazuli is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoLapisLazuliFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Lapis Lazuli distributions </Description>
                    <DisplayName>Nether Ores Lapis Lazuli Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoLapisLazuliSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Lapis Lazuli distributions </Description>
                    <DisplayName>Nether Ores Lapis Lazuli Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Lapis Lazuli Configuration UI Complete -->


            <!-- Redstone Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoRedstoneDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Redstone is generated </Description>
                    <DisplayName>Nether Ores Redstone</DisplayName>
                    <Choice value='VerticalVeins' displayValue='Vertical Veins'>
                        <Description>
                            Single vertical veins that occur with no motherlodes.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Redstone is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoRedstoneFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Redstone distributions </Description>
                    <DisplayName>Nether Ores Redstone Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoRedstoneSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Redstone distributions </Description>
                    <DisplayName>Nether Ores Redstone Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Redstone Configuration UI Complete -->


            <!-- Copper Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoCopperDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Copper is generated </Description>
                    <DisplayName>Nether Ores Copper</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Copper is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoCopperFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Copper distributions </Description>
                    <DisplayName>Nether Ores Copper Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoCopperSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Copper distributions </Description>
                    <DisplayName>Nether Ores Copper Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Copper Configuration UI Complete -->


            <!-- Tin Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoTinDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Tin is generated </Description>
                    <DisplayName>Nether Ores Tin</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Tin is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoTinFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Tin distributions </Description>
                    <DisplayName>Nether Ores Tin Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoTinSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Tin distributions </Description>
                    <DisplayName>Nether Ores Tin Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Tin Configuration UI Complete -->


            <!-- Emerald Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoEmeraldDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Emerald is generated </Description>
                    <DisplayName>Nether Ores Emerald</DisplayName>
                    <Choice value='PipeVeins' displayValue='Pipe Veins'>
                        <Description>
                            Short and sparsely filled compound veins containing one material inside another.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Emerald is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoEmeraldFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Emerald distributions </Description>
                    <DisplayName>Nether Ores Emerald Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoEmeraldSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Emerald distributions </Description>
                    <DisplayName>Nether Ores Emerald Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Emerald Configuration UI Complete -->


            <!-- Silver Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoSilverDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Silver is generated </Description>
                    <DisplayName>Nether Ores Silver</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Silver is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoSilverFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Silver distributions </Description>
                    <DisplayName>Nether Ores Silver Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoSilverSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Silver distributions </Description>
                    <DisplayName>Nether Ores Silver Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Silver Configuration UI Complete -->


            <!-- Lead Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoLeadDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Lead is generated </Description>
                    <DisplayName>Nether Ores Lead</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Lead is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoLeadFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Lead distributions </Description>
                    <DisplayName>Nether Ores Lead Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoLeadSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Lead distributions </Description>
                    <DisplayName>Nether Ores Lead Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Lead Configuration UI Complete -->


            <!-- Uranium Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoUraniumDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Uranium is generated </Description>
                    <DisplayName>Nether Ores Uranium</DisplayName>
                    <Choice value='SparseVeins' displayValue='Sparse Veins'>
                        <Description>
                            Large veins filled very lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Uranium is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoUraniumFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Uranium distributions </Description>
                    <DisplayName>Nether Ores Uranium Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoUraniumSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Uranium distributions </Description>
                    <DisplayName>Nether Ores Uranium Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Uranium Configuration UI Complete -->


            <!-- Nikolite Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoNikoliteDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Nikolite is generated </Description>
                    <DisplayName>Nether Ores Nikolite</DisplayName>
                    <Choice value='VerticalVeins' displayValue='Vertical Veins'>
                        <Description>
                            Single vertical veins that occur with no motherlodes.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Nikolite is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoNikoliteFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Nikolite distributions </Description>
                    <DisplayName>Nether Ores Nikolite Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoNikoliteSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Nikolite distributions </Description>
                    <DisplayName>Nether Ores Nikolite Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Nikolite Configuration UI Complete -->


            <!-- Ruby Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoRubyDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Ruby is generated </Description>
                    <DisplayName>Nether Ores Ruby</DisplayName>
                    <Choice value='PipeVeins' displayValue='Pipe Veins'>
                        <Description>
                            Short and sparsely filled compound veins containing one material inside another.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Ruby is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoRubyFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Ruby distributions </Description>
                    <DisplayName>Nether Ores Ruby Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoRubySize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Ruby distributions </Description>
                    <DisplayName>Nether Ores Ruby Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Ruby Configuration UI Complete -->


            <!-- Peridot Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoPeridotDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Peridot is generated </Description>
                    <DisplayName>Nether Ores Peridot</DisplayName>
                    <Choice value='PipeVeins' displayValue='Pipe Veins'>
                        <Description>
                            Short and sparsely filled compound veins containing one material inside another.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Peridot is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoPeridotFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Peridot distributions </Description>
                    <DisplayName>Nether Ores Peridot Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoPeridotSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Peridot distributions </Description>
                    <DisplayName>Nether Ores Peridot Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Peridot Configuration UI Complete -->


            <!-- Sapphire Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoSapphireDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Sapphire is generated </Description>
                    <DisplayName>Nether Ores Sapphire</DisplayName>
                    <Choice value='PipeVeins' displayValue='Pipe Veins'>
                        <Description>
                            Short and sparsely filled compound veins containing one material inside another.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Sapphire is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoSapphireFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Sapphire distributions </Description>
                    <DisplayName>Nether Ores Sapphire Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoSapphireSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Sapphire distributions </Description>
                    <DisplayName>Nether Ores Sapphire Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Sapphire Configuration UI Complete -->


            <!-- Platinum Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoPlatinumDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Platinum is generated </Description>
                    <DisplayName>Nether Ores Platinum</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Platinum is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoPlatinumFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Platinum distributions </Description>
                    <DisplayName>Nether Ores Platinum Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoPlatinumSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Platinum distributions </Description>
                    <DisplayName>Nether Ores Platinum Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Platinum Configuration UI Complete -->


            <!-- Nickel Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoNickelDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Nickel is generated </Description>
                    <DisplayName>Nether Ores Nickel</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Nickel is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoNickelFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Nickel distributions </Description>
                    <DisplayName>Nether Ores Nickel Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoNickelSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Nickel distributions </Description>
                    <DisplayName>Nether Ores Nickel Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Nickel Configuration UI Complete -->


            <!-- Steel Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoSteelDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Steel is generated </Description>
                    <DisplayName>Nether Ores Steel</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Steel is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoSteelFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Steel distributions </Description>
                    <DisplayName>Nether Ores Steel Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoSteelSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Steel distributions </Description>
                    <DisplayName>Nether Ores Steel Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Steel Configuration UI Complete -->


            <!-- Iridium Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoIridiumDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Iridium is generated </Description>
                    <DisplayName>Nether Ores Iridium</DisplayName>
                    <Choice value='SmallDeposits' displayValue='Small Deposits'>
                        <Description>
                            Small motherlodes without any branches.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Iridium is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoIridiumFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Iridium distributions </Description>
                    <DisplayName>Nether Ores Iridium Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoIridiumSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Iridium distributions </Description>
                    <DisplayName>Nether Ores Iridium Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Iridium Configuration UI Complete -->


            <!-- Osmium Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoOsmiumDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Osmium is generated </Description>
                    <DisplayName>Nether Ores Osmium</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Osmium is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoOsmiumFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Osmium distributions </Description>
                    <DisplayName>Nether Ores Osmium Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoOsmiumSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Osmium distributions </Description>
                    <DisplayName>Nether Ores Osmium Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Osmium Configuration UI Complete -->


            <!-- Sulfur Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoSulfurDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Sulfur is generated </Description>
                    <DisplayName>Nether Ores Sulfur</DisplayName>
                    <Choice value='PipeVeins' displayValue='Pipe Veins'>
                        <Description>
                            Short and sparsely filled compound veins containing one material inside another.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Sulfur is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoSulfurFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Sulfur distributions </Description>
                    <DisplayName>Nether Ores Sulfur Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoSulfurSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Sulfur distributions </Description>
                    <DisplayName>Nether Ores Sulfur Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Sulfur Configuration UI Complete -->


            <!-- Titanium Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoTitaniumDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Titanium is generated </Description>
                    <DisplayName>Nether Ores Titanium</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Titanium is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoTitaniumFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Titanium distributions </Description>
                    <DisplayName>Nether Ores Titanium Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoTitaniumSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Titanium distributions </Description>
                    <DisplayName>Nether Ores Titanium Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Titanium Configuration UI Complete -->


            <!-- Mithril Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoMithrilDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Mithril is generated </Description>
                    <DisplayName>Nether Ores Mithril</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Mithril is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoMithrilFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Mithril distributions </Description>
                    <DisplayName>Nether Ores Mithril Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoMithrilSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Mithril distributions </Description>
                    <DisplayName>Nether Ores Mithril Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Mithril Configuration UI Complete -->


            <!-- Adamantium Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoAdamantiumDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Adamantium is generated </Description>
                    <DisplayName>Nether Ores Adamantium</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Adamantium is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoAdamantiumFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Adamantium distributions </Description>
                    <DisplayName>Nether Ores Adamantium Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoAdamantiumSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Adamantium distributions </Description>
                    <DisplayName>Nether Ores Adamantium Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Adamantium Configuration UI Complete -->


            <!-- Rutile Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoRutileDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Rutile is generated </Description>
                    <DisplayName>Nether Ores Rutile</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Rutile is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoRutileFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Rutile distributions </Description>
                    <DisplayName>Nether Ores Rutile Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoRutileSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Rutile distributions </Description>
                    <DisplayName>Nether Ores Rutile Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Rutile Configuration UI Complete -->


            <!-- Tungsten Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoTungstenDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Tungsten is generated </Description>
                    <DisplayName>Nether Ores Tungsten</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Tungsten is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoTungstenFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Tungsten distributions </Description>
                    <DisplayName>Nether Ores Tungsten Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoTungstenSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Tungsten distributions </Description>
                    <DisplayName>Nether Ores Tungsten Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Tungsten Configuration UI Complete -->


            <!-- Amber Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoAmberDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Amber is generated </Description>
                    <DisplayName>Nether Ores Amber</DisplayName>
                    <Choice value='SparseVeins' displayValue='Sparse Veins'>
                        <Description>
                            Large veins filled very lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Amber is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoAmberFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Amber distributions </Description>
                    <DisplayName>Nether Ores Amber Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoAmberSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Amber distributions </Description>
                    <DisplayName>Nether Ores Amber Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Amber Configuration UI Complete -->


            <!-- Tennantite Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoTennantiteDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Tennantite is generated </Description>
                    <DisplayName>Nether Ores Tennantite</DisplayName>
                    <Choice value='LayeredVeins' displayValue='Layered Veins'>
                        <Description>
                            Small, fairly rare motherlodes with 2-4 horizontal veins each.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Tennantite is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoTennantiteFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Tennantite distributions </Description>
                    <DisplayName>Nether Ores Tennantite Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoTennantiteSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Tennantite distributions </Description>
                    <DisplayName>Nether Ores Tennantite Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Tennantite Configuration UI Complete -->


            <!-- Salt Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoSaltDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Salt is generated </Description>
                    <DisplayName>Nether Ores Salt</DisplayName>
                    <Choice value='SparseVeins' displayValue='Sparse Veins'>
                        <Description>
                            Large veins filled very lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Salt is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoSaltFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Salt distributions </Description>
                    <DisplayName>Nether Ores Salt Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoSaltSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Salt distributions </Description>
                    <DisplayName>Nether Ores Salt Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Salt Configuration UI Complete -->


            <!-- Saltpeter Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoSaltpeterDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Saltpeter is generated </Description>
                    <DisplayName>Nether Ores Saltpeter</DisplayName>
                    <Choice value='SparseVeins' displayValue='Sparse Veins'>
                        <Description>
                            Large veins filled very lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Saltpeter is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoSaltpeterFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Saltpeter distributions </Description>
                    <DisplayName>Nether Ores Saltpeter Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoSaltpeterSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Saltpeter distributions </Description>
                    <DisplayName>Nether Ores Saltpeter Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Saltpeter Configuration UI Complete -->


            <!-- Magnesium Configuration UI Starting -->
            <ConfigSection>
                <OptionChoice name='nthoMagnesiumDist'  displayState=':= if(?enableNetherOres, "shown", "hidden")' displayGroup='groupNetherOres'>
                    <Description> Controls how Magnesium is generated </Description>
                    <DisplayName>Nether Ores Magnesium</DisplayName>
                    <Choice value='SparseVeins' displayValue='Sparse Veins'>
                        <Description>
                            Large veins filled very lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Cloud' displayValue='Strategic Cloud'>
                        <Description>
                            Large irregular clouds filled lightly with ore.
                        </Description>
                    </Choice>
                    <Choice value='Vanilla' displayValue='Vanilla'>
                        <Description>
                            Simulates Vanilla Minecraft.
                        </Description>
                    </Choice>
                    <Choice value='none' displayValue='None' description='Magnesium is not generated in the world.'/>
                </OptionChoice>
                <OptionNumeric name='nthoMagnesiumFreq' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Frequency multiplier for Nether Ores Magnesium distributions </Description>
                    <DisplayName>Nether Ores Magnesium Freq.</DisplayName>
                </OptionNumeric>
                <OptionNumeric name='nthoMagnesiumSize' default='1'  min='0' max='5' displayState=':= if(?enableNetherOres, if(?advOptions, "shown", "hidden"), "hidden")' displayGroup='groupNetherOres'>
                    <Description> Size multiplier for Nether Ores Magnesium distributions </Description>
                    <DisplayName>Nether Ores Magnesium Size</DisplayName>
                </OptionNumeric>
            </ConfigSection>
            <!-- Magnesium Configuration UI Complete -->

        </ConfigSection>
        <!-- Setup Screen Complete -->

        <IfCondition condition=':= ?enableNetherOres'>





            <!-- Nether Setup Beginning -->

            <IfCondition condition=':= dimension.generator = "HellRandomLevelSource"'>

                <!-- Starting Original "Nether" Block Removal -->

                <IfCondition condition=':= ?blockExists("minecraft:netherrack")'>
                    <Substitute name='nthoNetherBlockSubstitute0' block='minecraft:netherrack'>
                        <Description>
                            Replace vanilla-generated ore clusters.
                        </Description>
                        <Comment>
                            The global option  deferredPopulationRange
                            must be large  enough to catch all ore
                            clusters (>=  32).
                        </Comment>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0")'> <Replaces block='NetherOres:tile.netherores.ore.0' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:1")'> <Replaces block='NetherOres:tile.netherores.ore.0:1' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:10")'> <Replaces block='NetherOres:tile.netherores.ore.0:10' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:11")'> <Replaces block='NetherOres:tile.netherores.ore.0:11' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:12")'> <Replaces block='NetherOres:tile.netherores.ore.0:12' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:13")'> <Replaces block='NetherOres:tile.netherores.ore.0:13' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:14")'> <Replaces block='NetherOres:tile.netherores.ore.0:14' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:15")'> <Replaces block='NetherOres:tile.netherores.ore.0:15' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:2")'> <Replaces block='NetherOres:tile.netherores.ore.0:2' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:3")'> <Replaces block='NetherOres:tile.netherores.ore.0:3' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:4")'> <Replaces block='NetherOres:tile.netherores.ore.0:4' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:5")'> <Replaces block='NetherOres:tile.netherores.ore.0:5' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:6")'> <Replaces block='NetherOres:tile.netherores.ore.0:6' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:7")'> <Replaces block='NetherOres:tile.netherores.ore.0:7' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:8")'> <Replaces block='NetherOres:tile.netherores.ore.0:8' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:9")'> <Replaces block='NetherOres:tile.netherores.ore.0:9' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:0")'> <Replaces block='NetherOres:tile.netherores.ore.1:0' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:1")'> <Replaces block='NetherOres:tile.netherores.ore.1:1' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:10")'> <Replaces block='NetherOres:tile.netherores.ore.1:10' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:11")'> <Replaces block='NetherOres:tile.netherores.ore.1:11' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:12")'> <Replaces block='NetherOres:tile.netherores.ore.1:12' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:13")'> <Replaces block='NetherOres:tile.netherores.ore.1:13' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:14")'> <Replaces block='NetherOres:tile.netherores.ore.1:14' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:15")'> <Replaces block='NetherOres:tile.netherores.ore.1:15' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:2")'> <Replaces block='NetherOres:tile.netherores.ore.1:2' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:3")'> <Replaces block='NetherOres:tile.netherores.ore.1:3' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:4")'> <Replaces block='NetherOres:tile.netherores.ore.1:4' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:5")'> <Replaces block='NetherOres:tile.netherores.ore.1:5' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:6")'> <Replaces block='NetherOres:tile.netherores.ore.1:6' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:7")'> <Replaces block='NetherOres:tile.netherores.ore.1:7' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:8")'> <Replaces block='NetherOres:tile.netherores.ore.1:8' weight='1.0' /> </IfCondition>
                        <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:9")'> <Replaces block='NetherOres:tile.netherores.ore.1:9' weight='1.0' /> </IfCondition>
                    </Substitute>
                </IfCondition>

                <!-- Original "Nether" Block Removal Complete -->

                <!-- Adding blocks -->

                <!-- Begin Coal Generation -->

                <!-- Starting SparseVeins Preset for Coal. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoCoalDist = "SparseVeins"'>
                        <Veins name='nthoCoalVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x602D2D2D' drawBoundBox='false' boundBoxColor='0x602D2D2D'>
                            <Description>
                                Large veins filled very lightly  with
                                ore.  Because they contain  less ore
                                per volume, these veins  are
                                relatively wide and long.  Mining the
                                ore from them is time  consuming
                                compared to solid ore  veins.  They
                                are also more  difficult to follow,
                                since it is  harder to get an idea of
                                their  direction while mining.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0")'> <OreBlock block='NetherOres:tile.netherores.ore.0' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 4.900 * _default_ * nthoCoalFreq ' range=':= 4.900 * _default_ * nthoCoalFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoCoalSize ' range=':= 0 * _default_ * nthoCoalSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 2.214 * _default_ ' range=':= 2.214 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoCoalSize ' range=':= _default_ * nthoCoalSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.488 * _default_ * nthoCoalSize ' range=':= 1.488 * _default_ * nthoCoalSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- SparseVeins Preset for Coal is complete. -->


                <!-- Starting Cloud Preset for Coal. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoCoalDist = "Cloud"'>
                        <Cloud name='nthoCoalCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x602D2D2D' drawBoundBox='false' boundBoxColor='0x602D2D2D'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0")'> <OreBlock block='NetherOres:tile.netherores.ore.0' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.323 * _default_ * nthoCoalSize ' range=':= 1.323 * _default_ * nthoCoalSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.323 * _default_ * nthoCoalSize ' range=':= 1.323 * _default_ * nthoCoalSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.752 * _default_ * nthoCoalFreq ' range=':= 1.752 * _default_ * nthoCoalFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoCoalHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x602D2D2D' drawBoundBox='false' boundBoxColor='0x602D2D2D'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0")'> <OreBlock block='NetherOres:tile.netherores.ore.0' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Coal is complete. -->


                <!-- Starting Vanilla Preset for Coal. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoCoalDist = "Vanilla"'>
                        <StandardGen name='nthoCoalStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x602D2D2D' drawBoundBox='false' boundBoxColor='0x602D2D2D'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0")'> <OreBlock block='NetherOres:tile.netherores.ore.0' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 16.000 * nthoCoalSize ' range=':= _default_ * nthoCoalSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoCoalFreq ' range=':= _default_ * nthoCoalFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Coal is complete. -->

                <!-- End Coal Generation -->


                <!-- Begin Diamond Generation -->

                <!-- Starting PipeVeins Preset for Diamond. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoDiamondDist = "PipeVeins"'>
                        <Veins name='nthoDiamondVeins'  inherits='PresetPipeVeins' seed='0xAA9C' drawWireframe='true' wireframeColor='0x608BF4E3' drawBoundBox='false' boundBoxColor='0x608BF4E3'>
                            <Description>
                                Short sparsely filled veins  sloping
                                up from near the bottom  of the map.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:1")'> <OreBlock block='NetherOres:tile.netherores.ore.0:1' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.935 * _default_ * nthoDiamondFreq ' range=':= 0.935 * _default_ * nthoDiamondFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoDiamondSize ' range=':= 0 * _default_ * nthoDiamondSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.967 * _default_ ' range=':= 0.967 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoDiamondSize ' range=':= _default_ * nthoDiamondSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.983 * _default_ * nthoDiamondSize ' range=':= 0.983 * _default_ * nthoDiamondSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>

                        <!-- Configuring contained material. -->
                        <Veins name='nthoDiamondVeinsPipe'  inherits='nthoDiamondVeins' seed='0xAA9C' drawWireframe='true' wireframeColor='0x608BF4E3' drawBoundBox='false' boundBoxColor='0x608BF4E3'>
                            <IfCondition condition=':= ?blockExists("minecraft:lava")'> <OreBlock block='minecraft:lava' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:1")'> <Replaces block='NetherOres:tile.netherores.ore.0:1' weight='1.0' /> </IfCondition>
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoDiamondSize  * 0.5 ' range=':= 0 * _default_ * nthoDiamondSize  * 0.5 ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.983 * _default_ * nthoDiamondSize  * 0.5 ' range=':= 0.983 * _default_ * nthoDiamondSize  * 0.5 ' type='normal' />
                            <Setting name='OreDensity' avg=':= 1.0 ' range=':= 0 ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- PipeVeins Preset for Diamond is complete. -->


                <!-- Starting Cloud Preset for Diamond. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoDiamondDist = "Cloud"'>
                        <Cloud name='nthoDiamondCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x608BF4E3' drawBoundBox='false' boundBoxColor='0x608BF4E3'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:1")'> <OreBlock block='NetherOres:tile.netherores.ore.0:1' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.732 * _default_ * nthoDiamondSize ' range=':= 0.732 * _default_ * nthoDiamondSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.732 * _default_ * nthoDiamondSize ' range=':= 0.732 * _default_ * nthoDiamondSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.536 * _default_ * nthoDiamondFreq ' range=':= 0.536 * _default_ * nthoDiamondFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoDiamondHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x608BF4E3' drawBoundBox='false' boundBoxColor='0x608BF4E3'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:1")'> <OreBlock block='NetherOres:tile.netherores.ore.0:1' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Diamond is complete. -->


                <!-- Starting Vanilla Preset for Diamond. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoDiamondDist = "Vanilla"'>
                        <StandardGen name='nthoDiamondStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x608BF4E3' drawBoundBox='false' boundBoxColor='0x608BF4E3'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:1")'> <OreBlock block='NetherOres:tile.netherores.ore.0:1' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 3.000 * nthoDiamondSize ' range=':= _default_ * nthoDiamondSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 4.000 * nthoDiamondFreq ' range=':= _default_ * nthoDiamondFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Diamond is complete. -->

                <!-- End Diamond Generation -->


                <!-- Begin Gold Generation -->

                <!-- Starting LayeredVeins Preset for Gold. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoGoldDist = "LayeredVeins"'>
                        <Veins name='nthoGoldVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60EAEF57' drawBoundBox='false' boundBoxColor='0x60EAEF57'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:2")'> <OreBlock block='NetherOres:tile.netherores.ore.0:2' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.226 * _default_ * nthoGoldFreq ' range=':= 1.226 * _default_ * nthoGoldFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.035 * _default_ * nthoGoldSize ' range=':= 1.035 * _default_ * nthoGoldSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.107 * _default_ ' range=':= 1.107 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoGoldSize ' range=':= _default_ * nthoGoldSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.052 * _default_ * nthoGoldSize ' range=':= 1.052 * _default_ * nthoGoldSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Gold is complete. -->


                <!-- Starting Cloud Preset for Gold. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoGoldDist = "Cloud"'>
                        <Cloud name='nthoGoldCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60EAEF57' drawBoundBox='false' boundBoxColor='0x60EAEF57'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:2")'> <OreBlock block='NetherOres:tile.netherores.ore.0:2' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.036 * _default_ * nthoGoldSize ' range=':= 1.036 * _default_ * nthoGoldSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.036 * _default_ * nthoGoldSize ' range=':= 1.036 * _default_ * nthoGoldSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.073 * _default_ * nthoGoldFreq ' range=':= 1.073 * _default_ * nthoGoldFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoGoldHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60EAEF57' drawBoundBox='false' boundBoxColor='0x60EAEF57'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:2")'> <OreBlock block='NetherOres:tile.netherores.ore.0:2' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Gold is complete. -->


                <!-- Starting Vanilla Preset for Gold. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoGoldDist = "Vanilla"'>
                        <StandardGen name='nthoGoldStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60EAEF57' drawBoundBox='false' boundBoxColor='0x60EAEF57'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:2")'> <OreBlock block='NetherOres:tile.netherores.ore.0:2' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 6.000 * nthoGoldSize ' range=':= _default_ * nthoGoldSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoGoldFreq ' range=':= _default_ * nthoGoldFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Gold is complete. -->

                <!-- End Gold Generation -->


                <!-- Begin Iron Generation -->

                <!-- Starting LayeredVeins Preset for Iron. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoIronDist = "LayeredVeins"'>
                        <Veins name='nthoIronVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60DDC2AF' drawBoundBox='false' boundBoxColor='0x60DDC2AF'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:3")'> <OreBlock block='NetherOres:tile.netherores.ore.0:3' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.416 * _default_ * nthoIronFreq ' range=':= 1.416 * _default_ * nthoIronFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.060 * _default_ * nthoIronSize ' range=':= 1.060 * _default_ * nthoIronSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.190 * _default_ ' range=':= 1.190 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoIronSize ' range=':= _default_ * nthoIronSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.091 * _default_ * nthoIronSize ' range=':= 1.091 * _default_ * nthoIronSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Iron is complete. -->


                <!-- Starting Cloud Preset for Iron. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoIronDist = "Cloud"'>
                        <Cloud name='nthoIronCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60DDC2AF' drawBoundBox='false' boundBoxColor='0x60DDC2AF'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:3")'> <OreBlock block='NetherOres:tile.netherores.ore.0:3' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.113 * _default_ * nthoIronSize ' range=':= 1.113 * _default_ * nthoIronSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.113 * _default_ * nthoIronSize ' range=':= 1.113 * _default_ * nthoIronSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.239 * _default_ * nthoIronFreq ' range=':= 1.239 * _default_ * nthoIronFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoIronHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60DDC2AF' drawBoundBox='false' boundBoxColor='0x60DDC2AF'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:3")'> <OreBlock block='NetherOres:tile.netherores.ore.0:3' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Iron is complete. -->


                <!-- Starting Vanilla Preset for Iron. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoIronDist = "Vanilla"'>
                        <StandardGen name='nthoIronStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60DDC2AF' drawBoundBox='false' boundBoxColor='0x60DDC2AF'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:3")'> <OreBlock block='NetherOres:tile.netherores.ore.0:3' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 8.000 * nthoIronSize ' range=':= _default_ * nthoIronSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoIronFreq ' range=':= _default_ * nthoIronFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Iron is complete. -->

                <!-- End Iron Generation -->


                <!-- Begin Lapis Lazuli Generation -->

                <!-- Starting VerticalVeins Preset for Lapis Lazuli. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoLapisLazuliDist = "VerticalVeins"'>
                        <Veins name='nthoLapisLazuliVeins'  inherits='PresetVerticalVeins' drawWireframe='true' wireframeColor='0x601442BA' drawBoundBox='false' boundBoxColor='0x601442BA'>
                            <Description>
                                Single vertical veins that occur  with
                                no motherlodes.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:4")'> <OreBlock block='NetherOres:tile.netherores.ore.0:4' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.929 * _default_ * nthoLapisLazuliFreq ' range=':= 1.929 * _default_ * nthoLapisLazuliFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoLapisLazuliSize ' range=':= 0 * _default_ * nthoLapisLazuliSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoLapisLazuliSize ' range=':= _default_ * nthoLapisLazuliSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.389 * _default_ * nthoLapisLazuliSize ' range=':= 1.389 * _default_ * nthoLapisLazuliSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- VerticalVeins Preset for Lapis Lazuli is
                     complete. -->


                <!-- Starting Cloud Preset for Lapis Lazuli. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoLapisLazuliDist = "Cloud"'>
                        <Cloud name='nthoLapisLazuliCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x601442BA' drawBoundBox='false' boundBoxColor='0x601442BA'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:4")'> <OreBlock block='NetherOres:tile.netherores.ore.0:4' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.964 * _default_ * nthoLapisLazuliSize ' range=':= 0.964 * _default_ * nthoLapisLazuliSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.964 * _default_ * nthoLapisLazuliSize ' range=':= 0.964 * _default_ * nthoLapisLazuliSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.929 * _default_ * nthoLapisLazuliFreq ' range=':= 0.929 * _default_ * nthoLapisLazuliFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoLapisLazuliHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x601442BA' drawBoundBox='false' boundBoxColor='0x601442BA'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:4")'> <OreBlock block='NetherOres:tile.netherores.ore.0:4' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Lapis Lazuli is complete. -->


                <!-- Starting Vanilla Preset for Lapis Lazuli. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoLapisLazuliDist = "Vanilla"'>
                        <StandardGen name='nthoLapisLazuliStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x601442BA' drawBoundBox='false' boundBoxColor='0x601442BA'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:4")'> <OreBlock block='NetherOres:tile.netherores.ore.0:4' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 6.000 * nthoLapisLazuliSize ' range=':= _default_ * nthoLapisLazuliSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoLapisLazuliFreq ' range=':= _default_ * nthoLapisLazuliFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Lapis Lazuli is complete. -->

                <!-- End Lapis Lazuli Generation -->


                <!-- Begin Redstone Generation -->

                <!-- Starting VerticalVeins Preset for Redstone. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRedstoneDist = "VerticalVeins"'>
                        <Veins name='nthoRedstoneVeins'  inherits='PresetVerticalVeins' drawWireframe='true' wireframeColor='0x60A80002' drawBoundBox='false' boundBoxColor='0x60A80002'>
                            <Description>
                                Single vertical veins that occur  with
                                no motherlodes.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:5")'> <OreBlock block='NetherOres:tile.netherores.ore.0:5' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 2.227 * _default_ * nthoRedstoneFreq ' range=':= 2.227 * _default_ * nthoRedstoneFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoRedstoneSize ' range=':= 0 * _default_ * nthoRedstoneSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoRedstoneSize ' range=':= _default_ * nthoRedstoneSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.492 * _default_ * nthoRedstoneSize ' range=':= 1.492 * _default_ * nthoRedstoneSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- VerticalVeins Preset for Redstone is complete. -->


                <!-- Starting Cloud Preset for Redstone. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRedstoneDist = "Cloud"'>
                        <Cloud name='nthoRedstoneCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60A80002' drawBoundBox='false' boundBoxColor='0x60A80002'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:5")'> <OreBlock block='NetherOres:tile.netherores.ore.0:5' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.036 * _default_ * nthoRedstoneSize ' range=':= 1.036 * _default_ * nthoRedstoneSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.036 * _default_ * nthoRedstoneSize ' range=':= 1.036 * _default_ * nthoRedstoneSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.073 * _default_ * nthoRedstoneFreq ' range=':= 1.073 * _default_ * nthoRedstoneFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoRedstoneHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60A80002' drawBoundBox='false' boundBoxColor='0x60A80002'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:5")'> <OreBlock block='NetherOres:tile.netherores.ore.0:5' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Redstone is complete. -->


                <!-- Starting Vanilla Preset for Redstone. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRedstoneDist = "Vanilla"'>
                        <StandardGen name='nthoRedstoneStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60A80002' drawBoundBox='false' boundBoxColor='0x60A80002'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:5")'> <OreBlock block='NetherOres:tile.netherores.ore.0:5' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 8.000 * nthoRedstoneSize ' range=':= _default_ * nthoRedstoneSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoRedstoneFreq ' range=':= _default_ * nthoRedstoneFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Redstone is complete. -->

                <!-- End Redstone Generation -->


                <!-- Begin Copper Generation -->

                <!-- Starting LayeredVeins Preset for Copper. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoCopperDist = "LayeredVeins"'>
                        <Veins name='nthoCopperVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60FF8E2B' drawBoundBox='false' boundBoxColor='0x60FF8E2B'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:6")'> <OreBlock block='NetherOres:tile.netherores.ore.0:6' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.416 * _default_ * nthoCopperFreq ' range=':= 1.416 * _default_ * nthoCopperFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.060 * _default_ * nthoCopperSize ' range=':= 1.060 * _default_ * nthoCopperSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.190 * _default_ ' range=':= 1.190 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoCopperSize ' range=':= _default_ * nthoCopperSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.091 * _default_ * nthoCopperSize ' range=':= 1.091 * _default_ * nthoCopperSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Copper is complete. -->


                <!-- Starting Cloud Preset for Copper. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoCopperDist = "Cloud"'>
                        <Cloud name='nthoCopperCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60FF8E2B' drawBoundBox='false' boundBoxColor='0x60FF8E2B'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:6")'> <OreBlock block='NetherOres:tile.netherores.ore.0:6' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.113 * _default_ * nthoCopperSize ' range=':= 1.113 * _default_ * nthoCopperSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.113 * _default_ * nthoCopperSize ' range=':= 1.113 * _default_ * nthoCopperSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.239 * _default_ * nthoCopperFreq ' range=':= 1.239 * _default_ * nthoCopperFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoCopperHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60FF8E2B' drawBoundBox='false' boundBoxColor='0x60FF8E2B'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:6")'> <OreBlock block='NetherOres:tile.netherores.ore.0:6' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Copper is complete. -->


                <!-- Starting Vanilla Preset for Copper. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoCopperDist = "Vanilla"'>
                        <StandardGen name='nthoCopperStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60FF8E2B' drawBoundBox='false' boundBoxColor='0x60FF8E2B'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:6")'> <OreBlock block='NetherOres:tile.netherores.ore.0:6' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 8.000 * nthoCopperSize ' range=':= _default_ * nthoCopperSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoCopperFreq ' range=':= _default_ * nthoCopperFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Copper is complete. -->

                <!-- End Copper Generation -->


                <!-- Begin Tin Generation -->

                <!-- Starting LayeredVeins Preset for Tin. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTinDist = "LayeredVeins"'>
                        <Veins name='nthoTinVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60E8E8E8' drawBoundBox='false' boundBoxColor='0x60E8E8E8'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:7")'> <OreBlock block='NetherOres:tile.netherores.ore.0:7' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.416 * _default_ * nthoTinFreq ' range=':= 1.416 * _default_ * nthoTinFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.060 * _default_ * nthoTinSize ' range=':= 1.060 * _default_ * nthoTinSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.190 * _default_ ' range=':= 1.190 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoTinSize ' range=':= _default_ * nthoTinSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.091 * _default_ * nthoTinSize ' range=':= 1.091 * _default_ * nthoTinSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Tin is complete. -->


                <!-- Starting Cloud Preset for Tin. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTinDist = "Cloud"'>
                        <Cloud name='nthoTinCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60E8E8E8' drawBoundBox='false' boundBoxColor='0x60E8E8E8'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:7")'> <OreBlock block='NetherOres:tile.netherores.ore.0:7' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.113 * _default_ * nthoTinSize ' range=':= 1.113 * _default_ * nthoTinSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.113 * _default_ * nthoTinSize ' range=':= 1.113 * _default_ * nthoTinSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.239 * _default_ * nthoTinFreq ' range=':= 1.239 * _default_ * nthoTinFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoTinHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60E8E8E8' drawBoundBox='false' boundBoxColor='0x60E8E8E8'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:7")'> <OreBlock block='NetherOres:tile.netherores.ore.0:7' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Tin is complete. -->


                <!-- Starting Vanilla Preset for Tin. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTinDist = "Vanilla"'>
                        <StandardGen name='nthoTinStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60E8E8E8' drawBoundBox='false' boundBoxColor='0x60E8E8E8'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:7")'> <OreBlock block='NetherOres:tile.netherores.ore.0:7' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 8.000 * nthoTinSize ' range=':= _default_ * nthoTinSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoTinFreq ' range=':= _default_ * nthoTinFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Tin is complete. -->

                <!-- End Tin Generation -->


                <!-- Begin Emerald Generation -->

                <!-- Starting PipeVeins Preset for Emerald. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoEmeraldDist = "PipeVeins"'>
                        <Veins name='nthoEmeraldVeins'  inherits='PresetPipeVeins' seed='0x907F' drawWireframe='true' wireframeColor='0x606CE391' drawBoundBox='false' boundBoxColor='0x606CE391'>
                            <Description>
                                Short sparsely filled veins  sloping
                                up from near the bottom  of the map.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:8")'> <OreBlock block='NetherOres:tile.netherores.ore.0:8' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.661 * _default_ * nthoEmeraldFreq ' range=':= 0.661 * _default_ * nthoEmeraldFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoEmeraldSize ' range=':= 0 * _default_ * nthoEmeraldSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.813 * _default_ ' range=':= 0.813 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoEmeraldSize ' range=':= _default_ * nthoEmeraldSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.902 * _default_ * nthoEmeraldSize ' range=':= 0.902 * _default_ * nthoEmeraldSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>

                        <!-- Configuring contained material. -->
                        <Veins name='nthoEmeraldVeinsPipe'  inherits='nthoEmeraldVeins' seed='0x907F' drawWireframe='true' wireframeColor='0x606CE391' drawBoundBox='false' boundBoxColor='0x606CE391'>
                            <IfCondition condition=':= ?blockExists("minecraft:lava")'> <OreBlock block='minecraft:lava' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:8")'> <Replaces block='NetherOres:tile.netherores.ore.0:8' weight='1.0' /> </IfCondition>
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoEmeraldSize  * 0.5 ' range=':= 0 * _default_ * nthoEmeraldSize  * 0.5 ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.902 * _default_ * nthoEmeraldSize  * 0.5 ' range=':= 0.902 * _default_ * nthoEmeraldSize  * 0.5 ' type='normal' />
                            <Setting name='OreDensity' avg=':= 1.0 ' range=':= 0 ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- PipeVeins Preset for Emerald is complete. -->


                <!-- Starting Cloud Preset for Emerald. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoEmeraldDist = "Cloud"'>
                        <Cloud name='nthoEmeraldCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x606CE391' drawBoundBox='false' boundBoxColor='0x606CE391'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:8")'> <OreBlock block='NetherOres:tile.netherores.ore.0:8' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.616 * _default_ * nthoEmeraldSize ' range=':= 0.616 * _default_ * nthoEmeraldSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.616 * _default_ * nthoEmeraldSize ' range=':= 0.616 * _default_ * nthoEmeraldSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * nthoEmeraldFreq ' range=':= 0.379 * _default_ * nthoEmeraldFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoEmeraldHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x606CE391' drawBoundBox='false' boundBoxColor='0x606CE391'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:8")'> <OreBlock block='NetherOres:tile.netherores.ore.0:8' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Emerald is complete. -->


                <!-- Starting Vanilla Preset for Emerald. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoEmeraldDist = "Vanilla"'>
                        <StandardGen name='nthoEmeraldStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x606CE391' drawBoundBox='false' boundBoxColor='0x606CE391'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:8")'> <OreBlock block='NetherOres:tile.netherores.ore.0:8' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 2.000 * nthoEmeraldSize ' range=':= _default_ * nthoEmeraldSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 3.000 * nthoEmeraldFreq ' range=':= _default_ * nthoEmeraldFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Emerald is complete. -->

                <!-- End Emerald Generation -->


                <!-- Begin Silver Generation -->

                <!-- Starting LayeredVeins Preset for Silver. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSilverDist = "LayeredVeins"'>
                        <Veins name='nthoSilverVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60E3F2F7' drawBoundBox='false' boundBoxColor='0x60E3F2F7'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:9")'> <OreBlock block='NetherOres:tile.netherores.ore.0:9' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.867 * _default_ * nthoSilverFreq ' range=':= 0.867 * _default_ * nthoSilverFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.976 * _default_ * nthoSilverSize ' range=':= 0.976 * _default_ * nthoSilverSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.931 * _default_ ' range=':= 0.931 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoSilverSize ' range=':= _default_ * nthoSilverSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.965 * _default_ * nthoSilverSize ' range=':= 0.965 * _default_ * nthoSilverSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Silver is complete. -->


                <!-- Starting Cloud Preset for Silver. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSilverDist = "Cloud"'>
                        <Cloud name='nthoSilverCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60E3F2F7' drawBoundBox='false' boundBoxColor='0x60E3F2F7'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:9")'> <OreBlock block='NetherOres:tile.netherores.ore.0:9' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.871 * _default_ * nthoSilverSize ' range=':= 0.871 * _default_ * nthoSilverSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.871 * _default_ * nthoSilverSize ' range=':= 0.871 * _default_ * nthoSilverSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.758 * _default_ * nthoSilverFreq ' range=':= 0.758 * _default_ * nthoSilverFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoSilverHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60E3F2F7' drawBoundBox='false' boundBoxColor='0x60E3F2F7'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:9")'> <OreBlock block='NetherOres:tile.netherores.ore.0:9' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Silver is complete. -->


                <!-- Starting Vanilla Preset for Silver. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSilverDist = "Vanilla"'>
                        <StandardGen name='nthoSilverStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60E3F2F7' drawBoundBox='false' boundBoxColor='0x60E3F2F7'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:9")'> <OreBlock block='NetherOres:tile.netherores.ore.0:9' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 4.000 * nthoSilverSize ' range=':= _default_ * nthoSilverSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoSilverFreq ' range=':= _default_ * nthoSilverFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Silver is complete. -->

                <!-- End Silver Generation -->


                <!-- Begin Lead Generation -->

                <!-- Starting LayeredVeins Preset for Lead. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoLeadDist = "LayeredVeins"'>
                        <Veins name='nthoLeadVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60818EBE' drawBoundBox='false' boundBoxColor='0x60818EBE'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:10")'> <OreBlock block='NetherOres:tile.netherores.ore.0:10' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.062 * _default_ * nthoLeadFreq ' range=':= 1.062 * _default_ * nthoLeadFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.010 * _default_ * nthoLeadSize ' range=':= 1.010 * _default_ * nthoLeadSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.030 * _default_ ' range=':= 1.030 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoLeadSize ' range=':= _default_ * nthoLeadSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.015 * _default_ * nthoLeadSize ' range=':= 1.015 * _default_ * nthoLeadSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Lead is complete. -->


                <!-- Starting Cloud Preset for Lead. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoLeadDist = "Cloud"'>
                        <Cloud name='nthoLeadCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60818EBE' drawBoundBox='false' boundBoxColor='0x60818EBE'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:10")'> <OreBlock block='NetherOres:tile.netherores.ore.0:10' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.964 * _default_ * nthoLeadSize ' range=':= 0.964 * _default_ * nthoLeadSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.964 * _default_ * nthoLeadSize ' range=':= 0.964 * _default_ * nthoLeadSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.929 * _default_ * nthoLeadFreq ' range=':= 0.929 * _default_ * nthoLeadFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoLeadHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60818EBE' drawBoundBox='false' boundBoxColor='0x60818EBE'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:10")'> <OreBlock block='NetherOres:tile.netherores.ore.0:10' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Lead is complete. -->


                <!-- Starting Vanilla Preset for Lead. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoLeadDist = "Vanilla"'>
                        <StandardGen name='nthoLeadStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60818EBE' drawBoundBox='false' boundBoxColor='0x60818EBE'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:10")'> <OreBlock block='NetherOres:tile.netherores.ore.0:10' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 6.000 * nthoLeadSize ' range=':= _default_ * nthoLeadSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoLeadFreq ' range=':= _default_ * nthoLeadFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Lead is complete. -->

                <!-- End Lead Generation -->


                <!-- Begin Uranium Generation -->

                <!-- Starting SparseVeins Preset for Uranium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoUraniumDist = "SparseVeins"'>
                        <Veins name='nthoUraniumVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60ACFE91' drawBoundBox='false' boundBoxColor='0x60ACFE91'>
                            <Description>
                                Large veins filled very lightly  with
                                ore.  Because they contain  less ore
                                per volume, these veins  are
                                relatively wide and long.  Mining the
                                ore from them is time  consuming
                                compared to solid ore  veins.  They
                                are also more  difficult to follow,
                                since it is  harder to get an idea of
                                their  direction while mining.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:11")'> <OreBlock block='NetherOres:tile.netherores.ore.0:11' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.061 * _default_ * nthoUraniumFreq ' range=':= 1.061 * _default_ * nthoUraniumFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoUraniumSize ' range=':= 0 * _default_ * nthoUraniumSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.030 * _default_ ' range=':= 1.030 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoUraniumSize ' range=':= _default_ * nthoUraniumSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.015 * _default_ * nthoUraniumSize ' range=':= 1.015 * _default_ * nthoUraniumSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- SparseVeins Preset for Uranium is complete. -->


                <!-- Starting Cloud Preset for Uranium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoUraniumDist = "Cloud"'>
                        <Cloud name='nthoUraniumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60ACFE91' drawBoundBox='false' boundBoxColor='0x60ACFE91'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:11")'> <OreBlock block='NetherOres:tile.netherores.ore.0:11' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.616 * _default_ * nthoUraniumSize ' range=':= 0.616 * _default_ * nthoUraniumSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.616 * _default_ * nthoUraniumSize ' range=':= 0.616 * _default_ * nthoUraniumSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * nthoUraniumFreq ' range=':= 0.379 * _default_ * nthoUraniumFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoUraniumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60ACFE91' drawBoundBox='false' boundBoxColor='0x60ACFE91'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:11")'> <OreBlock block='NetherOres:tile.netherores.ore.0:11' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Uranium is complete. -->


                <!-- Starting Vanilla Preset for Uranium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoUraniumDist = "Vanilla"'>
                        <StandardGen name='nthoUraniumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60ACFE91' drawBoundBox='false' boundBoxColor='0x60ACFE91'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:11")'> <OreBlock block='NetherOres:tile.netherores.ore.0:11' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 2.000 * nthoUraniumSize ' range=':= _default_ * nthoUraniumSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 3.000 * nthoUraniumFreq ' range=':= _default_ * nthoUraniumFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Uranium is complete. -->

                <!-- End Uranium Generation -->


                <!-- Begin Nikolite Generation -->

                <!-- Starting VerticalVeins Preset for Nikolite. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoNikoliteDist = "VerticalVeins"'>
                        <Veins name='nthoNikoliteVeins'  inherits='PresetVerticalVeins' drawWireframe='true' wireframeColor='0x6001FFFC' drawBoundBox='false' boundBoxColor='0x6001FFFC'>
                            <Description>
                                Single vertical veins that occur  with
                                no motherlodes.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:12")'> <OreBlock block='NetherOres:tile.netherores.ore.0:12' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.818 * _default_ * nthoNikoliteFreq ' range=':= 1.818 * _default_ * nthoNikoliteFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoNikoliteSize ' range=':= 0 * _default_ * nthoNikoliteSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoNikoliteSize ' range=':= _default_ * nthoNikoliteSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.349 * _default_ * nthoNikoliteSize ' range=':= 1.349 * _default_ * nthoNikoliteSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- VerticalVeins Preset for Nikolite is complete. -->


                <!-- Starting Cloud Preset for Nikolite. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoNikoliteDist = "Cloud"'>
                        <Cloud name='nthoNikoliteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x6001FFFC' drawBoundBox='false' boundBoxColor='0x6001FFFC'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:12")'> <OreBlock block='NetherOres:tile.netherores.ore.0:12' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.936 * _default_ * nthoNikoliteSize ' range=':= 0.936 * _default_ * nthoNikoliteSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.936 * _default_ * nthoNikoliteSize ' range=':= 0.936 * _default_ * nthoNikoliteSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.876 * _default_ * nthoNikoliteFreq ' range=':= 0.876 * _default_ * nthoNikoliteFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoNikoliteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x6001FFFC' drawBoundBox='false' boundBoxColor='0x6001FFFC'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:12")'> <OreBlock block='NetherOres:tile.netherores.ore.0:12' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Nikolite is complete. -->


                <!-- Starting Vanilla Preset for Nikolite. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoNikoliteDist = "Vanilla"'>
                        <StandardGen name='nthoNikoliteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x6001FFFC' drawBoundBox='false' boundBoxColor='0x6001FFFC'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:12")'> <OreBlock block='NetherOres:tile.netherores.ore.0:12' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 4.000 * nthoNikoliteSize ' range=':= _default_ * nthoNikoliteSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoNikoliteFreq ' range=':= _default_ * nthoNikoliteFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Nikolite is complete. -->

                <!-- End Nikolite Generation -->


                <!-- Begin Ruby Generation -->

                <!-- Starting PipeVeins Preset for Ruby. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRubyDist = "PipeVeins"'>
                        <Veins name='nthoRubyVeins'  inherits='PresetPipeVeins' seed='0xD0DC' drawWireframe='true' wireframeColor='0x60D10415' drawBoundBox='false' boundBoxColor='0x60D10415'>
                            <Description>
                                Short sparsely filled veins  sloping
                                up from near the bottom  of the map.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:13")'> <OreBlock block='NetherOres:tile.netherores.ore.0:13' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.145 * _default_ * nthoRubyFreq ' range=':= 1.145 * _default_ * nthoRubyFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoRubySize ' range=':= 0 * _default_ * nthoRubySize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.070 * _default_ ' range=':= 1.070 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoRubySize ' range=':= _default_ * nthoRubySize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.035 * _default_ * nthoRubySize ' range=':= 1.035 * _default_ * nthoRubySize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>

                        <!-- Configuring contained material. -->
                        <Veins name='nthoRubyVeinsPipe'  inherits='nthoRubyVeins' seed='0xD0DC' drawWireframe='true' wireframeColor='0x60D10415' drawBoundBox='false' boundBoxColor='0x60D10415'>
                            <IfCondition condition=':= ?blockExists("minecraft:lava")'> <OreBlock block='minecraft:lava' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:13")'> <Replaces block='NetherOres:tile.netherores.ore.0:13' weight='1.0' /> </IfCondition>
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoRubySize  * 0.5 ' range=':= 0 * _default_ * nthoRubySize  * 0.5 ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.035 * _default_ * nthoRubySize  * 0.5 ' range=':= 1.035 * _default_ * nthoRubySize  * 0.5 ' type='normal' />
                            <Setting name='OreDensity' avg=':= 1.0 ' range=':= 0 ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- PipeVeins Preset for Ruby is complete. -->


                <!-- Starting Cloud Preset for Ruby. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRubyDist = "Cloud"'>
                        <Cloud name='nthoRubyCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60D10415' drawBoundBox='false' boundBoxColor='0x60D10415'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:13")'> <OreBlock block='NetherOres:tile.netherores.ore.0:13' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.810 * _default_ * nthoRubySize ' range=':= 0.810 * _default_ * nthoRubySize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.810 * _default_ * nthoRubySize ' range=':= 0.810 * _default_ * nthoRubySize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.657 * _default_ * nthoRubyFreq ' range=':= 0.657 * _default_ * nthoRubyFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoRubyHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60D10415' drawBoundBox='false' boundBoxColor='0x60D10415'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:13")'> <OreBlock block='NetherOres:tile.netherores.ore.0:13' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Ruby is complete. -->


                <!-- Starting Vanilla Preset for Ruby. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRubyDist = "Vanilla"'>
                        <StandardGen name='nthoRubyStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60D10415' drawBoundBox='false' boundBoxColor='0x60D10415'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:13")'> <OreBlock block='NetherOres:tile.netherores.ore.0:13' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 3.000 * nthoRubySize ' range=':= _default_ * nthoRubySize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoRubyFreq ' range=':= _default_ * nthoRubyFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Ruby is complete. -->

                <!-- End Ruby Generation -->


                <!-- Begin Peridot Generation -->

                <!-- Starting PipeVeins Preset for Peridot. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoPeridotDist = "PipeVeins"'>
                        <Veins name='nthoPeridotVeins'  inherits='PresetPipeVeins' seed='0x6CA7' drawWireframe='true' wireframeColor='0x6054A228' drawBoundBox='false' boundBoxColor='0x6054A228'>
                            <Description>
                                Short sparsely filled veins  sloping
                                up from near the bottom  of the map.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:14")'> <OreBlock block='NetherOres:tile.netherores.ore.0:14' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.145 * _default_ * nthoPeridotFreq ' range=':= 1.145 * _default_ * nthoPeridotFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoPeridotSize ' range=':= 0 * _default_ * nthoPeridotSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.070 * _default_ ' range=':= 1.070 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoPeridotSize ' range=':= _default_ * nthoPeridotSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.035 * _default_ * nthoPeridotSize ' range=':= 1.035 * _default_ * nthoPeridotSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>

                        <!-- Configuring contained material. -->
                        <Veins name='nthoPeridotVeinsPipe'  inherits='nthoPeridotVeins' seed='0x6CA7' drawWireframe='true' wireframeColor='0x6054A228' drawBoundBox='false' boundBoxColor='0x6054A228'>
                            <IfCondition condition=':= ?blockExists("minecraft:lava")'> <OreBlock block='minecraft:lava' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:14")'> <Replaces block='NetherOres:tile.netherores.ore.0:14' weight='1.0' /> </IfCondition>
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoPeridotSize  * 0.5 ' range=':= 0 * _default_ * nthoPeridotSize  * 0.5 ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.035 * _default_ * nthoPeridotSize  * 0.5 ' range=':= 1.035 * _default_ * nthoPeridotSize  * 0.5 ' type='normal' />
                            <Setting name='OreDensity' avg=':= 1.0 ' range=':= 0 ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- PipeVeins Preset for Peridot is complete. -->


                <!-- Starting Cloud Preset for Peridot. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoPeridotDist = "Cloud"'>
                        <Cloud name='nthoPeridotCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x6054A228' drawBoundBox='false' boundBoxColor='0x6054A228'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:14")'> <OreBlock block='NetherOres:tile.netherores.ore.0:14' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.810 * _default_ * nthoPeridotSize ' range=':= 0.810 * _default_ * nthoPeridotSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.810 * _default_ * nthoPeridotSize ' range=':= 0.810 * _default_ * nthoPeridotSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.657 * _default_ * nthoPeridotFreq ' range=':= 0.657 * _default_ * nthoPeridotFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoPeridotHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x6054A228' drawBoundBox='false' boundBoxColor='0x6054A228'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:14")'> <OreBlock block='NetherOres:tile.netherores.ore.0:14' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Peridot is complete. -->


                <!-- Starting Vanilla Preset for Peridot. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoPeridotDist = "Vanilla"'>
                        <StandardGen name='nthoPeridotStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x6054A228' drawBoundBox='false' boundBoxColor='0x6054A228'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:14")'> <OreBlock block='NetherOres:tile.netherores.ore.0:14' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 3.000 * nthoPeridotSize ' range=':= _default_ * nthoPeridotSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoPeridotFreq ' range=':= _default_ * nthoPeridotFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Peridot is complete. -->

                <!-- End Peridot Generation -->


                <!-- Begin Sapphire Generation -->

                <!-- Starting PipeVeins Preset for Sapphire. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSapphireDist = "PipeVeins"'>
                        <Veins name='nthoSapphireVeins'  inherits='PresetPipeVeins' seed='0x83DD' drawWireframe='true' wireframeColor='0x60554DB4' drawBoundBox='false' boundBoxColor='0x60554DB4'>
                            <Description>
                                Short sparsely filled veins  sloping
                                up from near the bottom  of the map.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:15")'> <OreBlock block='NetherOres:tile.netherores.ore.0:15' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.145 * _default_ * nthoSapphireFreq ' range=':= 1.145 * _default_ * nthoSapphireFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoSapphireSize ' range=':= 0 * _default_ * nthoSapphireSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.070 * _default_ ' range=':= 1.070 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoSapphireSize ' range=':= _default_ * nthoSapphireSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.035 * _default_ * nthoSapphireSize ' range=':= 1.035 * _default_ * nthoSapphireSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>

                        <!-- Configuring contained material. -->
                        <Veins name='nthoSapphireVeinsPipe'  inherits='nthoSapphireVeins' seed='0x83DD' drawWireframe='true' wireframeColor='0x60554DB4' drawBoundBox='false' boundBoxColor='0x60554DB4'>
                            <IfCondition condition=':= ?blockExists("minecraft:lava")'> <OreBlock block='minecraft:lava' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:15")'> <Replaces block='NetherOres:tile.netherores.ore.0:15' weight='1.0' /> </IfCondition>
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoSapphireSize  * 0.5 ' range=':= 0 * _default_ * nthoSapphireSize  * 0.5 ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.035 * _default_ * nthoSapphireSize  * 0.5 ' range=':= 1.035 * _default_ * nthoSapphireSize  * 0.5 ' type='normal' />
                            <Setting name='OreDensity' avg=':= 1.0 ' range=':= 0 ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- PipeVeins Preset for Sapphire is complete. -->


                <!-- Starting Cloud Preset for Sapphire. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSapphireDist = "Cloud"'>
                        <Cloud name='nthoSapphireCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60554DB4' drawBoundBox='false' boundBoxColor='0x60554DB4'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:15")'> <OreBlock block='NetherOres:tile.netherores.ore.0:15' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.810 * _default_ * nthoSapphireSize ' range=':= 0.810 * _default_ * nthoSapphireSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.810 * _default_ * nthoSapphireSize ' range=':= 0.810 * _default_ * nthoSapphireSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.657 * _default_ * nthoSapphireFreq ' range=':= 0.657 * _default_ * nthoSapphireFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoSapphireHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60554DB4' drawBoundBox='false' boundBoxColor='0x60554DB4'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:15")'> <OreBlock block='NetherOres:tile.netherores.ore.0:15' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Sapphire is complete. -->


                <!-- Starting Vanilla Preset for Sapphire. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSapphireDist = "Vanilla"'>
                        <StandardGen name='nthoSapphireStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60554DB4' drawBoundBox='false' boundBoxColor='0x60554DB4'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.0:15")'> <OreBlock block='NetherOres:tile.netherores.ore.0:15' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 3.000 * nthoSapphireSize ' range=':= _default_ * nthoSapphireSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoSapphireFreq ' range=':= _default_ * nthoSapphireFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Sapphire is complete. -->

                <!-- End Sapphire Generation -->


                <!-- Begin Platinum Generation -->

                <!-- Starting LayeredVeins Preset for Platinum. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoPlatinumDist = "LayeredVeins"'>
                        <Veins name='nthoPlatinumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x6072A0D2' drawBoundBox='false' boundBoxColor='0x6072A0D2'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:0")'> <OreBlock block='NetherOres:tile.netherores.ore.1:0' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.306 * _default_ * nthoPlatinumFreq ' range=':= 0.306 * _default_ * nthoPlatinumFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.821 * _default_ * nthoPlatinumSize ' range=':= 0.821 * _default_ * nthoPlatinumSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.554 * _default_ ' range=':= 0.554 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoPlatinumSize ' range=':= _default_ * nthoPlatinumSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.744 * _default_ * nthoPlatinumSize ' range=':= 0.744 * _default_ * nthoPlatinumSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Platinum is complete. -->


                <!-- Starting Cloud Preset for Platinum. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoPlatinumDist = "Cloud"'>
                        <Cloud name='nthoPlatinumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x6072A0D2' drawBoundBox='false' boundBoxColor='0x6072A0D2'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:0")'> <OreBlock block='NetherOres:tile.netherores.ore.1:0' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.518 * _default_ * nthoPlatinumSize ' range=':= 0.518 * _default_ * nthoPlatinumSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.518 * _default_ * nthoPlatinumSize ' range=':= 0.518 * _default_ * nthoPlatinumSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.268 * _default_ * nthoPlatinumFreq ' range=':= 0.268 * _default_ * nthoPlatinumFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoPlatinumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x6072A0D2' drawBoundBox='false' boundBoxColor='0x6072A0D2'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:0")'> <OreBlock block='NetherOres:tile.netherores.ore.1:0' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Platinum is complete. -->


                <!-- Starting Vanilla Preset for Platinum. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoPlatinumDist = "Vanilla"'>
                        <StandardGen name='nthoPlatinumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x6072A0D2' drawBoundBox='false' boundBoxColor='0x6072A0D2'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:0")'> <OreBlock block='NetherOres:tile.netherores.ore.1:0' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 3.000 * nthoPlatinumSize ' range=':= _default_ * nthoPlatinumSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 1.000 * nthoPlatinumFreq ' range=':= _default_ * nthoPlatinumFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Platinum is complete. -->

                <!-- End Platinum Generation -->


                <!-- Begin Nickel Generation -->

                <!-- Starting LayeredVeins Preset for Nickel. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoNickelDist = "LayeredVeins"'>
                        <Veins name='nthoNickelVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60DDD396' drawBoundBox='false' boundBoxColor='0x60DDD396'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:1")'> <OreBlock block='NetherOres:tile.netherores.ore.1:1' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.867 * _default_ * nthoNickelFreq ' range=':= 0.867 * _default_ * nthoNickelFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.976 * _default_ * nthoNickelSize ' range=':= 0.976 * _default_ * nthoNickelSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.931 * _default_ ' range=':= 0.931 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoNickelSize ' range=':= _default_ * nthoNickelSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.965 * _default_ * nthoNickelSize ' range=':= 0.965 * _default_ * nthoNickelSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Nickel is complete. -->


                <!-- Starting Cloud Preset for Nickel. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoNickelDist = "Cloud"'>
                        <Cloud name='nthoNickelCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60DDD396' drawBoundBox='false' boundBoxColor='0x60DDD396'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:1")'> <OreBlock block='NetherOres:tile.netherores.ore.1:1' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.871 * _default_ * nthoNickelSize ' range=':= 0.871 * _default_ * nthoNickelSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.871 * _default_ * nthoNickelSize ' range=':= 0.871 * _default_ * nthoNickelSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.758 * _default_ * nthoNickelFreq ' range=':= 0.758 * _default_ * nthoNickelFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoNickelHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60DDD396' drawBoundBox='false' boundBoxColor='0x60DDD396'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:1")'> <OreBlock block='NetherOres:tile.netherores.ore.1:1' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Nickel is complete. -->


                <!-- Starting Vanilla Preset for Nickel. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoNickelDist = "Vanilla"'>
                        <StandardGen name='nthoNickelStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60DDD396' drawBoundBox='false' boundBoxColor='0x60DDD396'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:1")'> <OreBlock block='NetherOres:tile.netherores.ore.1:1' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 6.000 * nthoNickelSize ' range=':= _default_ * nthoNickelSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 4.000 * nthoNickelFreq ' range=':= _default_ * nthoNickelFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Nickel is complete. -->

                <!-- End Nickel Generation -->


                <!-- Begin Steel Generation -->

                <!-- Starting LayeredVeins Preset for Steel. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSteelDist = "LayeredVeins"'>
                        <Veins name='nthoSteelVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60E89D97' drawBoundBox='false' boundBoxColor='0x60E89D97'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:2")'> <OreBlock block='NetherOres:tile.netherores.ore.1:2' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.613 * _default_ * nthoSteelFreq ' range=':= 0.613 * _default_ * nthoSteelFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.922 * _default_ * nthoSteelSize ' range=':= 0.922 * _default_ * nthoSteelSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.783 * _default_ ' range=':= 0.783 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoSteelSize ' range=':= _default_ * nthoSteelSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.885 * _default_ * nthoSteelSize ' range=':= 0.885 * _default_ * nthoSteelSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Steel is complete. -->


                <!-- Starting Cloud Preset for Steel. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSteelDist = "Cloud"'>
                        <Cloud name='nthoSteelCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60E89D97' drawBoundBox='false' boundBoxColor='0x60E89D97'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:2")'> <OreBlock block='NetherOres:tile.netherores.ore.1:2' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.732 * _default_ * nthoSteelSize ' range=':= 0.732 * _default_ * nthoSteelSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.732 * _default_ * nthoSteelSize ' range=':= 0.732 * _default_ * nthoSteelSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.536 * _default_ * nthoSteelFreq ' range=':= 0.536 * _default_ * nthoSteelFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoSteelHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60E89D97' drawBoundBox='false' boundBoxColor='0x60E89D97'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:2")'> <OreBlock block='NetherOres:tile.netherores.ore.1:2' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Steel is complete. -->


                <!-- Starting Vanilla Preset for Steel. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSteelDist = "Vanilla"'>
                        <StandardGen name='nthoSteelStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60E89D97' drawBoundBox='false' boundBoxColor='0x60E89D97'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:2")'> <OreBlock block='NetherOres:tile.netherores.ore.1:2' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 4.000 * nthoSteelSize ' range=':= _default_ * nthoSteelSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 3.000 * nthoSteelFreq ' range=':= _default_ * nthoSteelFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Steel is complete. -->

                <!-- End Steel Generation -->


                <!-- Begin Iridium Generation -->

                <!-- Starting SmallDeposits Preset for Iridium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoIridiumDist = "SmallDeposits"'>
                        <Veins name='nthoIridiumVeins'  inherits='PresetSmallDeposits' drawWireframe='true' wireframeColor='0x60CECECE' drawBoundBox='false' boundBoxColor='0x60CECECE'>
                            <Description>
                                Small motherlodes without any
                                branches.  Similar to the  deposits
                                produced by StandardGen
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:3")'> <OreBlock block='NetherOres:tile.netherores.ore.1:3' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.313 * _default_ * nthoIridiumFreq ' range=':= 0.313 * _default_ * nthoIridiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.824 * _default_ * nthoIridiumSize ' range=':= 0.824 * _default_ * nthoIridiumSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0 * _default_ ' range=':= 0 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoIridiumSize ' range=':= _default_ * nthoIridiumSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0 * _default_ * nthoIridiumSize ' range=':= 0 * _default_ * nthoIridiumSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- SmallDeposits Preset for Iridium is complete. -->


                <!-- Starting Cloud Preset for Iridium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoIridiumDist = "Cloud"'>
                        <Cloud name='nthoIridiumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60CECECE' drawBoundBox='false' boundBoxColor='0x60CECECE'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:3")'> <OreBlock block='NetherOres:tile.netherores.ore.1:3' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.468 * _default_ * nthoIridiumSize ' range=':= 0.468 * _default_ * nthoIridiumSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.468 * _default_ * nthoIridiumSize ' range=':= 0.468 * _default_ * nthoIridiumSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.219 * _default_ * nthoIridiumFreq ' range=':= 0.219 * _default_ * nthoIridiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoIridiumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60CECECE' drawBoundBox='false' boundBoxColor='0x60CECECE'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:3")'> <OreBlock block='NetherOres:tile.netherores.ore.1:3' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Iridium is complete. -->


                <!-- Starting Vanilla Preset for Iridium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoIridiumDist = "Vanilla"'>
                        <StandardGen name='nthoIridiumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60CECECE' drawBoundBox='false' boundBoxColor='0x60CECECE'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:3")'> <OreBlock block='NetherOres:tile.netherores.ore.1:3' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 2.000 * nthoIridiumSize ' range=':= _default_ * nthoIridiumSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 1.000 * nthoIridiumFreq ' range=':= _default_ * nthoIridiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Iridium is complete. -->

                <!-- End Iridium Generation -->


                <!-- Begin Osmium Generation -->

                <!-- Starting LayeredVeins Preset for Osmium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoOsmiumDist = "LayeredVeins"'>
                        <Veins name='nthoOsmiumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x6043638A' drawBoundBox='false' boundBoxColor='0x6043638A'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:4")'> <OreBlock block='NetherOres:tile.netherores.ore.1:4' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.324 * _default_ * nthoOsmiumFreq ' range=':= 1.324 * _default_ * nthoOsmiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.048 * _default_ * nthoOsmiumSize ' range=':= 1.048 * _default_ * nthoOsmiumSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.151 * _default_ ' range=':= 1.151 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoOsmiumSize ' range=':= _default_ * nthoOsmiumSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.073 * _default_ * nthoOsmiumSize ' range=':= 1.073 * _default_ * nthoOsmiumSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Osmium is complete. -->


                <!-- Starting Cloud Preset for Osmium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoOsmiumDist = "Cloud"'>
                        <Cloud name='nthoOsmiumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x6043638A' drawBoundBox='false' boundBoxColor='0x6043638A'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:4")'> <OreBlock block='NetherOres:tile.netherores.ore.1:4' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.076 * _default_ * nthoOsmiumSize ' range=':= 1.076 * _default_ * nthoOsmiumSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.076 * _default_ * nthoOsmiumSize ' range=':= 1.076 * _default_ * nthoOsmiumSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.159 * _default_ * nthoOsmiumFreq ' range=':= 1.159 * _default_ * nthoOsmiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoOsmiumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x6043638A' drawBoundBox='false' boundBoxColor='0x6043638A'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:4")'> <OreBlock block='NetherOres:tile.netherores.ore.1:4' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Osmium is complete. -->


                <!-- Starting Vanilla Preset for Osmium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoOsmiumDist = "Vanilla"'>
                        <StandardGen name='nthoOsmiumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x6043638A' drawBoundBox='false' boundBoxColor='0x6043638A'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:4")'> <OreBlock block='NetherOres:tile.netherores.ore.1:4' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 7.000 * nthoOsmiumSize ' range=':= _default_ * nthoOsmiumSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoOsmiumFreq ' range=':= _default_ * nthoOsmiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Osmium is complete. -->

                <!-- End Osmium Generation -->


                <!-- Begin Sulfur Generation -->

                <!-- Starting PipeVeins Preset for Sulfur. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSulfurDist = "PipeVeins"'>
                        <Veins name='nthoSulfurVeins'  inherits='PresetPipeVeins' seed='0xCB5E' drawWireframe='true' wireframeColor='0x60FDFD11' drawBoundBox='false' boundBoxColor='0x60FDFD11'>
                            <Description>
                                Short sparsely filled veins  sloping
                                up from near the bottom  of the map.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:5")'> <OreBlock block='NetherOres:tile.netherores.ore.1:5' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 3.240 * _default_ * nthoSulfurFreq ' range=':= 3.240 * _default_ * nthoSulfurFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoSulfurSize ' range=':= 0 * _default_ * nthoSulfurSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.800 * _default_ ' range=':= 1.800 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoSulfurSize ' range=':= _default_ * nthoSulfurSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.342 * _default_ * nthoSulfurSize ' range=':= 1.342 * _default_ * nthoSulfurSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>

                        <!-- Configuring contained material. -->
                        <Veins name='nthoSulfurVeinsPipe'  inherits='nthoSulfurVeins' seed='0xCB5E' drawWireframe='true' wireframeColor='0x60FDFD11' drawBoundBox='false' boundBoxColor='0x60FDFD11'>
                            <IfCondition condition=':= ?blockExists("minecraft:lava")'> <OreBlock block='minecraft:lava' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:5")'> <Replaces block='NetherOres:tile.netherores.ore.1:5' weight='1.0' /> </IfCondition>
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoSulfurSize  * 0.5 ' range=':= 0 * _default_ * nthoSulfurSize  * 0.5 ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.342 * _default_ * nthoSulfurSize  * 0.5 ' range=':= 1.342 * _default_ * nthoSulfurSize  * 0.5 ' type='normal' />
                            <Setting name='OreDensity' avg=':= 1.0 ' range=':= 0 ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- PipeVeins Preset for Sulfur is complete. -->


                <!-- Starting Cloud Preset for Sulfur. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSulfurDist = "Cloud"'>
                        <Cloud name='nthoSulfurCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60FDFD11' drawBoundBox='false' boundBoxColor='0x60FDFD11'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:5")'> <OreBlock block='NetherOres:tile.netherores.ore.1:5' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.363 * _default_ * nthoSulfurSize ' range=':= 1.363 * _default_ * nthoSulfurSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.363 * _default_ * nthoSulfurSize ' range=':= 1.363 * _default_ * nthoSulfurSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.858 * _default_ * nthoSulfurFreq ' range=':= 1.858 * _default_ * nthoSulfurFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoSulfurHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60FDFD11' drawBoundBox='false' boundBoxColor='0x60FDFD11'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:5")'> <OreBlock block='NetherOres:tile.netherores.ore.1:5' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Sulfur is complete. -->


                <!-- Starting Vanilla Preset for Sulfur. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSulfurDist = "Vanilla"'>
                        <StandardGen name='nthoSulfurStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60FDFD11' drawBoundBox='false' boundBoxColor='0x60FDFD11'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:5")'> <OreBlock block='NetherOres:tile.netherores.ore.1:5' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 12.000 * nthoSulfurSize ' range=':= _default_ * nthoSulfurSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 12.000 * nthoSulfurFreq ' range=':= _default_ * nthoSulfurFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Sulfur is complete. -->

                <!-- End Sulfur Generation -->


                <!-- Begin Titanium Generation -->

                <!-- Starting LayeredVeins Preset for Titanium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTitaniumDist = "LayeredVeins"'>
                        <Veins name='nthoTitaniumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60686868' drawBoundBox='false' boundBoxColor='0x60686868'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:6")'> <OreBlock block='NetherOres:tile.netherores.ore.1:6' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.433 * _default_ * nthoTitaniumFreq ' range=':= 0.433 * _default_ * nthoTitaniumFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.870 * _default_ * nthoTitaniumSize ' range=':= 0.870 * _default_ * nthoTitaniumSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.658 * _default_ ' range=':= 0.658 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoTitaniumSize ' range=':= _default_ * nthoTitaniumSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.811 * _default_ * nthoTitaniumSize ' range=':= 0.811 * _default_ * nthoTitaniumSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Titanium is complete. -->


                <!-- Starting Cloud Preset for Titanium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTitaniumDist = "Cloud"'>
                        <Cloud name='nthoTitaniumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60686868' drawBoundBox='false' boundBoxColor='0x60686868'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:6")'> <OreBlock block='NetherOres:tile.netherores.ore.1:6' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.616 * _default_ * nthoTitaniumSize ' range=':= 0.616 * _default_ * nthoTitaniumSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.616 * _default_ * nthoTitaniumSize ' range=':= 0.616 * _default_ * nthoTitaniumSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.379 * _default_ * nthoTitaniumFreq ' range=':= 0.379 * _default_ * nthoTitaniumFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoTitaniumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60686868' drawBoundBox='false' boundBoxColor='0x60686868'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:6")'> <OreBlock block='NetherOres:tile.netherores.ore.1:6' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Titanium is complete. -->


                <!-- Starting Vanilla Preset for Titanium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTitaniumDist = "Vanilla"'>
                        <StandardGen name='nthoTitaniumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60686868' drawBoundBox='false' boundBoxColor='0x60686868'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:6")'> <OreBlock block='NetherOres:tile.netherores.ore.1:6' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 2.000 * nthoTitaniumSize ' range=':= _default_ * nthoTitaniumSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 3.000 * nthoTitaniumFreq ' range=':= _default_ * nthoTitaniumFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Titanium is complete. -->

                <!-- End Titanium Generation -->


                <!-- Begin Mithril Generation -->

                <!-- Starting LayeredVeins Preset for Mithril. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoMithrilDist = "LayeredVeins"'>
                        <Veins name='nthoMithrilVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x6075E0F6' drawBoundBox='false' boundBoxColor='0x6075E0F6'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:7")'> <OreBlock block='NetherOres:tile.netherores.ore.1:7' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.062 * _default_ * nthoMithrilFreq ' range=':= 1.062 * _default_ * nthoMithrilFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.010 * _default_ * nthoMithrilSize ' range=':= 1.010 * _default_ * nthoMithrilSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.030 * _default_ ' range=':= 1.030 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoMithrilSize ' range=':= _default_ * nthoMithrilSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.015 * _default_ * nthoMithrilSize ' range=':= 1.015 * _default_ * nthoMithrilSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Mithril is complete. -->


                <!-- Starting Cloud Preset for Mithril. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoMithrilDist = "Cloud"'>
                        <Cloud name='nthoMithrilCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x6075E0F6' drawBoundBox='false' boundBoxColor='0x6075E0F6'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:7")'> <OreBlock block='NetherOres:tile.netherores.ore.1:7' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.964 * _default_ * nthoMithrilSize ' range=':= 0.964 * _default_ * nthoMithrilSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.964 * _default_ * nthoMithrilSize ' range=':= 0.964 * _default_ * nthoMithrilSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.929 * _default_ * nthoMithrilFreq ' range=':= 0.929 * _default_ * nthoMithrilFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoMithrilHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x6075E0F6' drawBoundBox='false' boundBoxColor='0x6075E0F6'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:7")'> <OreBlock block='NetherOres:tile.netherores.ore.1:7' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Mithril is complete. -->


                <!-- Starting Vanilla Preset for Mithril. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoMithrilDist = "Vanilla"'>
                        <StandardGen name='nthoMithrilStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x6075E0F6' drawBoundBox='false' boundBoxColor='0x6075E0F6'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:7")'> <OreBlock block='NetherOres:tile.netherores.ore.1:7' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 6.000 * nthoMithrilSize ' range=':= _default_ * nthoMithrilSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoMithrilFreq ' range=':= _default_ * nthoMithrilFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Mithril is complete. -->

                <!-- End Mithril Generation -->


                <!-- Begin Adamantium Generation -->

                <!-- Starting LayeredVeins Preset for Adamantium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoAdamantiumDist = "LayeredVeins"'>
                        <Veins name='nthoAdamantiumVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x609CA6B0' drawBoundBox='false' boundBoxColor='0x609CA6B0'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:8")'> <OreBlock block='NetherOres:tile.netherores.ore.1:8' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.791 * _default_ * nthoAdamantiumFreq ' range=':= 0.791 * _default_ * nthoAdamantiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.962 * _default_ * nthoAdamantiumSize ' range=':= 0.962 * _default_ * nthoAdamantiumSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.890 * _default_ ' range=':= 0.890 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoAdamantiumSize ' range=':= _default_ * nthoAdamantiumSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.943 * _default_ * nthoAdamantiumSize ' range=':= 0.943 * _default_ * nthoAdamantiumSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Adamantium is complete. -->


                <!-- Starting Cloud Preset for Adamantium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoAdamantiumDist = "Cloud"'>
                        <Cloud name='nthoAdamantiumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x609CA6B0' drawBoundBox='false' boundBoxColor='0x609CA6B0'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:8")'> <OreBlock block='NetherOres:tile.netherores.ore.1:8' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.832 * _default_ * nthoAdamantiumSize ' range=':= 0.832 * _default_ * nthoAdamantiumSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.832 * _default_ * nthoAdamantiumSize ' range=':= 0.832 * _default_ * nthoAdamantiumSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.692 * _default_ * nthoAdamantiumFreq ' range=':= 0.692 * _default_ * nthoAdamantiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoAdamantiumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x609CA6B0' drawBoundBox='false' boundBoxColor='0x609CA6B0'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:8")'> <OreBlock block='NetherOres:tile.netherores.ore.1:8' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Adamantium is complete. -->


                <!-- Starting Vanilla Preset for Adamantium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoAdamantiumDist = "Vanilla"'>
                        <StandardGen name='nthoAdamantiumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x609CA6B0' drawBoundBox='false' boundBoxColor='0x609CA6B0'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:8")'> <OreBlock block='NetherOres:tile.netherores.ore.1:8' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 4.000 * nthoAdamantiumSize ' range=':= _default_ * nthoAdamantiumSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 5.000 * nthoAdamantiumFreq ' range=':= _default_ * nthoAdamantiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Adamantium is complete. -->

                <!-- End Adamantium Generation -->


                <!-- Begin Rutile Generation -->

                <!-- Starting LayeredVeins Preset for Rutile. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRutileDist = "LayeredVeins"'>
                        <Veins name='nthoRutileVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60D2C7A9' drawBoundBox='false' boundBoxColor='0x60D2C7A9'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:9")'> <OreBlock block='NetherOres:tile.netherores.ore.1:9' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 0.613 * _default_ * nthoRutileFreq ' range=':= 0.613 * _default_ * nthoRutileFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0.922 * _default_ * nthoRutileSize ' range=':= 0.922 * _default_ * nthoRutileSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 0.783 * _default_ ' range=':= 0.783 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoRutileSize ' range=':= _default_ * nthoRutileSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 0.885 * _default_ * nthoRutileSize ' range=':= 0.885 * _default_ * nthoRutileSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Rutile is complete. -->


                <!-- Starting Cloud Preset for Rutile. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRutileDist = "Cloud"'>
                        <Cloud name='nthoRutileCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60D2C7A9' drawBoundBox='false' boundBoxColor='0x60D2C7A9'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:9")'> <OreBlock block='NetherOres:tile.netherores.ore.1:9' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.732 * _default_ * nthoRutileSize ' range=':= 0.732 * _default_ * nthoRutileSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.732 * _default_ * nthoRutileSize ' range=':= 0.732 * _default_ * nthoRutileSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.536 * _default_ * nthoRutileFreq ' range=':= 0.536 * _default_ * nthoRutileFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoRutileHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60D2C7A9' drawBoundBox='false' boundBoxColor='0x60D2C7A9'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:9")'> <OreBlock block='NetherOres:tile.netherores.ore.1:9' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Rutile is complete. -->


                <!-- Starting Vanilla Preset for Rutile. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoRutileDist = "Vanilla"'>
                        <StandardGen name='nthoRutileStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60D2C7A9' drawBoundBox='false' boundBoxColor='0x60D2C7A9'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:9")'> <OreBlock block='NetherOres:tile.netherores.ore.1:9' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 4.000 * nthoRutileSize ' range=':= _default_ * nthoRutileSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 3.000 * nthoRutileFreq ' range=':= _default_ * nthoRutileFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Rutile is complete. -->

                <!-- End Rutile Generation -->


                <!-- Begin Tungsten Generation -->

                <!-- Starting LayeredVeins Preset for Tungsten. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTungstenDist = "LayeredVeins"'>
                        <Veins name='nthoTungstenVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x60212121' drawBoundBox='false' boundBoxColor='0x60212121'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:10")'> <OreBlock block='NetherOres:tile.netherores.ore.1:10' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.416 * _default_ * nthoTungstenFreq ' range=':= 1.416 * _default_ * nthoTungstenFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.060 * _default_ * nthoTungstenSize ' range=':= 1.060 * _default_ * nthoTungstenSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.190 * _default_ ' range=':= 1.190 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoTungstenSize ' range=':= _default_ * nthoTungstenSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.091 * _default_ * nthoTungstenSize ' range=':= 1.091 * _default_ * nthoTungstenSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Tungsten is complete. -->


                <!-- Starting Cloud Preset for Tungsten. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTungstenDist = "Cloud"'>
                        <Cloud name='nthoTungstenCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60212121' drawBoundBox='false' boundBoxColor='0x60212121'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:10")'> <OreBlock block='NetherOres:tile.netherores.ore.1:10' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.113 * _default_ * nthoTungstenSize ' range=':= 1.113 * _default_ * nthoTungstenSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.113 * _default_ * nthoTungstenSize ' range=':= 1.113 * _default_ * nthoTungstenSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.239 * _default_ * nthoTungstenFreq ' range=':= 1.239 * _default_ * nthoTungstenFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoTungstenHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60212121' drawBoundBox='false' boundBoxColor='0x60212121'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:10")'> <OreBlock block='NetherOres:tile.netherores.ore.1:10' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Tungsten is complete. -->


                <!-- Starting Vanilla Preset for Tungsten. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTungstenDist = "Vanilla"'>
                        <StandardGen name='nthoTungstenStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60212121' drawBoundBox='false' boundBoxColor='0x60212121'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:10")'> <OreBlock block='NetherOres:tile.netherores.ore.1:10' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 8.000 * nthoTungstenSize ' range=':= _default_ * nthoTungstenSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoTungstenFreq ' range=':= _default_ * nthoTungstenFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Tungsten is complete. -->

                <!-- End Tungsten Generation -->


                <!-- Begin Amber Generation -->

                <!-- Starting SparseVeins Preset for Amber. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoAmberDist = "SparseVeins"'>
                        <Veins name='nthoAmberVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60FEA219' drawBoundBox='false' boundBoxColor='0x60FEA219'>
                            <Description>
                                Large veins filled very lightly  with
                                ore.  Because they contain  less ore
                                per volume, these veins  are
                                relatively wide and long.  Mining the
                                ore from them is time  consuming
                                compared to solid ore  veins.  They
                                are also more  difficult to follow,
                                since it is  harder to get an idea of
                                their  direction while mining.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:11")'> <OreBlock block='NetherOres:tile.netherores.ore.1:11' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 2.372 * _default_ * nthoAmberFreq ' range=':= 2.372 * _default_ * nthoAmberFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoAmberSize ' range=':= 0 * _default_ * nthoAmberSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.540 * _default_ ' range=':= 1.540 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoAmberSize ' range=':= _default_ * nthoAmberSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.241 * _default_ * nthoAmberSize ' range=':= 1.241 * _default_ * nthoAmberSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- SparseVeins Preset for Amber is complete. -->


                <!-- Starting Cloud Preset for Amber. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoAmberDist = "Cloud"'>
                        <Cloud name='nthoAmberCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60FEA219' drawBoundBox='false' boundBoxColor='0x60FEA219'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:11")'> <OreBlock block='NetherOres:tile.netherores.ore.1:11' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.921 * _default_ * nthoAmberSize ' range=':= 0.921 * _default_ * nthoAmberSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.921 * _default_ * nthoAmberSize ' range=':= 0.921 * _default_ * nthoAmberSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.848 * _default_ * nthoAmberFreq ' range=':= 0.848 * _default_ * nthoAmberFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoAmberHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60FEA219' drawBoundBox='false' boundBoxColor='0x60FEA219'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:11")'> <OreBlock block='NetherOres:tile.netherores.ore.1:11' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Amber is complete. -->


                <!-- Starting Vanilla Preset for Amber. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoAmberDist = "Vanilla"'>
                        <StandardGen name='nthoAmberStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60FEA219' drawBoundBox='false' boundBoxColor='0x60FEA219'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:11")'> <OreBlock block='NetherOres:tile.netherores.ore.1:11' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 6.000 * nthoAmberSize ' range=':= _default_ * nthoAmberSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 5.000 * nthoAmberFreq ' range=':= _default_ * nthoAmberFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Amber is complete. -->

                <!-- End Amber Generation -->


                <!-- Begin Tennantite Generation -->

                <!-- Starting LayeredVeins Preset for Tennantite. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTennantiteDist = "LayeredVeins"'>
                        <Veins name='nthoTennantiteVeins'  inherits='PresetLayeredVeins' drawWireframe='true' wireframeColor='0x609EE2B1' drawBoundBox='false' boundBoxColor='0x609EE2B1'>
                            <Description>
                                Small, fairly rare motherlodes  with
                                2-4 horizontal veins each.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:12")'> <OreBlock block='NetherOres:tile.netherores.ore.1:12' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.416 * _default_ * nthoTennantiteFreq ' range=':= 1.416 * _default_ * nthoTennantiteFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 1.060 * _default_ * nthoTennantiteSize ' range=':= 1.060 * _default_ * nthoTennantiteSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.190 * _default_ ' range=':= 1.190 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoTennantiteSize ' range=':= _default_ * nthoTennantiteSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.091 * _default_ * nthoTennantiteSize ' range=':= 1.091 * _default_ * nthoTennantiteSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- LayeredVeins Preset for Tennantite is complete. -->


                <!-- Starting Cloud Preset for Tennantite. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTennantiteDist = "Cloud"'>
                        <Cloud name='nthoTennantiteCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x609EE2B1' drawBoundBox='false' boundBoxColor='0x609EE2B1'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:12")'> <OreBlock block='NetherOres:tile.netherores.ore.1:12' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 1.113 * _default_ * nthoTennantiteSize ' range=':= 1.113 * _default_ * nthoTennantiteSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 1.113 * _default_ * nthoTennantiteSize ' range=':= 1.113 * _default_ * nthoTennantiteSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 1.239 * _default_ * nthoTennantiteFreq ' range=':= 1.239 * _default_ * nthoTennantiteFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoTennantiteHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x609EE2B1' drawBoundBox='false' boundBoxColor='0x609EE2B1'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:12")'> <OreBlock block='NetherOres:tile.netherores.ore.1:12' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Tennantite is complete. -->


                <!-- Starting Vanilla Preset for Tennantite. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoTennantiteDist = "Vanilla"'>
                        <StandardGen name='nthoTennantiteStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x609EE2B1' drawBoundBox='false' boundBoxColor='0x609EE2B1'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:12")'> <OreBlock block='NetherOres:tile.netherores.ore.1:12' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 8.000 * nthoTennantiteSize ' range=':= _default_ * nthoTennantiteSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 8.000 * nthoTennantiteFreq ' range=':= _default_ * nthoTennantiteFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Tennantite is complete. -->

                <!-- End Tennantite Generation -->


                <!-- Begin Salt Generation -->

                <!-- Starting SparseVeins Preset for Salt. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSaltDist = "SparseVeins"'>
                        <Veins name='nthoSaltVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60FFFFFF' drawBoundBox='false' boundBoxColor='0x60FFFFFF'>
                            <Description>
                                Large veins filled very lightly  with
                                ore.  Because they contain  less ore
                                per volume, these veins  are
                                relatively wide and long.  Mining the
                                ore from them is time  consuming
                                compared to solid ore  veins.  They
                                are also more  difficult to follow,
                                since it is  harder to get an idea of
                                their  direction while mining.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:13")'> <OreBlock block='NetherOres:tile.netherores.ore.1:13' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 2.166 * _default_ * nthoSaltFreq ' range=':= 2.166 * _default_ * nthoSaltFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoSaltSize ' range=':= 0 * _default_ * nthoSaltSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.472 * _default_ ' range=':= 1.472 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoSaltSize ' range=':= _default_ * nthoSaltSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.213 * _default_ * nthoSaltSize ' range=':= 1.213 * _default_ * nthoSaltSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- SparseVeins Preset for Salt is complete. -->


                <!-- Starting Cloud Preset for Salt. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSaltDist = "Cloud"'>
                        <Cloud name='nthoSaltCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60FFFFFF' drawBoundBox='false' boundBoxColor='0x60FFFFFF'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:13")'> <OreBlock block='NetherOres:tile.netherores.ore.1:13' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.880 * _default_ * nthoSaltSize ' range=':= 0.880 * _default_ * nthoSaltSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.880 * _default_ * nthoSaltSize ' range=':= 0.880 * _default_ * nthoSaltSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.774 * _default_ * nthoSaltFreq ' range=':= 0.774 * _default_ * nthoSaltFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoSaltHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60FFFFFF' drawBoundBox='false' boundBoxColor='0x60FFFFFF'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:13")'> <OreBlock block='NetherOres:tile.netherores.ore.1:13' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Salt is complete. -->


                <!-- Starting Vanilla Preset for Salt. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSaltDist = "Vanilla"'>
                        <StandardGen name='nthoSaltStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60FFFFFF' drawBoundBox='false' boundBoxColor='0x60FFFFFF'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:13")'> <OreBlock block='NetherOres:tile.netherores.ore.1:13' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 5.000 * nthoSaltSize ' range=':= _default_ * nthoSaltSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 5.000 * nthoSaltFreq ' range=':= _default_ * nthoSaltFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Salt is complete. -->

                <!-- End Salt Generation -->


                <!-- Begin Saltpeter Generation -->

                <!-- Starting SparseVeins Preset for Saltpeter. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSaltpeterDist = "SparseVeins"'>
                        <Veins name='nthoSaltpeterVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60F4F6F9' drawBoundBox='false' boundBoxColor='0x60F4F6F9'>
                            <Description>
                                Large veins filled very lightly  with
                                ore.  Because they contain  less ore
                                per volume, these veins  are
                                relatively wide and long.  Mining the
                                ore from them is time  consuming
                                compared to solid ore  veins.  They
                                are also more  difficult to follow,
                                since it is  harder to get an idea of
                                their  direction while mining.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:14")'> <OreBlock block='NetherOres:tile.netherores.ore.1:14' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 2.122 * _default_ * nthoSaltpeterFreq ' range=':= 2.122 * _default_ * nthoSaltpeterFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoSaltpeterSize ' range=':= 0 * _default_ * nthoSaltpeterSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.457 * _default_ ' range=':= 1.457 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoSaltpeterSize ' range=':= _default_ * nthoSaltpeterSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.207 * _default_ * nthoSaltpeterSize ' range=':= 1.207 * _default_ * nthoSaltpeterSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- SparseVeins Preset for Saltpeter is complete. -->


                <!-- Starting Cloud Preset for Saltpeter. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSaltpeterDist = "Cloud"'>
                        <Cloud name='nthoSaltpeterCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60F4F6F9' drawBoundBox='false' boundBoxColor='0x60F4F6F9'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:14")'> <OreBlock block='NetherOres:tile.netherores.ore.1:14' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.871 * _default_ * nthoSaltpeterSize ' range=':= 0.871 * _default_ * nthoSaltpeterSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.871 * _default_ * nthoSaltpeterSize ' range=':= 0.871 * _default_ * nthoSaltpeterSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.758 * _default_ * nthoSaltpeterFreq ' range=':= 0.758 * _default_ * nthoSaltpeterFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoSaltpeterHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60F4F6F9' drawBoundBox='false' boundBoxColor='0x60F4F6F9'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:14")'> <OreBlock block='NetherOres:tile.netherores.ore.1:14' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Saltpeter is complete. -->


                <!-- Starting Vanilla Preset for Saltpeter. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoSaltpeterDist = "Vanilla"'>
                        <StandardGen name='nthoSaltpeterStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60F4F6F9' drawBoundBox='false' boundBoxColor='0x60F4F6F9'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:14")'> <OreBlock block='NetherOres:tile.netherores.ore.1:14' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 4.000 * nthoSaltpeterSize ' range=':= _default_ * nthoSaltpeterSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 6.000 * nthoSaltpeterFreq ' range=':= _default_ * nthoSaltpeterFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Saltpeter is complete. -->

                <!-- End Saltpeter Generation -->


                <!-- Begin Magnesium Generation -->

                <!-- Starting SparseVeins Preset for Magnesium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoMagnesiumDist = "SparseVeins"'>
                        <Veins name='nthoMagnesiumVeins'  inherits='PresetSparseVeins' drawWireframe='true' wireframeColor='0x60827066' drawBoundBox='false' boundBoxColor='0x60827066'>
                            <Description>
                                Large veins filled very lightly  with
                                ore.  Because they contain  less ore
                                per volume, these veins  are
                                relatively wide and long.  Mining the
                                ore from them is time  consuming
                                compared to solid ore  veins.  They
                                are also more  difficult to follow,
                                since it is  harder to get an idea of
                                their  direction while mining.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:15")'> <OreBlock block='NetherOres:tile.netherores.ore.1:15' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='MotherlodeFrequency' avg=':= 1.937 * _default_ * nthoMagnesiumFreq ' range=':= 1.937 * _default_ * nthoMagnesiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='MotherlodeSize' avg=':= 0 * _default_ * nthoMagnesiumSize ' range=':= 0 * _default_ * nthoMagnesiumSize ' type='normal' />
                            <Setting name='MotherlodeHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='MotherlodeRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='BranchLength' avg=':= 1.392 * _default_ ' range=':= 1.392 * _default_ ' type='normal' />
                            <Setting name='BranchHeightLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='SegmentForkFrequency' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentForkLengthMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentLength' avg=':= _default_ * nthoMagnesiumSize ' range=':= _default_ * nthoMagnesiumSize ' type='normal' />
                            <Setting name='SegmentAngle' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='SegmentRadius' avg=':= 1.180 * _default_ * nthoMagnesiumSize ' range=':= 1.180 * _default_ * nthoMagnesiumSize ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </Veins>
                    </IfCondition>
                </ConfigSection>
                <!-- SparseVeins Preset for Magnesium is complete. -->


                <!-- Starting Cloud Preset for Magnesium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoMagnesiumDist = "Cloud"'>
                        <Cloud name='nthoMagnesiumCloud'  inherits='PresetStrategicCloud' drawWireframe='true' wireframeColor='0x60827066' drawBoundBox='false' boundBoxColor='0x60827066'>
                            <Description>
                                Large irregular clouds filled  lightly
                                with ore.  These are  huge, spanning
                                several adjacent  chunks, and
                                consequently rather  rare.  They
                                contain a sizeable  amount of ore, but
                                it takes some  time and effort to mine
                                due to  low density. The intent for
                                strategic clouds is that the  player
                                will need to actively  search for one
                                and then set up a  semi-permanent
                                mining base and  spend some time
                                actually mining  the ore.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:15")'> <OreBlock block='NetherOres:tile.netherores.ore.1:15' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='CloudRadius' avg=':= 0.832 * _default_ * nthoMagnesiumSize ' range=':= 0.832 * _default_ * nthoMagnesiumSize ' type='normal' />
                            <Setting name='CloudThickness' avg=':= 0.832 * _default_ * nthoMagnesiumSize ' range=':= 0.832 * _default_ * nthoMagnesiumSize ' type='normal' scaleTo='base' />
                            <Setting name='DistributionFrequency' avg=':= 0.692 * _default_ * nthoMagnesiumFreq ' range=':= 0.692 * _default_ * nthoMagnesiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='CloudHeight' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudSizeNoise' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='CloudInclination' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreDensity' avg=':= _default_ ' range=':= _default_ ' type='normal' scaleTo='base' />
                            <Setting name='OreVolumeNoiseCutoff' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Setting name='OreRadiusMult' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                            <Veins name='nthoMagnesiumHintVeins'  inherits='PresetHintVeins' drawWireframe='true' wireframeColor='0x60827066' drawBoundBox='false' boundBoxColor='0x60827066'>
                                <Description>
                                    Single blocks, generously
                                    scattered through all heights
                                    (density is about that of  vanilla
                                    iron ore). They will  replace dirt
                                    and sandstone  (but not grass or
                                    sand), so  they can be found
                                    nearer to  the surface than most
                                    ores.  Intened to be used as a
                                    child  distribution for large,
                                    rare  strategic deposits that
                                    would  otherwise be very difficult
                                    to find.  Note that the  frequency
                                    is multiplied by  ground level to
                                    maintain a  constant density, but
                                    not by  ore frequency because it
                                    is  assumed that the frequency of
                                    the parent distribution will
                                    already be scaled by that.
                                </Description>
                                <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:15")'> <OreBlock block='NetherOres:tile.netherores.ore.1:15' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:dirt")'> <Replaces block='minecraft:dirt' weight='1.0' /> </IfCondition>
                                <IfCondition condition=':= ?blockExists("minecraft:sandstone")'> <Replaces block='minecraft:sandstone' weight='1.0' /> </IfCondition>
                            </Veins>
                        </Cloud>
                    </IfCondition>
                </ConfigSection>
                <!-- Cloud Preset for Magnesium is complete. -->


                <!-- Starting Vanilla Preset for Magnesium. -->
                <ConfigSection>
                    <IfCondition condition=':= nthoMagnesiumDist = "Vanilla"'>
                        <StandardGen name='nthoMagnesiumStandard'  inherits='PresetStandardGen' drawWireframe='true' wireframeColor='0x60827066' drawBoundBox='false' boundBoxColor='0x60827066'>
                            <Description>
                                A master preset for standardgen  ore
                                distributions.
                            </Description>
                            <IfCondition condition=':= ?blockExists("NetherOres:tile.netherores.ore.1:15")'> <OreBlock block='NetherOres:tile.netherores.ore.1:15' weight='1.0' /> </IfCondition>
                            <IfCondition condition=':= ?blockExists("minecraft:netherrack")'> <Replaces block='minecraft:netherrack' weight='1.0' /> </IfCondition>
                            <Biome name='.*'  />
                            <Setting name='Size' avg=':= 5.000 * nthoMagnesiumSize ' range=':= _default_ * nthoMagnesiumSize ' type='normal' />
                            <Setting name='Frequency' avg=':= 4.000 * nthoMagnesiumFreq ' range=':= _default_ * nthoMagnesiumFreq ' type='normal' scaleTo='base' />
                            <Setting name='Height' avg=':= 64.5 ' range=':= 63.5 ' type='uniform' scaleTo='base' />
                            <Setting name='ParentRangeLimit' avg=':= _default_ ' range=':= _default_ ' type='normal' />
                        </StandardGen>
                    </IfCondition>
                </ConfigSection>
                <!-- Vanilla Preset for Magnesium is complete. -->

                <!-- End Magnesium Generation -->

                <!-- Finished adding blocks -->

            </IfCondition>
            <!-- Nether Setup Complete -->


        </IfCondition>

    </ConfigSection>
    <!-- Configuration for Custom Ore Generation Complete! -->

</IfModInstalled>
<!-- The "Nether Ores" mod is now configured. -->





<!-- =================================================================
     This file was made using the Sprocket Configuration Generator.
     If you wish to make your own configurations for a mod not
     currently supported by Custom Ore Generation, and you don't want
     the hassle of writing XML, you can find the generator script at
     its GitHub page: http://https://github.com/reteo/Sprocket
     ================================================================= -->
