diff options
Diffstat (limited to 'config')
39 files changed, 0 insertions, 82854 deletions
diff --git a/config/CodeChickenCore.cfg b/config/CodeChickenCore.cfg deleted file mode 100644 index b5851ee122..0000000000 --- a/config/CodeChickenCore.cfg +++ /dev/null @@ -1,27 +0,0 @@ -#CodeChickenCore configuration file. - -checkUpdates=true - -#set to true to completely deobfuscate mcp names -dev.deobfuscate=true -#Enabling this setting will make all minecraft classes public at runtime in MCP just as they are in modloader. -#You should ONLY use this when you are testing with a mod that relies on runtime publicity and doesn't include access transformers. -#Such mods are doing the wrong thing and should be fixed. -dev.runtimePublic=false - -#Various tweaks that can be applied to game mechanics. -tweaks -{ - #If set to true and doFireTick is disabled in the game rules, fire will still dissipate if it's not over a fire source - doFireTickOut=true - #If set to true, creepers will not destroy landscape. (A version of mobGriefing setting just for creepers) - environmentallyFriendlyCreepers=false - #If set to true two adjacent water source blocks will not generate a third. - finiteWater=false - #Set this to true to use the pre1.5 lava textures - replaceLavaFX=false - #Set this to true to use the pre1.5 water textures - replaceWaterFX=false - #If set to false, leaves will only replace air when growing - softLeafReplace=false -} diff --git a/config/CodeChickenLib.cfg b/config/CodeChickenLib.cfg deleted file mode 100644 index 947513c59e..0000000000 --- a/config/CodeChickenLib.cfg +++ /dev/null @@ -1,8 +0,0 @@ -#CodeChickenLib development configuration file. - -dump_asm=true - -#Path to directory holding packaged.srg, fields.csv and methods.csv for mcp remapping -mappingDir=/home/kekzdealer/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/unpacked/conf - -textify=true diff --git a/config/GregTech/GregTech.cfg b/config/GregTech/GregTech.cfg deleted file mode 100644 index 18c05f910b..0000000000 --- a/config/GregTech/GregTech.cfg +++ /dev/null @@ -1,241 +0,0 @@ -# Configuration file - -features { - I:MaxLogStackSize=64 - I:MaxOreStackSize=64 - I:MaxOtherBlockStackSize=64 - I:MaxPlankStackSize=64 - I:UpgradeStacksize=4 -} - - -general { - B:AFK_Hunger=false - B:AddGTRecipesToIC2Machines=true - B:AdventureModeStartingAxe=true - B:AllowAutoMaintenanceHatchInteraction=false - B:ArcSmeltIntoAnnealedWrought=true - B:BrickedBlastFurnace=true - B:CraftingUnification=true - B:CropNeedBlockBelow=true - B:Debug=false - B:Debug2=false - B:DisableIC2Cables=true - B:DisableOldChemicalRecipes=false - B:DisableVanillaOres=true - B:EasierIVPlusCables=false - B:EnableAchievements=true - B:EnableAllComponents=false - B:EnableAllMaterials=false - B:EnableCleanroom=true - B:EnableImmersiveEngineeringRSupport=true - B:EnableMagneticraftSupport=true - B:EnsureToBeLoadedLast=true - B:ExplosionItemDrops=false - I:FlintAndSteelChance=30 - B:GTBees=true - B:HardCoreCableLoss=false - B:HideRecyclingRecipes=true - B:HideUnusedOres=true - B:IncreaseDungeonLoot=true - B:InventoryUnification=true - I:ItemDespawnTime=6000 - B:LoggingPlayerActivity=true - D:MagneticraftBonusOutputPercent=100.0 - I:MaxEqualEntitiesAtOneSpot=3 - I:MillisecondsPassedInGTTileEntityUntilLagWarning=100 - B:MixedOreOnlyYieldsTwoThirdsOfPureOre=false - B:NerfCombs=true - B:NerfCrops=true - B:NerfDustCrafting=true - I:SkeletonsShootGTArrows=16 - B:TEMachineRecipes=false - I:TicksForLagAveragingWithScanner=25 - B:WoodNeedsSawForCrafting=true - B:disable_STDERR=false - B:disable_STDOUT=false - B:drinks_always_drinkable=false - B:forceAdventureMode=false - B:hardermobspawners=true - B:harderstone=false - B:online=true - B:show_all_metaitems_in_creative_and_NEI=false - B:smallerVanillaToolDurability=true - B:sound_multi_threading=false - B:timber_axe=true -} - - -machines { - B:colored_guis_when_painted=true - B:constant_need_of_energy=true - B:explosions_on_nonwrenching=true - B:fire_causes_explosions=true - B:lightning_causes_explosions=true - B:machines_explosion_damage=true - B:machines_flammable=true - B:rain_causes_explosions=true - B:wirefire_on_explosion=true -} - - -pollution { - B:EnablePollution=true - I:PoisonLimit=750000 - I:SmogLimit=500000 - I:SourRainLimit=2000000 - I:VegetationLimit=1000000 -} - - -########################################################################################################## -# undergroundfluid -#--------------------------------------------------------------------------------------------------------# -# Config Underground Fluids (Delete this Category for regenerate) -########################################################################################################## - -undergroundfluid { - # Dimension IDs Black List - I:DimBlackList < - -1 - 1 - > - - ########################################################################################################## - # overworld - #--------------------------------------------------------------------------------------------------------# - # Set Overworld Generating - ########################################################################################################## - - overworld { - # Dimension ID or Class Name - S:Dimension=0 - - gas_natural_gas { - # Chance generating (weighted chance!, there will be a fluid in chunk always!) - I:Chance=20 - - # Decrease per operation (actual fluid gained works like (Litre)VeinData/5000) - I:DecreasePerOperationAmount=7 - - # Max amount generation (per operation, sets the VeinData) 80000 MAX - I:MaxAmount=625 - - # Min amount generation (per operation, sets the VeinData) 0 MIN - I:MinAmount=0 - - # Fluid registry name - S:Registry=gas_natural_gas - } - - liquid_light_oil { - # Chance generating (weighted chance!, there will be a fluid in chunk always!) - I:Chance=20 - - # Decrease per operation (actual fluid gained works like (Litre)VeinData/5000) - I:DecreasePerOperationAmount=6 - - # Max amount generation (per operation, sets the VeinData) 80000 MAX - I:MaxAmount=625 - - # Min amount generation (per operation, sets the VeinData) 0 MIN - I:MinAmount=0 - - # Fluid registry name - S:Registry=liquid_light_oil - } - - liquid_medium_oil { - # Chance generating (weighted chance!, there will be a fluid in chunk always!) - I:Chance=20 - - # Decrease per operation (actual fluid gained works like (Litre)VeinData/5000) - I:DecreasePerOperationAmount=5 - - # Max amount generation (per operation, sets the VeinData) 80000 MAX - I:MaxAmount=625 - - # Min amount generation (per operation, sets the VeinData) 0 MIN - I:MinAmount=0 - - # Fluid registry name - S:Registry=liquid_medium_oil - } - - liquid_heavy_oil { - # Chance generating (weighted chance!, there will be a fluid in chunk always!) - I:Chance=20 - - # Decrease per operation (actual fluid gained works like (Litre)VeinData/5000) - I:DecreasePerOperationAmount=4 - - # Max amount generation (per operation, sets the VeinData) 80000 MAX - I:MaxAmount=625 - - # Min amount generation (per operation, sets the VeinData) 0 MIN - I:MinAmount=0 - - # Fluid registry name - S:Registry=liquid_heavy_oil - } - - oil { - # Chance generating (weighted chance!, there will be a fluid in chunk always!) - I:Chance=20 - - # Decrease per operation (actual fluid gained works like (Litre)VeinData/5000) - I:DecreasePerOperationAmount=5 - - # Max amount generation (per operation, sets the VeinData) 80000 MAX - I:MaxAmount=625 - - # Min amount generation (per operation, sets the VeinData) 0 MIN - I:MinAmount=0 - - # Fluid registry name - S:Registry=oil - } - - } - - ########################################################################################################## - # moon - #--------------------------------------------------------------------------------------------------------# - # Set Moon Generating - ########################################################################################################## - - moon { - # Dimension ID or Class Name - S:Dimension=Moon - - helium-3 { - # Chance generating (weighted chance!, there will be a fluid in chunk always!) - I:Chance=100 - - # Decrease per operation (actual fluid gained works like (Litre)VeinData/5000) - I:DecreasePerOperationAmount=1 - - # Max amount generation (per operation, sets the VeinData) 80000 MAX - I:MaxAmount=128 - - # Min amount generation (per operation, sets the VeinData) 0 MIN - I:MinAmount=24 - - # Fluid registry name - S:Registry=helium-3 - } - - } - - ########################################################################################################## - # default - #--------------------------------------------------------------------------------------------------------# - # Set Default Generating (Use this Category for Default settings) - ########################################################################################################## - - default { - } - -} - - diff --git a/config/GregTech/IDs.cfg b/config/GregTech/IDs.cfg deleted file mode 100644 index d68983e044..0000000000 --- a/config/GregTech/IDs.cfg +++ /dev/null @@ -1,2 +0,0 @@ -# Configuration file - diff --git a/config/GregTech/MachineStats.cfg b/config/GregTech/MachineStats.cfg deleted file mode 100644 index 0f0810a054..0000000000 --- a/config/GregTech/MachineStats.cfg +++ /dev/null @@ -1,47 +0,0 @@ -# Configuration file - -machineconfig { - I:DieselGenerator.efficiency.tier.1_95=95 - I:DieselGenerator.efficiency.tier.2_90=90 - I:DieselGenerator.efficiency.tier.3_85=85 - B:DisableRCBlastFurnace_false=false - I:FluidNaquadah.efficiency.tier.6_100=100 - I:GasTurbine.efficiency.tier.1_95=95 - I:GasTurbine.efficiency.tier.2_90=90 - I:GasTurbine.efficiency.tier.3_85=85 - B:MagicEnergyAbsorber.AllowMultipleEggs_false=false - I:MagicEnergyAbsorber.EnergyPerTick.EnderCrystal_32=32 - I:MagicEnergyAbsorber.EnergyPerTick_2048=2048 - I:MagicEnergyAbsorber.EnergyPerVisDivisor_2500=2500 - I:MagicEnergyAbsorber.efficiency.tier.1_90=90 - I:MagicEnergyAbsorber.efficiency.tier.2_80=80 - I:MagicEnergyAbsorber.efficiency.tier.3_70=70 - I:MagicEnergyAbsorber.efficiency.tier.4_60=60 - I:MagicEnergyConverter.efficiency.tier.1_95=95 - I:MagicEnergyConverter.efficiency.tier.2_90=90 - I:MagicEnergyConverter.efficiency.tier.3_85=85 - B:Massfabricator.UUA_Requirement_false=false - I:Massfabricator.UUA_Speed_Bonus_4=4 - I:Massfabricator.UUA_per_UUM_1=1 - I:Massfabricator.UUM_Duration_Multiplier_3215=3215 - I:MicrowaveTransmitter.MaxLossDistance_10000=10000 - I:MicrowaveTransmitter.MaxLoss_50=50 - B:MicrowaveTransmitter.PassiveEnergy_true=true - D:MultiBlockMachines.damageFactorHigh_0.6000000238418579=0.6000000238418579 - I:MultiBlockMachines.damageFactorLow_5=5 - B:MultiBlockMachines.disableMaintenance_false=false - I:PlasmaGenerator.efficiency.tier.4_50=50 - I:PlasmaGenerator.efficiency.tier.5_60=60 - I:PlasmaGenerator.efficiency.tier.6_70=70 - I:SolidNaquadah.efficiency.tier.4_80=80 - I:SolidNaquadah.efficiency.tier.5_90=90 - I:SteamTurbine.efficiency.tier.1_7=7 - I:SteamTurbine.efficiency.tier.2_8=8 - I:SteamTurbine.efficiency.tier.3_9=9 - B:Teleporter.Interdimensional_true=true - I:Teleporter.PassiveDrain_2048=2048 - I:Teleporter.PowerMultipler_100=100 - B:forceFreeFace_false=false -} - - diff --git a/config/GregTech/MaterialComponents.cfg b/config/GregTech/MaterialComponents.cfg deleted file mode 100644 index 78203c116c..0000000000 --- a/config/GregTech/MaterialComponents.cfg +++ /dev/null @@ -1,55 +0,0 @@ -# Configuration file - -disablelaserdrillores { - B:Adamantium_false=false - B:Alduorite_false=false - B:Cadmium_false=false - B:Chrome_false=false - B:Cobalt_false=false - B:DarkIron_false=false - B:Indium_false=false - B:Magnesium_false=false - B:Mithril_false=false - B:Naquadria_false=false - B:Nikolite_false=false - B:Rutile_false=false - B:Silicon_false=false - B:Tungsten_false=false -} - - -general { - B:enablePerItemSettings_false=false -} - - -globalcomponents { - B:enableUnusedArrowHeads_false=false - B:enableUnusedBolts_false=false - B:enableUnusedCrates_false=false - B:enableUnusedDensePlates_false=false - B:enableUnusedDoubleIngots_false=false - B:enableUnusedDoublePlates_false=false - B:enableUnusedFineWires_false=false - B:enableUnusedFoil_false=false - B:enableUnusedGears_false=false - B:enableUnusedGems_false=false - B:enableUnusedLongRods_false=false - B:enableUnusedPlates_false=false - B:enableUnusedQuadIngots_false=false - B:enableUnusedQuadPlates_false=false - B:enableUnusedQuinIngots_false=false - B:enableUnusedQuinPlates_false=false - B:enableUnusedRings_false=false - B:enableUnusedRods_false=false - B:enableUnusedRotors_false=false - B:enableUnusedRounds_false=false - B:enableUnusedScrews_false=false - B:enableUnusedSmallGears_false=false - B:enableUnusedSmallSprings_false=false - B:enableUnusedSprings_false=false - B:enableUnusedTripleIngots_false=false - B:enableUnusedTriplePlates_false=false -} - - diff --git a/config/GregTech/MaterialProperties.cfg b/config/GregTech/MaterialProperties.cfg deleted file mode 100644 index 645cde500a..0000000000 --- a/config/GregTech/MaterialProperties.cfg +++ /dev/null @@ -1,28588 +0,0 @@ -# Configuration file - -general { - I:AmountOfCustomMaterialSlots_16=16 -} - - -harvestlevel { - B:ActivateHarvestLevelChange_false=false - I:GraniteHarvestLevel_3=3 - I:MaxHarvestLevel_7=7 -} - - -materials { - - ore { - - aluminium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1700=1700 - S:ChemicalFormula_Al=Al - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Bauxite"=,Bauxite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,VOLATUS"=,METALLUM,VOLATUS - S:"MatRGBA_128,200,240,0,"=128,200,240,0, - S:MaterialArcSmeltInto_Aluminium=Aluminium - S:MaterialDirectSmeltInto_Aluminium=Aluminium - I:MaterialID_19=19 - S:MaterialMacerateInto_Aluminium=Aluminium - S:MaterialName_Aluminium=Aluminium - S:MaterialSmeltInto_Aluminium=Aluminium - I:MaterialTypes_235=235 - I:MeltingPoint_933=933 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - americium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Am=Am - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_Americium=Americium - S:MaterialDirectSmeltInto_Americium=Americium - I:MaterialID_103=103 - S:MaterialMacerateInto_Americium=Americium - S:MaterialName_Americium=Americium - S:MaterialSmeltInto_Americium=Americium - I:MaterialTypes_35=35 - I:MeltingPoint_1449=1449 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - antimony { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Sb=Sb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Zinc,Iron"=,Zinc,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,AQUA"=,METALLUM,AQUA - S:"MatRGBA_220,220,240,0,"=220,220,240,0, - S:MaterialArcSmeltInto_Antimony=Antimony - S:MaterialDirectSmeltInto_Antimony=Antimony - I:MaterialID_58=58 - S:MaterialMacerateInto_Antimony=Antimony - S:MaterialName_Antimony=Antimony - S:MaterialSmeltInto_Antimony=Antimony - I:MaterialTypes_35=35 - I:MeltingPoint_903=903 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - argon { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ar=Ar - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,AER"=,AER - S:"MatRGBA_0,255,0,240,"=0,255,0,240, - S:MaterialArcSmeltInto_Argon=Argon - S:MaterialDirectSmeltInto_Argon=Argon - I:MaterialID_24=24 - S:MaterialMacerateInto_Argon=Argon - S:MaterialName_Argon=Argon - S:MaterialSmeltInto_Argon=Argon - I:MaterialTypes_48=48 - I:MeltingPoint_83=83 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - arsenic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_As=As - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,VENENUM"=,VENENUM - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Arsenic=Arsenic - S:MaterialDirectSmeltInto_Arsenic=Arsenic - I:MaterialID_39=39 - S:MaterialMacerateInto_Arsenic=Arsenic - S:MaterialName_Arsenic=Arsenic - S:MaterialSmeltInto_Arsenic=Arsenic - I:MaterialTypes_51=51 - I:MeltingPoint_1090=1090 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - barium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ba=Ba - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,VINCULUM"=,VINCULUM - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Barium=Barium - S:MaterialDirectSmeltInto_Barium=Barium - I:MaterialID_63=63 - S:MaterialMacerateInto_Barium=Barium - S:MaterialName_Barium=Barium - S:MaterialSmeltInto_Barium=Barium - I:MaterialTypes_33=33 - I:MeltingPoint_1000=1000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - beryllium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Be=Be - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Emerald"=,Emerald - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,LUCRUM"=,METALLUM,LUCRUM - S:"MatRGBA_100,180,100,0,"=100,180,100,0, - S:MaterialArcSmeltInto_Beryllium=Beryllium - S:MaterialDirectSmeltInto_Beryllium=Beryllium - I:MaterialID_8=8 - S:MaterialMacerateInto_Beryllium=Beryllium - S:MaterialName_Beryllium=Beryllium - S:MaterialSmeltInto_Beryllium=Beryllium - I:MaterialTypes_107=107 - I:MeltingPoint_1560=1560 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_6=6 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_14.0=14.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bismuth { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Bi=Bi - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_4=4 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM"=,METALLUM,INSTRUMENTUM - S:"MatRGBA_100,160,160,0,"=100,160,160,0, - S:MaterialArcSmeltInto_Bismuth=Bismuth - S:MaterialDirectSmeltInto_Bismuth=Bismuth - I:MaterialID_90=90 - S:MaterialMacerateInto_Bismuth=Bismuth - S:MaterialName_Bismuth=Bismuth - S:MaterialSmeltInto_Bismuth=Bismuth - I:MaterialTypes_235=235 - I:MeltingPoint_544=544 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - boron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_B=B - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,VITREUS"=,VITREUS - S:"MatRGBA_210,250,210,0,"=210,250,210,0, - S:MaterialArcSmeltInto_Boron=Boron - S:MaterialDirectSmeltInto_Boron=Boron - I:MaterialID_9=9 - S:MaterialMacerateInto_Boron=Boron - S:MaterialName_Boron=Boron - S:MaterialSmeltInto_Boron=Boron - I:MaterialTypes_33=33 - I:MeltingPoint_2349=2349 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - caesium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Cs=Cs - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Caesium=Caesium - S:MaterialDirectSmeltInto_Caesium=Caesium - I:MaterialID_62=62 - S:MaterialMacerateInto_Caesium=Caesium - S:MaterialName_Caesium=Caesium - S:MaterialSmeltInto_Caesium=Caesium - I:MaterialTypes_35=35 - I:MeltingPoint_301=301 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - calcium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ca=Ca - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,SANO,TUTAMEN"=,SANO,TUTAMEN - S:"MatRGBA_255,245,245,0,"=255,245,245,0, - S:MaterialArcSmeltInto_Calcium=Calcium - S:MaterialDirectSmeltInto_Calcium=Calcium - I:MaterialID_26=26 - S:MaterialMacerateInto_Calcium=Calcium - S:MaterialName_Calcium=Calcium - S:MaterialSmeltInto_Calcium=Calcium - I:MaterialTypes_33=33 - I:MeltingPoint_1115=1115 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - carbon { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C=C - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VITREUS,IGNIS"=,VITREUS,IGNIS - S:"MatRGBA_20,20,20,0,"=20,20,20,0, - S:MaterialArcSmeltInto_Carbon=Carbon - S:MaterialDirectSmeltInto_Carbon=Carbon - I:MaterialID_10=10 - S:MaterialMacerateInto_Carbon=Carbon - S:MaterialName_Carbon=Carbon - S:MaterialSmeltInto_Carbon=Carbon - I:MaterialTypes_243=243 - I:MeltingPoint_3800=3800 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cadmium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Cd=Cd - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,POTENTIA,VENENUM"=,METALLUM,POTENTIA,VENENUM - S:"MatRGBA_50,50,60,0,"=50,50,60,0, - S:MaterialArcSmeltInto_Cadmium=Cadmium - S:MaterialDirectSmeltInto_Cadmium=Cadmium - I:MaterialID_55=55 - S:MaterialMacerateInto_Cadmium=Cadmium - S:MaterialName_Cadmium=Cadmium - S:MaterialSmeltInto_Cadmium=Cadmium - I:MaterialTypes_33=33 - I:MeltingPoint_594=594 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cerium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1068=1068 - S:ChemicalFormula_Ce=Ce - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Cerium=Cerium - S:MaterialDirectSmeltInto_Cerium=Cerium - I:MaterialID_65=65 - S:MaterialMacerateInto_Cerium=Cerium - S:MaterialName_Cerium=Cerium - S:MaterialSmeltInto_Cerium=Cerium - I:MaterialTypes_35=35 - I:MeltingPoint_1068=1068 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chlorine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Cl=Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,AQUA,PANNUS"=,AQUA,PANNUS - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Chlorine=Chlorine - S:MaterialDirectSmeltInto_Chlorine=Chlorine - I:MaterialID_23=23 - S:MaterialMacerateInto_Chlorine=Chlorine - S:MaterialName_Chlorine=Chlorine - S:MaterialSmeltInto_Chlorine=Chlorine - I:MaterialTypes_48=48 - I:MeltingPoint_171=171 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chrome { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1700=1700 - S:ChemicalFormula_Cr=Cr - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Magnesium"=,Iron,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MACHINA"=,METALLUM,MACHINA - S:"MatRGBA_255,230,230,0,"=255,230,230,0, - S:MaterialArcSmeltInto_Chrome=Chrome - S:MaterialDirectSmeltInto_Chrome=Chrome - I:MaterialID_30=30 - S:MaterialMacerateInto_Chrome=Chrome - S:MaterialName_Chrome=Chrome - S:MaterialSmeltInto_Chrome=Chrome - I:MaterialTypes_235=235 - I:MeltingPoint_2180=2180 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_11.0=11.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cobalt { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Co=Co - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Cobaltite"=,Cobaltite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_SODIUMPERSULFATE,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_SODIUMPERSULFATE,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM"=,METALLUM,INSTRUMENTUM - S:"MatRGBA_80,80,250,0,"=80,80,250,0, - S:MaterialArcSmeltInto_Cobalt=Cobalt - S:MaterialDirectSmeltInto_Cobalt=Cobalt - I:MaterialID_33=33 - S:MaterialMacerateInto_Cobalt=Cobalt - S:MaterialName_Cobalt=Cobalt - S:MaterialSmeltInto_Cobalt=Cobalt - I:MaterialTypes_99=99 - I:MeltingPoint_1768=1768 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_512=512 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - copper { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Cu=Cu - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Cobalt,Gold,Nickel"=,Cobalt,Gold,Nickel - S:"ListMaterialReRegistrations_,AnyCopper"=,AnyCopper - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_SODIUMPERSULFATE,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_SODIUMPERSULFATE,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO"=,METALLUM,PERMUTATIO - S:"MatRGBA_255,100,0,0,"=255,100,0,0, - S:MaterialArcSmeltInto_AnnealedCopper=AnnealedCopper - S:MaterialDirectSmeltInto_Copper=Copper - I:MaterialID_35=35 - S:MaterialMacerateInto_Copper=Copper - S:MaterialName_Copper=Copper - S:MaterialSmeltInto_Copper=Copper - I:MaterialTypes_171=171 - I:MeltingPoint_1357=1357 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - deuterium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_D=D - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,AQUA"=,AQUA - S:"MatRGBA_255,255,0,240,"=255,255,0,240, - S:MaterialArcSmeltInto_Deuterium=Deuterium - S:MaterialDirectSmeltInto_Deuterium=Deuterium - I:MaterialID_2=2 - S:MaterialMacerateInto_Deuterium=Deuterium - S:MaterialName_Deuterium=Deuterium - S:MaterialSmeltInto_Deuterium=Deuterium - I:MaterialTypes_48=48 - I:MeltingPoint_14=14 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - dysprosium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1680=1680 - S:ChemicalFormula_Dy=Dy - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,METALLUM"=,METALLUM - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Dysprosium=Dysprosium - S:MaterialDirectSmeltInto_Dysprosium=Dysprosium - I:MaterialID_73=73 - S:MaterialMacerateInto_Dysprosium=Dysprosium - S:MaterialName_Dysprosium=Dysprosium - S:MaterialSmeltInto_Dysprosium=Dysprosium - I:MaterialTypes_35=35 - I:MeltingPoint_1680=1680 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - erbium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1802=1802 - S:ChemicalFormula_Er=Er - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Erbium=Erbium - S:MaterialDirectSmeltInto_Erbium=Erbium - I:MaterialID_75=75 - S:MaterialMacerateInto_Erbium=Erbium - S:MaterialName_Erbium=Erbium - S:MaterialSmeltInto_Erbium=Erbium - I:MaterialTypes_35=35 - I:MeltingPoint_1802=1802 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - europium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1099=1099 - S:ChemicalFormula_Eu=Eu - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Europium=Europium - S:MaterialDirectSmeltInto_Europium=Europium - I:MaterialID_70=70 - S:MaterialMacerateInto_Europium=Europium - S:MaterialName_Europium=Europium - S:MaterialSmeltInto_Europium=Europium - I:MaterialTypes_35=35 - I:MeltingPoint_1099=1099 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fluorine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_F=F - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,PERDITIO"=,PERDITIO - S:"MatRGBA_255,255,255,127,"=255,255,255,127, - S:MaterialArcSmeltInto_Fluorine=Fluorine - S:MaterialDirectSmeltInto_Fluorine=Fluorine - I:MaterialID_14=14 - S:MaterialMacerateInto_Fluorine=Fluorine - S:MaterialName_Fluorine=Fluorine - S:MaterialSmeltInto_Fluorine=Fluorine - I:MaterialTypes_48=48 - I:MeltingPoint_53=53 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - gadolinium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1585=1585 - S:ChemicalFormula_Gd=Gd - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Gadolinium=Gadolinium - S:MaterialDirectSmeltInto_Gadolinium=Gadolinium - I:MaterialID_71=71 - S:MaterialMacerateInto_Gadolinium=Gadolinium - S:MaterialName_Gadolinium=Gadolinium - S:MaterialSmeltInto_Gadolinium=Gadolinium - I:MaterialTypes_35=35 - I:MeltingPoint_1585=1585 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - gallium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ga=Ga - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,ELECTRUM"=,METALLUM,ELECTRUM - S:"MatRGBA_220,220,255,0,"=220,220,255,0, - S:MaterialArcSmeltInto_Gallium=Gallium - S:MaterialDirectSmeltInto_Gallium=Gallium - I:MaterialID_37=37 - S:MaterialMacerateInto_Gallium=Gallium - S:MaterialName_Gallium=Gallium - S:MaterialSmeltInto_Gallium=Gallium - I:MaterialTypes_35=35 - I:MeltingPoint_302=302 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - gold { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Au=Au - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.damage.undead=enchantment.damage.undead - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Copper,Nickel"=,Copper,Nickel - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,METALLUM,LUCRUM"=,METALLUM,LUCRUM - S:"MatRGBA_255,255,30,0,"=255,255,30,0, - S:MaterialArcSmeltInto_Gold=Gold - S:MaterialDirectSmeltInto_Gold=Gold - I:MaterialID_86=86 - S:MaterialMacerateInto_Gold=Gold - S:MaterialName_Gold=Gold - S:MaterialSmeltInto_Gold=Gold - I:MaterialTypes_235=235 - I:MeltingPoint_1337=1337 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - holmium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1734=1734 - S:ChemicalFormula_Ho=Ho - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Holmium=Holmium - S:MaterialDirectSmeltInto_Holmium=Holmium - I:MaterialID_74=74 - S:MaterialMacerateInto_Holmium=Holmium - S:MaterialName_Holmium=Holmium - S:MaterialSmeltInto_Holmium=Holmium - I:MaterialTypes_35=35 - I:MeltingPoint_1734=1734 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hydrogen { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H=H - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_20=20 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,AQUA"=,AQUA - S:"MatRGBA_0,0,255,240,"=0,0,255,240, - S:MaterialArcSmeltInto_Hydrogen=Hydrogen - S:MaterialDirectSmeltInto_Hydrogen=Hydrogen - I:MaterialID_1=1 - S:MaterialMacerateInto_Hydrogen=Hydrogen - S:MaterialName_Hydrogen=Hydrogen - S:MaterialSmeltInto_Hydrogen=Hydrogen - I:MaterialTypes_48=48 - I:MeltingPoint_14=14 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - helium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_He=He - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,AER"=,AER - S:"MatRGBA_255,255,0,240,"=255,255,0,240, - S:MaterialArcSmeltInto_Helium=Helium - S:MaterialDirectSmeltInto_Helium=Helium - I:MaterialID_4=4 - S:MaterialMacerateInto_Helium=Helium - S:MaterialName_Helium=Helium - S:MaterialSmeltInto_Helium=Helium - I:MaterialTypes_48=48 - I:MeltingPoint_1=1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - helium_3 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_He-3=He-3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,AER"=,AER - S:"MatRGBA_255,255,0,240,"=255,255,0,240, - S:MaterialArcSmeltInto_Helium_3=Helium_3 - S:MaterialDirectSmeltInto_Helium_3=Helium_3 - I:MaterialID_5=5 - S:MaterialMacerateInto_Helium_3=Helium_3 - S:MaterialName_Helium-3=Helium-3 - S:MaterialSmeltInto_Helium_3=Helium_3 - I:MaterialTypes_48=48 - I:MeltingPoint_1=1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - indium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_In=In - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_64,0,128,0,"=64,0,128,0, - S:MaterialArcSmeltInto_Indium=Indium - S:MaterialDirectSmeltInto_Indium=Indium - I:MaterialID_56=56 - S:MaterialMacerateInto_Indium=Indium - S:MaterialName_Indium=Indium - S:MaterialSmeltInto_Indium=Indium - I:MaterialTypes_35=35 - I:MeltingPoint_429=429 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - iridium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2719=2719 - S:ChemicalFormula_Ir=Ir - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Platinum,Osmium"=,Platinum,Osmium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MACHINA"=,METALLUM,MACHINA - S:"MatRGBA_240,240,245,0,"=240,240,245,0, - S:MaterialArcSmeltInto_Iridium=Iridium - S:MaterialDirectSmeltInto_Iridium=Iridium - I:MaterialID_84=84 - S:MaterialMacerateInto_Iridium=Iridium - S:MaterialName_Iridium=Iridium - S:MaterialSmeltInto_Iridium=Iridium - I:MaterialTypes_235=235 - I:MeltingPoint_2719=2719 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_2560=2560 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - iron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe=Fe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Nickel,Tin"=,Nickel,Tin - S:"ListMaterialReRegistrations_,AnyIron"=,AnyIron - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,METALLUM"=,METALLUM - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_WroughtIron=WroughtIron - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_32=32 - S:MaterialMacerateInto_Iron=Iron - S:MaterialName_Iron=Iron - S:MaterialSmeltInto_Iron=Iron - I:MaterialTypes_235=235 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lanthanum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1193=1193 - S:ChemicalFormula_La=La - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Lanthanum=Lanthanum - S:MaterialDirectSmeltInto_Lanthanum=Lanthanum - I:MaterialID_64=64 - S:MaterialMacerateInto_Lanthanum=Lanthanum - S:MaterialName_Lanthanum=Lanthanum - S:MaterialSmeltInto_Lanthanum=Lanthanum - I:MaterialTypes_35=35 - I:MeltingPoint_1193=1193 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lead { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pb=Pb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Silver,Sulfur"=,Silver,Sulfur - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE,SOLDERING_MATERIAL,SOLDERING_MATERIAL_BAD"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE,SOLDERING_MATERIAL,SOLDERING_MATERIAL_BAD - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,ORDO"=,METALLUM,ORDO - S:"MatRGBA_140,100,140,0,"=140,100,140,0, - S:MaterialArcSmeltInto_Lead=Lead - S:MaterialDirectSmeltInto_Lead=Lead - I:MaterialID_89=89 - S:MaterialMacerateInto_Lead=Lead - S:MaterialName_Lead=Lead - S:MaterialSmeltInto_Lead=Lead - I:MaterialTypes_235=235 - I:MeltingPoint_600=600 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lithium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Li=Li - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Lithium"=,Lithium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,VITREUS,POTENTIA"=,VITREUS,POTENTIA - S:"MatRGBA_225,220,255,0,"=225,220,255,0, - S:MaterialArcSmeltInto_Lithium=Lithium - S:MaterialDirectSmeltInto_Lithium=Lithium - I:MaterialID_6=6 - S:MaterialMacerateInto_Lithium=Lithium - S:MaterialName_Lithium=Lithium - S:MaterialSmeltInto_Lithium=Lithium - I:MaterialTypes_43=43 - I:MeltingPoint_454=454 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lutetium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1925=1925 - S:ChemicalFormula_Lu=Lu - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Lutetium=Lutetium - S:MaterialDirectSmeltInto_Lutetium=Lutetium - I:MaterialID_78=78 - S:MaterialMacerateInto_Lutetium=Lutetium - S:MaterialName_Lutetium=Lutetium - S:MaterialSmeltInto_Lutetium=Lutetium - I:MaterialTypes_35=35 - I:MeltingPoint_1925=1925 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ma=Ma - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_32=32 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,CRYSTAL,MAGICAL,UNBURNABLE"=,HAS_COLOR,SMELTING_TO_FLUID,CRYSTAL,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,4"=,4 - S:"ListTCAspects_,PRAECANTATIO"=,PRAECANTATIO - S:"MatRGBA_100,0,200,0,"=100,0,200,0, - S:MaterialArcSmeltInto_Magic=Magic - S:MaterialDirectSmeltInto_Magic=Magic - I:MaterialID_-128=-128 - S:MaterialMacerateInto_Magic=Magic - S:MaterialName_Magic=Magic - S:MaterialSmeltInto_Magic=Magic - I:MaterialTypes_247=247 - I:MeltingPoint_5000=5000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_7=7 - I:ToolDurability_5120=5120 - I:ToolQuality_5=5 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magnesium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Mg=Mg - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Olivine"=,Olivine - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,SANO"=,METALLUM,SANO - S:"MatRGBA_255,200,200,0,"=255,200,200,0, - S:MaterialArcSmeltInto_Magnesium=Magnesium - S:MaterialDirectSmeltInto_Magnesium=Magnesium - I:MaterialID_18=18 - S:MaterialMacerateInto_Magnesium=Magnesium - S:MaterialName_Magnesium=Magnesium - S:MaterialSmeltInto_Magnesium=Magnesium - I:MaterialTypes_35=35 - I:MeltingPoint_923=923 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - manganese { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Mn=Mn - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Chrome,Iron"=,Chrome,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,METALLUM"=,METALLUM - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Manganese=Manganese - S:MaterialDirectSmeltInto_Manganese=Manganese - I:MaterialID_31=31 - S:MaterialMacerateInto_Manganese=Manganese - S:MaterialName_Manganese=Manganese - S:MaterialSmeltInto_Manganese=Manganese - I:MaterialTypes_107=107 - I:MeltingPoint_1519=1519 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mercury { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Hg=Hg - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_32=32 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,Mercury"=,Mercury - S:"ListSubTags_,HAS_COLOR,METAL,SMELTING_TO_GEM"=,HAS_COLOR,METAL,SMELTING_TO_GEM - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,AQUA,VENENUM"=,METALLUM,AQUA,VENENUM - S:"MatRGBA_255,220,220,0,"=255,220,220,0, - S:MaterialArcSmeltInto_Mercury=Mercury - S:MaterialDirectSmeltInto_Mercury=Mercury - I:MaterialID_87=87 - S:MaterialMacerateInto_Mercury=Mercury - S:MaterialName_Mercury=Mercury - S:MaterialSmeltInto_Mercury=Mercury - I:MaterialTypes_48=48 - I:MeltingPoint_234=234 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - molybdenum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Mo=Mo - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM"=,METALLUM,INSTRUMENTUM - S:"MatRGBA_180,180,220,0,"=180,180,220,0, - S:MaterialArcSmeltInto_Molybdenum=Molybdenum - S:MaterialDirectSmeltInto_Molybdenum=Molybdenum - I:MaterialID_48=48 - S:MaterialMacerateInto_Molybdenum=Molybdenum - S:MaterialName_Molybdenum=Molybdenum - S:MaterialSmeltInto_Molybdenum=Molybdenum - I:MaterialTypes_107=107 - I:MeltingPoint_2896=2896 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - neodymium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1297=1297 - S:ChemicalFormula_Nd=Nd - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Monazite,RareEarth"=,Monazite,RareEarth - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_100,100,100,0,"=100,100,100,0, - S:MaterialArcSmeltInto_Neodymium=Neodymium - S:MaterialDirectSmeltInto_Neodymium=Neodymium - I:MaterialID_67=67 - S:MaterialMacerateInto_Neodymium=Neodymium - S:MaterialName_Neodymium=Neodymium - S:MaterialSmeltInto_Neodymium=Neodymium - I:MaterialTypes_235=235 - I:MeltingPoint_1297=1297 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - neutronium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Nt=Nt - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Neutronium"=,Neutronium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,4,3,2"=,4,3,2 - S:"ListTCAspects_,METALLUM,VITREUS,ALIENIS"=,METALLUM,VITREUS,ALIENIS - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Neutronium=Neutronium - S:MaterialDirectSmeltInto_Neutronium=Neutronium - I:MaterialID_129=129 - S:MaterialMacerateInto_Neutronium=Neutronium - S:MaterialName_Neutronium=Neutronium - S:MaterialSmeltInto_Neutronium=Neutronium - I:MaterialTypes_227=227 - I:MeltingPoint_10000=10000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_20=20 - I:ToolDurability_655360=655360 - I:ToolQuality_6=6 - D:ToolSpeed_24.0=24.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nickel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ni=Ni - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Cobalt,Platinum,Iron"=,Cobalt,Platinum,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,WASHING_SODIUMPERSULFATE,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,WASHING_SODIUMPERSULFATE,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,IGNIS"=,METALLUM,IGNIS - S:"MatRGBA_200,200,250,0,"=200,200,250,0, - S:MaterialArcSmeltInto_Nickel=Nickel - S:MaterialDirectSmeltInto_Nickel=Nickel - I:MaterialID_34=34 - S:MaterialMacerateInto_Nickel=Nickel - S:MaterialName_Nickel=Nickel - S:MaterialSmeltInto_Nickel=Nickel - I:MaterialTypes_235=235 - I:MeltingPoint_1728=1728 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - niobium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2750=2750 - S:ChemicalFormula_Nb=Nb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,ELECTRUM"=,METALLUM,ELECTRUM - S:"MatRGBA_190,180,200,0,"=190,180,200,0, - S:MaterialArcSmeltInto_Niobium=Niobium - S:MaterialDirectSmeltInto_Niobium=Niobium - I:MaterialID_47=47 - S:MaterialMacerateInto_Niobium=Niobium - S:MaterialName_Niobium=Niobium - S:MaterialSmeltInto_Niobium=Niobium - I:MaterialTypes_35=35 - I:MeltingPoint_2750=2750 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitrogen { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_N=N - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,AER"=,AER - S:"MatRGBA_0,150,200,240,"=0,150,200,240, - S:MaterialArcSmeltInto_Nitrogen=Nitrogen - S:MaterialDirectSmeltInto_Nitrogen=Nitrogen - I:MaterialID_12=12 - S:MaterialMacerateInto_Nitrogen=Nitrogen - S:MaterialName_Nitrogen=Nitrogen - S:MaterialSmeltInto_Nitrogen=Nitrogen - I:MaterialTypes_48=48 - I:MeltingPoint_63=63 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - osmium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_3306=3306 - S:ChemicalFormula_Os=Os - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iridium"=,Iridium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL - S:"ListTCAspectAmounts_,2,1,1"=,2,1,1 - S:"ListTCAspects_,METALLUM,MACHINA,NEBRISUM"=,METALLUM,MACHINA,NEBRISUM - S:"MatRGBA_50,50,255,0,"=50,50,255,0, - S:MaterialArcSmeltInto_Osmium=Osmium - S:MaterialDirectSmeltInto_Osmium=Osmium - I:MaterialID_83=83 - S:MaterialMacerateInto_Osmium=Osmium - S:MaterialName_Osmium=Osmium - S:MaterialSmeltInto_Osmium=Osmium - I:MaterialTypes_235=235 - I:MeltingPoint_3306=3306 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_1280=1280 - I:ToolQuality_4=4 - D:ToolSpeed_16.0=16.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - oxygen { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_O=O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,AER"=,AER - S:"MatRGBA_0,100,200,240,"=0,100,200,240, - S:MaterialArcSmeltInto_Oxygen=Oxygen - S:MaterialDirectSmeltInto_Oxygen=Oxygen - I:MaterialID_13=13 - S:MaterialMacerateInto_Oxygen=Oxygen - S:MaterialName_Oxygen=Oxygen - S:MaterialSmeltInto_Oxygen=Oxygen - I:MaterialTypes_48=48 - I:MeltingPoint_54=54 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - palladium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1828=1828 - S:ChemicalFormula_Pd=Pd - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,METALLUM"=,METALLUM - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_Palladium=Palladium - S:MaterialDirectSmeltInto_Palladium=Palladium - I:MaterialID_52=52 - S:MaterialMacerateInto_Palladium=Palladium - S:MaterialName_Palladium=Palladium - S:MaterialSmeltInto_Palladium=Palladium - I:MaterialTypes_235=235 - I:MeltingPoint_1828=1828 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phosphor { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_P=P - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Phosphate"=,Phosphate - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,IGNIS,POTENTIA"=,IGNIS,POTENTIA - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Phosphor=Phosphor - S:MaterialDirectSmeltInto_Phosphor=Phosphor - I:MaterialID_21=21 - S:MaterialMacerateInto_Phosphor=Phosphor - S:MaterialName_Phosphor=Phosphor - S:MaterialSmeltInto_Phosphor=Phosphor - I:MaterialTypes_33=33 - I:MeltingPoint_317=317 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - platinum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pt=Pt - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.undead=enchantment.damage.undead - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Nickel,Iridium"=,Nickel,Iridium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,NEBRISUM"=,METALLUM,NEBRISUM - S:"MatRGBA_255,255,200,0,"=255,255,200,0, - S:MaterialArcSmeltInto_Platinum=Platinum - S:MaterialDirectSmeltInto_Platinum=Platinum - I:MaterialID_85=85 - S:MaterialMacerateInto_Platinum=Platinum - S:MaterialName_Platinum=Platinum - S:MaterialSmeltInto_Platinum=Platinum - I:MaterialTypes_235=235 - I:MeltingPoint_2041=2041 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_6=6 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - plutonium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pu=Pu - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Uranium,Lead"=,Uranium,Lead - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_240,50,50,0,"=240,50,50,0, - S:MaterialArcSmeltInto_Plutonium=Plutonium - S:MaterialDirectSmeltInto_Plutonium=Plutonium - I:MaterialID_100=100 - S:MaterialMacerateInto_Plutonium=Plutonium - S:"MaterialName_Plutonium 239"=Plutonium 239 - S:MaterialSmeltInto_Plutonium=Plutonium - I:MaterialTypes_107=107 - I:MeltingPoint_912=912 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_6=6 - I:ToolDurability_512=512 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - plutonium241 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pu-241=Pu-241 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,3"=,2,3 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_250,70,70,0,"=250,70,70,0, - S:MaterialArcSmeltInto_Plutonium241=Plutonium241 - S:MaterialDirectSmeltInto_Plutonium241=Plutonium241 - I:MaterialID_101=101 - S:MaterialMacerateInto_Plutonium241=Plutonium241 - S:"MaterialName_Plutonium 241"=Plutonium 241 - S:MaterialSmeltInto_Plutonium241=Plutonium241 - I:MaterialTypes_99=99 - I:MeltingPoint_912=912 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_6=6 - I:ToolDurability_512=512 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - potassium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_K=K - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA"=,VITREUS,POTENTIA - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Potassium=Potassium - S:MaterialDirectSmeltInto_Potassium=Potassium - I:MaterialID_25=25 - S:MaterialMacerateInto_Potassium=Potassium - S:MaterialName_Potassium=Potassium - S:MaterialSmeltInto_Potassium=Potassium - I:MaterialTypes_35=35 - I:MeltingPoint_336=336 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - praseodymium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1208=1208 - S:ChemicalFormula_Pr=Pr - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Praseodymium=Praseodymium - S:MaterialDirectSmeltInto_Praseodymium=Praseodymium - I:MaterialID_66=66 - S:MaterialMacerateInto_Praseodymium=Praseodymium - S:MaterialName_Praseodymium=Praseodymium - S:MaterialSmeltInto_Praseodymium=Praseodymium - I:MaterialTypes_35=35 - I:MeltingPoint_1208=1208 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - promethium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1315=1315 - S:ChemicalFormula_Pm=Pm - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Promethium=Promethium - S:MaterialDirectSmeltInto_Promethium=Promethium - I:MaterialID_68=68 - S:MaterialMacerateInto_Promethium=Promethium - S:MaterialName_Promethium=Promethium - S:MaterialSmeltInto_Promethium=Promethium - I:MaterialTypes_35=35 - I:MeltingPoint_1315=1315 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - radon { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Rn=Rn - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,AER,RADIO"=,AER,RADIO - S:"MatRGBA_255,0,255,240,"=255,0,255,240, - S:MaterialArcSmeltInto_Radon=Radon - S:MaterialDirectSmeltInto_Radon=Radon - I:MaterialID_93=93 - S:MaterialMacerateInto_Radon=Radon - S:MaterialName_Radon=Radon - S:MaterialSmeltInto_Radon=Radon - I:MaterialTypes_48=48 - I:MeltingPoint_202=202 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - rubidium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Rb=Rb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,VITREUS"=,METALLUM,VITREUS - S:"MatRGBA_240,30,30,0,"=240,30,30,0, - S:MaterialArcSmeltInto_Rubidium=Rubidium - S:MaterialDirectSmeltInto_Rubidium=Rubidium - I:MaterialID_43=43 - S:MaterialMacerateInto_Rubidium=Rubidium - S:MaterialName_Rubidium=Rubidium - S:MaterialSmeltInto_Rubidium=Rubidium - I:MaterialTypes_35=35 - I:MeltingPoint_312=312 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - samarium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1345=1345 - S:ChemicalFormula_Sm=Sm - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Samarium=Samarium - S:MaterialDirectSmeltInto_Samarium=Samarium - I:MaterialID_69=69 - S:MaterialMacerateInto_Samarium=Samarium - S:MaterialName_Samarium=Samarium - S:MaterialSmeltInto_Samarium=Samarium - I:MaterialTypes_35=35 - I:MeltingPoint_1345=1345 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - scandium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1814=1814 - S:ChemicalFormula_Sc=Sc - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Scandium=Scandium - S:MaterialDirectSmeltInto_Scandium=Scandium - I:MaterialID_27=27 - S:MaterialMacerateInto_Scandium=Scandium - S:MaterialName_Scandium=Scandium - S:MaterialSmeltInto_Scandium=Scandium - I:MaterialTypes_35=35 - I:MeltingPoint_1814=1814 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - silicon { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_1687=1687 - S:ChemicalFormula_Si=Si - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,SiliconDioxide"=,SiliconDioxide - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,TENEBRAE"=,METALLUM,TENEBRAE - S:"MatRGBA_60,60,80,0,"=60,60,80,0, - S:MaterialArcSmeltInto_Silicon=Silicon - S:MaterialDirectSmeltInto_Silicon=Silicon - I:MaterialID_20=20 - S:MaterialMacerateInto_Silicon=Silicon - S:MaterialName_Silicon=Silicon - S:MaterialSmeltInto_Silicon=Silicon - I:MaterialTypes_35=35 - I:MeltingPoint_1687=1687 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - silver { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ag=Ag - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Lead,Sulfur"=,Lead,Sulfur - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,LUCRUM"=,METALLUM,LUCRUM - S:"MatRGBA_220,220,255,0,"=220,220,255,0, - S:MaterialArcSmeltInto_Silver=Silver - S:MaterialDirectSmeltInto_Silver=Silver - I:MaterialID_54=54 - S:MaterialMacerateInto_Silver=Silver - S:MaterialName_Silver=Silver - S:MaterialSmeltInto_Silver=Silver - I:MaterialTypes_235=235 - I:MeltingPoint_1234=1234 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Na=Na - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,VITREUS,LUX"=,VITREUS,LUX - S:"MatRGBA_0,0,150,0,"=0,0,150,0, - S:MaterialArcSmeltInto_Sodium=Sodium - S:MaterialDirectSmeltInto_Sodium=Sodium - I:MaterialID_17=17 - S:MaterialMacerateInto_Sodium=Sodium - S:MaterialName_Sodium=Sodium - S:MaterialSmeltInto_Sodium=Sodium - I:MaterialTypes_33=33 - I:MeltingPoint_370=370 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - strontium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Sr=Sr - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,STRONTIO"=,METALLUM,STRONTIO - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_Strontium=Strontium - S:MaterialDirectSmeltInto_Strontium=Strontium - I:MaterialID_44=44 - S:MaterialMacerateInto_Strontium=Strontium - S:MaterialName_Strontium=Strontium - S:MaterialSmeltInto_Strontium=Strontium - I:MaterialTypes_33=33 - I:MeltingPoint_1050=1050 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfur { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_S=S - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Sulfur"=,Sulfur - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING,FLAMMABLE"=,HAS_COLOR,NO_SMASHING,NO_SMELTING,FLAMMABLE - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,IGNIS"=,IGNIS - S:"MatRGBA_200,200,0,0,"=200,200,0,0, - S:MaterialArcSmeltInto_Sulfur=Sulfur - S:MaterialDirectSmeltInto_Sulfur=Sulfur - I:MaterialID_22=22 - S:MaterialMacerateInto_Sulfur=Sulfur - S:MaterialName_Sulfur=Sulfur - S:MaterialSmeltInto_Sulfur=Sulfur - I:MaterialTypes_41=41 - I:MeltingPoint_388=388 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tantalum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ta=Ta - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,VINCULUM"=,METALLUM,VINCULUM - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Tantalum=Tantalum - S:MaterialDirectSmeltInto_Tantalum=Tantalum - I:MaterialID_80=80 - S:MaterialMacerateInto_Tantalum=Tantalum - S:MaterialName_Tantalum=Tantalum - S:MaterialSmeltInto_Tantalum=Tantalum - I:MaterialTypes_35=35 - I:MeltingPoint_3290=3290 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tellurium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Te=Te - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Tellurium=Tellurium - S:MaterialDirectSmeltInto_Tellurium=Tellurium - I:MaterialID_59=59 - S:MaterialMacerateInto_Tellurium=Tellurium - S:MaterialName_Tellurium=Tellurium - S:MaterialSmeltInto_Tellurium=Tellurium - I:MaterialTypes_35=35 - I:MeltingPoint_722=722 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - terbium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1629=1629 - S:ChemicalFormula_Tb=Tb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Terbium=Terbium - S:MaterialDirectSmeltInto_Terbium=Terbium - I:MaterialID_72=72 - S:MaterialMacerateInto_Terbium=Terbium - S:MaterialName_Terbium=Terbium - S:MaterialSmeltInto_Terbium=Terbium - I:MaterialTypes_35=35 - I:MeltingPoint_1629=1629 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - thorium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Th=Th - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Uranium,Lead"=,Uranium,Lead - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_0,30,0,0,"=0,30,0,0, - S:MaterialArcSmeltInto_Thorium=Thorium - S:MaterialDirectSmeltInto_Thorium=Thorium - I:MaterialID_96=96 - S:MaterialMacerateInto_Thorium=Thorium - S:MaterialName_Thorium=Thorium - S:MaterialSmeltInto_Thorium=Thorium - I:MaterialTypes_107=107 - I:MeltingPoint_2115=2115 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - thulium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1818=1818 - S:ChemicalFormula_Tm=Tm - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Thulium=Thulium - S:MaterialDirectSmeltInto_Thulium=Thulium - I:MaterialID_76=76 - S:MaterialMacerateInto_Thulium=Thulium - S:MaterialName_Thulium=Thulium - S:MaterialSmeltInto_Thulium=Thulium - I:MaterialTypes_35=35 - I:MeltingPoint_1818=1818 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tin { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_505=505 - S:ChemicalFormula_Sn=Sn - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Zinc"=,Iron,Zinc - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL,MORTAR_GRINDABLE,SOLDERING_MATERIAL"=,HAS_COLOR,SMELTING_TO_FLUID,ELECTROMAGNETIC_SEPERATION_IRON,METAL,MORTAR_GRINDABLE,SOLDERING_MATERIAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,VITREUS"=,METALLUM,VITREUS - S:"MatRGBA_220,220,220,0,"=220,220,220,0, - S:MaterialArcSmeltInto_Tin=Tin - S:MaterialDirectSmeltInto_Tin=Tin - I:MaterialID_57=57 - S:MaterialMacerateInto_Tin=Tin - S:MaterialName_Tin=Tin - S:MaterialSmeltInto_Tin=Tin - I:MaterialTypes_171=171 - I:MeltingPoint_505=505 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - titanium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1940=1940 - S:ChemicalFormula_Ti=Ti - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Almandine"=,Almandine - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,TUTAMEN"=,METALLUM,TUTAMEN - S:"MatRGBA_220,160,240,0,"=220,160,240,0, - S:MaterialArcSmeltInto_Titanium=Titanium - S:MaterialDirectSmeltInto_Titanium=Titanium - I:MaterialID_28=28 - S:MaterialMacerateInto_Titanium=Titanium - S:MaterialName_Titanium=Titanium - S:MaterialSmeltInto_Titanium=Titanium - I:MaterialTypes_235=235 - I:MeltingPoint_1941=1941 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_1600=1600 - I:ToolQuality_3=3 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tritium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_T=T - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,4"=,4 - S:"ListTCAspects_,AQUA"=,AQUA - S:"MatRGBA_255,0,0,240,"=255,0,0,240, - S:MaterialArcSmeltInto_Tritium=Tritium - S:MaterialDirectSmeltInto_Tritium=Tritium - I:MaterialID_3=3 - S:MaterialMacerateInto_Tritium=Tritium - S:MaterialName_Tritium=Tritium - S:MaterialSmeltInto_Tritium=Tritium - I:MaterialTypes_48=48 - I:MeltingPoint_14=14 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - tungsten { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_3000=3000 - S:ChemicalFormula_W=W - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Manganese,Molybdenum"=,Manganese,Molybdenum - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3,1"=,3,1 - S:"ListTCAspects_,METALLUM,TUTAMEN"=,METALLUM,TUTAMEN - S:"MatRGBA_50,50,50,0,"=50,50,50,0, - S:MaterialArcSmeltInto_Tungsten=Tungsten - S:MaterialDirectSmeltInto_Tungsten=Tungsten - I:MaterialID_81=81 - S:MaterialMacerateInto_Tungsten=Tungsten - S:MaterialName_Tungsten=Tungsten - S:MaterialSmeltInto_Tungsten=Tungsten - I:MaterialTypes_227=227 - I:MeltingPoint_3695=3695 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_2560=2560 - I:ToolQuality_3=3 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - uranium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_U=U - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Lead,Uranium235,Thorium"=,Lead,Uranium235,Thorium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_50,240,50,0,"=50,240,50,0, - S:MaterialArcSmeltInto_Uranium=Uranium - S:MaterialDirectSmeltInto_Uranium=Uranium - I:MaterialID_98=98 - S:MaterialMacerateInto_Uranium=Uranium - S:"MaterialName_Uranium 238"=Uranium 238 - S:MaterialSmeltInto_Uranium=Uranium - I:MaterialTypes_107=107 - I:MeltingPoint_1405=1405 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - uranium235 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_U-235=U-235 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_70,250,70,0,"=70,250,70,0, - S:MaterialArcSmeltInto_Uranium235=Uranium235 - S:MaterialDirectSmeltInto_Uranium235=Uranium235 - I:MaterialID_97=97 - S:MaterialMacerateInto_Uranium235=Uranium235 - S:"MaterialName_Uranium 235"=Uranium 235 - S:MaterialSmeltInto_Uranium235=Uranium235 - I:MaterialTypes_107=107 - I:MeltingPoint_1405=1405 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vanadium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2183=2183 - S:ChemicalFormula_V=V - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_50,50,50,0,"=50,50,50,0, - S:MaterialArcSmeltInto_Vanadium=Vanadium - S:MaterialDirectSmeltInto_Vanadium=Vanadium - I:MaterialID_29=29 - S:MaterialMacerateInto_Vanadium=Vanadium - S:MaterialName_Vanadium=Vanadium - S:MaterialSmeltInto_Vanadium=Vanadium - I:MaterialTypes_35=35 - I:MeltingPoint_2183=2183 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ytterbium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1097=1097 - S:ChemicalFormula_Yb=Yb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Ytterbium=Ytterbium - S:MaterialDirectSmeltInto_Ytterbium=Ytterbium - I:MaterialID_77=77 - S:MaterialMacerateInto_Ytterbium=Ytterbium - S:MaterialName_Ytterbium=Ytterbium - S:MaterialSmeltInto_Ytterbium=Ytterbium - I:MaterialTypes_35=35 - I:MeltingPoint_1097=1097 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - yttrium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1799=1799 - S:ChemicalFormula_Y=Y - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,RADIO"=,METALLUM,RADIO - S:"MatRGBA_220,250,220,0,"=220,250,220,0, - S:MaterialArcSmeltInto_Yttrium=Yttrium - S:MaterialDirectSmeltInto_Yttrium=Yttrium - I:MaterialID_45=45 - S:MaterialMacerateInto_Yttrium=Yttrium - S:MaterialName_Yttrium=Yttrium - S:MaterialSmeltInto_Yttrium=Yttrium - I:MaterialTypes_35=35 - I:MeltingPoint_1799=1799 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - zinc { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Zn=Zn - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Tin,Gallium"=,Tin,Gallium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_SODIUMPERSULFATE,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_SODIUMPERSULFATE,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,SANO"=,METALLUM,SANO - S:"MatRGBA_250,240,240,0,"=250,240,240,0, - S:MaterialArcSmeltInto_Zinc=Zinc - S:MaterialDirectSmeltInto_Zinc=Zinc - I:MaterialID_36=36 - S:MaterialMacerateInto_Zinc=Zinc - S:MaterialName_Zinc=Zinc - S:MaterialSmeltInto_Zinc=Zinc - I:MaterialTypes_43=43 - I:MeltingPoint_692=692 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - organic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,"=, - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Organic=Organic - S:MaterialDirectSmeltInto_Organic=Organic - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Organic=Organic - S:MaterialName_Organic=Organic - S:MaterialSmeltInto_Organic=Organic - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - anybronze { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,METAL"=,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_AnyBronze=AnyBronze - S:MaterialDirectSmeltInto_AnyBronze=AnyBronze - I:MaterialID_-1=-1 - S:MaterialMacerateInto_AnyBronze=AnyBronze - S:MaterialName_AnyBronze=AnyBronze - S:MaterialSmeltInto_AnyBronze=AnyBronze - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - anycopper { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,METAL"=,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_AnnealedCopper=AnnealedCopper - S:MaterialDirectSmeltInto_AnyCopper=AnyCopper - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Copper=Copper - S:MaterialName_AnyCopper=AnyCopper - S:MaterialSmeltInto_Copper=Copper - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - anyiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,METAL"=,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_WroughtIron=WroughtIron - S:MaterialDirectSmeltInto_AnyIron=AnyIron - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Iron=Iron - S:MaterialName_AnyIron=AnyIron - S:MaterialSmeltInto_Iron=Iron - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - anyrubber { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,"=, - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_AnyRubber=AnyRubber - S:MaterialDirectSmeltInto_AnyRubber=AnyRubber - I:MaterialID_-1=-1 - S:MaterialMacerateInto_AnyRubber=AnyRubber - S:MaterialName_AnyRubber=AnyRubber - S:MaterialSmeltInto_AnyRubber=AnyRubber - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - anysyntheticrubber { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,"=, - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_AnySyntheticRubber=AnySyntheticRubber - S:MaterialDirectSmeltInto_AnySyntheticRubber=AnySyntheticRubber - I:MaterialID_-1=-1 - S:MaterialMacerateInto_AnySyntheticRubber=AnySyntheticRubber - S:MaterialName_AnySyntheticRubber=AnySyntheticRubber - S:MaterialSmeltInto_AnySyntheticRubber=AnySyntheticRubber - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - crystal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,CRYSTAL,NO_SMASHING,NO_SMELTING"=,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Crystal=Crystal - S:MaterialDirectSmeltInto_Crystal=Crystal - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Crystal=Crystal - S:MaterialName_Crystal=Crystal - S:MaterialSmeltInto_Crystal=Crystal - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - quartz { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ"=,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Quartz=Quartz - S:MaterialDirectSmeltInto_Quartz=Quartz - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Quartz=Quartz - S:MaterialName_Quartz=Quartz - S:MaterialSmeltInto_Quartz=Quartz - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - metal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,METAL"=,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Metal=Metal - S:MaterialDirectSmeltInto_Metal=Metal - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Metal=Metal - S:MaterialName_Metal=Metal - S:MaterialSmeltInto_Metal=Metal - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - unknown { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,"=, - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Unknown=Unknown - S:MaterialDirectSmeltInto_Unknown=Unknown - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Unknown=Unknown - S:MaterialName_Unknown=Unknown - S:MaterialSmeltInto_Unknown=Unknown - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - cobblestone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,"=, - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Cobblestone=Cobblestone - S:MaterialDirectSmeltInto_Cobblestone=Cobblestone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Cobblestone=Cobblestone - S:MaterialName_Cobblestone=Cobblestone - S:MaterialSmeltInto_Cobblestone=Cobblestone - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - bricknether { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,"=, - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_BrickNether=BrickNether - S:MaterialDirectSmeltInto_BrickNether=BrickNether - I:MaterialID_-1=-1 - S:MaterialMacerateInto_BrickNether=BrickNether - S:MaterialName_BrickNether=BrickNether - S:MaterialSmeltInto_BrickNether=BrickNether - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_false=false - } - - tarpitch { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_TarPitch=TarPitch - S:MaterialDirectSmeltInto_TarPitch=TarPitch - I:MaterialID_-1=-1 - S:MaterialMacerateInto_TarPitch=TarPitch - S:"MaterialName_Tar Pitch"=Tar Pitch - S:MaterialSmeltInto_TarPitch=TarPitch - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - serpentine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Serpentine=Serpentine - S:MaterialDirectSmeltInto_Serpentine=Serpentine - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Serpentine=Serpentine - S:MaterialName_Serpentine=Serpentine - S:MaterialSmeltInto_Serpentine=Serpentine - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - flux { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Flux=Flux - S:MaterialDirectSmeltInto_Flux=Flux - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Flux=Flux - S:MaterialName_Flux=Flux - S:MaterialSmeltInto_Flux=Flux - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - redstonealloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_RedstoneAlloy=RedstoneAlloy - S:MaterialDirectSmeltInto_RedstoneAlloy=RedstoneAlloy - I:MaterialID_-1=-1 - S:MaterialMacerateInto_RedstoneAlloy=RedstoneAlloy - S:"MaterialName_Redstone Alloy"=Redstone Alloy - S:MaterialSmeltInto_RedstoneAlloy=RedstoneAlloy - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - osmiumtetroxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_OsmiumTetroxide=OsmiumTetroxide - S:MaterialDirectSmeltInto_OsmiumTetroxide=OsmiumTetroxide - I:MaterialID_-1=-1 - S:MaterialMacerateInto_OsmiumTetroxide=OsmiumTetroxide - S:"MaterialName_Osmium Tetroxide"=Osmium Tetroxide - S:MaterialSmeltInto_OsmiumTetroxide=OsmiumTetroxide - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rubbertreesap { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_RubberTreeSap=RubberTreeSap - S:MaterialDirectSmeltInto_RubberTreeSap=RubberTreeSap - I:MaterialID_-1=-1 - S:MaterialMacerateInto_RubberTreeSap=RubberTreeSap - S:"MaterialName_Rubber Tree Sap"=Rubber Tree Sap - S:MaterialSmeltInto_RubberTreeSap=RubberTreeSap - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - aquaregia { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_AquaRegia=AquaRegia - S:MaterialDirectSmeltInto_AquaRegia=AquaRegia - I:MaterialID_-1=-1 - S:MaterialMacerateInto_AquaRegia=AquaRegia - S:"MaterialName_Aqua Regia"=Aqua Regia - S:MaterialSmeltInto_AquaRegia=AquaRegia - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - solutionbluevitriol { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_SolutionBlueVitriol=SolutionBlueVitriol - S:MaterialDirectSmeltInto_SolutionBlueVitriol=SolutionBlueVitriol - I:MaterialID_-1=-1 - S:MaterialMacerateInto_SolutionBlueVitriol=SolutionBlueVitriol - S:"MaterialName_Blue Vitriol Solution"=Blue Vitriol Solution - S:MaterialSmeltInto_SolutionBlueVitriol=SolutionBlueVitriol - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - solutionnickelsulfate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_SolutionNickelSulfate=SolutionNickelSulfate - S:MaterialDirectSmeltInto_SolutionNickelSulfate=SolutionNickelSulfate - I:MaterialID_-1=-1 - S:MaterialMacerateInto_SolutionNickelSulfate=SolutionNickelSulfate - S:"MaterialName_Nickel Sulfate Solution"=Nickel Sulfate Solution - S:MaterialSmeltInto_SolutionNickelSulfate=SolutionNickelSulfate - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - signalum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Signalum=Signalum - S:MaterialDirectSmeltInto_Signalum=Signalum - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Signalum=Signalum - S:MaterialName_Signalum=Signalum - S:MaterialSmeltInto_Signalum=Signalum - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lumium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Lumium=Lumium - S:MaterialDirectSmeltInto_Lumium=Lumium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Lumium=Lumium - S:MaterialName_Lumium=Lumium - S:MaterialSmeltInto_Lumium=Lumium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phasediron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_PhasedIron=PhasedIron - S:MaterialDirectSmeltInto_PhasedIron=PhasedIron - I:MaterialID_-1=-1 - S:MaterialMacerateInto_PhasedIron=PhasedIron - S:"MaterialName_Phased Iron"=Phased Iron - S:MaterialSmeltInto_PhasedIron=PhasedIron - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phasedgold { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_PhasedGold=PhasedGold - S:MaterialDirectSmeltInto_PhasedGold=PhasedGold - I:MaterialID_-1=-1 - S:MaterialMacerateInto_PhasedGold=PhasedGold - S:"MaterialName_Phased Gold"=Phased Gold - S:MaterialSmeltInto_PhasedGold=PhasedGold - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - soularium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Soularium=Soularium - S:MaterialDirectSmeltInto_Soularium=Soularium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Soularium=Soularium - S:MaterialName_Soularium=Soularium - S:MaterialSmeltInto_Soularium=Soularium - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - endium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_165,220,250,0,"=165,220,250,0, - S:MaterialArcSmeltInto_Endium=Endium - S:MaterialDirectSmeltInto_Endium=Endium - I:MaterialID_770=770 - S:MaterialMacerateInto_Endium=Endium - S:MaterialName_Endium=Endium - S:MaterialSmeltInto_Endium=Endium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - prismarine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Prismarine=Prismarine - S:MaterialDirectSmeltInto_Prismarine=Prismarine - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Prismarine=Prismarine - S:MaterialName_Prismarine=Prismarine - S:MaterialSmeltInto_Prismarine=Prismarine - I:MaterialTypes_5=5 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - graveyarddirt { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_GraveyardDirt=GraveyardDirt - S:MaterialDirectSmeltInto_GraveyardDirt=GraveyardDirt - I:MaterialID_-1=-1 - S:MaterialMacerateInto_GraveyardDirt=GraveyardDirt - S:"MaterialName_Graveyard Dirt"=Graveyard Dirt - S:MaterialSmeltInto_GraveyardDirt=GraveyardDirt - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - darksteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_80,70,80,0,"=80,70,80,0, - S:MaterialArcSmeltInto_DarkSteel=DarkSteel - S:MaterialDirectSmeltInto_DarkSteel=DarkSteel - I:MaterialID_364=364 - S:MaterialMacerateInto_DarkSteel=DarkSteel - S:"MaterialName_Dark Steel"=Dark Steel - S:MaterialSmeltInto_DarkSteel=DarkSteel - I:MaterialTypes_75=75 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_512=512 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - terrasteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Terrasteel=Terrasteel - S:MaterialDirectSmeltInto_Terrasteel=Terrasteel - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Terrasteel=Terrasteel - S:MaterialName_Terrasteel=Terrasteel - S:MaterialSmeltInto_Terrasteel=Terrasteel - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - conductiveiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_ConductiveIron=ConductiveIron - S:MaterialDirectSmeltInto_ConductiveIron=ConductiveIron - I:MaterialID_-1=-1 - S:MaterialMacerateInto_ConductiveIron=ConductiveIron - S:"MaterialName_Conductive Iron"=Conductive Iron - S:MaterialSmeltInto_ConductiveIron=ConductiveIron - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - electricalsteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1000=1000 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_ElectricalSteel=ElectricalSteel - S:MaterialDirectSmeltInto_ElectricalSteel=ElectricalSteel - I:MaterialID_-1=-1 - S:MaterialMacerateInto_ElectricalSteel=ElectricalSteel - S:"MaterialName_Electrical Steel"=Electrical Steel - S:MaterialSmeltInto_ElectricalSteel=ElectricalSteel - I:MaterialTypes_3=3 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - energeticalloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1950=1950 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_EnergeticAlloy=EnergeticAlloy - S:MaterialDirectSmeltInto_EnergeticAlloy=EnergeticAlloy - I:MaterialID_-1=-1 - S:MaterialMacerateInto_EnergeticAlloy=EnergeticAlloy - S:"MaterialName_Energetic Alloy"=Energetic Alloy - S:MaterialSmeltInto_EnergeticAlloy=EnergeticAlloy - I:MaterialTypes_3=3 - I:MeltingPoint_1950=1950 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vibrantalloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_3300=3300 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_VibrantAlloy=VibrantAlloy - S:MaterialDirectSmeltInto_VibrantAlloy=VibrantAlloy - I:MaterialID_-1=-1 - S:MaterialMacerateInto_VibrantAlloy=VibrantAlloy - S:"MaterialName_Vibrant Alloy"=Vibrant Alloy - S:MaterialSmeltInto_VibrantAlloy=VibrantAlloy - I:MaterialTypes_3=3 - I:MeltingPoint_3300=3300 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pulsatingiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1600=1600 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_PulsatingIron=PulsatingIron - S:MaterialDirectSmeltInto_PulsatingIron=PulsatingIron - I:MaterialID_-1=-1 - S:MaterialMacerateInto_PulsatingIron=PulsatingIron - S:"MaterialName_Pulsating Iron"=Pulsating Iron - S:MaterialSmeltInto_PulsatingIron=PulsatingIron - I:MaterialTypes_3=3 - I:MeltingPoint_1600=1600 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - teslatite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Diamond"=,Diamond - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID"=,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_60,180,200,0,"=60,180,200,0, - S:MaterialArcSmeltInto_Teslatite=Teslatite - S:MaterialDirectSmeltInto_Teslatite=Teslatite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Teslatite=Teslatite - S:MaterialName_Teslatite=Teslatite - S:MaterialSmeltInto_Teslatite=Teslatite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_5=5 - I:OreSmeltingMultiplier_5=5 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fluix { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Fluix=Fluix - S:MaterialDirectSmeltInto_Fluix=Fluix - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Fluix=Fluix - S:MaterialName_Fluix=Fluix - S:MaterialSmeltInto_Fluix=Fluix - I:MaterialTypes_5=5 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - manasteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Manasteel=Manasteel - S:MaterialDirectSmeltInto_Manasteel=Manasteel - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Manasteel=Manasteel - S:MaterialName_Manasteel=Manasteel - S:MaterialSmeltInto_Manasteel=Manasteel - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tennantite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Tennantite=Tennantite - S:MaterialDirectSmeltInto_Tennantite=Tennantite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Tennantite=Tennantite - S:MaterialName_Tennantite=Tennantite - S:MaterialSmeltInto_Tennantite=Tennantite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - darkthaumium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_DarkThaumium=DarkThaumium - S:MaterialDirectSmeltInto_DarkThaumium=DarkThaumium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_DarkThaumium=DarkThaumium - S:"MaterialName_Dark Thaumium"=Dark Thaumium - S:MaterialSmeltInto_DarkThaumium=DarkThaumium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - alfium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Alfium=Alfium - S:MaterialDirectSmeltInto_Alfium=Alfium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Alfium=Alfium - S:MaterialName_Alfium=Alfium - S:MaterialSmeltInto_Alfium=Alfium - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ryu { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Ryu=Ryu - S:MaterialDirectSmeltInto_Ryu=Ryu - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Ryu=Ryu - S:MaterialName_Ryu=Ryu - S:MaterialSmeltInto_Ryu=Ryu - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mutation { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Mutation=Mutation - S:MaterialDirectSmeltInto_Mutation=Mutation - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Mutation=Mutation - S:MaterialName_Mutation=Mutation - S:MaterialSmeltInto_Mutation=Mutation - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - aquamarine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Aquamarine=Aquamarine - S:MaterialDirectSmeltInto_Aquamarine=Aquamarine - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Aquamarine=Aquamarine - S:MaterialName_Aquamarine=Aquamarine - S:MaterialSmeltInto_Aquamarine=Aquamarine - I:MaterialTypes_5=5 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ender { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Ender=Ender - S:MaterialDirectSmeltInto_Ender=Ender - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Ender=Ender - S:MaterialName_Ender=Ender - S:MaterialSmeltInto_Ender=Ender - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - elvenelementium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_ElvenElementium=ElvenElementium - S:MaterialDirectSmeltInto_ElvenElementium=ElvenElementium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_ElvenElementium=ElvenElementium - S:"MaterialName_Elven Elementium"=Elven Elementium - S:MaterialSmeltInto_ElvenElementium=ElvenElementium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - enrichedcopper { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_EnrichedCopper=EnrichedCopper - S:MaterialDirectSmeltInto_EnrichedCopper=EnrichedCopper - I:MaterialID_-1=-1 - S:MaterialMacerateInto_EnrichedCopper=EnrichedCopper - S:"MaterialName_Enriched Copper"=Enriched Copper - S:MaterialSmeltInto_EnrichedCopper=EnrichedCopper - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - diamondcopper { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_DiamondCopper=DiamondCopper - S:MaterialDirectSmeltInto_DiamondCopper=DiamondCopper - I:MaterialID_-1=-1 - S:MaterialMacerateInto_DiamondCopper=DiamondCopper - S:"MaterialName_Diamond Copper"=Diamond Copper - S:MaterialSmeltInto_DiamondCopper=DiamondCopper - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodiumperoxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_SodiumPeroxide=SodiumPeroxide - S:MaterialDirectSmeltInto_SodiumPeroxide=SodiumPeroxide - I:MaterialID_-1=-1 - S:MaterialMacerateInto_SodiumPeroxide=SodiumPeroxide - S:"MaterialName_Sodium Peroxide"=Sodium Peroxide - S:MaterialSmeltInto_SodiumPeroxide=SodiumPeroxide - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - iridiumsodiumoxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_IridiumSodiumOxide=IridiumSodiumOxide - S:MaterialDirectSmeltInto_IridiumSodiumOxide=IridiumSodiumOxide - I:MaterialID_-1=-1 - S:MaterialMacerateInto_IridiumSodiumOxide=IridiumSodiumOxide - S:"MaterialName_Iridium Sodium Oxide"=Iridium Sodium Oxide - S:MaterialSmeltInto_IridiumSodiumOxide=IridiumSodiumOxide - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - platinumgroupsludge { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,30,0,0,"=0,30,0,0, - S:MaterialArcSmeltInto_PlatinumGroupSludge=PlatinumGroupSludge - S:MaterialDirectSmeltInto_PlatinumGroupSludge=PlatinumGroupSludge - I:MaterialID_241=241 - S:MaterialMacerateInto_PlatinumGroupSludge=PlatinumGroupSludge - S:"MaterialName_Platinum Group Sludge"=Platinum Group Sludge - S:MaterialSmeltInto_PlatinumGroupSludge=PlatinumGroupSludge - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fairy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Fairy=Fairy - S:MaterialDirectSmeltInto_Fairy=Fairy - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Fairy=Fairy - S:MaterialName_Fairy=Fairy - S:MaterialSmeltInto_Fairy=Fairy - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ludicrite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Ludicrite=Ludicrite - S:MaterialDirectSmeltInto_Ludicrite=Ludicrite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Ludicrite=Ludicrite - S:MaterialName_Ludicrite=Ludicrite - S:MaterialSmeltInto_Ludicrite=Ludicrite - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pokefennium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Pokefennium=Pokefennium - S:MaterialDirectSmeltInto_Pokefennium=Pokefennium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Pokefennium=Pokefennium - S:MaterialName_Pokefennium=Pokefennium - S:MaterialSmeltInto_Pokefennium=Pokefennium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - draconium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Draconium=Draconium - S:MaterialDirectSmeltInto_Draconium=Draconium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Draconium=Draconium - S:MaterialName_Draconium=Draconium - S:MaterialSmeltInto_Draconium=Draconium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - draconiumawakened { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_DraconiumAwakened=DraconiumAwakened - S:MaterialDirectSmeltInto_DraconiumAwakened=DraconiumAwakened - I:MaterialID_-1=-1 - S:MaterialMacerateInto_DraconiumAwakened=DraconiumAwakened - S:"MaterialName_Awakened Draconium"=Awakened Draconium - S:MaterialSmeltInto_DraconiumAwakened=DraconiumAwakened - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - purplealloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_100,180,255,0,"=100,180,255,0, - S:MaterialArcSmeltInto_PurpleAlloy=PurpleAlloy - S:MaterialDirectSmeltInto_PurpleAlloy=PurpleAlloy - I:MaterialID_-1=-1 - S:MaterialMacerateInto_PurpleAlloy=PurpleAlloy - S:"MaterialName_Purple Alloy"=Purple Alloy - S:MaterialSmeltInto_PurpleAlloy=PurpleAlloy - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - infusedteslatite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_100,180,255,0,"=100,180,255,0, - S:MaterialArcSmeltInto_InfusedTeslatite=InfusedTeslatite - S:MaterialDirectSmeltInto_InfusedTeslatite=InfusedTeslatite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_InfusedTeslatite=InfusedTeslatite - S:"MaterialName_Infused Teslatite"=Infused Teslatite - S:MaterialSmeltInto_InfusedTeslatite=InfusedTeslatite - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - adamantium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,Adamantium,Adamantium"=,Adamantium,Adamantium - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Adamantium=Adamantium - S:MaterialDirectSmeltInto_Adamantium=Adamantium - I:MaterialID_319=319 - S:MaterialMacerateInto_Adamantium=Adamantium - S:MaterialName_Adamantium=Adamantium - S:MaterialSmeltInto_Adamantium=Adamantium - I:MaterialTypes_195=195 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_5120=5120 - I:ToolQuality_5=5 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - adamite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Adamite=Adamite - S:MaterialDirectSmeltInto_Adamite=Adamite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Adamite=Adamite - S:MaterialName_Adamite=Adamite - S:MaterialSmeltInto_Adamite=Adamite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - adluorite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Adluorite=Adluorite - S:MaterialDirectSmeltInto_Adluorite=Adluorite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Adluorite=Adluorite - S:MaterialName_Adluorite=Adluorite - S:MaterialSmeltInto_Adluorite=Adluorite - I:MaterialTypes_9=9 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - agate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Agate=Agate - S:MaterialDirectSmeltInto_Agate=Agate - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Agate=Agate - S:MaterialName_Agate=Agate - S:MaterialSmeltInto_Agate=Agate - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - alduorite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_159,180,180,0,"=159,180,180,0, - S:MaterialArcSmeltInto_Alduorite=Alduorite - S:MaterialDirectSmeltInto_Alduorite=Alduorite - I:MaterialID_485=485 - S:MaterialMacerateInto_Alduorite=Alduorite - S:MaterialName_Alduorite=Alduorite - S:MaterialSmeltInto_Alduorite=Alduorite - I:MaterialTypes_17=17 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - amber { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.untouching=enchantment.untouching - I:FuelPower_3=3 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Amber"=,Amber - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,VINCULUM,VITREUS"=,VINCULUM,VITREUS - S:"MatRGBA_255,128,0,127,"=255,128,0,127, - S:MaterialArcSmeltInto_Amber=Amber - S:MaterialDirectSmeltInto_Amber=Amber - I:MaterialID_514=514 - S:MaterialMacerateInto_Amber=Amber - S:MaterialName_Amber=Amber - S:MaterialSmeltInto_Amber=Amber - I:MaterialTypes_77=77 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_1=1 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_4.0=4.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - ammonium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Ammonium=Ammonium - S:MaterialDirectSmeltInto_Ammonium=Ammonium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Ammonium=Ammonium - S:MaterialName_Ammonium=Ammonium - S:MaterialSmeltInto_Ammonium=Ammonium - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - amordrine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Amordrine=Amordrine - S:MaterialDirectSmeltInto_Amordrine=Amordrine - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Amordrine=Amordrine - S:MaterialName_Amordrine=Amordrine - S:MaterialSmeltInto_Amordrine=Amordrine - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - andesite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Andesite=Andesite - S:MaterialDirectSmeltInto_Andesite=Andesite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Andesite=Andesite - S:MaterialName_Andesite=Andesite - S:MaterialSmeltInto_Andesite=Andesite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - angmallen { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_215,225,138,0,"=215,225,138,0, - S:MaterialArcSmeltInto_Angmallen=Angmallen - S:MaterialDirectSmeltInto_Angmallen=Angmallen - I:MaterialID_958=958 - S:MaterialMacerateInto_Angmallen=Angmallen - S:MaterialName_Angmallen=Angmallen - S:MaterialSmeltInto_Angmallen=Angmallen - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ardite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,0,0,0,"=255,0,0,0, - S:MaterialArcSmeltInto_Ardite=Ardite - S:MaterialDirectSmeltInto_Ardite=Ardite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Ardite=Ardite - S:MaterialName_Ardite=Ardite - S:MaterialSmeltInto_Ardite=Ardite - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - aredrite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,0,0,0,"=255,0,0,0, - S:MaterialArcSmeltInto_Aredrite=Aredrite - S:MaterialDirectSmeltInto_Aredrite=Aredrite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Aredrite=Aredrite - S:MaterialName_Aredrite=Aredrite - S:MaterialSmeltInto_Aredrite=Aredrite - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - atlarus { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Atlarus=Atlarus - S:MaterialDirectSmeltInto_Atlarus=Atlarus - I:MaterialID_965=965 - S:MaterialMacerateInto_Atlarus=Atlarus - S:MaterialName_Atlarus=Atlarus - S:MaterialSmeltInto_Atlarus=Atlarus - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bitumen { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Bitumen=Bitumen - S:MaterialDirectSmeltInto_Bitumen=Bitumen - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Bitumen=Bitumen - S:MaterialName_Bitumen=Bitumen - S:MaterialSmeltInto_Bitumen=Bitumen - I:MaterialTypes_9=9 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - black { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,0,0,0,"=0,0,0,0, - S:MaterialArcSmeltInto_Black=Black - S:MaterialDirectSmeltInto_Black=Black - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Black=Black - S:MaterialName_Black=Black - S:MaterialSmeltInto_Black=Black - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - blizz { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_220,233,255,0,"=220,233,255,0, - S:MaterialArcSmeltInto_Blizz=Blizz - S:MaterialDirectSmeltInto_Blizz=Blizz - I:MaterialID_851=851 - S:MaterialMacerateInto_Blizz=Blizz - S:MaterialName_Blizz=Blizz - S:MaterialSmeltInto_Blizz=Blizz - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - blueschist { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Blueschist=Blueschist - S:MaterialDirectSmeltInto_Blueschist=Blueschist - I:MaterialID_852=852 - S:MaterialMacerateInto_Blueschist=Blueschist - S:MaterialName_Blueschist=Blueschist - S:MaterialSmeltInto_Blueschist=Blueschist - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bluestone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Bluestone=Bluestone - S:MaterialDirectSmeltInto_Bluestone=Bluestone - I:MaterialID_813=813 - S:MaterialMacerateInto_Bluestone=Bluestone - S:MaterialName_Bluestone=Bluestone - S:MaterialSmeltInto_Bluestone=Bluestone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bloodstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Bloodstone=Bloodstone - S:MaterialDirectSmeltInto_Bloodstone=Bloodstone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Bloodstone=Bloodstone - S:MaterialName_Bloodstone=Bloodstone - S:MaterialSmeltInto_Bloodstone=Bloodstone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - blutonium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,0,255,0,"=0,0,255,0, - S:MaterialArcSmeltInto_Blutonium=Blutonium - S:MaterialDirectSmeltInto_Blutonium=Blutonium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Blutonium=Blutonium - S:MaterialName_Blutonium=Blutonium - S:MaterialSmeltInto_Blutonium=Blutonium - I:MaterialTypes_11=11 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - carmot { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_217,205,140,0,"=217,205,140,0, - S:MaterialArcSmeltInto_Carmot=Carmot - S:MaterialDirectSmeltInto_Carmot=Carmot - I:MaterialID_962=962 - S:MaterialMacerateInto_Carmot=Carmot - S:MaterialName_Carmot=Carmot - S:MaterialSmeltInto_Carmot=Carmot - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_128=128 - I:ToolQuality_1=1 - D:ToolSpeed_16.0=16.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - celenegil { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_148,204,72,0,"=148,204,72,0, - S:MaterialArcSmeltInto_Celenegil=Celenegil - S:MaterialDirectSmeltInto_Celenegil=Celenegil - I:MaterialID_964=964 - S:MaterialMacerateInto_Celenegil=Celenegil - S:MaterialName_Celenegil=Celenegil - S:MaterialSmeltInto_Celenegil=Celenegil - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_4096=4096 - I:ToolQuality_2=2 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - certusquartz { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Quartzite,Barite"=,Quartzite,Barite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,POTENTIA,VITREUS"=,POTENTIA,VITREUS - S:"MatRGBA_210,210,230,0,"=210,210,230,0, - S:MaterialArcSmeltInto_CertusQuartz=CertusQuartz - S:MaterialDirectSmeltInto_CertusQuartz=CertusQuartz - I:MaterialID_516=516 - S:MaterialMacerateInto_CertusQuartz=CertusQuartz - S:"MaterialName_Certus Quartz"=Certus Quartz - S:MaterialSmeltInto_CertusQuartz=CertusQuartz - I:MaterialTypes_77=77 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_5.0=5.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ceruclase { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_140,189,208,0,"=140,189,208,0, - S:MaterialArcSmeltInto_Ceruclase=Ceruclase - S:MaterialDirectSmeltInto_Ceruclase=Ceruclase - I:MaterialID_952=952 - S:MaterialMacerateInto_Ceruclase=Ceruclase - S:MaterialName_Ceruclase=Ceruclase - S:MaterialSmeltInto_Ceruclase=Ceruclase - I:MaterialTypes_11=11 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_1280=1280 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - citrine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Citrine=Citrine - S:MaterialDirectSmeltInto_Citrine=Citrine - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Citrine=Citrine - S:MaterialName_Citrine=Citrine - S:MaterialSmeltInto_Citrine=Citrine - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cobalthexahydrate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_80,80,250,0,"=80,80,250,0, - S:MaterialArcSmeltInto_CobaltHexahydrate=CobaltHexahydrate - S:MaterialDirectSmeltInto_CobaltHexahydrate=CobaltHexahydrate - I:MaterialID_853=853 - S:MaterialMacerateInto_CobaltHexahydrate=CobaltHexahydrate - S:"MaterialName_Cobalt Hexahydrate"=Cobalt Hexahydrate - S:MaterialSmeltInto_CobaltHexahydrate=CobaltHexahydrate - I:MaterialTypes_17=17 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - constructionfoam { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,EXPLOSIVE,NO_SMELTING"=,HAS_COLOR,STONE,NO_SMASHING,EXPLOSIVE,NO_SMELTING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_ConstructionFoam=ConstructionFoam - S:MaterialDirectSmeltInto_ConstructionFoam=ConstructionFoam - I:MaterialID_854=854 - S:MaterialMacerateInto_ConstructionFoam=ConstructionFoam - S:"MaterialName_Construction Foam"=Construction Foam - S:MaterialSmeltInto_ConstructionFoam=ConstructionFoam - I:MaterialTypes_17=17 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chert { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Chert=Chert - S:MaterialDirectSmeltInto_Chert=Chert - I:MaterialID_857=857 - S:MaterialMacerateInto_Chert=Chert - S:MaterialName_Chert=Chert - S:MaterialSmeltInto_Chert=Chert - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chimerite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Chimerite=Chimerite - S:MaterialDirectSmeltInto_Chimerite=Chimerite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Chimerite=Chimerite - S:MaterialName_Chimerite=Chimerite - S:MaterialSmeltInto_Chimerite=Chimerite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - coral { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,128,255,0,"=255,128,255,0, - S:MaterialArcSmeltInto_Coral=Coral - S:MaterialDirectSmeltInto_Coral=Coral - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Coral=Coral - S:MaterialName_Coral=Coral - S:MaterialSmeltInto_Coral=Coral - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - crudeoil { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_CrudeOil=CrudeOil - S:MaterialDirectSmeltInto_CrudeOil=CrudeOil - I:MaterialID_858=858 - S:MaterialMacerateInto_CrudeOil=CrudeOil - S:"MaterialName_Crude Oil"=Crude Oil - S:MaterialSmeltInto_CrudeOil=CrudeOil - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chrysocolla { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Chrysocolla=Chrysocolla - S:MaterialDirectSmeltInto_Chrysocolla=Chrysocolla - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Chrysocolla=Chrysocolla - S:MaterialName_Chrysocolla=Chrysocolla - S:MaterialSmeltInto_Chrysocolla=Chrysocolla - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - crystalflux { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_100,50,100,0,"=100,50,100,0, - S:MaterialArcSmeltInto_CrystalFlux=CrystalFlux - S:MaterialDirectSmeltInto_CrystalFlux=CrystalFlux - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CrystalFlux=CrystalFlux - S:"MaterialName_Flux Crystal"=Flux Crystal - S:MaterialSmeltInto_CrystalFlux=CrystalFlux - I:MaterialTypes_5=5 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cyanite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Cyanite=Cyanite - S:MaterialDirectSmeltInto_Cyanite=Cyanite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Cyanite=Cyanite - S:MaterialName_Cyanite=Cyanite - S:MaterialSmeltInto_Cyanite=Cyanite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dacite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Dacite=Dacite - S:MaterialDirectSmeltInto_Dacite=Dacite - I:MaterialID_859=859 - S:MaterialMacerateInto_Dacite=Dacite - S:MaterialName_Dacite=Dacite - S:MaterialSmeltInto_Dacite=Dacite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - darkiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.fire=enchantment.fire - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron"=,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_55,40,60,0,"=55,40,60,0, - S:MaterialArcSmeltInto_DarkIron=DarkIron - S:MaterialDirectSmeltInto_DarkIron=DarkIron - I:MaterialID_342=342 - S:MaterialMacerateInto_DarkIron=DarkIron - S:"MaterialName_Dark Iron"=Dark Iron - S:MaterialSmeltInto_DarkIron=DarkIron - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_384=384 - I:ToolQuality_3=3 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - darkstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_DarkStone=DarkStone - S:MaterialDirectSmeltInto_DarkStone=DarkStone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_DarkStone=DarkStone - S:"MaterialName_Dark Stone"=Dark Stone - S:MaterialSmeltInto_DarkStone=DarkStone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - demonite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Demonite=Demonite - S:MaterialDirectSmeltInto_Demonite=Demonite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Demonite=Demonite - S:MaterialName_Demonite=Demonite - S:MaterialSmeltInto_Demonite=Demonite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - desh { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_40,40,40,0,"=40,40,40,0, - S:MaterialArcSmeltInto_Desh=Desh - S:MaterialDirectSmeltInto_Desh=Desh - I:MaterialID_884=884 - S:MaterialMacerateInto_Desh=Desh - S:MaterialName_Desh=Desh - S:MaterialSmeltInto_Desh=Desh - I:MaterialTypes_203=203 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_1280=1280 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - desichalkos { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Desichalkos=Desichalkos - S:MaterialDirectSmeltInto_Desichalkos=Desichalkos - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Desichalkos=Desichalkos - S:MaterialName_Desichalkos=Desichalkos - S:MaterialSmeltInto_Desichalkos=Desichalkos - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_1280=1280 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dilithium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Dilithium"=,Dilithium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,250,250,127,"=255,250,250,127, - S:MaterialArcSmeltInto_Dilithium=Dilithium - S:MaterialDirectSmeltInto_Dilithium=Dilithium - I:MaterialID_515=515 - S:MaterialMacerateInto_Dilithium=Dilithium - S:MaterialName_Dilithium=Dilithium - S:MaterialSmeltInto_Dilithium=Dilithium - I:MaterialTypes_21=21 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - draconic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Draconic=Draconic - S:MaterialDirectSmeltInto_Draconic=Draconic - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Draconic=Draconic - S:MaterialName_Draconic=Draconic - S:MaterialSmeltInto_Draconic=Draconic - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - drulloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Drulloy=Drulloy - S:MaterialDirectSmeltInto_Drulloy=Drulloy - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Drulloy=Drulloy - S:MaterialName_Drulloy=Drulloy - S:MaterialSmeltInto_Drulloy=Drulloy - I:MaterialTypes_17=17 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - duranium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Duranium=Duranium - S:MaterialDirectSmeltInto_Duranium=Duranium - I:MaterialID_328=328 - S:MaterialMacerateInto_Duranium=Duranium - S:MaterialName_Duranium=Duranium - S:MaterialSmeltInto_Duranium=Duranium - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_5120=5120 - I:ToolQuality_5=5 - D:ToolSpeed_16.0=16.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - eclogite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Eclogite=Eclogite - S:MaterialDirectSmeltInto_Eclogite=Eclogite - I:MaterialID_860=860 - S:MaterialMacerateInto_Eclogite=Eclogite - S:MaterialName_Eclogite=Eclogite - S:MaterialSmeltInto_Eclogite=Eclogite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - electrumflux { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_3000=3000 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,120,0,"=255,255,120,0, - S:MaterialArcSmeltInto_ElectrumFlux=ElectrumFlux - S:MaterialDirectSmeltInto_ElectrumFlux=ElectrumFlux - I:MaterialID_320=320 - S:MaterialMacerateInto_ElectrumFlux=ElectrumFlux - S:"MaterialName_Fluxed Electrum"=Fluxed Electrum - S:MaterialSmeltInto_ElectrumFlux=ElectrumFlux - I:MaterialTypes_67=67 - I:MeltingPoint_3000=3000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_512=512 - I:ToolQuality_3=3 - D:ToolSpeed_16.0=16.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - emery { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Emery=Emery - S:MaterialDirectSmeltInto_Emery=Emery - I:MaterialID_861=861 - S:MaterialMacerateInto_Emery=Emery - S:MaterialName_Emery=Emery - S:MaterialSmeltInto_Emery=Emery - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - enderium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_3000=3000 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.untouching=enchantment.untouching - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,ALIENIS"=,METALLUM,ALIENIS - S:"MatRGBA_89,145,135,0,"=89,145,135,0, - S:MaterialArcSmeltInto_Enderium=Enderium - S:MaterialDirectSmeltInto_Enderium=Enderium - I:MaterialID_321=321 - S:MaterialMacerateInto_Enderium=Enderium - S:MaterialName_Enderium=Enderium - S:MaterialSmeltInto_Enderium=Enderium - I:MaterialTypes_67=67 - I:MeltingPoint_3000=3000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - enderiumbase { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_3000=3000 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,ALIENIS"=,METALLUM,ALIENIS - S:"MatRGBA_89,145,135,0,"=89,145,135,0, - S:MaterialArcSmeltInto_EnderiumBase=EnderiumBase - S:MaterialDirectSmeltInto_EnderiumBase=EnderiumBase - I:MaterialID_-1=-1 - S:MaterialMacerateInto_EnderiumBase=EnderiumBase - S:"MaterialName_Enderium Base"=Enderium Base - S:MaterialSmeltInto_EnderiumBase=EnderiumBase - I:MaterialTypes_67=67 - I:MeltingPoint_3000=3000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - energized { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Energized=Energized - S:MaterialDirectSmeltInto_Energized=Energized - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Energized=Energized - S:MaterialName_Energized=Energized - S:MaterialSmeltInto_Energized=Energized - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - epidote { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Epidote=Epidote - S:MaterialDirectSmeltInto_Epidote=Epidote - I:MaterialID_862=862 - S:MaterialMacerateInto_Epidote=Epidote - S:MaterialName_Epidote=Epidote - S:MaterialSmeltInto_Epidote=Epidote - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - eximite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_124,90,150,0,"=124,90,150,0, - S:MaterialArcSmeltInto_Eximite=Eximite - S:MaterialDirectSmeltInto_Eximite=Eximite - I:MaterialID_959=959 - S:MaterialMacerateInto_Eximite=Eximite - S:MaterialName_Eximite=Eximite - S:MaterialSmeltInto_Eximite=Eximite - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_2560=2560 - I:ToolQuality_3=3 - D:ToolSpeed_5.0=5.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fierysteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1000=1000 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.fire=enchantment.fire - I:FuelPower_2048=2048 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL,UNBURNABLE,BURNING"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL,UNBURNABLE,BURNING - S:"ListTCAspectAmounts_,3,3,3"=,3,3,3 - S:"ListTCAspects_,PRAECANTATIO,IGNIS,CORPUS"=,PRAECANTATIO,IGNIS,CORPUS - S:"MatRGBA_64,0,0,0,"=64,0,0,0, - S:MaterialArcSmeltInto_FierySteel=FierySteel - S:MaterialDirectSmeltInto_FierySteel=FierySteel - I:MaterialID_346=346 - S:MaterialMacerateInto_FierySteel=FierySteel - S:"MaterialName_Fiery Steel"=Fiery Steel - S:MaterialSmeltInto_FierySteel=FierySteel - I:MaterialTypes_211=211 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - firestone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.fire=enchantment.fire - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_5.0=5.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,MAGICAL,QUARTZ,UNBURNABLE,BURNING"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,MAGICAL,QUARTZ,UNBURNABLE,BURNING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,20,0,0,"=200,20,0,0, - S:MaterialArcSmeltInto_Firestone=Firestone - S:MaterialDirectSmeltInto_Firestone=Firestone - I:MaterialID_347=347 - S:MaterialMacerateInto_Firestone=Firestone - S:MaterialName_Firestone=Firestone - S:MaterialSmeltInto_Firestone=Firestone - I:MaterialTypes_77=77 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_1280=1280 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fluorite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Fluorite=Fluorite - S:MaterialDirectSmeltInto_Fluorite=Fluorite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Fluorite=Fluorite - S:MaterialName_Fluorite=Fluorite - S:MaterialSmeltInto_Fluorite=Fluorite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - foolsruby { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CrAl2O3=CrAl2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Jasper"=,Jasper - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_255,100,100,127,"=255,100,100,127, - S:MaterialArcSmeltInto_FoolsRuby=FoolsRuby - S:MaterialDirectSmeltInto_FoolsRuby=FoolsRuby - I:MaterialID_512=512 - S:MaterialMacerateInto_FoolsRuby=FoolsRuby - S:MaterialName_Ruby=Ruby - S:MaterialSmeltInto_FoolsRuby=FoolsRuby - I:MaterialTypes_13=13 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - force { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.untouching=enchantment.untouching - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Force"=,Force - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,CRYSTAL,MAGICAL,UNBURNABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,CRYSTAL,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,5"=,5 - S:"ListTCAspects_,POTENTIA"=,POTENTIA - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Force=Force - S:MaterialDirectSmeltInto_Force=Force - I:MaterialID_521=521 - S:MaterialMacerateInto_Force=Force - S:MaterialName_Force=Force - S:MaterialSmeltInto_Force=Force - I:MaterialTypes_207=207 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_128=128 - I:ToolQuality_3=3 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - forcicium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Thorium,Neodymium,RareEarth"=,Thorium,Neodymium,RareEarth - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,MAGICAL"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,MAGICAL - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,POTENTIA"=,POTENTIA - S:"MatRGBA_50,50,70,0,"=50,50,70,0, - S:MaterialArcSmeltInto_Forcicium=Forcicium - S:MaterialDirectSmeltInto_Forcicium=Forcicium - I:MaterialID_518=518 - S:MaterialMacerateInto_Forcicium=Forcicium - S:MaterialName_Forcicium=Forcicium - S:MaterialSmeltInto_Forcicium=Forcicium - I:MaterialTypes_21=21 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - forcillium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Thorium,Neodymium,RareEarth"=,Thorium,Neodymium,RareEarth - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,MAGICAL"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,MAGICAL - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,POTENTIA"=,POTENTIA - S:"MatRGBA_50,50,70,0,"=50,50,70,0, - S:MaterialArcSmeltInto_Forcillium=Forcillium - S:MaterialDirectSmeltInto_Forcillium=Forcillium - I:MaterialID_519=519 - S:MaterialMacerateInto_Forcillium=Forcillium - S:MaterialName_Forcillium=Forcillium - S:MaterialSmeltInto_Forcillium=Forcillium - I:MaterialTypes_21=21 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - gabbro { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Gabbro=Gabbro - S:MaterialDirectSmeltInto_Gabbro=Gabbro - I:MaterialID_863=863 - S:MaterialMacerateInto_Gabbro=Gabbro - S:MaterialName_Gabbro=Gabbro - S:MaterialSmeltInto_Gabbro=Gabbro - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - glowstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Redstone,Gold"=,Redstone,Gold - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID"=,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,LUX,SENSUS"=,LUX,SENSUS - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Glowstone=Glowstone - S:MaterialDirectSmeltInto_Glowstone=Glowstone - I:MaterialID_811=811 - S:MaterialMacerateInto_Glowstone=Glowstone - S:MaterialName_Glowstone=Glowstone - S:MaterialSmeltInto_Glowstone=Glowstone - I:MaterialTypes_17=17 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_5=5 - I:OreSmeltingMultiplier_5=5 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - gneiss { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Gneiss=Gneiss - S:MaterialDirectSmeltInto_Gneiss=Gneiss - I:MaterialID_864=864 - S:MaterialMacerateInto_Gneiss=Gneiss - S:MaterialName_Gneiss=Gneiss - S:MaterialSmeltInto_Gneiss=Gneiss - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - graphite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Carbon"=,Carbon - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING,FLAMMABLE"=,HAS_COLOR,NO_SMASHING,NO_SMELTING,FLAMMABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,VITREUS,IGNIS"=,VITREUS,IGNIS - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_Graphite=Graphite - S:MaterialDirectSmeltInto_Graphite=Graphite - I:MaterialID_865=865 - S:MaterialMacerateInto_Graphite=Graphite - S:MaterialName_Graphite=Graphite - S:MaterialSmeltInto_Graphite=Graphite - I:MaterialTypes_89=89 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_32=32 - I:ToolQuality_2=2 - D:ToolSpeed_5.0=5.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - graphene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,VITREUS,ELECTRUM"=,VITREUS,ELECTRUM - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_Graphene=Graphene - S:MaterialDirectSmeltInto_Graphene=Graphene - I:MaterialID_819=819 - S:MaterialMacerateInto_Graphene=Graphene - S:MaterialName_Graphene=Graphene - S:MaterialSmeltInto_Graphene=Graphene - I:MaterialTypes_65=65 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - greenschist { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Greenschist=Greenschist - S:MaterialDirectSmeltInto_Greenschist=Greenschist - I:MaterialID_866=866 - S:MaterialMacerateInto_Greenschist=Greenschist - S:"MaterialName_Green Schist"=Green Schist - S:MaterialSmeltInto_Greenschist=Greenschist - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - greenstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Greenstone=Greenstone - S:MaterialDirectSmeltInto_Greenstone=Greenstone - I:MaterialID_867=867 - S:MaterialMacerateInto_Greenstone=Greenstone - S:MaterialName_Greenstone=Greenstone - S:MaterialSmeltInto_Greenstone=Greenstone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - greywacke { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Greywacke=Greywacke - S:MaterialDirectSmeltInto_Greywacke=Greywacke - I:MaterialID_868=868 - S:MaterialMacerateInto_Greywacke=Greywacke - S:MaterialName_Greywacke=Greywacke - S:MaterialSmeltInto_Greywacke=Greywacke - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - haderoth { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_119,52,30,0,"=119,52,30,0, - S:MaterialArcSmeltInto_Haderoth=Haderoth - S:MaterialDirectSmeltInto_Haderoth=Haderoth - I:MaterialID_963=963 - S:MaterialMacerateInto_Haderoth=Haderoth - S:MaterialName_Haderoth=Haderoth - S:MaterialSmeltInto_Haderoth=Haderoth - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_3200=3200 - I:ToolQuality_3=3 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hematite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Hematite=Hematite - S:MaterialDirectSmeltInto_Hematite=Hematite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Hematite=Hematite - S:MaterialName_Hematite=Hematite - S:MaterialSmeltInto_Hematite=Hematite - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hepatizon { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_117,94,117,0,"=117,94,117,0, - S:MaterialArcSmeltInto_Hepatizon=Hepatizon - S:MaterialDirectSmeltInto_Hepatizon=Hepatizon - I:MaterialID_957=957 - S:MaterialMacerateInto_Hepatizon=Hepatizon - S:MaterialName_Hepatizon=Hepatizon - S:MaterialSmeltInto_Hepatizon=Hepatizon - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hsla { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1000=1000 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron"=,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,METALLUM,ORDO"=,METALLUM,ORDO - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_HSLA=HSLA - S:MaterialDirectSmeltInto_HSLA=HSLA - I:MaterialID_322=322 - S:MaterialMacerateInto_HSLA=HSLA - S:"MaterialName_HSLA Steel"=HSLA Steel - S:MaterialSmeltInto_HSLA=HSLA - I:MaterialTypes_195=195 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_500=500 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ignatius { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,169,83,0,"=255,169,83,0, - S:MaterialArcSmeltInto_Ignatius=Ignatius - S:MaterialDirectSmeltInto_Ignatius=Ignatius - I:MaterialID_950=950 - S:MaterialMacerateInto_Ignatius=Ignatius - S:MaterialName_Ignatius=Ignatius - S:MaterialSmeltInto_Ignatius=Ignatius - I:MaterialTypes_19=19 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - infernal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Infernal=Infernal - S:MaterialDirectSmeltInto_Infernal=Infernal - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Infernal=Infernal - S:MaterialName_Infernal=Infernal - S:MaterialSmeltInto_Infernal=Infernal - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - infuscolium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_146,33,86,0,"=146,33,86,0, - S:MaterialArcSmeltInto_Infuscolium=Infuscolium - S:MaterialDirectSmeltInto_Infuscolium=Infuscolium - I:MaterialID_490=490 - S:MaterialMacerateInto_Infuscolium=Infuscolium - S:MaterialName_Infuscolium=Infuscolium - S:MaterialSmeltInto_Infuscolium=Infuscolium - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - infusedgold { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,200,60,0,"=255,200,60,0, - S:MaterialArcSmeltInto_InfusedGold=InfusedGold - S:MaterialDirectSmeltInto_InfusedGold=InfusedGold - I:MaterialID_323=323 - S:MaterialMacerateInto_InfusedGold=InfusedGold - S:"MaterialName_Infused Gold"=Infused Gold - S:MaterialSmeltInto_InfusedGold=InfusedGold - I:MaterialTypes_203=203 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - infusedair { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.knockback=enchantment.knockback - I:FuelPower_160=160 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,AER"=,PRAECANTATIO,AER - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_InfusedAir=InfusedAir - S:MaterialDirectSmeltInto_InfusedAir=InfusedAir - I:MaterialID_540=540 - S:MaterialMacerateInto_InfusedAir=InfusedAir - S:MaterialName_Aer=Aer - S:MaterialSmeltInto_InfusedAir=InfusedAir - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - infusedfire { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.fire=enchantment.fire - I:FuelPower_320=320 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,IGNIS"=,PRAECANTATIO,IGNIS - S:"MatRGBA_255,0,0,0,"=255,0,0,0, - S:MaterialArcSmeltInto_InfusedFire=InfusedFire - S:MaterialDirectSmeltInto_InfusedFire=InfusedFire - I:MaterialID_541=541 - S:MaterialMacerateInto_InfusedFire=InfusedFire - S:MaterialName_Ignis=Ignis - S:MaterialSmeltInto_InfusedFire=InfusedFire - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - infusedearth { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_160=160 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,TERRA"=,PRAECANTATIO,TERRA - S:"MatRGBA_0,255,0,0,"=0,255,0,0, - S:MaterialArcSmeltInto_InfusedEarth=InfusedEarth - S:MaterialDirectSmeltInto_InfusedEarth=InfusedEarth - I:MaterialID_542=542 - S:MaterialMacerateInto_InfusedEarth=InfusedEarth - S:MaterialName_Terra=Terra - S:MaterialSmeltInto_InfusedEarth=InfusedEarth - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - infusedwater { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.lootBonusDigger=enchantment.lootBonusDigger - I:FuelPower_160=160 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,AQUA"=,PRAECANTATIO,AQUA - S:"MatRGBA_0,0,255,0,"=0,0,255,0, - S:MaterialArcSmeltInto_InfusedWater=InfusedWater - S:MaterialDirectSmeltInto_InfusedWater=InfusedWater - I:MaterialID_543=543 - S:MaterialMacerateInto_InfusedWater=InfusedWater - S:MaterialName_Aqua=Aqua - S:MaterialSmeltInto_InfusedWater=InfusedWater - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - infusedentropy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_320=320 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,PERDITIO"=,PRAECANTATIO,PERDITIO - S:"MatRGBA_62,62,62,0,"=62,62,62,0, - S:MaterialArcSmeltInto_InfusedEntropy=InfusedEntropy - S:MaterialDirectSmeltInto_InfusedEntropy=InfusedEntropy - I:MaterialID_544=544 - S:MaterialMacerateInto_InfusedEntropy=InfusedEntropy - S:MaterialName_Perditio=Perditio - S:MaterialSmeltInto_InfusedEntropy=InfusedEntropy - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_4=4 - D:ToolSpeed_32.0=32.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - infusedorder { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.untouching=enchantment.untouching - I:FuelPower_240=240 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,ORDO"=,PRAECANTATIO,ORDO - S:"MatRGBA_252,252,252,0,"=252,252,252,0, - S:MaterialArcSmeltInto_InfusedOrder=InfusedOrder - S:MaterialDirectSmeltInto_InfusedOrder=InfusedOrder - I:MaterialID_545=545 - S:MaterialMacerateInto_InfusedOrder=InfusedOrder - S:MaterialName_Ordo=Ordo - S:MaterialSmeltInto_InfusedOrder=InfusedOrder - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - infusedvis { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.undead=enchantment.damage.undead - I:FuelPower_240=240 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,AURAM"=,PRAECANTATIO,AURAM - S:"MatRGBA_255,0,255,0,"=255,0,255,0, - S:MaterialArcSmeltInto_InfusedVis=InfusedVis - S:MaterialDirectSmeltInto_InfusedVis=InfusedVis - I:MaterialID_-1=-1 - S:MaterialMacerateInto_InfusedVis=InfusedVis - S:MaterialName_Auram=Auram - S:MaterialSmeltInto_InfusedVis=InfusedVis - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - infuseddull { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_160=160 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,PRAECANTATIO,VACUOS"=,PRAECANTATIO,VACUOS - S:"MatRGBA_100,100,100,0,"=100,100,100,0, - S:MaterialArcSmeltInto_InfusedDull=InfusedDull - S:MaterialDirectSmeltInto_InfusedDull=InfusedDull - I:MaterialID_-1=-1 - S:MaterialMacerateInto_InfusedDull=InfusedDull - S:MaterialName_Vacuus=Vacuus - S:MaterialSmeltInto_InfusedDull=InfusedDull - I:MaterialTypes_205=205 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_32.0=32.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - inolashite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_148,216,187,0,"=148,216,187,0, - S:MaterialArcSmeltInto_Inolashite=Inolashite - S:MaterialDirectSmeltInto_Inolashite=Inolashite - I:MaterialID_954=954 - S:MaterialMacerateInto_Inolashite=Inolashite - S:MaterialName_Inolashite=Inolashite - S:MaterialSmeltInto_Inolashite=Inolashite - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_2304=2304 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - invisium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Invisium=Invisium - S:MaterialDirectSmeltInto_Invisium=Invisium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Invisium=Invisium - S:MaterialName_Invisium=Invisium - S:MaterialSmeltInto_Invisium=Invisium - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - jade { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,6,3"=,6,3 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_0,100,0,0,"=0,100,0,0, - S:MaterialArcSmeltInto_Jade=Jade - S:MaterialDirectSmeltInto_Jade=Jade - I:MaterialID_537=537 - S:MaterialMacerateInto_Jade=Jade - S:MaterialName_Jade=Jade - S:MaterialSmeltInto_Jade=Jade - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - jasper { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,4,2"=,4,2 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_200,80,80,100,"=200,80,80,100, - S:MaterialArcSmeltInto_Jasper=Jasper - S:MaterialDirectSmeltInto_Jasper=Jasper - I:MaterialID_511=511 - S:MaterialMacerateInto_Jasper=Jasper - S:MaterialName_Jasper=Jasper - S:MaterialSmeltInto_Jasper=Jasper - I:MaterialTypes_5=5 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - kalendrite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_170,91,189,0,"=170,91,189,0, - S:MaterialArcSmeltInto_Kalendrite=Kalendrite - S:MaterialDirectSmeltInto_Kalendrite=Kalendrite - I:MaterialID_953=953 - S:MaterialMacerateInto_Kalendrite=Kalendrite - S:MaterialName_Kalendrite=Kalendrite - S:MaterialSmeltInto_Kalendrite=Kalendrite - I:MaterialTypes_19=19 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_2560=2560 - I:ToolQuality_3=3 - D:ToolSpeed_5.0=5.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - komatiite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Komatiite=Komatiite - S:MaterialDirectSmeltInto_Komatiite=Komatiite - I:MaterialID_869=869 - S:MaterialMacerateInto_Komatiite=Komatiite - S:MaterialName_Komatiite=Komatiite - S:MaterialSmeltInto_Komatiite=Komatiite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lava { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_3.0=3.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,64,0,0,"=255,64,0,0, - S:MaterialArcSmeltInto_Lava=Lava - S:MaterialDirectSmeltInto_Lava=Lava - I:MaterialID_700=700 - S:MaterialMacerateInto_Lava=Lava - S:MaterialName_Lava=Lava - S:MaterialSmeltInto_Lava=Lava - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lemurite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_219,219,219,0,"=219,219,219,0, - S:MaterialArcSmeltInto_Lemurite=Lemurite - S:MaterialDirectSmeltInto_Lemurite=Lemurite - I:MaterialID_486=486 - S:MaterialMacerateInto_Lemurite=Lemurite - S:MaterialName_Lemurite=Lemurite - S:MaterialSmeltInto_Lemurite=Lemurite - I:MaterialTypes_17=17 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - limestone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Limestone=Limestone - S:MaterialDirectSmeltInto_Limestone=Limestone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Limestone=Limestone - S:MaterialName_Limestone=Limestone - S:MaterialSmeltInto_Limestone=Limestone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lodestone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Lodestone=Lodestone - S:MaterialDirectSmeltInto_Lodestone=Lodestone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Lodestone=Lodestone - S:MaterialName_Lodestone=Lodestone - S:MaterialSmeltInto_Lodestone=Lodestone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - luminite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Luminite=Luminite - S:MaterialDirectSmeltInto_Luminite=Luminite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Luminite=Luminite - S:MaterialName_Luminite=Luminite - S:MaterialSmeltInto_Luminite=Luminite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magma { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,64,0,0,"=255,64,0,0, - S:MaterialArcSmeltInto_Magma=Magma - S:MaterialDirectSmeltInto_Magma=Magma - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Magma=Magma - S:MaterialName_Magma=Magma - S:MaterialSmeltInto_Magma=Magma - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mawsitsit { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Mawsitsit=Mawsitsit - S:MaterialDirectSmeltInto_Mawsitsit=Mawsitsit - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Mawsitsit=Mawsitsit - S:MaterialName_Mawsitsit=Mawsitsit - S:MaterialSmeltInto_Mawsitsit=Mawsitsit - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mercassium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Mercassium=Mercassium - S:MaterialDirectSmeltInto_Mercassium=Mercassium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Mercassium=Mercassium - S:MaterialName_Mercassium=Mercassium - S:MaterialSmeltInto_Mercassium=Mercassium - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - meteoriciron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Nickel,Iridium,Platinum"=,Iron,Nickel,Iridium,Platinum - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_100,50,80,0,"=100,50,80,0, - S:MaterialArcSmeltInto_MeteoricIron=MeteoricIron - S:MaterialDirectSmeltInto_MeteoricIron=MeteoricIron - I:MaterialID_340=340 - S:MaterialMacerateInto_MeteoricIron=MeteoricIron - S:"MaterialName_Meteoric Iron"=Meteoric Iron - S:MaterialSmeltInto_MeteoricIron=MeteoricIron - I:MaterialTypes_75=75 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_384=384 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - meteoricsteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1000=1000 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1,1"=,2,1,1 - S:"ListTCAspects_,METALLUM,MAGNETO,ORDO"=,METALLUM,MAGNETO,ORDO - S:"MatRGBA_50,25,40,0,"=50,25,40,0, - S:MaterialArcSmeltInto_MeteoricSteel=MeteoricSteel - S:MaterialDirectSmeltInto_MeteoricSteel=MeteoricSteel - I:MaterialID_341=341 - S:MaterialMacerateInto_MeteoricSteel=MeteoricSteel - S:"MaterialName_Meteoric Steel"=Meteoric Steel - S:MaterialSmeltInto_MeteoricSteel=MeteoricSteel - I:MaterialTypes_67=67 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_768=768 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - meteorite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_80,35,60,0,"=80,35,60,0, - S:MaterialArcSmeltInto_Meteorite=Meteorite - S:MaterialDirectSmeltInto_Meteorite=Meteorite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Meteorite=Meteorite - S:MaterialName_Meteorite=Meteorite - S:MaterialSmeltInto_Meteorite=Meteorite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - meutoite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_95,82,105,0,"=95,82,105,0, - S:MaterialArcSmeltInto_Meutoite=Meutoite - S:MaterialDirectSmeltInto_Meutoite=Meutoite - I:MaterialID_487=487 - S:MaterialMacerateInto_Meutoite=Meutoite - S:MaterialName_Meutoite=Meutoite - S:MaterialSmeltInto_Meutoite=Meutoite - I:MaterialTypes_25=25 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - migmatite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Migmatite=Migmatite - S:MaterialDirectSmeltInto_Migmatite=Migmatite - I:MaterialID_872=872 - S:MaterialMacerateInto_Migmatite=Migmatite - S:MaterialName_Migmatite=Migmatite - S:MaterialSmeltInto_Migmatite=Migmatite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mimichite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Mimichite=Mimichite - S:MaterialDirectSmeltInto_Mimichite=Mimichite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Mimichite=Mimichite - S:MaterialName_Mimichite=Mimichite - S:MaterialSmeltInto_Mimichite=Mimichite - I:MaterialTypes_5=5 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - moonstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VITREUS,ALIENIS"=,VITREUS,ALIENIS - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Moonstone=Moonstone - S:MaterialDirectSmeltInto_Moonstone=Moonstone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Moonstone=Moonstone - S:MaterialName_Moonstone=Moonstone - S:MaterialSmeltInto_Moonstone=Moonstone - I:MaterialTypes_9=9 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - naquadah { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_5400=5400 - S:ChemicalFormula_Nq=Nq - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,NaquadahEnriched"=,NaquadahEnriched - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3,1,1"=,3,1,1 - S:"ListTCAspects_,METALLUM,RADIO,NEBRISUM"=,METALLUM,RADIO,NEBRISUM - S:"MatRGBA_50,50,50,0,"=50,50,50,0, - S:MaterialArcSmeltInto_Naquadah=Naquadah - S:MaterialDirectSmeltInto_Naquadah=Naquadah - I:MaterialID_324=324 - S:MaterialMacerateInto_Naquadah=Naquadah - S:MaterialName_Naquadah=Naquadah - S:MaterialSmeltInto_Naquadah=Naquadah - I:MaterialTypes_91=91 - I:MeltingPoint_5400=5400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_1280=1280 - I:ToolQuality_4=4 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - naquadahalloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_7200=7200 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,4,1"=,4,1 - S:"ListTCAspects_,METALLUM,NEBRISUM"=,METALLUM,NEBRISUM - S:"MatRGBA_40,40,40,0,"=40,40,40,0, - S:MaterialArcSmeltInto_NaquadahAlloy=NaquadahAlloy - S:MaterialDirectSmeltInto_NaquadahAlloy=NaquadahAlloy - I:MaterialID_325=325 - S:MaterialMacerateInto_NaquadahAlloy=NaquadahAlloy - S:"MaterialName_Naquadah Alloy"=Naquadah Alloy - S:MaterialSmeltInto_NaquadahAlloy=NaquadahAlloy - I:MaterialTypes_195=195 - I:MeltingPoint_7200=7200 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_5120=5120 - I:ToolQuality_5=5 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - naquadahenriched { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_4500=4500 - S:"ChemicalFormula_Nq+"=Nq+ - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Naquadah,Naquadria"=,Naquadah,Naquadria - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3,2,2"=,3,2,2 - S:"ListTCAspects_,METALLUM,RADIO,NEBRISUM"=,METALLUM,RADIO,NEBRISUM - S:"MatRGBA_50,50,50,0,"=50,50,50,0, - S:MaterialArcSmeltInto_NaquadahEnriched=NaquadahEnriched - S:MaterialDirectSmeltInto_NaquadahEnriched=NaquadahEnriched - I:MaterialID_326=326 - S:MaterialMacerateInto_NaquadahEnriched=NaquadahEnriched - S:"MaterialName_Enriched Naquadah"=Enriched Naquadah - S:MaterialSmeltInto_NaquadahEnriched=NaquadahEnriched - I:MaterialTypes_91=91 - I:MeltingPoint_4500=4500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_15=15 - I:ToolDurability_1280=1280 - I:ToolQuality_4=4 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - naquadria { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_9000=9000 - S:ChemicalFormula_NqX=NqX - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,4,3,3"=,4,3,3 - S:"ListTCAspects_,METALLUM,RADIO,NEBRISUM"=,METALLUM,RADIO,NEBRISUM - S:"MatRGBA_30,30,30,0,"=30,30,30,0, - S:MaterialArcSmeltInto_Naquadria=Naquadria - S:MaterialDirectSmeltInto_Naquadria=Naquadria - I:MaterialID_327=327 - S:MaterialMacerateInto_Naquadria=Naquadria - S:MaterialName_Naquadria=Naquadria - S:MaterialSmeltInto_Naquadria=Naquadria - I:MaterialTypes_91=91 - I:MeltingPoint_9000=9000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_20=20 - I:ToolDurability_512=512 - I:ToolQuality_4=4 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nether { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Nether=Nether - S:MaterialDirectSmeltInto_Nether=Nether - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Nether=Nether - S:MaterialName_Nether=Nether - S:MaterialSmeltInto_Nether=Nether - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - netherbrick { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,IGNIS"=,IGNIS - S:"MatRGBA_100,0,0,0,"=100,0,0,0, - S:MaterialArcSmeltInto_NetherBrick=NetherBrick - S:MaterialDirectSmeltInto_NetherBrick=NetherBrick - I:MaterialID_814=814 - S:MaterialMacerateInto_Netherrack=Netherrack - S:"MaterialName_Nether Brick"=Nether Brick - S:MaterialSmeltInto_NetherBrick=NetherBrick - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - netherquartz { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Netherrack"=,Netherrack - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,POTENTIA,VITREUS"=,POTENTIA,VITREUS - S:"MatRGBA_230,210,210,0,"=230,210,210,0, - S:MaterialArcSmeltInto_NetherQuartz=NetherQuartz - S:MaterialDirectSmeltInto_NetherQuartz=NetherQuartz - I:MaterialID_522=522 - S:MaterialMacerateInto_NetherQuartz=NetherQuartz - S:"MaterialName_Nether Quartz"=Nether Quartz - S:MaterialSmeltInto_NetherQuartz=NetherQuartz - I:MaterialTypes_77=77 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_2=2 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - netherstar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.untouching=enchantment.untouching - I:FuelPower_50000=50000 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_NetherStar=NetherStar - S:MaterialDirectSmeltInto_NetherStar=NetherStar - I:MaterialID_506=506 - S:MaterialMacerateInto_NetherStar=NetherStar - S:"MaterialName_Nether Star"=Nether Star - S:MaterialSmeltInto_NetherStar=NetherStar - I:MaterialTypes_69=69 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_15=15 - I:ToolDurability_5120=5120 - I:ToolQuality_4=4 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nikolite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Diamond"=,Diamond - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID"=,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,ELECTRUM"=,ELECTRUM - S:"MatRGBA_60,180,200,0,"=60,180,200,0, - S:MaterialArcSmeltInto_Nikolite=Nikolite - S:MaterialDirectSmeltInto_Nikolite=Nikolite - I:MaterialID_812=812 - S:MaterialMacerateInto_Nikolite=Nikolite - S:MaterialName_Nikolite=Nikolite - S:MaterialSmeltInto_Nikolite=Nikolite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_5=5 - I:OreSmeltingMultiplier_5=5 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - obsidianflux { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_80,50,100,0,"=80,50,100,0, - S:MaterialArcSmeltInto_ObsidianFlux=ObsidianFlux - S:MaterialDirectSmeltInto_ObsidianFlux=ObsidianFlux - I:MaterialID_-1=-1 - S:MaterialMacerateInto_ObsidianFlux=ObsidianFlux - S:"MaterialName_Fluxed Obsidian"=Fluxed Obsidian - S:MaterialSmeltInto_ObsidianFlux=ObsidianFlux - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - oilsands { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_Oilsands=Oilsands - S:MaterialDirectSmeltInto_Oilsands=Oilsands - I:MaterialID_878=878 - S:MaterialMacerateInto_Oilsands=Oilsands - S:MaterialName_Oilsands=Oilsands - S:MaterialSmeltInto_Oilsands=Oilsands - I:MaterialTypes_9=9 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - onyx { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Onyx=Onyx - S:MaterialDirectSmeltInto_Onyx=Onyx - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Onyx=Onyx - S:MaterialName_Onyx=Onyx - S:MaterialSmeltInto_Onyx=Onyx - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - orichalcum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_84,122,56,0,"=84,122,56,0, - S:MaterialArcSmeltInto_Orichalcum=Orichalcum - S:MaterialDirectSmeltInto_Orichalcum=Orichalcum - I:MaterialID_966=966 - S:MaterialMacerateInto_Orichalcum=Orichalcum - S:MaterialName_Orichalcum=Orichalcum - S:MaterialSmeltInto_Orichalcum=Orichalcum - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_3456=3456 - I:ToolQuality_3=3 - D:ToolSpeed_4.5=4.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - osmonium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Osmonium=Osmonium - S:MaterialDirectSmeltInto_Osmonium=Osmonium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Osmonium=Osmonium - S:MaterialName_Osmonium=Osmonium - S:MaterialSmeltInto_Osmonium=Osmonium - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - oureclase { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_183,98,21,0,"=183,98,21,0, - S:MaterialArcSmeltInto_Oureclase=Oureclase - S:MaterialDirectSmeltInto_Oureclase=Oureclase - I:MaterialID_961=961 - S:MaterialMacerateInto_Oureclase=Oureclase - S:MaterialName_Oureclase=Oureclase - S:MaterialSmeltInto_Oureclase=Oureclase - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_1920=1920 - I:ToolQuality_3=3 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - painite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Painite=Painite - S:MaterialDirectSmeltInto_Painite=Painite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Painite=Painite - S:MaterialName_Painite=Painite - S:MaterialSmeltInto_Painite=Painite - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - peanutwood { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Peanutwood=Peanutwood - S:MaterialDirectSmeltInto_Peanutwood=Peanutwood - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Wood=Wood - S:"MaterialName_Peanut Wood"=Peanut Wood - S:MaterialSmeltInto_Peanutwood=Peanutwood - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - petroleum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Petroleum=Petroleum - S:MaterialDirectSmeltInto_Petroleum=Petroleum - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Petroleum=Petroleum - S:MaterialName_Petroleum=Petroleum - S:MaterialSmeltInto_Petroleum=Petroleum - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pewter { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Pewter=Pewter - S:MaterialDirectSmeltInto_Pewter=Pewter - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Pewter=Pewter - S:MaterialName_Pewter=Pewter - S:MaterialSmeltInto_Pewter=Pewter - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phoenixite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Phoenixite=Phoenixite - S:MaterialDirectSmeltInto_Phoenixite=Phoenixite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Phoenixite=Phoenixite - S:MaterialName_Phoenixite=Phoenixite - S:MaterialSmeltInto_Phoenixite=Phoenixite - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - prometheum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_90,129,86,0,"=90,129,86,0, - S:MaterialArcSmeltInto_Prometheum=Prometheum - S:MaterialDirectSmeltInto_Prometheum=Prometheum - I:MaterialID_960=960 - S:MaterialMacerateInto_Prometheum=Prometheum - S:MaterialName_Prometheum=Prometheum - S:MaterialSmeltInto_Prometheum=Prometheum - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_512=512 - I:ToolQuality_1=1 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - quartzite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SiO2=SiO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,CertusQuartz,Barite"=,CertusQuartz,Barite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,TENEBRAE,AER"=,METALLUM,TENEBRAE,AER - S:"MatRGBA_210,230,210,0,"=210,230,210,0, - S:MaterialArcSmeltInto_Quartzite=Quartzite - S:MaterialDirectSmeltInto_Quartzite=Quartzite - I:MaterialID_523=523 - S:MaterialMacerateInto_Quartzite=Quartzite - S:MaterialName_Quartzite=Quartzite - S:MaterialSmeltInto_Quartzite=Quartzite - I:MaterialTypes_13=13 - I:MeltingPoint_598=598 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - randomite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Randomite=Randomite - S:MaterialDirectSmeltInto_Randomite=Randomite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Randomite=Randomite - S:MaterialName_Randomite=Randomite - S:MaterialSmeltInto_Randomite=Randomite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rhyolite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Rhyolite=Rhyolite - S:MaterialDirectSmeltInto_Rhyolite=Rhyolite - I:MaterialID_875=875 - S:MaterialMacerateInto_Rhyolite=Rhyolite - S:MaterialName_Rhyolite=Rhyolite - S:MaterialSmeltInto_Rhyolite=Rhyolite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rubracium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_151,45,45,0,"=151,45,45,0, - S:MaterialArcSmeltInto_Rubracium=Rubracium - S:MaterialDirectSmeltInto_Rubracium=Rubracium - I:MaterialID_488=488 - S:MaterialMacerateInto_Rubracium=Rubracium - S:MaterialName_Rubracium=Rubracium - S:MaterialSmeltInto_Rubracium=Rubracium - I:MaterialTypes_25=25 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_RECYCLING"=,HAS_COLOR,NO_RECYCLING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Sand=Sand - S:MaterialDirectSmeltInto_Sand=Sand - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Sand=Sand - S:MaterialName_Sand=Sand - S:MaterialSmeltInto_Glass=Glass - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sanguinite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_185,0,0,0,"=185,0,0,0, - S:MaterialArcSmeltInto_Sanguinite=Sanguinite - S:MaterialDirectSmeltInto_Sanguinite=Sanguinite - I:MaterialID_955=955 - S:MaterialMacerateInto_Sanguinite=Sanguinite - S:MaterialName_Sanguinite=Sanguinite - S:MaterialSmeltInto_Sanguinite=Sanguinite - I:MaterialTypes_11=11 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_4480=4480 - I:ToolQuality_4=4 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - siltstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Siltstone=Siltstone - S:MaterialDirectSmeltInto_Siltstone=Siltstone - I:MaterialID_876=876 - S:MaterialMacerateInto_Siltstone=Siltstone - S:MaterialName_Siltstone=Siltstone - S:MaterialSmeltInto_Siltstone=Siltstone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - spinel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Spinel=Spinel - S:MaterialDirectSmeltInto_Spinel=Spinel - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Spinel=Spinel - S:MaterialName_Spinel=Spinel - S:MaterialSmeltInto_Spinel=Spinel - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - starconium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Starconium=Starconium - S:MaterialDirectSmeltInto_Starconium=Starconium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Starconium=Starconium - S:MaterialName_Starconium=Starconium - S:MaterialSmeltInto_Starconium=Starconium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sugilite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Sugilite=Sugilite - S:MaterialDirectSmeltInto_Sugilite=Sugilite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Sugilite=Sugilite - S:MaterialName_Sugilite=Sugilite - S:MaterialSmeltInto_Sugilite=Sugilite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sunstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VITREUS,ALIENIS"=,VITREUS,ALIENIS - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Sunstone=Sunstone - S:MaterialDirectSmeltInto_Sunstone=Sunstone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Sunstone=Sunstone - S:MaterialName_Sunstone=Sunstone - S:MaterialSmeltInto_Sunstone=Sunstone - I:MaterialTypes_9=9 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_Tar=Tar - S:MaterialDirectSmeltInto_Tar=Tar - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Tar=Tar - S:MaterialName_Tar=Tar - S:MaterialSmeltInto_Tar=Tar - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tartarite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,118,60,0,"=255,118,60,0, - S:MaterialArcSmeltInto_Tartarite=Tartarite - S:MaterialDirectSmeltInto_Tartarite=Tartarite - I:MaterialID_956=956 - S:MaterialMacerateInto_Tartarite=Tartarite - S:MaterialName_Tartarite=Tartarite - S:MaterialSmeltInto_Tartarite=Tartarite - I:MaterialTypes_27=27 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_7680=7680 - I:ToolQuality_5=5 - D:ToolSpeed_20.0=20.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tapazite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Tapazite=Tapazite - S:MaterialDirectSmeltInto_Tapazite=Tapazite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Tapazite=Tapazite - S:MaterialName_Tapazite=Tapazite - S:MaterialSmeltInto_Tapazite=Tapazite - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - thyrium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Thyrium=Thyrium - S:MaterialDirectSmeltInto_Thyrium=Thyrium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Thyrium=Thyrium - S:MaterialName_Thyrium=Thyrium - S:MaterialSmeltInto_Thyrium=Thyrium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tourmaline { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Tourmaline=Tourmaline - S:MaterialDirectSmeltInto_Tourmaline=Tourmaline - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Tourmaline=Tourmaline - S:MaterialName_Tourmaline=Tourmaline - S:MaterialSmeltInto_Tourmaline=Tourmaline - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tritanium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,METALLUM,ORDO"=,METALLUM,ORDO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Tritanium=Tritanium - S:MaterialDirectSmeltInto_Tritanium=Tritanium - I:MaterialID_329=329 - S:MaterialMacerateInto_Tritanium=Tritanium - S:MaterialName_Tritanium=Tritanium - S:MaterialSmeltInto_Tritanium=Tritanium - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_10240=10240 - I:ToolQuality_6=6 - D:ToolSpeed_20.0=20.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - turquoise { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Turquoise=Turquoise - S:MaterialDirectSmeltInto_Turquoise=Turquoise - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Turquoise=Turquoise - S:MaterialName_Turquoise=Turquoise - S:MaterialSmeltInto_Turquoise=Turquoise - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - uuamplifier { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Accelerates the Mass Fabricator"=Accelerates the Mass Fabricator - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_96,0,128,0,"=96,0,128,0, - S:MaterialArcSmeltInto_UUAmplifier=UUAmplifier - S:MaterialDirectSmeltInto_UUAmplifier=UUAmplifier - I:MaterialID_721=721 - S:MaterialMacerateInto_UUAmplifier=UUAmplifier - S:MaterialName_UU-Amplifier=UU-Amplifier - S:MaterialSmeltInto_UUAmplifier=UUAmplifier - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - uumatter { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_128,0,196,0,"=128,0,196,0, - S:MaterialArcSmeltInto_UUMatter=UUMatter - S:MaterialDirectSmeltInto_UUMatter=UUMatter - I:MaterialID_703=703 - S:MaterialMacerateInto_UUMatter=UUMatter - S:MaterialName_UU-Matter=UU-Matter - S:MaterialSmeltInto_UUMatter=UUMatter - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_10=10 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - void { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,VACUOS"=,VACUOS - S:"MatRGBA_255,255,255,200,"=255,255,255,200, - S:MaterialArcSmeltInto_Void=Void - S:MaterialDirectSmeltInto_Void=Void - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Void=Void - S:MaterialName_Void=Void - S:MaterialSmeltInto_Void=Void - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - voidstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VITREUS,VACUOS"=,VITREUS,VACUOS - S:"MatRGBA_255,255,255,200,"=255,255,255,200, - S:MaterialArcSmeltInto_Voidstone=Voidstone - S:MaterialDirectSmeltInto_Voidstone=Voidstone - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Voidstone=Voidstone - S:MaterialName_Voidstone=Voidstone - S:MaterialSmeltInto_Voidstone=Voidstone - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - vulcanite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,132,72,0,"=255,132,72,0, - S:MaterialArcSmeltInto_Vulcanite=Vulcanite - S:MaterialDirectSmeltInto_Vulcanite=Vulcanite - I:MaterialID_489=489 - S:MaterialMacerateInto_Vulcanite=Vulcanite - S:MaterialName_Vulcanite=Vulcanite - S:MaterialSmeltInto_Vulcanite=Vulcanite - I:MaterialTypes_91=91 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vyroxeres { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_85,224,1,0,"=85,224,1,0, - S:MaterialArcSmeltInto_Vyroxeres=Vyroxeres - S:MaterialDirectSmeltInto_Vyroxeres=Vyroxeres - I:MaterialID_951=951 - S:MaterialMacerateInto_Vyroxeres=Vyroxeres - S:MaterialName_Vyroxeres=Vyroxeres - S:MaterialSmeltInto_Vyroxeres=Vyroxeres - I:MaterialTypes_75=75 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_768=768 - I:ToolQuality_3=3 - D:ToolSpeed_9.0=9.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - wimalite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Wimalite=Wimalite - S:MaterialDirectSmeltInto_Wimalite=Wimalite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Wimalite=Wimalite - S:MaterialName_Wimalite=Wimalite - S:MaterialSmeltInto_Wimalite=Wimalite - I:MaterialTypes_8=8 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - yellorite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Yellorite=Yellorite - S:MaterialDirectSmeltInto_Yellorite=Yellorite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Yellorite=Yellorite - S:MaterialName_Yellorite=Yellorite - S:MaterialSmeltInto_Yellorite=Yellorite - I:MaterialTypes_8=8 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - yellorium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Yellorium=Yellorium - S:MaterialDirectSmeltInto_Yellorium=Yellorium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Yellorium=Yellorium - S:MaterialName_Yellorium=Yellorium - S:MaterialSmeltInto_Yellorium=Yellorium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - zectium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Zectium=Zectium - S:MaterialDirectSmeltInto_Zectium=Zectium - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Zectium=Zectium - S:MaterialName_Zectium=Zectium - S:MaterialSmeltInto_Zectium=Zectium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - primitive { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Primitive=Primitive - S:MaterialDirectSmeltInto_Primitive=Primitive - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Primitive=Primitive - S:MaterialName_Primitive=Primitive - S:MaterialSmeltInto_Primitive=Primitive - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - basic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Basic=Basic - S:MaterialDirectSmeltInto_Basic=Basic - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Basic=Basic - S:MaterialName_Basic=Basic - S:MaterialSmeltInto_Basic=Basic - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - good { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Good=Good - S:MaterialDirectSmeltInto_Good=Good - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Good=Good - S:MaterialName_Good=Good - S:MaterialSmeltInto_Good=Good - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - advanced { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,4"=,4 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Advanced=Advanced - S:MaterialDirectSmeltInto_Advanced=Advanced - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Advanced=Advanced - S:MaterialName_Advanced=Advanced - S:MaterialSmeltInto_Advanced=Advanced - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - data { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,5"=,5 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Data=Data - S:MaterialDirectSmeltInto_Data=Data - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Data=Data - S:MaterialName_Data=Data - S:MaterialSmeltInto_Data=Data - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - elite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,6"=,6 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Elite=Elite - S:MaterialDirectSmeltInto_Elite=Elite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Elite=Elite - S:MaterialName_Elite=Elite - S:MaterialSmeltInto_Elite=Elite - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - master { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,7"=,7 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Master=Master - S:MaterialDirectSmeltInto_Master=Master - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Master=Master - S:MaterialName_Master=Master - S:MaterialSmeltInto_Master=Master - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ultimate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,8"=,8 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Ultimate=Ultimate - S:MaterialDirectSmeltInto_Ultimate=Ultimate - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Ultimate=Ultimate - S:MaterialName_Ultimate=Ultimate - S:MaterialSmeltInto_Ultimate=Ultimate - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - superconductor { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,8"=,8 - S:"ListTCAspects_,ELECTRUM"=,ELECTRUM - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Superconductor=Superconductor - S:MaterialDirectSmeltInto_Superconductor=Superconductor - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Superconductor=Superconductor - S:MaterialName_Superconductor=Superconductor - S:MaterialSmeltInto_Superconductor=Superconductor - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - infinite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Infinite=Infinite - S:MaterialDirectSmeltInto_Infinite=Infinite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Infinite=Infinite - S:MaterialName_Infinite=Infinite - S:MaterialSmeltInto_Infinite=Infinite - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - antimatter { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,9,8"=,9,8 - S:"ListTCAspects_,POTENTIA,PERFODIO"=,POTENTIA,PERFODIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Antimatter=Antimatter - S:MaterialDirectSmeltInto_Antimatter=Antimatter - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Antimatter=Antimatter - S:MaterialName_Antimatter=Antimatter - S:MaterialSmeltInto_Antimatter=Antimatter - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - biofuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_6=6 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,128,0,0,"=255,128,0,0, - S:MaterialArcSmeltInto_BioFuel=BioFuel - S:MaterialDirectSmeltInto_BioFuel=BioFuel - I:MaterialID_705=705 - S:MaterialMacerateInto_BioFuel=BioFuel - S:MaterialName_Biofuel=Biofuel - S:MaterialSmeltInto_BioFuel=BioFuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - biomass { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_8=8 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,255,0,0,"=0,255,0,0, - S:MaterialArcSmeltInto_Biomass=Biomass - S:MaterialDirectSmeltInto_Biomass=Biomass - I:MaterialID_704=704 - S:MaterialMacerateInto_Biomass=Biomass - S:MaterialName_Biomass=Biomass - S:MaterialSmeltInto_Biomass=Biomass - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - charcoalbyproducts { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_120,68,33,0,"=120,68,33,0, - S:MaterialArcSmeltInto_CharcoalByproducts=CharcoalByproducts - S:MaterialDirectSmeltInto_CharcoalByproducts=CharcoalByproducts - I:MaterialID_675=675 - S:MaterialMacerateInto_CharcoalByproducts=CharcoalByproducts - S:"MaterialName_Charcoal Byproducts"=Charcoal Byproducts - S:MaterialSmeltInto_CharcoalByproducts=CharcoalByproducts - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cheese { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,SMELTING_TO_FLUID"=,HAS_COLOR,FOOD,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Cheese=Cheese - S:MaterialDirectSmeltInto_Cheese=Cheese - I:MaterialID_894=894 - S:MaterialMacerateInto_Cheese=Cheese - S:MaterialName_Cheese=Cheese - S:MaterialSmeltInto_Cheese=Cheese - I:MaterialTypes_1=1 - I:MeltingPoint_320=320 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chili { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,0,0,0,"=200,0,0,0, - S:MaterialArcSmeltInto_Chili=Chili - S:MaterialDirectSmeltInto_Chili=Chili - I:MaterialID_895=895 - S:MaterialMacerateInto_Chili=Chili - S:MaterialName_Chili=Chili - S:MaterialSmeltInto_Chili=Chili - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chocolate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_190,95,0,0,"=190,95,0,0, - S:MaterialArcSmeltInto_Chocolate=Chocolate - S:MaterialDirectSmeltInto_Chocolate=Chocolate - I:MaterialID_886=886 - S:MaterialMacerateInto_Chocolate=Chocolate - S:MaterialName_Chocolate=Chocolate - S:MaterialSmeltInto_Chocolate=Chocolate - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cluster { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,127,"=255,255,255,127, - S:MaterialArcSmeltInto_Cluster=Cluster - S:MaterialDirectSmeltInto_Cluster=Cluster - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Cluster=Cluster - S:MaterialName_Cluster=Cluster - S:MaterialSmeltInto_Cluster=Cluster - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - coalfuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_16=16 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_50,50,70,0,"=50,50,70,0, - S:MaterialArcSmeltInto_CoalFuel=CoalFuel - S:MaterialDirectSmeltInto_CoalFuel=CoalFuel - I:MaterialID_710=710 - S:MaterialMacerateInto_CoalFuel=CoalFuel - S:MaterialName_Coalfuel=Coalfuel - S:MaterialSmeltInto_CoalFuel=CoalFuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cocoa { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_190,95,0,0,"=190,95,0,0, - S:MaterialArcSmeltInto_Cocoa=Cocoa - S:MaterialDirectSmeltInto_Cocoa=Cocoa - I:MaterialID_887=887 - S:MaterialMacerateInto_Cocoa=Cocoa - S:MaterialName_Cocoa=Cocoa - S:MaterialSmeltInto_Cocoa=Cocoa - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - coffee { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_150,75,0,0,"=150,75,0,0, - S:MaterialArcSmeltInto_Coffee=Coffee - S:MaterialDirectSmeltInto_Coffee=Coffee - I:MaterialID_888=888 - S:MaterialMacerateInto_Coffee=Coffee - S:MaterialName_Coffee=Coffee - S:MaterialSmeltInto_Coffee=Coffee - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - creosote { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_8=8 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_128,64,0,0,"=128,64,0,0, - S:MaterialArcSmeltInto_Creosote=Creosote - S:MaterialDirectSmeltInto_Creosote=Creosote - I:MaterialID_712=712 - S:MaterialMacerateInto_Creosote=Creosote - S:MaterialName_Creosote=Creosote - S:MaterialSmeltInto_Creosote=Creosote - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ethanol { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H6O=C2H6O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_148=148 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VENENUM,AQUA"=,VENENUM,AQUA - S:"MatRGBA_255,128,0,0,"=255,128,0,0, - S:MaterialArcSmeltInto_Ethanol=Ethanol - S:MaterialDirectSmeltInto_Ethanol=Ethanol - I:MaterialID_706=706 - S:MaterialMacerateInto_Ethanol=Ethanol - S:MaterialName_Ethanol=Ethanol - S:MaterialSmeltInto_Ethanol=Ethanol - I:MaterialTypes_16=16 - I:MeltingPoint_859=859 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fermentedbiomass { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_68,85,0,0,"=68,85,0,0, - S:MaterialArcSmeltInto_FermentedBiomass=FermentedBiomass - S:MaterialDirectSmeltInto_FermentedBiomass=FermentedBiomass - I:MaterialID_691=691 - S:MaterialMacerateInto_FermentedBiomass=FermentedBiomass - S:"MaterialName_Fermented Biomass"=Fermented Biomass - S:MaterialSmeltInto_FermentedBiomass=FermentedBiomass - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fishoil { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_2=2 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,CORPUS"=,CORPUS - S:"MatRGBA_255,196,0,0,"=255,196,0,0, - S:MaterialArcSmeltInto_FishOil=FishOil - S:MaterialDirectSmeltInto_FishOil=FishOil - I:MaterialID_711=711 - S:MaterialMacerateInto_FishOil=FishOil - S:"MaterialName_Fish Oil"=Fish Oil - S:MaterialSmeltInto_FishOil=FishOil - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_128=128 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Fuel=Fuel - S:MaterialDirectSmeltInto_Fuel=Fuel - I:MaterialID_708=708 - S:MaterialMacerateInto_Fuel=Fuel - S:MaterialName_Diesel=Diesel - S:MaterialSmeltInto_Fuel=Fuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - glue { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_No Horses were harmed for the Production"=No Horses were harmed for the Production - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,LIMUS"=,LIMUS - S:"MatRGBA_200,196,0,0,"=200,196,0,0, - S:MaterialArcSmeltInto_Glue=Glue - S:MaterialDirectSmeltInto_Glue=Glue - I:MaterialID_726=726 - S:MaterialMacerateInto_Glue=Glue - S:MaterialName_Glue=Glue - S:MaterialSmeltInto_Glue=Glue - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - gunpowder { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,3,4"=,3,4 - S:"ListTCAspects_,PERDITIO,IGNIS"=,PERDITIO,IGNIS - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_Gunpowder=Gunpowder - S:MaterialDirectSmeltInto_Gunpowder=Gunpowder - I:MaterialID_800=800 - S:MaterialMacerateInto_Gunpowder=Gunpowder - S:MaterialName_Gunpowder=Gunpowder - S:MaterialSmeltInto_Gunpowder=Gunpowder - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fryingoilhot { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_1.0=1.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,AQUA,IGNIS"=,AQUA,IGNIS - S:"MatRGBA_200,196,0,0,"=200,196,0,0, - S:MaterialArcSmeltInto_FryingOilHot=FryingOilHot - S:MaterialDirectSmeltInto_FryingOilHot=FryingOilHot - I:MaterialID_727=727 - S:MaterialMacerateInto_FryingOilHot=FryingOilHot - S:"MaterialName_Hot Frying Oil"=Hot Frying Oil - S:MaterialSmeltInto_FryingOilHot=FryingOilHot - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - honey { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_210,200,0,0,"=210,200,0,0, - S:MaterialArcSmeltInto_Honey=Honey - S:MaterialDirectSmeltInto_Honey=Honey - I:MaterialID_725=725 - S:MaterialMacerateInto_Honey=Honey - S:MaterialName_Honey=Honey - S:MaterialSmeltInto_Honey=Honey - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - leather { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_150,150,80,127,"=150,150,80,127, - S:MaterialArcSmeltInto_Leather=Leather - S:MaterialDirectSmeltInto_Leather=Leather - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Leather=Leather - S:MaterialName_Leather=Leather - S:MaterialSmeltInto_Leather=Leather - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - limepure { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_LimePure=LimePure - S:MaterialDirectSmeltInto_LimePure=LimePure - I:MaterialID_-1=-1 - S:MaterialMacerateInto_LimePure=LimePure - S:"MaterialName_Pure Lime"=Pure Lime - S:MaterialSmeltInto_LimePure=LimePure - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lubricant { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,AQUA,MACHINA"=,AQUA,MACHINA - S:"MatRGBA_255,196,0,0,"=255,196,0,0, - S:MaterialArcSmeltInto_Lubricant=Lubricant - S:MaterialDirectSmeltInto_Lubricant=Lubricant - I:MaterialID_724=724 - S:MaterialMacerateInto_Lubricant=Lubricant - S:MaterialName_Lubricant=Lubricant - S:MaterialSmeltInto_Lubricant=Lubricant - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mcguffium239 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,8,8,8,8,8,8,8,8,8,8"=,8,8,8,8,8,8,8,8,8,8 - S:"ListTCAspects_,ALIENIS,PERMUTATIO,SPIRITUS,AURAM,VITIUM,RADIO,MAGNETO,ELECTRUM,NEBRISUM,STRONTIO"=,ALIENIS,PERMUTATIO,SPIRITUS,AURAM,VITIUM,RADIO,MAGNETO,ELECTRUM,NEBRISUM,STRONTIO - S:"MatRGBA_200,50,150,0,"=200,50,150,0, - S:MaterialArcSmeltInto_McGuffium239=McGuffium239 - S:MaterialDirectSmeltInto_McGuffium239=McGuffium239 - I:MaterialID_999=999 - S:MaterialMacerateInto_McGuffium239=McGuffium239 - S:"MaterialName_Mc Guffium 239"=Mc Guffium 239 - S:MaterialSmeltInto_McGuffium239=McGuffium239 - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - meatraw { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,NO_SMASHING"=,HAS_COLOR,FOOD,NO_SMASHING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,100,100,0,"=255,100,100,0, - S:MaterialArcSmeltInto_MeatRaw=MeatRaw - S:MaterialDirectSmeltInto_MeatRaw=MeatRaw - I:MaterialID_892=892 - S:MaterialMacerateInto_MeatRaw=MeatRaw - S:"MaterialName_Raw Meat"=Raw Meat - S:MaterialSmeltInto_MeatCooked=MeatCooked - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - meatcooked { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,FOOD,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_150,60,20,0,"=150,60,20,0, - S:MaterialArcSmeltInto_MeatCooked=MeatCooked - S:MaterialDirectSmeltInto_MeatCooked=MeatCooked - I:MaterialID_893=893 - S:MaterialMacerateInto_MeatCooked=MeatCooked - S:"MaterialName_Cooked Meat"=Cooked Meat - S:MaterialSmeltInto_MeatCooked=MeatCooked - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - milk { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,SANO"=,SANO - S:"MatRGBA_254,254,254,0,"=254,254,254,0, - S:MaterialArcSmeltInto_Milk=Milk - S:MaterialDirectSmeltInto_Milk=Milk - I:MaterialID_885=885 - S:MaterialMacerateInto_Milk=Milk - S:MaterialName_Milk=Milk - S:MaterialSmeltInto_Milk=Milk - I:MaterialTypes_17=17 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mud { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Mud=Mud - S:MaterialDirectSmeltInto_Mud=Mud - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Mud=Mud - S:MaterialName_Mud=Mud - S:MaterialSmeltInto_Mud=Mud - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - oil { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_16=16 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_Oil=Oil - S:MaterialDirectSmeltInto_Oil=Oil - I:MaterialID_707=707 - S:MaterialMacerateInto_Oil=Oil - S:MaterialName_Oil=Oil - S:MaterialSmeltInto_Oil=Oil - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - paper { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE,PAPER"=,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE,PAPER - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,COGNITIO"=,COGNITIO - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Paper=Paper - S:MaterialDirectSmeltInto_Paper=Paper - I:MaterialID_879=879 - S:MaterialMacerateInto_Paper=Paper - S:MaterialName_Paper=Paper - S:MaterialSmeltInto_Paper=Paper - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - peat { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,POTENTIA,IGNIS"=,POTENTIA,IGNIS - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Peat=Peat - S:MaterialDirectSmeltInto_Peat=Peat - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Peat=Peat - S:MaterialName_Peat=Peat - S:MaterialSmeltInto_Peat=Peat - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - quantum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Quantum=Quantum - S:MaterialDirectSmeltInto_Quantum=Quantum - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Quantum=Quantum - S:MaterialName_Quantum=Quantum - S:MaterialSmeltInto_Quantum=Quantum - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rareearth { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VITREUS,LUCRUM"=,VITREUS,LUCRUM - S:"MatRGBA_128,128,100,0,"=128,128,100,0, - S:MaterialArcSmeltInto_RareEarth=RareEarth - S:MaterialDirectSmeltInto_RareEarth=RareEarth - I:MaterialID_891=891 - S:MaterialMacerateInto_RareEarth=RareEarth - S:"MaterialName_Rare Earth"=Rare Earth - S:MaterialSmeltInto_RareEarth=RareEarth - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - red { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,0,0,0,"=255,0,0,0, - S:MaterialArcSmeltInto_Red=Red - S:MaterialDirectSmeltInto_Red=Red - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Red=Red - S:MaterialName_Red=Red - S:MaterialSmeltInto_Red=Red - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - reinforced { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Reinforced=Reinforced - S:MaterialDirectSmeltInto_Reinforced=Reinforced - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Reinforced=Reinforced - S:MaterialName_Reinforced=Reinforced - S:MaterialSmeltInto_Reinforced=Reinforced - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - seedoil { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_2=2 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,GRANUM"=,GRANUM - S:"MatRGBA_196,255,0,0,"=196,255,0,0, - S:MaterialArcSmeltInto_SeedOil=SeedOil - S:MaterialDirectSmeltInto_SeedOil=SeedOil - I:MaterialID_713=713 - S:MaterialMacerateInto_SeedOil=SeedOil - S:"MaterialName_Seed Oil"=Seed Oil - S:MaterialSmeltInto_SeedOil=SeedOil - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - seedoilhemp { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_2=2 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,GRANUM"=,GRANUM - S:"MatRGBA_196,255,0,0,"=196,255,0,0, - S:MaterialArcSmeltInto_SeedOilHemp=SeedOilHemp - S:MaterialDirectSmeltInto_SeedOilHemp=SeedOilHemp - I:MaterialID_722=722 - S:MaterialMacerateInto_SeedOilHemp=SeedOilHemp - S:"MaterialName_Hemp Seed Oil"=Hemp Seed Oil - S:MaterialSmeltInto_SeedOilHemp=SeedOilHemp - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - seedoillin { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_2=2 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,GRANUM"=,GRANUM - S:"MatRGBA_196,255,0,0,"=196,255,0,0, - S:MaterialArcSmeltInto_SeedOilLin=SeedOilLin - S:MaterialDirectSmeltInto_SeedOilLin=SeedOilLin - I:MaterialID_723=723 - S:MaterialMacerateInto_SeedOilLin=SeedOilLin - S:"MaterialName_Lin Seed Oil"=Lin Seed Oil - S:MaterialSmeltInto_SeedOilLin=SeedOilLin - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - stone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,NO_RECYCLING"=,HAS_COLOR,STONE,NO_SMASHING,NO_RECYCLING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,TERRA"=,TERRA - S:"MatRGBA_205,205,205,0,"=205,205,205,0, - S:MaterialArcSmeltInto_Stone=Stone - S:MaterialDirectSmeltInto_Stone=Stone - I:MaterialID_299=299 - S:MaterialMacerateInto_Stone=Stone - S:MaterialName_Stone=Stone - S:MaterialSmeltInto_Stone=Stone - I:MaterialTypes_193=193 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_4.0=4.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tnt { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,7,4"=,7,4 - S:"ListTCAspects_,PERDITIO,IGNIS"=,PERDITIO,IGNIS - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_TNT=TNT - S:MaterialDirectSmeltInto_TNT=TNT - I:MaterialID_-1=-1 - S:MaterialMacerateInto_TNT=TNT - S:MaterialName_TNT=TNT - S:MaterialSmeltInto_TNT=TNT - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - unstable { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,4"=,4 - S:"ListTCAspects_,PERDITIO"=,PERDITIO - S:"MatRGBA_255,255,255,127,"=255,255,255,127, - S:MaterialArcSmeltInto_Unstable=Unstable - S:MaterialDirectSmeltInto_Unstable=Unstable - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Unstable=Unstable - S:MaterialName_Unstable=Unstable - S:MaterialSmeltInto_Unstable=Unstable - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_4=4 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - unstableingot { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,4"=,4 - S:"ListTCAspects_,PERDITIO"=,PERDITIO - S:"MatRGBA_255,255,255,127,"=255,255,255,127, - S:MaterialArcSmeltInto_Unstableingot=Unstableingot - S:MaterialDirectSmeltInto_Unstableingot=Unstableingot - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Unstableingot=Unstableingot - S:MaterialName_Unstable=Unstable - S:MaterialSmeltInto_Unstableingot=Unstableingot - I:MaterialTypes_0=0 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_4=4 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - vinegar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Vinegar=Vinegar - S:MaterialDirectSmeltInto_Vinegar=Vinegar - I:MaterialID_690=690 - S:MaterialMacerateInto_Vinegar=Vinegar - S:MaterialName_Vinegar=Vinegar - S:MaterialSmeltInto_Vinegar=Vinegar - I:MaterialTypes_0=0 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - wheat { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,FLAMMABLE,MORTAR_GRINDABLE"=,HAS_COLOR,FOOD,FLAMMABLE,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MESSIS"=,MESSIS - S:"MatRGBA_255,255,196,0,"=255,255,196,0, - S:MaterialArcSmeltInto_Wheat=Wheat - S:MaterialDirectSmeltInto_Wheat=Wheat - I:MaterialID_881=881 - S:MaterialMacerateInto_Wheat=Wheat - S:MaterialName_Wheat=Wheat - S:MaterialSmeltInto_Wheat=Wheat - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - woodgas { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_24=24 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_222,205,135,0,"=222,205,135,0, - S:MaterialArcSmeltInto_WoodGas=WoodGas - S:MaterialDirectSmeltInto_WoodGas=WoodGas - I:MaterialID_660=660 - S:MaterialMacerateInto_WoodGas=WoodGas - S:"MaterialName_Wood Gas"=Wood Gas - S:MaterialSmeltInto_WoodGas=WoodGas - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - woodtar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_40,23,11,0,"=40,23,11,0, - S:MaterialArcSmeltInto_WoodTar=WoodTar - S:MaterialDirectSmeltInto_WoodTar=WoodTar - I:MaterialID_662=662 - S:MaterialMacerateInto_WoodTar=WoodTar - S:"MaterialName_Wood Tar"=Wood Tar - S:MaterialSmeltInto_WoodTar=WoodTar - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - woodvinegar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_212,85,0,0,"=212,85,0,0, - S:MaterialArcSmeltInto_WoodVinegar=WoodVinegar - S:MaterialDirectSmeltInto_WoodVinegar=WoodVinegar - I:MaterialID_661=661 - S:MaterialMacerateInto_WoodVinegar=WoodVinegar - S:"MaterialName_Wood Vinegar"=Wood Vinegar - S:MaterialSmeltInto_WoodVinegar=WoodVinegar - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - aluminiumbrass { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_AluminiumBrass=AluminiumBrass - S:MaterialDirectSmeltInto_AluminiumBrass=AluminiumBrass - I:MaterialID_-1=-1 - S:MaterialMacerateInto_AluminiumBrass=AluminiumBrass - S:"MaterialName_Aluminium Brass"=Aluminium Brass - S:MaterialSmeltInto_AluminiumBrass=AluminiumBrass - I:MaterialTypes_67=67 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - osmiridium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2500=2500 - S:ChemicalFormula_Ir3Os=Ir3Os - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,MACHINA,NEBRISUM"=,METALLUM,MACHINA,NEBRISUM - S:"MatRGBA_100,100,255,0,"=100,100,255,0, - S:MaterialArcSmeltInto_Osmiridium=Osmiridium - S:MaterialDirectSmeltInto_Osmiridium=Osmiridium - I:MaterialID_317=317 - S:MaterialMacerateInto_Osmiridium=Osmiridium - S:MaterialName_Osmiridium=Osmiridium - S:MaterialSmeltInto_Osmiridium=Osmiridium - I:MaterialTypes_195=195 - I:MeltingPoint_3333=3333 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_1600=1600 - I:ToolQuality_3=3 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sunnarium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Sunnarium=Sunnarium - S:MaterialDirectSmeltInto_Sunnarium=Sunnarium - I:MaterialID_318=318 - S:MaterialMacerateInto_Sunnarium=Sunnarium - S:MaterialName_Sunnarium=Sunnarium - S:MaterialSmeltInto_Sunnarium=Sunnarium - I:MaterialTypes_3=3 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - endstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Helium_3"=,Helium_3 - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Endstone=Endstone - S:MaterialDirectSmeltInto_Endstone=Endstone - I:MaterialID_808=808 - S:MaterialMacerateInto_Endstone=Endstone - S:MaterialName_Endstone=Endstone - S:MaterialSmeltInto_Endstone=Endstone - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - netherrack { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Sulfur"=,Sulfur - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,FLAMMABLE"=,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,FLAMMABLE - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,0,0,0,"=200,0,0,0, - S:MaterialArcSmeltInto_Netherrack=Netherrack - S:MaterialDirectSmeltInto_Netherrack=Netherrack - I:MaterialID_807=807 - S:MaterialMacerateInto_Netherrack=Netherrack - S:MaterialName_Netherrack=Netherrack - S:MaterialSmeltInto_NetherBrick=NetherBrick - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - soulsand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Soulsand=Soulsand - S:MaterialDirectSmeltInto_Soulsand=Soulsand - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Soulsand=Soulsand - S:MaterialName_Soulsand=Soulsand - S:MaterialSmeltInto_Soulsand=Soulsand - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - methane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CH4=CH4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeMagenta=dyeMagenta - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_104=104 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VITREUS,IGNIS,AQUA"=,VITREUS,IGNIS,AQUA - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Methane=Methane - S:MaterialDirectSmeltInto_Methane=Methane - I:MaterialID_715=715 - S:MaterialMacerateInto_Methane=Methane - S:MaterialName_Methane=Methane - S:MaterialSmeltInto_Methane=Methane - I:MaterialTypes_16=16 - I:MeltingPoint_771=771 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - carbondioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_1=1 - S:ChemicalFormula_CO2=CO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VITREUS,IGNIS,AER"=,VITREUS,IGNIS,AER - S:"MatRGBA_169,208,245,240,"=169,208,245,240, - S:MaterialArcSmeltInto_CarbonDioxide=CarbonDioxide - S:MaterialDirectSmeltInto_CarbonDioxide=CarbonDioxide - I:MaterialID_497=497 - S:MaterialMacerateInto_CarbonDioxide=CarbonDioxide - S:"MaterialName_Carbon Dioxide"=Carbon Dioxide - S:MaterialSmeltInto_CarbonDioxide=CarbonDioxide - I:MaterialTypes_48=48 - I:MeltingPoint_25=25 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - noblegases { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(CO2)21He9(CH4)3D"=(CO2)21He9(CH4)3D - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,VITREUS,IGNIS,AER,AQUA"=,VITREUS,IGNIS,AER,AQUA - S:"MatRGBA_169,208,245,240,"=169,208,245,240, - S:MaterialArcSmeltInto_NobleGases=NobleGases - S:MaterialDirectSmeltInto_NobleGases=NobleGases - I:MaterialID_496=496 - S:MaterialMacerateInto_NobleGases=NobleGases - S:"MaterialName_Noble Gases"=Noble Gases - S:MaterialSmeltInto_NobleGases=NobleGases - I:MaterialTypes_48=48 - I:MeltingPoint_79=79 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - air { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_N40O11Ar(CO2)21He9(CH4)3D"=N40O11Ar(CO2)21He9(CH4)3D - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,AER,VITREUS,IGNIS,AQUA"=,AER,VITREUS,IGNIS,AQUA - S:"MatRGBA_169,208,245,240,"=169,208,245,240, - S:MaterialArcSmeltInto_Air=Air - S:MaterialDirectSmeltInto_Air=Air - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Air=Air - S:MaterialName_Air=Air - S:MaterialSmeltInto_Air=Air - I:MaterialTypes_48=48 - I:MeltingPoint_61=61 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - liquidair { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_N40O11Ar(CO2)21He9(CH4)3D"=N40O11Ar(CO2)21He9(CH4)3D - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT"=,HAS_COLOR,TRANSPARENT - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,AER,VITREUS,IGNIS,AQUA"=,AER,VITREUS,IGNIS,AQUA - S:"MatRGBA_169,208,245,240,"=169,208,245,240, - S:MaterialArcSmeltInto_LiquidAir=LiquidAir - S:MaterialDirectSmeltInto_LiquidAir=LiquidAir - I:MaterialID_495=495 - S:MaterialMacerateInto_LiquidAir=LiquidAir - S:"MaterialName_Liquid Air"=Liquid Air - S:MaterialSmeltInto_LiquidAir=LiquidAir - I:MaterialTypes_48=48 - I:MeltingPoint_79=79 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - almandine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2Fe3Si3O12=Al2Fe3Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetRed,Aluminium"=,GarnetRed,Aluminium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,TENEBRAE,AER"=,METALLUM,VOLATUS,TENEBRAE,AER - S:"MatRGBA_255,0,0,0,"=255,0,0,0, - S:MaterialArcSmeltInto_Almandine=Almandine - S:MaterialDirectSmeltInto_Almandine=Almandine - I:MaterialID_820=820 - S:MaterialMacerateInto_Almandine=Almandine - S:MaterialName_Almandine=Almandine - S:MaterialSmeltInto_Almandine=Almandine - I:MaterialTypes_9=9 - I:MeltingPoint_650=650 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - andradite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ca3Fe2Si3O12=Ca3Fe2Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetYellow,Iron,Boron"=,GarnetYellow,Iron,Boron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,METALLUM,TENEBRAE,AER"=,SANO,TUTAMEN,METALLUM,TENEBRAE,AER - S:"MatRGBA_150,120,0,0,"=150,120,0,0, - S:MaterialArcSmeltInto_Andradite=Andradite - S:MaterialDirectSmeltInto_Andradite=Andradite - I:MaterialID_821=821 - S:MaterialMacerateInto_Andradite=Andradite - S:MaterialName_Andradite=Andradite - S:MaterialSmeltInto_Andradite=Andradite - I:MaterialTypes_1=1 - I:MeltingPoint_633=633 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - annealedcopper { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Cu=Cu - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,AnyCopper"=,AnyCopper - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO"=,METALLUM,PERMUTATIO - S:"MatRGBA_255,120,20,0,"=255,120,20,0, - S:MaterialArcSmeltInto_AnnealedCopper=AnnealedCopper - S:MaterialDirectSmeltInto_AnnealedCopper=AnnealedCopper - I:MaterialID_345=345 - S:MaterialMacerateInto_Copper=Copper - S:"MaterialName_Annealed Copper"=Annealed Copper - S:MaterialSmeltInto_Copper=Copper - I:MaterialTypes_131=131 - I:MeltingPoint_1357=1357 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - asbestos { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Mg3Si2H4O9=Mg3Si2H4O9 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Asbestos,Silicon,Magnesium"=,Asbestos,Silicon,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,TENEBRAE,AQUA,AER"=,METALLUM,SANO,TENEBRAE,AQUA,AER - S:"MatRGBA_230,230,230,0,"=230,230,230,0, - S:MaterialArcSmeltInto_Asbestos=Asbestos - S:MaterialDirectSmeltInto_Asbestos=Asbestos - I:MaterialID_946=946 - S:MaterialMacerateInto_Asbestos=Asbestos - S:MaterialName_Asbestos=Asbestos - S:MaterialSmeltInto_Asbestos=Asbestos - I:MaterialTypes_1=1 - I:MeltingPoint_371=371 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ash { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Carbon"=,Carbon - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,PERDITIO"=,PERDITIO - S:"MatRGBA_150,150,150,0,"=150,150,150,0, - S:MaterialArcSmeltInto_Ash=Ash - S:MaterialDirectSmeltInto_Ash=Ash - I:MaterialID_815=815 - S:MaterialMacerateInto_Ash=Ash - S:MaterialName_Ashes=Ashes - S:MaterialSmeltInto_Ash=Ash - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bandediron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe2O3=Fe2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,METALLUM,AER"=,METALLUM,AER - S:"MatRGBA_145,90,90,0,"=145,90,90,0, - S:MaterialArcSmeltInto_BandedIron=BandedIron - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_917=917 - S:MaterialMacerateInto_BandedIron=BandedIron - S:"MaterialName_Banded Iron"=Banded Iron - S:MaterialSmeltInto_BandedIron=BandedIron - I:MaterialTypes_9=9 - I:MeltingPoint_756=756 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - batteryalloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pb4Sb=Pb4Sb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_4=4 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,AQUA"=,METALLUM,ORDO,AQUA - S:"MatRGBA_156,124,160,0,"=156,124,160,0, - S:MaterialArcSmeltInto_BatteryAlloy=BatteryAlloy - S:MaterialDirectSmeltInto_BatteryAlloy=BatteryAlloy - I:MaterialID_315=315 - S:MaterialMacerateInto_BatteryAlloy=BatteryAlloy - S:"MaterialName_Battery Alloy"=Battery Alloy - S:MaterialSmeltInto_BatteryAlloy=BatteryAlloy - I:MaterialTypes_3=3 - I:MeltingPoint_660=660 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bluetopaz { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2SiF2H2O6=Al2SiF2H2O6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Topaz"=,Topaz - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,6,4"=,6,4 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_0,0,255,127,"=0,0,255,127, - S:MaterialArcSmeltInto_BlueTopaz=BlueTopaz - S:MaterialDirectSmeltInto_BlueTopaz=BlueTopaz - I:MaterialID_513=513 - S:MaterialMacerateInto_BlueTopaz=BlueTopaz - S:"MaterialName_Blue Topaz"=Blue Topaz - S:MaterialSmeltInto_BlueTopaz=BlueTopaz - I:MaterialTypes_77=77 - I:MeltingPoint_308=308 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - bone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ca=Ca - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,MORTUUS,CORPUS"=,MORTUUS,CORPUS - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Bone=Bone - S:MaterialDirectSmeltInto_Bone=Bone - I:MaterialID_806=806 - S:MaterialMacerateInto_Bone=Bone - S:MaterialName_Bone=Bone - S:MaterialSmeltInto_Bone=Bone - I:MaterialTypes_1=1 - I:MeltingPoint_1115=1115 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - brass { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_ZnCu3=ZnCu3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Copper,Zinc"=,Copper,Zinc - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM"=,METALLUM,INSTRUMENTUM - S:"MatRGBA_255,180,0,0,"=255,180,0,0, - S:MaterialArcSmeltInto_Brass=Brass - S:MaterialDirectSmeltInto_Brass=Brass - I:MaterialID_301=301 - S:MaterialMacerateInto_Brass=Brass - S:MaterialName_Brass=Brass - S:MaterialSmeltInto_Brass=Brass - I:MaterialTypes_195=195 - I:MeltingPoint_1190=1190 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_96=96 - I:ToolQuality_1=1 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bronze { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SnCu3=SnCu3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Copper,Tin"=,Copper,Tin - S:"ListMaterialReRegistrations_,AnyBronze"=,AnyBronze - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM"=,METALLUM,INSTRUMENTUM - S:"MatRGBA_255,128,0,0,"=255,128,0,0, - S:MaterialArcSmeltInto_Bronze=Bronze - S:MaterialDirectSmeltInto_Bronze=Bronze - I:MaterialID_300=300 - S:MaterialMacerateInto_Bronze=Bronze - S:MaterialName_Bronze=Bronze - S:MaterialSmeltInto_Bronze=Bronze - I:MaterialTypes_195=195 - I:MeltingPoint_1144=1144 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_192=192 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - brownlimonite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_FeHO2=FeHO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Malachite,YellowLimonite"=,Malachite,YellowLimonite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,BLASTFURNACE_CALCITE_DOUBLE"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,BLASTFURNACE_CALCITE_DOUBLE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,AQUA,AER"=,METALLUM,AQUA,AER - S:"MatRGBA_200,100,0,0,"=200,100,0,0, - S:MaterialArcSmeltInto_BrownLimonite=BrownLimonite - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_930=930 - S:MaterialMacerateInto_BrownLimonite=BrownLimonite - S:"MaterialName_Brown Limonite"=Brown Limonite - S:MaterialSmeltInto_BrownLimonite=BrownLimonite - I:MaterialTypes_9=9 - I:MeltingPoint_483=483 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - calcite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CaCO3=CaCO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Andradite,Malachite"=,Andradite,Malachite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,VITREUS,IGNIS,AER"=,SANO,TUTAMEN,VITREUS,IGNIS,AER - S:"MatRGBA_250,230,220,0,"=250,230,220,0, - S:MaterialArcSmeltInto_Calcite=Calcite - S:MaterialDirectSmeltInto_Calcite=Calcite - I:MaterialID_823=823 - S:MaterialMacerateInto_Calcite=Calcite - S:MaterialName_Calcite=Calcite - S:MaterialSmeltInto_Calcite=Calcite - I:MaterialTypes_9=9 - I:MeltingPoint_1015=1015 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cassiterite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SnO2=SnO2 - I:DensityDivider_1=1 - I:DensityMultiplier_3=3 - D:Density_1.08864E7=1.08864E7 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Tin"=,Tin - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,VITREUS,AER"=,METALLUM,VITREUS,AER - S:"MatRGBA_220,220,220,0,"=220,220,220,0, - S:MaterialArcSmeltInto_Cassiterite=Cassiterite - S:MaterialDirectSmeltInto_Tin=Tin - I:MaterialID_824=824 - S:MaterialMacerateInto_Cassiterite=Cassiterite - S:MaterialName_Cassiterite=Cassiterite - S:MaterialSmeltInto_Cassiterite=Cassiterite - I:MaterialTypes_8=8 - I:MeltingPoint_204=204 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cassiteritesand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SnO2=SnO2 - I:DensityDivider_1=1 - I:DensityMultiplier_3=3 - D:Density_1.08864E7=1.08864E7 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Tin"=,Tin - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,VITREUS,AER"=,METALLUM,VITREUS,AER - S:"MatRGBA_220,220,220,0,"=220,220,220,0, - S:MaterialArcSmeltInto_CassiteriteSand=CassiteriteSand - S:MaterialDirectSmeltInto_Tin=Tin - I:MaterialID_937=937 - S:MaterialMacerateInto_CassiteriteSand=CassiteriteSand - S:"MaterialName_Cassiterite Sand"=Cassiterite Sand - S:MaterialSmeltInto_CassiteriteSand=CassiteriteSand - I:MaterialTypes_8=8 - I:MeltingPoint_204=204 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chalcopyrite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CuFeS2=CuFeS2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Pyrite,Cobalt,Cadmium,Gold"=,Pyrite,Cobalt,Cadmium,Gold - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT,DONT_ADD_DEFAULT_BBF_RECIPE"=,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT,DONT_ADD_DEFAULT_BBF_RECIPE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,IGNIS"=,METALLUM,PERMUTATIO,IGNIS - S:"MatRGBA_160,120,40,0,"=160,120,40,0, - S:MaterialArcSmeltInto_Chalcopyrite=Chalcopyrite - S:MaterialDirectSmeltInto_Copper=Copper - I:MaterialID_855=855 - S:MaterialMacerateInto_Chalcopyrite=Chalcopyrite - S:MaterialName_Chalcopyrite=Chalcopyrite - S:MaterialSmeltInto_Chalcopyrite=Chalcopyrite - I:MaterialTypes_9=9 - I:MeltingPoint_986=986 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - charcoal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C=C - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE"=,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,POTENTIA,IGNIS"=,POTENTIA,IGNIS - S:"MatRGBA_100,70,70,0,"=100,70,70,0, - S:MaterialArcSmeltInto_Charcoal=Charcoal - S:MaterialDirectSmeltInto_Charcoal=Charcoal - I:MaterialID_536=536 - S:MaterialMacerateInto_Charcoal=Charcoal - S:MaterialName_Charcoal=Charcoal - S:MaterialSmeltInto_Charcoal=Charcoal - I:MaterialTypes_5=5 - I:MeltingPoint_3800=3800 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chromite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1700=1700 - S:ChemicalFormula_FeCr2O4=FeCr2O4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Magnesium"=,Iron,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,MACHINA,AER"=,METALLUM,MACHINA,AER - S:"MatRGBA_35,20,15,0,"=35,20,15,0, - S:MaterialArcSmeltInto_Chromite=Chromite - S:MaterialDirectSmeltInto_Chrome=Chrome - I:MaterialID_825=825 - S:MaterialMacerateInto_Chromite=Chromite - S:MaterialName_Chromite=Chromite - S:MaterialSmeltInto_Chromite=Chromite - I:MaterialTypes_9=9 - I:MeltingPoint_1700=1700 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_6=6 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chromiumdioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_650=650 - S:ChemicalFormula_CrO2=CrO2 - I:DensityDivider_1=1 - I:DensityMultiplier_3=3 - D:Density_1.08864E7=1.08864E7 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MACHINA"=,METALLUM,MACHINA - S:"MatRGBA_230,200,200,0,"=230,200,200,0, - S:MaterialArcSmeltInto_ChromiumDioxide=ChromiumDioxide - S:MaterialDirectSmeltInto_ChromiumDioxide=ChromiumDioxide - I:MaterialID_361=361 - S:MaterialMacerateInto_ChromiumDioxide=ChromiumDioxide - S:"MaterialName_Chromium Dioxide"=Chromium Dioxide - S:MaterialSmeltInto_ChromiumDioxide=ChromiumDioxide - I:MaterialTypes_3=3 - I:MeltingPoint_650=650 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_11.0=11.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cinnabar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_HgS=HgS - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Redstone,Sulfur,Glowstone"=,Redstone,Sulfur,Glowstone - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT,SMELTING_TO_GEM"=,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT,SMELTING_TO_GEM - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,AQUA,VENENUM,IGNIS"=,METALLUM,AQUA,VENENUM,IGNIS - S:"MatRGBA_150,0,0,0,"=150,0,0,0, - S:MaterialArcSmeltInto_Cinnabar=Cinnabar - S:MaterialDirectSmeltInto_Mercury=Mercury - I:MaterialID_826=826 - S:MaterialMacerateInto_Cinnabar=Cinnabar - S:MaterialName_Cinnabar=Cinnabar - S:MaterialSmeltInto_Cinnabar=Cinnabar - I:MaterialTypes_9=9 - I:MeltingPoint_311=311 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - water { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2O=H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,NO_SMASHING,NO_SMELTING,NO_RECYCLING"=,HAS_COLOR,FOOD,NO_SMASHING,NO_SMELTING,NO_RECYCLING - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,AQUA"=,AQUA - S:"MatRGBA_0,0,255,0,"=0,0,255,0, - S:MaterialArcSmeltInto_Water=Water - S:MaterialDirectSmeltInto_Water=Water - I:MaterialID_701=701 - S:MaterialMacerateInto_Water=Water - S:MaterialName_Water=Water - S:MaterialSmeltInto_Water=Water - I:MaterialTypes_16=16 - I:MeltingPoint_27=27 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - clay { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Na2LiAl2Si2(H2O)6"=Na2LiAl2Si2(H2O)6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Clay"=,Clay - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,MORTAR_GRINDABLE"=,HAS_COLOR,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AQUA"=,VITREUS,LUX,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AQUA - S:"MatRGBA_200,200,220,0,"=200,200,220,0, - S:MaterialArcSmeltInto_Clay=Clay - S:MaterialDirectSmeltInto_Clay=Clay - I:MaterialID_805=805 - S:MaterialMacerateInto_Clay=Clay - S:MaterialName_Clay=Clay - S:MaterialSmeltInto_Clay=Clay - I:MaterialTypes_1=1 - I:MeltingPoint_507=507 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - coal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C=C - I:DensityDivider_1=1 - I:DensityMultiplier_2=2 - D:Density_7257600.0=7257600.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Lignite,Thorium"=,Lignite,Thorium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE"=,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,2"=,2,2 - S:"ListTCAspects_,POTENTIA,IGNIS"=,POTENTIA,IGNIS - S:"MatRGBA_70,70,70,0,"=70,70,70,0, - S:MaterialArcSmeltInto_Coal=Coal - S:MaterialDirectSmeltInto_Coal=Coal - I:MaterialID_535=535 - S:MaterialMacerateInto_Coal=Coal - S:MaterialName_Coal=Coal - S:MaterialSmeltInto_Coal=Coal - I:MaterialTypes_13=13 - I:MeltingPoint_3800=3800 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cobaltite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CoAsS=CoAsS - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Cobalt"=,Cobalt - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,WASHING_SODIUMPERSULFATE"=,HAS_COLOR,WASHING_SODIUMPERSULFATE - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM,VENENUM,IGNIS"=,METALLUM,INSTRUMENTUM,VENENUM,IGNIS - S:"MatRGBA_80,80,250,0,"=80,80,250,0, - S:MaterialArcSmeltInto_Cobaltite=Cobaltite - S:MaterialDirectSmeltInto_Cobalt=Cobalt - I:MaterialID_827=827 - S:MaterialMacerateInto_Cobaltite=Cobaltite - S:MaterialName_Cobaltite=Cobaltite - S:MaterialSmeltInto_Cobaltite=Cobaltite - I:MaterialTypes_9=9 - I:MeltingPoint_1082=1082 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cooperite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pt3NiSPd=Pt3NiSPd - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Palladium,Nickel,Iridium"=,Palladium,Nickel,Iridium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,WASHING_MERCURY,DONT_ADD_DEFAULT_BBF_RECIPE"=,HAS_COLOR,WASHING_MERCURY,DONT_ADD_DEFAULT_BBF_RECIPE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,NEBRISUM,IGNIS"=,METALLUM,NEBRISUM,IGNIS - S:"MatRGBA_255,255,200,0,"=255,255,200,0, - S:MaterialArcSmeltInto_Cooperite=Cooperite - S:MaterialDirectSmeltInto_Platinum=Platinum - I:MaterialID_828=828 - S:MaterialMacerateInto_Cooperite=Cooperite - S:MaterialName_Sheldonite=Sheldonite - S:MaterialSmeltInto_Cooperite=Cooperite - I:MaterialTypes_9=9 - I:MeltingPoint_1677=1677 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cupronickel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CuNi=CuNi - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1,1"=,2,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,IGNIS"=,METALLUM,PERMUTATIO,IGNIS - S:"MatRGBA_227,150,128,0,"=227,150,128,0, - S:MaterialArcSmeltInto_Cupronickel=Cupronickel - S:MaterialDirectSmeltInto_Cupronickel=Cupronickel - I:MaterialID_310=310 - S:MaterialMacerateInto_Cupronickel=Cupronickel - S:MaterialName_Cupronickel=Cupronickel - S:MaterialSmeltInto_Cupronickel=Cupronickel - I:MaterialTypes_67=67 - I:MeltingPoint_1542=1542 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - darkash { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_2=2 - D:Density_7257600.0=7257600.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Carbon"=,Carbon - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,IGNIS,PERDITIO"=,IGNIS,PERDITIO - S:"MatRGBA_50,50,50,0,"=50,50,50,0, - S:MaterialArcSmeltInto_DarkAsh=DarkAsh - S:MaterialDirectSmeltInto_DarkAsh=DarkAsh - I:MaterialID_816=816 - S:MaterialMacerateInto_DarkAsh=DarkAsh - S:"MaterialName_Dark Ashes"=Dark Ashes - S:MaterialSmeltInto_DarkAsh=DarkAsh - I:MaterialTypes_1=1 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - deepiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe=Fe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron"=,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_150,140,140,0,"=150,140,140,0, - S:MaterialArcSmeltInto_DeepIron=DeepIron - S:MaterialDirectSmeltInto_DeepIron=DeepIron - I:MaterialID_829=829 - S:MaterialMacerateInto_DeepIron=DeepIron - S:"MaterialName_Deep Iron"=Deep Iron - S:MaterialSmeltInto_DeepIron=DeepIron - I:MaterialTypes_75=75 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_384=384 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - diamond { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C=C - I:DensityDivider_1=1 - I:DensityMultiplier_64=64 - D:Density_2.322432E8=2.322432E8 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Graphite"=,Graphite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,FLAMMABLE"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING,FLAMMABLE - S:"ListTCAspectAmounts_,3,4"=,3,4 - S:"ListTCAspects_,VITREUS,LUCRUM"=,VITREUS,LUCRUM - S:"MatRGBA_200,255,255,127,"=200,255,255,127, - S:MaterialArcSmeltInto_Diamond=Diamond - S:MaterialDirectSmeltInto_Diamond=Diamond - I:MaterialID_500=500 - S:MaterialMacerateInto_Diamond=Diamond - S:MaterialName_Diamond=Diamond - S:MaterialSmeltInto_Diamond=Diamond - I:MaterialTypes_205=205 - I:MeltingPoint_3800=3800 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_1280=1280 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - electrum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_AgAu=AgAu - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Gold,Silver"=,Gold,Silver - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,LUCRUM"=,METALLUM,LUCRUM - S:"MatRGBA_255,255,100,0,"=255,255,100,0, - S:MaterialArcSmeltInto_Electrum=Electrum - S:MaterialDirectSmeltInto_Electrum=Electrum - I:MaterialID_303=303 - S:MaterialMacerateInto_Electrum=Electrum - S:MaterialName_Electrum=Electrum - S:MaterialSmeltInto_Electrum=Electrum - I:MaterialTypes_195=195 - I:MeltingPoint_1285=1285 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - emerald { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Be3Al2Si6O18=Be3Al2Si6O18 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Beryllium,Aluminium"=,Beryllium,Aluminium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,3,5"=,3,5 - S:"ListTCAspects_,VITREUS,LUCRUM"=,VITREUS,LUCRUM - S:"MatRGBA_80,255,80,127,"=80,255,80,127, - S:MaterialArcSmeltInto_Emerald=Emerald - S:MaterialDirectSmeltInto_Emerald=Emerald - I:MaterialID_501=501 - S:MaterialMacerateInto_Emerald=Emerald - S:MaterialName_Emerald=Emerald - S:MaterialSmeltInto_Emerald=Emerald - I:MaterialTypes_77=77 - I:MeltingPoint_608=608 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - freshwater { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2O=H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD"=,HAS_COLOR,FOOD - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,AQUA"=,AQUA - S:"MatRGBA_0,0,255,0,"=0,0,255,0, - S:MaterialArcSmeltInto_FreshWater=FreshWater - S:MaterialDirectSmeltInto_FreshWater=FreshWater - I:MaterialID_-1=-1 - S:MaterialMacerateInto_FreshWater=FreshWater - S:"MaterialName_Fresh Water"=Fresh Water - S:MaterialSmeltInto_FreshWater=FreshWater - I:MaterialTypes_16=16 - I:MeltingPoint_27=27 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - galena { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pb3Ag3S2=Pb3Ag3S2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Sulfur,Silver,Lead"=,Sulfur,Silver,Lead - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE"=,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,LUCRUM,IGNIS"=,METALLUM,ORDO,LUCRUM,IGNIS - S:"MatRGBA_100,60,100,0,"=100,60,100,0, - S:MaterialArcSmeltInto_Galena=Galena - S:MaterialDirectSmeltInto_Lead=Lead - I:MaterialID_830=830 - S:MaterialMacerateInto_Galena=Galena - S:MaterialName_Galena=Galena - S:MaterialSmeltInto_Galena=Galena - I:MaterialTypes_9=9 - I:MeltingPoint_784=784 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - garnierite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NiO=NiO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Nickel"=,Nickel - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,IGNIS,AER"=,METALLUM,IGNIS,AER - S:"MatRGBA_50,200,70,0,"=50,200,70,0, - S:MaterialArcSmeltInto_Garnierite=Garnierite - S:MaterialDirectSmeltInto_Nickel=Nickel - I:MaterialID_906=906 - S:MaterialMacerateInto_Garnierite=Garnierite - S:MaterialName_Garnierite=Garnierite - S:MaterialSmeltInto_Garnierite=Garnierite - I:MaterialTypes_9=9 - I:MeltingPoint_891=891 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - glyceryl { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H5N3O9=C3H5N3O9 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,VITREUS,IGNIS,AQUA,AER"=,VITREUS,IGNIS,AQUA,AER - S:"MatRGBA_0,150,150,0,"=0,150,150,0, - S:MaterialArcSmeltInto_Glyceryl=Glyceryl - S:MaterialDirectSmeltInto_Glyceryl=Glyceryl - I:MaterialID_714=714 - S:MaterialMacerateInto_Glyceryl=Glyceryl - S:"MaterialName_Glyceryl Trinitrate"=Glyceryl Trinitrate - S:MaterialSmeltInto_Glyceryl=Glyceryl - I:MaterialTypes_16=16 - I:MeltingPoint_607=607 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - greensapphire { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2O3=Al2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Aluminium,Sapphire"=,Aluminium,Sapphire - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,5,3"=,5,3 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_100,200,130,127,"=100,200,130,127, - S:MaterialArcSmeltInto_GreenSapphire=GreenSapphire - S:MaterialDirectSmeltInto_GreenSapphire=GreenSapphire - I:MaterialID_504=504 - S:MaterialMacerateInto_GreenSapphire=GreenSapphire - S:"MaterialName_Green Sapphire"=Green Sapphire - S:MaterialSmeltInto_GreenSapphire=GreenSapphire - I:MaterialTypes_77=77 - I:MeltingPoint_405=405 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - grossular { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ca3Al2Si3O12=Ca3Al2Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetYellow,Calcium"=,GarnetYellow,Calcium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,METALLUM,VOLATUS,TENEBRAE,AER"=,SANO,TUTAMEN,METALLUM,VOLATUS,TENEBRAE,AER - S:"MatRGBA_200,100,0,0,"=200,100,0,0, - S:MaterialArcSmeltInto_Grossular=Grossular - S:MaterialDirectSmeltInto_Grossular=Grossular - I:MaterialID_831=831 - S:MaterialMacerateInto_Grossular=Grossular - S:MaterialName_Grossular=Grossular - S:MaterialSmeltInto_Grossular=Grossular - I:MaterialTypes_9=9 - I:MeltingPoint_546=546 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - holywater { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2O=H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,AQUA,AURAM"=,AQUA,AURAM - S:"MatRGBA_0,0,255,0,"=0,0,255,0, - S:MaterialArcSmeltInto_HolyWater=HolyWater - S:MaterialDirectSmeltInto_HolyWater=HolyWater - I:MaterialID_729=729 - S:MaterialMacerateInto_HolyWater=HolyWater - S:"MaterialName_Holy Water"=Holy Water - S:MaterialSmeltInto_HolyWater=HolyWater - I:MaterialTypes_16=16 - I:MeltingPoint_27=27 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ice { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2O=H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,NO_SMASHING,NO_SMELTING,NO_RECYCLING"=,HAS_COLOR,FOOD,NO_SMASHING,NO_SMELTING,NO_RECYCLING - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,GELUM"=,GELUM - S:"MatRGBA_200,200,255,0,"=200,200,255,0, - S:MaterialArcSmeltInto_Ice=Ice - S:MaterialDirectSmeltInto_Ice=Ice - I:MaterialID_702=702 - S:MaterialMacerateInto_Ice=Ice - S:MaterialName_Ice=Ice - S:MaterialSmeltInto_Water=Water - I:MaterialTypes_17=17 - I:MeltingPoint_27=27 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ilmenite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_FeTiO3=FeTiO3 - I:DensityDivider_1=1 - I:DensityMultiplier_2=2 - D:Density_7257600.0=7257600.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Rutile"=,Iron,Rutile - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,TUTAMEN,AER"=,METALLUM,TUTAMEN,AER - S:"MatRGBA_70,55,50,0,"=70,55,50,0, - S:MaterialArcSmeltInto_Ilmenite=Ilmenite - S:MaterialDirectSmeltInto_Ilmenite=Ilmenite - I:MaterialID_918=918 - S:MaterialMacerateInto_Ilmenite=Ilmenite - S:MaterialName_Ilmenite=Ilmenite - S:MaterialSmeltInto_Ilmenite=Ilmenite - I:MaterialTypes_9=9 - I:MeltingPoint_782=782 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rutile { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_TiO2=TiO2 - I:DensityDivider_1=1 - I:DensityMultiplier_2=2 - D:Density_7257600.0=7257600.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,TUTAMEN,AER"=,METALLUM,TUTAMEN,AER - S:"MatRGBA_212,13,92,0,"=212,13,92,0, - S:MaterialArcSmeltInto_Rutile=Rutile - S:MaterialDirectSmeltInto_Rutile=Rutile - I:MaterialID_375=375 - S:MaterialMacerateInto_Rutile=Rutile - S:MaterialName_Rutile=Rutile - S:MaterialSmeltInto_Rutile=Rutile - I:MaterialTypes_1=1 - I:MeltingPoint_683=683 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bauxite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(TiO2)2Al16H10O11"=(TiO2)2Al16H10O11 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Grossular,Rutile,Gallium"=,Grossular,Rutile,Gallium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,TUTAMEN,AER,VOLATUS,AQUA"=,METALLUM,TUTAMEN,AER,VOLATUS,AQUA - S:"MatRGBA_200,100,0,0,"=200,100,0,0, - S:MaterialArcSmeltInto_Bauxite=Bauxite - S:MaterialDirectSmeltInto_Bauxite=Bauxite - I:MaterialID_822=822 - S:MaterialMacerateInto_Bauxite=Bauxite - S:MaterialName_Bauxite=Bauxite - S:MaterialSmeltInto_Bauxite=Bauxite - I:MaterialTypes_9=9 - I:MeltingPoint_436=436 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - titaniumtetrachloride { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_TiCl4=TiCl4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,TUTAMEN,AQUA,PANNUS"=,METALLUM,TUTAMEN,AQUA,PANNUS - S:"MatRGBA_212,13,92,0,"=212,13,92,0, - S:MaterialArcSmeltInto_Titaniumtetrachloride=Titaniumtetrachloride - S:MaterialDirectSmeltInto_Titaniumtetrachloride=Titaniumtetrachloride - I:MaterialID_376=376 - S:MaterialMacerateInto_Titaniumtetrachloride=Titaniumtetrachloride - S:MaterialName_Titaniumtetrachloride=Titaniumtetrachloride - S:MaterialSmeltInto_Titaniumtetrachloride=Titaniumtetrachloride - I:MaterialTypes_16=16 - I:MeltingPoint_525=525 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magnesiumchloride { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MgCl2=MgCl2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,AQUA,PANNUS"=,METALLUM,SANO,AQUA,PANNUS - S:"MatRGBA_212,13,92,0,"=212,13,92,0, - S:MaterialArcSmeltInto_Magnesiumchloride=Magnesiumchloride - S:MaterialDirectSmeltInto_Magnesiumchloride=Magnesiumchloride - I:MaterialID_377=377 - S:MaterialMacerateInto_Magnesiumchloride=Magnesiumchloride - S:MaterialName_Magnesiumchloride=Magnesiumchloride - S:MaterialSmeltInto_Magnesiumchloride=Magnesiumchloride - I:MaterialTypes_17=17 - I:MeltingPoint_421=421 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - invar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe2Ni=Fe2Ni - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,GELUM"=,METALLUM,GELUM - S:"MatRGBA_180,180,120,0,"=180,180,120,0, - S:MaterialArcSmeltInto_Invar=Invar - S:MaterialDirectSmeltInto_Invar=Invar - I:MaterialID_302=302 - S:MaterialMacerateInto_Invar=Invar - S:MaterialName_Invar=Invar - S:MaterialSmeltInto_Invar=Invar - I:MaterialTypes_195=195 - I:MeltingPoint_1783=1783 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ironcompressed { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe=Fe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,METALLUM"=,METALLUM - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_IronCompressed=IronCompressed - S:MaterialDirectSmeltInto_IronCompressed=IronCompressed - I:MaterialID_-1=-1 - S:MaterialMacerateInto_IronCompressed=IronCompressed - S:"MaterialName_Compressed Iron"=Compressed Iron - S:MaterialSmeltInto_IronCompressed=IronCompressed - I:MaterialTypes_195=195 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_96=96 - I:ToolQuality_1=1 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - kanthal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1800=1800 - S:ChemicalFormula_FeAlCr=FeAlCr - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1,1"=,2,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,MACHINA"=,METALLUM,VOLATUS,MACHINA - S:"MatRGBA_194,210,223,0,"=194,210,223,0, - S:MaterialArcSmeltInto_Kanthal=Kanthal - S:MaterialDirectSmeltInto_Kanthal=Kanthal - I:MaterialID_312=312 - S:MaterialMacerateInto_Kanthal=Kanthal - S:MaterialName_Kanthal=Kanthal - S:MaterialSmeltInto_Kanthal=Kanthal - I:MaterialTypes_67=67 - I:MeltingPoint_1800=1800 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lazurite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al6Si6Ca8Na8=Al6Si6Ca8Na8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Sodalite,Lapis"=,Sodalite,Lapis - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,TENEBRAE,SANO,TUTAMEN,VITREUS,LUX"=,METALLUM,VOLATUS,TENEBRAE,SANO,TUTAMEN,VITREUS,LUX - S:"MatRGBA_100,120,255,0,"=100,120,255,0, - S:MaterialArcSmeltInto_Lazurite=Lazurite - S:MaterialDirectSmeltInto_Lazurite=Lazurite - I:MaterialID_524=524 - S:MaterialMacerateInto_Lazurite=Lazurite - S:MaterialName_Lazurite=Lazurite - S:MaterialSmeltInto_Lazurite=Lazurite - I:MaterialTypes_13=13 - I:MeltingPoint_985=985 - I:OreByProductMultiplier_4=4 - I:OreMultiplier_6=6 - I:OreSmeltingMultiplier_6=6 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magnalium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MgAl2=MgAl2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,VOLATUS"=,METALLUM,SANO,VOLATUS - S:"MatRGBA_200,190,255,0,"=200,190,255,0, - S:MaterialArcSmeltInto_Magnalium=Magnalium - S:MaterialDirectSmeltInto_Magnalium=Magnalium - I:MaterialID_313=313 - S:MaterialMacerateInto_Magnalium=Magnalium - S:MaterialName_Magnalium=Magnalium - S:MaterialSmeltInto_Magnalium=Magnalium - I:MaterialTypes_195=195 - I:MeltingPoint_929=929 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magnesite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MgCO3=MgCO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Magnesium"=,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE"=,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,VITREUS,IGNIS,AER"=,METALLUM,SANO,VITREUS,IGNIS,AER - S:"MatRGBA_250,250,180,0,"=250,250,180,0, - S:MaterialArcSmeltInto_Magnesite=Magnesite - S:MaterialDirectSmeltInto_Magnesium=Magnesium - I:MaterialID_908=908 - S:MaterialMacerateInto_Magnesite=Magnesite - S:MaterialName_Magnesite=Magnesite - S:MaterialSmeltInto_Magnesite=Magnesite - I:MaterialTypes_9=9 - I:MeltingPoint_977=977 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magnetite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe3O4=Fe3O4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Gold"=,Iron,Gold - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD,BLASTFURNACE_CALCITE_DOUBLE"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD,BLASTFURNACE_CALCITE_DOUBLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_30,30,30,0,"=30,30,30,0, - S:MaterialArcSmeltInto_Magnetite=Magnetite - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_870=870 - S:MaterialMacerateInto_Magnetite=Magnetite - S:MaterialName_Magnetite=Magnetite - S:MaterialSmeltInto_Magnetite=Magnetite - I:MaterialTypes_9=9 - I:MeltingPoint_807=807 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - molybdenite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MoS2=MoS2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Molybdenum"=,Molybdenum - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE"=,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM,IGNIS"=,METALLUM,INSTRUMENTUM,IGNIS - S:"MatRGBA_25,25,25,0,"=25,25,25,0, - S:MaterialArcSmeltInto_Molybdenite=Molybdenite - S:MaterialDirectSmeltInto_Molybdenum=Molybdenum - I:MaterialID_942=942 - S:MaterialMacerateInto_Molybdenite=Molybdenite - S:MaterialName_Molybdenite=Molybdenite - S:MaterialSmeltInto_Molybdenite=Molybdenite - I:MaterialTypes_9=9 - I:MeltingPoint_1224=1224 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nichrome { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2700=2700 - S:ChemicalFormula_Ni4Cr=Ni4Cr - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,IGNIS,MACHINA"=,METALLUM,IGNIS,MACHINA - S:"MatRGBA_205,206,246,0,"=205,206,246,0, - S:MaterialArcSmeltInto_Nichrome=Nichrome - S:MaterialDirectSmeltInto_Nichrome=Nichrome - I:MaterialID_311=311 - S:MaterialMacerateInto_Nichrome=Nichrome - S:MaterialName_Nichrome=Nichrome - S:MaterialSmeltInto_Nichrome=Nichrome - I:MaterialTypes_67=67 - I:MeltingPoint_2700=2700 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - niobiumnitride { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2573=2573 - S:ChemicalFormula_NbN=NbN - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,ELECTRUM,AER"=,METALLUM,ELECTRUM,AER - S:"MatRGBA_29,41,29,0,"=29,41,29,0, - S:MaterialArcSmeltInto_NiobiumNitride=NiobiumNitride - S:MaterialDirectSmeltInto_NiobiumNitride=NiobiumNitride - I:MaterialID_359=359 - S:MaterialMacerateInto_NiobiumNitride=NiobiumNitride - S:"MaterialName_Niobium Nitride"=Niobium Nitride - S:MaterialSmeltInto_NiobiumNitride=NiobiumNitride - I:MaterialTypes_3=3 - I:MeltingPoint_2573=2573 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - niobiumtitanium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_4500=4500 - S:ChemicalFormula_NbTi=NbTi - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1,1"=,2,1,1 - S:"ListTCAspects_,METALLUM,ELECTRUM,TUTAMEN"=,METALLUM,ELECTRUM,TUTAMEN - S:"MatRGBA_29,29,41,0,"=29,29,41,0, - S:MaterialArcSmeltInto_NiobiumTitanium=NiobiumTitanium - S:MaterialDirectSmeltInto_NiobiumTitanium=NiobiumTitanium - I:MaterialID_360=360 - S:MaterialMacerateInto_NiobiumTitanium=NiobiumTitanium - S:MaterialName_Niobium-Titanium=Niobium-Titanium - S:MaterialSmeltInto_NiobiumTitanium=NiobiumTitanium - I:MaterialTypes_3=3 - I:MeltingPoint_4500=4500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitrocarbon { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NC=NC - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,AER,VITREUS,IGNIS"=,AER,VITREUS,IGNIS - S:"MatRGBA_0,75,100,0,"=0,75,100,0, - S:MaterialArcSmeltInto_NitroCarbon=NitroCarbon - S:MaterialDirectSmeltInto_NitroCarbon=NitroCarbon - I:MaterialID_716=716 - S:MaterialMacerateInto_NitroCarbon=NitroCarbon - S:MaterialName_Nitro-Carbon=Nitro-Carbon - S:MaterialSmeltInto_NitroCarbon=NitroCarbon - I:MaterialTypes_16=16 - I:MeltingPoint_1931=1931 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitrogendioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NO2=NO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,AER"=,AER - S:"MatRGBA_100,175,255,0,"=100,175,255,0, - S:MaterialArcSmeltInto_NitrogenDioxide=NitrogenDioxide - S:MaterialDirectSmeltInto_NitrogenDioxide=NitrogenDioxide - I:MaterialID_717=717 - S:MaterialMacerateInto_NitrogenDioxide=NitrogenDioxide - S:"MaterialName_Nitrogen Dioxide"=Nitrogen Dioxide - S:MaterialSmeltInto_NitrogenDioxide=NitrogenDioxide - I:MaterialTypes_16=16 - I:MeltingPoint_57=57 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - obsidian { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MgFeSi2O8=MgFeSi2O8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Olivine"=,Olivine - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,TENEBRAE,AER"=,METALLUM,SANO,TENEBRAE,AER - S:"MatRGBA_80,50,100,0,"=80,50,100,0, - S:MaterialArcSmeltInto_Obsidian=Obsidian - S:MaterialDirectSmeltInto_Obsidian=Obsidian - I:MaterialID_804=804 - S:MaterialMacerateInto_Obsidian=Obsidian - S:MaterialName_Obsidian=Obsidian - S:MaterialSmeltInto_Obsidian=Obsidian - I:MaterialTypes_1=1 - I:MeltingPoint_545=545 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phosphate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_PO4=PO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Phosphor"=,Phosphor - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,FLAMMABLE,EXPLOSIVE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,FLAMMABLE,EXPLOSIVE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,IGNIS,POTENTIA,AER"=,IGNIS,POTENTIA,AER - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Phosphate=Phosphate - S:MaterialDirectSmeltInto_Phosphate=Phosphate - I:MaterialID_833=833 - S:MaterialMacerateInto_Phosphate=Phosphate - S:MaterialName_Phosphate=Phosphate - S:MaterialSmeltInto_Phosphate=Phosphate - I:MaterialTypes_25=25 - I:MeltingPoint_106=106 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pigiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe=Fe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron"=,Iron - S:"ListMaterialReRegistrations_,AnyIron"=,AnyIron - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,METALLUM"=,METALLUM - S:"MatRGBA_200,180,180,0,"=200,180,180,0, - S:MaterialArcSmeltInto_WroughtIron=WroughtIron - S:MaterialDirectSmeltInto_PigIron=PigIron - I:MaterialID_307=307 - S:MaterialMacerateInto_Iron=Iron - S:"MaterialName_Pig Iron"=Pig Iron - S:MaterialSmeltInto_Iron=Iron - I:MaterialTypes_67=67 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_384=384 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - plastic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CH2=CH2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.knockback=enchantment.knockback - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY"=,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_Plastic=Plastic - S:MaterialDirectSmeltInto_Plastic=Plastic - I:MaterialID_874=874 - S:MaterialMacerateInto_Plastic=Plastic - S:MaterialName_Polyethylene=Polyethylene - S:MaterialSmeltInto_Plastic=Plastic - I:MaterialTypes_195=195 - I:MeltingPoint_400=400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - epoxid { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H4O=C2H4O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_200,140,20,0,"=200,140,20,0, - S:MaterialArcSmeltInto_Epoxid=Epoxid - S:MaterialDirectSmeltInto_Epoxid=Epoxid - I:MaterialID_470=470 - S:MaterialMacerateInto_Epoxid=Epoxid - S:"MaterialName_Epoxy Resin"=Epoxy Resin - S:MaterialSmeltInto_Epoxid=Epoxid - I:MaterialTypes_195=195 - I:MeltingPoint_400=400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - polydimethylsiloxane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H6OSi=C2H6OSi - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_245,245,245,0,"=245,245,245,0, - S:MaterialArcSmeltInto_Polydimethylsiloxane=Polydimethylsiloxane - S:MaterialDirectSmeltInto_Polydimethylsiloxane=Polydimethylsiloxane - I:MaterialID_633=633 - S:MaterialMacerateInto_Polydimethylsiloxane=Polydimethylsiloxane - S:MaterialName_Polydimethylsiloxane=Polydimethylsiloxane - S:MaterialSmeltInto_Polydimethylsiloxane=Polydimethylsiloxane - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - silicone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H6OSi=C2H6OSi - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,AnyRubber,AnySyntheticRubber"=,AnyRubber,AnySyntheticRubber - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY,STRETCHY"=,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY,STRETCHY - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_220,220,220,0,"=220,220,220,0, - S:MaterialArcSmeltInto_Silicone=Silicone - S:MaterialDirectSmeltInto_Silicone=Silicone - I:MaterialID_471=471 - S:MaterialMacerateInto_Silicone=Silicone - S:"MaterialName_Silicone Rubber"=Silicone Rubber - S:MaterialSmeltInto_Silicone=Silicone - I:MaterialTypes_195=195 - I:MeltingPoint_900=900 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_128=128 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - polycaprolactam { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C6H11NO=C6H11NO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_50,50,50,0,"=50,50,50,0, - S:MaterialArcSmeltInto_Polycaprolactam=Polycaprolactam - S:MaterialDirectSmeltInto_Polycaprolactam=Polycaprolactam - I:MaterialID_472=472 - S:MaterialMacerateInto_Polycaprolactam=Polycaprolactam - S:MaterialName_Polycaprolactam=Polycaprolactam - S:MaterialSmeltInto_Polycaprolactam=Polycaprolactam - I:MaterialTypes_195=195 - I:MeltingPoint_500=500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - polytetrafluoroethylene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2F4=C2F4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_100,100,100,0,"=100,100,100,0, - S:MaterialArcSmeltInto_Polytetrafluoroethylene=Polytetrafluoroethylene - S:MaterialDirectSmeltInto_Polytetrafluoroethylene=Polytetrafluoroethylene - I:MaterialID_473=473 - S:MaterialMacerateInto_Polytetrafluoroethylene=Polytetrafluoroethylene - S:MaterialName_Polytetrafluoroethylene=Polytetrafluoroethylene - S:MaterialSmeltInto_Polytetrafluoroethylene=Polytetrafluoroethylene - I:MaterialTypes_195=195 - I:MeltingPoint_1400=1400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - powellite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CaMoO4=CaMoO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,METALLUM,INSTRUMENTUM,AER"=,SANO,TUTAMEN,METALLUM,INSTRUMENTUM,AER - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Powellite=Powellite - S:MaterialDirectSmeltInto_Powellite=Powellite - I:MaterialID_883=883 - S:MaterialMacerateInto_Powellite=Powellite - S:MaterialName_Powellite=Powellite - S:MaterialSmeltInto_Powellite=Powellite - I:MaterialTypes_9=9 - I:MeltingPoint_704=704 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pumice { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,TERRA"=,TERRA - S:"MatRGBA_230,185,185,0,"=230,185,185,0, - S:MaterialArcSmeltInto_Pumice=Pumice - S:MaterialDirectSmeltInto_Pumice=Pumice - I:MaterialID_926=926 - S:MaterialMacerateInto_Pumice=Pumice - S:MaterialName_Pumice=Pumice - S:MaterialSmeltInto_Pumice=Pumice - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pyrite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_FeS2=FeS2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Sulfur,Phosphorus,Iron"=,Sulfur,Phosphorus,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,METALLUM,IGNIS"=,METALLUM,IGNIS - S:"MatRGBA_150,120,40,0,"=150,120,40,0, - S:MaterialArcSmeltInto_Pyrite=Pyrite - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_834=834 - S:MaterialMacerateInto_Pyrite=Pyrite - S:MaterialName_Pyrite=Pyrite - S:MaterialSmeltInto_Pyrite=Pyrite - I:MaterialTypes_9=9 - I:MeltingPoint_862=862 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pyrolusite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MnO2=MnO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Manganese,Tantalite,Niobium"=,Manganese,Tantalite,Niobium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE"=,HAS_COLOR,DONT_ADD_DEFAULT_BBF_RECIPE - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,METALLUM,AER"=,METALLUM,AER - S:"MatRGBA_150,150,170,0,"=150,150,170,0, - S:MaterialArcSmeltInto_Pyrolusite=Pyrolusite - S:MaterialDirectSmeltInto_Manganese=Manganese - I:MaterialID_943=943 - S:MaterialMacerateInto_Pyrolusite=Pyrolusite - S:MaterialName_Pyrolusite=Pyrolusite - S:MaterialSmeltInto_Pyrolusite=Pyrolusite - I:MaterialTypes_9=9 - I:MeltingPoint_542=542 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pyrope { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2Mg3Si3O12=Al2Mg3Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetRed,Magnesium"=,GarnetRed,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,SANO,TENEBRAE,AER"=,METALLUM,VOLATUS,SANO,TENEBRAE,AER - S:"MatRGBA_120,50,100,0,"=120,50,100,0, - S:MaterialArcSmeltInto_Pyrope=Pyrope - S:MaterialDirectSmeltInto_Pyrope=Pyrope - I:MaterialID_835=835 - S:MaterialMacerateInto_Pyrope=Pyrope - S:MaterialName_Pyrope=Pyrope - S:MaterialSmeltInto_Pyrope=Pyrope - I:MaterialTypes_9=9 - I:MeltingPoint_517=517 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rocksalt { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KCl=KCl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Salt,Borax"=,Salt,Borax - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,AQUA,PANNUS"=,VITREUS,POTENTIA,AQUA,PANNUS - S:"MatRGBA_240,200,200,0,"=240,200,200,0, - S:MaterialArcSmeltInto_RockSalt=RockSalt - S:MaterialDirectSmeltInto_RockSalt=RockSalt - I:MaterialID_944=944 - S:MaterialMacerateInto_RockSalt=RockSalt - S:"MaterialName_Rock Salt"=Rock Salt - S:MaterialSmeltInto_RockSalt=RockSalt - I:MaterialTypes_9=9 - I:MeltingPoint_253=253 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rubber { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C5H8=C5H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.knockback=enchantment.knockback - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,AnyRubber"=,AnyRubber - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY,STRETCHY"=,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY,STRETCHY - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_0,0,0,0,"=0,0,0,0, - S:MaterialArcSmeltInto_Rubber=Rubber - S:MaterialDirectSmeltInto_Rubber=Rubber - I:MaterialID_880=880 - S:MaterialMacerateInto_Rubber=Rubber - S:MaterialName_Rubber=Rubber - S:MaterialSmeltInto_Rubber=Rubber - I:MaterialTypes_195=195 - I:MeltingPoint_400=400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_0=0 - D:ToolSpeed_1.5=1.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - rawrubber { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C5H8=C5H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_204,199,137,0,"=204,199,137,0, - S:MaterialArcSmeltInto_RawRubber=RawRubber - S:MaterialDirectSmeltInto_RawRubber=RawRubber - I:MaterialID_896=896 - S:MaterialMacerateInto_RawRubber=RawRubber - S:"MaterialName_Raw Rubber"=Raw Rubber - S:MaterialSmeltInto_RawRubber=RawRubber - I:MaterialTypes_1=1 - I:MeltingPoint_400=400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ruby { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CrAl2O3=CrAl2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Chrome,GarnetRed"=,Chrome,GarnetRed - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,6,4"=,6,4 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_255,100,100,127,"=255,100,100,127, - S:MaterialArcSmeltInto_Ruby=Ruby - S:MaterialDirectSmeltInto_Ruby=Ruby - I:MaterialID_502=502 - S:MaterialMacerateInto_Ruby=Ruby - S:MaterialName_Ruby=Ruby - S:MaterialSmeltInto_Ruby=Ruby - I:MaterialTypes_77=77 - I:MeltingPoint_701=701 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - salt { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NaCl=NaCl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,RockSalt,Borax"=,RockSalt,Borax - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,STONE,NO_SMASHING"=,HAS_COLOR,FOOD,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,AQUA,PANNUS"=,VITREUS,LUX,AQUA,PANNUS - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Salt=Salt - S:MaterialDirectSmeltInto_Salt=Salt - I:MaterialID_817=817 - S:MaterialMacerateInto_Salt=Salt - S:MaterialName_Salt=Salt - S:MaterialSmeltInto_Salt=Salt - I:MaterialTypes_9=9 - I:MeltingPoint_270=270 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - saltpeter { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KNO3=KNO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Saltpeter"=,Saltpeter - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING,FLAMMABLE"=,HAS_COLOR,NO_SMASHING,NO_SMELTING,FLAMMABLE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,AER"=,VITREUS,POTENTIA,AER - S:"MatRGBA_230,230,230,0,"=230,230,230,0, - S:MaterialArcSmeltInto_Saltpeter=Saltpeter - S:MaterialDirectSmeltInto_Saltpeter=Saltpeter - I:MaterialID_836=836 - S:MaterialMacerateInto_Saltpeter=Saltpeter - S:MaterialName_Saltpeter=Saltpeter - S:MaterialSmeltInto_Saltpeter=Saltpeter - I:MaterialTypes_9=9 - I:MeltingPoint_112=112 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_4=4 - I:OreSmeltingMultiplier_4=4 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - saltwater { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,0,200,0,"=0,0,200,0, - S:MaterialArcSmeltInto_SaltWater=SaltWater - S:MaterialDirectSmeltInto_SaltWater=SaltWater - I:MaterialID_692=692 - S:MaterialMacerateInto_SaltWater=SaltWater - S:"MaterialName_Salt Water"=Salt Water - S:MaterialSmeltInto_SaltWater=SaltWater - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sapphire { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2O3=Al2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Aluminium,GreenSapphire"=,Aluminium,GreenSapphire - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,5,3"=,5,3 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_100,100,200,127,"=100,100,200,127, - S:MaterialArcSmeltInto_Sapphire=Sapphire - S:MaterialDirectSmeltInto_Sapphire=Sapphire - I:MaterialID_503=503 - S:MaterialMacerateInto_Sapphire=Sapphire - S:MaterialName_Sapphire=Sapphire - S:MaterialSmeltInto_Sapphire=Sapphire - I:MaterialTypes_77=77 - I:MeltingPoint_405=405 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - scheelite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_2500=2500 - S:ChemicalFormula_WCa2O4=WCa2O4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Manganese,Molybdenum,Calcium"=,Manganese,Molybdenum,Calcium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,TUTAMEN,SANO,AER"=,METALLUM,TUTAMEN,SANO,AER - S:"MatRGBA_200,140,20,0,"=200,140,20,0, - S:MaterialArcSmeltInto_Scheelite=Scheelite - S:MaterialDirectSmeltInto_Scheelite=Scheelite - I:MaterialID_910=910 - S:MaterialMacerateInto_Scheelite=Scheelite - S:MaterialName_Scheelite=Scheelite - S:MaterialSmeltInto_Scheelite=Scheelite - I:MaterialTypes_9=9 - I:MeltingPoint_2500=2500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - silicondioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SiO2=SiO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE,QUARTZ - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,TENEBRAE,AER"=,METALLUM,TENEBRAE,AER - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_SiliconDioxide=SiliconDioxide - S:MaterialDirectSmeltInto_SiliconDioxide=SiliconDioxide - I:MaterialID_837=837 - S:MaterialMacerateInto_SiliconDioxide=SiliconDioxide - S:"MaterialName_Silicon Dioxide"=Silicon Dioxide - S:MaterialSmeltInto_SiliconDioxide=SiliconDioxide - I:MaterialTypes_17=17 - I:MeltingPoint_598=598 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - snow { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2O=H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,NO_SMASHING,NO_SMELTING,NO_RECYCLING"=,HAS_COLOR,NO_SMASHING,NO_SMELTING,NO_RECYCLING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,GELUM"=,GELUM - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Snow=Snow - S:MaterialDirectSmeltInto_Snow=Snow - I:MaterialID_728=728 - S:MaterialMacerateInto_Snow=Snow - S:MaterialName_Snow=Snow - S:MaterialSmeltInto_Water=Water - I:MaterialTypes_17=17 - I:MeltingPoint_27=27 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodalite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al3Si3Na4Cl=Al3Si3Na4Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Lazurite,Lapis"=,Lazurite,Lapis - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,TENEBRAE,VITREUS,LUX,AQUA,PANNUS"=,METALLUM,VOLATUS,TENEBRAE,VITREUS,LUX,AQUA,PANNUS - S:"MatRGBA_20,20,255,0,"=20,20,255,0, - S:MaterialArcSmeltInto_Sodalite=Sodalite - S:MaterialDirectSmeltInto_Sodalite=Sodalite - I:MaterialID_525=525 - S:MaterialMacerateInto_Sodalite=Sodalite - S:MaterialName_Sodalite=Sodalite - S:MaterialSmeltInto_Sodalite=Sodalite - I:MaterialTypes_13=13 - I:MeltingPoint_864=864 - I:OreByProductMultiplier_4=4 - I:OreMultiplier_6=6 - I:OreSmeltingMultiplier_6=6 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodiumpersulfate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Na2S2O8=Na2S2O8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,IGNIS,AER"=,VITREUS,LUX,IGNIS,AER - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_SodiumPersulfate=SodiumPersulfate - S:MaterialDirectSmeltInto_SodiumPersulfate=SodiumPersulfate - I:MaterialID_718=718 - S:MaterialMacerateInto_SodiumPersulfate=SodiumPersulfate - S:"MaterialName_Sodium Persulfate"=Sodium Persulfate - S:MaterialSmeltInto_SodiumPersulfate=SodiumPersulfate - I:MaterialTypes_16=16 - I:MeltingPoint_162=162 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodiumsulfide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Na2S=Na2S - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,IGNIS"=,VITREUS,LUX,IGNIS - S:"MatRGBA_255,230,128,0,"=255,230,128,0, - S:MaterialArcSmeltInto_SodiumSulfide=SodiumSulfide - S:MaterialDirectSmeltInto_SodiumSulfide=SodiumSulfide - I:MaterialID_719=719 - S:MaterialMacerateInto_SodiumSulfide=SodiumSulfide - S:"MaterialName_Sodium Sulfide"=Sodium Sulfide - S:MaterialSmeltInto_SodiumSulfide=SodiumSulfide - I:MaterialTypes_1=1 - I:MeltingPoint_376=376 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hydricsulfide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2S=H2S - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,AQUA,IGNIS"=,AQUA,IGNIS - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_HydricSulfide=HydricSulfide - S:MaterialDirectSmeltInto_HydricSulfide=HydricSulfide - I:MaterialID_460=460 - S:MaterialMacerateInto_HydricSulfide=HydricSulfide - S:"MaterialName_Hydrogen Sulfide"=Hydrogen Sulfide - S:MaterialSmeltInto_HydricSulfide=HydricSulfide - I:MaterialTypes_16=16 - I:MeltingPoint_138=138 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - oilheavy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_32=32 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_OilHeavy=OilHeavy - S:MaterialDirectSmeltInto_OilHeavy=OilHeavy - I:MaterialID_730=730 - S:MaterialMacerateInto_OilHeavy=OilHeavy - S:"MaterialName_Heavy Oil"=Heavy Oil - S:MaterialSmeltInto_OilHeavy=OilHeavy - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - oilmedium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_24=24 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_OilMedium=OilMedium - S:MaterialDirectSmeltInto_OilMedium=OilMedium - I:MaterialID_731=731 - S:MaterialMacerateInto_OilMedium=OilMedium - S:"MaterialName_Raw Oil"=Raw Oil - S:MaterialSmeltInto_OilMedium=OilMedium - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - oillight { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_16=16 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_OilLight=OilLight - S:MaterialDirectSmeltInto_OilLight=OilLight - I:MaterialID_732=732 - S:MaterialMacerateInto_OilLight=OilLight - S:"MaterialName_Light Oil"=Light Oil - S:MaterialSmeltInto_OilLight=OilLight - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - natruralgas { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_15=15 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_NatruralGas=NatruralGas - S:MaterialDirectSmeltInto_NatruralGas=NatruralGas - I:MaterialID_733=733 - S:MaterialMacerateInto_NatruralGas=NatruralGas - S:"MaterialName_Natural Gas"=Natural Gas - S:MaterialSmeltInto_NatruralGas=NatruralGas - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfuricgas { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_20=20 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_SulfuricGas=SulfuricGas - S:MaterialDirectSmeltInto_SulfuricGas=SulfuricGas - I:MaterialID_734=734 - S:MaterialMacerateInto_SulfuricGas=SulfuricGas - S:"MaterialName_Sulfuric Gas"=Sulfuric Gas - S:MaterialSmeltInto_SulfuricGas=SulfuricGas - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - gas { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_128=128 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Gas=Gas - S:MaterialDirectSmeltInto_Gas=Gas - I:MaterialID_735=735 - S:MaterialMacerateInto_Gas=Gas - S:"MaterialName_Refinery Gas"=Refinery Gas - S:MaterialSmeltInto_Gas=Gas - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfuricnaphtha { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_32=32 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_SulfuricNaphtha=SulfuricNaphtha - S:MaterialDirectSmeltInto_SulfuricNaphtha=SulfuricNaphtha - I:MaterialID_736=736 - S:MaterialMacerateInto_SulfuricNaphtha=SulfuricNaphtha - S:"MaterialName_Sulfuric Naphtha"=Sulfuric Naphtha - S:MaterialSmeltInto_SulfuricNaphtha=SulfuricNaphtha - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfuriclightfuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_32=32 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_SulfuricLightFuel=SulfuricLightFuel - S:MaterialDirectSmeltInto_SulfuricLightFuel=SulfuricLightFuel - I:MaterialID_737=737 - S:MaterialMacerateInto_SulfuricLightFuel=SulfuricLightFuel - S:"MaterialName_Sulfuric Light Fuel"=Sulfuric Light Fuel - S:MaterialSmeltInto_SulfuricLightFuel=SulfuricLightFuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfuricheavyfuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_32=32 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_SulfuricHeavyFuel=SulfuricHeavyFuel - S:MaterialDirectSmeltInto_SulfuricHeavyFuel=SulfuricHeavyFuel - I:MaterialID_738=738 - S:MaterialMacerateInto_SulfuricHeavyFuel=SulfuricHeavyFuel - S:"MaterialName_Sulfuric Heavy Fuel"=Sulfuric Heavy Fuel - S:MaterialSmeltInto_SulfuricHeavyFuel=SulfuricHeavyFuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - naphtha { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_256=256 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Naphtha=Naphtha - S:MaterialDirectSmeltInto_Naphtha=Naphtha - I:MaterialID_739=739 - S:MaterialMacerateInto_Naphtha=Naphtha - S:MaterialName_Naphtha=Naphtha - S:MaterialSmeltInto_Naphtha=Naphtha - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lightfuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_256=256 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_LightFuel=LightFuel - S:MaterialDirectSmeltInto_LightFuel=LightFuel - I:MaterialID_740=740 - S:MaterialMacerateInto_LightFuel=LightFuel - S:"MaterialName_Light Fuel"=Light Fuel - S:MaterialSmeltInto_LightFuel=LightFuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - heavyfuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_192=192 - I:FuelType_3=3 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_HeavyFuel=HeavyFuel - S:MaterialDirectSmeltInto_HeavyFuel=HeavyFuel - I:MaterialID_741=741 - S:MaterialMacerateInto_HeavyFuel=HeavyFuel - S:"MaterialName_Heavy Fuel"=Heavy Fuel - S:MaterialSmeltInto_HeavyFuel=HeavyFuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lpg { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_256=256 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_LPG=LPG - S:MaterialDirectSmeltInto_LPG=LPG - I:MaterialID_742=742 - S:MaterialMacerateInto_LPG=LPG - S:MaterialName_LPG=LPG - S:MaterialSmeltInto_LPG=LPG - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dilutedhydrochloricacid_gt5u { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_HCl=HCl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_153,167,163,0,"=153,167,163,0, - S:MaterialArcSmeltInto_DilutedHydrochloricAcid_GT5U=DilutedHydrochloricAcid_GT5U - S:MaterialDirectSmeltInto_DilutedHydrochloricAcid_GT5U=DilutedHydrochloricAcid_GT5U - I:MaterialID_606=606 - S:MaterialMacerateInto_DilutedHydrochloricAcid_GT5U=DilutedHydrochloricAcid_GT5U - S:"MaterialName_Diluted Hydrochloric Acid"=Diluted Hydrochloric Acid - S:MaterialSmeltInto_DilutedHydrochloricAcid_GT5U=DilutedHydrochloricAcid_GT5U - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pyrochlore { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ca2Nb2O7=Ca2Nb2O7 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Apatite,Calcite,Niobium"=,Apatite,Calcite,Niobium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_43,17,0,0,"=43,17,0,0, - S:MaterialArcSmeltInto_Pyrochlore=Pyrochlore - S:MaterialDirectSmeltInto_Pyrochlore=Pyrochlore - I:MaterialID_607=607 - S:MaterialMacerateInto_Pyrochlore=Pyrochlore - S:MaterialName_Pyrochlore=Pyrochlore - S:MaterialSmeltInto_Pyrochlore=Pyrochlore - I:MaterialTypes_9=9 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - growthmediumraw { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_211,141,95,0,"=211,141,95,0, - S:MaterialArcSmeltInto_GrowthMediumRaw=GrowthMediumRaw - S:MaterialDirectSmeltInto_GrowthMediumRaw=GrowthMediumRaw - I:MaterialID_608=608 - S:MaterialMacerateInto_GrowthMediumRaw=GrowthMediumRaw - S:"MaterialName_Raw Growth Medium"=Raw Growth Medium - S:MaterialSmeltInto_GrowthMediumRaw=GrowthMediumRaw - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - growthmediumsterilized { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_222,170,135,0,"=222,170,135,0, - S:MaterialArcSmeltInto_GrowthMediumSterilized=GrowthMediumSterilized - S:MaterialDirectSmeltInto_GrowthMediumSterilized=GrowthMediumSterilized - I:MaterialID_609=609 - S:MaterialMacerateInto_GrowthMediumSterilized=GrowthMediumSterilized - S:"MaterialName_Sterilized Growth Medium"=Sterilized Growth Medium - S:MaterialSmeltInto_GrowthMediumSterilized=GrowthMediumSterilized - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ferritemixture { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NiZnFe4=NiZnFe4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_180,180,180,0,"=180,180,180,0, - S:MaterialArcSmeltInto_FerriteMixture=FerriteMixture - S:MaterialDirectSmeltInto_FerriteMixture=FerriteMixture - I:MaterialID_612=612 - S:MaterialMacerateInto_FerriteMixture=FerriteMixture - S:"MaterialName_Ferrite Mixture"=Ferrite Mixture - S:MaterialSmeltInto_FerriteMixture=FerriteMixture - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nickelzincferrite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1500=1500 - S:ChemicalFormula_NiZnFe4O8=NiZnFe4O8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_60,60,60,0,"=60,60,60,0, - S:MaterialArcSmeltInto_NickelZincFerrite=NickelZincFerrite - S:MaterialDirectSmeltInto_NickelZincFerrite=NickelZincFerrite - I:MaterialID_613=613 - S:MaterialMacerateInto_NickelZincFerrite=NickelZincFerrite - S:"MaterialName_Nickel-Zinc Ferrite"=Nickel-Zinc Ferrite - S:MaterialSmeltInto_NickelZincFerrite=NickelZincFerrite - I:MaterialTypes_195=195 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_0=0 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - massicot { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_PbO=PbO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,221,85,0,"=255,221,85,0, - S:MaterialArcSmeltInto_Massicot=Massicot - S:MaterialDirectSmeltInto_Massicot=Massicot - I:MaterialID_614=614 - S:MaterialMacerateInto_Massicot=Massicot - S:MaterialName_Massicot=Massicot - S:MaterialSmeltInto_Massicot=Massicot - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - arsenictrioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_As2O3=As2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_ArsenicTrioxide=ArsenicTrioxide - S:MaterialDirectSmeltInto_ArsenicTrioxide=ArsenicTrioxide - I:MaterialID_615=615 - S:MaterialMacerateInto_ArsenicTrioxide=ArsenicTrioxide - S:"MaterialName_Arsenic Trioxide"=Arsenic Trioxide - S:MaterialSmeltInto_ArsenicTrioxide=ArsenicTrioxide - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cobaltoxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CoO=CoO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_102,128,0,0,"=102,128,0,0, - S:MaterialArcSmeltInto_CobaltOxide=CobaltOxide - S:MaterialDirectSmeltInto_CobaltOxide=CobaltOxide - I:MaterialID_616=616 - S:MaterialMacerateInto_CobaltOxide=CobaltOxide - S:"MaterialName_Cobalt Oxide"=Cobalt Oxide - S:MaterialSmeltInto_CobaltOxide=CobaltOxide - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - zincite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_ZnO=ZnO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,245,0,"=255,255,245,0, - S:MaterialArcSmeltInto_Zincite=Zincite - S:MaterialDirectSmeltInto_Zincite=Zincite - I:MaterialID_617=617 - S:MaterialMacerateInto_Zincite=Zincite - S:MaterialName_Zincite=Zincite - S:MaterialSmeltInto_Zincite=Zincite - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - antimonytrioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Sb2O3=Sb2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_230,230,240,0,"=230,230,240,0, - S:MaterialArcSmeltInto_AntimonyTrioxide=AntimonyTrioxide - S:MaterialDirectSmeltInto_AntimonyTrioxide=AntimonyTrioxide - I:MaterialID_618=618 - S:MaterialMacerateInto_AntimonyTrioxide=AntimonyTrioxide - S:"MaterialName_Antimony Trioxide"=Antimony Trioxide - S:MaterialSmeltInto_AntimonyTrioxide=AntimonyTrioxide - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cupricoxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CuO=CuO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_15,15,15,0,"=15,15,15,0, - S:MaterialArcSmeltInto_CupricOxide=CupricOxide - S:MaterialDirectSmeltInto_CupricOxide=CupricOxide - I:MaterialID_619=619 - S:MaterialMacerateInto_CupricOxide=CupricOxide - S:"MaterialName_Cupric Oxide"=Cupric Oxide - S:MaterialSmeltInto_CupricOxide=CupricOxide - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ferrosilite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_FeSiO3=FeSiO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_151,99,42,0,"=151,99,42,0, - S:MaterialArcSmeltInto_Ferrosilite=Ferrosilite - S:MaterialDirectSmeltInto_Ferrosilite=Ferrosilite - I:MaterialID_620=620 - S:MaterialMacerateInto_Ferrosilite=Ferrosilite - S:MaterialName_Ferrosilite=Ferrosilite - S:MaterialSmeltInto_Ferrosilite=Ferrosilite - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - magnesia { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MgO=MgO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,225,225,0,"=255,225,225,0, - S:MaterialArcSmeltInto_Magnesia=Magnesia - S:MaterialDirectSmeltInto_Magnesia=Magnesia - I:MaterialID_621=621 - S:MaterialMacerateInto_Magnesia=Magnesia - S:MaterialName_Magnesia=Magnesia - S:MaterialSmeltInto_Magnesia=Magnesia - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - quicklime { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CaO=CaO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_240,240,240,0,"=240,240,240,0, - S:MaterialArcSmeltInto_Quicklime=Quicklime - S:MaterialDirectSmeltInto_Quicklime=Quicklime - I:MaterialID_622=622 - S:MaterialMacerateInto_Quicklime=Quicklime - S:MaterialName_Quicklime=Quicklime - S:MaterialSmeltInto_Quicklime=Quicklime - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - potash { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_K2O=K2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_120,66,55,0,"=120,66,55,0, - S:MaterialArcSmeltInto_Potash=Potash - S:MaterialDirectSmeltInto_Potash=Potash - I:MaterialID_623=623 - S:MaterialMacerateInto_Potash=Potash - S:MaterialName_Potash=Potash - S:MaterialSmeltInto_Potash=Potash - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodaash { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Na2CO3=Na2CO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_220,220,255,0,"=220,220,255,0, - S:MaterialArcSmeltInto_SodaAsh=SodaAsh - S:MaterialDirectSmeltInto_SodaAsh=SodaAsh - I:MaterialID_624=624 - S:MaterialMacerateInto_SodaAsh=SodaAsh - S:"MaterialName_Soda Ash"=Soda Ash - S:MaterialSmeltInto_SodaAsh=SodaAsh - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - brick { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al4Si3O12=Al4Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,STONE,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_155,86,67,0,"=155,86,67,0, - S:MaterialArcSmeltInto_Brick=Brick - S:MaterialDirectSmeltInto_Brick=Brick - I:MaterialID_625=625 - S:MaterialMacerateInto_Brick=Brick - S:MaterialName_Brick=Brick - S:MaterialSmeltInto_Brick=Brick - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fireclay { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al4Si3O12=Al4Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_173,160,155,0,"=173,160,155,0, - S:MaterialArcSmeltInto_Fireclay=Fireclay - S:MaterialDirectSmeltInto_Fireclay=Fireclay - I:MaterialID_626=626 - S:MaterialMacerateInto_Fireclay=Fireclay - S:MaterialName_Fireclay=Fireclay - S:MaterialSmeltInto_Fireclay=Fireclay - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - biodiesel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_192=192 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,128,0,0,"=255,128,0,0, - S:MaterialArcSmeltInto_BioDiesel=BioDiesel - S:MaterialDirectSmeltInto_BioDiesel=BioDiesel - I:MaterialID_627=627 - S:MaterialMacerateInto_BioDiesel=BioDiesel - S:"MaterialName_Bio Diesel"=Bio Diesel - S:MaterialSmeltInto_BioDiesel=BioDiesel - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitrationmixture { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_230,226,171,0,"=230,226,171,0, - S:MaterialArcSmeltInto_NitrationMixture=NitrationMixture - S:MaterialDirectSmeltInto_NitrationMixture=NitrationMixture - I:MaterialID_628=628 - S:MaterialMacerateInto_NitrationMixture=NitrationMixture - S:"MaterialName_Nitration Mixture"=Nitration Mixture - S:MaterialSmeltInto_NitrationMixture=NitrationMixture - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - glycerol { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H8O3=C3H8O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_164=164 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_135,222,135,0,"=135,222,135,0, - S:MaterialArcSmeltInto_Glycerol=Glycerol - S:MaterialDirectSmeltInto_Glycerol=Glycerol - I:MaterialID_629=629 - S:MaterialMacerateInto_Glycerol=Glycerol - S:MaterialName_Glycerol=Glycerol - S:MaterialSmeltInto_Glycerol=Glycerol - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodiumbisulfate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NaHSO4=NaHSO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,68,85,0,"=0,68,85,0, - S:MaterialArcSmeltInto_SodiumBisulfate=SodiumBisulfate - S:MaterialDirectSmeltInto_SodiumBisulfate=SodiumBisulfate - I:MaterialID_630=630 - S:MaterialMacerateInto_SodiumBisulfate=SodiumBisulfate - S:"MaterialName_Sodium Bisulfate"=Sodium Bisulfate - S:MaterialSmeltInto_SodiumBisulfate=SodiumBisulfate - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - polyphenylenesulfide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C6H4S=C6H4S - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_170,136,0,0,"=170,136,0,0, - S:MaterialArcSmeltInto_PolyphenyleneSulfide=PolyphenyleneSulfide - S:MaterialDirectSmeltInto_PolyphenyleneSulfide=PolyphenyleneSulfide - I:MaterialID_631=631 - S:MaterialMacerateInto_PolyphenyleneSulfide=PolyphenyleneSulfide - S:"MaterialName_Polyphenylene Sulfide"=Polyphenylene Sulfide - S:MaterialSmeltInto_PolyphenyleneSulfide=PolyphenyleneSulfide - I:MaterialTypes_195=195 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dichlorobenzene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C6H4Cl2=C6H4Cl2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,68,85,0,"=0,68,85,0, - S:MaterialArcSmeltInto_Dichlorobenzene=Dichlorobenzene - S:MaterialDirectSmeltInto_Dichlorobenzene=Dichlorobenzene - I:MaterialID_632=632 - S:MaterialMacerateInto_Dichlorobenzene=Dichlorobenzene - S:MaterialName_Dichlorobenzene=Dichlorobenzene - S:MaterialSmeltInto_Dichlorobenzene=Dichlorobenzene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - polystyrene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C8H8=C8H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.knockback=enchantment.knockback - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY"=,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_190,180,170,0,"=190,180,170,0, - S:MaterialArcSmeltInto_Polystyrene=Polystyrene - S:MaterialDirectSmeltInto_Polystyrene=Polystyrene - I:MaterialID_636=636 - S:MaterialMacerateInto_Polystyrene=Polystyrene - S:MaterialName_Polystyrene=Polystyrene - S:MaterialSmeltInto_Polystyrene=Polystyrene - I:MaterialTypes_195=195 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - styrene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C8H8=C8H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_210,200,190,0,"=210,200,190,0, - S:MaterialArcSmeltInto_Styrene=Styrene - S:MaterialDirectSmeltInto_Styrene=Styrene - I:MaterialID_637=637 - S:MaterialMacerateInto_Styrene=Styrene - S:MaterialName_Styrene=Styrene - S:MaterialSmeltInto_Styrene=Styrene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - isoprene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C5H8=C5H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_20,20,20,0,"=20,20,20,0, - S:MaterialArcSmeltInto_Isoprene=Isoprene - S:MaterialDirectSmeltInto_Isoprene=Isoprene - I:MaterialID_638=638 - S:MaterialMacerateInto_Isoprene=Isoprene - S:MaterialName_Isoprene=Isoprene - S:MaterialSmeltInto_Isoprene=Isoprene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tetranitromethane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CN4O8=CN4O8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_15,40,40,0,"=15,40,40,0, - S:MaterialArcSmeltInto_Tetranitromethane=Tetranitromethane - S:MaterialDirectSmeltInto_Tetranitromethane=Tetranitromethane - I:MaterialID_639=639 - S:MaterialMacerateInto_Tetranitromethane=Tetranitromethane - S:MaterialName_Tetranitromethane=Tetranitromethane - S:MaterialSmeltInto_Tetranitromethane=Tetranitromethane - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ethenone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H2O=C2H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_20,20,70,0,"=20,20,70,0, - S:MaterialArcSmeltInto_Ethenone=Ethenone - S:MaterialDirectSmeltInto_Ethenone=Ethenone - I:MaterialID_641=641 - S:MaterialMacerateInto_Ethenone=Ethenone - S:MaterialName_Ethenone=Ethenone - S:MaterialSmeltInto_Ethenone=Ethenone - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ethane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H6=C2H6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_168=168 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,200,255,0,"=200,200,255,0, - S:MaterialArcSmeltInto_Ethane=Ethane - S:MaterialDirectSmeltInto_Ethane=Ethane - I:MaterialID_642=642 - S:MaterialMacerateInto_Ethane=Ethane - S:MaterialName_Ethane=Ethane - S:MaterialSmeltInto_Ethane=Ethane - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - propane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H8=C3H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_232=232 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_250,226,80,0,"=250,226,80,0, - S:MaterialArcSmeltInto_Propane=Propane - S:MaterialDirectSmeltInto_Propane=Propane - I:MaterialID_643=643 - S:MaterialMacerateInto_Propane=Propane - S:MaterialName_Propane=Propane - S:MaterialSmeltInto_Propane=Propane - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - butane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C4H10=C4H10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_296=296 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_182,55,30,0,"=182,55,30,0, - S:MaterialArcSmeltInto_Butane=Butane - S:MaterialDirectSmeltInto_Butane=Butane - I:MaterialID_644=644 - S:MaterialMacerateInto_Butane=Butane - S:MaterialName_Butane=Butane - S:MaterialSmeltInto_Butane=Butane - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - butene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C4H8=C4H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_256=256 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_207,80,5,0,"=207,80,5,0, - S:MaterialArcSmeltInto_Butene=Butene - S:MaterialDirectSmeltInto_Butene=Butene - I:MaterialID_645=645 - S:MaterialMacerateInto_Butene=Butene - S:MaterialName_Butene=Butene - S:MaterialSmeltInto_Butene=Butene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - butadiene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C4H6=C4H6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_206=206 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_232,105,0,0,"=232,105,0,0, - S:MaterialArcSmeltInto_Butadiene=Butadiene - S:MaterialDirectSmeltInto_Butadiene=Butadiene - I:MaterialID_646=646 - S:MaterialMacerateInto_Butadiene=Butadiene - S:MaterialName_Butadiene=Butadiene - S:MaterialSmeltInto_Butadiene=Butadiene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rawstyrenebutadienerubber { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_C8H8(C4H6)3"=C8H8(C4H6)3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_84,64,61,0,"=84,64,61,0, - S:MaterialArcSmeltInto_RawStyreneButadieneRubber=RawStyreneButadieneRubber - S:MaterialDirectSmeltInto_RawStyreneButadieneRubber=RawStyreneButadieneRubber - I:MaterialID_634=634 - S:MaterialMacerateInto_RawStyreneButadieneRubber=RawStyreneButadieneRubber - S:"MaterialName_Raw Styrene-Butadiene Rubber"=Raw Styrene-Butadiene Rubber - S:MaterialSmeltInto_RawStyreneButadieneRubber=RawStyreneButadieneRubber - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - styrenebutadienerubber { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_C8H8(C4H6)3"=C8H8(C4H6)3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.knockback=enchantment.knockback - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,AnyRubber,AnySyntheticRubber"=,AnyRubber,AnySyntheticRubber - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY,STRETCHY"=,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY,STRETCHY - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_33,26,24,0,"=33,26,24,0, - S:MaterialArcSmeltInto_StyreneButadieneRubber=StyreneButadieneRubber - S:MaterialDirectSmeltInto_StyreneButadieneRubber=StyreneButadieneRubber - I:MaterialID_635=635 - S:MaterialMacerateInto_StyreneButadieneRubber=StyreneButadieneRubber - S:"MaterialName_Styrene-Butadiene Rubber"=Styrene-Butadiene Rubber - S:MaterialSmeltInto_StyreneButadieneRubber=StyreneButadieneRubber - I:MaterialTypes_195=195 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_128=128 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - toluene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C7H8=C7H8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_328=328 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_80,29,5,0,"=80,29,5,0, - S:MaterialArcSmeltInto_Toluene=Toluene - S:MaterialDirectSmeltInto_Toluene=Toluene - I:MaterialID_647=647 - S:MaterialMacerateInto_Toluene=Toluene - S:MaterialName_Toluene=Toluene - S:MaterialSmeltInto_Toluene=Toluene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - epichlorohydrin { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H5ClO=C3H5ClO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_80,29,5,0,"=80,29,5,0, - S:MaterialArcSmeltInto_Epichlorohydrin=Epichlorohydrin - S:MaterialDirectSmeltInto_Epichlorohydrin=Epichlorohydrin - I:MaterialID_648=648 - S:MaterialMacerateInto_Epichlorohydrin=Epichlorohydrin - S:MaterialName_Epichlorohydrin=Epichlorohydrin - S:MaterialSmeltInto_Epichlorohydrin=Epichlorohydrin - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - polyvinylchloride { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H3Cl=C2H3Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.knockback=enchantment.knockback - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY"=,HAS_COLOR,SMELTING_TO_FLUID,FLAMMABLE,NO_SMASHING,BOUNCY - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_215,230,230,0,"=215,230,230,0, - S:MaterialArcSmeltInto_PolyvinylChloride=PolyvinylChloride - S:MaterialDirectSmeltInto_PolyvinylChloride=PolyvinylChloride - I:MaterialID_649=649 - S:MaterialMacerateInto_PolyvinylChloride=PolyvinylChloride - S:"MaterialName_Polyvinyl Chloride"=Polyvinyl Chloride - S:MaterialSmeltInto_PolyvinylChloride=PolyvinylChloride - I:MaterialTypes_195=195 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_32=32 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vinylchloride { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H3Cl=C2H3Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_225,240,240,0,"=225,240,240,0, - S:MaterialArcSmeltInto_VinylChloride=VinylChloride - S:MaterialDirectSmeltInto_VinylChloride=VinylChloride - I:MaterialID_650=650 - S:MaterialMacerateInto_VinylChloride=VinylChloride - S:"MaterialName_Vinyl Chloride"=Vinyl Chloride - S:MaterialSmeltInto_VinylChloride=VinylChloride - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfurdioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SO2=SO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,200,25,0,"=200,200,25,0, - S:MaterialArcSmeltInto_SulfurDioxide=SulfurDioxide - S:MaterialDirectSmeltInto_SulfurDioxide=SulfurDioxide - I:MaterialID_651=651 - S:MaterialMacerateInto_SulfurDioxide=SulfurDioxide - S:"MaterialName_Sulfur Dioxide"=Sulfur Dioxide - S:MaterialSmeltInto_SulfurDioxide=SulfurDioxide - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfurtrioxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SO3=SO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_160,160,20,0,"=160,160,20,0, - S:MaterialArcSmeltInto_SulfurTrioxide=SulfurTrioxide - S:MaterialDirectSmeltInto_SulfurTrioxide=SulfurTrioxide - I:MaterialID_652=652 - S:MaterialMacerateInto_SulfurTrioxide=SulfurTrioxide - S:"MaterialName_Sulfur Trioxide"=Sulfur Trioxide - S:MaterialSmeltInto_SulfurTrioxide=SulfurTrioxide - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitricacid { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_HNO3=HNO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_230,226,171,0,"=230,226,171,0, - S:MaterialArcSmeltInto_NitricAcid=NitricAcid - S:MaterialDirectSmeltInto_NitricAcid=NitricAcid - I:MaterialID_653=653 - S:MaterialMacerateInto_NitricAcid=NitricAcid - S:"MaterialName_Nitric Acid"=Nitric Acid - S:MaterialSmeltInto_NitricAcid=NitricAcid - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - "1,1dimethylhydrazine" { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H8N2=C2H8N2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,0,85,0,"=0,0,85,0, - S:"MaterialArcSmeltInto_1,1Dimethylhydrazine"=1,1Dimethylhydrazine - S:"MaterialDirectSmeltInto_1,1Dimethylhydrazine"=1,1Dimethylhydrazine - I:MaterialID_654=654 - S:"MaterialMacerateInto_1,1Dimethylhydrazine"=1,1Dimethylhydrazine - S:"MaterialName_1,1-Dimethylhydrazine"=1,1-Dimethylhydrazine - S:"MaterialSmeltInto_1,1Dimethylhydrazine"=1,1Dimethylhydrazine - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chloramine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NH2Cl=NH2Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_63,159,128,0,"=63,159,128,0, - S:MaterialArcSmeltInto_Chloramine=Chloramine - S:MaterialDirectSmeltInto_Chloramine=Chloramine - I:MaterialID_655=655 - S:MaterialMacerateInto_Chloramine=Chloramine - S:MaterialName_Chloramine=Chloramine - S:MaterialSmeltInto_Chloramine=Chloramine - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dimethylamine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H7N=C2H7N - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_85,68,105,0,"=85,68,105,0, - S:MaterialArcSmeltInto_Dimethylamine=Dimethylamine - S:MaterialDirectSmeltInto_Dimethylamine=Dimethylamine - I:MaterialID_656=656 - S:MaterialMacerateInto_Dimethylamine=Dimethylamine - S:MaterialName_Dimethylamine=Dimethylamine - S:MaterialSmeltInto_Dimethylamine=Dimethylamine - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dinitrogentetroxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_N2O4=N2O4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,65,132,0,"=0,65,132,0, - S:MaterialArcSmeltInto_DinitrogenTetroxide=DinitrogenTetroxide - S:MaterialDirectSmeltInto_DinitrogenTetroxide=DinitrogenTetroxide - I:MaterialID_657=657 - S:MaterialMacerateInto_DinitrogenTetroxide=DinitrogenTetroxide - S:"MaterialName_Dinitrogen Tetroxide"=Dinitrogen Tetroxide - S:MaterialSmeltInto_DinitrogenTetroxide=DinitrogenTetroxide - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitricoxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NO=NO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_125,200,240,0,"=125,200,240,0, - S:MaterialArcSmeltInto_NitricOxide=NitricOxide - S:MaterialDirectSmeltInto_NitricOxide=NitricOxide - I:MaterialID_658=658 - S:MaterialMacerateInto_NitricOxide=NitricOxide - S:"MaterialName_Nitric Oxide"=Nitric Oxide - S:MaterialSmeltInto_NitricOxide=NitricOxide - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ammonia { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NH3=NH3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_63,52,128,0,"=63,52,128,0, - S:MaterialArcSmeltInto_Ammonia=Ammonia - S:MaterialDirectSmeltInto_Ammonia=Ammonia - I:MaterialID_659=659 - S:MaterialMacerateInto_Ammonia=Ammonia - S:MaterialName_Ammonia=Ammonia - S:MaterialSmeltInto_Ammonia=Ammonia - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dimethyldichlorosilane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H6Cl2Si=C2H6Cl2Si - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_68,22,80,0,"=68,22,80,0, - S:MaterialArcSmeltInto_Dimethyldichlorosilane=Dimethyldichlorosilane - S:MaterialDirectSmeltInto_Dimethyldichlorosilane=Dimethyldichlorosilane - I:MaterialID_663=663 - S:MaterialMacerateInto_Dimethyldichlorosilane=Dimethyldichlorosilane - S:MaterialName_Dimethyldichlorosilane=Dimethyldichlorosilane - S:MaterialSmeltInto_Dimethyldichlorosilane=Dimethyldichlorosilane - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chloromethane { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CH3Cl=CH3Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeMagenta=dyeMagenta - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,44,160,0,"=200,44,160,0, - S:MaterialArcSmeltInto_Chloromethane=Chloromethane - S:MaterialDirectSmeltInto_Chloromethane=Chloromethane - I:MaterialID_664=664 - S:MaterialMacerateInto_Chloromethane=Chloromethane - S:MaterialName_Chloromethane=Chloromethane - S:MaterialSmeltInto_Chloromethane=Chloromethane - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phosphorouspentoxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_P4O10=P4O10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_220,220,0,0,"=220,220,0,0, - S:MaterialArcSmeltInto_PhosphorousPentoxide=PhosphorousPentoxide - S:MaterialDirectSmeltInto_PhosphorousPentoxide=PhosphorousPentoxide - I:MaterialID_665=665 - S:MaterialMacerateInto_PhosphorousPentoxide=PhosphorousPentoxide - S:"MaterialName_Phosphorous Pentoxide"=Phosphorous Pentoxide - S:MaterialSmeltInto_PhosphorousPentoxide=PhosphorousPentoxide - I:MaterialTypes_17=17 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tetrafluoroethylene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2F4=C2F4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_125,125,125,0,"=125,125,125,0, - S:MaterialArcSmeltInto_Tetrafluoroethylene=Tetrafluoroethylene - S:MaterialDirectSmeltInto_Tetrafluoroethylene=Tetrafluoroethylene - I:MaterialID_666=666 - S:MaterialMacerateInto_Tetrafluoroethylene=Tetrafluoroethylene - S:MaterialName_Tetrafluoroethylene=Tetrafluoroethylene - S:MaterialSmeltInto_Tetrafluoroethylene=Tetrafluoroethylene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hydrofluoricacid_gt5u { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_HF=HF - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,136,170,0,"=0,136,170,0, - S:MaterialArcSmeltInto_HydrofluoricAcid_GT5U=HydrofluoricAcid_GT5U - S:MaterialDirectSmeltInto_HydrofluoricAcid_GT5U=HydrofluoricAcid_GT5U - I:MaterialID_667=667 - S:MaterialMacerateInto_HydrofluoricAcid_GT5U=HydrofluoricAcid_GT5U - S:"MaterialName_Hydrofluoric Acid"=Hydrofluoric Acid - S:MaterialSmeltInto_HydrofluoricAcid_GT5U=HydrofluoricAcid_GT5U - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chloroform { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CHCl3=CHCl3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_137,44,160,0,"=137,44,160,0, - S:MaterialArcSmeltInto_Chloroform=Chloroform - S:MaterialDirectSmeltInto_Chloroform=Chloroform - I:MaterialID_668=668 - S:MaterialMacerateInto_Chloroform=Chloroform - S:MaterialName_Chloroform=Chloroform - S:MaterialSmeltInto_Chloroform=Chloroform - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bisphenola { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C15H16O2=C15H16O2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_212,170,0,0,"=212,170,0,0, - S:MaterialArcSmeltInto_BisphenolA=BisphenolA - S:MaterialDirectSmeltInto_BisphenolA=BisphenolA - I:MaterialID_669=669 - S:MaterialMacerateInto_BisphenolA=BisphenolA - S:"MaterialName_Bisphenol A"=Bisphenol A - S:MaterialSmeltInto_BisphenolA=BisphenolA - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - aceticacid { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H4O2=C2H4O2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,180,160,0,"=200,180,160,0, - S:MaterialArcSmeltInto_AceticAcid=AceticAcid - S:MaterialDirectSmeltInto_AceticAcid=AceticAcid - I:MaterialID_670=670 - S:MaterialMacerateInto_AceticAcid=AceticAcid - S:"MaterialName_Acetic Acid"=Acetic Acid - S:MaterialSmeltInto_AceticAcid=AceticAcid - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - calciumacetatesolution { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CaC2O4H6=CaC2O4H6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_220,200,180,0,"=220,200,180,0, - S:MaterialArcSmeltInto_CalciumAcetateSolution=CalciumAcetateSolution - S:MaterialDirectSmeltInto_CalciumAcetateSolution=CalciumAcetateSolution - I:MaterialID_671=671 - S:MaterialMacerateInto_CalciumAcetateSolution=CalciumAcetateSolution - S:"MaterialName_Calcium Acetate Solution"=Calcium Acetate Solution - S:MaterialSmeltInto_CalciumAcetateSolution=CalciumAcetateSolution - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - acetone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H6O=C3H6O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_175,175,175,0,"=175,175,175,0, - S:MaterialArcSmeltInto_Acetone=Acetone - S:MaterialDirectSmeltInto_Acetone=Acetone - I:MaterialID_672=672 - S:MaterialMacerateInto_Acetone=Acetone - S:MaterialName_Acetone=Acetone - S:MaterialSmeltInto_Acetone=Acetone - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - methanol { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CH4O=CH4O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_84=84 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_170,136,0,0,"=170,136,0,0, - S:MaterialArcSmeltInto_Methanol=Methanol - S:MaterialDirectSmeltInto_Methanol=Methanol - I:MaterialID_673=673 - S:MaterialMacerateInto_Methanol=Methanol - S:MaterialName_Methanol=Methanol - S:MaterialSmeltInto_Methanol=Methanol - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - carbonmonoxide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CO=CO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_24=24 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_14,72,128,0,"=14,72,128,0, - S:MaterialArcSmeltInto_CarbonMonoxide=CarbonMonoxide - S:MaterialDirectSmeltInto_CarbonMonoxide=CarbonMonoxide - I:MaterialID_674=674 - S:MaterialMacerateInto_CarbonMonoxide=CarbonMonoxide - S:"MaterialName_Carbon Monoxide"=Carbon Monoxide - S:MaterialSmeltInto_CarbonMonoxide=CarbonMonoxide - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - metalmixture { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_80,45,22,0,"=80,45,22,0, - S:MaterialArcSmeltInto_MetalMixture=MetalMixture - S:MaterialDirectSmeltInto_MetalMixture=MetalMixture - I:MaterialID_676=676 - S:MaterialMacerateInto_MetalMixture=MetalMixture - S:"MaterialName_Metal Mixture"=Metal Mixture - S:MaterialSmeltInto_MetalMixture=MetalMixture - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ethylene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H4=C2H4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_128=128 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_225,225,225,0,"=225,225,225,0, - S:MaterialArcSmeltInto_Ethylene=Ethylene - S:MaterialDirectSmeltInto_Ethylene=Ethylene - I:MaterialID_677=677 - S:MaterialMacerateInto_Ethylene=Ethylene - S:MaterialName_Ethylene=Ethylene - S:MaterialSmeltInto_Ethylene=Ethylene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - propene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H6=C3H6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_192=192 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,221,85,0,"=255,221,85,0, - S:MaterialArcSmeltInto_Propene=Propene - S:MaterialDirectSmeltInto_Propene=Propene - I:MaterialID_678=678 - S:MaterialMacerateInto_Propene=Propene - S:MaterialName_Propene=Propene - S:MaterialSmeltInto_Propene=Propene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vinylacetate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C4H6O2=C4H6O2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,179,128,0,"=255,179,128,0, - S:MaterialArcSmeltInto_VinylAcetate=VinylAcetate - S:MaterialDirectSmeltInto_VinylAcetate=VinylAcetate - I:MaterialID_679=679 - S:MaterialMacerateInto_VinylAcetate=VinylAcetate - S:"MaterialName_Vinyl Acetate"=Vinyl Acetate - S:MaterialSmeltInto_VinylAcetate=VinylAcetate - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - polyvinylacetate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C4H6O2=C4H6O2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,153,85,0,"=255,153,85,0, - S:MaterialArcSmeltInto_PolyvinylAcetate=PolyvinylAcetate - S:MaterialDirectSmeltInto_PolyvinylAcetate=PolyvinylAcetate - I:MaterialID_680=680 - S:MaterialMacerateInto_PolyvinylAcetate=PolyvinylAcetate - S:"MaterialName_Polyvinyl Acetate"=Polyvinyl Acetate - S:MaterialSmeltInto_PolyvinylAcetate=PolyvinylAcetate - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - methylacetate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H6O2=C3H6O2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_238,198,175,0,"=238,198,175,0, - S:MaterialArcSmeltInto_MethylAcetate=MethylAcetate - S:MaterialDirectSmeltInto_MethylAcetate=MethylAcetate - I:MaterialID_681=681 - S:MaterialMacerateInto_MethylAcetate=MethylAcetate - S:"MaterialName_Methyl Acetate"=Methyl Acetate - S:MaterialSmeltInto_MethylAcetate=MethylAcetate - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - allylchloride { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H5Cl=C3H5Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_135,222,170,0,"=135,222,170,0, - S:MaterialArcSmeltInto_AllylChloride=AllylChloride - S:MaterialDirectSmeltInto_AllylChloride=AllylChloride - I:MaterialID_682=682 - S:MaterialMacerateInto_AllylChloride=AllylChloride - S:"MaterialName_Allyl Chloride"=Allyl Chloride - S:MaterialSmeltInto_AllylChloride=AllylChloride - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hydrochloricacid_gt5u { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_HCl=HCl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_183,200,196,0,"=183,200,196,0, - S:MaterialArcSmeltInto_HydrochloricAcid_GT5U=HydrochloricAcid_GT5U - S:MaterialDirectSmeltInto_HydrochloricAcid_GT5U=HydrochloricAcid_GT5U - I:MaterialID_683=683 - S:MaterialMacerateInto_HydrochloricAcid_GT5U=HydrochloricAcid_GT5U - S:"MaterialName_Hydrochloric Acid"=Hydrochloric Acid - S:MaterialSmeltInto_HydrochloricAcid_GT5U=HydrochloricAcid_GT5U - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hypochlorousacid { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_HClO=HClO - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_111,138,145,0,"=111,138,145,0, - S:MaterialArcSmeltInto_HypochlorousAcid=HypochlorousAcid - S:MaterialDirectSmeltInto_HypochlorousAcid=HypochlorousAcid - I:MaterialID_684=684 - S:MaterialMacerateInto_HypochlorousAcid=HypochlorousAcid - S:"MaterialName_Hypochlorous Acid"=Hypochlorous Acid - S:MaterialSmeltInto_HypochlorousAcid=HypochlorousAcid - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sodiumhydroxide_gt5u { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_NaOH=NaOH - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_0,51,128,0,"=0,51,128,0, - S:MaterialArcSmeltInto_SodiumHydroxide_GT5U=SodiumHydroxide_GT5U - S:MaterialDirectSmeltInto_SodiumHydroxide_GT5U=SodiumHydroxide_GT5U - I:MaterialID_685=685 - S:MaterialMacerateInto_SodiumHydroxide_GT5U=SodiumHydroxide_GT5U - S:"MaterialName_Sodium Hydroxide"=Sodium Hydroxide - S:MaterialSmeltInto_SodiumHydroxide_GT5U=SodiumHydroxide_GT5U - I:MaterialTypes_1=1 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - benzene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C6H6=C6H6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_288=288 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_26,26,26,0,"=26,26,26,0, - S:MaterialArcSmeltInto_Benzene=Benzene - S:MaterialDirectSmeltInto_Benzene=Benzene - I:MaterialID_686=686 - S:MaterialMacerateInto_Benzene=Benzene - S:MaterialName_Benzene=Benzene - S:MaterialSmeltInto_Benzene=Benzene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phenol { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C6H6O=C6H6O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_288=288 - I:FuelType_1=1 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_120,68,33,0,"=120,68,33,0, - S:MaterialArcSmeltInto_Phenol=Phenol - S:MaterialDirectSmeltInto_Phenol=Phenol - I:MaterialID_687=687 - S:MaterialMacerateInto_Phenol=Phenol - S:MaterialName_Phenol=Phenol - S:MaterialSmeltInto_Phenol=Phenol - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cumene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C9H12=C9H12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_85,34,0,0,"=85,34,0,0, - S:MaterialArcSmeltInto_Cumene=Cumene - S:MaterialDirectSmeltInto_Cumene=Cumene - I:MaterialID_688=688 - S:MaterialMacerateInto_Cumene=Cumene - S:MaterialName_Cumene=Cumene - S:MaterialSmeltInto_Cumene=Cumene - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phosphoricacid_gt5u { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H3PO4=H3PO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_220,220,0,0,"=220,220,0,0, - S:MaterialArcSmeltInto_PhosphoricAcid_GT5U=PhosphoricAcid_GT5U - S:MaterialDirectSmeltInto_PhosphoricAcid_GT5U=PhosphoricAcid_GT5U - I:MaterialID_689=689 - S:MaterialMacerateInto_PhosphoricAcid_GT5U=PhosphoricAcid_GT5U - S:"MaterialName_Phosphoric Acid"=Phosphoric Acid - S:MaterialSmeltInto_PhosphoricAcid_GT5U=PhosphoricAcid_GT5U - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - solderingalloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_400=400 - S:ChemicalFormula_Sn9Sb=Sn9Sb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE,SOLDERING_MATERIAL,SOLDERING_MATERIAL_GOOD"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE,SOLDERING_MATERIAL,SOLDERING_MATERIAL_GOOD - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,VITREUS,AQUA"=,METALLUM,VITREUS,AQUA - S:"MatRGBA_220,220,230,0,"=220,220,230,0, - S:MaterialArcSmeltInto_SolderingAlloy=SolderingAlloy - S:MaterialDirectSmeltInto_SolderingAlloy=SolderingAlloy - I:MaterialID_314=314 - S:MaterialMacerateInto_SolderingAlloy=SolderingAlloy - S:"MaterialName_Soldering Alloy"=Soldering Alloy - S:MaterialSmeltInto_SolderingAlloy=SolderingAlloy - I:MaterialTypes_3=3 - I:MeltingPoint_400=400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - galliumarsenide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1200=1200 - S:ChemicalFormula_AsGa=AsGa - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VENENUM,METALLUM,ELECTRUM"=,VENENUM,METALLUM,ELECTRUM - S:"MatRGBA_160,160,160,0,"=160,160,160,0, - S:MaterialArcSmeltInto_GalliumArsenide=GalliumArsenide - S:MaterialDirectSmeltInto_GalliumArsenide=GalliumArsenide - I:MaterialID_980=980 - S:MaterialMacerateInto_GalliumArsenide=GalliumArsenide - S:"MaterialName_Gallium Arsenide"=Gallium Arsenide - S:MaterialSmeltInto_GalliumArsenide=GalliumArsenide - I:MaterialTypes_3=3 - I:MeltingPoint_696=696 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - indiumgalliumphosphide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_InGaP=InGaP - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,ELECTRUM,IGNIS,POTENTIA"=,METALLUM,RADIO,ELECTRUM,IGNIS,POTENTIA - S:"MatRGBA_160,140,190,0,"=160,140,190,0, - S:MaterialArcSmeltInto_IndiumGalliumPhosphide=IndiumGalliumPhosphide - S:MaterialDirectSmeltInto_IndiumGalliumPhosphide=IndiumGalliumPhosphide - I:MaterialID_981=981 - S:MaterialMacerateInto_IndiumGalliumPhosphide=IndiumGalliumPhosphide - S:"MaterialName_Indium Gallium Phosphide"=Indium Gallium Phosphide - S:MaterialSmeltInto_IndiumGalliumPhosphide=IndiumGalliumPhosphide - I:MaterialTypes_3=3 - I:MeltingPoint_349=349 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - spessartine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2Mn3Si3O12=Al2Mn3Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetRed,Manganese"=,GarnetRed,Manganese - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,TENEBRAE,AER"=,METALLUM,VOLATUS,TENEBRAE,AER - S:"MatRGBA_255,100,100,0,"=255,100,100,0, - S:MaterialArcSmeltInto_Spessartine=Spessartine - S:MaterialDirectSmeltInto_Spessartine=Spessartine - I:MaterialID_838=838 - S:MaterialMacerateInto_Spessartine=Spessartine - S:MaterialName_Spessartine=Spessartine - S:MaterialSmeltInto_Spessartine=Spessartine - I:MaterialTypes_9=9 - I:MeltingPoint_606=606 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sphalerite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_ZnS=ZnS - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetYellow,Cadmium,Gallium,Zinc"=,GarnetYellow,Cadmium,Gallium,Zinc - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT"=,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,IGNIS"=,METALLUM,SANO,IGNIS - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Sphalerite=Sphalerite - S:MaterialDirectSmeltInto_Zinc=Zinc - I:MaterialID_839=839 - S:MaterialMacerateInto_Sphalerite=Sphalerite - S:MaterialName_Sphalerite=Sphalerite - S:MaterialSmeltInto_Sphalerite=Sphalerite - I:MaterialTypes_9=9 - I:MeltingPoint_540=540 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - stainlesssteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1700=1700 - S:ChemicalFormula_Fe6CrMnNi=Fe6CrMnNi - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,MACHINA,IGNIS"=,METALLUM,MACHINA,IGNIS - S:"MatRGBA_200,200,220,0,"=200,200,220,0, - S:MaterialArcSmeltInto_StainlessSteel=StainlessSteel - S:MaterialDirectSmeltInto_StainlessSteel=StainlessSteel - I:MaterialID_306=306 - S:MaterialMacerateInto_StainlessSteel=StainlessSteel - S:"MaterialName_Stainless Steel"=Stainless Steel - S:MaterialSmeltInto_StainlessSteel=StainlessSteel - I:MaterialTypes_195=195 - I:MeltingPoint_1810=1810 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_480=480 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - steel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1000=1000 - S:ChemicalFormula_Fe50C=Fe50C - I:DensityDivider_50=50 - I:DensityMultiplier_51=51 - D:Density_3701376.0=3701376.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron"=,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,ORDO"=,METALLUM,ORDO - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_Steel=Steel - S:MaterialDirectSmeltInto_Steel=Steel - I:MaterialID_305=305 - S:MaterialMacerateInto_Steel=Steel - S:MaterialName_Steel=Steel - S:MaterialSmeltInto_Steel=Steel - I:MaterialTypes_195=195 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - stibnite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Sb2S3=Sb2S3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Antimony"=,Antimony - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,AQUA,IGNIS"=,METALLUM,AQUA,IGNIS - S:"MatRGBA_70,70,70,0,"=70,70,70,0, - S:MaterialArcSmeltInto_Stibnite=Stibnite - S:MaterialDirectSmeltInto_Antimony=Antimony - I:MaterialID_945=945 - S:MaterialMacerateInto_Stibnite=Stibnite - S:MaterialName_Stibnite=Stibnite - S:MaterialSmeltInto_Stibnite=Stibnite - I:MaterialTypes_9=9 - I:MeltingPoint_594=594 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sulfuricacid { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2SO4=H2SO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,AQUA,IGNIS,AER"=,AQUA,IGNIS,AER - S:"MatRGBA_255,128,0,0,"=255,128,0,0, - S:MaterialArcSmeltInto_SulfuricAcid=SulfuricAcid - S:MaterialDirectSmeltInto_SulfuricAcid=SulfuricAcid - I:MaterialID_720=720 - S:MaterialMacerateInto_SulfuricAcid=SulfuricAcid - S:"MaterialName_Sulfuric Acid"=Sulfuric Acid - S:MaterialSmeltInto_SulfuricAcid=SulfuricAcid - I:MaterialTypes_16=16 - I:MeltingPoint_90=90 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tanzanite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ca2Al3Si3HO13=Ca2Al3Si3HO13 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Opal"=,Opal - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,5,3"=,5,3 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_64,0,200,127,"=64,0,200,127, - S:MaterialArcSmeltInto_Tanzanite=Tanzanite - S:MaterialDirectSmeltInto_Tanzanite=Tanzanite - I:MaterialID_508=508 - S:MaterialMacerateInto_Tanzanite=Tanzanite - S:MaterialName_Tanzanite=Tanzanite - S:MaterialSmeltInto_Tanzanite=Tanzanite - I:MaterialTypes_77=77 - I:MeltingPoint_491=491 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - tetrahedrite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Cu3SbS3Fe=Cu3SbS3Fe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Antimony,Zinc"=,Antimony,Zinc - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,WASHING_SODIUMPERSULFATE,INDUCTIONSMELTING_LOW_OUTPUT,DONT_ADD_DEFAULT_BBF_RECIPE"=,HAS_COLOR,WASHING_SODIUMPERSULFATE,INDUCTIONSMELTING_LOW_OUTPUT,DONT_ADD_DEFAULT_BBF_RECIPE - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,AQUA,IGNIS"=,METALLUM,PERMUTATIO,AQUA,IGNIS - S:"MatRGBA_200,32,0,0,"=200,32,0,0, - S:MaterialArcSmeltInto_Tetrahedrite=Tetrahedrite - S:MaterialDirectSmeltInto_Copper=Copper - I:MaterialID_840=840 - S:MaterialMacerateInto_Tetrahedrite=Tetrahedrite - S:MaterialName_Tetrahedrite=Tetrahedrite - S:MaterialSmeltInto_Tetrahedrite=Tetrahedrite - I:MaterialTypes_9=9 - I:MeltingPoint_993=993 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tinalloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SnFe=SnFe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM"=,METALLUM,INSTRUMENTUM - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_TinAlloy=TinAlloy - S:MaterialDirectSmeltInto_TinAlloy=TinAlloy - I:MaterialID_363=363 - S:MaterialMacerateInto_TinAlloy=TinAlloy - S:"MaterialName_Tin Alloy"=Tin Alloy - S:MaterialSmeltInto_TinAlloy=TinAlloy - I:MaterialTypes_195=195 - I:MeltingPoint_1158=1158 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_96=96 - I:ToolQuality_2=2 - D:ToolSpeed_6.5=6.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - topaz { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2SiF2H2O6=Al2SiF2H2O6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,BlueTopaz"=,BlueTopaz - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,6,4"=,6,4 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_255,128,0,127,"=255,128,0,127, - S:MaterialArcSmeltInto_Topaz=Topaz - S:MaterialDirectSmeltInto_Topaz=Topaz - I:MaterialID_507=507 - S:MaterialMacerateInto_Topaz=Topaz - S:MaterialName_Topaz=Topaz - S:MaterialSmeltInto_Topaz=Topaz - I:MaterialTypes_77=77 - I:MeltingPoint_308=308 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - tungstate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2500=2500 - S:ChemicalFormula_WLi2O4=WLi2O4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Manganese,Silver,Lithium"=,Manganese,Silver,Lithium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,TUTAMEN,VITREUS,POTENTIA,AER"=,METALLUM,TUTAMEN,VITREUS,POTENTIA,AER - S:"MatRGBA_55,50,35,0,"=55,50,35,0, - S:MaterialArcSmeltInto_Tungstate=Tungstate - S:MaterialDirectSmeltInto_Tungstate=Tungstate - I:MaterialID_841=841 - S:MaterialMacerateInto_Tungstate=Tungstate - S:MaterialName_Tungstate=Tungstate - S:MaterialSmeltInto_Tungstate=Tungstate - I:MaterialTypes_9=9 - I:MeltingPoint_2500=2500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_2=2 - I:OreSmeltingMultiplier_2=2 - I:OreValue_4=4 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ultimet { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2700=2700 - S:ChemicalFormula_Co5Cr2NiMo=Co5Cr2NiMo - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM,MACHINA,IGNIS"=,METALLUM,INSTRUMENTUM,MACHINA,IGNIS - S:"MatRGBA_180,180,230,0,"=180,180,230,0, - S:MaterialArcSmeltInto_Ultimet=Ultimet - S:MaterialDirectSmeltInto_Ultimet=Ultimet - I:MaterialID_344=344 - S:MaterialMacerateInto_Ultimet=Ultimet - S:MaterialName_Ultimet=Ultimet - S:MaterialSmeltInto_Ultimet=Ultimet - I:MaterialTypes_195=195 - I:MeltingPoint_2700=2700 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_2048=2048 - I:ToolQuality_4=4 - D:ToolSpeed_9.0=9.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - uraninite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_UO2=UO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Uranium,Thorium,Uranium235"=,Uranium,Thorium,Uranium235 - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,AER"=,METALLUM,RADIO,AER - S:"MatRGBA_35,35,35,0,"=35,35,35,0, - S:MaterialArcSmeltInto_Uraninite=Uraninite - S:MaterialDirectSmeltInto_Uraninite=Uraninite - I:MaterialID_922=922 - S:MaterialMacerateInto_Uraninite=Uraninite - S:MaterialName_Uraninite=Uraninite - S:MaterialSmeltInto_Uraninite=Uraninite - I:MaterialTypes_9=9 - I:MeltingPoint_504=504 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - uvarovite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ca3Cr2Si3O12=Ca3Cr2Si3O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetYellow,Chrome"=,GarnetYellow,Chrome - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,METALLUM,MACHINA,TENEBRAE,AER"=,SANO,TUTAMEN,METALLUM,MACHINA,TENEBRAE,AER - S:"MatRGBA_180,255,180,0,"=180,255,180,0, - S:MaterialArcSmeltInto_Uvarovite=Uvarovite - S:MaterialDirectSmeltInto_Uvarovite=Uvarovite - I:MaterialID_842=842 - S:MaterialMacerateInto_Uvarovite=Uvarovite - S:MaterialName_Uvarovite=Uvarovite - S:MaterialSmeltInto_Uvarovite=Uvarovite - I:MaterialTypes_1=1 - I:MeltingPoint_670=670 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vanadiumgallium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_4500=4500 - S:ChemicalFormula_V3Ga=V3Ga - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,ELECTRUM"=,METALLUM,RADIO,ELECTRUM - S:"MatRGBA_128,128,140,0,"=128,128,140,0, - S:MaterialArcSmeltInto_VanadiumGallium=VanadiumGallium - S:MaterialDirectSmeltInto_VanadiumGallium=VanadiumGallium - I:MaterialID_357=357 - S:MaterialMacerateInto_VanadiumGallium=VanadiumGallium - S:MaterialName_Vanadium-Gallium=Vanadium-Gallium - S:MaterialSmeltInto_VanadiumGallium=VanadiumGallium - I:MaterialTypes_3=3 - I:MeltingPoint_4500=4500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - wood { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,SMELTING_TO_FLUID,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,ARBOR"=,ARBOR - S:"MatRGBA_100,50,0,0,"=100,50,0,0, - S:MaterialArcSmeltInto_Wood=Wood - S:MaterialDirectSmeltInto_Wood=Wood - I:MaterialID_809=809 - S:MaterialMacerateInto_Wood=Wood - S:MaterialName_Wood=Wood - S:MaterialSmeltInto_Wood=Wood - I:MaterialTypes_195=195 - I:MeltingPoint_1289=1289 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_16=16 - I:ToolQuality_0=0 - D:ToolSpeed_2.0=2.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - wroughtiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe=Fe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightGray=dyeLightGray - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,AnyIron"=,AnyIron - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,METALLUM"=,METALLUM - S:"MatRGBA_200,180,180,0,"=200,180,180,0, - S:MaterialArcSmeltInto_WroughtIron=WroughtIron - S:MaterialDirectSmeltInto_WroughtIron=WroughtIron - I:MaterialID_304=304 - S:MaterialMacerateInto_Iron=Iron - S:"MaterialName_Wrought Iron"=Wrought Iron - S:MaterialSmeltInto_Iron=Iron - I:MaterialTypes_195=195 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_384=384 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - wulfenite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_PbMoO4=PbMoO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,INSTRUMENTUM,AER"=,METALLUM,ORDO,INSTRUMENTUM,AER - S:"MatRGBA_255,128,0,0,"=255,128,0,0, - S:MaterialArcSmeltInto_Wulfenite=Wulfenite - S:MaterialDirectSmeltInto_Wulfenite=Wulfenite - I:MaterialID_882=882 - S:MaterialMacerateInto_Wulfenite=Wulfenite - S:MaterialName_Wulfenite=Wulfenite - S:MaterialSmeltInto_Wulfenite=Wulfenite - I:MaterialTypes_9=9 - I:MeltingPoint_618=618 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - yellowlimonite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_FeHO2=FeHO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Nickel,BrownLimonite,Cobalt"=,Nickel,BrownLimonite,Cobalt - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,AQUA,AER"=,METALLUM,AQUA,AER - S:"MatRGBA_200,200,0,0,"=200,200,0,0, - S:MaterialArcSmeltInto_YellowLimonite=YellowLimonite - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_931=931 - S:MaterialMacerateInto_YellowLimonite=YellowLimonite - S:"MaterialName_Yellow Limonite"=Yellow Limonite - S:MaterialSmeltInto_YellowLimonite=YellowLimonite - I:MaterialTypes_9=9 - I:MeltingPoint_483=483 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - yttriumbariumcuprate { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_4500=4500 - S:ChemicalFormula_YBa2Cu3O7=YBa2Cu3O7 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,VINCULUM,PERMUTATIO,AER"=,METALLUM,RADIO,VINCULUM,PERMUTATIO,AER - S:"MatRGBA_80,64,70,0,"=80,64,70,0, - S:MaterialArcSmeltInto_YttriumBariumCuprate=YttriumBariumCuprate - S:MaterialDirectSmeltInto_YttriumBariumCuprate=YttriumBariumCuprate - I:MaterialID_358=358 - S:MaterialMacerateInto_YttriumBariumCuprate=YttriumBariumCuprate - S:"MaterialName_Yttrium Barium Cuprate"=Yttrium Barium Cuprate - S:MaterialSmeltInto_YttriumBariumCuprate=YttriumBariumCuprate - I:MaterialTypes_3=3 - I:MeltingPoint_4500=4500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - woodsealed { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING,NO_WORKING"=,HAS_COLOR,SMELTING_TO_FLUID,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING,NO_WORKING - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,ARBOR,FABRICO"=,ARBOR,FABRICO - S:"MatRGBA_80,40,0,0,"=80,40,0,0, - S:MaterialArcSmeltInto_WoodSealed=WoodSealed - S:MaterialDirectSmeltInto_WoodSealed=WoodSealed - I:MaterialID_889=889 - S:MaterialMacerateInto_Wood=Wood - S:"MaterialName_Sealed Wood"=Sealed Wood - S:MaterialSmeltInto_WoodSealed=WoodSealed - I:MaterialTypes_195=195 - I:MeltingPoint_1289=1289 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_24=24 - I:ToolQuality_0=0 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - liveroot { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_= - I:DensityDivider_3=3 - I:DensityMultiplier_4=4 - D:Density_4838400.0=4838400.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_16=16 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING,MAGICAL,MORTAR_GRINDABLE"=,HAS_COLOR,WOOD,FLAMMABLE,NO_SMELTING,NO_SMASHING,MAGICAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,2,1"=,2,2,1 - S:"ListTCAspects_,ARBOR,VICTUS,PRAECANTATIO"=,ARBOR,VICTUS,PRAECANTATIO - S:"MatRGBA_220,200,0,0,"=220,200,0,0, - S:MaterialArcSmeltInto_LiveRoot=LiveRoot - S:MaterialDirectSmeltInto_LiveRoot=LiveRoot - I:MaterialID_832=832 - S:MaterialMacerateInto_LiveRoot=LiveRoot - S:MaterialName_Liveroot=Liveroot - S:MaterialSmeltInto_LiveRoot=LiveRoot - I:MaterialTypes_1=1 - I:MeltingPoint_2216=2216 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ironwood { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Fe9((COH)3Ma)9Au"=Fe9((COH)3Ma)9Au - I:DensityDivider_18=18 - I:DensityMultiplier_19=19 - D:Density_3830400.0=3830400.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.lootBonusDigger=enchantment.lootBonusDigger - I:FuelPower_8=8 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,WOOD,FLAMMABLE,MAGICAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,WOOD,FLAMMABLE,MAGICAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,ARBOR,VICTUS,PRAECANTATIO,LUCRUM"=,METALLUM,ARBOR,VICTUS,PRAECANTATIO,LUCRUM - S:"MatRGBA_150,140,110,0,"=150,140,110,0, - S:MaterialArcSmeltInto_IronWood=IronWood - S:MaterialDirectSmeltInto_IronWood=IronWood - I:MaterialID_338=338 - S:MaterialMacerateInto_IronWood=IronWood - S:MaterialName_Ironwood=Ironwood - S:MaterialSmeltInto_IronWood=IronWood - I:MaterialTypes_195=195 - I:MeltingPoint_1977=1977 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_384=384 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - glass { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SiO2=SiO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_RECYCLING,SMELTING_TO_FLUID"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_RECYCLING,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,VITREUS"=,VITREUS - S:"MatRGBA_250,250,250,220,"=250,250,250,220, - S:MaterialArcSmeltInto_Glass=Glass - S:MaterialDirectSmeltInto_Glass=Glass - I:MaterialID_890=890 - S:MaterialMacerateInto_Glass=Glass - S:MaterialName_Glass=Glass - S:MaterialSmeltInto_Glass=Glass - I:MaterialTypes_5=5 - I:MeltingPoint_1500=1500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_4=4 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - borosilicateglass { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_B(SiO2)7"=B(SiO2)7 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_230,243,230,0,"=230,243,230,0, - S:MaterialArcSmeltInto_BorosilicateGlass=BorosilicateGlass - S:MaterialDirectSmeltInto_BorosilicateGlass=BorosilicateGlass - I:MaterialID_611=611 - S:MaterialMacerateInto_BorosilicateGlass=BorosilicateGlass - S:"MaterialName_Borosilicate Glass"=Borosilicate Glass - S:MaterialSmeltInto_BorosilicateGlass=BorosilicateGlass - I:MaterialTypes_3=3 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - perlite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(MgFeSi2O8)2H2O"=(MgFeSi2O8)2H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,TENEBRAE,AER,AQUA"=,METALLUM,SANO,TENEBRAE,AER,AQUA - S:"MatRGBA_30,20,30,0,"=30,20,30,0, - S:MaterialArcSmeltInto_Perlite=Perlite - S:MaterialDirectSmeltInto_Perlite=Perlite - I:MaterialID_925=925 - S:MaterialMacerateInto_Perlite=Perlite - S:MaterialName_Perlite=Perlite - S:MaterialSmeltInto_Perlite=Perlite - I:MaterialTypes_1=1 - I:MeltingPoint_372=372 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - borax { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Na2B4O7(H2O)10"=Na2B4O7(H2O)10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,AER,AQUA"=,VITREUS,LUX,AER,AQUA - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Borax=Borax - S:MaterialDirectSmeltInto_Borax=Borax - I:MaterialID_941=941 - S:MaterialMacerateInto_Borax=Borax - S:MaterialName_Borax=Borax - S:MaterialSmeltInto_Borax=Borax - I:MaterialTypes_1=1 - I:MeltingPoint_468=468 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lignite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C3H2O=C3H2O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Coal"=,Coal - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE"=,HAS_COLOR,FLAMMABLE,NO_SMELTING,NO_SMASHING,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VITREUS,IGNIS,AQUA"=,VITREUS,IGNIS,AQUA - S:"MatRGBA_100,70,70,0,"=100,70,70,0, - S:MaterialArcSmeltInto_Lignite=Lignite - S:MaterialDirectSmeltInto_Lignite=Lignite - I:MaterialID_538=538 - S:MaterialMacerateInto_Lignite=Lignite - S:"MaterialName_Lignite Coal"=Lignite Coal - S:MaterialSmeltInto_Lignite=Lignite - I:MaterialTypes_13=13 - I:MeltingPoint_2856=2856 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - olivine { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Mg2Fe(SiO2)2"=Mg2Fe(SiO2)2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Pyrope,Magnesium"=,Pyrope,Magnesium - S:"ListMaterialReRegistrations_,Olivine"=,Olivine - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,4,2"=,4,2 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_150,255,150,127,"=150,255,150,127, - S:MaterialArcSmeltInto_Olivine=Olivine - S:MaterialDirectSmeltInto_Olivine=Olivine - I:MaterialID_505=505 - S:MaterialMacerateInto_Olivine=Olivine - S:MaterialName_Olivine=Olivine - S:MaterialSmeltInto_Olivine=Olivine - I:MaterialTypes_77=77 - I:MeltingPoint_970=970 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - opal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SiO2=SiO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Tanzanite"=,Tanzanite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,5,3"=,5,3 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_0,0,255,0,"=0,0,255,0, - S:MaterialArcSmeltInto_Opal=Opal - S:MaterialDirectSmeltInto_Opal=Opal - I:MaterialID_510=510 - S:MaterialMacerateInto_Opal=Opal - S:MaterialName_Opal=Opal - S:MaterialSmeltInto_Opal=Opal - I:MaterialTypes_77=77 - I:MeltingPoint_598=598 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - amethyst { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(SiO2)4Fe"=(SiO2)4Fe - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Amethyst"=,Amethyst - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,6,4"=,6,4 - S:"ListTCAspects_,LUCRUM,VITREUS"=,LUCRUM,VITREUS - S:"MatRGBA_210,50,210,127,"=210,50,210,127, - S:MaterialArcSmeltInto_Amethyst=Amethyst - S:MaterialDirectSmeltInto_Amethyst=Amethyst - I:MaterialID_509=509 - S:MaterialMacerateInto_Amethyst=Amethyst - S:MaterialName_Amethyst=Amethyst - S:MaterialSmeltInto_Amethyst=Amethyst - I:MaterialTypes_77=77 - I:MeltingPoint_840=840 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - redstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Si(FeS2)5CrAl2O3Hg3"=Si(FeS2)5CrAl2O3Hg3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Cinnabar,RareEarth,Glowstone"=,Cinnabar,RareEarth,Glowstone - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID,PULVERIZING_CINNABAR"=,HAS_COLOR,STONE,NO_SMASHING,UNBURNABLE,SMELTING_TO_FLUID,PULVERIZING_CINNABAR - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,MACHINA,POTENTIA"=,MACHINA,POTENTIA - S:"MatRGBA_200,0,0,0,"=200,0,0,0, - S:MaterialArcSmeltInto_Redstone=Redstone - S:MaterialDirectSmeltInto_Redstone=Redstone - I:MaterialID_810=810 - S:MaterialMacerateInto_Redstone=Redstone - S:MaterialName_Redstone=Redstone - S:MaterialSmeltInto_Redstone=Redstone - I:MaterialTypes_9=9 - I:MeltingPoint_500=500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_5=5 - I:OreSmeltingMultiplier_5=5 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lapis { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(Al6Si6Ca8Na8)12(Al3Si3Na4Cl)2FeS2CaCO3"=(Al6Si6Ca8Na8)12(Al3Si3Na4Cl)2FeS2CaCO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Lazurite,Sodalite,Pyrite"=,Lazurite,Sodalite,Pyrite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,SENSUS"=,SENSUS - S:"MatRGBA_70,70,220,0,"=70,70,220,0, - S:MaterialArcSmeltInto_Lapis=Lapis - S:MaterialDirectSmeltInto_Lapis=Lapis - I:MaterialID_526=526 - S:MaterialMacerateInto_Lapis=Lapis - S:MaterialName_Lapis=Lapis - S:MaterialSmeltInto_Lapis=Lapis - I:MaterialTypes_13=13 - I:MeltingPoint_964=964 - I:OreByProductMultiplier_4=4 - I:OreMultiplier_6=6 - I:OreSmeltingMultiplier_6=6 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - blaze { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?SMa"=?SMa - I:DensityDivider_2=2 - I:DensityMultiplier_3=3 - D:Density_5443200.0=5443200.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.fire=enchantment.fire - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,MAGICAL,NO_SMELTING,SMELTING_TO_FLUID,MORTAR_GRINDABLE,UNBURNABLE,BURNING"=,HAS_COLOR,MAGICAL,NO_SMELTING,SMELTING_TO_FLUID,MORTAR_GRINDABLE,UNBURNABLE,BURNING - S:"ListTCAspectAmounts_,2,4"=,2,4 - S:"ListTCAspects_,PRAECANTATIO,IGNIS"=,PRAECANTATIO,IGNIS - S:"MatRGBA_255,200,0,0,"=255,200,0,0, - S:MaterialArcSmeltInto_Blaze=Blaze - S:MaterialDirectSmeltInto_Blaze=Blaze - I:MaterialID_801=801 - S:MaterialMacerateInto_Blaze=Blaze - S:MaterialName_Blaze=Blaze - S:MaterialSmeltInto_Blaze=Blaze - I:MaterialTypes_65=65 - I:MeltingPoint_6400=6400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_16=16 - I:ToolQuality_1=1 - D:ToolSpeed_2.0=2.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - enderpearl { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_BeK4N5Ma6=BeK4N5Ma6 - I:DensityDivider_10=10 - I:DensityMultiplier_16=16 - D:Density_5806080.0=5806080.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.untouching=enchantment.untouching - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,PEARL"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,PEARL - S:"ListTCAspectAmounts_,4,4,2"=,4,4,2 - S:"ListTCAspects_,ALIENIS,ITER,PRAECANTATIO"=,ALIENIS,ITER,PRAECANTATIO - S:"MatRGBA_108,220,200,0,"=108,220,200,0, - S:MaterialArcSmeltInto_EnderPearl=EnderPearl - S:MaterialDirectSmeltInto_EnderPearl=EnderPearl - I:MaterialID_532=532 - S:MaterialMacerateInto_EnderPearl=EnderPearl - S:MaterialName_Enderpearl=Enderpearl - S:MaterialSmeltInto_EnderPearl=EnderPearl - I:MaterialTypes_5=5 - I:MeltingPoint_2076=2076 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_16=16 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - endereye { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_BeK4N5Ma6?SMa"=BeK4N5Ma6?SMa - I:DensityDivider_1=1 - I:DensityMultiplier_2=2 - D:Density_7257600.0=7257600.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_10=10 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,PEARL"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,PEARL - S:"ListTCAspectAmounts_,4,4,4,3,2"=,4,4,4,3,2 - S:"ListTCAspects_,SENSUS,ALIENIS,ITER,PRAECANTATIO,IGNIS"=,SENSUS,ALIENIS,ITER,PRAECANTATIO,IGNIS - S:"MatRGBA_160,250,230,0,"=160,250,230,0, - S:MaterialArcSmeltInto_EnderEye=EnderEye - S:MaterialDirectSmeltInto_EnderEye=EnderEye - I:MaterialID_533=533 - S:MaterialMacerateInto_EnderEye=EnderEye - S:MaterialName_Endereye=Endereye - S:MaterialSmeltInto_EnderEye=EnderEye - I:MaterialTypes_5=5 - I:MeltingPoint_4238=4238 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_16=16 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - flint { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_SiO2=SiO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.fire=enchantment.fire - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Obsidian"=,Obsidian - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,MORTAR_GRINDABLE"=,HAS_COLOR,STONE,NO_SMASHING,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,TERRA,INSTRUMENTUM"=,TERRA,INSTRUMENTUM - S:"MatRGBA_0,32,64,0,"=0,32,64,0, - S:MaterialArcSmeltInto_Flint=Flint - S:MaterialDirectSmeltInto_Flint=Flint - I:MaterialID_802=802 - S:MaterialMacerateInto_Flint=Flint - S:MaterialName_Flint=Flint - S:MaterialSmeltInto_Flint=Flint - I:MaterialTypes_65=65 - I:MeltingPoint_598=598 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_2.5=2.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - diatomite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(SiO2)8Fe2O3Al2O3"=(SiO2)8Fe2O3Al2O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,BandedIron,Sapphire"=,BandedIron,Sapphire - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,TERRA,INSTRUMENTUM,METALLUM,AER,LUCRUM,VITREUS"=,TERRA,INSTRUMENTUM,METALLUM,AER,LUCRUM,VITREUS - S:"MatRGBA_225,225,225,0,"=225,225,225,0, - S:MaterialArcSmeltInto_Diatomite=Diatomite - S:MaterialDirectSmeltInto_Diatomite=Diatomite - I:MaterialID_948=948 - S:MaterialMacerateInto_Diatomite=Diatomite - S:MaterialName_Diatomite=Diatomite - S:MaterialSmeltInto_Diatomite=Diatomite - I:MaterialTypes_9=9 - I:MeltingPoint_594=594 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - volcanicash { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(SiO2)6FeMg"=(SiO2)6FeMg - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,TERRA,INSTRUMENTUM,METALLUM,SANO"=,TERRA,INSTRUMENTUM,METALLUM,SANO - S:"MatRGBA_60,50,50,0,"=60,50,50,0, - S:MaterialArcSmeltInto_VolcanicAsh=VolcanicAsh - S:MaterialDirectSmeltInto_VolcanicAsh=VolcanicAsh - I:MaterialID_940=940 - S:MaterialMacerateInto_VolcanicAsh=VolcanicAsh - S:"MaterialName_Volcanic Ashes"=Volcanic Ashes - S:MaterialSmeltInto_VolcanicAsh=VolcanicAsh - I:MaterialTypes_1=1 - I:MeltingPoint_790=790 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - niter { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KNO3=KNO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Saltpeter"=,Saltpeter - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,AER"=,VITREUS,POTENTIA,AER - S:"MatRGBA_255,200,200,0,"=255,200,200,0, - S:MaterialArcSmeltInto_Niter=Niter - S:MaterialDirectSmeltInto_Niter=Niter - I:MaterialID_531=531 - S:MaterialMacerateInto_Niter=Niter - S:MaterialName_Niter=Niter - S:MaterialSmeltInto_Niter=Niter - I:MaterialTypes_5=5 - I:MeltingPoint_112=112 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pyrotheum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_CSi(FeS2)5CrAl2O3Hg3?SMa"=CSi(FeS2)5CrAl2O3Hg3?SMa - I:DensityDivider_1=1 - I:DensityMultiplier_3=3 - D:Density_1.08864E7=1.08864E7 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.fire=enchantment.fire - I:FuelPower_62=62 - I:FuelType_2=2 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_5.0=5.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,PRAECANTATIO,IGNIS"=,PRAECANTATIO,IGNIS - S:"MatRGBA_255,128,0,0,"=255,128,0,0, - S:MaterialArcSmeltInto_Pyrotheum=Pyrotheum - S:MaterialDirectSmeltInto_Pyrotheum=Pyrotheum - I:MaterialID_843=843 - S:MaterialMacerateInto_Pyrotheum=Pyrotheum - S:MaterialName_Pyrotheum=Pyrotheum - S:MaterialSmeltInto_Pyrotheum=Pyrotheum - I:MaterialTypes_1=1 - I:MeltingPoint_3566=3566 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hydratedcoal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C8H2O=C8H2O - I:DensityDivider_8=8 - I:DensityMultiplier_9=9 - D:Density_4082400.0=4082400.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,POTENTIA,IGNIS,AQUA"=,POTENTIA,IGNIS,AQUA - S:"MatRGBA_70,70,100,0,"=70,70,100,0, - S:MaterialArcSmeltInto_HydratedCoal=HydratedCoal - S:MaterialDirectSmeltInto_HydratedCoal=HydratedCoal - I:MaterialID_818=818 - S:MaterialMacerateInto_HydratedCoal=HydratedCoal - S:"MaterialName_Hydrated Coal"=Hydrated Coal - S:MaterialSmeltInto_HydratedCoal=HydratedCoal - I:MaterialTypes_1=1 - I:MeltingPoint_3380=3380 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - apatite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Ca5(PO4)3Cl"=Ca5(PO4)3Cl - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Phosphorus,Phosphate,Pyrochlore"=,Phosphorus,Phosphate,Pyrochlore - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MESSIS"=,MESSIS - S:"MatRGBA_200,200,255,0,"=200,200,255,0, - S:MaterialArcSmeltInto_Apatite=Apatite - S:MaterialDirectSmeltInto_Apatite=Apatite - I:MaterialID_530=530 - S:MaterialMacerateInto_Apatite=Apatite - S:MaterialName_Apatite=Apatite - S:MaterialSmeltInto_Apatite=Apatite - I:MaterialTypes_13=13 - I:MeltingPoint_673=673 - I:OreByProductMultiplier_2=2 - I:OreMultiplier_4=4 - I:OreSmeltingMultiplier_4=4 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - alumite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Al5Fe2(MgFeSi2O8)2"=Al5Fe2(MgFeSi2O8)2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,STRONTIO"=,STRONTIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Alumite=Alumite - S:MaterialDirectSmeltInto_Alumite=Alumite - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Alumite=Alumite - S:MaterialName_Alumite=Alumite - S:MaterialSmeltInto_Alumite=Alumite - I:MaterialTypes_67=67 - I:MeltingPoint_1041=1041 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_0=0 - D:ToolSpeed_1.5=1.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - manyullyn { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Co?"=Co? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,STRONTIO"=,STRONTIO - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_Manyullyn=Manyullyn - S:MaterialDirectSmeltInto_Manyullyn=Manyullyn - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Manyullyn=Manyullyn - S:MaterialName_Manyullyn=Manyullyn - S:MaterialSmeltInto_Manyullyn=Manyullyn - I:MaterialTypes_67=67 - I:MeltingPoint_884=884 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_0=0 - D:ToolSpeed_1.5=1.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - shadowiron { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe3Ma=Fe3Ma - I:DensityDivider_3=3 - I:DensityMultiplier_4=4 - D:Density_4838400.0=4838400.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron"=,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,BLASTFURNACE_CALCITE_TRIPLE,METAL - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,METALLUM,PRAECANTATIO"=,METALLUM,PRAECANTATIO - S:"MatRGBA_120,120,120,0,"=120,120,120,0, - S:MaterialArcSmeltInto_ShadowIron=ShadowIron - S:MaterialDirectSmeltInto_ShadowIron=ShadowIron - I:MaterialID_336=336 - S:MaterialMacerateInto_ShadowIron=ShadowIron - S:MaterialName_Shadowiron=Shadowiron - S:MaterialSmeltInto_ShadowIron=ShadowIron - I:MaterialTypes_75=75 - I:MeltingPoint_2608=2608 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_384=384 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - shadowsteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1700=1700 - S:"ChemicalFormula_(Fe50C)3Ma"=(Fe50C)3Ma - I:DensityDivider_3=3 - I:DensityMultiplier_4=4 - D:Density_4838400.0=4838400.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_4=4 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,PRAECANTATIO"=,METALLUM,ORDO,PRAECANTATIO - S:"MatRGBA_90,90,90,0,"=90,90,90,0, - S:MaterialArcSmeltInto_ShadowSteel=ShadowSteel - S:MaterialDirectSmeltInto_ShadowSteel=ShadowSteel - I:MaterialID_337=337 - S:MaterialMacerateInto_ShadowSteel=ShadowSteel - S:MaterialName_Shadowsteel=Shadowsteel - S:MaterialSmeltInto_ShadowSteel=ShadowSteel - I:MaterialTypes_67=67 - I:MeltingPoint_2608=2608 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_768=768 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - steeleaf { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe50CMa=Fe50CMa - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.lootBonusDigger=enchantment.lootBonusDigger - I:FuelPower_24=24 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,WOOD,FLAMMABLE,MAGICAL,MORTAR_GRINDABLE,NO_SMELTING"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,WOOD,FLAMMABLE,MAGICAL,MORTAR_GRINDABLE,NO_SMELTING - S:"ListTCAspectAmounts_,2,2,1"=,2,2,1 - S:"ListTCAspects_,HERBA,METALLUM,PRAECANTATIO"=,HERBA,METALLUM,PRAECANTATIO - S:"MatRGBA_50,127,50,0,"=50,127,50,0, - S:MaterialArcSmeltInto_Steeleaf=Steeleaf - S:MaterialDirectSmeltInto_Steeleaf=Steeleaf - I:MaterialID_339=339 - S:MaterialMacerateInto_Steeleaf=Steeleaf - S:MaterialName_Steeleaf=Steeleaf - S:MaterialSmeltInto_Steeleaf=Steeleaf - I:MaterialTypes_195=195 - I:MeltingPoint_3405=3405 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_768=768 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - knightmetal { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(Fe50C)2Ma"=(Fe50C)2Ma - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_24=24 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,2"=,1,2 - S:"ListTCAspects_,LUCRUM,METALLUM"=,LUCRUM,METALLUM - S:"MatRGBA_210,240,200,0,"=210,240,200,0, - S:MaterialArcSmeltInto_Knightmetal=Knightmetal - S:MaterialDirectSmeltInto_Knightmetal=Knightmetal - I:MaterialID_362=362 - S:MaterialMacerateInto_Knightmetal=Knightmetal - S:MaterialName_Knightmetal=Knightmetal - S:MaterialSmeltInto_Knightmetal=Knightmetal - I:MaterialTypes_195=195 - I:MeltingPoint_2874=2874 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_1024=1024 - I:ToolQuality_3=3 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sterlingsilver { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1700=1700 - S:ChemicalFormula_CuAg4=CuAg4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,LUCRUM"=,METALLUM,PERMUTATIO,LUCRUM - S:"MatRGBA_250,220,225,0,"=250,220,225,0, - S:MaterialArcSmeltInto_SterlingSilver=SterlingSilver - S:MaterialDirectSmeltInto_SterlingSilver=SterlingSilver - I:MaterialID_350=350 - S:MaterialMacerateInto_SterlingSilver=SterlingSilver - S:"MaterialName_Sterling Silver"=Sterling Silver - S:MaterialSmeltInto_SterlingSilver=SterlingSilver - I:MaterialTypes_195=195 - I:MeltingPoint_1258=1258 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_13.0=13.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - rosegold { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1600=1600 - S:ChemicalFormula_CuAu4=CuAu4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_4=4 - S:Enchantment_enchantment.damage.undead=enchantment.damage.undead - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,LUCRUM"=,METALLUM,PERMUTATIO,LUCRUM - S:"MatRGBA_255,230,30,0,"=255,230,30,0, - S:MaterialArcSmeltInto_RoseGold=RoseGold - S:MaterialDirectSmeltInto_RoseGold=RoseGold - I:MaterialID_351=351 - S:MaterialMacerateInto_RoseGold=RoseGold - S:"MaterialName_Rose Gold"=Rose Gold - S:MaterialSmeltInto_RoseGold=RoseGold - I:MaterialTypes_195=195 - I:MeltingPoint_1341=1341 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_14.0=14.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - blackbronze { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2000=2000 - S:ChemicalFormula_AuAgCu3=AuAgCu3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.damage.undead=enchantment.damage.undead - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,LUCRUM,PERMUTATIO"=,METALLUM,LUCRUM,PERMUTATIO - S:"MatRGBA_100,50,125,0,"=100,50,125,0, - S:MaterialArcSmeltInto_BlackBronze=BlackBronze - S:MaterialDirectSmeltInto_BlackBronze=BlackBronze - I:MaterialID_352=352 - S:MaterialMacerateInto_BlackBronze=BlackBronze - S:"MaterialName_Black Bronze"=Black Bronze - S:MaterialSmeltInto_BlackBronze=BlackBronze - I:MaterialTypes_195=195 - I:MeltingPoint_1328=1328 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bismuthbronze { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1100=1100 - S:ChemicalFormula_BiZnCu3=BiZnCu3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeCyan=dyeCyan - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.arthropods=enchantment.damage.arthropods - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM,SANO,PERMUTATIO"=,METALLUM,INSTRUMENTUM,SANO,PERMUTATIO - S:"MatRGBA_100,125,125,0,"=100,125,125,0, - S:MaterialArcSmeltInto_BismuthBronze=BismuthBronze - S:MaterialDirectSmeltInto_BismuthBronze=BismuthBronze - I:MaterialID_353=353 - S:MaterialMacerateInto_BismuthBronze=BismuthBronze - S:"MaterialName_Bismuth Bronze"=Bismuth Bronze - S:MaterialSmeltInto_BismuthBronze=BismuthBronze - I:MaterialTypes_195=195 - I:MeltingPoint_1061=1061 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - blacksteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1200=1200 - S:"ChemicalFormula_NiAuAgCu3(Fe50C)3"=NiAuAgCu3(Fe50C)3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_4=4 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,IGNIS,LUCRUM,PERMUTATIO,ORDO"=,METALLUM,IGNIS,LUCRUM,PERMUTATIO,ORDO - S:"MatRGBA_100,100,100,0,"=100,100,100,0, - S:MaterialArcSmeltInto_BlackSteel=BlackSteel - S:MaterialDirectSmeltInto_BlackSteel=BlackSteel - I:MaterialID_334=334 - S:MaterialMacerateInto_BlackSteel=BlackSteel - S:"MaterialName_Black Steel"=Black Steel - S:MaterialSmeltInto_BlackSteel=BlackSteel - I:MaterialTypes_67=67 - I:MeltingPoint_1697=1697 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_768=768 - I:ToolQuality_2=2 - D:ToolSpeed_6.5=6.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - redsteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1300=1300 - S:"ChemicalFormula_CuAg4BiZnCu3(Fe50C)2(NiAuAgCu3(Fe50C)3)4"=CuAg4BiZnCu3(Fe50C)2(NiAuAgCu3(Fe50C)3)4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_4=4 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,LUCRUM,INSTRUMENTUM,SANO,ORDO,IGNIS"=,METALLUM,PERMUTATIO,LUCRUM,INSTRUMENTUM,SANO,ORDO,IGNIS - S:"MatRGBA_140,100,100,0,"=140,100,100,0, - S:MaterialArcSmeltInto_RedSteel=RedSteel - S:MaterialDirectSmeltInto_RedSteel=RedSteel - I:MaterialID_348=348 - S:MaterialMacerateInto_RedSteel=RedSteel - S:"MaterialName_Red Steel"=Red Steel - S:MaterialSmeltInto_RedSteel=RedSteel - I:MaterialTypes_67=67 - I:MeltingPoint_1591=1591 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_896=896 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bluesteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1400=1400 - S:"ChemicalFormula_CuAu4ZnCu3(Fe50C)2(NiAuAgCu3(Fe50C)3)4"=CuAu4ZnCu3(Fe50C)2(NiAuAgCu3(Fe50C)3)4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,LUCRUM,INSTRUMENTUM,ORDO,IGNIS"=,METALLUM,PERMUTATIO,LUCRUM,INSTRUMENTUM,ORDO,IGNIS - S:"MatRGBA_100,100,140,0,"=100,100,140,0, - S:MaterialArcSmeltInto_BlueSteel=BlueSteel - S:MaterialDirectSmeltInto_BlueSteel=BlueSteel - I:MaterialID_349=349 - S:MaterialMacerateInto_BlueSteel=BlueSteel - S:"MaterialName_Blue Steel"=Blue Steel - S:MaterialSmeltInto_BlueSteel=BlueSteel - I:MaterialTypes_67=67 - I:MeltingPoint_1617=1617 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_1024=1024 - I:ToolQuality_2=2 - D:ToolSpeed_7.5=7.5 - B:Transparent_false=false - B:Unificatable_true=true - } - - damascussteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1500=1500 - S:ChemicalFormula_Fe50C=Fe50C - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,ORDO"=,METALLUM,ORDO - S:"MatRGBA_110,110,110,0,"=110,110,110,0, - S:MaterialArcSmeltInto_DamascusSteel=DamascusSteel - S:MaterialDirectSmeltInto_DamascusSteel=DamascusSteel - I:MaterialID_335=335 - S:MaterialMacerateInto_DamascusSteel=DamascusSteel - S:"MaterialName_Damascus Steel"=Damascus Steel - S:MaterialSmeltInto_DamascusSteel=DamascusSteel - I:MaterialTypes_67=67 - I:MeltingPoint_2000=2000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_1280=1280 - I:ToolQuality_2=2 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tungstensteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_3000=3000 - S:ChemicalFormula_Fe50CW=Fe50CW - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,2,1,1"=,2,1,1 - S:"ListTCAspects_,METALLUM,ORDO,TUTAMEN"=,METALLUM,ORDO,TUTAMEN - S:"MatRGBA_100,100,160,0,"=100,100,160,0, - S:MaterialArcSmeltInto_TungstenSteel=TungstenSteel - S:MaterialDirectSmeltInto_TungstenSteel=TungstenSteel - I:MaterialID_316=316 - S:MaterialMacerateInto_TungstenSteel=TungstenSteel - S:MaterialName_Tungstensteel=Tungstensteel - S:MaterialSmeltInto_TungstenSteel=TungstenSteel - I:MaterialTypes_195=195 - I:MeltingPoint_2753=2753 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_2560=2560 - I:ToolQuality_4=4 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitrocoalfuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_C3H5N3O9?4"=C3H5N3O9?4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_48=48 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,VITREUS,IGNIS,AQUA,AER"=,VITREUS,IGNIS,AQUA,AER - S:"MatRGBA_50,70,50,0,"=50,70,50,0, - S:MaterialArcSmeltInto_NitroCoalFuel=NitroCoalFuel - S:MaterialDirectSmeltInto_NitroCoalFuel=NitroCoalFuel - I:MaterialID_-1=-1 - S:MaterialMacerateInto_NitroCoalFuel=NitroCoalFuel - S:MaterialName_Nitro-Coalfuel=Nitro-Coalfuel - S:MaterialSmeltInto_NitroCoalFuel=NitroCoalFuel - I:MaterialTypes_16=16 - I:MeltingPoint_121=121 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - nitrofuel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLime=dyeLime - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_512=512 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING"=,HAS_COLOR,FLAMMABLE,EXPLOSIVE,NO_SMELTING,NO_SMASHING - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_200,255,0,0,"=200,255,0,0, - S:MaterialArcSmeltInto_NitroFuel=NitroFuel - S:MaterialDirectSmeltInto_NitroFuel=NitroFuel - I:MaterialID_709=709 - S:MaterialMacerateInto_NitroFuel=NitroFuel - S:"MaterialName_Cetane-Boosted Diesel"=Cetane-Boosted Diesel - S:MaterialSmeltInto_NitroFuel=NitroFuel - I:MaterialTypes_16=16 - I:MeltingPoint_-1=-1 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - astralsilver { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ag2Ma=Ag2Ma - I:DensityDivider_2=2 - I:DensityMultiplier_3=3 - D:Density_5443200.0=5443200.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Silver"=,Silver - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MAGICAL"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MAGICAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,LUCRUM,PRAECANTATIO"=,METALLUM,LUCRUM,PRAECANTATIO - S:"MatRGBA_230,230,255,0,"=230,230,255,0, - S:MaterialArcSmeltInto_AstralSilver=AstralSilver - S:MaterialDirectSmeltInto_AstralSilver=AstralSilver - I:MaterialID_333=333 - S:MaterialMacerateInto_AstralSilver=AstralSilver - S:"MaterialName_Astral Silver"=Astral Silver - S:MaterialSmeltInto_AstralSilver=AstralSilver - I:MaterialTypes_75=75 - I:MeltingPoint_2489=2489 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - midasium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Au2Ma=Au2Ma - I:DensityDivider_2=2 - I:DensityMultiplier_3=3 - D:Density_5443200.0=5443200.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.lootBonusDigger=enchantment.lootBonusDigger - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Gold"=,Gold - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MAGICAL"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MAGICAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,LUCRUM,PRAECANTATIO"=,METALLUM,LUCRUM,PRAECANTATIO - S:"MatRGBA_255,200,40,0,"=255,200,40,0, - S:MaterialArcSmeltInto_Midasium=Midasium - S:MaterialDirectSmeltInto_Midasium=Midasium - I:MaterialID_332=332 - S:MaterialMacerateInto_Midasium=Midasium - S:MaterialName_Midasium=Midasium - S:MaterialSmeltInto_Midasium=Midasium - I:MaterialTypes_75=75 - I:MeltingPoint_2558=2558 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_64=64 - I:ToolQuality_2=2 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mithril { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Pt2Ma=Pt2Ma - I:DensityDivider_2=2 - I:DensityMultiplier_3=3 - D:Density_5443200.0=5443200.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_3=3 - S:Enchantment_enchantment.lootBonusDigger=enchantment.lootBonusDigger - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Platinum"=,Platinum - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MAGICAL"=,HAS_COLOR,SMELTING_TO_FLUID,WASHING_MERCURY,METAL,MAGICAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,NEBRISUM,PRAECANTATIO"=,METALLUM,NEBRISUM,PRAECANTATIO - S:"MatRGBA_255,255,210,0,"=255,255,210,0, - S:MaterialArcSmeltInto_Mithril=Mithril - S:MaterialDirectSmeltInto_Mithril=Mithril - I:MaterialID_331=331 - S:MaterialMacerateInto_Mithril=Mithril - S:MaterialName_Mithril=Mithril - S:MaterialSmeltInto_Mithril=Mithril - I:MaterialTypes_67=67 - I:MeltingPoint_3027=3027 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_14.0=14.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bluealloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Ag?4"=Ag?4 - I:DensityDivider_1=1 - I:DensityMultiplier_5=5 - D:Density_1.8144E7=1.8144E7 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,ELECTRUM"=,ELECTRUM - S:"MatRGBA_100,180,255,0,"=100,180,255,0, - S:MaterialArcSmeltInto_BlueAlloy=BlueAlloy - S:MaterialDirectSmeltInto_BlueAlloy=BlueAlloy - I:MaterialID_309=309 - S:MaterialMacerateInto_BlueAlloy=BlueAlloy - S:"MaterialName_Blue Alloy"=Blue Alloy - S:MaterialSmeltInto_BlueAlloy=BlueAlloy - I:MaterialTypes_3=3 - I:MeltingPoint_246=246 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - redalloy { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Cu(Si(FeS2)5CrAl2O3Hg3)4"=Cu(Si(FeS2)5CrAl2O3Hg3)4 - I:DensityDivider_1=1 - I:DensityMultiplier_5=5 - D:Density_1.8144E7=1.8144E7 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,MACHINA"=,MACHINA - S:"MatRGBA_200,0,0,0,"=200,0,0,0, - S:MaterialArcSmeltInto_RedAlloy=RedAlloy - S:MaterialDirectSmeltInto_RedAlloy=RedAlloy - I:MaterialID_308=308 - S:MaterialMacerateInto_RedAlloy=RedAlloy - S:"MaterialName_Red Alloy"=Red Alloy - S:MaterialSmeltInto_RedAlloy=RedAlloy - I:MaterialTypes_3=3 - I:MeltingPoint_671=671 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - cobaltbrass { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(ZnCu3)7AlCo"=(ZnCu3)7AlCo - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,INSTRUMENTUM,VOLATUS"=,METALLUM,INSTRUMENTUM,VOLATUS - S:"MatRGBA_180,180,160,0,"=180,180,160,0, - S:MaterialArcSmeltInto_CobaltBrass=CobaltBrass - S:MaterialDirectSmeltInto_CobaltBrass=CobaltBrass - I:MaterialID_343=343 - S:MaterialMacerateInto_CobaltBrass=CobaltBrass - S:"MaterialName_Cobalt Brass"=Cobalt Brass - S:MaterialSmeltInto_CobaltBrass=CobaltBrass - I:MaterialTypes_195=195 - I:MeltingPoint_1225=1225 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_8.0=8.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - phosphorus { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Ca3(PO4)2"=Ca3(PO4)2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Apatite,Phosphate,Pyrochlore"=,Apatite,Phosphate,Pyrochlore - S:"ListMaterialReRegistrations_,Phosphorus"=,Phosphorus - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,FLAMMABLE,EXPLOSIVE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,FLAMMABLE,EXPLOSIVE - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,IGNIS,POTENTIA,AER"=,SANO,TUTAMEN,IGNIS,POTENTIA,AER - S:"MatRGBA_255,255,0,0,"=255,255,0,0, - S:MaterialArcSmeltInto_Phosphorus=Phosphorus - S:MaterialDirectSmeltInto_Phosphorus=Phosphorus - I:MaterialID_534=534 - S:MaterialMacerateInto_Phosphorus=Phosphorus - S:MaterialName_Phosphorus=Phosphorus - S:MaterialSmeltInto_Phosphorus=Phosphorus - I:MaterialTypes_29=29 - I:MeltingPoint_711=711 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_3=3 - I:OreSmeltingMultiplier_3=3 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - basalt { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Mg2Fe(SiO2)2(CaCO3)3(SiO2)8?4"=Mg2Fe(SiO2)2(CaCO3)3(SiO2)8?4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Olivine,DarkAsh"=,Olivine,DarkAsh - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,TENEBRAE"=,TENEBRAE - S:"MatRGBA_30,20,20,0,"=30,20,20,0, - S:MaterialArcSmeltInto_Basalt=Basalt - S:MaterialDirectSmeltInto_Basalt=Basalt - I:MaterialID_844=844 - S:MaterialMacerateInto_Basalt=Basalt - S:MaterialName_Basalt=Basalt - S:MaterialSmeltInto_Basalt=Basalt - I:MaterialTypes_1=1 - I:MeltingPoint_549=549 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_2=2 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - garnetred { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(Al2Mg3Si3O12)3(Al2Fe3Si3O12)5(Al2Mn3Si3O12)8"=(Al2Mg3Si3O12)3(Al2Fe3Si3O12)5(Al2Mn3Si3O12)8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Spessartine,Pyrope,Almandine"=,Spessartine,Pyrope,Almandine - S:"ListMaterialReRegistrations_,GarnetRed"=,GarnetRed - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,VITREUS"=,VITREUS - S:"MatRGBA_200,80,80,127,"=200,80,80,127, - S:MaterialArcSmeltInto_GarnetRed=GarnetRed - S:MaterialDirectSmeltInto_GarnetRed=GarnetRed - I:MaterialID_527=527 - S:MaterialMacerateInto_GarnetRed=GarnetRed - S:"MaterialName_Red Garnet"=Red Garnet - S:MaterialSmeltInto_GarnetRed=GarnetRed - I:MaterialTypes_77=77 - I:MeltingPoint_603=603 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - garnetyellow { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(Ca3Fe2Si3O12)5(Ca3Al2Si3O12)8(Ca3Cr2Si3O12)3"=(Ca3Fe2Si3O12)5(Ca3Al2Si3O12)8(Ca3Cr2Si3O12)3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Andradite,Grossular,Uvarovite"=,Andradite,Grossular,Uvarovite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING"=,HAS_COLOR,TRANSPARENT,CRYSTAL,NO_SMASHING,NO_SMELTING - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,VITREUS"=,VITREUS - S:"MatRGBA_200,200,80,127,"=200,200,80,127, - S:MaterialArcSmeltInto_GarnetYellow=GarnetYellow - S:MaterialDirectSmeltInto_GarnetYellow=GarnetYellow - I:MaterialID_528=528 - S:MaterialMacerateInto_GarnetYellow=GarnetYellow - S:"MaterialName_Yellow Garnet"=Yellow Garnet - S:MaterialSmeltInto_GarnetYellow=GarnetYellow - I:MaterialTypes_77=77 - I:MeltingPoint_596=596 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_128=128 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_true=true - B:Unificatable_true=true - } - - marble { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Mg(CaCO3)7"=Mg(CaCO3)7 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Calcite"=,Calcite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,PERFODIO"=,PERFODIO - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_Marble=Marble - S:MaterialDirectSmeltInto_Marble=Marble - I:MaterialID_845=845 - S:MaterialMacerateInto_Marble=Marble - S:MaterialName_Marble=Marble - S:MaterialSmeltInto_Marble=Marble - I:MaterialTypes_1=1 - I:MeltingPoint_1003=1003 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - sugar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_C12(H2O)11"=C12(H2O)11 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,FOOD,SMELTING_TO_FLUID"=,HAS_COLOR,FOOD,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,HERBA,AQUA,AER"=,HERBA,AQUA,AER - S:"MatRGBA_250,250,250,0,"=250,250,250,0, - S:MaterialArcSmeltInto_Sugar=Sugar - S:MaterialDirectSmeltInto_Sugar=Sugar - I:MaterialID_803=803 - S:MaterialMacerateInto_Sugar=Sugar - S:MaterialName_Sugar=Sugar - S:MaterialSmeltInto_Sugar=Sugar - I:MaterialTypes_1=1 - I:MeltingPoint_1995=1995 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - thaumium { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_FeMa=FeMa - I:DensityDivider_1=1 - I:DensityMultiplier_2=2 - D:Density_7257600.0=7257600.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_2=2 - S:Enchantment_enchantment.lootBonusDigger=enchantment.lootBonusDigger - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MAGICAL - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,PRAECANTATIO"=,METALLUM,PRAECANTATIO - S:"MatRGBA_150,100,200,0,"=150,100,200,0, - S:MaterialArcSmeltInto_Thaumium=Thaumium - S:MaterialDirectSmeltInto_Thaumium=Thaumium - I:MaterialID_330=330 - S:MaterialMacerateInto_Thaumium=Thaumium - S:MaterialName_Thaumium=Thaumium - S:MaterialSmeltInto_Thaumium=Thaumium - I:MaterialTypes_195=195 - I:MeltingPoint_3405=3405 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_256=256 - I:ToolQuality_3=3 - D:ToolSpeed_12.0=12.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vinteum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ma=Ma - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeLightBlue=dyeLightBlue - I:EnchantmentLevel_1=1 - S:Enchantment_enchantment.lootBonusDigger=enchantment.lootBonusDigger - I:FuelPower_32=32 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_false=false - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Vinteum"=,Vinteum - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE"=,HAS_COLOR,CRYSTAL,NO_SMASHING,NO_SMELTING,MAGICAL,UNBURNABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,VITREUS,PRAECANTATIO"=,VITREUS,PRAECANTATIO - S:"MatRGBA_100,200,255,0,"=100,200,255,0, - S:MaterialArcSmeltInto_Vinteum=Vinteum - S:MaterialDirectSmeltInto_Vinteum=Vinteum - I:MaterialID_529=529 - S:MaterialMacerateInto_Vinteum=Vinteum - S:MaterialName_Vinteum=Vinteum - S:MaterialSmeltInto_Vinteum=Vinteum - I:MaterialTypes_77=77 - I:MeltingPoint_5000=5000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_128=128 - I:ToolQuality_3=3 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vis { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ma=Ma - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePurple=dyePurple - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_32=32 - I:FuelType_5=5 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,AURAM,PRAECANTATIO"=,AURAM,PRAECANTATIO - S:"MatRGBA_128,0,255,0,"=128,0,255,0, - S:MaterialArcSmeltInto_Vis=Vis - S:MaterialDirectSmeltInto_Vis=Vis - I:MaterialID_-1=-1 - S:MaterialMacerateInto_Vis=Vis - S:MaterialName_Vis=Vis - S:MaterialSmeltInto_Vis=Vis - I:MaterialTypes_0=0 - I:MeltingPoint_5000=5000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - redrock { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(CaCO3)2SiO2Na2LiAl2Si2(H2O)6"=(CaCO3)2SiO2Na2LiAl2Si2(H2O)6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Clay"=,Clay - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1,1,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,VITREUS,IGNIS,AER,TERRA,INSTRUMENTUM,LUX,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AQUA"=,SANO,TUTAMEN,VITREUS,IGNIS,AER,TERRA,INSTRUMENTUM,LUX,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AQUA - S:"MatRGBA_255,80,50,0,"=255,80,50,0, - S:MaterialArcSmeltInto_Redrock=Redrock - S:MaterialDirectSmeltInto_Redrock=Redrock - I:MaterialID_846=846 - S:MaterialMacerateInto_Redrock=Redrock - S:MaterialName_Redrock=Redrock - S:MaterialSmeltInto_Redrock=Redrock - I:MaterialTypes_1=1 - I:MeltingPoint_783=783 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - potassiumfeldspar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KAlSi3O8=KAlSi3O8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyePink=dyePink - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AER"=,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AER - S:"MatRGBA_120,40,40,0,"=120,40,40,0, - S:MaterialArcSmeltInto_PotassiumFeldspar=PotassiumFeldspar - S:MaterialDirectSmeltInto_PotassiumFeldspar=PotassiumFeldspar - I:MaterialID_847=847 - S:MaterialMacerateInto_PotassiumFeldspar=PotassiumFeldspar - S:"MaterialName_Potassium Feldspar"=Potassium Feldspar - S:MaterialSmeltInto_PotassiumFeldspar=PotassiumFeldspar - I:MaterialTypes_1=1 - I:MeltingPoint_520=520 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - biotite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KMg3Al3F2Si3O10=KMg3Al3F2Si3O10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,SANO,VOLATUS,PERDITIO,TENEBRAE,AER"=,VITREUS,POTENTIA,METALLUM,SANO,VOLATUS,PERDITIO,TENEBRAE,AER - S:"MatRGBA_20,30,20,0,"=20,30,20,0, - S:MaterialArcSmeltInto_Biotite=Biotite - S:MaterialDirectSmeltInto_Biotite=Biotite - I:MaterialID_848=848 - S:MaterialMacerateInto_Biotite=Biotite - S:MaterialName_Biotite=Biotite - S:MaterialSmeltInto_Biotite=Biotite - I:MaterialTypes_1=1 - I:MeltingPoint_527=527 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - graniteblack { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(SiO2)4KMg3Al3F2Si3O10"=(SiO2)4KMg3Al3F2Si3O10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Biotite"=,Biotite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,TUTAMEN"=,TUTAMEN - S:"MatRGBA_10,10,10,0,"=10,10,10,0, - S:MaterialArcSmeltInto_GraniteBlack=GraniteBlack - S:MaterialDirectSmeltInto_GraniteBlack=GraniteBlack - I:MaterialID_849=849 - S:MaterialMacerateInto_GraniteBlack=GraniteBlack - S:"MaterialName_Black Granite"=Black Granite - S:MaterialSmeltInto_GraniteBlack=GraniteBlack - I:MaterialTypes_193=193 - I:MeltingPoint_583=583 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_4.0=4.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - granitered { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2KAlSi3O8O3=Al2KAlSi3O8O3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeMagenta=dyeMagenta - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,PotassiumFeldspar"=,PotassiumFeldspar - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING"=,HAS_COLOR,STONE,NO_SMASHING - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,TUTAMEN"=,TUTAMEN - S:"MatRGBA_255,0,128,0,"=255,0,128,0, - S:MaterialArcSmeltInto_GraniteRed=GraniteRed - S:MaterialDirectSmeltInto_GraniteRed=GraniteRed - I:MaterialID_850=850 - S:MaterialMacerateInto_GraniteRed=GraniteRed - S:"MaterialName_Red Granite"=Red Granite - S:MaterialSmeltInto_GraniteRed=GraniteRed - I:MaterialTypes_193=193 - I:MeltingPoint_424=424 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_64=64 - I:ToolQuality_3=3 - D:ToolSpeed_4.0=4.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - chrysotile { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Mg3Si2H4O9=Mg3Si2H4O9 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Asbestos,Silicon,Magnesium"=,Asbestos,Silicon,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,TENEBRAE,AQUA,AER"=,METALLUM,SANO,TENEBRAE,AQUA,AER - S:"MatRGBA_110,140,110,0,"=110,140,110,0, - S:MaterialArcSmeltInto_Chrysotile=Chrysotile - S:MaterialDirectSmeltInto_Chrysotile=Chrysotile - I:MaterialID_912=912 - S:MaterialMacerateInto_Chrysotile=Chrysotile - S:MaterialName_Chrysotile=Chrysotile - S:MaterialSmeltInto_Chrysotile=Chrysotile - I:MaterialTypes_1=1 - I:MeltingPoint_371=371 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - realgar { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_As4S4=As4S4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,VENENUM,IGNIS"=,VENENUM,IGNIS - S:"MatRGBA_140,100,100,0,"=140,100,100,0, - S:MaterialArcSmeltInto_Realgar=Realgar - S:MaterialDirectSmeltInto_Realgar=Realgar - I:MaterialID_913=913 - S:MaterialMacerateInto_Realgar=Realgar - S:MaterialName_Realgar=Realgar - S:MaterialSmeltInto_Realgar=Realgar - I:MaterialTypes_1=1 - I:MeltingPoint_739=739 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vanadiummagnetite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe3O4V=Fe3O4V - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Magnetite,Vanadium"=,Magnetite,Vanadium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_35,35,60,0,"=35,35,60,0, - S:MaterialArcSmeltInto_VanadiumMagnetite=VanadiumMagnetite - S:MaterialDirectSmeltInto_VanadiumMagnetite=VanadiumMagnetite - I:MaterialID_923=923 - S:MaterialMacerateInto_VanadiumMagnetite=VanadiumMagnetite - S:"MaterialName_Vanadium Magnetite"=Vanadium Magnetite - S:MaterialSmeltInto_VanadiumMagnetite=VanadiumMagnetite - I:MaterialTypes_9=9 - I:MeltingPoint_1495=1495 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - basalticmineralsand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Fe3O4Mg2Fe(SiO2)2(CaCO3)3(SiO2)8?4"=Fe3O4Mg2Fe(SiO2)2(CaCO3)3(SiO2)8?4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Basalt,Magnetite"=,Basalt,Magnetite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_40,50,40,0,"=40,50,40,0, - S:MaterialArcSmeltInto_BasalticMineralSand=BasalticMineralSand - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_935=935 - S:MaterialMacerateInto_BasalticMineralSand=BasalticMineralSand - S:"MaterialName_Basaltic Mineral Sand"=Basaltic Mineral Sand - S:MaterialSmeltInto_BasalticMineralSand=BasalticMineralSand - I:MaterialTypes_1=1 - I:MeltingPoint_678=678 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - graniticmineralsand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Fe3O4(SiO2)4KMg3Al3F2Si3O10"=Fe3O4(SiO2)4KMg3Al3F2Si3O10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GraniteBlack,Magnetite"=,GraniteBlack,Magnetite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_GOLD,BLASTFURNACE_CALCITE_DOUBLE,INDUCTIONSMELTING_LOW_OUTPUT - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_40,60,60,0,"=40,60,60,0, - S:MaterialArcSmeltInto_GraniticMineralSand=GraniticMineralSand - S:MaterialDirectSmeltInto_Iron=Iron - I:MaterialID_936=936 - S:MaterialMacerateInto_GraniticMineralSand=GraniticMineralSand - S:"MaterialName_Granitic Mineral Sand"=Granitic Mineral Sand - S:MaterialSmeltInto_GraniticMineralSand=GraniticMineralSand - I:MaterialTypes_1=1 - I:MeltingPoint_695=695 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - garnetsand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(Al2Mg3Si3O12)3(Al2Fe3Si3O12)5(Al2Mn3Si3O12)8(Ca3Fe2Si3O12)5(Ca3Al2Si3O12)8(Ca3Cr2Si3O12)3"=(Al2Mg3Si3O12)3(Al2Fe3Si3O12)5(Al2Mn3Si3O12)8(Ca3Fe2Si3O12)5(Ca3Al2Si3O12)8(Ca3Cr2Si3O12)3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,GarnetRed,GarnetYellow"=,GarnetRed,GarnetYellow - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,3"=,3 - S:"ListTCAspects_,VITREUS"=,VITREUS - S:"MatRGBA_200,100,0,0,"=200,100,0,0, - S:MaterialArcSmeltInto_GarnetSand=GarnetSand - S:MaterialDirectSmeltInto_GarnetSand=GarnetSand - I:MaterialID_938=938 - S:MaterialMacerateInto_GarnetSand=GarnetSand - S:"MaterialName_Garnet Sand"=Garnet Sand - S:MaterialSmeltInto_GarnetSand=GarnetSand - I:MaterialTypes_1=1 - I:MeltingPoint_599=599 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - quartzsand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?SiO2"=?SiO2 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,CertusQuartz,Quartzite,Barite"=,CertusQuartz,Quartzite,Barite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,POTENTIA,VITREUS,METALLUM,TENEBRAE,AER"=,POTENTIA,VITREUS,METALLUM,TENEBRAE,AER - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_QuartzSand=QuartzSand - S:MaterialDirectSmeltInto_QuartzSand=QuartzSand - I:MaterialID_939=939 - S:MaterialMacerateInto_QuartzSand=QuartzSand - S:"MaterialName_Quartz Sand"=Quartz Sand - S:MaterialSmeltInto_QuartzSand=QuartzSand - I:MaterialTypes_1=1 - I:MeltingPoint_299=299 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bastnasite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CeCFO3=CeCFO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Neodymium,RareEarth"=,Neodymium,RareEarth - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,VITREUS,IGNIS,PERDITIO,AER"=,METALLUM,RADIO,VITREUS,IGNIS,PERDITIO,AER - S:"MatRGBA_200,110,45,0,"=200,110,45,0, - S:MaterialArcSmeltInto_Bastnasite=Bastnasite - S:MaterialDirectSmeltInto_Bastnasite=Bastnasite - I:MaterialID_905=905 - S:MaterialMacerateInto_Bastnasite=Bastnasite - S:MaterialName_Bastnasite=Bastnasite - S:MaterialSmeltInto_Bastnasite=Bastnasite - I:MaterialTypes_9=9 - I:MeltingPoint_847=847 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pentlandite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Ni9S8=Ni9S8 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Sulfur,Cobalt"=,Iron,Sulfur,Cobalt - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,INDUCTIONSMELTING_LOW_OUTPUT"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON,INDUCTIONSMELTING_LOW_OUTPUT - S:"ListTCAspectAmounts_,1,1"=,1,1 - S:"ListTCAspects_,METALLUM,IGNIS"=,METALLUM,IGNIS - S:"MatRGBA_165,150,5,0,"=165,150,5,0, - S:MaterialArcSmeltInto_Pentlandite=Pentlandite - S:MaterialDirectSmeltInto_Nickel=Nickel - I:MaterialID_909=909 - S:MaterialMacerateInto_Pentlandite=Pentlandite - S:MaterialName_Pentlandite=Pentlandite - S:MaterialSmeltInto_Pentlandite=Pentlandite - I:MaterialTypes_9=9 - I:MeltingPoint_1097=1097 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - spodumene { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_LiAlSi2O6=LiAlSi2O6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Aluminium,Lithium"=,Aluminium,Lithium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AER"=,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AER - S:"MatRGBA_190,170,170,0,"=190,170,170,0, - S:MaterialArcSmeltInto_Spodumene=Spodumene - S:MaterialDirectSmeltInto_Spodumene=Spodumene - I:MaterialID_920=920 - S:MaterialMacerateInto_Spodumene=Spodumene - S:MaterialName_Spodumene=Spodumene - S:MaterialSmeltInto_Spodumene=Spodumene - I:MaterialTypes_9=9 - I:MeltingPoint_508=508 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pollucite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Cs2Al2Si4(H2O)2O12"=Cs2Al2Si4(H2O)2O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Caesium,Aluminium,Rubidium"=,Caesium,Aluminium,Rubidium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,VOLATUS,TENEBRAE,AQUA,AER"=,METALLUM,RADIO,VOLATUS,TENEBRAE,AQUA,AER - S:"MatRGBA_240,210,210,0,"=240,210,210,0, - S:MaterialArcSmeltInto_Pollucite=Pollucite - S:MaterialDirectSmeltInto_Pollucite=Pollucite - I:MaterialID_919=919 - S:MaterialMacerateInto_Pollucite=Pollucite - S:MaterialName_Pollucite=Pollucite - S:MaterialSmeltInto_Pollucite=Pollucite - I:MaterialTypes_1=1 - I:MeltingPoint_450=450 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tantalite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_MnTa2O6=MnTa2O6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Manganese,Niobium,Tantalum"=,Manganese,Niobium,Tantalum - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,VINCULUM,AER"=,METALLUM,VINCULUM,AER - S:"MatRGBA_145,80,40,0,"=145,80,40,0, - S:MaterialArcSmeltInto_Tantalite=Tantalite - S:MaterialDirectSmeltInto_Tantalite=Tantalite - I:MaterialID_921=921 - S:MaterialMacerateInto_Tantalite=Tantalite - S:MaterialName_Tantalite=Tantalite - S:MaterialSmeltInto_Tantalite=Tantalite - I:MaterialTypes_9=9 - I:MeltingPoint_935=935 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - lepidolite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KLi3Al4F2O10=KLi3Al4F2O10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Lithium,Caesium,Boron"=,Lithium,Caesium,Boron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,VOLATUS,PERDITIO,AER"=,VITREUS,POTENTIA,METALLUM,VOLATUS,PERDITIO,AER - S:"MatRGBA_240,50,140,0,"=240,50,140,0, - S:MaterialArcSmeltInto_Lepidolite=Lepidolite - S:MaterialDirectSmeltInto_Lepidolite=Lepidolite - I:MaterialID_907=907 - S:MaterialMacerateInto_Lepidolite=Lepidolite - S:MaterialName_Lepidolite=Lepidolite - S:MaterialSmeltInto_Lepidolite=Lepidolite - I:MaterialTypes_9=9 - I:MeltingPoint_303=303 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - glauconite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KMg2Al4H2O12=KMg2Al4H2O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Sodium,Aluminium,Iron"=,Sodium,Aluminium,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,SANO,VOLATUS,AQUA,AER"=,VITREUS,POTENTIA,METALLUM,SANO,VOLATUS,AQUA,AER - S:"MatRGBA_130,180,60,0,"=130,180,60,0, - S:MaterialArcSmeltInto_Glauconite=Glauconite - S:MaterialDirectSmeltInto_Glauconite=Glauconite - I:MaterialID_933=933 - S:MaterialMacerateInto_Glauconite=Glauconite - S:MaterialName_Glauconite=Glauconite - S:MaterialSmeltInto_Glauconite=Glauconite - I:MaterialTypes_9=9 - I:MeltingPoint_313=313 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - glauconitesand { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KMg2Al4H2O12=KMg2Al4H2O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Sodium,Aluminium,Iron"=,Sodium,Aluminium,Iron - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,SANO,VOLATUS,AQUA,AER"=,VITREUS,POTENTIA,METALLUM,SANO,VOLATUS,AQUA,AER - S:"MatRGBA_130,180,60,0,"=130,180,60,0, - S:MaterialArcSmeltInto_GlauconiteSand=GlauconiteSand - S:MaterialDirectSmeltInto_GlauconiteSand=GlauconiteSand - I:MaterialID_949=949 - S:MaterialMacerateInto_GlauconiteSand=GlauconiteSand - S:"MaterialName_Glauconite Sand"=Glauconite Sand - S:MaterialSmeltInto_GlauconiteSand=GlauconiteSand - I:MaterialTypes_1=1 - I:MeltingPoint_313=313 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vermiculite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Fe3Al4Si4H2(H2O)4O12"=Fe3Al4Si4H2(H2O)4O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Iron,Aluminium,Magnesium"=,Iron,Aluminium,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_IRON - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,TENEBRAE,AQUA,AER"=,METALLUM,VOLATUS,TENEBRAE,AQUA,AER - S:"MatRGBA_200,180,15,0,"=200,180,15,0, - S:MaterialArcSmeltInto_Vermiculite=Vermiculite - S:MaterialDirectSmeltInto_Vermiculite=Vermiculite - I:MaterialID_932=932 - S:MaterialMacerateInto_Vermiculite=Vermiculite - S:MaterialName_Vermiculite=Vermiculite - S:MaterialSmeltInto_Vermiculite=Vermiculite - I:MaterialTypes_1=1 - I:MeltingPoint_575=575 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - bentonite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_NaMg6Si12H6(H2O)5O36"=NaMg6Si12H6(H2O)5O36 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Aluminium,Calcium,Magnesium"=,Aluminium,Calcium,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,METALLUM,SANO,TENEBRAE,AQUA,AER"=,VITREUS,LUX,METALLUM,SANO,TENEBRAE,AQUA,AER - S:"MatRGBA_245,215,210,0,"=245,215,210,0, - S:MaterialArcSmeltInto_Bentonite=Bentonite - S:MaterialDirectSmeltInto_Bentonite=Bentonite - I:MaterialID_927=927 - S:MaterialMacerateInto_Bentonite=Bentonite - S:MaterialName_Bentonite=Bentonite - S:MaterialSmeltInto_Bentonite=Bentonite - I:MaterialTypes_9=9 - I:MeltingPoint_429=429 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - fullersearth { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_MgSi4H(H2O)4O11"=MgSi4H(H2O)4O11 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Aluminium,Silicon,Magnesium"=,Aluminium,Silicon,Magnesium - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,TENEBRAE,AQUA,AER"=,METALLUM,SANO,TENEBRAE,AQUA,AER - S:"MatRGBA_160,160,120,0,"=160,160,120,0, - S:MaterialArcSmeltInto_FullersEarth=FullersEarth - S:MaterialDirectSmeltInto_FullersEarth=FullersEarth - I:MaterialID_928=928 - S:MaterialMacerateInto_FullersEarth=FullersEarth - S:"MaterialName_Fullers Earth"=Fullers Earth - S:MaterialSmeltInto_FullersEarth=FullersEarth - I:MaterialTypes_1=1 - I:MeltingPoint_399=399 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - pitchblende { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_(UO2)3ThPb"=(UO2)3ThPb - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Thorium,Uranium,Lead"=,Thorium,Uranium,Lead - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,AER,ORDO"=,METALLUM,RADIO,AER,ORDO - S:"MatRGBA_200,210,0,0,"=200,210,0,0, - S:MaterialArcSmeltInto_Pitchblende=Pitchblende - S:MaterialDirectSmeltInto_Pitchblende=Pitchblende - I:MaterialID_873=873 - S:MaterialMacerateInto_Pitchblende=Pitchblende - S:MaterialName_Pitchblende=Pitchblende - S:MaterialSmeltInto_Pitchblende=Pitchblende - I:MaterialTypes_9=9 - I:MeltingPoint_845=845 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_5=5 - I:ToolDurability_0=0 - I:ToolQuality_3=3 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - monazite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?PO4"=?PO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Thorium,Neodymium,RareEarth"=,Thorium,Neodymium,RareEarth - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE"=,HAS_COLOR,ELECTROMAGNETIC_SEPERATION_NEODYMIUM,CRYSTAL,NO_SMASHING,NO_SMELTING,CRYSTALLISABLE - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUCRUM,IGNIS,POTENTIA,AER"=,VITREUS,LUCRUM,IGNIS,POTENTIA,AER - S:"MatRGBA_50,70,50,0,"=50,70,50,0, - S:MaterialArcSmeltInto_Monazite=Monazite - S:MaterialDirectSmeltInto_Monazite=Monazite - I:MaterialID_520=520 - S:MaterialMacerateInto_Monazite=Monazite - S:MaterialName_Monazite=Monazite - S:MaterialSmeltInto_Monazite=Monazite - I:MaterialTypes_13=13 - I:MeltingPoint_53=53 - I:OreByProductMultiplier_2=2 - I:OreMultiplier_8=8 - I:OreSmeltingMultiplier_8=8 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - malachite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Cu2CH2O5=Cu2CH2O5 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGreen=dyeGreen - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,Copper,BrownLimonite,Calcite"=,Copper,BrownLimonite,Calcite - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT"=,HAS_COLOR,INDUCTIONSMELTING_LOW_OUTPUT - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,PERMUTATIO,VITREUS,IGNIS,AQUA,AER"=,METALLUM,PERMUTATIO,VITREUS,IGNIS,AQUA,AER - S:"MatRGBA_5,95,5,0,"=5,95,5,0, - S:MaterialArcSmeltInto_Malachite=Malachite - S:MaterialDirectSmeltInto_Copper=Copper - I:MaterialID_871=871 - S:MaterialMacerateInto_Malachite=Malachite - S:MaterialName_Malachite=Malachite - S:MaterialSmeltInto_Malachite=Malachite - I:MaterialTypes_9=9 - I:MeltingPoint_681=681 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_3=3 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mirabilite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Na2S(H2O)10O4"=Na2S(H2O)10O4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,IGNIS,AQUA,AER"=,VITREUS,LUX,IGNIS,AQUA,AER - S:"MatRGBA_240,250,210,0,"=240,250,210,0, - S:MaterialArcSmeltInto_Mirabilite=Mirabilite - S:MaterialDirectSmeltInto_Mirabilite=Mirabilite - I:MaterialID_900=900 - S:MaterialMacerateInto_Mirabilite=Mirabilite - S:MaterialName_Mirabilite=Mirabilite - S:MaterialSmeltInto_Mirabilite=Mirabilite - I:MaterialTypes_1=1 - I:MeltingPoint_94=94 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - mica { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KAl3Si3F2O10=KAl3Si3F2O10 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,PERDITIO,AER"=,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,PERDITIO,AER - S:"MatRGBA_195,195,205,0,"=195,195,205,0, - S:MaterialArcSmeltInto_Mica=Mica - S:MaterialDirectSmeltInto_Mica=Mica - I:MaterialID_901=901 - S:MaterialMacerateInto_Mica=Mica - S:MaterialName_Mica=Mica - S:MaterialSmeltInto_Mica=Mica - I:MaterialTypes_1=1 - I:MeltingPoint_465=465 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - trona { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_Na3C2H(H2O)2O6"=Na3C2H(H2O)2O6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,IGNIS,AQUA,AER"=,VITREUS,LUX,IGNIS,AQUA,AER - S:"MatRGBA_135,135,95,0,"=135,135,95,0, - S:MaterialArcSmeltInto_Trona=Trona - S:MaterialDirectSmeltInto_Trona=Trona - I:MaterialID_903=903 - S:MaterialMacerateInto_Trona=Trona - S:MaterialName_Trona=Trona - S:MaterialSmeltInto_Trona=Trona - I:MaterialTypes_1=1 - I:MeltingPoint_650=650 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - barite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_BaSO4=BaSO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,VINCULUM,IGNIS,AER"=,VINCULUM,IGNIS,AER - S:"MatRGBA_230,235,255,0,"=230,235,255,0, - S:MaterialArcSmeltInto_Barite=Barite - S:MaterialDirectSmeltInto_Barite=Barite - I:MaterialID_904=904 - S:MaterialMacerateInto_Barite=Barite - S:MaterialName_Barite=Barite - S:MaterialSmeltInto_Barite=Barite - I:MaterialTypes_9=9 - I:MeltingPoint_267=267 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - gypsum { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_CaS(H2O)2O4"=CaS(H2O)2O4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,IGNIS,AQUA,AER"=,SANO,TUTAMEN,IGNIS,AQUA,AER - S:"MatRGBA_230,230,250,0,"=230,230,250,0, - S:MaterialArcSmeltInto_Gypsum=Gypsum - S:MaterialDirectSmeltInto_Gypsum=Gypsum - I:MaterialID_934=934 - S:MaterialMacerateInto_Gypsum=Gypsum - S:MaterialName_Gypsum=Gypsum - S:MaterialSmeltInto_Gypsum=Gypsum - I:MaterialTypes_1=1 - I:MeltingPoint_221=221 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - alunite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_KAl3Si2H6O14=KAl3Si2H6O14 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AQUA,AER"=,VITREUS,POTENTIA,METALLUM,VOLATUS,TENEBRAE,AQUA,AER - S:"MatRGBA_225,180,65,0,"=225,180,65,0, - S:MaterialArcSmeltInto_Alunite=Alunite - S:MaterialDirectSmeltInto_Alunite=Alunite - I:MaterialID_911=911 - S:MaterialMacerateInto_Alunite=Alunite - S:MaterialName_Alunite=Alunite - S:MaterialSmeltInto_Alunite=Alunite - I:MaterialTypes_1=1 - I:MeltingPoint_282=282 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dolomite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CaMgC2O6=CaMgC2O6 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,METALLUM,VITREUS,IGNIS,AER"=,SANO,TUTAMEN,METALLUM,VITREUS,IGNIS,AER - S:"MatRGBA_225,205,205,0,"=225,205,205,0, - S:MaterialArcSmeltInto_Dolomite=Dolomite - S:MaterialDirectSmeltInto_Dolomite=Dolomite - I:MaterialID_914=914 - S:MaterialMacerateInto_Dolomite=Dolomite - S:MaterialName_Dolomite=Dolomite - S:MaterialSmeltInto_Dolomite=Dolomite - I:MaterialTypes_1=1 - I:MeltingPoint_996=996 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - wollastonite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_CaSiO3=CaSiO3 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,SANO,TUTAMEN,METALLUM,TENEBRAE,AER"=,SANO,TUTAMEN,METALLUM,TENEBRAE,AER - S:"MatRGBA_240,240,240,0,"=240,240,240,0, - S:MaterialArcSmeltInto_Wollastonite=Wollastonite - S:MaterialDirectSmeltInto_Wollastonite=Wollastonite - I:MaterialID_915=915 - S:MaterialMacerateInto_Wollastonite=Wollastonite - S:MaterialName_Wollastonite=Wollastonite - S:MaterialSmeltInto_Wollastonite=Wollastonite - I:MaterialTypes_1=1 - I:MeltingPoint_592=592 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - zeolite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_NaCa4Si27Al9(H2O)28O72"=NaCa4Si27Al9(H2O)28O72 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1,1,1 - S:"ListTCAspects_,VITREUS,LUX,SANO,TUTAMEN,METALLUM,TENEBRAE,VOLATUS,AQUA,AER"=,VITREUS,LUX,SANO,TUTAMEN,METALLUM,TENEBRAE,VOLATUS,AQUA,AER - S:"MatRGBA_240,230,230,0,"=240,230,230,0, - S:MaterialArcSmeltInto_Zeolite=Zeolite - S:MaterialDirectSmeltInto_Zeolite=Zeolite - I:MaterialID_916=916 - S:MaterialMacerateInto_Zeolite=Zeolite - S:MaterialName_Zeolite=Zeolite - S:MaterialSmeltInto_Zeolite=Zeolite - I:MaterialTypes_1=1 - I:MeltingPoint_449=449 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - kyanite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2SiO5=Al2SiO5 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,TENEBRAE,AER"=,METALLUM,VOLATUS,TENEBRAE,AER - S:"MatRGBA_110,110,250,0,"=110,110,250,0, - S:MaterialArcSmeltInto_Kyanite=Kyanite - S:MaterialDirectSmeltInto_Kyanite=Kyanite - I:MaterialID_924=924 - S:MaterialMacerateInto_Kyanite=Kyanite - S:MaterialName_Kyanite=Kyanite - S:MaterialSmeltInto_Kyanite=Kyanite - I:MaterialTypes_1=1 - I:MeltingPoint_477=477 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - kaolinite { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Al2Si2H4O9=Al2Si2H4O9 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,VOLATUS,TENEBRAE,AQUA,AER"=,METALLUM,VOLATUS,TENEBRAE,AQUA,AER - S:"MatRGBA_245,235,235,0,"=245,235,235,0, - S:MaterialArcSmeltInto_Kaolinite=Kaolinite - S:MaterialDirectSmeltInto_Kaolinite=Kaolinite - I:MaterialID_929=929 - S:MaterialMacerateInto_Kaolinite=Kaolinite - S:MaterialName_Kaolinite=Kaolinite - S:MaterialSmeltInto_Kaolinite=Kaolinite - I:MaterialTypes_1=1 - I:MeltingPoint_340=340 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - talc { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Mg3Si4H2O12=Mg3Si4H2O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,TENEBRAE,AQUA,AER"=,METALLUM,SANO,TENEBRAE,AQUA,AER - S:"MatRGBA_90,180,90,0,"=90,180,90,0, - S:MaterialArcSmeltInto_Talc=Talc - S:MaterialDirectSmeltInto_Talc=Talc - I:MaterialID_902=902 - S:MaterialMacerateInto_Talc=Talc - S:MaterialName_Talc=Talc - S:MaterialSmeltInto_Talc=Talc - I:MaterialTypes_9=9 - I:MeltingPoint_485=485 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_2=2 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - soapstone { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Mg3Si4H2O12=Mg3Si4H2O12 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,1,1,1,1,1"=,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,SANO,TENEBRAE,AQUA,AER"=,METALLUM,SANO,TENEBRAE,AQUA,AER - S:"MatRGBA_95,145,95,0,"=95,145,95,0, - S:MaterialArcSmeltInto_Soapstone=Soapstone - S:MaterialDirectSmeltInto_Soapstone=Soapstone - I:MaterialID_877=877 - S:MaterialMacerateInto_Soapstone=Soapstone - S:MaterialName_Soapstone=Soapstone - S:MaterialSmeltInto_Soapstone=Soapstone - I:MaterialTypes_9=9 - I:MeltingPoint_485=485 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - concrete { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,STONE,NO_SMASHING,SMELTING_TO_FLUID"=,HAS_COLOR,STONE,NO_SMASHING,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,1"=,1 - S:"ListTCAspects_,TERRA"=,TERRA - S:"MatRGBA_100,100,100,0,"=100,100,100,0, - S:MaterialArcSmeltInto_Concrete=Concrete - S:MaterialDirectSmeltInto_Concrete=Concrete - I:MaterialID_947=947 - S:MaterialMacerateInto_Concrete=Concrete - S:MaterialName_Concrete=Concrete - S:MaterialSmeltInto_Concrete=Concrete - I:MaterialTypes_1=1 - I:MeltingPoint_300=300 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_0=0 - I:ToolDurability_0=0 - I:ToolQuality_1=1 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - ironmagnetic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_Fe=Fe - I:DensityDivider_50=50 - I:DensityMultiplier_51=51 - D:Density_3701376.0=3701376.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,2,1"=,2,1 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_200,200,200,0,"=200,200,200,0, - S:MaterialArcSmeltInto_WroughtIron=WroughtIron - S:MaterialDirectSmeltInto_IronMagnetic=IronMagnetic - I:MaterialID_354=354 - S:MaterialMacerateInto_Iron=Iron - S:"MaterialName_Magnetic Iron"=Magnetic Iron - S:MaterialSmeltInto_Iron=Iron - I:MaterialTypes_195=195 - I:MeltingPoint_1811=1811 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_256=256 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - steelmagnetic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1000=1000 - S:ChemicalFormula_Fe50C=Fe50C - I:DensityDivider_50=50 - I:DensityMultiplier_51=51 - D:Density_3701376.0=3701376.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE"=,HAS_COLOR,SMELTING_TO_FLUID,METAL,MORTAR_GRINDABLE - S:"ListTCAspectAmounts_,1,1,1"=,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,MAGNETO"=,METALLUM,ORDO,MAGNETO - S:"MatRGBA_128,128,128,0,"=128,128,128,0, - S:MaterialArcSmeltInto_Steel=Steel - S:MaterialDirectSmeltInto_SteelMagnetic=SteelMagnetic - I:MaterialID_355=355 - S:MaterialMacerateInto_Steel=Steel - S:"MaterialName_Magnetic Steel"=Magnetic Steel - S:MaterialSmeltInto_Steel=Steel - I:MaterialTypes_195=195 - I:MeltingPoint_1000=1000 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_6.0=6.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - neodymiummagnetic { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1297=1297 - S:ChemicalFormula_Nd=Nd - I:DensityDivider_50=50 - I:DensityMultiplier_51=51 - D:Density_3701376.0=3701376.0 - S:DyeColor_dyeGray=dyeGray - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,3"=,1,3 - S:"ListTCAspects_,METALLUM,MAGNETO"=,METALLUM,MAGNETO - S:"MatRGBA_100,100,100,0,"=100,100,100,0, - S:MaterialArcSmeltInto_Neodymium=Neodymium - S:MaterialDirectSmeltInto_NeodymiumMagnetic=NeodymiumMagnetic - I:MaterialID_356=356 - S:MaterialMacerateInto_Neodymium=Neodymium - S:"MaterialName_Magnetic Neodymium"=Magnetic Neodymium - S:MaterialSmeltInto_Neodymium=Neodymium - I:MaterialTypes_195=195 - I:MeltingPoint_1297=1297 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_512=512 - I:ToolQuality_2=2 - D:ToolSpeed_7.0=7.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - tungstencarbide { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_2460=2460 - S:ChemicalFormula_WC=WC - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlack=dyeBlack - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,TUTAMEN,VITREUS,IGNIS"=,METALLUM,TUTAMEN,VITREUS,IGNIS - S:"MatRGBA_51,0,102,0,"=51,0,102,0, - S:MaterialArcSmeltInto_TungstenCarbide=TungstenCarbide - S:MaterialDirectSmeltInto_TungstenCarbide=TungstenCarbide - I:MaterialID_370=370 - S:MaterialMacerateInto_TungstenCarbide=TungstenCarbide - S:MaterialName_Tungstencarbide=Tungstencarbide - S:MaterialSmeltInto_TungstenCarbide=TungstenCarbide - I:MaterialTypes_195=195 - I:MeltingPoint_2460=2460 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_1280=1280 - I:ToolQuality_4=4 - D:ToolSpeed_14.0=14.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - vanadiumsteel { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_1453=1453 - S:"ChemicalFormula_VCr(Fe50C)7"=VCr(Fe50C)7 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeWhite=dyeWhite - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1"=,1,1,1,1 - S:"ListTCAspects_,METALLUM,RADIO,MACHINA,ORDO"=,METALLUM,RADIO,MACHINA,ORDO - S:"MatRGBA_192,192,192,0,"=192,192,192,0, - S:MaterialArcSmeltInto_VanadiumSteel=VanadiumSteel - S:MaterialDirectSmeltInto_VanadiumSteel=VanadiumSteel - I:MaterialID_371=371 - S:MaterialMacerateInto_VanadiumSteel=VanadiumSteel - S:MaterialName_Vanadiumsteel=Vanadiumsteel - S:MaterialSmeltInto_VanadiumSteel=VanadiumSteel - I:MaterialTypes_195=195 - I:MeltingPoint_1453=1453 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_1920=1920 - I:ToolQuality_3=3 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hssg { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_4500=4500 - S:"ChemicalFormula_(Fe50CW)5CrMo2V"=(Fe50CW)5CrMo2V - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeYellow=dyeYellow - I:EnchantmentLevel_4=4 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1,1,1"=,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,TUTAMEN,MACHINA,INSTRUMENTUM,RADIO"=,METALLUM,ORDO,TUTAMEN,MACHINA,INSTRUMENTUM,RADIO - S:"MatRGBA_153,153,0,0,"=153,153,0,0, - S:MaterialArcSmeltInto_HSSG=HSSG - S:MaterialDirectSmeltInto_HSSG=HSSG - I:MaterialID_372=372 - S:MaterialMacerateInto_HSSG=HSSG - S:MaterialName_HSS-G=HSS-G - S:MaterialSmeltInto_HSSG=HSSG - I:MaterialTypes_195=195 - I:MeltingPoint_4500=4500 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_4000=4000 - I:ToolQuality_3=3 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hsse { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_5400=5400 - S:"ChemicalFormula_((Fe50CW)5CrMo2V)6CoMnSi"=((Fe50CW)5CrMo2V)6CoMnSi - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBlue=dyeBlue - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,TUTAMEN,MACHINA,INSTRUMENTUM,RADIO,TENEBRAE"=,METALLUM,ORDO,TUTAMEN,MACHINA,INSTRUMENTUM,RADIO,TENEBRAE - S:"MatRGBA_51,102,0,0,"=51,102,0,0, - S:MaterialArcSmeltInto_HSSE=HSSE - S:MaterialDirectSmeltInto_HSSE=HSSE - I:MaterialID_373=373 - S:MaterialMacerateInto_HSSE=HSSE - S:MaterialName_HSS-E=HSS-E - S:MaterialSmeltInto_HSSE=HSSE - I:MaterialTypes_195=195 - I:MeltingPoint_5400=5400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_5120=5120 - I:ToolQuality_4=4 - D:ToolSpeed_10.0=10.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - hsss { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_true=true - I:BlastFurnaceTemp_5400=5400 - S:"ChemicalFormula_((Fe50CW)5CrMo2V)6Ir2Os"=((Fe50CW)5CrMo2V)6Ir2Os - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeRed=dyeRed - I:EnchantmentLevel_5=5 - S:Enchantment_enchantment.damage.all=enchantment.damage.all - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID,METAL"=,HAS_COLOR,SMELTING_TO_FLUID,METAL - S:"ListTCAspectAmounts_,1,1,1,1,1,1,1"=,1,1,1,1,1,1,1 - S:"ListTCAspects_,METALLUM,ORDO,TUTAMEN,MACHINA,INSTRUMENTUM,RADIO,NEBRISUM"=,METALLUM,ORDO,TUTAMEN,MACHINA,INSTRUMENTUM,RADIO,NEBRISUM - S:"MatRGBA_102,0,51,0,"=102,0,51,0, - S:MaterialArcSmeltInto_HSSS=HSSS - S:MaterialDirectSmeltInto_HSSS=HSSS - I:MaterialID_374=374 - S:MaterialMacerateInto_HSSS=HSSS - S:MaterialName_HSS-S=HSS-S - S:MaterialSmeltInto_HSSS=HSSS - I:MaterialTypes_195=195 - I:MeltingPoint_5400=5400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_4=4 - I:ToolDurability_3000=3000 - I:ToolQuality_4=4 - D:ToolSpeed_14.0=14.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - dilutedsulfuricacid { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_H2SO4=H2SO4 - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeOrange=dyeOrange - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_192,120,32,0,"=192,120,32,0, - S:MaterialArcSmeltInto_DilutedSulfuricAcid=DilutedSulfuricAcid - S:MaterialDirectSmeltInto_DilutedSulfuricAcid=DilutedSulfuricAcid - I:MaterialID_640=640 - S:MaterialMacerateInto_DilutedSulfuricAcid=DilutedSulfuricAcid - S:"MaterialName_Diluted Sulfuric Acid"=Diluted Sulfuric Acid - S:MaterialSmeltInto_DilutedSulfuricAcid=DilutedSulfuricAcid - I:MaterialTypes_16=16 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - epoxidfiberreinforced { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:ChemicalFormula_C2H4O=C2H4O - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_dyeBrown=dyeBrown - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR,SMELTING_TO_FLUID"=,HAS_COLOR,SMELTING_TO_FLUID - S:"ListTCAspectAmounts_,2"=,2 - S:"ListTCAspects_,MOTUS"=,MOTUS - S:"MatRGBA_160,112,16,0,"=160,112,16,0, - S:MaterialArcSmeltInto_EpoxidFiberReinforced=EpoxidFiberReinforced - S:MaterialDirectSmeltInto_EpoxidFiberReinforced=EpoxidFiberReinforced - I:MaterialID_610=610 - S:MaterialMacerateInto_EpoxidFiberReinforced=EpoxidFiberReinforced - S:"MaterialName_Fiber-Reinforced Epoxy Resin"=Fiber-Reinforced Epoxy Resin - S:MaterialSmeltInto_EpoxidFiberReinforced=EpoxidFiberReinforced - I:MaterialTypes_195=195 - I:MeltingPoint_400=400 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_64=64 - I:ToolQuality_1=1 - D:ToolSpeed_3.0=3.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - } - - custom { - - 00 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat00=CustomMat00 - S:MaterialDirectSmeltInto_CustomMat00=CustomMat00 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat00=CustomMat00 - S:MaterialName_CustomOre00=CustomOre00 - S:MaterialSmeltInto_CustomMat00=CustomMat00 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 01 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat01=CustomMat01 - S:MaterialDirectSmeltInto_CustomMat01=CustomMat01 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat01=CustomMat01 - S:MaterialName_CustomOre01=CustomOre01 - S:MaterialSmeltInto_CustomMat01=CustomMat01 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 02 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat02=CustomMat02 - S:MaterialDirectSmeltInto_CustomMat02=CustomMat02 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat02=CustomMat02 - S:MaterialName_CustomOre02=CustomOre02 - S:MaterialSmeltInto_CustomMat02=CustomMat02 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 03 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat03=CustomMat03 - S:MaterialDirectSmeltInto_CustomMat03=CustomMat03 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat03=CustomMat03 - S:MaterialName_CustomOre03=CustomOre03 - S:MaterialSmeltInto_CustomMat03=CustomMat03 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 04 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat04=CustomMat04 - S:MaterialDirectSmeltInto_CustomMat04=CustomMat04 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat04=CustomMat04 - S:MaterialName_CustomOre04=CustomOre04 - S:MaterialSmeltInto_CustomMat04=CustomMat04 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 05 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat05=CustomMat05 - S:MaterialDirectSmeltInto_CustomMat05=CustomMat05 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat05=CustomMat05 - S:MaterialName_CustomOre05=CustomOre05 - S:MaterialSmeltInto_CustomMat05=CustomMat05 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 06 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat06=CustomMat06 - S:MaterialDirectSmeltInto_CustomMat06=CustomMat06 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat06=CustomMat06 - S:MaterialName_CustomOre06=CustomOre06 - S:MaterialSmeltInto_CustomMat06=CustomMat06 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 07 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat07=CustomMat07 - S:MaterialDirectSmeltInto_CustomMat07=CustomMat07 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat07=CustomMat07 - S:MaterialName_CustomOre07=CustomOre07 - S:MaterialSmeltInto_CustomMat07=CustomMat07 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 08 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat08=CustomMat08 - S:MaterialDirectSmeltInto_CustomMat08=CustomMat08 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat08=CustomMat08 - S:MaterialName_CustomOre08=CustomOre08 - S:MaterialSmeltInto_CustomMat08=CustomMat08 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 09 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat09=CustomMat09 - S:MaterialDirectSmeltInto_CustomMat09=CustomMat09 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat09=CustomMat09 - S:MaterialName_CustomOre09=CustomOre09 - S:MaterialSmeltInto_CustomMat09=CustomMat09 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 10 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat10=CustomMat10 - S:MaterialDirectSmeltInto_CustomMat10=CustomMat10 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat10=CustomMat10 - S:MaterialName_CustomOre10=CustomOre10 - S:MaterialSmeltInto_CustomMat10=CustomMat10 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 11 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat11=CustomMat11 - S:MaterialDirectSmeltInto_CustomMat11=CustomMat11 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat11=CustomMat11 - S:MaterialName_CustomOre11=CustomOre11 - S:MaterialSmeltInto_CustomMat11=CustomMat11 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 12 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat12=CustomMat12 - S:MaterialDirectSmeltInto_CustomMat12=CustomMat12 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat12=CustomMat12 - S:MaterialName_CustomOre12=CustomOre12 - S:MaterialSmeltInto_CustomMat12=CustomMat12 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 13 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat13=CustomMat13 - S:MaterialDirectSmeltInto_CustomMat13=CustomMat13 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat13=CustomMat13 - S:MaterialName_CustomOre13=CustomOre13 - S:MaterialSmeltInto_CustomMat13=CustomMat13 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 14 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat14=CustomMat14 - S:MaterialDirectSmeltInto_CustomMat14=CustomMat14 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat14=CustomMat14 - S:MaterialName_CustomOre14=CustomOre14 - S:MaterialSmeltInto_CustomMat14=CustomMat14 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - 15 { - B:AddGas_false=false - B:AddPlasma_false=false - B:BlastFurnaceRequired_false=false - I:BlastFurnaceTemp_0=0 - S:"ChemicalFormula_?"=? - I:DensityDivider_1=1 - I:DensityMultiplier_1=1 - D:Density_3628800.0=3628800.0 - S:DyeColor_None=None - I:EnchantmentLevel_0=0 - S:Enchantment_= - I:FuelPower_0=0 - I:FuelType_0=0 - I:GasTemp_0=0 - B:HasParentMod_true=true - D:HeatDamage_0.0=0.0 - S:"ListMaterialByProducts_,"=, - S:"ListMaterialReRegistrations_,"=, - S:"ListSubTags_,HAS_COLOR"=,HAS_COLOR - S:"ListTCAspectAmounts_,"=, - S:"ListTCAspects_,"=, - S:"MatRGBA_255,255,255,0,"=255,255,255,0, - S:MaterialArcSmeltInto_CustomMat15=CustomMat15 - S:MaterialDirectSmeltInto_CustomMat15=CustomMat15 - I:MaterialID_-1=-1 - S:MaterialMacerateInto_CustomMat15=CustomMat15 - S:MaterialName_CustomOre15=CustomOre15 - S:MaterialSmeltInto_CustomMat15=CustomMat15 - I:MaterialTypes_255=255 - I:MeltingPoint_0=0 - I:OreByProductMultiplier_1=1 - I:OreMultiplier_1=1 - I:OreSmeltingMultiplier_1=1 - I:OreValue_1=1 - I:ToolDurability_0=0 - I:ToolQuality_0=0 - D:ToolSpeed_1.0=1.0 - B:Transparent_false=false - B:Unificatable_true=true - } - - } - -} - - diff --git a/config/GregTech/ModularArmor.cfg b/config/GregTech/ModularArmor.cfg deleted file mode 100644 index 79169042f5..0000000000 --- a/config/GregTech/ModularArmor.cfg +++ /dev/null @@ -1,1813 +0,0 @@ -# Configuration file - -batterycystal { - B:Enabled_true=true - D:ProcessingUsed_1000000.0=1000000.0 - S:"Stack_IC2:itemBatCrystal"=IC2:itemBatCrystal - D:Weight_100.0=100.0 -} - - -batteryhvca { - B:Enabled_true=true - D:ProcessingUsed_1200000.0=1200000.0 - S:"Stack_gregtech:gt.metaitem.01:32537"=gregtech:gt.metaitem.01:32537 - D:Weight_100.0=100.0 -} - - -batteryhvli { - B:Enabled_true=true - D:ProcessingUsed_1600000.0=1600000.0 - S:"Stack_gregtech:gt.metaitem.01:32538"=gregtech:gt.metaitem.01:32538 - D:Weight_100.0=100.0 -} - - -batteryhvso { - B:Enabled_true=true - D:ProcessingUsed_800000.0=800000.0 - S:"Stack_gregtech:gt.metaitem.01:32539"=gregtech:gt.metaitem.01:32539 - D:Weight_100.0=100.0 -} - - -batterylapoorb { - B:Enabled_true=true - D:ProcessingUsed_1.0E8=1.0E8 - S:"Stack_gregtech:gt.metaitem.01:32597"=gregtech:gt.metaitem.01:32597 - D:Weight_100.0=100.0 -} - - -batterylapotron { - B:Enabled_true=true - D:ProcessingUsed_1.0E7=1.0E7 - S:"Stack_IC2:itemBatLamaCrystal"=IC2:itemBatLamaCrystal - D:Weight_100.0=100.0 -} - - -batterylvca { - B:Enabled_true=true - D:ProcessingUsed_75000.0=75000.0 - S:"Stack_gregtech:gt.metaitem.01:32517"=gregtech:gt.metaitem.01:32517 - D:Weight_100.0=100.0 -} - - -batterylvli { - B:Enabled_true=true - D:ProcessingUsed_100000.0=100000.0 - S:"Stack_gregtech:gt.metaitem.01:32518"=gregtech:gt.metaitem.01:32518 - D:Weight_100.0=100.0 -} - - -batterylvso { - B:Enabled_true=true - D:ProcessingUsed_50000.0=50000.0 - S:"Stack_gregtech:gt.metaitem.01:32519"=gregtech:gt.metaitem.01:32519 - D:Weight_100.0=100.0 -} - - -batterymvca { - B:Enabled_true=true - D:ProcessingUsed_300000.0=300000.0 - S:"Stack_gregtech:gt.metaitem.01:32527"=gregtech:gt.metaitem.01:32527 - D:Weight_100.0=100.0 -} - - -batterymvli { - B:Enabled_true=true - D:ProcessingUsed_400000.0=400000.0 - S:"Stack_gregtech:gt.metaitem.01:32528"=gregtech:gt.metaitem.01:32528 - D:Weight_100.0=100.0 -} - - -batterymvso { - B:Enabled_true=true - D:ProcessingUsed_200000.0=200000.0 - S:"Stack_gregtech:gt.metaitem.01:32529"=gregtech:gt.metaitem.01:32529 - D:Weight_100.0=100.0 -} - - -batteryorbcluster { - B:Enabled_true=true - D:ProcessingUsed_1.0E9=1.0E9 - S:"Stack_gregtech:gt.metaitem.01:32599"=gregtech:gt.metaitem.01:32599 - D:Weight_100.0=100.0 -} - - -cell { - B:Enabled_true=true - S:"Stack_IC2:itemCellEmpty"=IC2:itemCellEmpty - S:StatType_TANKCAP=TANKCAP - S:StatType_null=null - D:Value1_8000.0=8000.0 - D:Weight_20.0=20.0 -} - - -cellsteel { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32405"=gregtech:gt.metaitem.01:32405 - S:StatType_TANKCAP=TANKCAP - S:StatType_null=null - D:Value1_16000.0=16000.0 - D:Weight_40.0=40.0 -} - - -cellts { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32406"=gregtech:gt.metaitem.01:32406 - S:StatType_TANKCAP=TANKCAP - S:StatType_null=null - D:Value1_64000.0=64000.0 - D:Weight_80.0=80.0 -} - - -cicuitelite { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32705"=gregtech:gt.metaitem.01:32705 - S:StatType_PROCESSINGPOWER=PROCESSINGPOWER - S:StatType_null=null - D:Value1_500.0=500.0 - D:Weight_50.0=50.0 -} - - -cicuitmaster { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32706"=gregtech:gt.metaitem.01:32706 - S:StatType_PROCESSINGPOWER=PROCESSINGPOWER - S:StatType_null=null - D:Value1_600.0=600.0 - D:Weight_60.0=60.0 -} - - -circuitadv { - B:Enabled_true=true - S:"Stack_IC2:itemPartCircuitAdv"=IC2:itemPartCircuitAdv - S:StatType_PROCESSINGPOWER=PROCESSINGPOWER - S:StatType_null=null - D:Value1_300.0=300.0 - D:Weight_30.0=30.0 -} - - -circuitbasic { - B:Enabled_true=true - S:"Stack_IC2:itemPartCircuit"=IC2:itemPartCircuit - S:StatType_PROCESSINGPOWER=PROCESSINGPOWER - S:StatType_null=null - D:Value1_100.0=100.0 - D:Weight_10.0=10.0 -} - - -circuitdata { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32704"=gregtech:gt.metaitem.01:32704 - S:StatType_PROCESSINGPOWER=PROCESSINGPOWER - S:StatType_null=null - D:Value1_400.0=400.0 - D:Weight_40.0=40.0 -} - - -circuitgood { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32702"=gregtech:gt.metaitem.01:32702 - S:StatType_PROCESSINGPOWER=PROCESSINGPOWER - S:StatType_null=null - D:Value1_200.0=200.0 - D:Weight_20.0=20.0 -} - - -componentnightvision { - B:Enabled_true=true - D:ProcessingUsed_100.0=100.0 - S:"Stack_IC2:itemNightvisionGoggles"=IC2:itemNightvisionGoggles - S:StatType_NIGHTVISION=NIGHTVISION - D:Weight_100.0=100.0 -} - - -custom { - I:CustomBattery_0=0 - I:CustomElectronicComponent_0=0 - I:CustomFunction_0=0 - I:CustomPlatings_0=0 -} - - -electrolyzerev { - B:Enabled_true=true - S:"Stack_gregtech:gt.blockmachines:374"=gregtech:gt.blockmachines:374 - S:StatType_ELECTROLYZEREUUSAGE=ELECTROLYZEREUUSAGE - S:StatType_ELECTROLYZERPROD=ELECTROLYZERPROD - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_80.0=80.0 - D:Value2_64.0=64.0 - D:Value3_200.0=200.0 - D:Weight_80.0=80.0 -} - - -electrolyzerhv { - B:Enabled_true=true - S:"Stack_gregtech:gt.blockmachines:373"=gregtech:gt.blockmachines:373 - S:StatType_ELECTROLYZEREUUSAGE=ELECTROLYZEREUUSAGE - S:StatType_ELECTROLYZERPROD=ELECTROLYZERPROD - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_40.0=40.0 - D:Value2_16.0=16.0 - D:Value3_150.0=150.0 - D:Weight_60.0=60.0 -} - - -electrolyzeriv { - B:Enabled_true=true - S:"Stack_gregtech:gt.blockmachines:375"=gregtech:gt.blockmachines:375 - S:StatType_ELECTROLYZEREUUSAGE=ELECTROLYZEREUUSAGE - S:StatType_ELECTROLYZERPROD=ELECTROLYZERPROD - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_160.0=160.0 - D:Value2_128.0=128.0 - D:Value3_250.0=250.0 - D:Weight_100.0=100.0 -} - - -electrolyzerlv { - B:Enabled_true=true - S:"Stack_gregtech:gt.blockmachines:371"=gregtech:gt.blockmachines:371 - S:StatType_ELECTROLYZEREUUSAGE=ELECTROLYZEREUUSAGE - S:StatType_ELECTROLYZERPROD=ELECTROLYZERPROD - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_10.0=10.0 - D:Value2_1.0=1.0 - D:Value3_50.0=50.0 - D:Weight_20.0=20.0 -} - - -electrolyzermv { - B:Enabled_true=true - S:"Stack_gregtech:gt.blockmachines:372"=gregtech:gt.blockmachines:372 - S:StatType_ELECTROLYZEREUUSAGE=ELECTROLYZEREUUSAGE - S:StatType_ELECTROLYZERPROD=ELECTROLYZERPROD - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_20.0=20.0 - D:Value2_4.0=4.0 - D:Value3_100.0=100.0 - D:Weight_40.0=40.0 -} - - -fieldgenev { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32673"=gregtech:gt.metaitem.01:32673 - S:StatType_FIELDGENCAP=FIELDGENCAP - S:StatType_FIELDGENEUUSAGE=FIELDGENEUUSAGE - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_4.0=4.0 - D:Value2_64.0=64.0 - D:Value3_400.0=400.0 - D:Weight_80.0=80.0 -} - - -fieldgenhv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32672"=gregtech:gt.metaitem.01:32672 - S:StatType_FIELDGENCAP=FIELDGENCAP - S:StatType_FIELDGENEUUSAGE=FIELDGENEUUSAGE - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_3.0=3.0 - D:Value2_16.0=16.0 - D:Value3_300.0=300.0 - D:Weight_60.0=60.0 -} - - -fieldgeniv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32674"=gregtech:gt.metaitem.01:32674 - S:StatType_FIELDGENCAP=FIELDGENCAP - S:StatType_FIELDGENEUUSAGE=FIELDGENEUUSAGE - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_5.0=5.0 - D:Value2_512.0=512.0 - D:Value3_500.0=500.0 - D:Weight_100.0=100.0 -} - - -fieldgenlv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32670"=gregtech:gt.metaitem.01:32670 - S:StatType_FIELDGENCAP=FIELDGENCAP - S:StatType_FIELDGENEUUSAGE=FIELDGENEUUSAGE - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_1.0=1.0 - D:Value2_1.0=1.0 - D:Value3_100.0=100.0 - D:Weight_20.0=20.0 -} - - -fieldgenmv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32671"=gregtech:gt.metaitem.01:32671 - S:StatType_FIELDGENCAP=FIELDGENCAP - S:StatType_FIELDGENEUUSAGE=FIELDGENEUUSAGE - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_2.0=2.0 - D:Value2_4.0=4.0 - D:Value3_200.0=200.0 - D:Weight_40.0=40.0 -} - - -motorev { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32603"=gregtech:gt.metaitem.01:32603 - S:StatType_MOTOREUUSAGE=MOTOREUUSAGE - S:StatType_MOTPRPOWER=MOTPRPOWER - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_500.0=500.0 - D:Value2_400.0=400.0 - D:Value3_100.0=100.0 - D:Weight_80.0=80.0 -} - - -motorhv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32602"=gregtech:gt.metaitem.01:32602 - S:StatType_MOTOREUUSAGE=MOTOREUUSAGE - S:StatType_MOTPRPOWER=MOTPRPOWER - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_400.0=400.0 - D:Value2_200.0=200.0 - D:Value3_50.0=50.0 - D:Weight_60.0=60.0 -} - - -motoriv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32604"=gregtech:gt.metaitem.01:32604 - S:StatType_MOTOREUUSAGE=MOTOREUUSAGE - S:StatType_MOTPRPOWER=MOTPRPOWER - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_600.0=600.0 - D:Value2_800.0=800.0 - D:Value3_200.0=200.0 - D:Weight_100.0=100.0 -} - - -motorlv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32600"=gregtech:gt.metaitem.01:32600 - S:StatType_MOTOREUUSAGE=MOTOREUUSAGE - S:StatType_MOTPRPOWER=MOTPRPOWER - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_200.0=200.0 - D:Value2_50.0=50.0 - D:Value3_10.0=10.0 - D:Weight_20.0=20.0 -} - - -motormv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32601"=gregtech:gt.metaitem.01:32601 - S:StatType_MOTOREUUSAGE=MOTOREUUSAGE - S:StatType_MOTPRPOWER=MOTPRPOWER - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_300.0=300.0 - D:Value2_100.0=100.0 - D:Value3_20.0=20.0 - D:Weight_40.0=40.0 -} - - -pistonev { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32643"=gregtech:gt.metaitem.01:32643 - S:StatType_PISTONEUUSAGE=PISTONEUUSAGE - S:StatType_PISTONJUMPBOOST=PISTONJUMPBOOST - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_6.0=6.0 - D:Value2_800.0=800.0 - D:Value3_100.0=100.0 - D:Weight_80.0=80.0 -} - - -pistonhv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32642"=gregtech:gt.metaitem.01:32642 - S:StatType_PISTONEUUSAGE=PISTONEUUSAGE - S:StatType_PISTONJUMPBOOST=PISTONJUMPBOOST - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_5.0=5.0 - D:Value2_450.0=450.0 - D:Value3_50.0=50.0 - D:Weight_60.0=60.0 -} - - -pistoniv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32644"=gregtech:gt.metaitem.01:32644 - S:StatType_PISTONEUUSAGE=PISTONEUUSAGE - S:StatType_PISTONJUMPBOOST=PISTONJUMPBOOST - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_7.0=7.0 - D:Value2_1600.0=1600.0 - D:Value3_200.0=200.0 - D:Weight_100.0=100.0 -} - - -pistonlv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32640"=gregtech:gt.metaitem.01:32640 - S:StatType_PISTONEUUSAGE=PISTONEUUSAGE - S:StatType_PISTONJUMPBOOST=PISTONJUMPBOOST - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_3.0=3.0 - D:Value2_200.0=200.0 - D:Value3_10.0=10.0 - D:Weight_20.0=20.0 -} - - -pistonmv { - B:Enabled_true=true - S:"Stack_gregtech:gt.metaitem.01:32641"=gregtech:gt.metaitem.01:32641 - S:StatType_PISTONEUUSAGE=PISTONEUUSAGE - S:StatType_PISTONJUMPBOOST=PISTONJUMPBOOST - S:StatType_PROCESSINGPOWERUSED=PROCESSINGPOWERUSED - D:Value1_4.0=4.0 - D:Value2_300.0=300.0 - D:Value3_20.0=20.0 - D:Weight_40.0=40.0 -} - - -plateadamantium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.30000001192092896=0.30000001192092896 - D:FallDef_0.0=0.0 - D:FireDef_0.25999999046325684=0.25999999046325684 - D:MagicDef_0.30000001192092896=0.30000001192092896 - S:OreDict_plateAdamantium=plateAdamantium - D:PhysicalDef_0.2800000011920929=0.2800000011920929 - D:ProjectileDef_0.2800000011920929=0.2800000011920929 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platealloycarbon { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.05999999865889549=0.05999999865889549 - D:FallDef_0.0=0.0 - D:FireDef_0.05000000074505806=0.05000000074505806 - D:MagicDef_0.05000000074505806=0.05000000074505806 - S:OreDict_plateAlloyCarbon=plateAlloyCarbon - D:PhysicalDef_0.05999999865889549=0.05999999865889549 - D:ProjectileDef_0.23000000417232513=0.23000000417232513 - D:RadiationDef_0.0=0.0 - D:Weight_60.0=60.0 - D:WitherDef_0.0=0.0 -} - - -platealloyiridium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.23999999463558197=0.23999999463558197 - D:FallDef_0.0=0.0 - D:FireDef_0.2199999988079071=0.2199999988079071 - D:MagicDef_0.2199999988079071=0.2199999988079071 - S:OreDict_plateAlloyIridium=plateAlloyIridium - D:PhysicalDef_0.23999999463558197=0.23999999463558197 - D:ProjectileDef_0.23999999463558197=0.23999999463558197 - D:RadiationDef_0.0=0.0 - D:Weight_220.0=220.0 - D:WitherDef_0.0=0.0 -} - - -platealuminium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.14000000059604645=0.14000000059604645 - D:FallDef_0.0=0.0 - D:FireDef_0.11999999731779099=0.11999999731779099 - D:MagicDef_0.11999999731779099=0.11999999731779099 - S:OreDict_plateAluminium=plateAluminium - D:PhysicalDef_0.14000000059604645=0.14000000059604645 - D:ProjectileDef_0.14000000059604645=0.14000000059604645 - D:RadiationDef_0.0=0.0 - D:Weight_120.0=120.0 - D:WitherDef_0.0=0.0 -} - - -plateamethyst { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateAmethyst=plateAmethyst - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plateastralsilver { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.18000000715255737=0.18000000715255737 - S:OreDict_plateAstralSilver=plateAstralSilver - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platebismuthbronze { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateBismuthBronze=plateBismuthBronze - D:PhysicalDef_0.11999999731779099=0.11999999731779099 - D:ProjectileDef_0.11999999731779099=0.11999999731779099 - D:RadiationDef_0.0=0.0 - D:Weight_160.0=160.0 - D:WitherDef_0.0=0.0 -} - - -plateblackbronze { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.12999999523162842=0.12999999523162842 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateBlackBronze=plateBlackBronze - D:PhysicalDef_0.12999999523162842=0.12999999523162842 - D:ProjectileDef_0.12999999523162842=0.12999999523162842 - D:RadiationDef_0.0=0.0 - D:Weight_160.0=160.0 - D:WitherDef_0.0=0.0 -} - - -plateblacksteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.1899999976158142=0.1899999976158142 - D:FallDef_0.0=0.0 - D:FireDef_0.17000000178813934=0.17000000178813934 - D:MagicDef_0.17000000178813934=0.17000000178813934 - S:OreDict_plateBlackSteel=plateBlackSteel - D:PhysicalDef_0.1899999976158142=0.1899999976158142 - D:ProjectileDef_0.1899999976158142=0.1899999976158142 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platebluesteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20999999344348907=0.20999999344348907 - D:FallDef_0.0=0.0 - D:FireDef_0.1899999976158142=0.1899999976158142 - D:MagicDef_0.1899999976158142=0.1899999976158142 - S:OreDict_plateBlueSteel=plateBlueSteel - D:PhysicalDef_0.20999999344348907=0.20999999344348907 - D:ProjectileDef_0.20999999344348907=0.20999999344348907 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platebluetopaz { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateBlueTopaz=plateBlueTopaz - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platebrass { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateBrass=plateBrass - D:PhysicalDef_0.11999999731779099=0.11999999731779099 - D:ProjectileDef_0.11999999731779099=0.11999999731779099 - D:RadiationDef_0.0=0.0 - D:Weight_140.0=140.0 - D:WitherDef_0.0=0.0 -} - - -platebronze { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.12999999523162842=0.12999999523162842 - D:FallDef_0.0=0.0 - D:FireDef_0.11999999731779099=0.11999999731779099 - D:MagicDef_0.11999999731779099=0.11999999731779099 - S:OreDict_plateBronze=plateBronze - D:PhysicalDef_0.12999999523162842=0.12999999523162842 - D:ProjectileDef_0.12999999523162842=0.12999999523162842 - D:RadiationDef_0.0=0.0 - D:Weight_160.0=160.0 - D:WitherDef_0.0=0.0 -} - - -platechrome { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.20999999344348907=0.20999999344348907 - D:MagicDef_0.20999999344348907=0.20999999344348907 - S:OreDict_plateChrome=plateChrome - D:PhysicalDef_0.11999999731779099=0.11999999731779099 - D:ProjectileDef_0.11999999731779099=0.11999999731779099 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platecobalt { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.1599999964237213=0.1599999964237213 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateCobalt=plateCobalt - D:PhysicalDef_0.1599999964237213=0.1599999964237213 - D:ProjectileDef_0.1599999964237213=0.1599999964237213 - D:RadiationDef_0.0=0.0 - D:Weight_220.0=220.0 - D:WitherDef_0.0=0.0 -} - - -platecobaltbrass { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.15000000596046448=0.15000000596046448 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateCobaltBrass=plateCobaltBrass - D:PhysicalDef_0.15000000596046448=0.15000000596046448 - D:ProjectileDef_0.15000000596046448=0.15000000596046448 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platecopper { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10999999940395355=0.10999999940395355 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateCopper=plateCopper - D:PhysicalDef_0.10999999940395355=0.10999999940395355 - D:ProjectileDef_0.10999999940395355=0.10999999940395355 - D:RadiationDef_0.0=0.0 - D:Weight_140.0=140.0 - D:WitherDef_0.0=0.0 -} - - -platedamascussteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.2199999988079071=0.2199999988079071 - D:FallDef_0.0=0.0 - D:FireDef_0.20000000298023224=0.20000000298023224 - D:MagicDef_0.20000000298023224=0.20000000298023224 - S:OreDict_plateDamascusSteel=plateDamascusSteel - D:PhysicalDef_0.2199999988079071=0.2199999988079071 - D:ProjectileDef_0.2199999988079071=0.2199999988079071 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platedarkiron { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20999999344348907=0.20999999344348907 - D:FallDef_0.0=0.0 - D:FireDef_0.1899999976158142=0.1899999976158142 - D:MagicDef_0.1899999976158142=0.1899999976158142 - S:OreDict_plateDarkIron=plateDarkIron - D:PhysicalDef_0.20999999344348907=0.20999999344348907 - D:ProjectileDef_0.20999999344348907=0.20999999344348907 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platediamond { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20000000298023224=0.20000000298023224 - D:FallDef_0.0=0.0 - D:FireDef_0.2199999988079071=0.2199999988079071 - D:MagicDef_0.2199999988079071=0.2199999988079071 - S:OreDict_plateDiamond=plateDiamond - D:PhysicalDef_0.20000000298023224=0.20000000298023224 - D:ProjectileDef_0.20000000298023224=0.20000000298023224 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -plateduranium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.23999999463558197=0.23999999463558197 - D:FallDef_0.0=0.0 - D:FireDef_0.23999999463558197=0.23999999463558197 - D:MagicDef_0.23999999463558197=0.23999999463558197 - S:OreDict_plateDuranium=plateDuranium - D:PhysicalDef_0.23999999463558197=0.23999999463558197 - D:ProjectileDef_0.23999999463558197=0.23999999463558197 - D:RadiationDef_0.0=0.0 - D:Weight_140.0=140.0 - D:WitherDef_0.0=0.0 -} - - -plateelectrum { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10999999940395355=0.10999999940395355 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateElectrum=plateElectrum - D:PhysicalDef_0.10999999940395355=0.10999999940395355 - D:ProjectileDef_0.10999999940395355=0.10999999940395355 - D:RadiationDef_0.0=0.0 - D:Weight_250.0=250.0 - D:WitherDef_0.0=0.0 -} - - -plateelectrumflux { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.1899999976158142=0.1899999976158142 - D:FallDef_0.0=0.0 - D:FireDef_0.1599999964237213=0.1599999964237213 - D:MagicDef_0.1599999964237213=0.1599999964237213 - S:OreDict_plateElectrumFlux=plateElectrumFlux - D:PhysicalDef_0.1899999976158142=0.1899999976158142 - D:ProjectileDef_0.1899999976158142=0.1899999976158142 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plateemerald { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateEmerald=plateEmerald - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_160.0=160.0 - D:WitherDef_0.0=0.0 -} - - -plateenderium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.2199999988079071=0.2199999988079071 - D:FallDef_0.0=0.0 - D:FireDef_0.20999999344348907=0.20999999344348907 - D:MagicDef_0.20999999344348907=0.20999999344348907 - S:OreDict_plateEnderium=plateEnderium - D:PhysicalDef_0.2199999988079071=0.2199999988079071 - D:ProjectileDef_0.2199999988079071=0.2199999988079071 - D:RadiationDef_0.0=0.0 - D:Weight_250.0=250.0 - D:WitherDef_0.0=0.0 -} - - -plateforce { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.20000000298023224=0.20000000298023224 - D:MagicDef_0.20000000298023224=0.20000000298023224 - S:OreDict_plateForce=plateForce - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plategarnetred { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateGarnetRed=plateGarnetRed - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plategarnetyellow { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateGarnetYellow=plateGarnetYellow - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plategold { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.09000000357627869=0.09000000357627869 - D:FallDef_0.0=0.0 - D:FireDef_0.05000000074505806=0.05000000074505806 - D:MagicDef_0.25=0.25 - S:OreDict_plateGold=plateGold - D:PhysicalDef_0.09000000357627869=0.09000000357627869 - D:ProjectileDef_0.09000000357627869=0.09000000357627869 - D:RadiationDef_0.0=0.0 - D:Weight_300.0=300.0 - D:WitherDef_0.0=0.0 -} - - -plategreensapphire { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateGreenSapphire=plateGreenSapphire - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_160.0=160.0 - D:WitherDef_0.0=0.0 -} - - -platehsla { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20999999344348907=0.20999999344348907 - D:FallDef_0.0=0.0 - D:FireDef_0.17000000178813934=0.17000000178813934 - D:MagicDef_0.17000000178813934=0.17000000178813934 - S:OreDict_plateHSLA=plateHSLA - D:PhysicalDef_0.20999999344348907=0.20999999344348907 - D:ProjectileDef_0.20999999344348907=0.20999999344348907 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -plateinfusedair { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateInfusedAir=plateInfusedAir - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_10.0=10.0 - D:WitherDef_0.0=0.0 -} - - -plateinfusedearth { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.30000001192092896=0.30000001192092896 - D:FallDef_0.0=0.0 - D:FireDef_0.30000001192092896=0.30000001192092896 - D:MagicDef_0.30000001192092896=0.30000001192092896 - S:OreDict_plateInfusedEarth=plateInfusedEarth - D:PhysicalDef_0.30000001192092896=0.30000001192092896 - D:ProjectileDef_0.30000001192092896=0.30000001192092896 - D:RadiationDef_0.0=0.0 - D:Weight_350.0=350.0 - D:WitherDef_0.0=0.0 -} - - -plateinfusedentropy { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateInfusedEntropy=plateInfusedEntropy - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:SpecialType_4.0=4.0 - S:StatType_THORNSSINGLE=THORNSSINGLE - D:Weight_150.0=150.0 - D:WitherDef_0.0=0.0 -} - - -plateinfusedfire { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.30000001192092896=0.30000001192092896 - D:MagicDef_0.30000001192092896=0.30000001192092896 - S:OreDict_plateInfusedFire=plateInfusedFire - D:PhysicalDef_0.11999999731779099=0.11999999731779099 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:SpecialType_3.0=3.0 - S:StatType_THORNSSINGLE=THORNSSINGLE - D:Weight_150.0=150.0 - D:WitherDef_0.0=0.0 -} - - -plateinfusedgold { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.15000000596046448=0.15000000596046448 - D:FallDef_0.0=0.0 - D:FireDef_0.05000000074505806=0.05000000074505806 - D:MagicDef_0.05000000074505806=0.05000000074505806 - S:OreDict_plateInfusedGold=plateInfusedGold - D:PhysicalDef_0.15000000596046448=0.15000000596046448 - D:ProjectileDef_0.15000000596046448=0.15000000596046448 - D:RadiationDef_0.0=0.0 - D:Weight_300.0=300.0 - D:WitherDef_0.0=0.0 -} - - -plateinfusedorder { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.2199999988079071=0.2199999988079071 - D:FallDef_0.0=0.0 - D:FireDef_0.2199999988079071=0.2199999988079071 - D:MagicDef_0.25=0.25 - S:OreDict_plateInfusedOrder=plateInfusedOrder - D:PhysicalDef_0.18000000715255737=0.18000000715255737 - D:ProjectileDef_0.2199999988079071=0.2199999988079071 - D:RadiationDef_0.0=0.0 - D:Weight_150.0=150.0 - D:WitherDef_0.0=0.0 -} - - -plateinfusedwater { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.20000000298023224=0.20000000298023224 - D:MagicDef_0.20000000298023224=0.20000000298023224 - S:OreDict_plateInfusedWater=plateInfusedWater - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_150.0=150.0 - D:WitherDef_0.0=0.0 -} - - -plateinvar { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.2199999988079071=0.2199999988079071 - D:MagicDef_0.2199999988079071=0.2199999988079071 - S:OreDict_plateInvar=plateInvar - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_190.0=190.0 - D:WitherDef_0.0=0.0 -} - - -plateiron { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateIron=plateIron - D:PhysicalDef_0.11999999731779099=0.11999999731779099 - D:ProjectileDef_0.11999999731779099=0.11999999731779099 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -plateironwood { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.17000000178813934=0.17000000178813934 - D:FallDef_0.0=0.0 - D:FireDef_0.019999999552965164=0.019999999552965164 - D:MagicDef_0.019999999552965164=0.019999999552965164 - S:OreDict_plateIronWood=plateIronWood - D:PhysicalDef_0.17000000178813934=0.17000000178813934 - D:ProjectileDef_0.17000000178813934=0.17000000178813934 - D:RadiationDef_0.0=0.0 - D:Weight_150.0=150.0 - D:WitherDef_0.0=0.0 -} - - -platelead { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.05000000074505806=0.05000000074505806 - D:FallDef_0.0=0.0 - D:FireDef_0.05000000074505806=0.05000000074505806 - D:MagicDef_0.05000000074505806=0.05000000074505806 - S:OreDict_plateLead=plateLead - D:PhysicalDef_0.05000000074505806=0.05000000074505806 - D:ProjectileDef_0.05000000074505806=0.05000000074505806 - D:RadiationDef_0.30000001192092896=0.30000001192092896 - D:Weight_280.0=280.0 - D:WitherDef_0.0=0.0 -} - - -platemagnalium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.15000000596046448=0.15000000596046448 - D:FallDef_0.0=0.0 - D:FireDef_0.17000000178813934=0.17000000178813934 - D:MagicDef_0.17000000178813934=0.17000000178813934 - S:OreDict_plateMagnalium=plateMagnalium - D:PhysicalDef_0.15000000596046448=0.15000000596046448 - D:ProjectileDef_0.15000000596046448=0.15000000596046448 - D:RadiationDef_0.0=0.0 - D:Weight_120.0=120.0 - D:WitherDef_0.0=0.0 -} - - -platemanganese { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.15000000596046448=0.15000000596046448 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateManganese=plateManganese - D:PhysicalDef_0.15000000596046448=0.15000000596046448 - D:ProjectileDef_0.15000000596046448=0.15000000596046448 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platemeteoriciron { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.18000000715255737=0.18000000715255737 - D:FallDef_0.0=0.0 - D:FireDef_0.1599999964237213=0.1599999964237213 - D:MagicDef_0.1599999964237213=0.1599999964237213 - S:OreDict_plateMeteoricIron=plateMeteoricIron - D:PhysicalDef_0.18000000715255737=0.18000000715255737 - D:ProjectileDef_0.18000000715255737=0.18000000715255737 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platemeteoricsteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20999999344348907=0.20999999344348907 - D:FallDef_0.0=0.0 - D:FireDef_0.1899999976158142=0.1899999976158142 - D:MagicDef_0.1899999976158142=0.1899999976158142 - S:OreDict_plateMeteoricSteel=plateMeteoricSteel - D:PhysicalDef_0.20999999344348907=0.20999999344348907 - D:ProjectileDef_0.20999999344348907=0.20999999344348907 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platemithril { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.25=0.25 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.30000001192092896=0.30000001192092896 - S:OreDict_plateMithril=plateMithril - D:PhysicalDef_0.25=0.25 - D:ProjectileDef_0.25=0.25 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platemolybdenum { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.14000000059604645=0.14000000059604645 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateMolybdenum=plateMolybdenum - D:PhysicalDef_0.14000000059604645=0.14000000059604645 - D:ProjectileDef_0.14000000059604645=0.14000000059604645 - D:RadiationDef_0.0=0.0 - D:Weight_140.0=140.0 - D:WitherDef_0.0=0.0 -} - - -platenaquadah { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.27000001072883606=0.27000001072883606 - D:FallDef_0.0=0.0 - D:FireDef_0.25=0.25 - D:MagicDef_0.25=0.25 - S:OreDict_plateNaquadah=plateNaquadah - D:PhysicalDef_0.27000001072883606=0.27000001072883606 - D:ProjectileDef_0.27000001072883606=0.27000001072883606 - D:RadiationDef_0.0=0.0 - D:Weight_250.0=250.0 - D:WitherDef_0.0=0.0 -} - - -platenaquadahalloy { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.33000001311302185=0.33000001311302185 - D:FallDef_0.0=0.0 - D:FireDef_0.33000001311302185=0.33000001311302185 - D:MagicDef_0.33000001311302185=0.33000001311302185 - S:OreDict_plateNaquadahAlloy=plateNaquadahAlloy - D:PhysicalDef_0.33000001311302185=0.33000001311302185 - D:ProjectileDef_0.33000001311302185=0.33000001311302185 - D:RadiationDef_0.0=0.0 - D:Weight_300.0=300.0 - D:WitherDef_0.0=0.0 -} - - -plateneodymiummagnetic { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.14000000059604645=0.14000000059604645 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateNeodymiumMagnetic=plateNeodymiumMagnetic - D:PhysicalDef_0.14000000059604645=0.14000000059604645 - D:ProjectileDef_0.14000000059604645=0.14000000059604645 - D:RadiationDef_0.0=0.0 - D:SpecialType_2.0=2.0 - S:StatType_MAGNETSINGLE=MAGNETSINGLE - D:Weight_220.0=220.0 - D:WitherDef_0.0=0.0 -} - - -platenetherstar { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.2199999988079071=0.2199999988079071 - D:FallDef_0.0=0.0 - D:FireDef_0.23999999463558197=0.23999999463558197 - D:MagicDef_0.23999999463558197=0.23999999463558197 - S:OreDict_plateNetherStar=plateNetherStar - D:PhysicalDef_0.2199999988079071=0.2199999988079071 - D:ProjectileDef_0.2199999988079071=0.2199999988079071 - D:RadiationDef_0.0=0.0 - D:Weight_140.0=140.0 - D:WitherDef_0.20000000298023224=0.20000000298023224 -} - - -plateneutronium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.5=0.5 - D:FallDef_0.0=0.0 - D:FireDef_0.5=0.5 - D:MagicDef_0.5=0.5 - S:OreDict_plateNeutronium=plateNeutronium - D:PhysicalDef_0.5=0.5 - D:ProjectileDef_0.5=0.5 - D:RadiationDef_0.0=0.0 - D:Weight_600.0=600.0 - D:WitherDef_0.0=0.0 -} - - -platenickel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.15000000596046448=0.15000000596046448 - D:MagicDef_0.15000000596046448=0.15000000596046448 - S:OreDict_plateNickel=plateNickel - D:PhysicalDef_0.11999999731779099=0.11999999731779099 - D:ProjectileDef_0.11999999731779099=0.11999999731779099 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plateolivine { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateOlivine=plateOlivine - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plateopal { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateOpal=plateOpal - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plateosmiridium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.18000000715255737=0.18000000715255737 - D:FallDef_0.0=0.0 - D:FireDef_0.1599999964237213=0.1599999964237213 - D:MagicDef_0.1599999964237213=0.1599999964237213 - S:OreDict_plateOsmiridium=plateOsmiridium - D:PhysicalDef_0.18000000715255737=0.18000000715255737 - D:ProjectileDef_0.18000000715255737=0.18000000715255737 - D:RadiationDef_0.0=0.0 - D:Weight_240.0=240.0 - D:WitherDef_0.0=0.0 -} - - -plateosmium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.10000000149011612=0.10000000149011612 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateOsmium=plateOsmium - D:PhysicalDef_0.11999999731779099=0.11999999731779099 - D:ProjectileDef_0.11999999731779099=0.11999999731779099 - D:RadiationDef_0.0=0.0 - D:Weight_250.0=250.0 - D:WitherDef_0.0=0.0 -} - - -platepalladium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.14000000059604645=0.14000000059604645 - D:FallDef_0.0=0.0 - D:FireDef_0.11999999731779099=0.11999999731779099 - D:MagicDef_0.11999999731779099=0.11999999731779099 - S:OreDict_platePalladium=platePalladium - D:PhysicalDef_0.14000000059604645=0.14000000059604645 - D:ProjectileDef_0.14000000059604645=0.14000000059604645 - D:RadiationDef_0.0=0.0 - D:Weight_280.0=280.0 - D:WitherDef_0.0=0.0 -} - - -plateplastic { - D:ElectricalDef_0.25=0.25 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.019999999552965164=0.019999999552965164 - D:MagicDef_0.019999999552965164=0.019999999552965164 - S:OreDict_platePlastic=platePlastic - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_60.0=60.0 - D:WitherDef_0.0=0.0 -} - - -plateplatinum { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.15000000596046448=0.15000000596046448 - D:FallDef_0.0=0.0 - D:FireDef_0.12999999523162842=0.12999999523162842 - D:MagicDef_0.12999999523162842=0.12999999523162842 - S:OreDict_platePlatinum=platePlatinum - D:PhysicalDef_0.15000000596046448=0.15000000596046448 - D:ProjectileDef_0.15000000596046448=0.15000000596046448 - D:RadiationDef_0.0=0.0 - D:Weight_290.0=290.0 - D:WitherDef_0.0=0.0 -} - - -plateredsteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20000000298023224=0.20000000298023224 - D:FallDef_0.0=0.0 - D:FireDef_0.18000000715255737=0.18000000715255737 - D:MagicDef_0.18000000715255737=0.18000000715255737 - S:OreDict_plateRedSteel=plateRedSteel - D:PhysicalDef_0.20000000298023224=0.20000000298023224 - D:ProjectileDef_0.20000000298023224=0.20000000298023224 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platerosegold { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.07999999821186066=0.07999999821186066 - D:MagicDef_0.18000000715255737=0.18000000715255737 - S:OreDict_plateRoseGold=plateRoseGold - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_240.0=240.0 - D:WitherDef_0.0=0.0 -} - - -platerubber { - D:ElectricalDef_0.25=0.25 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_2.0=2.0 - D:FireDef_0.019999999552965164=0.019999999552965164 - D:MagicDef_0.10000000149011612=0.10000000149011612 - S:OreDict_plateRubber=plateRubber - D:PhysicalDef_0.05999999865889549=0.05999999865889549 - D:ProjectileDef_0.05999999865889549=0.05999999865889549 - D:RadiationDef_0.0=0.0 - D:Weight_60.0=60.0 - D:WitherDef_0.0=0.0 -} - - -plateruby { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.20000000298023224=0.20000000298023224 - D:MagicDef_0.20000000298023224=0.20000000298023224 - S:OreDict_plateRuby=plateRuby - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platesapphire { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateSapphire=plateSapphire - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platesilver { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10999999940395355=0.10999999940395355 - D:FallDef_0.0=0.0 - D:FireDef_0.07000000029802322=0.07000000029802322 - D:MagicDef_0.23999999463558197=0.23999999463558197 - S:OreDict_plateSilver=plateSilver - D:PhysicalDef_0.10999999940395355=0.10999999940395355 - D:ProjectileDef_0.10999999940395355=0.10999999940395355 - D:RadiationDef_0.0=0.0 - D:Weight_220.0=220.0 - D:WitherDef_0.0=0.0 -} - - -platestainlesssteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.1599999964237213=0.1599999964237213 - D:FallDef_0.0=0.0 - D:FireDef_0.20999999344348907=0.20999999344348907 - D:MagicDef_0.20999999344348907=0.20999999344348907 - S:OreDict_plateStainlessSteel=plateStainlessSteel - D:PhysicalDef_0.1599999964237213=0.1599999964237213 - D:ProjectileDef_0.1599999964237213=0.1599999964237213 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platesteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.18000000715255737=0.18000000715255737 - D:FallDef_0.0=0.0 - D:FireDef_0.1599999964237213=0.1599999964237213 - D:MagicDef_0.1599999964237213=0.1599999964237213 - S:OreDict_plateSteel=plateSteel - D:PhysicalDef_0.18000000715255737=0.18000000715255737 - D:ProjectileDef_0.18000000715255737=0.18000000715255737 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platesteeleaf { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.1599999964237213=0.1599999964237213 - D:FallDef_0.0=0.0 - D:FireDef_0.05999999865889549=0.05999999865889549 - D:MagicDef_0.05999999865889549=0.05999999865889549 - S:OreDict_plateSteeleaf=plateSteeleaf - D:PhysicalDef_0.1599999964237213=0.1599999964237213 - D:ProjectileDef_0.1599999964237213=0.1599999964237213 - D:RadiationDef_0.0=0.0 - D:Weight_120.0=120.0 - D:WitherDef_0.0=0.0 -} - - -platesterlingsilver { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.15000000596046448=0.15000000596046448 - D:FallDef_0.0=0.0 - D:FireDef_0.12999999523162842=0.12999999523162842 - D:MagicDef_0.12999999523162842=0.12999999523162842 - S:OreDict_plateSterlingSilver=plateSterlingSilver - D:PhysicalDef_0.15000000596046448=0.15000000596046448 - D:ProjectileDef_0.15000000596046448=0.15000000596046448 - D:RadiationDef_0.0=0.0 - D:Weight_210.0=210.0 - D:WitherDef_0.0=0.0 -} - - -platetanzanite { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.14000000059604645=0.14000000059604645 - S:OreDict_plateTanzanite=plateTanzanite - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platethaumium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.18000000715255737=0.18000000715255737 - D:FallDef_0.0=0.0 - D:FireDef_0.20000000298023224=0.20000000298023224 - D:MagicDef_0.30000001192092896=0.30000001192092896 - S:OreDict_plateThaumium=plateThaumium - D:PhysicalDef_0.18000000715255737=0.18000000715255737 - D:ProjectileDef_0.1899999976158142=0.1899999976158142 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - -platethorium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.12999999523162842=0.12999999523162842 - D:FallDef_0.0=0.0 - D:FireDef_0.1599999964237213=0.1599999964237213 - D:MagicDef_0.1599999964237213=0.1599999964237213 - S:OreDict_plateThorium=plateThorium - D:PhysicalDef_0.12999999523162842=0.12999999523162842 - D:ProjectileDef_0.12999999523162842=0.12999999523162842 - D:RadiationDef_0.0=0.0 - D:Weight_280.0=280.0 - D:WitherDef_0.0=0.0 -} - - -platetitanium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20000000298023224=0.20000000298023224 - D:FallDef_0.0=0.0 - D:FireDef_0.18000000715255737=0.18000000715255737 - D:MagicDef_0.18000000715255737=0.18000000715255737 - S:OreDict_plateTitanium=plateTitanium - D:PhysicalDef_0.20000000298023224=0.20000000298023224 - D:ProjectileDef_0.20000000298023224=0.20000000298023224 - D:RadiationDef_0.0=0.0 - D:Weight_140.0=140.0 - D:WitherDef_0.0=0.0 -} - - -platetritanium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.25999999046325684=0.25999999046325684 - D:FallDef_0.0=0.0 - D:FireDef_0.25999999046325684=0.25999999046325684 - D:MagicDef_0.25999999046325684=0.25999999046325684 - S:OreDict_plateTritanium=plateTritanium - D:PhysicalDef_0.25999999046325684=0.25999999046325684 - D:ProjectileDef_0.25999999046325684=0.25999999046325684 - D:RadiationDef_0.0=0.0 - D:Weight_140.0=140.0 - D:WitherDef_0.0=0.0 -} - - -platetungsten { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.25999999046325684=0.25999999046325684 - D:FallDef_0.0=0.0 - D:FireDef_0.23000000417232513=0.23000000417232513 - D:MagicDef_0.25999999046325684=0.25999999046325684 - S:OreDict_plateTungsten=plateTungsten - D:PhysicalDef_0.27000001072883606=0.27000001072883606 - D:ProjectileDef_0.25999999046325684=0.25999999046325684 - D:RadiationDef_0.0=0.0 - D:Weight_270.0=270.0 - D:WitherDef_0.0=0.0 -} - - -platetungstensteel { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.30000001192092896=0.30000001192092896 - D:FallDef_0.0=0.0 - D:FireDef_0.25=0.25 - D:MagicDef_0.2800000011920929=0.2800000011920929 - S:OreDict_plateTungstenSteel=plateTungstenSteel - D:PhysicalDef_0.30000001192092896=0.30000001192092896 - D:ProjectileDef_0.2800000011920929=0.2800000011920929 - D:RadiationDef_0.0=0.0 - D:Weight_270.0=270.0 - D:WitherDef_0.0=0.0 -} - - -plateultimet { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.10000000149011612=0.10000000149011612 - D:ExplosionDef_0.20999999344348907=0.20999999344348907 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:FireDef_0.1899999976158142=0.1899999976158142 - D:MagicDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.1899999976158142=0.1899999976158142 - S:OreDict_plateTopaz=plateTopaz - S:OreDict_plateUltimet=plateUltimet - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:PhysicalDef_0.20999999344348907=0.20999999344348907 - D:ProjectileDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.20999999344348907=0.20999999344348907 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -plateuranium { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.20999999344348907=0.20999999344348907 - D:FallDef_0.0=0.0 - D:FireDef_0.20000000298023224=0.20000000298023224 - D:MagicDef_0.15000000596046448=0.15000000596046448 - S:OreDict_plateUranium=plateUranium - D:PhysicalDef_0.27000001072883606=0.27000001072883606 - D:ProjectileDef_0.23000000417232513=0.23000000417232513 - D:RadiationDef_0.0=0.0 - D:Weight_290.0=290.0 - D:WitherDef_0.0=0.0 -} - - -platevinteum { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.11999999731779099=0.11999999731779099 - D:FallDef_0.0=0.0 - D:FireDef_0.14000000059604645=0.14000000059604645 - D:MagicDef_0.2800000011920929=0.2800000011920929 - S:OreDict_plateVinteum=plateVinteum - D:PhysicalDef_0.10000000149011612=0.10000000149011612 - D:ProjectileDef_0.11999999731779099=0.11999999731779099 - D:RadiationDef_0.0=0.0 - D:Weight_180.0=180.0 - D:WitherDef_0.0=0.0 -} - - -platewood { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.07999999821186066=0.07999999821186066 - D:FallDef_0.0=0.0 - D:FireDef_0.019999999552965164=0.019999999552965164 - D:MagicDef_0.07999999821186066=0.07999999821186066 - S:OreDict_plateWood=plateWood - D:PhysicalDef_0.07999999821186066=0.07999999821186066 - D:ProjectileDef_0.09000000357627869=0.09000000357627869 - D:RadiationDef_0.0=0.0 - D:Weight_80.0=80.0 - D:WitherDef_0.0=0.0 -} - - -platewroughtiron { - D:ElectricalDef_0.0=0.0 - B:Enabled_true=true - D:ExplosionDef_0.14000000059604645=0.14000000059604645 - D:FallDef_0.0=0.0 - D:FireDef_0.11999999731779099=0.11999999731779099 - D:MagicDef_0.11999999731779099=0.11999999731779099 - S:OreDict_plateWroughtIron=plateWroughtIron - D:PhysicalDef_0.14000000059604645=0.14000000059604645 - D:ProjectileDef_0.14000000059604645=0.14000000059604645 - D:RadiationDef_0.0=0.0 - D:Weight_200.0=200.0 - D:WitherDef_0.0=0.0 -} - - diff --git a/config/GregTech/Other.cfg b/config/GregTech/Other.cfg deleted file mode 100644 index eed6ee5bb6..0000000000 --- a/config/GregTech/Other.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# Configuration file - -general { - B:AprilFool_false=false - B:DisableFlintTools_false=false - B:EnableAE2Integration_false=false - B:EnableAE2Tunnel_false=false -} - - diff --git a/config/GregTech/OverpoweredStuff.cfg b/config/GregTech/OverpoweredStuff.cfg deleted file mode 100644 index 3ca3f08d2b..0000000000 --- a/config/GregTech/OverpoweredStuff.cfg +++ /dev/null @@ -1,141 +0,0 @@ -# Configuration file - -general { - I:100EUtoRF_360=360 - I:100RFtoEU_20=20 - B:InputRF_false=false - B:OutputRF_true=true - B:RFExplosions_false=false - I:WireHeatingTicks_4=4 - B:ignoreTConstruct_true=true -} - - -gregtechrecipes { - D:AshOutputMultiplier_1.0=1.0 - B:AshYieldsAlkaliMetalOxides_true=true - B:EnableZPMandUVBatteries_false=false - B:SolarPanel8V_false=false - B:SolarPanelEV_false=false - B:SolarPanelHV_false=false - B:SolarPanelIV_false=false - B:SolarPanelLV_false=false - B:SolarPanelLuV_false=false - B:SolarPanelMV_false=false - B:SolarPanelUV_false=false - B:SolarPanelZPM_false=false - B:StoneDustCentrifugation_false=false - D:StoneDustOutputMultiplier_0.6=0.6 -} - - -oreprocessingoutputmultiplier { - I:Almandine_1=1 - I:Aluminium_1=1 - I:Amethyst_1=1 - I:Apatite_1=1 - I:BandedIron_1=1 - I:Barite_1=1 - I:Bastnasite_1=1 - I:Bauxite_1=1 - I:Bentonite_1=1 - I:Beryllium_1=1 - I:Bismuth_1=1 - I:BlueTopaz_1=1 - I:BrownLimonite_1=1 - I:Calcite_1=1 - I:CassiteriteSand_1=1 - I:Cassiterite_1=1 - I:CertusQuartz_1=1 - I:Chalcopyrite_1=1 - I:Chromite_1=1 - I:Cinnabar_1=1 - I:Coal_1=1 - I:Cobaltite_1=1 - I:Cooperite_1=1 - I:Copper_1=1 - I:DarkSteel_1=1 - I:Diamond_1=1 - I:Diatomite_1=1 - I:Emerald_1=1 - I:FoolsRuby_1=1 - I:Galena_1=1 - I:GarnetRed_1=1 - I:GarnetYellow_1=1 - I:Garnierite_1=1 - I:Glauconite_1=1 - I:Gold_1=1 - I:Graphite_1=1 - I:GreenSapphire_1=1 - I:Grossular_1=1 - I:Ilmenite_1=1 - I:Iridium_1=1 - I:Iron_1=1 - I:Lapis_1=1 - I:Lazurite_1=1 - I:Lead_1=1 - I:Lepidolite_1=1 - I:Lignite_1=1 - I:Lithium_1=1 - I:Magnesite_1=1 - I:Magnetite_1=1 - I:Malachite_1=1 - I:Manganese_1=1 - I:Molybdenite_1=1 - I:Molybdenum_1=1 - I:Monazite_1=1 - I:NaquadahEnriched_1=1 - I:Naquadah_1=1 - I:Neodymium_1=1 - I:NetherQuartz_1=1 - I:Nickel_1=1 - I:Olivine_1=1 - I:Opal_1=1 - I:Osmium_1=1 - I:Palladium_1=1 - I:Pentlandite_1=1 - I:Phosphate_1=1 - I:Phosphorus_1=1 - I:Pitchblende_1=1 - I:Platinum_1=1 - I:Plutonium_1=1 - I:Powellite_1=1 - I:Pyrite_1=1 - I:Pyrochlore_1=1 - I:Pyrolusite_1=1 - I:Pyrope_1=1 - I:Quartzite_1=1 - I:Redstone_1=1 - I:RockSalt_1=1 - I:Ruby_1=1 - I:Salt_1=1 - I:Saltpeter_1=1 - I:Sapphire_1=1 - I:Scheelite_1=1 - I:Silver_1=1 - I:Soapstone_1=1 - I:Sodalite_1=1 - I:Spessartine_1=1 - I:Sphalerite_1=1 - I:Spodumene_1=1 - I:Stibnite_1=1 - I:Sulfur_1=1 - I:Talc_1=1 - I:Tantalite_1=1 - I:Tanzanite_1=1 - I:Tetrahedrite_1=1 - I:Thorium_1=1 - I:Tin_1=1 - I:Titanium_1=1 - I:Topaz_1=1 - I:Tungstate_1=1 - I:Uraninite_1=1 - I:Uranium235_1=1 - I:Uranium_1=1 - I:VanadiumMagnetite_1=1 - I:Wulfenite_1=1 - I:YellowLimonite_1=1 - I:Zinc_1=1 -} - - diff --git a/config/GregTech/Recipes.cfg b/config/GregTech/Recipes.cfg deleted file mode 100644 index b6226a0d1a..0000000000 --- a/config/GregTech/Recipes.cfg +++ /dev/null @@ -1,39439 +0,0 @@ -# Configuration file - -alloysmelting { - I:blockAluminium_5=5 - I:blockAmericium_5=5 - I:blockAntimony_5=5 - I:blockArsenic_5=5 - I:blockBatteryAlloy_5=5 - I:blockBeryllium_5=5 - I:blockBismuthBronze_5=5 - I:blockBismuth_5=5 - I:blockBlackBronze_5=5 - I:blockBlackSteel_5=5 - I:blockBlueSteel_5=5 - I:blockBrass_5=5 - I:blockBronze_5=5 - I:blockCaesium_5=5 - I:blockCerium_5=5 - I:blockChrome_5=5 - I:blockCobaltBrass_5=5 - I:blockCobalt_5=5 - I:blockConductiveIron_5=5 - I:blockCopper_5=5 - I:blockCupronickel_5=5 - I:blockDamascusSteel_5=5 - I:blockDarkSteel_5=5 - I:blockDuranium_5=5 - I:blockElectricalSteel_5=5 - I:blockElectrum_5=5 - I:blockEnergeticAlloy_5=5 - I:blockEuropium_5=5 - I:blockGallium_5=5 - I:blockGold_5=5 - I:blockHSSE_5=5 - I:blockHSSG_5=5 - I:blockHSSS_5=5 - I:blockIndium_5=5 - I:blockInvar_5=5 - I:blockIridium_5=5 - I:blockIron_5=5 - I:blockKanthal_5=5 - I:blockLead_5=5 - I:blockLutetium_5=5 - I:blockMagnalium_5=5 - I:blockMagnesium_5=5 - I:blockManganese_5=5 - I:blockMithril_5=5 - I:blockMolybdenum_5=5 - I:blockNaquadahAlloy_5=5 - I:blockNaquadahEnriched_5=5 - I:blockNaquadah_5=5 - I:blockNaquadria_5=5 - I:blockNeodymium_5=5 - I:blockNeutronium_5=5 - I:blockNichrome_5=5 - I:blockNickel_5=5 - I:blockNiobiumNitride_5=5 - I:blockNiobiumTitanium_5=5 - I:blockNiobium_5=5 - I:blockOsmiridium_5=5 - I:blockOsmium_5=5 - I:blockPalladium_5=5 - I:blockPhasedGold_5=5 - I:blockPhasedIron_5=5 - I:blockPlatinum_5=5 - I:blockPlutonium241_5=5 - I:blockPlutonium_5=5 - I:blockPulsatingIron_5=5 - I:blockRedAlloy_5=5 - I:blockRedSteel_5=5 - I:blockRedstoneAlloy_5=5 - I:blockRoseGold_5=5 - I:blockSilicon_5=5 - I:blockSilver_5=5 - I:blockSolderingAlloy_5=5 - I:blockSoularium_5=5 - I:blockStainlessSteel_5=5 - I:blockSteel_5=5 - I:blockSterlingSilver_5=5 - I:blockTantalum_5=5 - I:blockThorium_5=5 - I:blockTinAlloy_5=5 - I:blockTin_5=5 - I:blockTitanium_5=5 - I:blockTritanium_5=5 - I:blockTungstenCarbide_5=5 - I:blockTungstenSteel_5=5 - I:blockTungsten_5=5 - I:blockUltimet_5=5 - I:blockUranium235_5=5 - I:blockUranium_5=5 - I:blockVanadiumGallium_5=5 - I:blockVanadiumSteel_5=5 - I:blockVanadium_5=5 - I:blockVibrantAlloy_5=5 - I:blockYttriumBariumCuprate_5=5 - I:blockYttrium_5=5 - I:blockZinc_5=5 - I:bottleEmpty_64=64 - I:enderio.redstoneAlloy_130=130 - I:enderio.soularium_130=130 - I:gearGtAluminium_260=260 - I:gearGtBronze_760=760 - I:gearGtCobaltBrass_580=580 - I:gearGtCopper_630=630 - I:gearGtGold_1960=1960 - I:gearGtHSSE_810=810 - I:gearGtHSSG_980=980 - I:gearGtIron_560=560 - I:gearGtIron_570=570 - I:gearGtNeutronium_1000000=1000000 - I:gearGtStainlessSteel_550=550 - I:gearGtSteel_560=560 - I:gearGtSteel_570=570 - I:gearGtTin_1180=1180 - I:gearGtTitanium_480=480 - I:gearGtTungstenSteel_1190=1190 - I:gt.metaitem.03.32012_160=160 - I:ic2.blockAlloyGlass_400=400 - I:ic2.itemCasingAdvIron_128=128 - I:ic2.itemCasingBronze_128=128 - I:ic2.itemCasingCopper_128=128 - I:ic2.itemCasingGold_128=128 - I:ic2.itemCasingIron_128=128 - I:ic2.itemCasingLead_128=128 - I:ic2.itemCasingTin_128=128 - I:ic2.itemRubber_130=130 - I:ingotAluminium_130=130 - I:ingotAluminium_200=200 - I:ingotAmericium_130=130 - I:ingotAmericium_200=200 - I:ingotAntimony_130=130 - I:ingotAntimony_200=200 - I:ingotArsenic_130=130 - I:ingotArsenic_200=200 - I:ingotBatteryAlloy_130=130 - I:ingotBatteryAlloy_200=200 - I:ingotBatteryAlloy_250=250 - I:ingotBeryllium_130=130 - I:ingotBeryllium_200=200 - I:ingotBismuthBronze_130=130 - I:ingotBismuthBronze_200=200 - I:ingotBismuth_130=130 - I:ingotBismuth_200=200 - I:ingotBlackBronze_130=130 - I:ingotBlackBronze_200=200 - I:ingotBlackSteel_130=130 - I:ingotBlackSteel_200=200 - I:ingotBlueSteel_130=130 - I:ingotBlueSteel_200=200 - I:ingotBorosilicateGlass_130=130 - I:ingotBorosilicateGlass_200=200 - I:ingotBorosilicateGlass_400=400 - I:ingotBrass_130=130 - I:ingotBrass_150=150 - I:ingotBrass_200=200 - I:ingotBrick_130=130 - I:ingotBronze_130=130 - I:ingotBronze_150=150 - I:ingotBronze_200=200 - I:ingotCaesium_130=130 - I:ingotCaesium_200=200 - I:ingotCarbon_130=130 - I:ingotCarbon_200=200 - I:ingotCerium_200=200 - I:ingotChrome_130=130 - I:ingotChrome_200=200 - I:ingotCobaltBrass_130=130 - I:ingotCobaltBrass_200=200 - I:ingotCobalt_130=130 - I:ingotCobalt_200=200 - I:ingotConductiveIron_400=400 - I:ingotCopper_130=130 - I:ingotCopper_200=200 - I:ingotCupronickel_100=100 - I:ingotCupronickel_130=130 - I:ingotCupronickel_200=200 - I:ingotDamascusSteel_130=130 - I:ingotDamascusSteel_200=200 - I:ingotDarkSteel_130=130 - I:ingotDarkSteel_200=200 - I:ingotDuranium_130=130 - I:ingotDuranium_200=200 - I:ingotElectrum_100=100 - I:ingotElectrum_130=130 - I:ingotElectrum_200=200 - I:ingotEpoxidFiberReinforced_130=130 - I:ingotEpoxidFiberReinforced_200=200 - I:ingotEpoxid_130=130 - I:ingotEpoxid_200=200 - I:ingotEuropium_130=130 - I:ingotEuropium_200=200 - I:ingotGalliumArsenide_130=130 - I:ingotGalliumArsenide_200=200 - I:ingotGallium_130=130 - I:ingotGallium_200=200 - I:ingotGold_130=130 - I:ingotGold_200=200 - I:ingotHSSE_130=130 - I:ingotHSSE_200=200 - I:ingotHSSG_130=130 - I:ingotHSSG_200=200 - I:ingotHSSS_130=130 - I:ingotHSSS_200=200 - I:ingotIndiumGalliumPhosphide_130=130 - I:ingotIndiumGalliumPhosphide_200=200 - I:ingotIndium_130=130 - I:ingotIndium_200=200 - I:ingotInvar_130=130 - I:ingotInvar_150=150 - I:ingotInvar_200=200 - I:ingotIridium_130=130 - I:ingotIridium_200=200 - I:ingotIron_130=130 - I:ingotIron_200=200 - I:ingotKanthal_130=130 - I:ingotKanthal_200=200 - I:ingotLead_130=130 - I:ingotLead_200=200 - I:ingotLithium_130=130 - I:ingotLithium_200=200 - I:ingotLutetium_200=200 - I:ingotMagnalium_130=130 - I:ingotMagnalium_150=150 - I:ingotMagnalium_200=200 - I:ingotMagnesium_130=130 - I:ingotMagnesium_200=200 - I:ingotManganese_130=130 - I:ingotManganese_200=200 - I:ingotMithril_130=130 - I:ingotMithril_200=200 - I:ingotMolybdenum_130=130 - I:ingotMolybdenum_200=200 - I:ingotNaquadahAlloy_130=130 - I:ingotNaquadahAlloy_200=200 - I:ingotNaquadahEnriched_200=200 - I:ingotNaquadah_200=200 - I:ingotNaquadria_130=130 - I:ingotNaquadria_200=200 - I:ingotNeodymium_130=130 - I:ingotNeodymium_200=200 - I:ingotNeutronium_130=130 - I:ingotNeutronium_200=200 - I:ingotNichrome_130=130 - I:ingotNichrome_200=200 - I:ingotNickelZincFerrite_130=130 - I:ingotNickelZincFerrite_200=200 - I:ingotNickel_130=130 - I:ingotNickel_200=200 - I:ingotNiobiumNitride_200=200 - I:ingotNiobiumTitanium_130=130 - I:ingotNiobiumTitanium_200=200 - I:ingotNiobium_200=200 - I:ingotOsmiridium_130=130 - I:ingotOsmiridium_200=200 - I:ingotOsmium_130=130 - I:ingotOsmium_200=200 - I:ingotPalladium_130=130 - I:ingotPalladium_200=200 - I:ingotPhasedGold_200=200 - I:ingotPhasedIron_200=200 - I:ingotPlastic_130=130 - I:ingotPlastic_200=200 - I:ingotPlatinum_130=130 - I:ingotPlatinum_200=200 - I:ingotPlutonium241_130=130 - I:ingotPlutonium241_200=200 - I:ingotPlutonium_130=130 - I:ingotPlutonium_200=200 - I:ingotPolycaprolactam_130=130 - I:ingotPolycaprolactam_200=200 - I:ingotPolyphenyleneSulfide_130=130 - I:ingotPolyphenyleneSulfide_200=200 - I:ingotPolystyrene_130=130 - I:ingotPolystyrene_200=200 - I:ingotPolytetrafluoroethylene_130=130 - I:ingotPolytetrafluoroethylene_200=200 - I:ingotPolyvinylChloride_130=130 - I:ingotPolyvinylChloride_200=200 - I:ingotPotassium_130=130 - I:ingotPotassium_200=200 - I:ingotPulsatingIron_200=200 - I:ingotRedAlloy_130=130 - I:ingotRedAlloy_200=200 - I:ingotRedAlloy_50=50 - I:ingotRedSteel_130=130 - I:ingotRedSteel_200=200 - I:ingotRedstoneAlloy_130=130 - I:ingotRedstoneAlloy_400=400 - I:ingotRoseGold_130=130 - I:ingotRoseGold_200=200 - I:ingotRubber_130=130 - I:ingotRubber_200=200 - I:ingotSilicon_130=130 - I:ingotSilicon_200=200 - I:ingotSilicone_130=130 - I:ingotSilicone_200=200 - I:ingotSilver_130=130 - I:ingotSilver_200=200 - I:ingotSolderingAlloy_130=130 - I:ingotSolderingAlloy_200=200 - I:ingotSolderingAlloy_500=500 - I:ingotSoularium_130=130 - I:ingotSoularium_400=400 - I:ingotStainlessSteel_130=130 - I:ingotStainlessSteel_200=200 - I:ingotSteel_130=130 - I:ingotSteel_200=200 - I:ingotSterlingSilver_130=130 - I:ingotSterlingSilver_200=200 - I:ingotStyreneButadieneRubber_130=130 - I:ingotStyreneButadieneRubber_200=200 - I:ingotTantalum_130=130 - I:ingotTantalum_200=200 - I:ingotThorium_130=130 - I:ingotThorium_200=200 - I:ingotTinAlloy_100=100 - I:ingotTinAlloy_130=130 - I:ingotTinAlloy_200=200 - I:ingotTin_130=130 - I:ingotTin_200=200 - I:ingotTitanium_130=130 - I:ingotTitanium_200=200 - I:ingotTritanium_130=130 - I:ingotTritanium_200=200 - I:ingotTungstenCarbide_130=130 - I:ingotTungstenCarbide_200=200 - I:ingotTungstenSteel_130=130 - I:ingotTungstenSteel_200=200 - I:ingotTungsten_130=130 - I:ingotTungsten_200=200 - I:ingotUltimet_130=130 - I:ingotUltimet_200=200 - I:ingotUranium235_130=130 - I:ingotUranium235_200=200 - I:ingotUranium_130=130 - I:ingotUranium_200=200 - I:ingotVanadiumGallium_130=130 - I:ingotVanadiumGallium_200=200 - I:ingotVanadiumSteel_130=130 - I:ingotVanadiumSteel_200=200 - I:ingotVanadium_200=200 - I:ingotVibrantAlloy_200=200 - I:ingotYttriumBariumCuprate_130=130 - I:ingotYttriumBariumCuprate_200=200 - I:ingotYttrium_200=200 - I:ingotZinc_130=130 - I:ingotZinc_200=200 - I:item.kekztech_crafting_item.14_400=400 - I:nuggetAluminium_100=100 - I:nuggetAluminium_130=130 - I:nuggetAmericium_100=100 - I:nuggetAmericium_130=130 - I:nuggetAnnealedCopper_100=100 - I:nuggetAntimony_100=100 - I:nuggetArsenic_100=100 - I:nuggetBatteryAlloy_100=100 - I:nuggetBeryllium_100=100 - I:nuggetBeryllium_130=130 - I:nuggetBismuthBronze_100=100 - I:nuggetBismuthBronze_130=130 - I:nuggetBismuth_100=100 - I:nuggetBismuth_130=130 - I:nuggetBlackBronze_100=100 - I:nuggetBlackBronze_130=130 - I:nuggetBlackSteel_100=100 - I:nuggetBlackSteel_130=130 - I:nuggetBlueSteel_100=100 - I:nuggetBlueSteel_130=130 - I:nuggetBorosilicateGlass_100=100 - I:nuggetBrass_100=100 - I:nuggetBrass_130=130 - I:nuggetBronze_100=100 - I:nuggetBronze_130=130 - I:nuggetCaesium_100=100 - I:nuggetCarbon_100=100 - I:nuggetCarbon_130=130 - I:nuggetCerium_100=100 - I:nuggetChrome_100=100 - I:nuggetChrome_130=130 - I:nuggetCobaltBrass_100=100 - I:nuggetCobaltBrass_130=130 - I:nuggetCobalt_100=100 - I:nuggetCobalt_130=130 - I:nuggetCopper_100=100 - I:nuggetCopper_130=130 - I:nuggetCupronickel_100=100 - I:nuggetCupronickel_130=130 - I:nuggetDamascusSteel_100=100 - I:nuggetDamascusSteel_130=130 - I:nuggetDarkSteel_100=100 - I:nuggetDarkSteel_130=130 - I:nuggetDuranium_100=100 - I:nuggetDuranium_130=130 - I:nuggetElectrum_100=100 - I:nuggetElectrum_130=130 - I:nuggetEpoxidFiberReinforced_100=100 - I:nuggetEpoxidFiberReinforced_130=130 - I:nuggetEpoxid_100=100 - I:nuggetEpoxid_130=130 - I:nuggetEuropium_100=100 - I:nuggetEuropium_130=130 - I:nuggetGalliumArsenide_100=100 - I:nuggetGallium_100=100 - I:nuggetGold_100=100 - I:nuggetGold_130=130 - I:nuggetHSSE_100=100 - I:nuggetHSSE_130=130 - I:nuggetHSSG_100=100 - I:nuggetHSSG_130=130 - I:nuggetHSSS_100=100 - I:nuggetHSSS_130=130 - I:nuggetIndiumGalliumPhosphide_100=100 - I:nuggetIndium_100=100 - I:nuggetInvar_100=100 - I:nuggetInvar_130=130 - I:nuggetIridium_100=100 - I:nuggetIridium_130=130 - I:nuggetIronMagnetic_100=100 - I:nuggetIron_100=100 - I:nuggetIron_130=130 - I:nuggetKanthal_100=100 - I:nuggetKanthal_130=130 - I:nuggetLead_100=100 - I:nuggetLead_130=130 - I:nuggetLithium_100=100 - I:nuggetLutetium_100=100 - I:nuggetMagnalium_100=100 - I:nuggetMagnalium_130=130 - I:nuggetMagnesium_100=100 - I:nuggetManganese_100=100 - I:nuggetManganese_130=130 - I:nuggetMithril_100=100 - I:nuggetMithril_130=130 - I:nuggetMolybdenum_100=100 - I:nuggetMolybdenum_130=130 - I:nuggetNaquadahAlloy_100=100 - I:nuggetNaquadahAlloy_130=130 - I:nuggetNaquadahEnriched_100=100 - I:nuggetNaquadah_100=100 - I:nuggetNaquadria_100=100 - I:nuggetNaquadria_130=130 - I:nuggetNeodymiumMagnetic_100=100 - I:nuggetNeodymium_100=100 - I:nuggetNeodymium_130=130 - I:nuggetNeutronium_100=100 - I:nuggetNeutronium_130=130 - I:nuggetNichrome_100=100 - I:nuggetNichrome_130=130 - I:nuggetNickelZincFerrite_100=100 - I:nuggetNickelZincFerrite_130=130 - I:nuggetNickel_100=100 - I:nuggetNickel_130=130 - I:nuggetNiobiumNitride_100=100 - I:nuggetNiobiumTitanium_100=100 - I:nuggetNiobiumTitanium_130=130 - I:nuggetNiobium_100=100 - I:nuggetOsmiridium_100=100 - I:nuggetOsmiridium_130=130 - I:nuggetOsmium_100=100 - I:nuggetOsmium_130=130 - I:nuggetPalladium_100=100 - I:nuggetPalladium_130=130 - I:nuggetPigIron_100=100 - I:nuggetPlastic_100=100 - I:nuggetPlastic_130=130 - I:nuggetPlatinum_100=100 - I:nuggetPlatinum_130=130 - I:nuggetPlutonium241_100=100 - I:nuggetPlutonium241_130=130 - I:nuggetPlutonium_100=100 - I:nuggetPlutonium_130=130 - I:nuggetPolycaprolactam_100=100 - I:nuggetPolycaprolactam_130=130 - I:nuggetPolyphenyleneSulfide_100=100 - I:nuggetPolyphenyleneSulfide_130=130 - I:nuggetPolystyrene_100=100 - I:nuggetPolystyrene_130=130 - I:nuggetPolytetrafluoroethylene_100=100 - I:nuggetPolytetrafluoroethylene_130=130 - I:nuggetPolyvinylChloride_100=100 - I:nuggetPolyvinylChloride_130=130 - I:nuggetPotassium_100=100 - I:nuggetPulsatingIron_100=100 - I:nuggetRedAlloy_100=100 - I:nuggetRedAlloy_130=130 - I:nuggetRedSteel_100=100 - I:nuggetRedSteel_130=130 - I:nuggetRoseGold_100=100 - I:nuggetRoseGold_130=130 - I:nuggetRubber_100=100 - I:nuggetRubber_130=130 - I:nuggetSilicon_100=100 - I:nuggetSilicon_130=130 - I:nuggetSilicone_100=100 - I:nuggetSilicone_130=130 - I:nuggetSilver_100=100 - I:nuggetSilver_130=130 - I:nuggetSolderingAlloy_100=100 - I:nuggetSolderingAlloy_130=130 - I:nuggetStainlessSteel_100=100 - I:nuggetStainlessSteel_130=130 - I:nuggetSteelMagnetic_100=100 - I:nuggetSteel_100=100 - I:nuggetSteel_130=130 - I:nuggetSterlingSilver_100=100 - I:nuggetSterlingSilver_130=130 - I:nuggetStyreneButadieneRubber_100=100 - I:nuggetStyreneButadieneRubber_130=130 - I:nuggetTantalum_100=100 - I:nuggetThorium_100=100 - I:nuggetThorium_130=130 - I:nuggetTinAlloy_100=100 - I:nuggetTinAlloy_130=130 - I:nuggetTin_100=100 - I:nuggetTin_130=130 - I:nuggetTitanium_100=100 - I:nuggetTitanium_130=130 - I:nuggetTritanium_100=100 - I:nuggetTritanium_130=130 - I:nuggetTungstenCarbide_100=100 - I:nuggetTungstenCarbide_130=130 - I:nuggetTungstenSteel_100=100 - I:nuggetTungstenSteel_130=130 - I:nuggetTungsten_100=100 - I:nuggetTungsten_130=130 - I:nuggetUltimet_100=100 - I:nuggetUltimet_130=130 - I:nuggetUranium235_100=100 - I:nuggetUranium235_130=130 - I:nuggetUranium_100=100 - I:nuggetUranium_130=130 - I:nuggetVanadiumGallium_100=100 - I:nuggetVanadiumGallium_130=130 - I:nuggetVanadiumSteel_100=100 - I:nuggetVanadiumSteel_130=130 - I:nuggetVanadium_100=100 - I:nuggetVibrantAlloy_100=100 - I:nuggetWroughtIron_100=100 - I:nuggetYttriumBariumCuprate_100=100 - I:nuggetYttriumBariumCuprate_130=130 - I:nuggetYttrium_100=100 - I:nuggetZinc_100=100 - I:nuggetZinc_130=130 - I:plateAluminium_52=52 - I:plateAmericium_490=490 - I:plateBatteryAlloy_378=378 - I:plateBeryllium_18=18 - I:plateBismuthBronze_184=184 - I:plateBismuth_416=416 - I:plateBlackBronze_196=196 - I:plateBlackSteel_128=128 - I:plateBlueSteel_150=150 - I:plateBrass_126=126 - I:plateBronze_152=152 - I:plateCarbon_24=24 - I:plateChrome_104=104 - I:plateCobaltBrass_116=116 - I:plateCobalt_118=118 - I:plateCopper_126=126 - I:plateCupronickel_120=120 - I:plateDamascusSteel_112=112 - I:plateDarkSteel_196=196 - I:plateDuranium_196=196 - I:plateElectrum_302=302 - I:plateEpoxidFiberReinforced_12=12 - I:plateEpoxid_12=12 - I:plateEuropium_302=302 - I:plateGalliumArsenide_144=144 - I:plateGallium_140=140 - I:plateGlass_40=40 - I:plateGold_392=392 - I:plateHSSE_162=162 - I:plateHSSG_196=196 - I:plateHSSS_258=258 - I:plateIndiumGalliumPhosphide_142=142 - I:plateInvar_112=112 - I:plateIridium_384=384 - I:plateIron_112=112 - I:plateIron_114=114 - I:plateKanthal_88=88 - I:plateLead_414=414 - I:plateMagnalium_50=50 - I:plateManganese_110=110 - I:plateMithril_490=490 - I:plateMolybdenum_190=190 - I:plateNaquadahAlloy_196=196 - I:plateNaquadahEnriched_196=196 - I:plateNaquadah_196=196 - I:plateNaquadria_196=196 - I:plateNeodymium_288=288 - I:plateNeodymium_292=292 - I:plateNeutronium_200000=200000 - I:plateNichrome_112=112 - I:plateNickelZincFerrite_66=66 - I:plateNickel_116=116 - I:plateNiobiumTitanium_142=142 - I:plateOsmiridium_382=382 - I:plateOsmium_380=380 - I:platePalladium_212=212 - I:platePlastic_8=8 - I:platePlatinum_390=390 - I:platePlutonium241_486=486 - I:platePlutonium_492=492 - I:platePolycaprolactam_10=10 - I:platePolyphenyleneSulfide_18=18 - I:platePolystyrene_12=12 - I:platePolytetrafluoroethylene_32=32 - I:platePolyvinylChloride_20=20 - I:plateRedAlloy_806=806 - I:plateRedSteel_138=138 - I:plateRoseGold_338=338 - I:plateRubber_10=10 - I:plateSilicon_56=56 - I:plateSilicone_14=14 - I:plateSilver_214=214 - I:plateSolderingAlloy_236=236 - I:plateStainlessSteel_110=110 - I:plateSteel_112=112 - I:plateSteel_114=114 - I:plateSterlingSilver_196=196 - I:plateStyreneButadieneRubber_10=10 - I:plateThorium_460=460 - I:plateTinAlloy_174=174 - I:plateTin_236=236 - I:plateTitanium_96=96 - I:plateTritanium_196=196 - I:plateTungstenCarbide_194=194 - I:plateTungstenSteel_238=238 - I:plateTungsten_366=366 - I:plateUltimet_122=122 - I:plateUranium235_470=470 - I:plateUranium_476=476 - I:plateVanadiumGallium_110=110 - I:plateVanadiumSteel_110=110 - I:plateYttriumBariumCuprate_102=102 - I:plateZinc_130=130 - I:tile.anvil.intact_512=512 - I:tile.stainedGlass.black_200=200 - I:tile.stainedGlass.blue_200=200 - I:tile.stainedGlass.brown_200=200 - I:tile.stainedGlass.cyan_200=200 - I:tile.stainedGlass.gray_200=200 - I:tile.stainedGlass.green_200=200 - I:tile.stainedGlass.lightBlue_200=200 - I:tile.stainedGlass.lime_200=200 - I:tile.stainedGlass.magenta_200=200 - I:tile.stainedGlass.orange_200=200 - I:tile.stainedGlass.pink_200=200 - I:tile.stainedGlass.purple_200=200 - I:tile.stainedGlass.red_200=200 - I:tile.stainedGlass.silver_200=200 - I:tile.stainedGlass.white_200=200 - I:tile.stainedGlass.yellow_200=200 -} - - -amplifier { - I:ic2.itemScrap_180=180 - I:ic2.itemScrapbox_180=180 -} - - -arcfurnace { - I:arrowGtWoodDamascusSteel_20=20 - I:arrowGtWoodSterlingSilver_30=30 - I:blockAluminium_234=234 - I:blockAmericium_2205=2205 - I:blockAnnealedCopper_567=567 - I:blockAntimony_1089=1089 - I:blockBatteryAlloy_1701=1701 - I:blockBeryllium_81=81 - I:blockBismuthBronze_828=828 - I:blockBismuth_1872=1872 - I:blockBlackBronze_882=882 - I:blockBlackSteel_576=576 - I:blockBlueSteel_675=675 - I:blockBrass_567=567 - I:blockBronze_684=684 - I:blockCaesium_1188=1188 - I:blockCerium_1260=1260 - I:blockCharcoal_110=110 - I:blockChrome_468=468 - I:blockCoal_110=110 - I:blockCobaltBrass_522=522 - I:blockCobalt_531=531 - I:blockConductiveIron_882=882 - I:blockCopper_567=567 - I:blockCupronickel_540=540 - I:blockDamascusSteel_504=504 - I:blockDarkSteel_882=882 - I:blockDiamond_110=110 - I:blockDuranium_882=882 - I:blockElectricalSteel_882=882 - I:blockElectrum_1359=1359 - I:blockEnergeticAlloy_882=882 - I:blockEuropium_1359=1359 - I:blockGallium_630=630 - I:blockGold_1764=1764 - I:blockHSSE_729=729 - I:blockHSSG_882=882 - I:blockHSSS_1161=1161 - I:blockIndium_1026=1026 - I:blockInvar_504=504 - I:blockIridium_1728=1728 - I:blockIronMagnetic_504=504 - I:blockIron_504=504 - I:blockKanthal_396=396 - I:blockLead_1863=1863 - I:blockLignite_110=110 - I:blockLutetium_1566=1566 - I:blockMagnalium_225=225 - I:blockMagnesium_216=216 - I:blockManganese_495=495 - I:blockMithril_2205=2205 - I:blockMolybdenum_855=855 - I:blockNaquadahAlloy_882=882 - I:blockNaquadahEnriched_882=882 - I:blockNaquadah_882=882 - I:blockNaquadria_882=882 - I:blockNeodymiumMagnetic_1296=1296 - I:blockNeodymium_1296=1296 - I:blockNetherStar_882=882 - I:blockNeutronium_900000=900000 - I:blockNichrome_504=504 - I:blockNickel_522=522 - I:blockNiobiumNitride_486=486 - I:blockNiobiumTitanium_639=639 - I:blockNiobium_846=846 - I:blockOsmiridium_1719=1719 - I:blockOsmium_1710=1710 - I:blockPalladium_954=954 - I:blockPhasedGold_882=882 - I:blockPhasedIron_882=882 - I:blockPhosphorus_55=55 - I:blockPigIron_504=504 - I:blockPlatinum_1755=1755 - I:blockPlutonium241_2187=2187 - I:blockPlutonium_2214=2214 - I:blockPulsatingIron_882=882 - I:blockRedAlloy_3627=3627 - I:blockRedSteel_621=621 - I:blockRedstone_765=765 - I:blockRoseGold_1521=1521 - I:blockSilicon_252=252 - I:blockSilver_963=963 - I:blockSolderingAlloy_1062=1062 - I:blockStainlessSteel_495=495 - I:blockSteelMagnetic_504=504 - I:blockSteel_504=504 - I:blockSterlingSilver_882=882 - I:blockTantalum_1620=1620 - I:blockThorium_2070=2070 - I:blockTinAlloy_783=783 - I:blockTin_1062=1062 - I:blockTitanium_432=432 - I:blockTritanium_882=882 - I:blockTungstenCarbide_873=873 - I:blockTungstenSteel_1071=1071 - I:blockTungsten_1647=1647 - I:blockUltimet_549=549 - I:blockUranium235_2115=2115 - I:blockUranium_2142=2142 - I:blockVanadiumGallium_495=495 - I:blockVanadiumSteel_495=495 - I:blockVanadium_459=459 - I:blockVibrantAlloy_882=882 - I:blockWroughtIron_504=504 - I:blockYttriumBariumCuprate_459=459 - I:blockYttrium_801=801 - I:blockZinc_585=585 - I:boltAluminium_16=16 - I:boltBeryllium_16=16 - I:boltBismuthBronze_16=16 - I:boltBismuth_26=26 - I:boltBlackBronze_16=16 - I:boltBlackSteel_16=16 - I:boltBlueSteel_16=16 - I:boltBrass_16=16 - I:boltBronze_16=16 - I:boltChrome_16=16 - I:boltCobaltBrass_16=16 - I:boltCobalt_16=16 - I:boltCupronickel_16=16 - I:boltDamascusSteel_16=16 - I:boltDarkSteel_16=16 - I:boltDuranium_16=16 - I:boltElectrum_18=18 - I:boltGold_24=24 - I:boltHSSE_16=16 - I:boltHSSG_16=16 - I:boltHSSS_16=16 - I:boltInvar_16=16 - I:boltIridium_24=24 - I:boltIronMagnetic_16=16 - I:boltIron_16=16 - I:boltKanthal_16=16 - I:boltLead_25=25 - I:boltMagnalium_16=16 - I:boltManganese_16=16 - I:boltMithril_30=30 - I:boltMolybdenum_16=16 - I:boltNaquadahAlloy_16=16 - I:boltNaquadahEnriched_16=16 - I:boltNaquadah_16=16 - I:boltNaquadria_16=16 - I:boltNeodymiumMagnetic_18=18 - I:boltNeodymium_18=18 - I:boltNetherStar_16=16 - I:boltNeutronium_12500=12500 - I:boltNichrome_16=16 - I:boltNickel_16=16 - I:boltOsmiridium_23=23 - I:boltOsmium_23=23 - I:boltPalladium_16=16 - I:boltPigIron_16=16 - I:boltPlatinum_24=24 - I:boltPlutonium241_30=30 - I:boltPlutonium_30=30 - I:boltRedSteel_16=16 - I:boltRoseGold_21=21 - I:boltSilver_16=16 - I:boltStainlessSteel_16=16 - I:boltSteelMagnetic_16=16 - I:boltSteel_16=16 - I:boltSterlingSilver_16=16 - I:boltThorium_28=28 - I:boltTinAlloy_16=16 - I:boltTin_16=16 - I:boltTitanium_16=16 - I:boltTritanium_16=16 - I:boltTungstenCarbide_16=16 - I:boltTungstenSteel_16=16 - I:boltTungsten_22=22 - I:boltUltimet_16=16 - I:boltUranium235_29=29 - I:boltUranium_29=29 - I:boltVanadiumSteel_16=16 - I:boltWroughtIron_16=16 - I:bucketEmpty_168=168 - I:cableGt01Aluminium_16=16 - I:cableGt01AnnealedCopper_31=31 - I:cableGt01BlackSteel_32=32 - I:cableGt01Cobalt_29=29 - I:cableGt01Copper_31=31 - I:cableGt01Cupronickel_30=30 - I:cableGt01Duranium_49=49 - I:cableGt01Electrum_75=75 - I:cableGt01Gold_98=98 - I:cableGt01HSSG_49=49 - I:cableGt01Iron_28=28 - I:cableGt01Kanthal_22=22 - I:cableGt01Lead_103=103 - I:cableGt01NaquadahAlloy_49=49 - I:cableGt01Naquadah_49=49 - I:cableGt01Nichrome_28=28 - I:cableGt01Nickel_29=29 - I:cableGt01NiobiumTitanium_35=35 - I:cableGt01Osmium_95=95 - I:cableGt01Platinum_97=97 - I:cableGt01RedAlloy_201=201 - I:cableGt01Silver_53=53 - I:cableGt01SolderingAlloy_59=59 - I:cableGt01Steel_28=28 - I:cableGt01Tin_59=59 - I:cableGt01Titanium_24=24 - I:cableGt01TungstenSteel_59=59 - I:cableGt01Tungsten_91=91 - I:cableGt01VanadiumGallium_27=27 - I:cableGt01YttriumBariumCuprate_25=25 - I:cableGt01Zinc_32=32 - I:cableGt02Aluminium_26=26 - I:cableGt02AnnealedCopper_63=63 - I:cableGt02BlackSteel_64=64 - I:cableGt02Cobalt_59=59 - I:cableGt02Copper_63=63 - I:cableGt02Cupronickel_60=60 - I:cableGt02Duranium_98=98 - I:cableGt02Electrum_151=151 - I:cableGt02Gold_196=196 - I:cableGt02HSSG_98=98 - I:cableGt02Iron_56=56 - I:cableGt02Kanthal_44=44 - I:cableGt02Lead_207=207 - I:cableGt02NaquadahAlloy_98=98 - I:cableGt02Naquadah_98=98 - I:cableGt02Nichrome_56=56 - I:cableGt02Nickel_58=58 - I:cableGt02NiobiumTitanium_71=71 - I:cableGt02Osmium_190=190 - I:cableGt02Platinum_195=195 - I:cableGt02RedAlloy_403=403 - I:cableGt02Silver_107=107 - I:cableGt02SolderingAlloy_118=118 - I:cableGt02Steel_56=56 - I:cableGt02Tin_118=118 - I:cableGt02Titanium_48=48 - I:cableGt02TungstenSteel_119=119 - I:cableGt02Tungsten_183=183 - I:cableGt02VanadiumGallium_55=55 - I:cableGt02YttriumBariumCuprate_51=51 - I:cableGt02Zinc_65=65 - I:cableGt04Aluminium_52=52 - I:cableGt04AnnealedCopper_126=126 - I:cableGt04BlackSteel_128=128 - I:cableGt04Cobalt_118=118 - I:cableGt04Copper_126=126 - I:cableGt04Cupronickel_120=120 - I:cableGt04Duranium_196=196 - I:cableGt04Electrum_302=302 - I:cableGt04Gold_392=392 - I:cableGt04HSSG_196=196 - I:cableGt04Iron_112=112 - I:cableGt04Kanthal_88=88 - I:cableGt04Lead_414=414 - I:cableGt04NaquadahAlloy_196=196 - I:cableGt04Naquadah_196=196 - I:cableGt04Nichrome_112=112 - I:cableGt04Nickel_116=116 - I:cableGt04NiobiumTitanium_142=142 - I:cableGt04Osmium_380=380 - I:cableGt04Platinum_390=390 - I:cableGt04RedAlloy_806=806 - I:cableGt04Silver_214=214 - I:cableGt04SolderingAlloy_236=236 - I:cableGt04Steel_112=112 - I:cableGt04Tin_236=236 - I:cableGt04Titanium_96=96 - I:cableGt04TungstenSteel_238=238 - I:cableGt04Tungsten_366=366 - I:cableGt04VanadiumGallium_110=110 - I:cableGt04YttriumBariumCuprate_102=102 - I:cableGt04Zinc_130=130 - I:cableGt08Aluminium_104=104 - I:cableGt08AnnealedCopper_252=252 - I:cableGt08BlackSteel_256=256 - I:cableGt08Cobalt_236=236 - I:cableGt08Copper_252=252 - I:cableGt08Cupronickel_240=240 - I:cableGt08Duranium_392=392 - I:cableGt08Electrum_604=604 - I:cableGt08Gold_784=784 - I:cableGt08HSSG_392=392 - I:cableGt08Iron_224=224 - I:cableGt08Kanthal_176=176 - I:cableGt08Lead_828=828 - I:cableGt08NaquadahAlloy_392=392 - I:cableGt08Naquadah_392=392 - I:cableGt08Nichrome_224=224 - I:cableGt08Nickel_232=232 - I:cableGt08NiobiumTitanium_284=284 - I:cableGt08Osmium_760=760 - I:cableGt08Platinum_780=780 - I:cableGt08RedAlloy_1612=1612 - I:cableGt08Silver_428=428 - I:cableGt08SolderingAlloy_472=472 - I:cableGt08Steel_224=224 - I:cableGt08Tin_472=472 - I:cableGt08Titanium_192=192 - I:cableGt08TungstenSteel_476=476 - I:cableGt08Tungsten_732=732 - I:cableGt08VanadiumGallium_220=220 - I:cableGt08YttriumBariumCuprate_204=204 - I:cableGt08Zinc_260=260 - I:cableGt12Aluminium_156=156 - I:cableGt12AnnealedCopper_378=378 - I:cableGt12BlackSteel_384=384 - I:cableGt12Cobalt_354=354 - I:cableGt12Copper_378=378 - I:cableGt12Cupronickel_360=360 - I:cableGt12Duranium_588=588 - I:cableGt12Electrum_906=906 - I:cableGt12Gold_1176=1176 - I:cableGt12HSSG_588=588 - I:cableGt12Iron_336=336 - I:cableGt12Kanthal_264=264 - I:cableGt12Lead_1242=1242 - I:cableGt12NaquadahAlloy_588=588 - I:cableGt12Naquadah_588=588 - I:cableGt12Nichrome_336=336 - I:cableGt12Nickel_348=348 - I:cableGt12NiobiumTitanium_426=426 - I:cableGt12Osmium_1140=1140 - I:cableGt12Platinum_1170=1170 - I:cableGt12RedAlloy_2418=2418 - I:cableGt12Silver_642=642 - I:cableGt12SolderingAlloy_708=708 - I:cableGt12Steel_336=336 - I:cableGt12Tin_708=708 - I:cableGt12Titanium_288=288 - I:cableGt12TungstenSteel_714=714 - I:cableGt12Tungsten_1098=1098 - I:cableGt12VanadiumGallium_330=330 - I:cableGt12YttriumBariumCuprate_306=306 - I:cableGt12Zinc_390=390 - I:cellAlduorite_236=236 - I:cellArsenic_236=236 - I:cellBioFuel_236=236 - I:cellCarbon_236=236 - I:cellCobaltHexahydrate_236=236 - I:cellDilithium_236=236 - I:cellEmpty_236=236 - I:cellForcicium_236=236 - I:cellForcillium_236=236 - I:cellGlowstone_334=334 - I:cellGraphite_248=248 - I:cellMagnesiumchloride_236=236 - I:cellNitricAcid_236=236 - I:cellNitroCarbon_242=242 - I:cellPhosphate_242=242 - I:cellPhosphorousPentoxide_236=236 - I:cellPhosphorus_242=242 - I:cellSeedOilHemp_236=236 - I:cellSeedOilLin_236=236 - I:cellSiliconDioxide_236=236 - I:cellSnow_236=236 - I:dustCopper_63=63 - I:dustIronMagnetic_56=56 - I:dustIron_56=56 - I:dustNetherrack_98=98 - I:dustPigIron_56=56 - I:dustSmallCopper_16=16 - I:dustSmallIronMagnetic_16=16 - I:dustSmallIron_16=16 - I:dustSmallNetherrack_24=24 - I:dustSmallPigIron_16=16 - I:dustTinyCopper_16=16 - I:dustTinyIronMagnetic_16=16 - I:dustTinyIron_16=16 - I:dustTinyNetherrack_16=16 - I:dustTinyPigIron_16=16 - I:enderio.silicon_28=28 - I:foilAluminium_16=16 - I:foilAnnealedCopper_16=16 - I:foilBlackSteel_16=16 - I:foilCopper_16=16 - I:foilDuranium_24=24 - I:foilElectrum_37=37 - I:foilGold_49=49 - I:foilHSSG_24=24 - I:foilManganese_16=16 - I:foilNaquadahAlloy_24=24 - I:foilNaquadah_24=24 - I:foilNichrome_16=16 - I:foilNiobiumTitanium_17=17 - I:foilOsmiridium_47=47 - I:foilOsmium_47=47 - I:foilPlatinum_48=48 - I:foilSilicon_16=16 - I:foilSteel_16=16 - I:foilTitanium_16=16 - I:foilTungstenSteel_29=29 - I:foilTungsten_45=45 - I:foilVanadiumGallium_16=16 - I:foilYttriumBariumCuprate_16=16 - I:foilZinc_16=16 - I:frameGtAluminium_52=52 - I:frameGtAmericium_490=490 - I:frameGtAnnealedCopper_126=126 - I:frameGtAntimony_242=242 - I:frameGtBatteryAlloy_378=378 - I:frameGtBeryllium_18=18 - I:frameGtBismuthBronze_184=184 - I:frameGtBismuth_416=416 - I:frameGtBlackBronze_196=196 - I:frameGtBlackSteel_128=128 - I:frameGtBlueSteel_150=150 - I:frameGtBrass_126=126 - I:frameGtBronze_152=152 - I:frameGtCaesium_264=264 - I:frameGtCerium_280=280 - I:frameGtChrome_104=104 - I:frameGtCobaltBrass_116=116 - I:frameGtCobalt_118=118 - I:frameGtCopper_126=126 - I:frameGtCupronickel_120=120 - I:frameGtDamascusSteel_112=112 - I:frameGtDarkSteel_196=196 - I:frameGtDuranium_196=196 - I:frameGtElectrum_302=302 - I:frameGtEuropium_302=302 - I:frameGtGallium_140=140 - I:frameGtGold_392=392 - I:frameGtHSSE_162=162 - I:frameGtHSSG_196=196 - I:frameGtHSSS_258=258 - I:frameGtIndium_228=228 - I:frameGtInvar_112=112 - I:frameGtIridium_384=384 - I:frameGtIronMagnetic_112=112 - I:frameGtIron_112=112 - I:frameGtKanthal_88=88 - I:frameGtLead_414=414 - I:frameGtLutetium_348=348 - I:frameGtMagnalium_50=50 - I:frameGtMagnesium_48=48 - I:frameGtManganese_110=110 - I:frameGtMithril_490=490 - I:frameGtMolybdenum_190=190 - I:frameGtNaquadahAlloy_196=196 - I:frameGtNaquadahEnriched_196=196 - I:frameGtNaquadah_196=196 - I:frameGtNaquadria_196=196 - I:frameGtNeodymiumMagnetic_288=288 - I:frameGtNeodymium_288=288 - I:frameGtNeutronium_200000=200000 - I:frameGtNichrome_112=112 - I:frameGtNickel_116=116 - I:frameGtNiobiumNitride_108=108 - I:frameGtNiobiumTitanium_142=142 - I:frameGtNiobium_188=188 - I:frameGtOsmiridium_382=382 - I:frameGtOsmium_380=380 - I:frameGtPalladium_212=212 - I:frameGtPigIron_112=112 - I:frameGtPlastic_24=24 - I:frameGtPlatinum_390=390 - I:frameGtPlutonium241_486=486 - I:frameGtPlutonium_492=492 - I:frameGtPolystyrene_24=24 - I:frameGtPolyvinylChloride_24=24 - I:frameGtRedAlloy_806=806 - I:frameGtRedSteel_138=138 - I:frameGtRoseGold_338=338 - I:frameGtRubber_24=24 - I:frameGtSilicon_56=56 - I:frameGtSilicone_24=24 - I:frameGtSilver_214=214 - I:frameGtSolderingAlloy_236=236 - I:frameGtStainlessSteel_110=110 - I:frameGtSteelMagnetic_112=112 - I:frameGtSteel_112=112 - I:frameGtSterlingSilver_196=196 - I:frameGtStyreneButadieneRubber_24=24 - I:frameGtTantalum_360=360 - I:frameGtThorium_460=460 - I:frameGtTinAlloy_174=174 - I:frameGtTin_236=236 - I:frameGtTitanium_96=96 - I:frameGtTritanium_196=196 - I:frameGtTungstenCarbide_194=194 - I:frameGtTungstenSteel_238=238 - I:frameGtTungsten_366=366 - I:frameGtUltimet_122=122 - I:frameGtUranium235_470=470 - I:frameGtUranium_476=476 - I:frameGtVanadiumGallium_110=110 - I:frameGtVanadiumSteel_110=110 - I:frameGtVanadium_102=102 - I:frameGtWoodSealed_24=24 - I:frameGtWood_24=24 - I:frameGtWroughtIron_112=112 - I:frameGtYttriumBariumCuprate_102=102 - I:frameGtYttrium_178=178 - I:frameGtZinc_130=130 - I:gearGtAluminium_104=104 - I:gearGtBronze_304=304 - I:gearGtCobaltBrass_232=232 - I:gearGtCopper_252=252 - I:gearGtDiamond_49=49 - I:gearGtGold_784=784 - I:gearGtHSSE_324=324 - I:gearGtHSSG_392=392 - I:gearGtIron_224=224 - I:gearGtNeutronium_400000=400000 - I:gearGtSmallAluminium_26=26 - I:gearGtSmallHSSE_81=81 - I:gearGtSmallHSSG_98=98 - I:gearGtSmallNeutronium_100000=100000 - I:gearGtSmallStainlessSteel_55=55 - I:gearGtSmallSteel_56=56 - I:gearGtSmallTitanium_48=48 - I:gearGtSmallTungstenSteel_119=119 - I:gearGtStainlessSteel_220=220 - I:gearGtSteel_224=224 - I:gearGtTin_472=472 - I:gearGtTitanium_192=192 - I:gearGtTungstenSteel_476=476 - I:gearGtWood_49=49 - I:gemCharcoal_16=16 - I:gemCoal_16=16 - I:gemDiamond_16=16 - I:gemExquisiteDiamond_49=49 - I:gemFlawlessDiamond_24=24 - I:gemIridium_192=192 - I:gemLignite_16=16 - I:gemNetherStar_98=98 - I:gt.blockcasings.0_448=448 - I:gt.blockcasings.10_228=228 - I:gt.blockcasings.11_224=224 - I:gt.blockcasings.1_448=448 - I:gt.blockcasings.2_208=208 - I:gt.blockcasings.3_440=440 - I:gt.blockcasings.4_384=384 - I:gt.blockcasings.5_952=952 - I:gt.blockcasings.6_416=416 - I:gt.blockcasings.7_1536=1536 - I:gt.blockcasings.8_1520=1520 - I:gt.blockcasings.9_800000=800000 - I:gt.blockcasings2.0_224=224 - I:gt.blockcasings2.12_684=684 - I:gt.blockcasings2.13_504=504 - I:gt.blockcasings2.14_432=432 - I:gt.blockcasings2.15_1071=1071 - I:gt.blockcasings2.1_104=104 - I:gt.blockcasings2.2_532=532 - I:gt.blockcasings2.3_392=392 - I:gt.blockcasings2.4_352=352 - I:gt.blockcasings2.5_8572=8572 - I:gt.blockcasings2.9_1314=1314 - I:gt.blockcasings3.0_224=224 - I:gt.blockcasings3.10_422=422 - I:gt.blockcasings3.11_781=781 - I:gt.blockcasings3.13_304=304 - I:gt.blockcasings3.14_224=224 - I:gt.blockcasings3.15_476=476 - I:gt.blockcasings3.1_224=224 - I:gt.blockcasings3.2_224=224 - I:gt.blockcasings3.3_224=224 - I:gt.blockcasings3.4_224=224 - I:gt.blockcasings3.5_224=224 - I:gt.blockcasings3.6_224=224 - I:gt.blockcasings3.7_224=224 - I:gt.blockcasings3.8_224=224 - I:gt.blockcasings3.9_224=224 - I:gt.blockcasings4.0_476=476 - I:gt.blockcasings4.10_240=240 - I:gt.blockcasings4.11_219=219 - I:gt.blockcasings4.12_432=432 - I:gt.blockcasings4.13_648=648 - I:gt.blockcasings4.14_764=764 - I:gt.blockcasings4.1_220=220 - I:gt.blockcasings4.2_192=192 - I:gt.blockcasings4.3_192=192 - I:gt.blockcasings4.6_1130=1130 - I:gt.blockcasings4.7_1520=1520 - I:gt.blockcasings4.8_2600=2600 - I:gt.blockcasings4.9_150=150 - I:gt.blockcasings5.0_480=480 - I:gt.blockcasings5.1_352=352 - I:gt.blockcasings5.2_448=448 - I:gt.blockcasings5.3_952=952 - I:gt.blockcasings5.4_784=784 - I:gt.blockcasings5.5_784=784 - I:gt.blockcasings5.6_784=784 - I:gt.blockmachines.automation.chestbuffer.tier.00_1370=1370 - I:gt.blockmachines.automation.chestbuffer.tier.01_1281=1281 - I:gt.blockmachines.automation.chestbuffer.tier.02_1138=1138 - I:gt.blockmachines.automation.chestbuffer.tier.03_2300=2300 - I:gt.blockmachines.automation.chestbuffer.tier.04_2731=2731 - I:gt.blockmachines.automation.chestbuffer.tier.05_6006=6006 - I:gt.blockmachines.automation.chestbuffer.tier.06_569=569 - I:gt.blockmachines.automation.chestbuffer.tier.07_1732=1732 - I:gt.blockmachines.automation.chestbuffer.tier.08_2010=2010 - I:gt.blockmachines.automation.chestbuffer.tier.09_800098=800098 - I:gt.blockmachines.automation.filter.tier.00_1370=1370 - I:gt.blockmachines.automation.filter.tier.01_1281=1281 - I:gt.blockmachines.automation.filter.tier.02_1138=1138 - I:gt.blockmachines.automation.filter.tier.03_2300=2300 - I:gt.blockmachines.automation.filter.tier.04_2731=2731 - I:gt.blockmachines.automation.filter.tier.05_6006=6006 - I:gt.blockmachines.automation.filter.tier.06_569=569 - I:gt.blockmachines.automation.filter.tier.07_1732=1732 - I:gt.blockmachines.automation.filter.tier.08_2010=2010 - I:gt.blockmachines.automation.filter.tier.09_800098=800098 - I:gt.blockmachines.automation.itemdistributor.tier.00_2800=2800 - I:gt.blockmachines.automation.itemdistributor.tier.01_2711=2711 - I:gt.blockmachines.automation.itemdistributor.tier.02_2677=2677 - I:gt.blockmachines.automation.itemdistributor.tier.03_5628=5628 - I:gt.blockmachines.automation.itemdistributor.tier.04_7373=7373 - I:gt.blockmachines.automation.itemdistributor.tier.05_15749=15749 - I:gt.blockmachines.automation.itemdistributor.tier.06_569=569 - I:gt.blockmachines.automation.itemdistributor.tier.07_1732=1732 - I:gt.blockmachines.automation.itemdistributor.tier.08_2010=2010 - I:gt.blockmachines.automation.itemdistributor.tier.09_800098=800098 - I:gt.blockmachines.automation.regulator.tier.00_3885=3885 - I:gt.blockmachines.automation.regulator.tier.01_3796=3796 - I:gt.blockmachines.automation.regulator.tier.02_3210=3210 - I:gt.blockmachines.automation.regulator.tier.03_6974=6974 - I:gt.blockmachines.automation.regulator.tier.04_8040=8040 - I:gt.blockmachines.automation.regulator.tier.05_17818=17818 - I:gt.blockmachines.automation.regulator.tier.06_569=569 - I:gt.blockmachines.automation.regulator.tier.07_1732=1732 - I:gt.blockmachines.automation.regulator.tier.08_2010=2010 - I:gt.blockmachines.automation.regulator.tier.09_800098=800098 - I:gt.blockmachines.automation.superbuffer.tier.00_1370=1370 - I:gt.blockmachines.automation.superbuffer.tier.01_1281=1281 - I:gt.blockmachines.automation.superbuffer.tier.02_1040=1040 - I:gt.blockmachines.automation.superbuffer.tier.03_2300=2300 - I:gt.blockmachines.automation.superbuffer.tier.04_2731=2731 - I:gt.blockmachines.automation.superbuffer.tier.05_6006=6006 - I:gt.blockmachines.automation.superbuffer.tier.06_471=471 - I:gt.blockmachines.automation.superbuffer.tier.07_1634=1634 - I:gt.blockmachines.automation.superbuffer.tier.08_1912=1912 - I:gt.blockmachines.automation.superbuffer.tier.09_800000=800000 - I:gt.blockmachines.automation.typefilter.tier.00_1370=1370 - I:gt.blockmachines.automation.typefilter.tier.01_1281=1281 - I:gt.blockmachines.automation.typefilter.tier.02_1138=1138 - I:gt.blockmachines.automation.typefilter.tier.03_2300=2300 - I:gt.blockmachines.automation.typefilter.tier.04_2731=2731 - I:gt.blockmachines.automation.typefilter.tier.05_6006=6006 - I:gt.blockmachines.automation.typefilter.tier.06_569=569 - I:gt.blockmachines.automation.typefilter.tier.07_1732=1732 - I:gt.blockmachines.automation.typefilter.tier.08_2010=2010 - I:gt.blockmachines.automation.typefilter.tier.09_800098=800098 - I:gt.blockmachines.basicgenerator.diesel.tier.01_3181=3181 - I:gt.blockmachines.basicgenerator.diesel.tier.02_2372=2372 - I:gt.blockmachines.basicgenerator.diesel.tier.03_5248=5248 - I:gt.blockmachines.basicgenerator.gasturbine.tier.01_2785=2785 - I:gt.blockmachines.basicgenerator.gasturbine.tier.02_2009=2009 - I:gt.blockmachines.basicgenerator.gasturbine.tier.03_3014=3014 - I:gt.blockmachines.basicgenerator.lightningrod.03_2991=2991 - I:gt.blockmachines.basicgenerator.lightningrod.04_9738=9738 - I:gt.blockmachines.basicgenerator.lightningrod.05_12696=12696 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.01_2770=2770 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.02_2928=2928 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.03_3971=3971 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.04_406028=406028 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.01_1434=1434 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.02_1513=1513 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.03_202254=202254 - I:gt.blockmachines.basicgenerator.naquadah.tier.04_7025=7025 - I:gt.blockmachines.basicgenerator.naquadah.tier.05_14270=14270 - I:gt.blockmachines.basicgenerator.naquadah.tier.06_853=853 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.05_4486=4486 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.06_8281=8281 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.07_14709=14709 - I:gt.blockmachines.basicgenerator.steamturbine.tier.01_2740=2740 - I:gt.blockmachines.basicgenerator.steamturbine.tier.02_2022=2022 - I:gt.blockmachines.basicgenerator.steamturbine.tier.03_3106=3106 - I:gt.blockmachines.basicmachine.alloysmelter.tier.01_1188=1188 - I:gt.blockmachines.basicmachine.alloysmelter.tier.02_814=814 - I:gt.blockmachines.basicmachine.alloysmelter.tier.03_1184=1184 - I:gt.blockmachines.basicmachine.alloysmelter.tier.04_884=884 - I:gt.blockmachines.basicmachine.alloysmelter.tier.05_2282=2282 - I:gt.blockmachines.basicmachine.alloysmelter.tier.06_1326=1326 - I:gt.blockmachines.basicmachine.alloysmelter.tier.07_2516=2516 - I:gt.blockmachines.basicmachine.alloysmelter.tier.08_3088=3088 - I:gt.blockmachines.basicmachine.amplifab.tier.01_5556=5556 - I:gt.blockmachines.basicmachine.amplifab.tier.02_4122=4122 - I:gt.blockmachines.basicmachine.amplifab.tier.03_6580=6580 - I:gt.blockmachines.basicmachine.amplifab.tier.04_6717=6717 - I:gt.blockmachines.basicmachine.amplifab.tier.05_15344=15344 - I:gt.blockmachines.basicmachine.amplifab.tier.06_755=755 - I:gt.blockmachines.basicmachine.amplifab.tier.07_2026=2026 - I:gt.blockmachines.basicmachine.amplifab.tier.08_1912=1912 - I:gt.blockmachines.basicmachine.arcfurnace.tier.01_1454=1454 - I:gt.blockmachines.basicmachine.arcfurnace.tier.02_849=849 - I:gt.blockmachines.basicmachine.arcfurnace.tier.03_1833=1833 - I:gt.blockmachines.basicmachine.arcfurnace.tier.04_906=906 - I:gt.blockmachines.basicmachine.arcfurnace.tier.05_2508=2508 - I:gt.blockmachines.basicmachine.arcfurnace.tier.06_1285=1285 - I:gt.blockmachines.basicmachine.arcfurnace.tier.07_2505=2505 - I:gt.blockmachines.basicmachine.arcfurnace.tier.08_302148=302148 - I:gt.blockmachines.basicmachine.assembler.tier.01_5344=5344 - I:gt.blockmachines.basicmachine.assembler.tier.02_4714=4714 - I:gt.blockmachines.basicmachine.assembler.tier.03_10498=10498 - I:gt.blockmachines.basicmachine.assembler.tier.04_12708=12708 - I:gt.blockmachines.basicmachine.assembler.tier.05_27756=27756 - I:gt.blockmachines.basicmachine.assembler.tier.06_542=542 - I:gt.blockmachines.basicmachine.assembler.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.assembler.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.autoclave.tier.01_1919=1919 - I:gt.blockmachines.basicmachine.autoclave.tier.02_1274=1274 - I:gt.blockmachines.basicmachine.autoclave.tier.03_2146=2146 - I:gt.blockmachines.basicmachine.autoclave.tier.04_2152=2152 - I:gt.blockmachines.basicmachine.autoclave.tier.05_4968=4968 - I:gt.blockmachines.basicmachine.autoclave.tier.06_863=863 - I:gt.blockmachines.basicmachine.autoclave.tier.07_1958=1958 - I:gt.blockmachines.basicmachine.autoclave.tier.08_401912=401912 - I:gt.blockmachines.basicmachine.bender.tier.01_2733=2733 - I:gt.blockmachines.basicmachine.bender.tier.02_2164=2164 - I:gt.blockmachines.basicmachine.bender.tier.03_4808=4808 - I:gt.blockmachines.basicmachine.bender.tier.04_5571=5571 - I:gt.blockmachines.basicmachine.bender.tier.05_12348=12348 - I:gt.blockmachines.basicmachine.bender.tier.06_506=506 - I:gt.blockmachines.basicmachine.bender.tier.07_1683=1683 - I:gt.blockmachines.basicmachine.bender.tier.08_2108=2108 - I:gt.blockmachines.basicmachine.boxinator.tier.01_3014=3014 - I:gt.blockmachines.basicmachine.boxinator.tier.02_2720=2720 - I:gt.blockmachines.basicmachine.boxinator.tier.03_5665=5665 - I:gt.blockmachines.basicmachine.boxinator.tier.04_6572=6572 - I:gt.blockmachines.basicmachine.boxinator.tier.05_14531=14531 - I:gt.blockmachines.basicmachine.boxinator.tier.06_722=722 - I:gt.blockmachines.basicmachine.boxinator.tier.07_1928=1928 - I:gt.blockmachines.basicmachine.boxinator.tier.08_2206=2206 - I:gt.blockmachines.basicmachine.brewery.tier.01_1871=1871 - I:gt.blockmachines.basicmachine.brewery.tier.02_1291=1291 - I:gt.blockmachines.basicmachine.brewery.tier.03_2179=2179 - I:gt.blockmachines.basicmachine.brewery.tier.04_2044=2044 - I:gt.blockmachines.basicmachine.brewery.tier.05_4732=4732 - I:gt.blockmachines.basicmachine.brewery.tier.06_583=583 - I:gt.blockmachines.basicmachine.brewery.tier.07_1789=1789 - I:gt.blockmachines.basicmachine.brewery.tier.08_2067=2067 - I:gt.blockmachines.basicmachine.canner.tier.01_1813=1813 - I:gt.blockmachines.basicmachine.canner.tier.02_1233=1233 - I:gt.blockmachines.basicmachine.canner.tier.03_2122=2122 - I:gt.blockmachines.basicmachine.canner.tier.04_1986=1986 - I:gt.blockmachines.basicmachine.canner.tier.05_4687=4687 - I:gt.blockmachines.basicmachine.canner.tier.06_542=542 - I:gt.blockmachines.basicmachine.canner.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.canner.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.centrifuge.tier.01_1340=1340 - I:gt.blockmachines.basicmachine.centrifuge.tier.02_1072=1072 - I:gt.blockmachines.basicmachine.centrifuge.tier.03_2398=2398 - I:gt.blockmachines.basicmachine.centrifuge.tier.04_2744=2744 - I:gt.blockmachines.basicmachine.centrifuge.tier.05_6110=6110 - I:gt.blockmachines.basicmachine.centrifuge.tier.06_542=542 - I:gt.blockmachines.basicmachine.centrifuge.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.centrifuge.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.chemicalbath.tier.01_3184=3184 - I:gt.blockmachines.basicmachine.chemicalbath.tier.02_2741=2741 - I:gt.blockmachines.basicmachine.chemicalbath.tier.03_5352=5352 - I:gt.blockmachines.basicmachine.chemicalbath.tier.04_6615=6615 - I:gt.blockmachines.basicmachine.chemicalbath.tier.05_14332=14332 - I:gt.blockmachines.basicmachine.chemicalbath.tier.06_506=506 - I:gt.blockmachines.basicmachine.chemicalbath.tier.07_1683=1683 - I:gt.blockmachines.basicmachine.chemicalbath.tier.08_2108=2108 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.01_1513=1513 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.02_1026=1026 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.03_1853=1853 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.04_1823=1823 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.05_4225=4225 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.06_1057=1057 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.07_2842=2842 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.08_3405=3405 - I:gt.blockmachines.basicmachine.circuitassembler.tier.01_3973=3973 - I:gt.blockmachines.basicmachine.circuitassembler.tier.02_3658=3658 - I:gt.blockmachines.basicmachine.circuitassembler.tier.03_7629=7629 - I:gt.blockmachines.basicmachine.circuitassembler.tier.04_9309=9309 - I:gt.blockmachines.basicmachine.circuitassembler.tier.05_19977=19977 - I:gt.blockmachines.basicmachine.circuitassembler.tier.06_542=542 - I:gt.blockmachines.basicmachine.circuitassembler.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.circuitassembler.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.compressor.tier.01_2136=2136 - I:gt.blockmachines.basicmachine.compressor.tier.02_1458=1458 - I:gt.blockmachines.basicmachine.compressor.tier.03_3340=3340 - I:gt.blockmachines.basicmachine.compressor.tier.04_3276=3276 - I:gt.blockmachines.basicmachine.compressor.tier.05_7666=7666 - I:gt.blockmachines.basicmachine.compressor.tier.06_542=542 - I:gt.blockmachines.basicmachine.compressor.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.compressor.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.cutter.tier.01_1727=1727 - I:gt.blockmachines.basicmachine.cutter.tier.02_1472=1472 - I:gt.blockmachines.basicmachine.cutter.tier.03_3279=3279 - I:gt.blockmachines.basicmachine.cutter.tier.04_3911=3911 - I:gt.blockmachines.basicmachine.cutter.tier.05_8591=8591 - I:gt.blockmachines.basicmachine.cutter.tier.06_542=542 - I:gt.blockmachines.basicmachine.cutter.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.cutter.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.disassembler.tier.01_7144=7144 - I:gt.blockmachines.basicmachine.disassembler.tier.02_6016=6016 - I:gt.blockmachines.basicmachine.disassembler.tier.03_13508=13508 - I:gt.blockmachines.basicmachine.disassembler.tier.04_15696=15696 - I:gt.blockmachines.basicmachine.disassembler.tier.05_34684=34684 - I:gt.blockmachines.basicmachine.disassembler.tier.06_526=526 - I:gt.blockmachines.basicmachine.disassembler.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.disassembler.tier.08_2010=2010 - I:gt.blockmachines.basicmachine.distillery.tier.01_1871=1871 - I:gt.blockmachines.basicmachine.distillery.tier.02_1291=1291 - I:gt.blockmachines.basicmachine.distillery.tier.03_2179=2179 - I:gt.blockmachines.basicmachine.distillery.tier.04_2044=2044 - I:gt.blockmachines.basicmachine.distillery.tier.05_4744=4744 - I:gt.blockmachines.basicmachine.distillery.tier.06_599=599 - I:gt.blockmachines.basicmachine.distillery.tier.07_1789=1789 - I:gt.blockmachines.basicmachine.distillery.tier.08_2361=2361 - I:gt.blockmachines.basicmachine.e_furnace.tier.01_936=936 - I:gt.blockmachines.basicmachine.e_furnace.tier.02_574=574 - I:gt.blockmachines.basicmachine.e_furnace.tier.03_1008=1008 - I:gt.blockmachines.basicmachine.e_furnace.tier.04_660=660 - I:gt.blockmachines.basicmachine.e_furnace.tier.05_1806=1806 - I:gt.blockmachines.basicmachine.e_furnace.tier.06_934=934 - I:gt.blockmachines.basicmachine.e_furnace.tier.07_2124=2124 - I:gt.blockmachines.basicmachine.e_furnace.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.e_oven.tier.01_936=936 - I:gt.blockmachines.basicmachine.e_oven.tier.02_574=574 - I:gt.blockmachines.basicmachine.e_oven.tier.03_1008=1008 - I:gt.blockmachines.basicmachine.e_oven.tier.04_660=660 - I:gt.blockmachines.basicmachine.e_oven.tier.05_1806=1806 - I:gt.blockmachines.basicmachine.e_oven.tier.06_934=934 - I:gt.blockmachines.basicmachine.e_oven.tier.07_2124=2124 - I:gt.blockmachines.basicmachine.e_oven.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.electrolyzer.tier.01_1017=1017 - I:gt.blockmachines.basicmachine.electrolyzer.tier.02_516=516 - I:gt.blockmachines.basicmachine.electrolyzer.tier.03_1036=1036 - I:gt.blockmachines.basicmachine.electrolyzer.tier.04_813=813 - I:gt.blockmachines.basicmachine.electrolyzer.tier.05_1612=1612 - I:gt.blockmachines.basicmachine.electrolyzer.tier.06_886=886 - I:gt.blockmachines.basicmachine.electrolyzer.tier.07_2063=2063 - I:gt.blockmachines.basicmachine.electrolyzer.tier.08_2488=2488 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.01_1722=1722 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.02_1289=1289 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.03_2874=2874 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.04_3346=3346 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.05_6830=6830 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.06_809=809 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.07_1808=1808 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.08_2527=2527 - I:gt.blockmachines.basicmachine.extractor.tier.01_2539=2539 - I:gt.blockmachines.basicmachine.extractor.tier.02_1795=1795 - I:gt.blockmachines.basicmachine.extractor.tier.03_3376=3376 - I:gt.blockmachines.basicmachine.extractor.tier.04_3406=3406 - I:gt.blockmachines.basicmachine.extractor.tier.05_7855=7855 - I:gt.blockmachines.basicmachine.extractor.tier.06_542=542 - I:gt.blockmachines.basicmachine.extractor.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.extractor.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.extruder.tier.01_2024=2024 - I:gt.blockmachines.basicmachine.extruder.tier.02_1481=1481 - I:gt.blockmachines.basicmachine.extruder.tier.03_2407=2407 - I:gt.blockmachines.basicmachine.extruder.tier.04_2422=2422 - I:gt.blockmachines.basicmachine.extruder.tier.05_5612=5612 - I:gt.blockmachines.basicmachine.extruder.tier.06_1255=1255 - I:gt.blockmachines.basicmachine.extruder.tier.07_2418=2418 - I:gt.blockmachines.basicmachine.extruder.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.fermenter.tier.01_1931=1931 - I:gt.blockmachines.basicmachine.fermenter.tier.02_1296=1296 - I:gt.blockmachines.basicmachine.fermenter.tier.03_2318=2318 - I:gt.blockmachines.basicmachine.fermenter.tier.04_2012=2012 - I:gt.blockmachines.basicmachine.fermenter.tier.05_4882=4882 - I:gt.blockmachines.basicmachine.fermenter.tier.06_613=613 - I:gt.blockmachines.basicmachine.fermenter.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.fermenter.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.fluidcanner.tier.01_1813=1813 - I:gt.blockmachines.basicmachine.fluidcanner.tier.02_1233=1233 - I:gt.blockmachines.basicmachine.fluidcanner.tier.03_2122=2122 - I:gt.blockmachines.basicmachine.fluidcanner.tier.04_1986=1986 - I:gt.blockmachines.basicmachine.fluidcanner.tier.05_4687=4687 - I:gt.blockmachines.basicmachine.fluidcanner.tier.06_542=542 - I:gt.blockmachines.basicmachine.fluidcanner.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.fluidcanner.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.fluidextractor.tier.01_2539=2539 - I:gt.blockmachines.basicmachine.fluidextractor.tier.02_1795=1795 - I:gt.blockmachines.basicmachine.fluidextractor.tier.03_3376=3376 - I:gt.blockmachines.basicmachine.fluidextractor.tier.04_3406=3406 - I:gt.blockmachines.basicmachine.fluidextractor.tier.05_7855=7855 - I:gt.blockmachines.basicmachine.fluidextractor.tier.06_542=542 - I:gt.blockmachines.basicmachine.fluidextractor.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.fluidextractor.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.fluidheater.tier.01_3195=3195 - I:gt.blockmachines.basicmachine.fluidheater.tier.02_2373=2373 - I:gt.blockmachines.basicmachine.fluidheater.tier.03_3588=3588 - I:gt.blockmachines.basicmachine.fluidheater.tier.04_3761=3761 - I:gt.blockmachines.basicmachine.fluidheater.tier.05_8520=8520 - I:gt.blockmachines.basicmachine.fluidheater.tier.06_934=934 - I:gt.blockmachines.basicmachine.fluidheater.tier.07_2124=2124 - I:gt.blockmachines.basicmachine.fluidheater.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.01_2943=2943 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.02_2133=2133 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.03_3412=3412 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.04_3537=3537 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.05_8044=8044 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.06_640=640 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.08_2402=2402 - I:gt.blockmachines.basicmachine.hammer.tier.01_2088=2088 - I:gt.blockmachines.basicmachine.hammer.tier.02_1519=1519 - I:gt.blockmachines.basicmachine.hammer.tier.03_2842=2842 - I:gt.blockmachines.basicmachine.hammer.tier.04_2442=2442 - I:gt.blockmachines.basicmachine.hammer.tier.05_5253=5253 - I:gt.blockmachines.basicmachine.hammer.tier.06_1173=1173 - I:gt.blockmachines.basicmachine.hammer.tier.07_2390=2390 - I:gt.blockmachines.basicmachine.hammer.tier.08_3256=3256 - I:gt.blockmachines.basicmachine.laserengraver.tier.01_2380=2380 - I:gt.blockmachines.basicmachine.laserengraver.tier.02_1823=1823 - I:gt.blockmachines.basicmachine.laserengraver.tier.03_3640=3640 - I:gt.blockmachines.basicmachine.laserengraver.tier.04_3692=3692 - I:gt.blockmachines.basicmachine.laserengraver.tier.05_8229=8229 - I:gt.blockmachines.basicmachine.laserengraver.tier.06_542=542 - I:gt.blockmachines.basicmachine.laserengraver.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.laserengraver.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.lathe.tier.01_1797=1797 - I:gt.blockmachines.basicmachine.lathe.tier.02_1308=1308 - I:gt.blockmachines.basicmachine.lathe.tier.03_2967=2967 - I:gt.blockmachines.basicmachine.lathe.tier.04_3023=3023 - I:gt.blockmachines.basicmachine.lathe.tier.05_6985=6985 - I:gt.blockmachines.basicmachine.lathe.tier.06_589=589 - I:gt.blockmachines.basicmachine.lathe.tier.07_1793=1793 - I:gt.blockmachines.basicmachine.lathe.tier.08_2512=2512 - I:gt.blockmachines.basicmachine.macerator.tier.01_1797=1797 - I:gt.blockmachines.basicmachine.macerator.tier.02_1308=1308 - I:gt.blockmachines.basicmachine.macerator.tier.03_2967=2967 - I:gt.blockmachines.basicmachine.macerator.tier.04_3023=3023 - I:gt.blockmachines.basicmachine.macerator.tier.05_6985=6985 - I:gt.blockmachines.basicmachine.macerator.tier.06_577=577 - I:gt.blockmachines.basicmachine.macerator.tier.07_1781=1781 - I:gt.blockmachines.basicmachine.macerator.tier.08_2500=2500 - I:gt.blockmachines.basicmachine.massfab.tier.01_1798=1798 - I:gt.blockmachines.basicmachine.massfab.tier.02_2043=2043 - I:gt.blockmachines.basicmachine.massfab.tier.03_4460=4460 - I:gt.blockmachines.basicmachine.massfab.tier.04_6790=6790 - I:gt.blockmachines.basicmachine.massfab.tier.05_14027=14027 - I:gt.blockmachines.basicmachine.massfab.tier.06_691=691 - I:gt.blockmachines.basicmachine.massfab.tier.07_2026=2026 - I:gt.blockmachines.basicmachine.massfab.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.microtransmitter.03_3356=3356 - I:gt.blockmachines.basicmachine.microtransmitter.04_5212=5212 - I:gt.blockmachines.basicmachine.microtransmitter.05_5937=5937 - I:gt.blockmachines.basicmachine.microtransmitter.06_8803=8803 - I:gt.blockmachines.basicmachine.microtransmitter.07_9966=9966 - I:gt.blockmachines.basicmachine.microwave.tier.01_1818=1818 - I:gt.blockmachines.basicmachine.microwave.tier.02_1657=1657 - I:gt.blockmachines.basicmachine.microwave.tier.03_2438=2438 - I:gt.blockmachines.basicmachine.microwave.tier.04_2614=2614 - I:gt.blockmachines.basicmachine.microwave.tier.05_4806=4806 - I:gt.blockmachines.basicmachine.microwave.tier.06_1127=1127 - I:gt.blockmachines.basicmachine.microwave.tier.07_2304=2304 - I:gt.blockmachines.basicmachine.microwave.tier.08_2729=2729 - I:gt.blockmachines.basicmachine.miner.tier.01_1923=1923 - I:gt.blockmachines.basicmachine.miner.tier.02_1620=1620 - I:gt.blockmachines.basicmachine.mixer.tier.01_1395=1395 - I:gt.blockmachines.basicmachine.mixer.tier.02_963=963 - I:gt.blockmachines.basicmachine.mixer.tier.03_1657=1657 - I:gt.blockmachines.basicmachine.mixer.tier.04_1797=1797 - I:gt.blockmachines.basicmachine.mixer.tier.05_4030=4030 - I:gt.blockmachines.basicmachine.mixer.tier.06_692=692 - I:gt.blockmachines.basicmachine.mixer.tier.07_2450=2450 - I:gt.blockmachines.basicmachine.mixer.tier.08_2719=2719 - I:gt.blockmachines.basicmachine.mobrep.tier.01_1298=1298 - I:gt.blockmachines.basicmachine.mobrep.tier.02_1366=1366 - I:gt.blockmachines.basicmachine.mobrep.tier.03_1536=1536 - I:gt.blockmachines.basicmachine.mobrep.tier.04_1658=1658 - I:gt.blockmachines.basicmachine.mobrep.tier.05_2824=2824 - I:gt.blockmachines.basicmachine.mobrep.tier.06_471=471 - I:gt.blockmachines.basicmachine.mobrep.tier.07_1634=1634 - I:gt.blockmachines.basicmachine.mobrep.tier.08_1912=1912 - I:gt.blockmachines.basicmachine.orewasher.tier.01_2015=2015 - I:gt.blockmachines.basicmachine.orewasher.tier.02_1349=1349 - I:gt.blockmachines.basicmachine.orewasher.tier.03_2091=2091 - I:gt.blockmachines.basicmachine.orewasher.tier.04_2057=2057 - I:gt.blockmachines.basicmachine.orewasher.tier.05_4731=4731 - I:gt.blockmachines.basicmachine.orewasher.tier.06_984=984 - I:gt.blockmachines.basicmachine.orewasher.tier.07_3364=3364 - I:gt.blockmachines.basicmachine.orewasher.tier.08_3919=3919 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.01_3589=3589 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.02_2584=2584 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.03_4291=4291 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.04_3899=3899 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.05_8984=8984 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.06_1089=1089 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.07_2343=2343 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.08_102148=102148 - I:gt.blockmachines.basicmachine.polarizer.tier.01_1212=1212 - I:gt.blockmachines.basicmachine.polarizer.tier.02_642=642 - I:gt.blockmachines.basicmachine.polarizer.tier.03_1392=1392 - I:gt.blockmachines.basicmachine.polarizer.tier.04_1588=1588 - I:gt.blockmachines.basicmachine.polarizer.tier.05_2393=2393 - I:gt.blockmachines.basicmachine.polarizer.tier.06_1005=1005 - I:gt.blockmachines.basicmachine.polarizer.tier.07_1787=1787 - I:gt.blockmachines.basicmachine.polarizer.tier.08_2359=2359 - I:gt.blockmachines.basicmachine.press.tier.01_2254=2254 - I:gt.blockmachines.basicmachine.press.tier.02_1521=1521 - I:gt.blockmachines.basicmachine.press.tier.03_3536=3536 - I:gt.blockmachines.basicmachine.press.tier.04_3302=3302 - I:gt.blockmachines.basicmachine.press.tier.05_7861=7861 - I:gt.blockmachines.basicmachine.press.tier.06_613=613 - I:gt.blockmachines.basicmachine.press.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.press.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.printer.tier.01_1727=1727 - I:gt.blockmachines.basicmachine.printer.tier.02_1472=1472 - I:gt.blockmachines.basicmachine.printer.tier.03_3279=3279 - I:gt.blockmachines.basicmachine.printer.tier.04_3911=3911 - I:gt.blockmachines.basicmachine.printer.tier.05_8597=8597 - I:gt.blockmachines.basicmachine.printer.tier.06_577=577 - I:gt.blockmachines.basicmachine.printer.tier.07_1781=1781 - I:gt.blockmachines.basicmachine.printer.tier.08_2500=2500 - I:gt.blockmachines.basicmachine.pump.tier.01_5996=5996 - I:gt.blockmachines.basicmachine.pump.tier.02_4542=4542 - I:gt.blockmachines.basicmachine.pump.tier.03_6456=6456 - I:gt.blockmachines.basicmachine.pump.tier.04_7189=7189 - I:gt.blockmachines.basicmachine.pump.tier.05_15992=15992 - I:gt.blockmachines.basicmachine.recycler.tier.01_2332=2332 - I:gt.blockmachines.basicmachine.recycler.tier.02_1654=1654 - I:gt.blockmachines.basicmachine.recycler.tier.03_3536=3536 - I:gt.blockmachines.basicmachine.recycler.tier.04_3472=3472 - I:gt.blockmachines.basicmachine.recycler.tier.05_7862=7862 - I:gt.blockmachines.basicmachine.recycler.tier.06_738=738 - I:gt.blockmachines.basicmachine.recycler.tier.07_1928=1928 - I:gt.blockmachines.basicmachine.recycler.tier.08_2500=2500 - I:gt.blockmachines.basicmachine.replicator.tier.01_2158=2158 - I:gt.blockmachines.basicmachine.replicator.tier.02_2617=2617 - I:gt.blockmachines.basicmachine.replicator.tier.03_3748=3748 - I:gt.blockmachines.basicmachine.replicator.tier.04_5264=5264 - I:gt.blockmachines.basicmachine.replicator.tier.05_9833=9833 - I:gt.blockmachines.basicmachine.replicator.tier.06_581=581 - I:gt.blockmachines.basicmachine.replicator.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.replicator.tier.08_2108=2108 - I:gt.blockmachines.basicmachine.rockbreaker.tier.01_1738=1738 - I:gt.blockmachines.basicmachine.rockbreaker.tier.02_1265=1265 - I:gt.blockmachines.basicmachine.rockbreaker.tier.03_2869=2869 - I:gt.blockmachines.basicmachine.rockbreaker.tier.04_3010=3010 - I:gt.blockmachines.basicmachine.rockbreaker.tier.05_6876=6876 - I:gt.blockmachines.basicmachine.rockbreaker.tier.06_526=526 - I:gt.blockmachines.basicmachine.rockbreaker.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.rockbreaker.tier.08_2010=2010 - I:gt.blockmachines.basicmachine.scanner.tier.01_1183=1183 - I:gt.blockmachines.basicmachine.scanner.tier.02_878=878 - I:gt.blockmachines.basicmachine.scanner.tier.03_1378=1378 - I:gt.blockmachines.basicmachine.scanner.tier.04_1141=1141 - I:gt.blockmachines.basicmachine.scanner.tier.05_2452=2452 - I:gt.blockmachines.basicmachine.scanner.tier.06_526=526 - I:gt.blockmachines.basicmachine.scanner.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.scanner.tier.08_2010=2010 - I:gt.blockmachines.basicmachine.seismicprospector.3_1608=1608 - I:gt.blockmachines.basicmachine.seismicprospector_1550=1550 - I:gt.blockmachines.basicmachine.sifter.tier.01_2136=2136 - I:gt.blockmachines.basicmachine.sifter.tier.02_1458=1458 - I:gt.blockmachines.basicmachine.sifter.tier.03_3340=3340 - I:gt.blockmachines.basicmachine.sifter.tier.04_3276=3276 - I:gt.blockmachines.basicmachine.sifter.tier.05_7666=7666 - I:gt.blockmachines.basicmachine.sifter.tier.06_542=542 - I:gt.blockmachines.basicmachine.sifter.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.sifter.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.slicer.tier.01_2243=2243 - I:gt.blockmachines.basicmachine.slicer.tier.02_1728=1728 - I:gt.blockmachines.basicmachine.slicer.tier.03_3946=3946 - I:gt.blockmachines.basicmachine.slicer.tier.04_4203=4203 - I:gt.blockmachines.basicmachine.slicer.tier.05_9564=9564 - I:gt.blockmachines.basicmachine.slicer.tier.06_613=613 - I:gt.blockmachines.basicmachine.slicer.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.slicer.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.teleporter_9885=9885 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.01_1592=1592 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.02_1312=1312 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.03_2574=2574 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.04_2968=2968 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.05_6586=6586 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.06_934=934 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.07_2124=2124 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.unboxinator.tier.01_3014=3014 - I:gt.blockmachines.basicmachine.unboxinator.tier.02_2720=2720 - I:gt.blockmachines.basicmachine.unboxinator.tier.03_5665=5665 - I:gt.blockmachines.basicmachine.unboxinator.tier.04_6572=6572 - I:gt.blockmachines.basicmachine.unboxinator.tier.05_14543=14543 - I:gt.blockmachines.basicmachine.unboxinator.tier.06_738=738 - I:gt.blockmachines.basicmachine.unboxinator.tier.07_1928=1928 - I:gt.blockmachines.basicmachine.unboxinator.tier.08_2500=2500 - I:gt.blockmachines.basicmachine.wiremill.tier.01_1996=1996 - I:gt.blockmachines.basicmachine.wiremill.tier.02_1810=1810 - I:gt.blockmachines.basicmachine.wiremill.tier.03_3964=3964 - I:gt.blockmachines.basicmachine.wiremill.tier.04_5052=5052 - I:gt.blockmachines.basicmachine.wiremill.tier.05_10890=10890 - I:gt.blockmachines.basicmachine.wiremill.tier.06_542=542 - I:gt.blockmachines.basicmachine.wiremill.tier.07_1732=1732 - I:gt.blockmachines.basicmachine.wiremill.tier.08_2304=2304 - I:gt.blockmachines.batterybuffer.01.tier.00_1167=1167 - I:gt.blockmachines.batterybuffer.01.tier.01_900=900 - I:gt.blockmachines.batterybuffer.01.tier.02_495=495 - I:gt.blockmachines.batterybuffer.01.tier.03_1126=1126 - I:gt.blockmachines.batterybuffer.01.tier.04_560=560 - I:gt.blockmachines.batterybuffer.01.tier.05_1599=1599 - I:gt.blockmachines.batterybuffer.01.tier.06_679=679 - I:gt.blockmachines.batterybuffer.01.tier.07_1928=1928 - I:gt.blockmachines.batterybuffer.01.tier.08_2206=2206 - I:gt.blockmachines.batterybuffer.01.tier.09_800098=800098 - I:gt.blockmachines.batterybuffer.04.tier.00_2409=2409 - I:gt.blockmachines.batterybuffer.04.tier.01_1608=1608 - I:gt.blockmachines.batterybuffer.04.tier.02_873=873 - I:gt.blockmachines.batterybuffer.04.tier.03_2302=2302 - I:gt.blockmachines.batterybuffer.04.tier.04_716=716 - I:gt.blockmachines.batterybuffer.04.tier.05_2697=2697 - I:gt.blockmachines.batterybuffer.04.tier.06_1009=1009 - I:gt.blockmachines.batterybuffer.04.tier.07_2516=2516 - I:gt.blockmachines.batterybuffer.04.tier.08_2794=2794 - I:gt.blockmachines.batterybuffer.04.tier.09_800098=800098 - I:gt.blockmachines.batterybuffer.09.tier.00_4065=4065 - I:gt.blockmachines.batterybuffer.09.tier.01_2552=2552 - I:gt.blockmachines.batterybuffer.09.tier.02_1377=1377 - I:gt.blockmachines.batterybuffer.09.tier.03_3870=3870 - I:gt.blockmachines.batterybuffer.09.tier.04_924=924 - I:gt.blockmachines.batterybuffer.09.tier.05_4161=4161 - I:gt.blockmachines.batterybuffer.09.tier.06_1449=1449 - I:gt.blockmachines.batterybuffer.09.tier.07_3300=3300 - I:gt.blockmachines.batterybuffer.09.tier.08_3578=3578 - I:gt.blockmachines.batterybuffer.09.tier.09_800098=800098 - I:gt.blockmachines.batterybuffer.16.tier.00_7377=7377 - I:gt.blockmachines.batterybuffer.16.tier.01_4440=4440 - I:gt.blockmachines.batterybuffer.16.tier.02_2385=2385 - I:gt.blockmachines.batterybuffer.16.tier.03_7006=7006 - I:gt.blockmachines.batterybuffer.16.tier.04_1340=1340 - I:gt.blockmachines.batterybuffer.16.tier.05_7089=7089 - I:gt.blockmachines.batterybuffer.16.tier.06_2329=2329 - I:gt.blockmachines.batterybuffer.16.tier.07_4868=4868 - I:gt.blockmachines.batterybuffer.16.tier.08_5146=5146 - I:gt.blockmachines.batterybuffer.16.tier.09_800098=800098 - I:gt.blockmachines.batterycharger.16.tier.00_7377=7377 - I:gt.blockmachines.batterycharger.16.tier.01_4440=4440 - I:gt.blockmachines.batterycharger.16.tier.02_2385=2385 - I:gt.blockmachines.batterycharger.16.tier.03_7006=7006 - I:gt.blockmachines.batterycharger.16.tier.04_1340=1340 - I:gt.blockmachines.batterycharger.16.tier.05_7089=7089 - I:gt.blockmachines.batterycharger.16.tier.06_2329=2329 - I:gt.blockmachines.batterycharger.16.tier.07_4868=4868 - I:gt.blockmachines.batterycharger.16.tier.08_5146=5146 - I:gt.blockmachines.batterycharger.16.tier.09_800098=800098 - I:gt.blockmachines.boiler.bronze_380=380 - I:gt.blockmachines.boiler.lava_560=560 - I:gt.blockmachines.boiler.solar_853=853 - I:gt.blockmachines.boiler.steel_280=280 - I:gt.blockmachines.bronzemachine.alloysmelter_836=836 - I:gt.blockmachines.bronzemachine.blastfurnace_304=304 - I:gt.blockmachines.bronzemachine.compressor_1137=1137 - I:gt.blockmachines.bronzemachine.extractor_1100=1100 - I:gt.blockmachines.bronzemachine.furnace_912=912 - I:gt.blockmachines.bronzemachine.hammer_1660=1660 - I:gt.blockmachines.bronzemachine.macerator_1010=1010 - I:gt.blockmachines.gt_pipe_plasmacontain_385=385 - I:gt.blockmachines.hatch.dataaccess.adv_471=471 - I:gt.blockmachines.hatch.dataaccess_410=410 - I:gt.blockmachines.hatch.dynamo.tier.00_758=758 - I:gt.blockmachines.hatch.dynamo.tier.01_625=625 - I:gt.blockmachines.hatch.dynamo.tier.02_302=302 - I:gt.blockmachines.hatch.dynamo.tier.03_734=734 - I:gt.blockmachines.hatch.dynamo.tier.04_423=423 - I:gt.blockmachines.hatch.dynamo.tier.05_1226=1226 - I:gt.blockmachines.hatch.dynamo.tier.06_498=498 - I:gt.blockmachines.hatch.dynamo.tier.07_1683=1683 - I:gt.blockmachines.hatch.dynamo.tier.08_2108=2108 - I:gt.blockmachines.hatch.dynamo.tier.09_800000=800000 - I:gt.blockmachines.hatch.energy.tier.00_758=758 - I:gt.blockmachines.hatch.energy.tier.01_625=625 - I:gt.blockmachines.hatch.energy.tier.02_302=302 - I:gt.blockmachines.hatch.energy.tier.03_734=734 - I:gt.blockmachines.hatch.energy.tier.04_423=423 - I:gt.blockmachines.hatch.energy.tier.05_1226=1226 - I:gt.blockmachines.hatch.energy.tier.06_498=498 - I:gt.blockmachines.hatch.energy.tier.07_1683=1683 - I:gt.blockmachines.hatch.energy.tier.08_2108=2108 - I:gt.blockmachines.hatch.energy.tier.09_800000=800000 - I:gt.blockmachines.hatch.input.tier.00_655=655 - I:gt.blockmachines.hatch.input.tier.01_566=566 - I:gt.blockmachines.hatch.input.tier.02_271=271 - I:gt.blockmachines.hatch.input.tier.03_636=636 - I:gt.blockmachines.hatch.input.tier.04_410=410 - I:gt.blockmachines.hatch.input.tier.05_1135=1135 - I:gt.blockmachines.hatch.input.tier.06_471=471 - I:gt.blockmachines.hatch.input.tier.07_1634=1634 - I:gt.blockmachines.hatch.input.tier.08_1912=1912 - I:gt.blockmachines.hatch.input.tier.09_800000=800000 - I:gt.blockmachines.hatch.input_bus.tier.00_753=753 - I:gt.blockmachines.hatch.input_bus.tier.01_664=664 - I:gt.blockmachines.hatch.input_bus.tier.02_369=369 - I:gt.blockmachines.hatch.input_bus.tier.03_734=734 - I:gt.blockmachines.hatch.input_bus.tier.04_508=508 - I:gt.blockmachines.hatch.input_bus.tier.05_1233=1233 - I:gt.blockmachines.hatch.input_bus.tier.06_569=569 - I:gt.blockmachines.hatch.input_bus.tier.07_1732=1732 - I:gt.blockmachines.hatch.input_bus.tier.08_2010=2010 - I:gt.blockmachines.hatch.input_bus.tier.09_800098=800098 - I:gt.blockmachines.hatch.maintenance.auto_18950=18950 - I:gt.blockmachines.hatch.maintenance_566=566 - I:gt.blockmachines.hatch.muffler.tier.01_734=734 - I:gt.blockmachines.hatch.muffler.tier.02_439=439 - I:gt.blockmachines.hatch.muffler.tier.03_804=804 - I:gt.blockmachines.hatch.muffler.tier.04_578=578 - I:gt.blockmachines.hatch.muffler.tier.05_1303=1303 - I:gt.blockmachines.hatch.muffler.tier.06_639=639 - I:gt.blockmachines.hatch.muffler.tier.07_1802=1802 - I:gt.blockmachines.hatch.muffler.tier.08_2080=2080 - I:gt.blockmachines.hatch.muffler.tier.09_800168=800168 - I:gt.blockmachines.hatch.output.tier.00_655=655 - I:gt.blockmachines.hatch.output.tier.01_566=566 - I:gt.blockmachines.hatch.output.tier.02_271=271 - I:gt.blockmachines.hatch.output.tier.03_636=636 - I:gt.blockmachines.hatch.output.tier.04_410=410 - I:gt.blockmachines.hatch.output.tier.05_1135=1135 - I:gt.blockmachines.hatch.output.tier.06_471=471 - I:gt.blockmachines.hatch.output.tier.07_1634=1634 - I:gt.blockmachines.hatch.output.tier.08_1912=1912 - I:gt.blockmachines.hatch.output.tier.09_800000=800000 - I:gt.blockmachines.hatch.output_bus.tier.00_753=753 - I:gt.blockmachines.hatch.output_bus.tier.01_664=664 - I:gt.blockmachines.hatch.output_bus.tier.02_369=369 - I:gt.blockmachines.hatch.output_bus.tier.03_734=734 - I:gt.blockmachines.hatch.output_bus.tier.04_508=508 - I:gt.blockmachines.hatch.output_bus.tier.05_1233=1233 - I:gt.blockmachines.hatch.output_bus.tier.06_569=569 - I:gt.blockmachines.hatch.output_bus.tier.07_1732=1732 - I:gt.blockmachines.hatch.output_bus.tier.08_2010=2010 - I:gt.blockmachines.hatch.output_bus.tier.09_800098=800098 - I:gt.blockmachines.hull.bronze_608=608 - I:gt.blockmachines.hull.bronze_bricked_380=380 - I:gt.blockmachines.hull.steel_448=448 - I:gt.blockmachines.hull.steel_bricked_280=280 - I:gt.blockmachines.hull.tier.00_655=655 - I:gt.blockmachines.hull.tier.01_566=566 - I:gt.blockmachines.hull.tier.02_271=271 - I:gt.blockmachines.hull.tier.03_636=636 - I:gt.blockmachines.hull.tier.04_410=410 - I:gt.blockmachines.hull.tier.05_1135=1135 - I:gt.blockmachines.hull.tier.06_471=471 - I:gt.blockmachines.hull.tier.07_1634=1634 - I:gt.blockmachines.hull.tier.08_1912=1912 - I:gt.blockmachines.hull.tier.09_800000=800000 - I:gt.blockmachines.locker.tier.00_2507=2507 - I:gt.blockmachines.locker.tier.01_1706=1706 - I:gt.blockmachines.locker.tier.02_971=971 - I:gt.blockmachines.locker.tier.03_2400=2400 - I:gt.blockmachines.locker.tier.04_814=814 - I:gt.blockmachines.locker.tier.05_2795=2795 - I:gt.blockmachines.locker.tier.06_1107=1107 - I:gt.blockmachines.locker.tier.07_2614=2614 - I:gt.blockmachines.locker.tier.08_2892=2892 - I:gt.blockmachines.locker.tier.09_800196=800196 - I:gt.blockmachines.multimachine.assemblyline_23074=23074 - I:gt.blockmachines.multimachine.blastfurnace_342=342 - I:gt.blockmachines.multimachine.boiler.bronze_540=540 - I:gt.blockmachines.multimachine.boiler.steel_350=350 - I:gt.blockmachines.multimachine.boiler.titanium_584=584 - I:gt.blockmachines.multimachine.boiler.tungstensteel_528=528 - I:gt.blockmachines.multimachine.charcoalpile_392=392 - I:gt.blockmachines.multimachine.chemicalreactor_1652=1652 - I:gt.blockmachines.multimachine.cleanroom_3449=3449 - I:gt.blockmachines.multimachine.concretebackfiller1_2468=2468 - I:gt.blockmachines.multimachine.concretebackfiller3_6855=6855 - I:gt.blockmachines.multimachine.cracker_5136=5136 - I:gt.blockmachines.multimachine.dieselengine_6001=6001 - I:gt.blockmachines.multimachine.distillationtower_4171=4171 - I:gt.blockmachines.multimachine.heatexchanger_7211=7211 - I:gt.blockmachines.multimachine.implosioncompressor_250=250 - I:gt.blockmachines.multimachine.largegasturbine_1950=1950 - I:gt.blockmachines.multimachine.largehpturbine_2479=2479 - I:gt.blockmachines.multimachine.largeplasmaturbine_6672=6672 - I:gt.blockmachines.multimachine.largeturbine_2204=2204 - I:gt.blockmachines.multimachine.multifurnace_287=287 - I:gt.blockmachines.multimachine.oildrill1_1714=1714 - I:gt.blockmachines.multimachine.oildrill2_4351=4351 - I:gt.blockmachines.multimachine.oildrill3_8527=8527 - I:gt.blockmachines.multimachine.oredrill1_4160=4160 - I:gt.blockmachines.multimachine.oredrill2_12044=12044 - I:gt.blockmachines.multimachine.oredrill3_13190=13190 - I:gt.blockmachines.multimachine.oredrill4_13778=13778 - I:gt.blockmachines.multimachine.processingarray_8370=8370 - I:gt.blockmachines.multimachine.pyro_2534=2534 - I:gt.blockmachines.multimachine.vacuumfreezer_4170=4170 - I:gt.blockmachines.quantum.chest.tier.01_1111=1111 - I:gt.blockmachines.quantum.chest.tier.02_1175=1175 - I:gt.blockmachines.quantum.chest.tier.03_2513=2513 - I:gt.blockmachines.quantum.chest.tier.04_4001=4001 - I:gt.blockmachines.quantum.chest.tier.05_7950=7950 - I:gt.blockmachines.quantum.tank.tier.01_1111=1111 - I:gt.blockmachines.quantum.tank.tier.02_1175=1175 - I:gt.blockmachines.quantum.tank.tier.03_2513=2513 - I:gt.blockmachines.quantum.tank.tier.04_4001=4001 - I:gt.blockmachines.quantum.tank.tier.05_7950=7950 - I:gt.blockmachines.steelmachine.alloysmelter_616=616 - I:gt.blockmachines.steelmachine.compressor_857=857 - I:gt.blockmachines.steelmachine.extractor_820=820 - I:gt.blockmachines.steelmachine.furnace_672=672 - I:gt.blockmachines.steelmachine.hammer_1380=1380 - I:gt.blockmachines.steelmachine.macerator_770=770 - I:gt.blockmachines.transformer.tier.00_1128=1128 - I:gt.blockmachines.transformer.tier.01_833=833 - I:gt.blockmachines.transformer.tier.02_495=495 - I:gt.blockmachines.transformer.tier.03_1041=1041 - I:gt.blockmachines.transformer.tier.04_553=553 - I:gt.blockmachines.transformer.tier.05_1528=1528 - I:gt.blockmachines.transformer.tier.06_630=630 - I:gt.blockmachines.transformer.tier.07_2026=2026 - I:gt.blockmachines.transformer.tier.08_2696=2696 - I:gt.blockreinforced.0_304=304 - I:gt.blockreinforced.1_430=430 - I:gt.blockreinforced.3_160=160 - I:gt.blockreinforced.5_73=73 - I:gt.metaitem.01.32001_16=16 - I:gt.metaitem.01.32008_49=49 - I:gt.metaitem.01.32009_16=16 - I:gt.metaitem.01.32010_49=49 - I:gt.metaitem.01.32100_56=56 - I:gt.metaitem.01.32101_56=56 - I:gt.metaitem.01.32300_224=224 - I:gt.metaitem.01.32301_224=224 - I:gt.metaitem.01.32302_224=224 - I:gt.metaitem.01.32303_224=224 - I:gt.metaitem.01.32304_224=224 - I:gt.metaitem.01.32305_224=224 - I:gt.metaitem.01.32306_224=224 - I:gt.metaitem.01.32307_224=224 - I:gt.metaitem.01.32308_224=224 - I:gt.metaitem.01.32309_224=224 - I:gt.metaitem.01.32310_224=224 - I:gt.metaitem.01.32311_224=224 - I:gt.metaitem.01.32312_224=224 - I:gt.metaitem.01.32313_224=224 - I:gt.metaitem.01.32314_224=224 - I:gt.metaitem.01.32315_224=224 - I:gt.metaitem.01.32316_224=224 - I:gt.metaitem.01.32317_224=224 - I:gt.metaitem.01.32350_224=224 - I:gt.metaitem.01.32351_224=224 - I:gt.metaitem.01.32352_224=224 - I:gt.metaitem.01.32353_224=224 - I:gt.metaitem.01.32354_224=224 - I:gt.metaitem.01.32355_224=224 - I:gt.metaitem.01.32356_224=224 - I:gt.metaitem.01.32357_224=224 - I:gt.metaitem.01.32358_224=224 - I:gt.metaitem.01.32359_224=224 - I:gt.metaitem.01.32360_224=224 - I:gt.metaitem.01.32361_224=224 - I:gt.metaitem.01.32362_224=224 - I:gt.metaitem.01.32363_224=224 - I:gt.metaitem.01.32364_224=224 - I:gt.metaitem.01.32365_224=224 - I:gt.metaitem.01.32366_224=224 - I:gt.metaitem.01.32367_224=224 - I:gt.metaitem.01.32368_224=224 - I:gt.metaitem.01.32369_224=224 - I:gt.metaitem.01.32370_224=224 - I:gt.metaitem.01.32371_224=224 - I:gt.metaitem.01.32372_224=224 - I:gt.metaitem.01.32373_224=224 - I:gt.metaitem.01.32398_340=340 - I:gt.metaitem.01.32399_450=450 - I:gt.metaitem.01.32400_16=16 - I:gt.metaitem.01.32401_16=16 - I:gt.metaitem.01.32402_321=321 - I:gt.metaitem.01.32403_18=18 - I:gt.metaitem.01.32404_39=39 - I:gt.metaitem.01.32405_140=140 - I:gt.metaitem.01.32406_297=297 - I:gt.metaitem.01.32474_112=112 - I:gt.metaitem.01.32475_112=112 - I:gt.metaitem.01.32477_390=390 - I:gt.metaitem.01.32478_390=390 - I:gt.metaitem.01.32481_36=36 - I:gt.metaitem.01.32482_16=16 - I:gt.metaitem.01.32483_16=16 - I:gt.metaitem.01.32484_36=36 - I:gt.metaitem.01.32485_24=24 - I:gt.metaitem.01.32486_24=24 - I:gt.metaitem.01.32487_36=36 - I:gt.metaitem.01.32488_36=36 - I:gt.metaitem.01.32489_36=36 - I:gt.metaitem.01.32490_110=110 - I:gt.metaitem.01.32491_110=110 - I:gt.metaitem.01.32495_110=110 - I:gt.metaitem.01.32496_110=110 - I:gt.metaitem.01.32497_110=110 - I:gt.metaitem.01.32498_110=110 - I:gt.metaitem.01.32500_189=189 - I:gt.metaitem.01.32501_567=567 - I:gt.metaitem.01.32502_1701=1701 - I:gt.metaitem.01.32600_328=328 - I:gt.metaitem.01.32601_369=369 - I:gt.metaitem.01.32602_783=783 - I:gt.metaitem.01.32603_1154=1154 - I:gt.metaitem.01.32604_2390=2390 - I:gt.metaitem.01.32610_1129=1129 - I:gt.metaitem.01.32611_899=899 - I:gt.metaitem.01.32612_1290=1290 - I:gt.metaitem.01.32613_1550=1550 - I:gt.metaitem.01.32614_3357=3357 - I:gt.metaitem.01.32630_715=715 - I:gt.metaitem.01.32631_769=769 - I:gt.metaitem.01.32632_1664=1664 - I:gt.metaitem.01.32633_2321=2321 - I:gt.metaitem.01.32634_4871=4871 - I:gt.metaitem.01.32640_726=726 - I:gt.metaitem.01.32641_562=562 - I:gt.metaitem.01.32642_1254=1254 - I:gt.metaitem.01.32643_1420=1420 - I:gt.metaitem.01.32644_3168=3168 - I:gt.metaitem.01.32650_1615=1615 - I:gt.metaitem.01.32651_1420=1420 - I:gt.metaitem.01.32652_3169=3169 - I:gt.metaitem.01.32653_3815=3815 - I:gt.metaitem.01.32654_8341=8341 - I:gt.metaitem.01.32670_380=380 - I:gt.metaitem.01.32671_760=760 - I:gt.metaitem.01.32672_1520=1520 - I:gt.metaitem.01.32673_3138=3138 - I:gt.metaitem.01.32674_6080=6080 - I:gt.metaitem.01.32680_244=244 - I:gt.metaitem.01.32681_365=365 - I:gt.metaitem.01.32682_300=300 - I:gt.metaitem.01.32683_416=416 - I:gt.metaitem.01.32684_563=563 - I:gt.metaitem.01.32690_255=255 - I:gt.metaitem.01.32691_179=179 - I:gt.metaitem.01.32692_246=246 - I:gt.metaitem.01.32693_289=289 - I:gt.metaitem.01.32694_571=571 - I:gt.metaitem.01.32721_244=244 - I:gt.metaitem.01.32722_285=285 - I:gt.metaitem.01.32723_968=968 - I:gt.metaitem.01.32729_260=260 - I:gt.metaitem.01.32740_202=202 - I:gt.metaitem.01.32762_824=824 - I:ic2.blockFenceIron_28=28 - I:ic2.blockIronFurnace_280=280 - I:ic2.blockMachine_448=448 - I:ic2.itemArmorBronzeBoots_304=304 - I:ic2.itemArmorBronzeChestplate_608=608 - I:ic2.itemArmorBronzeHelmet_380=380 - I:ic2.itemArmorBronzeLegs_532=532 - I:ic2.itemCasingAdvIron_28=28 - I:ic2.itemCasingBronze_38=38 - I:ic2.itemCasingCopper_31=31 - I:ic2.itemCasingGold_98=98 - I:ic2.itemCasingIron_28=28 - I:ic2.itemCasingLead_103=103 - I:ic2.itemCasingTin_59=59 - I:ic2.itemFluidCell_236=236 - I:ic2.itemFuelRod_56=56 - I:ic2.itemPlutoniumSmall_27=27 - I:ic2.itemPlutonium_246=246 - I:ic2.itemTinCan_59=59 - I:ic2.itemToolBronzeAxe_240=240 - I:ic2.itemToolBronzeHoe_164=164 - I:ic2.itemToolBronzePickaxe_240=240 - I:ic2.itemToolBronzeSpade_88=88 - I:ic2.itemToolBronzeSword_158=158 - I:ic2.itemToolWrench_456=456 - I:ic2.itemUran235_235=235 - I:ic2.itemUran235small_26=26 - I:ic2.itemUran238_238=238 - I:ingotCopper_63=63 - I:ingotIronMagnetic_56=56 - I:ingotIron_56=56 - I:ingotNeodymiumMagnetic_144=144 - I:ingotPigIron_56=56 - I:ingotSteelMagnetic_56=56 - I:item.appleGold_14112=14112 - I:item.appleGold_1568=1568 - I:item.book_36=36 - I:item.bootsChain_56=56 - I:item.bootsDiamond_49=49 - I:item.bootsGold_784=784 - I:item.bootsIron_224=224 - I:item.bowl_16=16 - I:item.carrotGolden_174=174 - I:item.cauldron_392=392 - I:item.chestplateChain_112=112 - I:item.chestplateDiamond_98=98 - I:item.chestplateGold_1568=1568 - I:item.chestplateIron_448=448 - I:item.clock_869=869 - I:item.compass_309=309 - I:item.darkSteel_axe_306=306 - I:item.darkSteel_boots_392=392 - I:item.darkSteel_chestplate_784=784 - I:item.darkSteel_helmet_490=490 - I:item.darkSteel_leggings_686=686 - I:item.darkSteel_pickaxe_306=306 - I:item.darkSteel_shears_196=196 - I:item.darkSteel_sword_202=202 - I:item.doorIron_336=336 - I:item.doorWood_73=73 - I:item.enchantedBook_36=36 - I:item.hatchetDiamond_49=49 - I:item.hatchetGold_600=600 - I:item.hatchetIron_180=180 - I:item.helmetChain_70=70 - I:item.helmetDiamond_61=61 - I:item.helmetGold_980=980 - I:item.helmetIron_280=280 - I:item.hoeDiamond_36=36 - I:item.hoeGold_404=404 - I:item.hoeIron_124=124 - I:item.horsearmordiamond_98=98 - I:item.horsearmorgold_1568=1568 - I:item.horsearmormetal_448=448 - I:item.leggingsChain_98=98 - I:item.leggingsDiamond_85=85 - I:item.leggingsGold_1372=1372 - I:item.leggingsIron_392=392 - I:item.minecartChest_378=378 - I:item.minecartFurnace_280=280 - I:item.minecartHopper_658=658 - I:item.minecartTnt_280=280 - I:item.minecart_280=280 - I:item.pickaxeDiamond_49=49 - I:item.pickaxeGold_600=600 - I:item.pickaxeIron_180=180 - I:item.shears_112=112 - I:item.shovelDiamond_24=24 - I:item.shovelGold_208=208 - I:item.shovelIron_68=68 - I:item.sign_24=24 - I:item.speckledMelon_174=174 - I:item.swordDiamond_30=30 - I:item.swordGold_398=398 - I:item.swordIron_118=118 - I:item.wheat_16=16 - I:item.writingBook_36=36 - I:item.writtenBook_36=36 - I:lensNetherStar_73=73 - I:pipeHugeAluminium_312=312 - I:pipeHugeBrass_756=756 - I:pipeHugeBronze_912=912 - I:pipeHugeCobalt_708=708 - I:pipeHugeCopper_756=756 - I:pipeHugeElectrum_1812=1812 - I:pipeHugeNickel_696=696 - I:pipeHugeOsmium_2280=2280 - I:pipeHugePlastic_147=147 - I:pipeHugePlatinum_2340=2340 - I:pipeHugePolyvinylChloride_147=147 - I:pipeHugeStainlessSteel_660=660 - I:pipeHugeSteel_672=672 - I:pipeHugeTitanium_576=576 - I:pipeHugeTungstenSteel_1428=1428 - I:pipeHugeWroughtIron_672=672 - I:pipeLargeAluminium_156=156 - I:pipeLargeBrass_378=378 - I:pipeLargeBronze_456=456 - I:pipeLargeCobalt_354=354 - I:pipeLargeCopper_378=378 - I:pipeLargeElectrum_906=906 - I:pipeLargeNickel_348=348 - I:pipeLargeOsmium_1140=1140 - I:pipeLargePlastic_73=73 - I:pipeLargePlatinum_1170=1170 - I:pipeLargePolyvinylChloride_73=73 - I:pipeLargeStainlessSteel_330=330 - I:pipeLargeSteel_336=336 - I:pipeLargeTitanium_288=288 - I:pipeLargeTungstenSteel_714=714 - I:pipeLargeWood_73=73 - I:pipeLargeWroughtIron_336=336 - I:pipeMediumAluminium_78=78 - I:pipeMediumBrass_189=189 - I:pipeMediumBronze_228=228 - I:pipeMediumCobalt_177=177 - I:pipeMediumCopper_189=189 - I:pipeMediumElectrum_453=453 - I:pipeMediumNickel_174=174 - I:pipeMediumOsmium_570=570 - I:pipeMediumPlastic_36=36 - I:pipeMediumPlatinum_585=585 - I:pipeMediumPolyvinylChloride_36=36 - I:pipeMediumStainlessSteel_165=165 - I:pipeMediumSteel_168=168 - I:pipeMediumTitanium_144=144 - I:pipeMediumTungstenSteel_357=357 - I:pipeMediumWood_36=36 - I:pipeMediumWroughtIron_168=168 - I:pipeRestrictiveHugeAluminium_382=382 - I:pipeRestrictiveHugeBrass_826=826 - I:pipeRestrictiveHugeCobalt_778=778 - I:pipeRestrictiveHugeElectrum_1882=1882 - I:pipeRestrictiveHugeNickel_766=766 - I:pipeRestrictiveHugeOsmium_2350=2350 - I:pipeRestrictiveHugePlatinum_2410=2410 - I:pipeRestrictiveHugePolyvinylChloride_217=217 - I:pipeRestrictiveHugeWroughtIron_742=742 - I:pipeRestrictiveLargeAluminium_212=212 - I:pipeRestrictiveLargeBrass_434=434 - I:pipeRestrictiveLargeCobalt_410=410 - I:pipeRestrictiveLargeElectrum_962=962 - I:pipeRestrictiveLargeNickel_404=404 - I:pipeRestrictiveLargeOsmium_1196=1196 - I:pipeRestrictiveLargePlatinum_1226=1226 - I:pipeRestrictiveLargePolyvinylChloride_129=129 - I:pipeRestrictiveLargeWroughtIron_392=392 - I:pipeRestrictiveMediumAluminium_120=120 - I:pipeRestrictiveMediumBrass_231=231 - I:pipeRestrictiveMediumCobalt_219=219 - I:pipeRestrictiveMediumElectrum_495=495 - I:pipeRestrictiveMediumNickel_216=216 - I:pipeRestrictiveMediumOsmium_612=612 - I:pipeRestrictiveMediumPlatinum_627=627 - I:pipeRestrictiveMediumPolyvinylChloride_78=78 - I:pipeRestrictiveMediumWroughtIron_210=210 - I:pipeSmallBronze_76=76 - I:pipeSmallCopper_63=63 - I:pipeSmallPlastic_16=16 - I:pipeSmallStainlessSteel_55=55 - I:pipeSmallSteel_56=56 - I:pipeSmallTitanium_48=48 - I:pipeSmallTungstenSteel_119=119 - I:pipeSmallWood_16=16 - I:pipeTinyBronze_38=38 - I:pipeTinyCopper_31=31 - I:pipeTinyStainlessSteel_27=27 - I:pipeTinySteel_28=28 - I:pipeTinyTitanium_24=24 - I:pipeTinyTungstenSteel_59=59 - I:plateAluminium_26=26 - I:plateAmericium_245=245 - I:plateAnnealedCopper_63=63 - I:plateBatteryAlloy_189=189 - I:plateBeryllium_16=16 - I:plateBismuthBronze_92=92 - I:plateBismuth_208=208 - I:plateBlackBronze_98=98 - I:plateBlackSteel_64=64 - I:plateBlueSteel_75=75 - I:plateBrass_63=63 - I:plateBronze_76=76 - I:plateChrome_52=52 - I:plateCobaltBrass_58=58 - I:plateCobalt_59=59 - I:plateCopper_63=63 - I:plateCupronickel_60=60 - I:plateDamascusSteel_56=56 - I:plateDarkSteel_98=98 - I:plateDenseBronze_684=684 - I:plateDenseCopper_567=567 - I:plateDenseGold_1764=1764 - I:plateDenseIron_504=504 - I:plateDenseLead_1863=1863 - I:plateDenseSteel_504=504 - I:plateDenseTin_1062=1062 - I:plateDiamond_16=16 - I:plateDoubleAluminium_52=52 - I:plateDoubleBeryllium_18=18 - I:plateDoubleBismuthBronze_184=184 - I:plateDoubleBismuth_416=416 - I:plateDoubleBlackBronze_196=196 - I:plateDoubleBlackSteel_128=128 - I:plateDoubleBlueSteel_150=150 - I:plateDoubleBrass_126=126 - I:plateDoubleBronze_152=152 - I:plateDoubleChrome_104=104 - I:plateDoubleCobaltBrass_116=116 - I:plateDoubleCobalt_118=118 - I:plateDoubleCupronickel_120=120 - I:plateDoubleDamascusSteel_112=112 - I:plateDoubleDarkSteel_196=196 - I:plateDoubleDuranium_196=196 - I:plateDoubleElectrum_302=302 - I:plateDoubleGold_392=392 - I:plateDoubleHSSE_162=162 - I:plateDoubleHSSG_196=196 - I:plateDoubleHSSS_258=258 - I:plateDoubleInvar_112=112 - I:plateDoubleIridium_384=384 - I:plateDoubleIronMagnetic_112=112 - I:plateDoubleIron_112=112 - I:plateDoubleKanthal_88=88 - I:plateDoubleLead_414=414 - I:plateDoubleMagnalium_50=50 - I:plateDoubleManganese_110=110 - I:plateDoubleMithril_490=490 - I:plateDoubleMolybdenum_190=190 - I:plateDoubleNaquadahAlloy_196=196 - I:plateDoubleNaquadahEnriched_196=196 - I:plateDoubleNaquadah_196=196 - I:plateDoubleNaquadria_196=196 - I:plateDoubleNeodymiumMagnetic_288=288 - I:plateDoubleNeodymium_288=288 - I:plateDoubleNeutronium_200000=200000 - I:plateDoubleNichrome_112=112 - I:plateDoubleNickel_116=116 - I:plateDoubleOsmiridium_382=382 - I:plateDoubleOsmium_380=380 - I:plateDoublePalladium_212=212 - I:plateDoublePaper_24=24 - I:plateDoublePigIron_112=112 - I:plateDoublePlatinum_390=390 - I:plateDoublePlutonium241_486=486 - I:plateDoublePlutonium_492=492 - I:plateDoubleRedSteel_138=138 - I:plateDoubleRoseGold_338=338 - I:plateDoubleSilver_214=214 - I:plateDoubleStainlessSteel_110=110 - I:plateDoubleSteelMagnetic_112=112 - I:plateDoubleSteel_112=112 - I:plateDoubleSterlingSilver_196=196 - I:plateDoubleThorium_460=460 - I:plateDoubleTinAlloy_174=174 - I:plateDoubleTitanium_96=96 - I:plateDoubleTritanium_196=196 - I:plateDoubleTungstenCarbide_194=194 - I:plateDoubleTungstenSteel_238=238 - I:plateDoubleTungsten_366=366 - I:plateDoubleUltimet_122=122 - I:plateDoubleUranium235_470=470 - I:plateDoubleUranium_476=476 - I:plateDoubleVanadiumSteel_110=110 - I:plateDoubleWroughtIron_112=112 - I:plateDuranium_98=98 - I:plateElectrum_151=151 - I:plateEuropium_151=151 - I:plateGallium_70=70 - I:plateGold_196=196 - I:plateHSSE_81=81 - I:plateHSSG_98=98 - I:plateHSSS_129=129 - I:plateInvar_56=56 - I:plateIridium_192=192 - I:plateIronMagnetic_56=56 - I:plateIron_56=56 - I:plateKanthal_44=44 - I:plateLead_207=207 - I:plateMagnalium_25=25 - I:plateManganese_55=55 - I:plateMithril_245=245 - I:plateMolybdenum_95=95 - I:plateNaquadahAlloy_98=98 - I:plateNaquadahEnriched_98=98 - I:plateNaquadah_98=98 - I:plateNaquadria_98=98 - I:plateNeodymiumMagnetic_144=144 - I:plateNeodymium_144=144 - I:plateNetherStar_98=98 - I:plateNeutronium_100000=100000 - I:plateNichrome_56=56 - I:plateNickel_58=58 - I:plateNiobiumTitanium_71=71 - I:plateOsmiridium_191=191 - I:plateOsmium_190=190 - I:platePalladium_106=106 - I:platePaper_16=16 - I:platePigIron_56=56 - I:platePlastic_16=16 - I:platePlatinum_195=195 - I:platePlutonium241_243=243 - I:platePlutonium_246=246 - I:platePolystyrene_16=16 - I:platePolyvinylChloride_16=16 - I:plateQuadruplePaper_49=49 - I:plateQuintuplePaper_61=61 - I:plateRedAlloy_403=403 - I:plateRedSteel_69=69 - I:plateRedstone_85=85 - I:plateRoseGold_169=169 - I:plateRubber_16=16 - I:plateSilicon_28=28 - I:plateSilicone_16=16 - I:plateSilver_107=107 - I:plateSolderingAlloy_118=118 - I:plateStainlessSteel_55=55 - I:plateSteelMagnetic_56=56 - I:plateSteel_56=56 - I:plateSterlingSilver_98=98 - I:plateStyreneButadieneRubber_16=16 - I:plateThorium_230=230 - I:plateTinAlloy_87=87 - I:plateTin_118=118 - I:plateTitanium_48=48 - I:plateTriplePaper_36=36 - I:plateTritanium_98=98 - I:plateTungstenCarbide_97=97 - I:plateTungstenSteel_119=119 - I:plateTungsten_183=183 - I:plateUltimet_61=61 - I:plateUranium235_235=235 - I:plateUranium_238=238 - I:plateVanadiumGallium_55=55 - I:plateVanadiumSteel_55=55 - I:plateWoodSealed_16=16 - I:plateWood_16=16 - I:plateWroughtIron_56=56 - I:plateYttriumBariumCuprate_51=51 - I:plateZinc_65=65 - I:ringAluminium_16=16 - I:ringBrass_16=16 - I:ringBronze_19=19 - I:ringChrome_16=16 - I:ringHSSE_20=20 - I:ringHSSG_24=24 - I:ringInvar_16=16 - I:ringIridium_48=48 - I:ringIron_16=16 - I:ringNeutronium_25000=25000 - I:ringOsmium_47=47 - I:ringPigIron_16=16 - I:ringStainlessSteel_16=16 - I:ringSteel_16=16 - I:ringTin_29=29 - I:ringTitanium_16=16 - I:ringTungstenSteel_29=29 - I:ringWroughtIron_16=16 - I:rotorBronze_323=323 - I:rotorChrome_221=221 - I:rotorHSSE_344=344 - I:rotorHSSG_416=416 - I:rotorIridium_816=816 - I:rotorNeutronium_425000=425000 - I:rotorOsmium_807=807 - I:rotorStainlessSteel_233=233 - I:rotorSteel_238=238 - I:rotorTin_501=501 - I:rotorTitanium_204=204 - I:rotorTungstenSteel_505=505 - I:roundHSSE_16=16 - I:roundHSSG_16=16 - I:roundNeutronium_11111=11111 - I:screwAluminium_16=16 - I:screwBeryllium_16=16 - I:screwBismuthBronze_16=16 - I:screwBismuth_23=23 - I:screwBlackBronze_16=16 - I:screwBlackSteel_16=16 - I:screwBlueSteel_16=16 - I:screwBrass_16=16 - I:screwBronze_16=16 - I:screwChrome_16=16 - I:screwCobaltBrass_16=16 - I:screwCobalt_16=16 - I:screwCupronickel_16=16 - I:screwDamascusSteel_16=16 - I:screwDarkSteel_16=16 - I:screwDuranium_16=16 - I:screwElectrum_16=16 - I:screwGold_21=21 - I:screwHSSE_16=16 - I:screwHSSG_16=16 - I:screwHSSS_16=16 - I:screwInvar_16=16 - I:screwIridium_21=21 - I:screwIronMagnetic_16=16 - I:screwIron_16=16 - I:screwKanthal_16=16 - I:screwLead_23=23 - I:screwMagnalium_16=16 - I:screwManganese_16=16 - I:screwMithril_27=27 - I:screwMolybdenum_16=16 - I:screwNaquadahAlloy_16=16 - I:screwNaquadahEnriched_16=16 - I:screwNaquadah_16=16 - I:screwNaquadria_16=16 - I:screwNeodymiumMagnetic_16=16 - I:screwNeodymium_16=16 - I:screwNetherStar_16=16 - I:screwNeutronium_11111=11111 - I:screwNichrome_16=16 - I:screwNickel_16=16 - I:screwOsmiridium_21=21 - I:screwOsmium_21=21 - I:screwPalladium_16=16 - I:screwPigIron_16=16 - I:screwPlatinum_21=21 - I:screwPlutonium241_27=27 - I:screwPlutonium_27=27 - I:screwRedSteel_16=16 - I:screwRoseGold_18=18 - I:screwSilver_16=16 - I:screwStainlessSteel_16=16 - I:screwSteelMagnetic_16=16 - I:screwSteel_16=16 - I:screwSterlingSilver_16=16 - I:screwThorium_25=25 - I:screwTinAlloy_16=16 - I:screwTin_16=16 - I:screwTitanium_16=16 - I:screwTritanium_16=16 - I:screwTungstenCarbide_16=16 - I:screwTungstenSteel_16=16 - I:screwTungsten_20=20 - I:screwUltimet_16=16 - I:screwUranium235_26=26 - I:screwUranium_26=26 - I:screwVanadiumSteel_16=16 - I:screwWroughtIron_16=16 - I:springTitanium_48=48 - I:stickAluminium_16=16 - I:stickAmericium_122=122 - I:stickBeryllium_16=16 - I:stickBismuthBronze_46=46 - I:stickBismuth_104=104 - I:stickBlackBronze_49=49 - I:stickBlackSteel_32=32 - I:stickBlueSteel_37=37 - I:stickBrass_31=31 - I:stickBronze_38=38 - I:stickChrome_26=26 - I:stickCobaltBrass_29=29 - I:stickCobalt_29=29 - I:stickCopper_31=31 - I:stickCupronickel_30=30 - I:stickDamascusSteel_28=28 - I:stickDarkSteel_49=49 - I:stickDuranium_49=49 - I:stickElectrum_75=75 - I:stickEuropium_75=75 - I:stickGold_98=98 - I:stickHSSE_40=40 - I:stickHSSG_49=49 - I:stickHSSS_64=64 - I:stickInvar_28=28 - I:stickIridium_96=96 - I:stickIronMagnetic_28=28 - I:stickIron_28=28 - I:stickKanthal_22=22 - I:stickLead_103=103 - I:stickLongAluminium_26=26 - I:stickLongAmericium_245=245 - I:stickLongBeryllium_16=16 - I:stickLongBismuthBronze_92=92 - I:stickLongBismuth_208=208 - I:stickLongBlackBronze_98=98 - I:stickLongBlackSteel_64=64 - I:stickLongBlaze_115=115 - I:stickLongBlueSteel_75=75 - I:stickLongBrass_63=63 - I:stickLongBronze_76=76 - I:stickLongChrome_52=52 - I:stickLongCobaltBrass_58=58 - I:stickLongCobalt_59=59 - I:stickLongCupronickel_60=60 - I:stickLongDamascusSteel_56=56 - I:stickLongDarkSteel_98=98 - I:stickLongDiamond_16=16 - I:stickLongDuranium_98=98 - I:stickLongElectrum_151=151 - I:stickLongGold_196=196 - I:stickLongHSSE_81=81 - I:stickLongHSSG_98=98 - I:stickLongHSSS_129=129 - I:stickLongInvar_56=56 - I:stickLongIridium_192=192 - I:stickLongIronMagnetic_56=56 - I:stickLongIron_56=56 - I:stickLongKanthal_44=44 - I:stickLongLead_207=207 - I:stickLongMagnalium_25=25 - I:stickLongManganese_55=55 - I:stickLongMithril_245=245 - I:stickLongMolybdenum_95=95 - I:stickLongNaquadahAlloy_98=98 - I:stickLongNaquadahEnriched_98=98 - I:stickLongNaquadah_98=98 - I:stickLongNaquadria_98=98 - I:stickLongNeodymiumMagnetic_144=144 - I:stickLongNeodymium_144=144 - I:stickLongNetherStar_98=98 - I:stickLongNeutronium_100000=100000 - I:stickLongNichrome_56=56 - I:stickLongNickel_58=58 - I:stickLongOsmiridium_191=191 - I:stickLongOsmium_190=190 - I:stickLongPalladium_106=106 - I:stickLongPigIron_56=56 - I:stickLongPlastic_16=16 - I:stickLongPlatinum_195=195 - I:stickLongPlutonium241_243=243 - I:stickLongPlutonium_246=246 - I:stickLongPolystyrene_16=16 - I:stickLongPolyvinylChloride_16=16 - I:stickLongRedSteel_69=69 - I:stickLongRoseGold_169=169 - I:stickLongRubber_16=16 - I:stickLongSilicone_16=16 - I:stickLongSilver_107=107 - I:stickLongStainlessSteel_55=55 - I:stickLongSteelMagnetic_56=56 - I:stickLongSteel_56=56 - I:stickLongSterlingSilver_98=98 - I:stickLongStyreneButadieneRubber_16=16 - I:stickLongThorium_230=230 - I:stickLongTinAlloy_87=87 - I:stickLongTitanium_48=48 - I:stickLongTritanium_98=98 - I:stickLongTungstenCarbide_97=97 - I:stickLongTungstenSteel_119=119 - I:stickLongTungsten_183=183 - I:stickLongUltimet_61=61 - I:stickLongUranium235_235=235 - I:stickLongUranium_238=238 - I:stickLongVanadiumSteel_55=55 - I:stickLongWoodSealed_16=16 - I:stickLongWood_16=16 - I:stickLongWroughtIron_56=56 - I:stickMagnalium_16=16 - I:stickManganese_27=27 - I:stickMithril_122=122 - I:stickMolybdenum_47=47 - I:stickNaquadahAlloy_49=49 - I:stickNaquadahEnriched_49=49 - I:stickNaquadah_49=49 - I:stickNaquadria_49=49 - I:stickNeodymiumMagnetic_72=72 - I:stickNeodymium_72=72 - I:stickNetherStar_49=49 - I:stickNeutronium_50000=50000 - I:stickNichrome_28=28 - I:stickNickel_29=29 - I:stickOsmiridium_95=95 - I:stickOsmium_95=95 - I:stickPalladium_53=53 - I:stickPigIron_28=28 - I:stickPlatinum_97=97 - I:stickPlutonium241_121=121 - I:stickPlutonium_123=123 - I:stickRedSteel_34=34 - I:stickRoseGold_84=84 - I:stickSilver_53=53 - I:stickSolderingAlloy_59=59 - I:stickStainlessSteel_27=27 - I:stickSteelMagnetic_28=28 - I:stickSteel_28=28 - I:stickSterlingSilver_49=49 - I:stickThorium_115=115 - I:stickTinAlloy_43=43 - I:stickTin_59=59 - I:stickTitanium_24=24 - I:stickTritanium_49=49 - I:stickTungstenCarbide_48=48 - I:stickTungstenSteel_59=59 - I:stickTungsten_91=91 - I:stickUltimet_30=30 - I:stickUranium235_117=117 - I:stickUranium_119=119 - I:stickVanadiumGallium_27=27 - I:stickVanadiumSteel_27=27 - I:stickWroughtIron_28=28 - I:tile.anvil.intact_1680=1680 - I:tile.anvil.slightlyDamaged_1120=1120 - I:tile.anvil.veryDamaged_560=560 - I:tile.beacon_98=98 - I:tile.bookshelf_183=183 - I:tile.button_16=16 - I:tile.chestTrap_138=138 - I:tile.chest_98=98 - I:tile.dispenser_85=85 - I:tile.dropper_85=85 - I:tile.enchantmentTable_61=61 - I:tile.fenceIron_21=21 - I:tile.fence_18=18 - I:tile.hayBlock_110=110 - I:tile.hopper_378=378 - I:tile.jukebox_110=110 - I:tile.ladder_16=16 - I:tile.lightgem_392=392 - I:tile.musicBlock_183=183 - I:tile.notGate_91=91 - I:tile.pistonBase_36=36 - I:tile.pistonStickyBase_36=36 - I:tile.pressurePlate_24=24 - I:tile.redstoneLight_732=732 - I:tile.stoneSlab.stone_16=16 - I:tile.stoneSlab.wood_16=16 - I:tile.tripWireSource_40=40 - I:tile.weightedPlate_heavy_112=112 - I:tile.weightedPlate_light_392=392 - I:tile.wood.oak_16=16 - I:tile.workbench_49=49 - I:toolHeadAxeAluminium_78=78 - I:toolHeadAxeBeryllium_27=27 - I:toolHeadAxeBismuthBronze_276=276 - I:toolHeadAxeBismuth_624=624 - I:toolHeadAxeBlackBronze_294=294 - I:toolHeadAxeBlackSteel_192=192 - I:toolHeadAxeBlaze_345=345 - I:toolHeadAxeBlueSteel_225=225 - I:toolHeadAxeBrass_189=189 - I:toolHeadAxeBronze_228=228 - I:toolHeadAxeChrome_156=156 - I:toolHeadAxeCobaltBrass_174=174 - I:toolHeadAxeCobalt_177=177 - I:toolHeadAxeCupronickel_180=180 - I:toolHeadAxeDamascusSteel_168=168 - I:toolHeadAxeDarkSteel_294=294 - I:toolHeadAxeDiamond_36=36 - I:toolHeadAxeDuranium_294=294 - I:toolHeadAxeElectrum_453=453 - I:toolHeadAxeGold_588=588 - I:toolHeadAxeGraphite_36=36 - I:toolHeadAxeHSSE_243=243 - I:toolHeadAxeHSSG_294=294 - I:toolHeadAxeHSSS_387=387 - I:toolHeadAxeInvar_168=168 - I:toolHeadAxeIridium_576=576 - I:toolHeadAxeIronMagnetic_168=168 - I:toolHeadAxeIron_168=168 - I:toolHeadAxeKanthal_132=132 - I:toolHeadAxeLead_621=621 - I:toolHeadAxeMagnalium_75=75 - I:toolHeadAxeManganese_165=165 - I:toolHeadAxeMithril_735=735 - I:toolHeadAxeMolybdenum_285=285 - I:toolHeadAxeNaquadahAlloy_294=294 - I:toolHeadAxeNaquadahEnriched_294=294 - I:toolHeadAxeNaquadah_294=294 - I:toolHeadAxeNaquadria_294=294 - I:toolHeadAxeNeodymiumMagnetic_432=432 - I:toolHeadAxeNeodymium_432=432 - I:toolHeadAxeNetherStar_294=294 - I:toolHeadAxeNeutronium_300000=300000 - I:toolHeadAxeNichrome_168=168 - I:toolHeadAxeNickel_174=174 - I:toolHeadAxeOsmiridium_573=573 - I:toolHeadAxeOsmium_570=570 - I:toolHeadAxePalladium_318=318 - I:toolHeadAxePigIron_168=168 - I:toolHeadAxePlastic_36=36 - I:toolHeadAxePlatinum_585=585 - I:toolHeadAxePlutonium241_729=729 - I:toolHeadAxePlutonium_738=738 - I:toolHeadAxePolystyrene_36=36 - I:toolHeadAxePolyvinylChloride_36=36 - I:toolHeadAxeRedSteel_207=207 - I:toolHeadAxeRoseGold_507=507 - I:toolHeadAxeRubber_36=36 - I:toolHeadAxeSilicone_36=36 - I:toolHeadAxeSilver_321=321 - I:toolHeadAxeStainlessSteel_165=165 - I:toolHeadAxeSteelMagnetic_168=168 - I:toolHeadAxeSteel_168=168 - I:toolHeadAxeSterlingSilver_294=294 - I:toolHeadAxeStyreneButadieneRubber_36=36 - I:toolHeadAxeThorium_690=690 - I:toolHeadAxeTinAlloy_261=261 - I:toolHeadAxeTitanium_144=144 - I:toolHeadAxeTritanium_294=294 - I:toolHeadAxeTungstenCarbide_291=291 - I:toolHeadAxeTungstenSteel_357=357 - I:toolHeadAxeTungsten_549=549 - I:toolHeadAxeUltimet_183=183 - I:toolHeadAxeUranium235_705=705 - I:toolHeadAxeUranium_714=714 - I:toolHeadAxeVanadiumSteel_165=165 - I:toolHeadAxeWoodSealed_36=36 - I:toolHeadAxeWood_36=36 - I:toolHeadAxeWroughtIron_168=168 - I:toolHeadBuzzSawAluminium_104=104 - I:toolHeadBuzzSawBeryllium_36=36 - I:toolHeadBuzzSawBismuthBronze_368=368 - I:toolHeadBuzzSawBismuth_832=832 - I:toolHeadBuzzSawBlackBronze_392=392 - I:toolHeadBuzzSawBlackSteel_256=256 - I:toolHeadBuzzSawBlaze_460=460 - I:toolHeadBuzzSawBlueSteel_300=300 - I:toolHeadBuzzSawBrass_252=252 - I:toolHeadBuzzSawBronze_304=304 - I:toolHeadBuzzSawChrome_208=208 - I:toolHeadBuzzSawCobaltBrass_232=232 - I:toolHeadBuzzSawCobalt_236=236 - I:toolHeadBuzzSawCupronickel_240=240 - I:toolHeadBuzzSawDamascusSteel_224=224 - I:toolHeadBuzzSawDarkSteel_392=392 - I:toolHeadBuzzSawDuranium_392=392 - I:toolHeadBuzzSawElectrum_604=604 - I:toolHeadBuzzSawGold_784=784 - I:toolHeadBuzzSawHSSE_324=324 - I:toolHeadBuzzSawHSSG_392=392 - I:toolHeadBuzzSawHSSS_516=516 - I:toolHeadBuzzSawInvar_224=224 - I:toolHeadBuzzSawIridium_768=768 - I:toolHeadBuzzSawIronMagnetic_224=224 - I:toolHeadBuzzSawIron_224=224 - I:toolHeadBuzzSawKanthal_176=176 - I:toolHeadBuzzSawLead_828=828 - I:toolHeadBuzzSawMagnalium_100=100 - I:toolHeadBuzzSawManganese_220=220 - I:toolHeadBuzzSawMithril_980=980 - I:toolHeadBuzzSawMolybdenum_380=380 - I:toolHeadBuzzSawNaquadahAlloy_392=392 - I:toolHeadBuzzSawNaquadahEnriched_392=392 - I:toolHeadBuzzSawNaquadah_392=392 - I:toolHeadBuzzSawNaquadria_392=392 - I:toolHeadBuzzSawNeodymiumMagnetic_576=576 - I:toolHeadBuzzSawNeodymium_576=576 - I:toolHeadBuzzSawNeutronium_400000=400000 - I:toolHeadBuzzSawNichrome_224=224 - I:toolHeadBuzzSawNickel_232=232 - I:toolHeadBuzzSawOsmiridium_764=764 - I:toolHeadBuzzSawOsmium_760=760 - I:toolHeadBuzzSawPalladium_424=424 - I:toolHeadBuzzSawPigIron_224=224 - I:toolHeadBuzzSawPlatinum_780=780 - I:toolHeadBuzzSawPlutonium241_972=972 - I:toolHeadBuzzSawPlutonium_984=984 - I:toolHeadBuzzSawRedSteel_276=276 - I:toolHeadBuzzSawRoseGold_676=676 - I:toolHeadBuzzSawSilver_428=428 - I:toolHeadBuzzSawStainlessSteel_220=220 - I:toolHeadBuzzSawSteelMagnetic_224=224 - I:toolHeadBuzzSawSteel_224=224 - I:toolHeadBuzzSawSterlingSilver_392=392 - I:toolHeadBuzzSawThorium_920=920 - I:toolHeadBuzzSawTinAlloy_348=348 - I:toolHeadBuzzSawTitanium_192=192 - I:toolHeadBuzzSawTritanium_392=392 - I:toolHeadBuzzSawTungstenCarbide_388=388 - I:toolHeadBuzzSawTungstenSteel_476=476 - I:toolHeadBuzzSawTungsten_732=732 - I:toolHeadBuzzSawUltimet_244=244 - I:toolHeadBuzzSawUranium235_940=940 - I:toolHeadBuzzSawUranium_952=952 - I:toolHeadBuzzSawVanadiumSteel_220=220 - I:toolHeadBuzzSawWroughtIron_224=224 - I:toolHeadChainsawAluminium_304=304 - I:toolHeadChainsawBeryllium_270=270 - I:toolHeadChainsawBismuthBronze_436=436 - I:toolHeadChainsawBismuth_668=668 - I:toolHeadChainsawBlackBronze_448=448 - I:toolHeadChainsawBlackSteel_380=380 - I:toolHeadChainsawBlaze_482=482 - I:toolHeadChainsawBlueSteel_402=402 - I:toolHeadChainsawBrass_378=378 - I:toolHeadChainsawBronze_404=404 - I:toolHeadChainsawCarbon_252=252 - I:toolHeadChainsawChrome_356=356 - I:toolHeadChainsawCobaltBrass_368=368 - I:toolHeadChainsawCobalt_370=370 - I:toolHeadChainsawCupronickel_372=372 - I:toolHeadChainsawDamascusSteel_364=364 - I:toolHeadChainsawDarkSteel_448=448 - I:toolHeadChainsawDuranium_448=448 - I:toolHeadChainsawElectrum_554=554 - I:toolHeadChainsawEpoxidFiberReinforced_252=252 - I:toolHeadChainsawEpoxid_252=252 - I:toolHeadChainsawGold_644=644 - I:toolHeadChainsawGraphene_252=252 - I:toolHeadChainsawHSSE_414=414 - I:toolHeadChainsawHSSG_448=448 - I:toolHeadChainsawHSSS_510=510 - I:toolHeadChainsawInvar_364=364 - I:toolHeadChainsawIridium_636=636 - I:toolHeadChainsawIronMagnetic_364=364 - I:toolHeadChainsawIron_364=364 - I:toolHeadChainsawKanthal_340=340 - I:toolHeadChainsawLead_666=666 - I:toolHeadChainsawMagnalium_302=302 - I:toolHeadChainsawManganese_362=362 - I:toolHeadChainsawMithril_742=742 - I:toolHeadChainsawMolybdenum_442=442 - I:toolHeadChainsawNaquadahAlloy_448=448 - I:toolHeadChainsawNaquadahEnriched_448=448 - I:toolHeadChainsawNaquadah_448=448 - I:toolHeadChainsawNaquadria_448=448 - I:toolHeadChainsawNeodymiumMagnetic_540=540 - I:toolHeadChainsawNeodymium_540=540 - I:toolHeadChainsawNeutronium_200252=200252 - I:toolHeadChainsawNichrome_364=364 - I:toolHeadChainsawNickelZincFerrite_252=252 - I:toolHeadChainsawNickel_368=368 - I:toolHeadChainsawOsmiridium_634=634 - I:toolHeadChainsawOsmium_632=632 - I:toolHeadChainsawPalladium_464=464 - I:toolHeadChainsawPigIron_364=364 - I:toolHeadChainsawPlatinum_642=642 - I:toolHeadChainsawPlutonium241_738=738 - I:toolHeadChainsawPlutonium_744=744 - I:toolHeadChainsawPolycaprolactam_252=252 - I:toolHeadChainsawPolyphenyleneSulfide_252=252 - I:toolHeadChainsawPolytetrafluoroethylene_252=252 - I:toolHeadChainsawRedSteel_390=390 - I:toolHeadChainsawRoseGold_590=590 - I:toolHeadChainsawSilver_466=466 - I:toolHeadChainsawStainlessSteel_362=362 - I:toolHeadChainsawSteelMagnetic_364=364 - I:toolHeadChainsawSteel_364=364 - I:toolHeadChainsawSterlingSilver_448=448 - I:toolHeadChainsawThorium_712=712 - I:toolHeadChainsawTinAlloy_426=426 - I:toolHeadChainsawTitanium_348=348 - I:toolHeadChainsawTritanium_448=448 - I:toolHeadChainsawTungstenCarbide_446=446 - I:toolHeadChainsawTungstenSteel_490=490 - I:toolHeadChainsawTungsten_618=618 - I:toolHeadChainsawUltimet_374=374 - I:toolHeadChainsawUranium235_722=722 - I:toolHeadChainsawUranium_728=728 - I:toolHeadChainsawVanadiumSteel_362=362 - I:toolHeadChainsawWroughtIron_364=364 - I:toolHeadDrillAluminium_328=328 - I:toolHeadDrillBeryllium_260=260 - I:toolHeadDrillBismuthBronze_592=592 - I:toolHeadDrillBismuth_1056=1056 - I:toolHeadDrillBlackBronze_616=616 - I:toolHeadDrillBlackSteel_480=480 - I:toolHeadDrillBlaze_684=684 - I:toolHeadDrillBlueSteel_524=524 - I:toolHeadDrillBrass_476=476 - I:toolHeadDrillBronze_528=528 - I:toolHeadDrillCarbon_224=224 - I:toolHeadDrillChrome_432=432 - I:toolHeadDrillCobaltBrass_456=456 - I:toolHeadDrillCobalt_460=460 - I:toolHeadDrillCupronickel_464=464 - I:toolHeadDrillDamascusSteel_448=448 - I:toolHeadDrillDarkSteel_616=616 - I:toolHeadDrillDuranium_616=616 - I:toolHeadDrillElectrum_828=828 - I:toolHeadDrillEpoxidFiberReinforced_224=224 - I:toolHeadDrillEpoxid_224=224 - I:toolHeadDrillGold_1008=1008 - I:toolHeadDrillGraphene_224=224 - I:toolHeadDrillHSSE_548=548 - I:toolHeadDrillHSSG_616=616 - I:toolHeadDrillHSSS_740=740 - I:toolHeadDrillInvar_448=448 - I:toolHeadDrillIridium_992=992 - I:toolHeadDrillIronMagnetic_448=448 - I:toolHeadDrillIron_448=448 - I:toolHeadDrillKanthal_400=400 - I:toolHeadDrillLead_1052=1052 - I:toolHeadDrillMagnalium_324=324 - I:toolHeadDrillManganese_444=444 - I:toolHeadDrillMithril_1204=1204 - I:toolHeadDrillMolybdenum_604=604 - I:toolHeadDrillNaquadahAlloy_616=616 - I:toolHeadDrillNaquadahEnriched_616=616 - I:toolHeadDrillNaquadah_616=616 - I:toolHeadDrillNaquadria_616=616 - I:toolHeadDrillNeodymiumMagnetic_800=800 - I:toolHeadDrillNeodymium_800=800 - I:toolHeadDrillNeutronium_400224=400224 - I:toolHeadDrillNichrome_448=448 - I:toolHeadDrillNickelZincFerrite_224=224 - I:toolHeadDrillNickel_456=456 - I:toolHeadDrillOsmiridium_988=988 - I:toolHeadDrillOsmium_984=984 - I:toolHeadDrillPalladium_648=648 - I:toolHeadDrillPigIron_448=448 - I:toolHeadDrillPlatinum_1004=1004 - I:toolHeadDrillPlutonium241_1196=1196 - I:toolHeadDrillPlutonium_1208=1208 - I:toolHeadDrillPolycaprolactam_224=224 - I:toolHeadDrillPolyphenyleneSulfide_224=224 - I:toolHeadDrillPolytetrafluoroethylene_224=224 - I:toolHeadDrillRedSteel_500=500 - I:toolHeadDrillRoseGold_900=900 - I:toolHeadDrillSilver_652=652 - I:toolHeadDrillStainlessSteel_444=444 - I:toolHeadDrillSteelMagnetic_448=448 - I:toolHeadDrillSteel_448=448 - I:toolHeadDrillSterlingSilver_616=616 - I:toolHeadDrillThorium_1144=1144 - I:toolHeadDrillTinAlloy_572=572 - I:toolHeadDrillTitanium_416=416 - I:toolHeadDrillTritanium_616=616 - I:toolHeadDrillTungstenCarbide_612=612 - I:toolHeadDrillTungstenSteel_700=700 - I:toolHeadDrillTungsten_956=956 - I:toolHeadDrillUltimet_468=468 - I:toolHeadDrillUranium235_1164=1164 - I:toolHeadDrillUranium_1176=1176 - I:toolHeadDrillVanadiumSteel_444=444 - I:toolHeadDrillWroughtIron_448=448 - I:toolHeadFileAluminium_52=52 - I:toolHeadFileBeryllium_18=18 - I:toolHeadFileBismuthBronze_184=184 - I:toolHeadFileBismuth_416=416 - I:toolHeadFileBlackBronze_196=196 - I:toolHeadFileBlackSteel_128=128 - I:toolHeadFileBlaze_230=230 - I:toolHeadFileBlueSteel_150=150 - I:toolHeadFileBrass_126=126 - I:toolHeadFileBronze_152=152 - I:toolHeadFileChrome_104=104 - I:toolHeadFileCobaltBrass_116=116 - I:toolHeadFileCobalt_118=118 - I:toolHeadFileCupronickel_120=120 - I:toolHeadFileDamascusSteel_112=112 - I:toolHeadFileDarkSteel_196=196 - I:toolHeadFileDuranium_196=196 - I:toolHeadFileElectrum_302=302 - I:toolHeadFileGold_392=392 - I:toolHeadFileHSSE_162=162 - I:toolHeadFileHSSG_196=196 - I:toolHeadFileHSSS_258=258 - I:toolHeadFileInvar_112=112 - I:toolHeadFileIridium_384=384 - I:toolHeadFileIronMagnetic_112=112 - I:toolHeadFileIron_112=112 - I:toolHeadFileKanthal_88=88 - I:toolHeadFileLead_414=414 - I:toolHeadFileMagnalium_50=50 - I:toolHeadFileManganese_110=110 - I:toolHeadFileMithril_490=490 - I:toolHeadFileMolybdenum_190=190 - I:toolHeadFileNaquadahAlloy_196=196 - I:toolHeadFileNaquadahEnriched_196=196 - I:toolHeadFileNaquadah_196=196 - I:toolHeadFileNaquadria_196=196 - I:toolHeadFileNeodymiumMagnetic_288=288 - I:toolHeadFileNeodymium_288=288 - I:toolHeadFileNeutronium_200000=200000 - I:toolHeadFileNichrome_112=112 - I:toolHeadFileNickel_116=116 - I:toolHeadFileOsmiridium_382=382 - I:toolHeadFileOsmium_380=380 - I:toolHeadFilePalladium_212=212 - I:toolHeadFilePigIron_112=112 - I:toolHeadFilePlatinum_390=390 - I:toolHeadFilePlutonium241_486=486 - I:toolHeadFilePlutonium_492=492 - I:toolHeadFileRedSteel_138=138 - I:toolHeadFileRoseGold_338=338 - I:toolHeadFileSilver_214=214 - I:toolHeadFileStainlessSteel_110=110 - I:toolHeadFileSteelMagnetic_112=112 - I:toolHeadFileSteel_112=112 - I:toolHeadFileSterlingSilver_196=196 - I:toolHeadFileThorium_460=460 - I:toolHeadFileTinAlloy_174=174 - I:toolHeadFileTitanium_96=96 - I:toolHeadFileTritanium_196=196 - I:toolHeadFileTungstenCarbide_194=194 - I:toolHeadFileTungstenSteel_238=238 - I:toolHeadFileTungsten_366=366 - I:toolHeadFileUltimet_122=122 - I:toolHeadFileUranium235_470=470 - I:toolHeadFileUranium_476=476 - I:toolHeadFileVanadiumSteel_110=110 - I:toolHeadFileWroughtIron_112=112 - I:toolHeadHammerAluminium_156=156 - I:toolHeadHammerBeryllium_54=54 - I:toolHeadHammerBismuthBronze_552=552 - I:toolHeadHammerBismuth_1248=1248 - I:toolHeadHammerBlackBronze_588=588 - I:toolHeadHammerBlackSteel_384=384 - I:toolHeadHammerBlaze_690=690 - I:toolHeadHammerBlueSteel_450=450 - I:toolHeadHammerBrass_378=378 - I:toolHeadHammerBronze_456=456 - I:toolHeadHammerChrome_312=312 - I:toolHeadHammerCobaltBrass_348=348 - I:toolHeadHammerCobalt_354=354 - I:toolHeadHammerCupronickel_360=360 - I:toolHeadHammerDamascusSteel_336=336 - I:toolHeadHammerDarkSteel_588=588 - I:toolHeadHammerDiamond_73=73 - I:toolHeadHammerDuranium_588=588 - I:toolHeadHammerElectrum_906=906 - I:toolHeadHammerGold_1176=1176 - I:toolHeadHammerGraphite_73=73 - I:toolHeadHammerHSSE_486=486 - I:toolHeadHammerHSSG_588=588 - I:toolHeadHammerHSSS_774=774 - I:toolHeadHammerInvar_336=336 - I:toolHeadHammerIridium_1152=1152 - I:toolHeadHammerIronMagnetic_336=336 - I:toolHeadHammerIron_336=336 - I:toolHeadHammerKanthal_264=264 - I:toolHeadHammerLead_1242=1242 - I:toolHeadHammerMagnalium_150=150 - I:toolHeadHammerManganese_330=330 - I:toolHeadHammerMithril_1470=1470 - I:toolHeadHammerMolybdenum_570=570 - I:toolHeadHammerNaquadahAlloy_588=588 - I:toolHeadHammerNaquadahEnriched_588=588 - I:toolHeadHammerNaquadah_588=588 - I:toolHeadHammerNaquadria_588=588 - I:toolHeadHammerNeodymiumMagnetic_864=864 - I:toolHeadHammerNeodymium_864=864 - I:toolHeadHammerNetherStar_588=588 - I:toolHeadHammerNeutronium_600000=600000 - I:toolHeadHammerNichrome_336=336 - I:toolHeadHammerNickel_348=348 - I:toolHeadHammerOsmiridium_1146=1146 - I:toolHeadHammerOsmium_1140=1140 - I:toolHeadHammerPalladium_636=636 - I:toolHeadHammerPigIron_336=336 - I:toolHeadHammerPlastic_73=73 - I:toolHeadHammerPlatinum_1170=1170 - I:toolHeadHammerPlutonium241_1458=1458 - I:toolHeadHammerPlutonium_1476=1476 - I:toolHeadHammerPolystyrene_73=73 - I:toolHeadHammerPolyvinylChloride_73=73 - I:toolHeadHammerRedSteel_414=414 - I:toolHeadHammerRoseGold_1014=1014 - I:toolHeadHammerRubber_73=73 - I:toolHeadHammerSilicone_73=73 - I:toolHeadHammerSilver_642=642 - I:toolHeadHammerStainlessSteel_330=330 - I:toolHeadHammerSteelMagnetic_336=336 - I:toolHeadHammerSteel_336=336 - I:toolHeadHammerSterlingSilver_588=588 - I:toolHeadHammerStyreneButadieneRubber_73=73 - I:toolHeadHammerThorium_1380=1380 - I:toolHeadHammerTinAlloy_522=522 - I:toolHeadHammerTitanium_288=288 - I:toolHeadHammerTritanium_588=588 - I:toolHeadHammerTungstenCarbide_582=582 - I:toolHeadHammerTungstenSteel_714=714 - I:toolHeadHammerTungsten_1098=1098 - I:toolHeadHammerUltimet_366=366 - I:toolHeadHammerUranium235_1410=1410 - I:toolHeadHammerUranium_1428=1428 - I:toolHeadHammerVanadiumSteel_330=330 - I:toolHeadHammerWoodSealed_73=73 - I:toolHeadHammerWood_73=73 - I:toolHeadHammerWroughtIron_336=336 - I:toolHeadHoeAluminium_52=52 - I:toolHeadHoeBeryllium_18=18 - I:toolHeadHoeBismuthBronze_184=184 - I:toolHeadHoeBismuth_416=416 - I:toolHeadHoeBlackBronze_196=196 - I:toolHeadHoeBlackSteel_128=128 - I:toolHeadHoeBlaze_230=230 - I:toolHeadHoeBlueSteel_150=150 - I:toolHeadHoeBrass_126=126 - I:toolHeadHoeBronze_152=152 - I:toolHeadHoeChrome_104=104 - I:toolHeadHoeCobaltBrass_116=116 - I:toolHeadHoeCobalt_118=118 - I:toolHeadHoeCupronickel_120=120 - I:toolHeadHoeDamascusSteel_112=112 - I:toolHeadHoeDarkSteel_196=196 - I:toolHeadHoeDiamond_24=24 - I:toolHeadHoeDuranium_196=196 - I:toolHeadHoeElectrum_302=302 - I:toolHeadHoeGold_392=392 - I:toolHeadHoeGraphite_24=24 - I:toolHeadHoeHSSE_162=162 - I:toolHeadHoeHSSG_196=196 - I:toolHeadHoeHSSS_258=258 - I:toolHeadHoeInvar_112=112 - I:toolHeadHoeIridium_384=384 - I:toolHeadHoeIronMagnetic_112=112 - I:toolHeadHoeIron_112=112 - I:toolHeadHoeKanthal_88=88 - I:toolHeadHoeLead_414=414 - I:toolHeadHoeMagnalium_50=50 - I:toolHeadHoeManganese_110=110 - I:toolHeadHoeMithril_490=490 - I:toolHeadHoeMolybdenum_190=190 - I:toolHeadHoeNaquadahAlloy_196=196 - I:toolHeadHoeNaquadahEnriched_196=196 - I:toolHeadHoeNaquadah_196=196 - I:toolHeadHoeNaquadria_196=196 - I:toolHeadHoeNeodymiumMagnetic_288=288 - I:toolHeadHoeNeodymium_288=288 - I:toolHeadHoeNetherStar_196=196 - I:toolHeadHoeNeutronium_200000=200000 - I:toolHeadHoeNichrome_112=112 - I:toolHeadHoeNickel_116=116 - I:toolHeadHoeOsmiridium_382=382 - I:toolHeadHoeOsmium_380=380 - I:toolHeadHoePalladium_212=212 - I:toolHeadHoePigIron_112=112 - I:toolHeadHoePlastic_24=24 - I:toolHeadHoePlatinum_390=390 - I:toolHeadHoePlutonium241_486=486 - I:toolHeadHoePlutonium_492=492 - I:toolHeadHoePolystyrene_24=24 - I:toolHeadHoePolyvinylChloride_24=24 - I:toolHeadHoeRedSteel_138=138 - I:toolHeadHoeRoseGold_338=338 - I:toolHeadHoeRubber_24=24 - I:toolHeadHoeSilicone_24=24 - I:toolHeadHoeSilver_214=214 - I:toolHeadHoeStainlessSteel_110=110 - I:toolHeadHoeSteelMagnetic_112=112 - I:toolHeadHoeSteel_112=112 - I:toolHeadHoeSterlingSilver_196=196 - I:toolHeadHoeStyreneButadieneRubber_24=24 - I:toolHeadHoeThorium_460=460 - I:toolHeadHoeTinAlloy_174=174 - I:toolHeadHoeTitanium_96=96 - I:toolHeadHoeTritanium_196=196 - I:toolHeadHoeTungstenCarbide_194=194 - I:toolHeadHoeTungstenSteel_238=238 - I:toolHeadHoeTungsten_366=366 - I:toolHeadHoeUltimet_122=122 - I:toolHeadHoeUranium235_470=470 - I:toolHeadHoeUranium_476=476 - I:toolHeadHoeVanadiumSteel_110=110 - I:toolHeadHoeWoodSealed_24=24 - I:toolHeadHoeWood_24=24 - I:toolHeadHoeWroughtIron_112=112 - I:toolHeadPickaxeAluminium_78=78 - I:toolHeadPickaxeBeryllium_27=27 - I:toolHeadPickaxeBismuthBronze_276=276 - I:toolHeadPickaxeBismuth_624=624 - I:toolHeadPickaxeBlackBronze_294=294 - I:toolHeadPickaxeBlackSteel_192=192 - I:toolHeadPickaxeBlaze_345=345 - I:toolHeadPickaxeBlueSteel_225=225 - I:toolHeadPickaxeBrass_189=189 - I:toolHeadPickaxeBronze_228=228 - I:toolHeadPickaxeChrome_156=156 - I:toolHeadPickaxeCobaltBrass_174=174 - I:toolHeadPickaxeCobalt_177=177 - I:toolHeadPickaxeCupronickel_180=180 - I:toolHeadPickaxeDamascusSteel_168=168 - I:toolHeadPickaxeDarkSteel_294=294 - I:toolHeadPickaxeDiamond_36=36 - I:toolHeadPickaxeDuranium_294=294 - I:toolHeadPickaxeElectrum_453=453 - I:toolHeadPickaxeGold_588=588 - I:toolHeadPickaxeGraphite_36=36 - I:toolHeadPickaxeHSSE_243=243 - I:toolHeadPickaxeHSSG_294=294 - I:toolHeadPickaxeHSSS_387=387 - I:toolHeadPickaxeInvar_168=168 - I:toolHeadPickaxeIridium_576=576 - I:toolHeadPickaxeIronMagnetic_168=168 - I:toolHeadPickaxeIron_168=168 - I:toolHeadPickaxeKanthal_132=132 - I:toolHeadPickaxeLead_621=621 - I:toolHeadPickaxeMagnalium_75=75 - I:toolHeadPickaxeManganese_165=165 - I:toolHeadPickaxeMithril_735=735 - I:toolHeadPickaxeMolybdenum_285=285 - I:toolHeadPickaxeNaquadahAlloy_294=294 - I:toolHeadPickaxeNaquadahEnriched_294=294 - I:toolHeadPickaxeNaquadah_294=294 - I:toolHeadPickaxeNaquadria_294=294 - I:toolHeadPickaxeNeodymiumMagnetic_432=432 - I:toolHeadPickaxeNeodymium_432=432 - I:toolHeadPickaxeNetherStar_294=294 - I:toolHeadPickaxeNeutronium_300000=300000 - I:toolHeadPickaxeNichrome_168=168 - I:toolHeadPickaxeNickel_174=174 - I:toolHeadPickaxeOsmiridium_573=573 - I:toolHeadPickaxeOsmium_570=570 - I:toolHeadPickaxePalladium_318=318 - I:toolHeadPickaxePigIron_168=168 - I:toolHeadPickaxePlastic_36=36 - I:toolHeadPickaxePlatinum_585=585 - I:toolHeadPickaxePlutonium241_729=729 - I:toolHeadPickaxePlutonium_738=738 - I:toolHeadPickaxePolystyrene_36=36 - I:toolHeadPickaxePolyvinylChloride_36=36 - I:toolHeadPickaxeRedSteel_207=207 - I:toolHeadPickaxeRoseGold_507=507 - I:toolHeadPickaxeRubber_36=36 - I:toolHeadPickaxeSilicone_36=36 - I:toolHeadPickaxeSilver_321=321 - I:toolHeadPickaxeStainlessSteel_165=165 - I:toolHeadPickaxeSteelMagnetic_168=168 - I:toolHeadPickaxeSteel_168=168 - I:toolHeadPickaxeSterlingSilver_294=294 - I:toolHeadPickaxeStyreneButadieneRubber_36=36 - I:toolHeadPickaxeThorium_690=690 - I:toolHeadPickaxeTinAlloy_261=261 - I:toolHeadPickaxeTitanium_144=144 - I:toolHeadPickaxeTritanium_294=294 - I:toolHeadPickaxeTungstenCarbide_291=291 - I:toolHeadPickaxeTungstenSteel_357=357 - I:toolHeadPickaxeTungsten_549=549 - I:toolHeadPickaxeUltimet_183=183 - I:toolHeadPickaxeUranium235_705=705 - I:toolHeadPickaxeUranium_714=714 - I:toolHeadPickaxeVanadiumSteel_165=165 - I:toolHeadPickaxeWoodSealed_36=36 - I:toolHeadPickaxeWood_36=36 - I:toolHeadPickaxeWroughtIron_168=168 - I:toolHeadPlowAluminium_104=104 - I:toolHeadPlowBeryllium_36=36 - I:toolHeadPlowBismuthBronze_368=368 - I:toolHeadPlowBismuth_832=832 - I:toolHeadPlowBlackBronze_392=392 - I:toolHeadPlowBlackSteel_256=256 - I:toolHeadPlowBlaze_460=460 - I:toolHeadPlowBlueSteel_300=300 - I:toolHeadPlowBrass_252=252 - I:toolHeadPlowBronze_304=304 - I:toolHeadPlowChrome_208=208 - I:toolHeadPlowCobaltBrass_232=232 - I:toolHeadPlowCobalt_236=236 - I:toolHeadPlowCupronickel_240=240 - I:toolHeadPlowDamascusSteel_224=224 - I:toolHeadPlowDarkSteel_392=392 - I:toolHeadPlowDiamond_49=49 - I:toolHeadPlowDuranium_392=392 - I:toolHeadPlowElectrum_604=604 - I:toolHeadPlowGold_784=784 - I:toolHeadPlowGraphite_49=49 - I:toolHeadPlowHSSE_324=324 - I:toolHeadPlowHSSG_392=392 - I:toolHeadPlowHSSS_516=516 - I:toolHeadPlowInvar_224=224 - I:toolHeadPlowIridium_768=768 - I:toolHeadPlowIronMagnetic_224=224 - I:toolHeadPlowIron_224=224 - I:toolHeadPlowKanthal_176=176 - I:toolHeadPlowLead_828=828 - I:toolHeadPlowMagnalium_100=100 - I:toolHeadPlowManganese_220=220 - I:toolHeadPlowMithril_980=980 - I:toolHeadPlowMolybdenum_380=380 - I:toolHeadPlowNaquadahAlloy_392=392 - I:toolHeadPlowNaquadahEnriched_392=392 - I:toolHeadPlowNaquadah_392=392 - I:toolHeadPlowNaquadria_392=392 - I:toolHeadPlowNeodymiumMagnetic_576=576 - I:toolHeadPlowNeodymium_576=576 - I:toolHeadPlowNetherStar_392=392 - I:toolHeadPlowNeutronium_400000=400000 - I:toolHeadPlowNichrome_224=224 - I:toolHeadPlowNickel_232=232 - I:toolHeadPlowOsmiridium_764=764 - I:toolHeadPlowOsmium_760=760 - I:toolHeadPlowPalladium_424=424 - I:toolHeadPlowPigIron_224=224 - I:toolHeadPlowPlastic_49=49 - I:toolHeadPlowPlatinum_780=780 - I:toolHeadPlowPlutonium241_972=972 - I:toolHeadPlowPlutonium_984=984 - I:toolHeadPlowPolystyrene_49=49 - I:toolHeadPlowPolyvinylChloride_49=49 - I:toolHeadPlowRedSteel_276=276 - I:toolHeadPlowRoseGold_676=676 - I:toolHeadPlowRubber_49=49 - I:toolHeadPlowSilicone_49=49 - I:toolHeadPlowSilver_428=428 - I:toolHeadPlowStainlessSteel_220=220 - I:toolHeadPlowSteelMagnetic_224=224 - I:toolHeadPlowSteel_224=224 - I:toolHeadPlowSterlingSilver_392=392 - I:toolHeadPlowStyreneButadieneRubber_49=49 - I:toolHeadPlowThorium_920=920 - I:toolHeadPlowTinAlloy_348=348 - I:toolHeadPlowTitanium_192=192 - I:toolHeadPlowTritanium_392=392 - I:toolHeadPlowTungstenCarbide_388=388 - I:toolHeadPlowTungstenSteel_476=476 - I:toolHeadPlowTungsten_732=732 - I:toolHeadPlowUltimet_244=244 - I:toolHeadPlowUranium235_940=940 - I:toolHeadPlowUranium_952=952 - I:toolHeadPlowVanadiumSteel_220=220 - I:toolHeadPlowWoodSealed_49=49 - I:toolHeadPlowWood_49=49 - I:toolHeadPlowWroughtIron_224=224 - I:toolHeadSawAluminium_52=52 - I:toolHeadSawBeryllium_18=18 - I:toolHeadSawBismuthBronze_184=184 - I:toolHeadSawBismuth_416=416 - I:toolHeadSawBlackBronze_196=196 - I:toolHeadSawBlackSteel_128=128 - I:toolHeadSawBlaze_230=230 - I:toolHeadSawBlueSteel_150=150 - I:toolHeadSawBrass_126=126 - I:toolHeadSawBronze_152=152 - I:toolHeadSawChrome_104=104 - I:toolHeadSawCobaltBrass_116=116 - I:toolHeadSawCobalt_118=118 - I:toolHeadSawCupronickel_120=120 - I:toolHeadSawDamascusSteel_112=112 - I:toolHeadSawDarkSteel_196=196 - I:toolHeadSawDuranium_196=196 - I:toolHeadSawElectrum_302=302 - I:toolHeadSawGold_392=392 - I:toolHeadSawHSSE_162=162 - I:toolHeadSawHSSG_196=196 - I:toolHeadSawHSSS_258=258 - I:toolHeadSawInvar_112=112 - I:toolHeadSawIridium_384=384 - I:toolHeadSawIronMagnetic_112=112 - I:toolHeadSawIron_112=112 - I:toolHeadSawKanthal_88=88 - I:toolHeadSawLead_414=414 - I:toolHeadSawMagnalium_50=50 - I:toolHeadSawManganese_110=110 - I:toolHeadSawMithril_490=490 - I:toolHeadSawMolybdenum_190=190 - I:toolHeadSawNaquadahAlloy_196=196 - I:toolHeadSawNaquadahEnriched_196=196 - I:toolHeadSawNaquadah_196=196 - I:toolHeadSawNaquadria_196=196 - I:toolHeadSawNeodymiumMagnetic_288=288 - I:toolHeadSawNeodymium_288=288 - I:toolHeadSawNeutronium_200000=200000 - I:toolHeadSawNichrome_112=112 - I:toolHeadSawNickel_116=116 - I:toolHeadSawOsmiridium_382=382 - I:toolHeadSawOsmium_380=380 - I:toolHeadSawPalladium_212=212 - I:toolHeadSawPigIron_112=112 - I:toolHeadSawPlatinum_390=390 - I:toolHeadSawPlutonium241_486=486 - I:toolHeadSawPlutonium_492=492 - I:toolHeadSawRedSteel_138=138 - I:toolHeadSawRoseGold_338=338 - I:toolHeadSawSilver_214=214 - I:toolHeadSawStainlessSteel_110=110 - I:toolHeadSawSteelMagnetic_112=112 - I:toolHeadSawSteel_112=112 - I:toolHeadSawSterlingSilver_196=196 - I:toolHeadSawThorium_460=460 - I:toolHeadSawTinAlloy_174=174 - I:toolHeadSawTitanium_96=96 - I:toolHeadSawTritanium_196=196 - I:toolHeadSawTungstenCarbide_194=194 - I:toolHeadSawTungstenSteel_238=238 - I:toolHeadSawTungsten_366=366 - I:toolHeadSawUltimet_122=122 - I:toolHeadSawUranium235_470=470 - I:toolHeadSawUranium_476=476 - I:toolHeadSawVanadiumSteel_110=110 - I:toolHeadSawWroughtIron_112=112 - I:toolHeadSenseAluminium_78=78 - I:toolHeadSenseBeryllium_27=27 - I:toolHeadSenseBismuthBronze_276=276 - I:toolHeadSenseBismuth_624=624 - I:toolHeadSenseBlackBronze_294=294 - I:toolHeadSenseBlackSteel_192=192 - I:toolHeadSenseBlaze_345=345 - I:toolHeadSenseBlueSteel_225=225 - I:toolHeadSenseBrass_189=189 - I:toolHeadSenseBronze_228=228 - I:toolHeadSenseChrome_156=156 - I:toolHeadSenseCobaltBrass_174=174 - I:toolHeadSenseCobalt_177=177 - I:toolHeadSenseCupronickel_180=180 - I:toolHeadSenseDamascusSteel_168=168 - I:toolHeadSenseDarkSteel_294=294 - I:toolHeadSenseDiamond_36=36 - I:toolHeadSenseDuranium_294=294 - I:toolHeadSenseElectrum_453=453 - I:toolHeadSenseGold_588=588 - I:toolHeadSenseGraphite_36=36 - I:toolHeadSenseHSSE_243=243 - I:toolHeadSenseHSSG_294=294 - I:toolHeadSenseHSSS_387=387 - I:toolHeadSenseInvar_168=168 - I:toolHeadSenseIridium_576=576 - I:toolHeadSenseIronMagnetic_168=168 - I:toolHeadSenseIron_168=168 - I:toolHeadSenseKanthal_132=132 - I:toolHeadSenseLead_621=621 - I:toolHeadSenseMagnalium_75=75 - I:toolHeadSenseManganese_165=165 - I:toolHeadSenseMithril_735=735 - I:toolHeadSenseMolybdenum_285=285 - I:toolHeadSenseNaquadahAlloy_294=294 - I:toolHeadSenseNaquadahEnriched_294=294 - I:toolHeadSenseNaquadah_294=294 - I:toolHeadSenseNaquadria_294=294 - I:toolHeadSenseNeodymiumMagnetic_432=432 - I:toolHeadSenseNeodymium_432=432 - I:toolHeadSenseNetherStar_294=294 - I:toolHeadSenseNeutronium_300000=300000 - I:toolHeadSenseNichrome_168=168 - I:toolHeadSenseNickel_174=174 - I:toolHeadSenseOsmiridium_573=573 - I:toolHeadSenseOsmium_570=570 - I:toolHeadSensePalladium_318=318 - I:toolHeadSensePigIron_168=168 - I:toolHeadSensePlastic_36=36 - I:toolHeadSensePlatinum_585=585 - I:toolHeadSensePlutonium241_729=729 - I:toolHeadSensePlutonium_738=738 - I:toolHeadSensePolystyrene_36=36 - I:toolHeadSensePolyvinylChloride_36=36 - I:toolHeadSenseRedSteel_207=207 - I:toolHeadSenseRoseGold_507=507 - I:toolHeadSenseRubber_36=36 - I:toolHeadSenseSilicone_36=36 - I:toolHeadSenseSilver_321=321 - I:toolHeadSenseStainlessSteel_165=165 - I:toolHeadSenseSteelMagnetic_168=168 - I:toolHeadSenseSteel_168=168 - I:toolHeadSenseSterlingSilver_294=294 - I:toolHeadSenseStyreneButadieneRubber_36=36 - I:toolHeadSenseThorium_690=690 - I:toolHeadSenseTinAlloy_261=261 - I:toolHeadSenseTitanium_144=144 - I:toolHeadSenseTritanium_294=294 - I:toolHeadSenseTungstenCarbide_291=291 - I:toolHeadSenseTungstenSteel_357=357 - I:toolHeadSenseTungsten_549=549 - I:toolHeadSenseUltimet_183=183 - I:toolHeadSenseUranium235_705=705 - I:toolHeadSenseUranium_714=714 - I:toolHeadSenseVanadiumSteel_165=165 - I:toolHeadSenseWoodSealed_36=36 - I:toolHeadSenseWood_36=36 - I:toolHeadSenseWroughtIron_168=168 - I:toolHeadShovelAluminium_26=26 - I:toolHeadShovelBeryllium_16=16 - I:toolHeadShovelBismuthBronze_92=92 - I:toolHeadShovelBismuth_208=208 - I:toolHeadShovelBlackBronze_98=98 - I:toolHeadShovelBlackSteel_64=64 - I:toolHeadShovelBlaze_115=115 - I:toolHeadShovelBlueSteel_75=75 - I:toolHeadShovelBrass_63=63 - I:toolHeadShovelBronze_76=76 - I:toolHeadShovelChrome_52=52 - I:toolHeadShovelCobaltBrass_58=58 - I:toolHeadShovelCobalt_59=59 - I:toolHeadShovelCupronickel_60=60 - I:toolHeadShovelDamascusSteel_56=56 - I:toolHeadShovelDarkSteel_98=98 - I:toolHeadShovelDiamond_16=16 - I:toolHeadShovelDuranium_98=98 - I:toolHeadShovelElectrum_151=151 - I:toolHeadShovelGold_196=196 - I:toolHeadShovelGraphite_16=16 - I:toolHeadShovelHSSE_81=81 - I:toolHeadShovelHSSG_98=98 - I:toolHeadShovelHSSS_129=129 - I:toolHeadShovelInvar_56=56 - I:toolHeadShovelIridium_192=192 - I:toolHeadShovelIronMagnetic_56=56 - I:toolHeadShovelIron_56=56 - I:toolHeadShovelKanthal_44=44 - I:toolHeadShovelLead_207=207 - I:toolHeadShovelMagnalium_25=25 - I:toolHeadShovelManganese_55=55 - I:toolHeadShovelMithril_245=245 - I:toolHeadShovelMolybdenum_95=95 - I:toolHeadShovelNaquadahAlloy_98=98 - I:toolHeadShovelNaquadahEnriched_98=98 - I:toolHeadShovelNaquadah_98=98 - I:toolHeadShovelNaquadria_98=98 - I:toolHeadShovelNeodymiumMagnetic_144=144 - I:toolHeadShovelNeodymium_144=144 - I:toolHeadShovelNetherStar_98=98 - I:toolHeadShovelNeutronium_100000=100000 - I:toolHeadShovelNichrome_56=56 - I:toolHeadShovelNickel_58=58 - I:toolHeadShovelOsmiridium_191=191 - I:toolHeadShovelOsmium_190=190 - I:toolHeadShovelPalladium_106=106 - I:toolHeadShovelPigIron_56=56 - I:toolHeadShovelPlastic_16=16 - I:toolHeadShovelPlatinum_195=195 - I:toolHeadShovelPlutonium241_243=243 - I:toolHeadShovelPlutonium_246=246 - I:toolHeadShovelPolystyrene_16=16 - I:toolHeadShovelPolyvinylChloride_16=16 - I:toolHeadShovelRedSteel_69=69 - I:toolHeadShovelRoseGold_169=169 - I:toolHeadShovelRubber_16=16 - I:toolHeadShovelSilicone_16=16 - I:toolHeadShovelSilver_107=107 - I:toolHeadShovelStainlessSteel_55=55 - I:toolHeadShovelSteelMagnetic_56=56 - I:toolHeadShovelSteel_56=56 - I:toolHeadShovelSterlingSilver_98=98 - I:toolHeadShovelStyreneButadieneRubber_16=16 - I:toolHeadShovelThorium_230=230 - I:toolHeadShovelTinAlloy_87=87 - I:toolHeadShovelTitanium_48=48 - I:toolHeadShovelTritanium_98=98 - I:toolHeadShovelTungstenCarbide_97=97 - I:toolHeadShovelTungstenSteel_119=119 - I:toolHeadShovelTungsten_183=183 - I:toolHeadShovelUltimet_61=61 - I:toolHeadShovelUranium235_235=235 - I:toolHeadShovelUranium_238=238 - I:toolHeadShovelVanadiumSteel_55=55 - I:toolHeadShovelWoodSealed_16=16 - I:toolHeadShovelWood_16=16 - I:toolHeadShovelWroughtIron_56=56 - I:toolHeadSwordAluminium_52=52 - I:toolHeadSwordBeryllium_18=18 - I:toolHeadSwordBismuthBronze_184=184 - I:toolHeadSwordBismuth_416=416 - I:toolHeadSwordBlackBronze_196=196 - I:toolHeadSwordBlackSteel_128=128 - I:toolHeadSwordBlaze_230=230 - I:toolHeadSwordBlueSteel_150=150 - I:toolHeadSwordBrass_126=126 - I:toolHeadSwordBronze_152=152 - I:toolHeadSwordChrome_104=104 - I:toolHeadSwordCobaltBrass_116=116 - I:toolHeadSwordCobalt_118=118 - I:toolHeadSwordCupronickel_120=120 - I:toolHeadSwordDamascusSteel_112=112 - I:toolHeadSwordDarkSteel_196=196 - I:toolHeadSwordDiamond_24=24 - I:toolHeadSwordDuranium_196=196 - I:toolHeadSwordElectrum_302=302 - I:toolHeadSwordGold_392=392 - I:toolHeadSwordGraphite_24=24 - I:toolHeadSwordHSSE_162=162 - I:toolHeadSwordHSSG_196=196 - I:toolHeadSwordHSSS_258=258 - I:toolHeadSwordInvar_112=112 - I:toolHeadSwordIridium_384=384 - I:toolHeadSwordIronMagnetic_112=112 - I:toolHeadSwordIron_112=112 - I:toolHeadSwordKanthal_88=88 - I:toolHeadSwordLead_414=414 - I:toolHeadSwordMagnalium_50=50 - I:toolHeadSwordManganese_110=110 - I:toolHeadSwordMithril_490=490 - I:toolHeadSwordMolybdenum_190=190 - I:toolHeadSwordNaquadahAlloy_196=196 - I:toolHeadSwordNaquadahEnriched_196=196 - I:toolHeadSwordNaquadah_196=196 - I:toolHeadSwordNaquadria_196=196 - I:toolHeadSwordNeodymiumMagnetic_288=288 - I:toolHeadSwordNeodymium_288=288 - I:toolHeadSwordNetherStar_196=196 - I:toolHeadSwordNeutronium_200000=200000 - I:toolHeadSwordNichrome_112=112 - I:toolHeadSwordNickel_116=116 - I:toolHeadSwordOsmiridium_382=382 - I:toolHeadSwordOsmium_380=380 - I:toolHeadSwordPalladium_212=212 - I:toolHeadSwordPigIron_112=112 - I:toolHeadSwordPlastic_24=24 - I:toolHeadSwordPlatinum_390=390 - I:toolHeadSwordPlutonium241_486=486 - I:toolHeadSwordPlutonium_492=492 - I:toolHeadSwordPolystyrene_24=24 - I:toolHeadSwordPolyvinylChloride_24=24 - I:toolHeadSwordRedSteel_138=138 - I:toolHeadSwordRoseGold_338=338 - I:toolHeadSwordRubber_24=24 - I:toolHeadSwordSilicone_24=24 - I:toolHeadSwordSilver_214=214 - I:toolHeadSwordStainlessSteel_110=110 - I:toolHeadSwordSteelMagnetic_112=112 - I:toolHeadSwordSteel_112=112 - I:toolHeadSwordSterlingSilver_196=196 - I:toolHeadSwordStyreneButadieneRubber_24=24 - I:toolHeadSwordThorium_460=460 - I:toolHeadSwordTinAlloy_174=174 - I:toolHeadSwordTitanium_96=96 - I:toolHeadSwordTritanium_196=196 - I:toolHeadSwordTungstenCarbide_194=194 - I:toolHeadSwordTungstenSteel_238=238 - I:toolHeadSwordTungsten_366=366 - I:toolHeadSwordUltimet_122=122 - I:toolHeadSwordUranium235_470=470 - I:toolHeadSwordUranium_476=476 - I:toolHeadSwordVanadiumSteel_110=110 - I:toolHeadSwordWoodSealed_24=24 - I:toolHeadSwordWood_24=24 - I:toolHeadSwordWroughtIron_112=112 - I:toolHeadUniversalSpadeAluminium_26=26 - I:toolHeadUniversalSpadeBeryllium_16=16 - I:toolHeadUniversalSpadeBismuthBronze_92=92 - I:toolHeadUniversalSpadeBismuth_208=208 - I:toolHeadUniversalSpadeBlackBronze_98=98 - I:toolHeadUniversalSpadeBlackSteel_64=64 - I:toolHeadUniversalSpadeBlaze_115=115 - I:toolHeadUniversalSpadeBlueSteel_75=75 - I:toolHeadUniversalSpadeBrass_63=63 - I:toolHeadUniversalSpadeBronze_76=76 - I:toolHeadUniversalSpadeChrome_52=52 - I:toolHeadUniversalSpadeCobaltBrass_58=58 - I:toolHeadUniversalSpadeCobalt_59=59 - I:toolHeadUniversalSpadeCupronickel_60=60 - I:toolHeadUniversalSpadeDamascusSteel_56=56 - I:toolHeadUniversalSpadeDarkSteel_98=98 - I:toolHeadUniversalSpadeDiamond_16=16 - I:toolHeadUniversalSpadeDuranium_98=98 - I:toolHeadUniversalSpadeElectrum_151=151 - I:toolHeadUniversalSpadeGold_196=196 - I:toolHeadUniversalSpadeGraphite_16=16 - I:toolHeadUniversalSpadeHSSE_81=81 - I:toolHeadUniversalSpadeHSSG_98=98 - I:toolHeadUniversalSpadeHSSS_129=129 - I:toolHeadUniversalSpadeInvar_56=56 - I:toolHeadUniversalSpadeIridium_192=192 - I:toolHeadUniversalSpadeIronMagnetic_56=56 - I:toolHeadUniversalSpadeIron_56=56 - I:toolHeadUniversalSpadeKanthal_44=44 - I:toolHeadUniversalSpadeLead_207=207 - I:toolHeadUniversalSpadeMagnalium_25=25 - I:toolHeadUniversalSpadeManganese_55=55 - I:toolHeadUniversalSpadeMithril_245=245 - I:toolHeadUniversalSpadeMolybdenum_95=95 - I:toolHeadUniversalSpadeNaquadahAlloy_98=98 - I:toolHeadUniversalSpadeNaquadahEnriched_98=98 - I:toolHeadUniversalSpadeNaquadah_98=98 - I:toolHeadUniversalSpadeNaquadria_98=98 - I:toolHeadUniversalSpadeNeodymiumMagnetic_144=144 - I:toolHeadUniversalSpadeNeodymium_144=144 - I:toolHeadUniversalSpadeNetherStar_98=98 - I:toolHeadUniversalSpadeNeutronium_100000=100000 - I:toolHeadUniversalSpadeNichrome_56=56 - I:toolHeadUniversalSpadeNickel_58=58 - I:toolHeadUniversalSpadeOsmiridium_191=191 - I:toolHeadUniversalSpadeOsmium_190=190 - I:toolHeadUniversalSpadePalladium_106=106 - I:toolHeadUniversalSpadePigIron_56=56 - I:toolHeadUniversalSpadePlastic_16=16 - I:toolHeadUniversalSpadePlatinum_195=195 - I:toolHeadUniversalSpadePlutonium241_243=243 - I:toolHeadUniversalSpadePlutonium_246=246 - I:toolHeadUniversalSpadePolystyrene_16=16 - I:toolHeadUniversalSpadePolyvinylChloride_16=16 - I:toolHeadUniversalSpadeRedSteel_69=69 - I:toolHeadUniversalSpadeRoseGold_169=169 - I:toolHeadUniversalSpadeRubber_16=16 - I:toolHeadUniversalSpadeSilicone_16=16 - I:toolHeadUniversalSpadeSilver_107=107 - I:toolHeadUniversalSpadeStainlessSteel_55=55 - I:toolHeadUniversalSpadeSteelMagnetic_56=56 - I:toolHeadUniversalSpadeSteel_56=56 - I:toolHeadUniversalSpadeSterlingSilver_98=98 - I:toolHeadUniversalSpadeStyreneButadieneRubber_16=16 - I:toolHeadUniversalSpadeThorium_230=230 - I:toolHeadUniversalSpadeTinAlloy_87=87 - I:toolHeadUniversalSpadeTitanium_48=48 - I:toolHeadUniversalSpadeTritanium_98=98 - I:toolHeadUniversalSpadeTungstenCarbide_97=97 - I:toolHeadUniversalSpadeTungstenSteel_119=119 - I:toolHeadUniversalSpadeTungsten_183=183 - I:toolHeadUniversalSpadeUltimet_61=61 - I:toolHeadUniversalSpadeUranium235_235=235 - I:toolHeadUniversalSpadeUranium_238=238 - I:toolHeadUniversalSpadeVanadiumSteel_55=55 - I:toolHeadUniversalSpadeWoodSealed_16=16 - I:toolHeadUniversalSpadeWood_16=16 - I:toolHeadUniversalSpadeWroughtIron_56=56 - I:toolHeadWrenchAluminium_130=130 - I:toolHeadWrenchBeryllium_62=62 - I:toolHeadWrenchBismuthBronze_394=394 - I:toolHeadWrenchBismuth_858=858 - I:toolHeadWrenchBlackBronze_418=418 - I:toolHeadWrenchBlackSteel_282=282 - I:toolHeadWrenchBlaze_486=486 - I:toolHeadWrenchBlueSteel_326=326 - I:toolHeadWrenchBrass_278=278 - I:toolHeadWrenchBronze_330=330 - I:toolHeadWrenchCarbon_26=26 - I:toolHeadWrenchChrome_234=234 - I:toolHeadWrenchCobaltBrass_258=258 - I:toolHeadWrenchCobalt_262=262 - I:toolHeadWrenchCupronickel_266=266 - I:toolHeadWrenchDamascusSteel_250=250 - I:toolHeadWrenchDarkSteel_418=418 - I:toolHeadWrenchDuranium_418=418 - I:toolHeadWrenchElectrum_630=630 - I:toolHeadWrenchEpoxidFiberReinforced_26=26 - I:toolHeadWrenchEpoxid_26=26 - I:toolHeadWrenchGold_810=810 - I:toolHeadWrenchGraphene_26=26 - I:toolHeadWrenchHSSE_350=350 - I:toolHeadWrenchHSSG_418=418 - I:toolHeadWrenchHSSS_542=542 - I:toolHeadWrenchInvar_250=250 - I:toolHeadWrenchIridium_794=794 - I:toolHeadWrenchIronMagnetic_250=250 - I:toolHeadWrenchIron_250=250 - I:toolHeadWrenchKanthal_202=202 - I:toolHeadWrenchLead_854=854 - I:toolHeadWrenchMagnalium_126=126 - I:toolHeadWrenchManganese_246=246 - I:toolHeadWrenchMithril_1006=1006 - I:toolHeadWrenchMolybdenum_406=406 - I:toolHeadWrenchNaquadahAlloy_418=418 - I:toolHeadWrenchNaquadahEnriched_418=418 - I:toolHeadWrenchNaquadah_418=418 - I:toolHeadWrenchNaquadria_418=418 - I:toolHeadWrenchNeodymiumMagnetic_602=602 - I:toolHeadWrenchNeodymium_602=602 - I:toolHeadWrenchNeutronium_400026=400026 - I:toolHeadWrenchNichrome_250=250 - I:toolHeadWrenchNickelZincFerrite_26=26 - I:toolHeadWrenchNickel_258=258 - I:toolHeadWrenchOsmiridium_790=790 - I:toolHeadWrenchOsmium_786=786 - I:toolHeadWrenchPalladium_450=450 - I:toolHeadWrenchPigIron_250=250 - I:toolHeadWrenchPlatinum_806=806 - I:toolHeadWrenchPlutonium241_998=998 - I:toolHeadWrenchPlutonium_1010=1010 - I:toolHeadWrenchPolycaprolactam_26=26 - I:toolHeadWrenchPolyphenyleneSulfide_26=26 - I:toolHeadWrenchPolytetrafluoroethylene_26=26 - I:toolHeadWrenchRedSteel_302=302 - I:toolHeadWrenchRoseGold_702=702 - I:toolHeadWrenchSilver_454=454 - I:toolHeadWrenchStainlessSteel_246=246 - I:toolHeadWrenchSteelMagnetic_250=250 - I:toolHeadWrenchSteel_250=250 - I:toolHeadWrenchSterlingSilver_418=418 - I:toolHeadWrenchThorium_946=946 - I:toolHeadWrenchTinAlloy_374=374 - I:toolHeadWrenchTitanium_218=218 - I:toolHeadWrenchTritanium_418=418 - I:toolHeadWrenchTungstenCarbide_414=414 - I:toolHeadWrenchTungstenSteel_502=502 - I:toolHeadWrenchTungsten_758=758 - I:toolHeadWrenchUltimet_270=270 - I:toolHeadWrenchUranium235_966=966 - I:toolHeadWrenchUranium_978=978 - I:toolHeadWrenchVanadiumSteel_246=246 - I:toolHeadWrenchWroughtIron_250=250 - I:turbineBladeAluminium_156=156 - I:turbineBladeBeryllium_54=54 - I:turbineBladeBismuthBronze_552=552 - I:turbineBladeBismuth_1248=1248 - I:turbineBladeBlackBronze_588=588 - I:turbineBladeBlackSteel_384=384 - I:turbineBladeBlaze_690=690 - I:turbineBladeBlueSteel_450=450 - I:turbineBladeBrass_378=378 - I:turbineBladeBronze_456=456 - I:turbineBladeChrome_312=312 - I:turbineBladeCobaltBrass_348=348 - I:turbineBladeCobalt_354=354 - I:turbineBladeCupronickel_360=360 - I:turbineBladeDamascusSteel_336=336 - I:turbineBladeDarkSteel_588=588 - I:turbineBladeDuranium_588=588 - I:turbineBladeElectrum_906=906 - I:turbineBladeGold_1176=1176 - I:turbineBladeHSSE_486=486 - I:turbineBladeHSSG_588=588 - I:turbineBladeHSSS_774=774 - I:turbineBladeInvar_336=336 - I:turbineBladeIridium_1152=1152 - I:turbineBladeIronMagnetic_336=336 - I:turbineBladeIron_336=336 - I:turbineBladeKanthal_264=264 - I:turbineBladeLead_1242=1242 - I:turbineBladeMagnalium_150=150 - I:turbineBladeManganese_330=330 - I:turbineBladeMithril_1470=1470 - I:turbineBladeMolybdenum_570=570 - I:turbineBladeNaquadahAlloy_588=588 - I:turbineBladeNaquadahEnriched_588=588 - I:turbineBladeNaquadah_588=588 - I:turbineBladeNaquadria_588=588 - I:turbineBladeNeodymiumMagnetic_864=864 - I:turbineBladeNeodymium_864=864 - I:turbineBladeNeutronium_600000=600000 - I:turbineBladeNichrome_336=336 - I:turbineBladeNickel_348=348 - I:turbineBladeOsmiridium_1146=1146 - I:turbineBladeOsmium_1140=1140 - I:turbineBladePalladium_636=636 - I:turbineBladePigIron_336=336 - I:turbineBladePlatinum_1170=1170 - I:turbineBladePlutonium241_1458=1458 - I:turbineBladePlutonium_1476=1476 - I:turbineBladeRedSteel_414=414 - I:turbineBladeRoseGold_1014=1014 - I:turbineBladeSilver_642=642 - I:turbineBladeStainlessSteel_330=330 - I:turbineBladeSteelMagnetic_336=336 - I:turbineBladeSteel_336=336 - I:turbineBladeSterlingSilver_588=588 - I:turbineBladeThorium_1380=1380 - I:turbineBladeTinAlloy_522=522 - I:turbineBladeTitanium_288=288 - I:turbineBladeTritanium_588=588 - I:turbineBladeTungstenCarbide_582=582 - I:turbineBladeTungstenSteel_714=714 - I:turbineBladeTungsten_1098=1098 - I:turbineBladeUltimet_366=366 - I:turbineBladeUranium235_1410=1410 - I:turbineBladeUranium_1428=1428 - I:turbineBladeVanadiumSteel_330=330 - I:turbineBladeWroughtIron_336=336 - I:wireFineAnnealedCopper_16=16 - I:wireFineCopper_16=16 - I:wireFineElectrum_18=18 - I:wireFineGold_24=24 - I:wireFineLead_25=25 - I:wireFineNiobiumTitanium_16=16 - I:wireFineOsmium_23=23 - I:wireFinePlatinum_24=24 - I:wireFineRedAlloy_50=50 - I:wireFineSolderingAlloy_16=16 - I:wireFineSteel_16=16 - I:wireFineTin_16=16 - I:wireFineYttriumBariumCuprate_16=16 - I:wireGt01Aluminium_16=16 - I:wireGt01AnnealedCopper_31=31 - I:wireGt01BlackSteel_32=32 - I:wireGt01Cobalt_29=29 - I:wireGt01Copper_31=31 - I:wireGt01Cupronickel_30=30 - I:wireGt01Duranium_49=49 - I:wireGt01Electrum_75=75 - I:wireGt01Gold_98=98 - I:wireGt01HSSG_49=49 - I:wireGt01Iron_28=28 - I:wireGt01Kanthal_22=22 - I:wireGt01Lead_103=103 - I:wireGt01NaquadahAlloy_49=49 - I:wireGt01Naquadah_49=49 - I:wireGt01Nichrome_28=28 - I:wireGt01Nickel_29=29 - I:wireGt01NiobiumTitanium_35=35 - I:wireGt01Osmium_95=95 - I:wireGt01Platinum_97=97 - I:wireGt01RedAlloy_201=201 - I:wireGt01Silver_53=53 - I:wireGt01SolderingAlloy_59=59 - I:wireGt01Steel_28=28 - I:wireGt01Tin_59=59 - I:wireGt01Titanium_24=24 - I:wireGt01TungstenSteel_59=59 - I:wireGt01Tungsten_91=91 - I:wireGt01VanadiumGallium_27=27 - I:wireGt01YttriumBariumCuprate_25=25 - I:wireGt01Zinc_32=32 - I:wireGt02Aluminium_26=26 - I:wireGt02AnnealedCopper_63=63 - I:wireGt02BlackSteel_64=64 - I:wireGt02Cobalt_59=59 - I:wireGt02Copper_63=63 - I:wireGt02Cupronickel_60=60 - I:wireGt02Duranium_98=98 - I:wireGt02Electrum_151=151 - I:wireGt02Gold_196=196 - I:wireGt02HSSG_98=98 - I:wireGt02Iron_56=56 - I:wireGt02Kanthal_44=44 - I:wireGt02Lead_207=207 - I:wireGt02NaquadahAlloy_98=98 - I:wireGt02Naquadah_98=98 - I:wireGt02Nichrome_56=56 - I:wireGt02Nickel_58=58 - I:wireGt02NiobiumTitanium_71=71 - I:wireGt02Osmium_190=190 - I:wireGt02Platinum_195=195 - I:wireGt02RedAlloy_403=403 - I:wireGt02Silver_107=107 - I:wireGt02SolderingAlloy_118=118 - I:wireGt02Steel_56=56 - I:wireGt02Tin_118=118 - I:wireGt02Titanium_48=48 - I:wireGt02TungstenSteel_119=119 - I:wireGt02Tungsten_183=183 - I:wireGt02VanadiumGallium_55=55 - I:wireGt02YttriumBariumCuprate_51=51 - I:wireGt02Zinc_65=65 - I:wireGt04Aluminium_52=52 - I:wireGt04AnnealedCopper_126=126 - I:wireGt04BlackSteel_128=128 - I:wireGt04Cobalt_118=118 - I:wireGt04Copper_126=126 - I:wireGt04Cupronickel_120=120 - I:wireGt04Duranium_196=196 - I:wireGt04Electrum_302=302 - I:wireGt04Gold_392=392 - I:wireGt04HSSG_196=196 - I:wireGt04Iron_112=112 - I:wireGt04Kanthal_88=88 - I:wireGt04Lead_414=414 - I:wireGt04NaquadahAlloy_196=196 - I:wireGt04Naquadah_196=196 - I:wireGt04Nichrome_112=112 - I:wireGt04Nickel_116=116 - I:wireGt04NiobiumTitanium_142=142 - I:wireGt04Osmium_380=380 - I:wireGt04Platinum_390=390 - I:wireGt04RedAlloy_806=806 - I:wireGt04Silver_214=214 - I:wireGt04SolderingAlloy_236=236 - I:wireGt04Steel_112=112 - I:wireGt04Tin_236=236 - I:wireGt04Titanium_96=96 - I:wireGt04TungstenSteel_238=238 - I:wireGt04Tungsten_366=366 - I:wireGt04VanadiumGallium_110=110 - I:wireGt04YttriumBariumCuprate_102=102 - I:wireGt04Zinc_130=130 - I:wireGt08Aluminium_104=104 - I:wireGt08AnnealedCopper_252=252 - I:wireGt08BlackSteel_256=256 - I:wireGt08Cobalt_236=236 - I:wireGt08Copper_252=252 - I:wireGt08Cupronickel_240=240 - I:wireGt08Duranium_392=392 - I:wireGt08Electrum_604=604 - I:wireGt08Gold_784=784 - I:wireGt08HSSG_392=392 - I:wireGt08Iron_224=224 - I:wireGt08Kanthal_176=176 - I:wireGt08Lead_828=828 - I:wireGt08NaquadahAlloy_392=392 - I:wireGt08Naquadah_392=392 - I:wireGt08Nichrome_224=224 - I:wireGt08Nickel_232=232 - I:wireGt08NiobiumTitanium_284=284 - I:wireGt08Osmium_760=760 - I:wireGt08Platinum_780=780 - I:wireGt08RedAlloy_1612=1612 - I:wireGt08Silver_428=428 - I:wireGt08SolderingAlloy_472=472 - I:wireGt08Steel_224=224 - I:wireGt08Tin_472=472 - I:wireGt08Titanium_192=192 - I:wireGt08TungstenSteel_476=476 - I:wireGt08Tungsten_732=732 - I:wireGt08VanadiumGallium_220=220 - I:wireGt08YttriumBariumCuprate_204=204 - I:wireGt08Zinc_260=260 - I:wireGt12Aluminium_156=156 - I:wireGt12AnnealedCopper_378=378 - I:wireGt12BlackSteel_384=384 - I:wireGt12Cobalt_354=354 - I:wireGt12Copper_378=378 - I:wireGt12Cupronickel_360=360 - I:wireGt12Duranium_588=588 - I:wireGt12Electrum_906=906 - I:wireGt12Gold_1176=1176 - I:wireGt12HSSG_588=588 - I:wireGt12Iron_336=336 - I:wireGt12Kanthal_264=264 - I:wireGt12Lead_1242=1242 - I:wireGt12NaquadahAlloy_588=588 - I:wireGt12Naquadah_588=588 - I:wireGt12Nichrome_336=336 - I:wireGt12Nickel_348=348 - I:wireGt12NiobiumTitanium_426=426 - I:wireGt12Osmium_1140=1140 - I:wireGt12Platinum_1170=1170 - I:wireGt12RedAlloy_2418=2418 - I:wireGt12Silver_642=642 - I:wireGt12SolderingAlloy_708=708 - I:wireGt12Steel_336=336 - I:wireGt12Tin_708=708 - I:wireGt12Titanium_288=288 - I:wireGt12TungstenSteel_714=714 - I:wireGt12Tungsten_1098=1098 - I:wireGt12VanadiumGallium_330=330 - I:wireGt12YttriumBariumCuprate_306=306 - I:wireGt12Zinc_390=390 - I:wireGt16Aluminium_208=208 - I:wireGt16AnnealedCopper_504=504 - I:wireGt16BlackSteel_512=512 - I:wireGt16Cobalt_472=472 - I:wireGt16Copper_504=504 - I:wireGt16Cupronickel_480=480 - I:wireGt16Duranium_784=784 - I:wireGt16Electrum_1208=1208 - I:wireGt16Gold_1568=1568 - I:wireGt16HSSG_784=784 - I:wireGt16Iron_448=448 - I:wireGt16Kanthal_352=352 - I:wireGt16Lead_1656=1656 - I:wireGt16NaquadahAlloy_784=784 - I:wireGt16Naquadah_784=784 - I:wireGt16Nichrome_448=448 - I:wireGt16Nickel_464=464 - I:wireGt16NiobiumTitanium_568=568 - I:wireGt16Osmium_1520=1520 - I:wireGt16Platinum_1560=1560 - I:wireGt16RedAlloy_3224=3224 - I:wireGt16Silver_856=856 - I:wireGt16SolderingAlloy_944=944 - I:wireGt16Steel_448=448 - I:wireGt16Tin_944=944 - I:wireGt16Titanium_384=384 - I:wireGt16TungstenSteel_952=952 - I:wireGt16Tungsten_1464=1464 - I:wireGt16VanadiumGallium_440=440 - I:wireGt16YttriumBariumCuprate_408=408 - I:wireGt16Zinc_520=520 -} - - -assembling { - I:cableGt01Aluminium_100=100 - I:cableGt01AnnealedCopper_100=100 - I:cableGt01BlackSteel_100=100 - I:cableGt01BlueAlloy_100=100 - I:cableGt01BlueAlloy_400=400 - I:cableGt01Cobalt_100=100 - I:cableGt01Copper_100=100 - I:cableGt01Cupronickel_100=100 - I:cableGt01Duranium_100=100 - I:cableGt01Duranium_400=400 - I:cableGt01Electrum_100=100 - I:cableGt01Gold_100=100 - I:cableGt01HSSG_100=100 - I:cableGt01HSSG_400=400 - I:cableGt01Iron_100=100 - I:cableGt01Kanthal_100=100 - I:cableGt01Lead_100=100 - I:cableGt01NaquadahAlloy_100=100 - I:cableGt01NaquadahAlloy_400=400 - I:cableGt01Naquadah_100=100 - I:cableGt01Naquadah_400=400 - I:cableGt01Nichrome_100=100 - I:cableGt01Nickel_100=100 - I:cableGt01NiobiumTitanium_100=100 - I:cableGt01NiobiumTitanium_400=400 - I:cableGt01Osmium_100=100 - I:cableGt01Osmium_400=400 - I:cableGt01Platinum_100=100 - I:cableGt01Platinum_400=400 - I:cableGt01RedAlloy_100=100 - I:cableGt01Silver_100=100 - I:cableGt01SolderingAlloy_100=100 - I:cableGt01Steel_100=100 - I:cableGt01Tin_100=100 - I:cableGt01Titanium_100=100 - I:cableGt01TungstenSteel_100=100 - I:cableGt01TungstenSteel_400=400 - I:cableGt01Tungsten_100=100 - I:cableGt01Tungsten_400=400 - I:cableGt01VanadiumGallium_100=100 - I:cableGt01VanadiumGallium_400=400 - I:cableGt01YttriumBariumCuprate_100=100 - I:cableGt01YttriumBariumCuprate_400=400 - I:cableGt01Zinc_100=100 - I:cableGt02Aluminium_100=100 - I:cableGt02AnnealedCopper_100=100 - I:cableGt02BlackSteel_100=100 - I:cableGt02BlueAlloy_100=100 - I:cableGt02BlueAlloy_400=400 - I:cableGt02Cobalt_100=100 - I:cableGt02Copper_100=100 - I:cableGt02Cupronickel_100=100 - I:cableGt02Duranium_100=100 - I:cableGt02Duranium_400=400 - I:cableGt02Electrum_100=100 - I:cableGt02Gold_100=100 - I:cableGt02HSSG_100=100 - I:cableGt02HSSG_400=400 - I:cableGt02Iron_100=100 - I:cableGt02Kanthal_100=100 - I:cableGt02Lead_100=100 - I:cableGt02NaquadahAlloy_100=100 - I:cableGt02NaquadahAlloy_400=400 - I:cableGt02Naquadah_100=100 - I:cableGt02Naquadah_400=400 - I:cableGt02Nichrome_100=100 - I:cableGt02Nickel_100=100 - I:cableGt02NiobiumTitanium_100=100 - I:cableGt02NiobiumTitanium_400=400 - I:cableGt02Osmium_100=100 - I:cableGt02Osmium_400=400 - I:cableGt02Platinum_100=100 - I:cableGt02Platinum_400=400 - I:cableGt02RedAlloy_100=100 - I:cableGt02Silver_100=100 - I:cableGt02SolderingAlloy_100=100 - I:cableGt02Steel_100=100 - I:cableGt02Tin_100=100 - I:cableGt02Titanium_100=100 - I:cableGt02TungstenSteel_100=100 - I:cableGt02TungstenSteel_400=400 - I:cableGt02Tungsten_100=100 - I:cableGt02Tungsten_400=400 - I:cableGt02VanadiumGallium_100=100 - I:cableGt02VanadiumGallium_400=400 - I:cableGt02YttriumBariumCuprate_100=100 - I:cableGt02YttriumBariumCuprate_400=400 - I:cableGt02Zinc_100=100 - I:cableGt04Aluminium_100=100 - I:cableGt04AnnealedCopper_100=100 - I:cableGt04BlackSteel_100=100 - I:cableGt04BlueAlloy_100=100 - I:cableGt04BlueAlloy_400=400 - I:cableGt04Cobalt_100=100 - I:cableGt04Copper_100=100 - I:cableGt04Cupronickel_100=100 - I:cableGt04Duranium_100=100 - I:cableGt04Duranium_400=400 - I:cableGt04Electrum_100=100 - I:cableGt04Gold_100=100 - I:cableGt04HSSG_100=100 - I:cableGt04HSSG_400=400 - I:cableGt04Iron_100=100 - I:cableGt04Kanthal_100=100 - I:cableGt04Lead_100=100 - I:cableGt04NaquadahAlloy_100=100 - I:cableGt04NaquadahAlloy_400=400 - I:cableGt04Naquadah_100=100 - I:cableGt04Naquadah_400=400 - I:cableGt04Nichrome_100=100 - I:cableGt04Nickel_100=100 - I:cableGt04NiobiumTitanium_100=100 - I:cableGt04NiobiumTitanium_400=400 - I:cableGt04Osmium_100=100 - I:cableGt04Osmium_400=400 - I:cableGt04Platinum_100=100 - I:cableGt04Platinum_400=400 - I:cableGt04RedAlloy_100=100 - I:cableGt04Silver_100=100 - I:cableGt04SolderingAlloy_100=100 - I:cableGt04Steel_100=100 - I:cableGt04Tin_100=100 - I:cableGt04Titanium_100=100 - I:cableGt04TungstenSteel_100=100 - I:cableGt04TungstenSteel_400=400 - I:cableGt04Tungsten_100=100 - I:cableGt04Tungsten_400=400 - I:cableGt04VanadiumGallium_100=100 - I:cableGt04VanadiumGallium_400=400 - I:cableGt04YttriumBariumCuprate_100=100 - I:cableGt04YttriumBariumCuprate_400=400 - I:cableGt04Zinc_100=100 - I:cableGt08Aluminium_100=100 - I:cableGt08AnnealedCopper_100=100 - I:cableGt08BlackSteel_100=100 - I:cableGt08BlueAlloy_100=100 - I:cableGt08BlueAlloy_400=400 - I:cableGt08Cobalt_100=100 - I:cableGt08Copper_100=100 - I:cableGt08Cupronickel_100=100 - I:cableGt08Duranium_100=100 - I:cableGt08Duranium_400=400 - I:cableGt08Electrum_100=100 - I:cableGt08Gold_100=100 - I:cableGt08HSSG_100=100 - I:cableGt08HSSG_400=400 - I:cableGt08Iron_100=100 - I:cableGt08Kanthal_100=100 - I:cableGt08Lead_100=100 - I:cableGt08NaquadahAlloy_100=100 - I:cableGt08NaquadahAlloy_400=400 - I:cableGt08Naquadah_100=100 - I:cableGt08Naquadah_400=400 - I:cableGt08Nichrome_100=100 - I:cableGt08Nickel_100=100 - I:cableGt08NiobiumTitanium_100=100 - I:cableGt08NiobiumTitanium_400=400 - I:cableGt08Osmium_100=100 - I:cableGt08Osmium_400=400 - I:cableGt08Platinum_100=100 - I:cableGt08Platinum_400=400 - I:cableGt08RedAlloy_100=100 - I:cableGt08Silver_100=100 - I:cableGt08SolderingAlloy_100=100 - I:cableGt08Steel_100=100 - I:cableGt08Tin_100=100 - I:cableGt08Titanium_100=100 - I:cableGt08TungstenSteel_100=100 - I:cableGt08TungstenSteel_400=400 - I:cableGt08Tungsten_100=100 - I:cableGt08Tungsten_400=400 - I:cableGt08VanadiumGallium_100=100 - I:cableGt08VanadiumGallium_400=400 - I:cableGt08YttriumBariumCuprate_100=100 - I:cableGt08YttriumBariumCuprate_400=400 - I:cableGt08Zinc_100=100 - I:cableGt12Aluminium_100=100 - I:cableGt12AnnealedCopper_100=100 - I:cableGt12BlackSteel_100=100 - I:cableGt12BlueAlloy_100=100 - I:cableGt12BlueAlloy_400=400 - I:cableGt12Cobalt_100=100 - I:cableGt12Copper_100=100 - I:cableGt12Cupronickel_100=100 - I:cableGt12Duranium_100=100 - I:cableGt12Duranium_400=400 - I:cableGt12Electrum_100=100 - I:cableGt12Gold_100=100 - I:cableGt12HSSG_100=100 - I:cableGt12HSSG_400=400 - I:cableGt12Iron_100=100 - I:cableGt12Kanthal_100=100 - I:cableGt12Lead_100=100 - I:cableGt12NaquadahAlloy_100=100 - I:cableGt12NaquadahAlloy_400=400 - I:cableGt12Naquadah_100=100 - I:cableGt12Naquadah_400=400 - I:cableGt12Nichrome_100=100 - I:cableGt12Nickel_100=100 - I:cableGt12NiobiumTitanium_100=100 - I:cableGt12NiobiumTitanium_400=400 - I:cableGt12Osmium_100=100 - I:cableGt12Osmium_400=400 - I:cableGt12Platinum_100=100 - I:cableGt12Platinum_400=400 - I:cableGt12RedAlloy_100=100 - I:cableGt12Silver_100=100 - I:cableGt12SolderingAlloy_100=100 - I:cableGt12Steel_100=100 - I:cableGt12Tin_100=100 - I:cableGt12Titanium_100=100 - I:cableGt12TungstenSteel_100=100 - I:cableGt12TungstenSteel_400=400 - I:cableGt12Tungsten_100=100 - I:cableGt12Tungsten_400=400 - I:cableGt12VanadiumGallium_100=100 - I:cableGt12VanadiumGallium_400=400 - I:cableGt12YttriumBariumCuprate_100=100 - I:cableGt12YttriumBariumCuprate_400=400 - I:cableGt12Zinc_100=100 - I:circuitBasic_1600=1600 - I:circuitPrimitive_120=120 - I:dustSmallGraphene_480=480 - I:gemEnderEye_2500=2500 - I:gemEnderEye_400=400 - I:gemEnderPearl_64=64 - I:gt.blockcasings.0_25=25 - I:gt.blockcasings.11_50=50 - I:gt.blockcasings.15_50=50 - I:gt.blockcasings.1_50=50 - I:gt.blockcasings.2_50=50 - I:gt.blockcasings.3_50=50 - I:gt.blockcasings.4_50=50 - I:gt.blockcasings.5_50=50 - I:gt.blockcasings.6_50=50 - I:gt.blockcasings.7_50=50 - I:gt.blockcasings.8_50=50 - I:gt.blockcasings.9_50=50 - I:gt.blockcasings2.0_50=50 - I:gt.blockcasings2.1_50=50 - I:gt.blockcasings4.0_50=50 - I:gt.blockcasings4.10_50=50 - I:gt.blockcasings4.11_50=50 - I:gt.blockcasings4.12_50=50 - I:gt.blockcasings4.14_50=50 - I:gt.blockcasings4.1_50=50 - I:gt.blockcasings4.2_50=50 - I:gt.blockcasings4.6_50=50 - I:gt.blockcasings4.9_50=50 - I:gt.blockcasings5.0_50=50 - I:gt.blockcasings5.1_50=50 - I:gt.blockcasings5.2_50=50 - I:gt.blockcasings5.3_50=50 - I:gt.blockcasings5.4_50=50 - I:gt.blockcasings5.5_50=50 - I:gt.blockcasings5.6_50=50 - I:gt.blockcasings8.0_50=50 - I:gt.blockconcretes.11_50=50 - I:gt.blockconcretes.3_50=50 - I:gt.blockgranites.11_50=50 - I:gt.blockgranites.3_50=50 - I:gt.blockmachines.gt_frame_aluminium_64=64 - I:gt.blockmachines.gt_frame_americium_64=64 - I:gt.blockmachines.gt_frame_beryllium_64=64 - I:gt.blockmachines.gt_frame_bismuth_64=64 - I:gt.blockmachines.gt_frame_bismuthbronze_64=64 - I:gt.blockmachines.gt_frame_blackbronze_64=64 - I:gt.blockmachines.gt_frame_blacksteel_64=64 - I:gt.blockmachines.gt_frame_bluesteel_64=64 - I:gt.blockmachines.gt_frame_brass_64=64 - I:gt.blockmachines.gt_frame_bronze_64=64 - I:gt.blockmachines.gt_frame_carbon_64=64 - I:gt.blockmachines.gt_frame_chrome_64=64 - I:gt.blockmachines.gt_frame_cobalt_64=64 - I:gt.blockmachines.gt_frame_cobaltbrass_64=64 - I:gt.blockmachines.gt_frame_copper_64=64 - I:gt.blockmachines.gt_frame_cupronickel_64=64 - I:gt.blockmachines.gt_frame_damascussteel_64=64 - I:gt.blockmachines.gt_frame_darksteel_64=64 - I:gt.blockmachines.gt_frame_duranium_64=64 - I:gt.blockmachines.gt_frame_electrum_64=64 - I:gt.blockmachines.gt_frame_epoxid_64=64 - I:gt.blockmachines.gt_frame_epoxidfiberreinforced_64=64 - I:gt.blockmachines.gt_frame_europium_64=64 - I:gt.blockmachines.gt_frame_gold_64=64 - I:gt.blockmachines.gt_frame_hsse_64=64 - I:gt.blockmachines.gt_frame_hssg_64=64 - I:gt.blockmachines.gt_frame_hsss_64=64 - I:gt.blockmachines.gt_frame_invar_64=64 - I:gt.blockmachines.gt_frame_iridium_64=64 - I:gt.blockmachines.gt_frame_iron_64=64 - I:gt.blockmachines.gt_frame_ironmagnetic_64=64 - I:gt.blockmachines.gt_frame_kanthal_64=64 - I:gt.blockmachines.gt_frame_lead_64=64 - I:gt.blockmachines.gt_frame_magnalium_64=64 - I:gt.blockmachines.gt_frame_manganese_64=64 - I:gt.blockmachines.gt_frame_mithril_64=64 - I:gt.blockmachines.gt_frame_molybdenum_64=64 - I:gt.blockmachines.gt_frame_naquadah_64=64 - I:gt.blockmachines.gt_frame_naquadahalloy_64=64 - I:gt.blockmachines.gt_frame_naquadahenriched_64=64 - I:gt.blockmachines.gt_frame_naquadria_64=64 - I:gt.blockmachines.gt_frame_neodymium_64=64 - I:gt.blockmachines.gt_frame_neodymiummagnetic_64=64 - I:gt.blockmachines.gt_frame_neutronium_64=64 - I:gt.blockmachines.gt_frame_nichrome_64=64 - I:gt.blockmachines.gt_frame_nickel_64=64 - I:gt.blockmachines.gt_frame_nickelzincferrite_64=64 - I:gt.blockmachines.gt_frame_osmiridium_64=64 - I:gt.blockmachines.gt_frame_osmium_64=64 - I:gt.blockmachines.gt_frame_palladium_64=64 - I:gt.blockmachines.gt_frame_pigiron_64=64 - I:gt.blockmachines.gt_frame_plastic_64=64 - I:gt.blockmachines.gt_frame_platinum_64=64 - I:gt.blockmachines.gt_frame_plutonium241_64=64 - I:gt.blockmachines.gt_frame_plutonium_64=64 - I:gt.blockmachines.gt_frame_polycaprolactam_64=64 - I:gt.blockmachines.gt_frame_polyphenylenesulfide_64=64 - I:gt.blockmachines.gt_frame_polystyrene_64=64 - I:gt.blockmachines.gt_frame_polytetrafluoroethylene_64=64 - I:gt.blockmachines.gt_frame_polyvinylchloride_64=64 - I:gt.blockmachines.gt_frame_redsteel_64=64 - I:gt.blockmachines.gt_frame_rosegold_64=64 - I:gt.blockmachines.gt_frame_rubber_64=64 - I:gt.blockmachines.gt_frame_silicone_64=64 - I:gt.blockmachines.gt_frame_silver_64=64 - I:gt.blockmachines.gt_frame_solderingalloy_64=64 - I:gt.blockmachines.gt_frame_stainlesssteel_64=64 - I:gt.blockmachines.gt_frame_steel_64=64 - I:gt.blockmachines.gt_frame_steelmagnetic_64=64 - I:gt.blockmachines.gt_frame_sterlingsilver_64=64 - I:gt.blockmachines.gt_frame_styrenebutadienerubber_64=64 - I:gt.blockmachines.gt_frame_thorium_64=64 - I:gt.blockmachines.gt_frame_tin_64=64 - I:gt.blockmachines.gt_frame_tinalloy_64=64 - I:gt.blockmachines.gt_frame_titanium_64=64 - I:gt.blockmachines.gt_frame_tritanium_64=64 - I:gt.blockmachines.gt_frame_tungsten_64=64 - I:gt.blockmachines.gt_frame_tungstencarbide_64=64 - I:gt.blockmachines.gt_frame_tungstensteel_64=64 - I:gt.blockmachines.gt_frame_ultimet_64=64 - I:gt.blockmachines.gt_frame_uranium235_64=64 - I:gt.blockmachines.gt_frame_uranium_64=64 - I:gt.blockmachines.gt_frame_vanadiumgallium_64=64 - I:gt.blockmachines.gt_frame_vanadiumsteel_64=64 - I:gt.blockmachines.gt_frame_wood_64=64 - I:gt.blockmachines.gt_frame_woodsealed_64=64 - I:gt.blockmachines.gt_frame_wroughtiron_64=64 - I:gt.blockmachines.gt_pipe_highpressure_400=400 - I:gt.blockmachines.gt_pipe_highpressure_large_600=600 - I:gt.blockmachines.gt_pipe_highpressure_small_300=300 - I:gt.blockmachines.hull.tier.00_25=25 - I:gt.blockmachines.hull.tier.01_50=50 - I:gt.blockmachines.hull.tier.02_50=50 - I:gt.blockmachines.hull.tier.03_50=50 - I:gt.blockmachines.hull.tier.04_50=50 - I:gt.blockmachines.hull.tier.05_50=50 - I:gt.blockmachines.hull.tier.06_50=50 - I:gt.blockmachines.hull.tier.07_50=50 - I:gt.blockmachines.hull.tier.08_50=50 - I:gt.blockmachines.hull.tier.09_50=50 - I:gt.blockreinforced.2_200=200 - I:gt.blockstones.11_50=50 - I:gt.blockstones.3_50=50 - I:gt.metaitem.01.32100_400=400 - I:gt.metaitem.01.32100_500=500 - I:gt.metaitem.01.32101_300=300 - I:gt.metaitem.01.32402_800=800 - I:gt.metaitem.01.32403_200=200 - I:gt.metaitem.01.32404_800=800 - I:gt.metaitem.01.32405_100=100 - I:gt.metaitem.01.32406_200=200 - I:gt.metaitem.01.32471_16=16 - I:gt.metaitem.01.32471_64=64 - I:gt.metaitem.01.32474_256=256 - I:gt.metaitem.01.32477_256=256 - I:gt.metaitem.01.32490_3200=3200 - I:gt.metaitem.01.32499_100=100 - I:gt.metaitem.01.32500_800=800 - I:gt.metaitem.01.32501_1600=1600 - I:gt.metaitem.01.32502_3200=3200 - I:gt.metaitem.01.32615_800=800 - I:gt.metaitem.01.32616_800=800 - I:gt.metaitem.01.32617_800=800 - I:gt.metaitem.01.32618_800=800 - I:gt.metaitem.01.32619_800=800 - I:gt.metaitem.01.32635_800=800 - I:gt.metaitem.01.32670_1800=1800 - I:gt.metaitem.01.32671_1800=1800 - I:gt.metaitem.01.32672_1800=1800 - I:gt.metaitem.01.32673_1800=1800 - I:gt.metaitem.01.32674_1800=1800 - I:gt.metaitem.01.32710_160=160 - I:gt.metaitem.01.32715_400=400 - I:gt.metaitem.01.32716_160=160 - I:gt.metaitem.01.32717_80=80 - I:gt.metaitem.01.32718_80=80 - I:gt.metaitem.01.32719_30=30 - I:gt.metaitem.01.32721_1600=1600 - I:gt.metaitem.01.32727_1600=1600 - I:gt.metaitem.01.32728_6400=6400 - I:gt.metaitem.01.32729_1600=1600 - I:gt.metaitem.01.32730_800=800 - I:gt.metaitem.01.32731_800=800 - I:gt.metaitem.01.32732_800=800 - I:gt.metaitem.01.32733_800=800 - I:gt.metaitem.01.32734_800=800 - I:gt.metaitem.01.32735_3200=3200 - I:gt.metaitem.01.32741_3200=3200 - I:gt.metaitem.01.32744_800=800 - I:gt.metaitem.01.32745_800=800 - I:gt.metaitem.01.32746_3200=3200 - I:gt.metaitem.01.32748_600=600 - I:gt.metaitem.01.32749_800=800 - I:gt.metaitem.01.32763_1600=1600 - I:gt.metaitem.01.32764_100=100 - I:gt.metaitem.02.32220_100=100 - I:gt.metaitem.02.32222_100=100 - I:gt.metaitem.02.32223_100=100 - I:gt.metaitem.02.32224_100=100 - I:gt.metaitem.02.32230_100=100 - I:gt.metaitem.02.32240_100=100 - I:gt.metaitem.02.32251_100=100 - I:gt.metaitem.02.32252_100=100 - I:gt.metaitem.02.32566_100=100 - I:gt.metaitem.02.32567_100=100 - I:gt.metaitem.02.32568_100=100 - I:gt.metaitem.03.32006_400=400 - I:gt.metaitem.03.32011_80=80 - I:gt.metaitem.03.32014_80=80 - I:gt.metaitem.03.32016_400=400 - I:gt.metaitem.03.32018_80=80 - I:gt.metaitem.03.32020_100=100 - I:gt.metaitem.03.32020_120=120 - I:gt.metatool.01.170_160=160 - I:gt.metatool.01.172_320=320 - I:gt.metatool.01.174_640=640 - I:gt.metatool.01.176_1280=1280 - I:ic2.blockFenceIron_100=100 - I:ic2.blockGenerator_6400=6400 - I:ic2.blockMachine_25=25 - I:ic2.blockReactorAccessHatch_200=200 - I:ic2.blockReactorChamber_200=200 - I:ic2.blockReactorFluidPort_200=200 - I:ic2.blockReactorRedstonePort_200=200 - I:ic2.blockWaterGenerator_6400=6400 - I:ic2.blockWindGenerator_6400=6400 - I:ic2.itemBatREDischarged_800=800 - I:ic2.itemFluidCell_128=128 - I:ic2.itemFreq_800=800 - I:ic2.itemPartCarbonMesh_800=800 - I:ic2.itemPartCoalBlock_400=400 - I:ic2.itemPartCoalChunk_400=400 - I:ic2.itemToolBronzeAxe_100=100 - I:ic2.itemToolBronzeHoe_100=100 - I:ic2.itemToolBronzePickaxe_100=100 - I:ic2.itemToolBronzeSpade_100=100 - I:ic2.itemToolBronzeSword_100=100 - I:item.book_32=32 - I:item.bow_400=400 - I:item.cake_100=100 - I:item.cauldron_700=700 - I:item.clock_400=400 - I:item.comparator_800=800 - I:item.compass_400=400 - I:item.diode_800=800 - I:item.doorIron_600=600 - I:item.doorWood_600=600 - I:item.emptyMap_100=100 - I:item.hatchetDiamond_100=100 - I:item.hatchetGold_100=100 - I:item.hatchetIron_100=100 - I:item.hatchetStone_100=100 - I:item.hatchetWood_100=100 - I:item.hoeDiamond_100=100 - I:item.hoeGold_100=100 - I:item.hoeIron_100=100 - I:item.hoeStone_100=100 - I:item.hoeWood_100=100 - I:item.kekztech_meta_item_12_200=200 - I:item.kekztech_meta_item_13_400=400 - I:item.kekztech_reactor_item.0_200=200 - I:item.kekztech_reactor_item.12_200=200 - I:item.kekztech_reactor_item.13_400=400 - I:item.kekztech_reactor_item.14_800=800 - I:item.kekztech_reactor_item.15_1600=1600 - I:item.kekztech_reactor_item.1_400=400 - I:item.kekztech_reactor_item.2_800=800 - I:item.kekztech_reactor_item.3_400=400 - I:item.kekztech_reactor_item_12_200=200 - I:item.kekztech_reactor_item_13_400=400 - I:item.leash_200=200 - I:item.minecartChest_400=400 - I:item.minecartFurnace_400=400 - I:item.minecartHopper_400=400 - I:item.minecartTnt_400=400 - I:item.minecart_300=300 - I:item.minecart_400=400 - I:item.minecart_500=500 - I:item.nameTag_100=100 - I:item.pickaxeDiamond_100=100 - I:item.pickaxeGold_100=100 - I:item.pickaxeIron_100=100 - I:item.pickaxeStone_100=100 - I:item.pickaxeWood_100=100 - I:item.shovelDiamond_100=100 - I:item.shovelGold_100=100 - I:item.shovelIron_100=100 - I:item.shovelStone_100=100 - I:item.shovelWood_100=100 - I:item.swordDiamond_100=100 - I:item.swordGold_100=100 - I:item.swordIron_100=100 - I:item.swordStone_100=100 - I:item.swordWood_100=100 - I:item.writtenBook_32=32 - I:pipeRestrictiveHugeAluminium_2000=2000 - I:pipeRestrictiveHugeBrass_2000=2000 - I:pipeRestrictiveHugeCobalt_2000=2000 - I:pipeRestrictiveHugeElectrum_2000=2000 - I:pipeRestrictiveHugeNickel_2000=2000 - I:pipeRestrictiveHugeOsmium_2000=2000 - I:pipeRestrictiveHugePlatinum_2000=2000 - I:pipeRestrictiveHugePolyvinylChloride_2000=2000 - I:pipeRestrictiveHugeWroughtIron_2000=2000 - I:pipeRestrictiveLargeAluminium_1600=1600 - I:pipeRestrictiveLargeBrass_1600=1600 - I:pipeRestrictiveLargeCobalt_1600=1600 - I:pipeRestrictiveLargeElectrum_1600=1600 - I:pipeRestrictiveLargeNickel_1600=1600 - I:pipeRestrictiveLargeOsmium_1600=1600 - I:pipeRestrictiveLargePlatinum_1600=1600 - I:pipeRestrictiveLargePolyvinylChloride_1600=1600 - I:pipeRestrictiveLargeWroughtIron_1600=1600 - I:pipeRestrictiveMediumAluminium_1200=1200 - I:pipeRestrictiveMediumBrass_1200=1200 - I:pipeRestrictiveMediumCobalt_1200=1200 - I:pipeRestrictiveMediumElectrum_1200=1200 - I:pipeRestrictiveMediumNickel_1200=1200 - I:pipeRestrictiveMediumOsmium_1200=1200 - I:pipeRestrictiveMediumPlatinum_1200=1200 - I:pipeRestrictiveMediumPolyvinylChloride_1200=1200 - I:pipeRestrictiveMediumWroughtIron_1200=1200 - I:plateDoublePaper_64=64 - I:plateQuadruplePaper_128=128 - I:plateQuintuplePaper_160=160 - I:plateTriplePaper_96=96 - I:rotorBronze_240=240 - I:rotorChrome_240=240 - I:rotorHSSE_240=240 - I:rotorHSSG_240=240 - I:rotorIridium_240=240 - I:rotorNeutronium_240=240 - I:rotorOsmium_240=240 - I:rotorStainlessSteel_240=240 - I:rotorSteel_240=240 - I:rotorTin_240=240 - I:rotorTitanium_240=240 - I:rotorTungstenSteel_240=240 - I:tile.beacon_32=32 - I:tile.bookshelf_400=400 - I:tile.button_100=100 - I:tile.chestTrap_200=200 - I:tile.chest_800=800 - I:tile.dispenser_400=400 - I:tile.dropper_400=400 - I:tile.enderChest_400=400 - I:tile.fenceIron_300=300 - I:tile.fence_300=300 - I:tile.furnace_400=400 - I:tile.hopper_800=800 - I:tile.jukebox_400=400 - I:tile.kekztech_controlrod_block_800=800 - I:tile.kekztech_gdcceramicelectrolyteunit_block_2400=2400 - I:tile.kekztech_itemserverdrive_block_200=200 - I:tile.kekztech_itemserverioport_block_200=200 - I:tile.kekztech_reactorchamberoff_block_1600=1600 - I:tile.kekztech_tfftcasing_block_200=200 - I:tile.kekztech_tfftcasingblock_block_200=200 - I:tile.kekztech_tfftmultihatch_block_6000=6000 - I:tile.kekztech_tfftstoragefieldblock1_block_200=200 - I:tile.kekztech_tfftstoragefieldblock2_block_200=200 - I:tile.kekztech_tfftstoragefieldblock3_block_300=300 - I:tile.kekztech_tfftstoragefieldblock3_block_400=400 - I:tile.kekztech_tfftstoragefieldblock4_block_400=400 - I:tile.kekztech_yszceramicelectrolyteunit_block_1200=1200 - I:tile.kekztech_yszceramicelectrolyteunit_block_2400=2400 - I:tile.lever_400=400 - I:tile.musicBlock_200=200 - I:tile.netherFence_100=100 - I:tile.notGate_400=400 - I:tile.pistonStickyBase_100=100 - I:tile.pressurePlate_200=200 - I:tile.redstoneLight_400=400 - I:tile.sandStone.default_50=50 - I:tile.sandStone.smooth_50=50 - I:tile.stonebricksmooth.default_50=50 - I:tile.torch_400=400 - I:tile.trapdoor_300=300 - I:tile.tripWireSource_400=400 - I:tile.weightedPlate_heavy_200=200 - I:tile.weightedPlate_light_200=200 - I:tile.woolCarpet.black_128=128 - I:tile.woolCarpet.blue_128=128 - I:tile.woolCarpet.brown_128=128 - I:tile.woolCarpet.cyan_128=128 - I:tile.woolCarpet.gray_128=128 - I:tile.woolCarpet.green_128=128 - I:tile.woolCarpet.lightBlue_128=128 - I:tile.woolCarpet.lime_128=128 - I:tile.woolCarpet.magenta_128=128 - I:tile.woolCarpet.orange_128=128 - I:tile.woolCarpet.pink_128=128 - I:tile.woolCarpet.purple_128=128 - I:tile.woolCarpet.red_128=128 - I:tile.woolCarpet.silver_128=128 - I:tile.woolCarpet.white_128=128 - I:tile.woolCarpet.yellow_128=128 - I:tile.workbench_400=400 - I:wireGt02Aluminium_150=150 - I:wireGt02AnnealedCopper_150=150 - I:wireGt02BlackSteel_150=150 - I:wireGt02BlueAlloy_150=150 - I:wireGt02Cobalt_150=150 - I:wireGt02Copper_150=150 - I:wireGt02Cupronickel_150=150 - I:wireGt02Duranium_150=150 - I:wireGt02Electrum_150=150 - I:wireGt02Gold_150=150 - I:wireGt02Graphene_150=150 - I:wireGt02HSSG_150=150 - I:wireGt02Iron_150=150 - I:wireGt02Kanthal_150=150 - I:wireGt02Lead_150=150 - I:wireGt02NaquadahAlloy_150=150 - I:wireGt02Naquadah_150=150 - I:wireGt02Nichrome_150=150 - I:wireGt02Nickel_150=150 - I:wireGt02NiobiumTitanium_150=150 - I:wireGt02Osmium_150=150 - I:wireGt02Platinum_150=150 - I:wireGt02RedAlloy_150=150 - I:wireGt02Silver_150=150 - I:wireGt02SolderingAlloy_150=150 - I:wireGt02Steel_150=150 - I:wireGt02Superconductor_150=150 - I:wireGt02Tin_150=150 - I:wireGt02Titanium_150=150 - I:wireGt02TungstenSteel_150=150 - I:wireGt02Tungsten_150=150 - I:wireGt02VanadiumGallium_150=150 - I:wireGt02YttriumBariumCuprate_150=150 - I:wireGt02Zinc_150=150 - I:wireGt04Aluminium_200=200 - I:wireGt04AnnealedCopper_200=200 - I:wireGt04BlackSteel_200=200 - I:wireGt04BlueAlloy_200=200 - I:wireGt04Cobalt_200=200 - I:wireGt04Copper_200=200 - I:wireGt04Cupronickel_200=200 - I:wireGt04Duranium_200=200 - I:wireGt04Electrum_200=200 - I:wireGt04Gold_200=200 - I:wireGt04Graphene_200=200 - I:wireGt04HSSG_200=200 - I:wireGt04Iron_200=200 - I:wireGt04Kanthal_200=200 - I:wireGt04Lead_200=200 - I:wireGt04NaquadahAlloy_200=200 - I:wireGt04Naquadah_200=200 - I:wireGt04Nichrome_200=200 - I:wireGt04Nickel_200=200 - I:wireGt04NiobiumTitanium_200=200 - I:wireGt04Osmium_200=200 - I:wireGt04Platinum_200=200 - I:wireGt04RedAlloy_200=200 - I:wireGt04Silver_200=200 - I:wireGt04SolderingAlloy_200=200 - I:wireGt04Steel_200=200 - I:wireGt04Superconductor_200=200 - I:wireGt04Tin_200=200 - I:wireGt04Titanium_200=200 - I:wireGt04TungstenSteel_200=200 - I:wireGt04Tungsten_200=200 - I:wireGt04VanadiumGallium_200=200 - I:wireGt04YttriumBariumCuprate_200=200 - I:wireGt04Zinc_200=200 - I:wireGt08Aluminium_300=300 - I:wireGt08AnnealedCopper_300=300 - I:wireGt08BlackSteel_300=300 - I:wireGt08BlueAlloy_300=300 - I:wireGt08Cobalt_300=300 - I:wireGt08Copper_300=300 - I:wireGt08Cupronickel_300=300 - I:wireGt08Duranium_300=300 - I:wireGt08Electrum_300=300 - I:wireGt08Gold_300=300 - I:wireGt08Graphene_300=300 - I:wireGt08HSSG_300=300 - I:wireGt08Iron_300=300 - I:wireGt08Kanthal_300=300 - I:wireGt08Lead_300=300 - I:wireGt08NaquadahAlloy_300=300 - I:wireGt08Naquadah_300=300 - I:wireGt08Nichrome_300=300 - I:wireGt08Nickel_300=300 - I:wireGt08NiobiumTitanium_300=300 - I:wireGt08Osmium_300=300 - I:wireGt08Platinum_300=300 - I:wireGt08RedAlloy_300=300 - I:wireGt08Silver_300=300 - I:wireGt08SolderingAlloy_300=300 - I:wireGt08Steel_300=300 - I:wireGt08Superconductor_300=300 - I:wireGt08Tin_300=300 - I:wireGt08Titanium_300=300 - I:wireGt08TungstenSteel_300=300 - I:wireGt08Tungsten_300=300 - I:wireGt08VanadiumGallium_300=300 - I:wireGt08YttriumBariumCuprate_300=300 - I:wireGt08Zinc_300=300 - I:wireGt12Aluminium_400=400 - I:wireGt12AnnealedCopper_400=400 - I:wireGt12BlackSteel_400=400 - I:wireGt12BlueAlloy_400=400 - I:wireGt12Cobalt_400=400 - I:wireGt12Copper_400=400 - I:wireGt12Cupronickel_400=400 - I:wireGt12Duranium_400=400 - I:wireGt12Electrum_400=400 - I:wireGt12Gold_400=400 - I:wireGt12Graphene_400=400 - I:wireGt12HSSG_400=400 - I:wireGt12Iron_400=400 - I:wireGt12Kanthal_400=400 - I:wireGt12Lead_400=400 - I:wireGt12NaquadahAlloy_400=400 - I:wireGt12Naquadah_400=400 - I:wireGt12Nichrome_400=400 - I:wireGt12Nickel_400=400 - I:wireGt12NiobiumTitanium_400=400 - I:wireGt12Osmium_400=400 - I:wireGt12Platinum_400=400 - I:wireGt12RedAlloy_400=400 - I:wireGt12Silver_400=400 - I:wireGt12SolderingAlloy_400=400 - I:wireGt12Steel_400=400 - I:wireGt12Superconductor_400=400 - I:wireGt12Tin_400=400 - I:wireGt12Titanium_400=400 - I:wireGt12TungstenSteel_400=400 - I:wireGt12Tungsten_400=400 - I:wireGt12VanadiumGallium_400=400 - I:wireGt12YttriumBariumCuprate_400=400 - I:wireGt12Zinc_400=400 - I:wireGt16Aluminium_500=500 - I:wireGt16AnnealedCopper_500=500 - I:wireGt16BlackSteel_500=500 - I:wireGt16BlueAlloy_500=500 - I:wireGt16Cobalt_500=500 - I:wireGt16Copper_500=500 - I:wireGt16Cupronickel_500=500 - I:wireGt16Duranium_500=500 - I:wireGt16Electrum_500=500 - I:wireGt16Gold_500=500 - I:wireGt16Graphene_500=500 - I:wireGt16HSSG_500=500 - I:wireGt16Iron_500=500 - I:wireGt16Kanthal_500=500 - I:wireGt16Lead_500=500 - I:wireGt16NaquadahAlloy_500=500 - I:wireGt16Naquadah_500=500 - I:wireGt16Nichrome_500=500 - I:wireGt16Nickel_500=500 - I:wireGt16NiobiumTitanium_500=500 - I:wireGt16Osmium_500=500 - I:wireGt16Platinum_500=500 - I:wireGt16RedAlloy_500=500 - I:wireGt16Silver_500=500 - I:wireGt16SolderingAlloy_500=500 - I:wireGt16Steel_500=500 - I:wireGt16Superconductor_500=500 - I:wireGt16Tin_500=500 - I:wireGt16Titanium_500=500 - I:wireGt16TungstenSteel_500=500 - I:wireGt16Tungsten_500=500 - I:wireGt16VanadiumGallium_500=500 - I:wireGt16YttriumBariumCuprate_500=500 - I:wireGt16Zinc_500=500 -} - - -assemblingline { - I:circuitInfinite_2000=2000 - I:gt.blockmachines.fusioncomputer.tier.06_1000=1000 - I:gt.blockmachines.fusioncomputer.tier.07_1000=1000 - I:gt.blockmachines.fusioncomputer.tier.08_1000=1000 - I:gt.metaitem.01.32605_2000=2000 - I:gt.metaitem.01.32606_600=600 - I:gt.metaitem.01.32607_600=600 - I:gt.metaitem.01.32608_600=600 - I:gt.metaitem.01.32620_600=600 - I:gt.metaitem.01.32621_600=600 - I:gt.metaitem.01.32622_600=600 - I:gt.metaitem.01.32636_600=600 - I:gt.metaitem.01.32637_600=600 - I:gt.metaitem.01.32638_600=600 - I:gt.metaitem.01.32645_600=600 - I:gt.metaitem.01.32646_600=600 - I:gt.metaitem.01.32647_600=600 - I:gt.metaitem.01.32655_600=600 - I:gt.metaitem.01.32656_600=600 - I:gt.metaitem.01.32657_600=600 - I:gt.metaitem.01.32675_600=600 - I:gt.metaitem.01.32676_600=600 - I:gt.metaitem.01.32677_600=600 - I:gt.metaitem.01.32685_600=600 - I:gt.metaitem.01.32686_600=600 - I:gt.metaitem.01.32687_600=600 - I:gt.metaitem.01.32695_600=600 - I:gt.metaitem.01.32696_600=600 - I:gt.metaitem.01.32697_600=600 - I:gt.metaitem.03.32072_200=200 - I:ic2.itemArmorQuantumBoots_1500=1500 - I:ic2.itemArmorQuantumChestplate_1500=1500 - I:ic2.itemArmorQuantumHelmet_1500=1500 - I:ic2.itemArmorQuantumLegs_1500=1500 -} - - -autoclave { - I:dustApatite_1500=1500 - I:dustApatite_2000=2000 - I:dustCarbon_600=600 - I:dustCertusQuartz_1500=1500 - I:dustCertusQuartz_2000=2000 - I:dustDilithium_1500=1500 - I:dustDilithium_2000=2000 - I:dustForcicium_1500=1500 - I:dustForcicium_2000=2000 - I:dustForcillium_1500=1500 - I:dustForcillium_2000=2000 - I:dustImpureApatite_1500=1500 - I:dustImpureApatite_2000=2000 - I:dustImpureCertusQuartz_1500=1500 - I:dustImpureCertusQuartz_2000=2000 - I:dustImpureLapis_1500=1500 - I:dustImpureLapis_2000=2000 - I:dustImpureLazurite_1500=1500 - I:dustImpureLazurite_2000=2000 - I:dustImpureMonazite_1500=1500 - I:dustImpureMonazite_2000=2000 - I:dustImpureNetherQuartz_1500=1500 - I:dustImpureNetherQuartz_2000=2000 - I:dustImpureQuartzite_1500=1500 - I:dustImpureQuartzite_2000=2000 - I:dustImpureSodalite_1500=1500 - I:dustImpureSodalite_2000=2000 - I:dustLapis_1500=1500 - I:dustLapis_2000=2000 - I:dustLazurite_1500=1500 - I:dustLazurite_2000=2000 - I:dustMonazite_1500=1500 - I:dustMonazite_2000=2000 - I:dustNetherQuartz_1500=1500 - I:dustNetherQuartz_2000=2000 - I:dustNetherStar_72000=72000 - I:dustPureApatite_1500=1500 - I:dustPureApatite_2000=2000 - I:dustPureCertusQuartz_1500=1500 - I:dustPureCertusQuartz_2000=2000 - I:dustPureLapis_1500=1500 - I:dustPureLapis_2000=2000 - I:dustPureLazurite_1500=1500 - I:dustPureLazurite_2000=2000 - I:dustPureMonazite_1500=1500 - I:dustPureMonazite_2000=2000 - I:dustPureNetherQuartz_1500=1500 - I:dustPureNetherQuartz_2000=2000 - I:dustPureQuartzite_1500=1500 - I:dustPureQuartzite_2000=2000 - I:dustPureSodalite_1500=1500 - I:dustPureSodalite_2000=2000 - I:dustQuartzite_1500=1500 - I:dustQuartzite_2000=2000 - I:dustSiliconDioxide_1500=1500 - I:dustSiliconDioxide_2000=2000 - I:dustSodalite_1500=1500 - I:dustSodalite_2000=2000 - I:gemExquisiteEmerald_12000=12000 - I:gemExquisiteOlivine_12000=12000 - I:gemNetherStar_480=480 - I:gt.metaitem.02.32500_16000=16000 - I:gt.metaitem.02.32500_26496=26496 - I:gt.metaitem.02.32501_13696=13696 - I:gt.metaitem.02.32503_2816=2816 - I:gt.metaitem.02.32503_4096=4096 - I:gt.metaitem.02.32503_4224=4224 - I:gt.metaitem.02.32503_5120=5120 - I:gt.metaitem.02.32503_5376=5376 - I:gt.metaitem.02.32503_7168=7168 - I:gt.metaitem.02.32504_25088=25088 - I:gt.metaitem.02.32504_4224=4224 - I:gt.metaitem.02.32511_1152=1152 - I:gt.metaitem.02.32511_2304=2304 - I:gt.metaitem.02.32521_2304=2304 - I:gt.metaitem.02.32521_3328=3328 - I:gt.metaitem.02.32522_2304=2304 - I:gt.metaitem.02.32522_6144=6144 - I:gt.metaitem.02.32522_7680=7680 - I:gt.metaitem.02.32523_18048=18048 - I:gt.metaitem.02.32524_11520=11520 - I:gt.metaitem.02.32524_18048=18048 - I:gt.metaitem.02.32524_30080=30080 - I:gt.metaitem.02.32524_30464=30464 - I:gt.metaitem.02.32526_29440=29440 - I:gt.metaitem.02.32527_4224=4224 - I:gt.metaitem.02.32527_4736=4736 - I:gt.metaitem.02.32527_5760=5760 - I:gt.metaitem.02.32527_7040=7040 - I:gt.metaitem.02.32527_7424=7424 - I:gt.metaitem.02.32527_7808=7808 - I:gt.metaitem.02.32528_4096=4096 - I:gt.metaitem.02.32528_6144=6144 - I:gt.metaitem.02.32528_8320=8320 - I:gt.metaitem.02.32529_2816=2816 - I:gt.metaitem.02.32529_3072=3072 - I:gt.metaitem.02.32529_3712=3712 - I:gt.metaitem.02.32529_7040=7040 - I:gt.metaitem.02.32529_7168=7168 - I:gt.metaitem.02.32530_2816=2816 - I:gt.metaitem.02.32530_5120=5120 - I:gt.metaitem.02.32530_5760=5760 - I:gt.metaitem.02.32530_7296=7296 - I:gt.metaitem.02.32530_8064=8064 - I:gt.metaitem.02.32530_8576=8576 - I:gt.metaitem.02.32531_4736=4736 - I:gt.metaitem.02.32531_5888=5888 - I:gt.metaitem.02.32531_896=896 - I:gt.metaitem.02.32532_13568=13568 - I:gt.metaitem.02.32532_16640=16640 - I:gt.metaitem.02.32532_18432=18432 - I:gt.metaitem.02.32532_24960=24960 - I:gt.metaitem.02.32532_4608=4608 - I:gt.metaitem.02.32533_24576=24576 - I:gt.metaitem.02.32534_24320=24320 - I:gt.metaitem.02.32535_12544=12544 - I:gt.metaitem.02.32540_15104=15104 - I:gt.metaitem.02.32540_19200=19200 - I:ic2.itemDustenergium_250=250 - I:ic2.itemDustenergium_500=500 - I:item.kekztech_crafting_item.4_2400=2400 - I:item.kekztech_crafting_item.5_2400=2400 - I:item.kekztech_crafting_item.5_7680=7680 -} - - -bender { - I:gemIridium_384=384 - I:gt.metaitem.02.32559_16=16 - I:ic2.itemCasingIron_100=100 - I:ic2.itemCasingTin_100=100 - I:ic2.itemIngotAlloy_100=100 - I:ingotAluminium_26=26 - I:ingotAluminium_52=52 - I:ingotAmericium_245=245 - I:ingotAnnealedCopper_63=63 - I:ingotBatteryAlloy_189=189 - I:ingotBeryllium_18=18 - I:ingotBeryllium_9=9 - I:ingotBismuthBronze_184=184 - I:ingotBismuthBronze_92=92 - I:ingotBismuth_208=208 - I:ingotBismuth_416=416 - I:ingotBlackBronze_196=196 - I:ingotBlackBronze_98=98 - I:ingotBlackSteel_128=128 - I:ingotBlackSteel_64=64 - I:ingotBlueSteel_150=150 - I:ingotBlueSteel_75=75 - I:ingotBrass_126=126 - I:ingotBrass_63=63 - I:ingotBronze_152=152 - I:ingotBronze_76=76 - I:ingotCarbon_12=12 - I:ingotCarbon_24=24 - I:ingotChrome_104=104 - I:ingotChrome_52=52 - I:ingotCobaltBrass_116=116 - I:ingotCobaltBrass_58=58 - I:ingotCobalt_118=118 - I:ingotCobalt_59=59 - I:ingotCopper_567=567 - I:ingotCopper_63=63 - I:ingotCupronickel_120=120 - I:ingotCupronickel_60=60 - I:ingotDamascusSteel_112=112 - I:ingotDamascusSteel_56=56 - I:ingotDarkSteel_196=196 - I:ingotDarkSteel_98=98 - I:ingotDuranium_196=196 - I:ingotDuranium_98=98 - I:ingotElectrum_151=151 - I:ingotElectrum_302=302 - I:ingotEpoxidFiberReinforced_12=12 - I:ingotEpoxidFiberReinforced_6=6 - I:ingotEpoxid_12=12 - I:ingotEpoxid_6=6 - I:ingotEuropium_151=151 - I:ingotGalliumArsenide_72=72 - I:ingotGallium_70=70 - I:ingotGold_196=196 - I:ingotGold_392=392 - I:ingotHSSE_162=162 - I:ingotHSSE_81=81 - I:ingotHSSG_196=196 - I:ingotHSSG_98=98 - I:ingotHSSS_129=129 - I:ingotHSSS_258=258 - I:ingotIndiumGalliumPhosphide_71=71 - I:ingotInvar_112=112 - I:ingotInvar_56=56 - I:ingotIridium_192=192 - I:ingotIridium_384=384 - I:ingotIronMagnetic_114=114 - I:ingotIronMagnetic_57=57 - I:ingotIron_112=112 - I:ingotIron_504=504 - I:ingotIron_56=56 - I:ingotKanthal_44=44 - I:ingotKanthal_88=88 - I:ingotLead_1863=1863 - I:ingotLead_207=207 - I:ingotLead_414=414 - I:ingotMagnalium_25=25 - I:ingotMagnalium_50=50 - I:ingotManganese_110=110 - I:ingotManganese_55=55 - I:ingotMithril_245=245 - I:ingotMithril_490=490 - I:ingotMolybdenum_190=190 - I:ingotMolybdenum_95=95 - I:ingotNaquadahAlloy_196=196 - I:ingotNaquadahAlloy_98=98 - I:ingotNaquadahEnriched_196=196 - I:ingotNaquadahEnriched_98=98 - I:ingotNaquadah_196=196 - I:ingotNaquadah_98=98 - I:ingotNaquadria_196=196 - I:ingotNaquadria_98=98 - I:ingotNeodymiumMagnetic_146=146 - I:ingotNeodymiumMagnetic_292=292 - I:ingotNeodymium_144=144 - I:ingotNeodymium_288=288 - I:ingotNeutronium_100000=100000 - I:ingotNeutronium_200000=200000 - I:ingotNichrome_112=112 - I:ingotNichrome_56=56 - I:ingotNickelZincFerrite_33=33 - I:ingotNickelZincFerrite_66=66 - I:ingotNickel_116=116 - I:ingotNickel_58=58 - I:ingotNiobiumTitanium_71=71 - I:ingotOsmiridium_191=191 - I:ingotOsmiridium_382=382 - I:ingotOsmium_190=190 - I:ingotOsmium_380=380 - I:ingotPalladium_106=106 - I:ingotPalladium_212=212 - I:ingotPigIron_112=112 - I:ingotPigIron_56=56 - I:ingotPlatinum_195=195 - I:ingotPlatinum_390=390 - I:ingotPlutonium241_243=243 - I:ingotPlutonium241_486=486 - I:ingotPlutonium_246=246 - I:ingotPlutonium_492=492 - I:ingotPolycaprolactam_10=10 - I:ingotPolycaprolactam_5=5 - I:ingotPolyphenyleneSulfide_18=18 - I:ingotPolyphenyleneSulfide_9=9 - I:ingotPolytetrafluoroethylene_16=16 - I:ingotPolytetrafluoroethylene_32=32 - I:ingotRedAlloy_403=403 - I:ingotRedSteel_138=138 - I:ingotRedSteel_69=69 - I:ingotRoseGold_169=169 - I:ingotRoseGold_338=338 - I:ingotSilicon_28=28 - I:ingotSilver_107=107 - I:ingotSilver_214=214 - I:ingotSolderingAlloy_118=118 - I:ingotStainlessSteel_110=110 - I:ingotStainlessSteel_55=55 - I:ingotSteelMagnetic_114=114 - I:ingotSteelMagnetic_57=57 - I:ingotSteel_112=112 - I:ingotSteel_56=56 - I:ingotSterlingSilver_196=196 - I:ingotSterlingSilver_98=98 - I:ingotThorium_230=230 - I:ingotThorium_460=460 - I:ingotTinAlloy_174=174 - I:ingotTinAlloy_87=87 - I:ingotTin_118=118 - I:ingotTitanium_48=48 - I:ingotTitanium_96=96 - I:ingotTritanium_196=196 - I:ingotTritanium_98=98 - I:ingotTungstenCarbide_194=194 - I:ingotTungstenCarbide_97=97 - I:ingotTungstenSteel_119=119 - I:ingotTungstenSteel_238=238 - I:ingotTungsten_183=183 - I:ingotTungsten_366=366 - I:ingotUltimet_122=122 - I:ingotUltimet_61=61 - I:ingotUranium235_235=235 - I:ingotUranium235_470=470 - I:ingotUranium_238=238 - I:ingotUranium_476=476 - I:ingotVanadiumGallium_55=55 - I:ingotVanadiumSteel_110=110 - I:ingotVanadiumSteel_55=55 - I:ingotWroughtIron_112=112 - I:ingotWroughtIron_56=56 - I:ingotYttriumBariumCuprate_51=51 - I:ingotZinc_65=65 - I:plateAluminium_26=26 - I:plateAluminium_52=52 - I:plateAnnealedCopper_63=63 - I:plateBeryllium_18=18 - I:plateBismuthBronze_184=184 - I:plateBismuth_416=416 - I:plateBlackBronze_196=196 - I:plateBlackSteel_128=128 - I:plateBlackSteel_64=64 - I:plateBlueSteel_150=150 - I:plateBrass_126=126 - I:plateBronze_152=152 - I:plateBronze_684=684 - I:plateCarbon_24=24 - I:plateChrome_104=104 - I:plateCobaltBrass_116=116 - I:plateCobalt_118=118 - I:plateCopper_567=567 - I:plateCopper_63=63 - I:plateCupronickel_120=120 - I:plateDamascusSteel_112=112 - I:plateDarkSteel_196=196 - I:plateDuranium_196=196 - I:plateDuranium_98=98 - I:plateElectrum_151=151 - I:plateElectrum_302=302 - I:plateEpoxidFiberReinforced_12=12 - I:plateEpoxid_12=12 - I:plateGold_1764=1764 - I:plateGold_196=196 - I:plateGold_392=392 - I:plateHSSE_162=162 - I:plateHSSG_196=196 - I:plateHSSG_98=98 - I:plateHSSS_258=258 - I:plateInvar_112=112 - I:plateIridium_384=384 - I:plateIronMagnetic_114=114 - I:plateIron_112=112 - I:plateIron_504=504 - I:plateIron_800=800 - I:plateKanthal_88=88 - I:plateLead_1863=1863 - I:plateLead_414=414 - I:plateMagnalium_50=50 - I:plateManganese_110=110 - I:plateManganese_55=55 - I:plateMithril_490=490 - I:plateMolybdenum_190=190 - I:plateNaquadahAlloy_196=196 - I:plateNaquadahAlloy_98=98 - I:plateNaquadahEnriched_196=196 - I:plateNaquadah_196=196 - I:plateNaquadah_98=98 - I:plateNaquadria_196=196 - I:plateNeodymiumMagnetic_292=292 - I:plateNeodymium_288=288 - I:plateNeutronium_200000=200000 - I:plateNichrome_112=112 - I:plateNichrome_56=56 - I:plateNickelZincFerrite_66=66 - I:plateNickel_116=116 - I:plateNiobiumTitanium_71=71 - I:plateOsmiridium_191=191 - I:plateOsmiridium_382=382 - I:plateOsmium_190=190 - I:plateOsmium_380=380 - I:platePalladium_212=212 - I:platePigIron_112=112 - I:platePlastic_4=4 - I:platePlatinum_195=195 - I:platePlatinum_390=390 - I:platePlutonium241_486=486 - I:platePlutonium_492=492 - I:platePolycaprolactam_10=10 - I:platePolyphenyleneSulfide_18=18 - I:platePolyphenyleneSulfide_9=9 - I:platePolytetrafluoroethylene_1200=1200 - I:platePolytetrafluoroethylene_32=32 - I:platePolyvinylChloride_10=10 - I:plateRedSteel_138=138 - I:plateRoseGold_338=338 - I:plateSilicon_28=28 - I:plateSilicone_7=7 - I:plateSilver_214=214 - I:plateStainlessSteel_110=110 - I:plateSteelMagnetic_114=114 - I:plateSteelMagnetic_1200=1200 - I:plateSteel_112=112 - I:plateSteel_1200=1200 - I:plateSteel_504=504 - I:plateSteel_56=56 - I:plateSterlingSilver_196=196 - I:plateThorium_460=460 - I:plateTinAlloy_174=174 - I:plateTin_1062=1062 - I:plateTin_1200=1200 - I:plateTitanium_48=48 - I:plateTitanium_96=96 - I:plateTritanium_196=196 - I:plateTungstenCarbide_194=194 - I:plateTungstenSteel_119=119 - I:plateTungstenSteel_238=238 - I:plateTungsten_183=183 - I:plateTungsten_366=366 - I:plateUltimet_122=122 - I:plateUranium235_470=470 - I:plateUranium_476=476 - I:plateVanadiumGallium_55=55 - I:plateVanadiumSteel_110=110 - I:plateWroughtIron_112=112 - I:plateWroughtIron_800=800 - I:plateYttriumBariumCuprate_51=51 - I:plateZinc_65=65 - I:stickLongTitanium_200=200 -} - - -blastfurnace { - I:blockSilicon_1500=1500 - I:crushedAluminium_10200=10200 - I:crushedCentrifugedAluminium_10200=10200 - I:crushedCentrifugedChrome_22100=22100 - I:crushedCentrifugedIridium_130512=130512 - I:crushedCentrifugedNaquadahEnriched_108000=108000 - I:crushedCentrifugedNaquadah_129600=129600 - I:crushedCentrifugedNaquadria_216000=216000 - I:crushedCentrifugedNeodymium_46692=46692 - I:crushedCentrifugedOsmium_155382=155382 - I:crushedCentrifugedPalladium_47528=47528 - I:crushedCentrifugedTitanium_23280=23280 - I:crushedChrome_22100=22100 - I:crushedIridium_130512=130512 - I:crushedNaquadahEnriched_108000=108000 - I:crushedNaquadah_129600=129600 - I:crushedNaquadria_216000=216000 - I:crushedNeodymium_46692=46692 - I:crushedOsmium_155382=155382 - I:crushedPalladium_47528=47528 - I:crushedPurifiedAluminium_10200=10200 - I:crushedPurifiedChrome_22100=22100 - I:crushedPurifiedIridium_130512=130512 - I:crushedPurifiedNaquadahEnriched_108000=108000 - I:crushedPurifiedNaquadah_129600=129600 - I:crushedPurifiedNaquadria_216000=216000 - I:crushedPurifiedNeodymium_46692=46692 - I:crushedPurifiedOsmium_155382=155382 - I:crushedPurifiedPalladium_47528=47528 - I:crushedPurifiedTitanium_23280=23280 - I:crushedTitanium_23280=23280 - I:dustAluminium_10200=10200 - I:dustAluminium_1700=1700 - I:dustAntimonyTrioxide_240=240 - I:dustArsenicTrioxide_240=240 - I:dustBandedIron_240=240 - I:dustBasalticMineralSand_240=240 - I:dustBismuthBronze_2200=2200 - I:dustBismuthBronze_25300=25300 - I:dustBlackBronze_4000=4000 - I:dustBlackBronze_48000=48000 - I:dustBlackSteel_1200=1200 - I:dustBlackSteel_19200=19200 - I:dustBlueSteel_1400=1400 - I:dustBlueSteel_25200=25200 - I:dustBrownLimonite_240=240 - I:dustCassiteriteSand_240=240 - I:dustCassiterite_240=240 - I:dustCerium_3204=3204 - I:dustCerium_37380=37380 - I:dustChalcopyrite_120=120 - I:dustChrome_1700=1700 - I:dustChrome_22100=22100 - I:dustCobaltOxide_240=240 - I:dustCobaltite_120=120 - I:dustCopper_500=500 - I:dustCupricOxide_240=240 - I:dustDamascusSteel_1500=1500 - I:dustDamascusSteel_21000=21000 - I:dustEuropium_3297=3297 - I:dustEuropium_40663=40663 - I:dustFerriteMixture_600=600 - I:dustGalena_120=120 - I:dustGalliumArsenide_1200=1200 - I:dustGalliumArsenide_21600=21600 - I:dustGarnierite_240=240 - I:dustGraniticMineralSand_240=240 - I:dustGreenSapphire_400=400 - I:dustHSSE_10800=10800 - I:dustHSSE_108000=108000 - I:dustHSSG_108000=108000 - I:dustHSSG_9000=9000 - I:dustHSSS_16200=16200 - I:dustHSSS_172800=172800 - I:dustIlmenite_800=800 - I:dustImpureAluminium_10200=10200 - I:dustImpureChrome_22100=22100 - I:dustImpureIridium_130512=130512 - I:dustImpureNaquadahEnriched_108000=108000 - I:dustImpureNaquadah_129600=129600 - I:dustImpureNaquadria_216000=216000 - I:dustImpureNeodymium_46692=46692 - I:dustImpureOsmium_155382=155382 - I:dustImpurePalladium_47528=47528 - I:dustImpureTitanium_23280=23280 - I:dustIridium_10876=10876 - I:dustIridium_130512=130512 - I:dustKanthal_1800=1800 - I:dustKanthal_19800=19800 - I:dustLutetium_7700=7700 - I:dustLutetium_82775=82775 - I:dustMagnesium_800=800 - I:dustMagnetite_240=240 - I:dustMalachite_240=240 - I:dustMassicot_240=240 - I:dustNaquadahAlloy_14400=14400 - I:dustNaquadahAlloy_172800=172800 - I:dustNaquadahEnriched_108000=108000 - I:dustNaquadahEnriched_9000=9000 - I:dustNaquadah_10800=10800 - I:dustNaquadah_129600=129600 - I:dustNaquadria_18000=18000 - I:dustNaquadria_216000=216000 - I:dustNeodymiumMagnetic_3891=3891 - I:dustNeodymiumMagnetic_46692=46692 - I:dustNeodymium_3891=3891 - I:dustNeodymium_46692=46692 - I:dustNichrome_2700=2700 - I:dustNichrome_37800=37800 - I:dustNickelZincFerrite_12000=12000 - I:dustNickelZincFerrite_1500=1500 - I:dustNiobiumNitride_2573=2573 - I:dustNiobiumNitride_33449=33449 - I:dustNiobiumTitanium_4500=4500 - I:dustNiobiumTitanium_76500=76500 - I:dustNiobium_5500=5500 - I:dustNiobium_63250=63250 - I:dustOsmiridium_10000=10000 - I:dustOsmiridium_117500=117500 - I:dustOsmium_13224=13224 - I:dustOsmium_155382=155382 - I:dustPalladium_3656=3656 - I:dustPalladium_47528=47528 - I:dustPentlandite_120=120 - I:dustPureAluminium_10200=10200 - I:dustPureChrome_22100=22100 - I:dustPureIridium_130512=130512 - I:dustPureNaquadahEnriched_108000=108000 - I:dustPureNaquadah_129600=129600 - I:dustPureNaquadria_216000=216000 - I:dustPureNeodymium_46692=46692 - I:dustPureOsmium_155382=155382 - I:dustPurePalladium_47528=47528 - I:dustPureTitanium_23280=23280 - I:dustPyrite_120=120 - I:dustRedSteel_1300=1300 - I:dustRedSteel_22100=22100 - I:dustRoseGold_6400=6400 - I:dustRoseGold_67200=67200 - I:dustRuby_400=400 - I:dustSapphire_400=400 - I:dustSiliconDioxide_240=240 - I:dustSilicon_12000=12000 - I:dustSilicon_9000=9000 - I:dustSmallAluminium_1700=1700 - I:dustSmallBismuthBronze_2200=2200 - I:dustSmallBlackBronze_4000=4000 - I:dustSmallBlackSteel_1200=1200 - I:dustSmallBlueSteel_1400=1400 - I:dustSmallCerium_3204=3204 - I:dustSmallChrome_1700=1700 - I:dustSmallDamascusSteel_1500=1500 - I:dustSmallEuropium_3297=3297 - I:dustSmallGalliumArsenide_1200=1200 - I:dustSmallHSSE_10800=10800 - I:dustSmallHSSG_9000=9000 - I:dustSmallHSSS_16200=16200 - I:dustSmallIridium_10876=10876 - I:dustSmallKanthal_1800=1800 - I:dustSmallLutetium_7700=7700 - I:dustSmallNaquadahAlloy_14400=14400 - I:dustSmallNaquadahEnriched_9000=9000 - I:dustSmallNaquadah_10800=10800 - I:dustSmallNaquadria_18000=18000 - I:dustSmallNeodymiumMagnetic_3891=3891 - I:dustSmallNeodymium_3891=3891 - I:dustSmallNichrome_2700=2700 - I:dustSmallNickelZincFerrite_1500=1500 - I:dustSmallNiobiumNitride_2573=2573 - I:dustSmallNiobiumTitanium_4500=4500 - I:dustSmallNiobium_5500=5500 - I:dustSmallOsmiridium_10000=10000 - I:dustSmallOsmium_13224=13224 - I:dustSmallPalladium_3656=3656 - I:dustSmallRedSteel_1300=1300 - I:dustSmallRoseGold_6400=6400 - I:dustSmallStainlessSteel_1700=1700 - I:dustSmallSteelMagnetic_1000=1000 - I:dustSmallSteel_1000=1000 - I:dustSmallSterlingSilver_3400=3400 - I:dustSmallTitanium_1940=1940 - I:dustSmallTungstenCarbide_4920=4920 - I:dustSmallTungstenSteel_6000=6000 - I:dustSmallTungsten_12000=12000 - I:dustSmallUltimet_2700=2700 - I:dustSmallVanadiumGallium_4500=4500 - I:dustSmallVanadiumSteel_1453=1453 - I:dustSmallVanadium_2183=2183 - I:dustSmallYttriumBariumCuprate_4500=4500 - I:dustSmallYttrium_3598=3598 - I:dustSphalerite_120=120 - I:dustStainlessSteel_1700=1700 - I:dustStainlessSteel_22100=22100 - I:dustSteelMagnetic_1000=1000 - I:dustSteelMagnetic_14000=14000 - I:dustSteel_1000=1000 - I:dustSteel_14000=14000 - I:dustSterlingSilver_3400=3400 - I:dustSterlingSilver_40800=40800 - I:dustStibnite_120=120 - I:dustTetrahedrite_120=120 - I:dustTinyAluminium_1700=1700 - I:dustTinyBismuthBronze_2200=2200 - I:dustTinyBlackBronze_4000=4000 - I:dustTinyBlackSteel_1200=1200 - I:dustTinyBlueSteel_1400=1400 - I:dustTinyCerium_3204=3204 - I:dustTinyChrome_1700=1700 - I:dustTinyDamascusSteel_1500=1500 - I:dustTinyEuropium_3297=3297 - I:dustTinyGalliumArsenide_1200=1200 - I:dustTinyHSSE_10800=10800 - I:dustTinyHSSG_9000=9000 - I:dustTinyHSSS_16200=16200 - I:dustTinyIridium_10876=10876 - I:dustTinyKanthal_1800=1800 - I:dustTinyLutetium_7700=7700 - I:dustTinyNaquadahAlloy_14400=14400 - I:dustTinyNaquadahEnriched_9000=9000 - I:dustTinyNaquadah_10800=10800 - I:dustTinyNaquadria_18000=18000 - I:dustTinyNeodymiumMagnetic_3891=3891 - I:dustTinyNeodymium_3891=3891 - I:dustTinyNichrome_2700=2700 - I:dustTinyNickelZincFerrite_1500=1500 - I:dustTinyNiobiumNitride_2573=2573 - I:dustTinyNiobiumTitanium_4500=4500 - I:dustTinyNiobium_5500=5500 - I:dustTinyOsmiridium_10000=10000 - I:dustTinyOsmium_13224=13224 - I:dustTinyPalladium_3656=3656 - I:dustTinyRedSteel_1300=1300 - I:dustTinyRoseGold_6400=6400 - I:dustTinyStainlessSteel_1700=1700 - I:dustTinySteelMagnetic_1000=1000 - I:dustTinySteel_1000=1000 - I:dustTinySterlingSilver_3400=3400 - I:dustTinyTitanium_1940=1940 - I:dustTinyTungstenCarbide_4920=4920 - I:dustTinyTungstenSteel_6000=6000 - I:dustTinyTungsten_12000=12000 - I:dustTinyUltimet_2700=2700 - I:dustTinyVanadiumGallium_4500=4500 - I:dustTinyVanadiumSteel_1453=1453 - I:dustTinyVanadium_2183=2183 - I:dustTinyYttriumBariumCuprate_4500=4500 - I:dustTinyYttrium_3598=3598 - I:dustTitanium_1940=1940 - I:dustTitanium_23280=23280 - I:dustTungstenCarbide_4920=4920 - I:dustTungstenCarbide_59040=59040 - I:dustTungstenSteel_6000=6000 - I:dustTungstenSteel_87000=87000 - I:dustTungsten_12000=12000 - I:dustTungsten_135000=135000 - I:dustUltimet_2700=2700 - I:dustUltimet_40500=40500 - I:dustVanadiumGallium_4500=4500 - I:dustVanadiumGallium_58500=58500 - I:dustVanadiumSteel_1453=1453 - I:dustVanadiumSteel_18889=18889 - I:dustVanadium_2183=2183 - I:dustVanadium_26196=26196 - I:dustYellowLimonite_240=240 - I:dustYttriumBariumCuprate_4500=4500 - I:dustYttriumBariumCuprate_54000=54000 - I:dustYttrium_3598=3598 - I:dustYttrium_39578=39578 - I:gemGreenSapphire_320=320 - I:gemRuby_320=320 - I:gemSapphire_320=320 - I:gt.metaitem.03.32069_900=900 - I:ingotCopper_500=500 - I:ingotElectricalSteel_4000=4000 - I:ingotEnergeticAlloy_330=330 - I:ingotGallium_600=600 - I:ingotGold_195=195 - I:ingotIridium_500=500 - I:ingotIron_160=160 - I:ingotIron_500=500 - I:ingotNaquadah_500=500 - I:ingotNickel_2700=2700 - I:ingotNiobium_4500=4500 - I:ingotPigIron_100=100 - I:ingotSteel_2000=2000 - I:ingotTungsten_3000=3000 - I:ingotTungsten_4920=4920 - I:ingotVanadium_4500=4500 - I:ingotWroughtIron_100=100 - I:oreBasaltBrownLimonite_500=500 - I:oreBasaltIron_500=500 - I:oreBasaltMagnetite_500=500 - I:oreBasaltPyrite_500=500 - I:oreBasaltYellowLimonite_500=500 - I:oreBlackgraniteBrownLimonite_500=500 - I:oreBlackgraniteIron_500=500 - I:oreBlackgraniteMagnetite_500=500 - I:oreBlackgranitePyrite_500=500 - I:oreBlackgraniteYellowLimonite_500=500 - I:oreBrownLimonite_500=500 - I:oreEndstoneBrownLimonite_500=500 - I:oreEndstoneIron_500=500 - I:oreEndstoneMagnetite_500=500 - I:oreEndstonePyrite_500=500 - I:oreEndstoneYellowLimonite_500=500 - I:oreIron_500=500 - I:oreMagnetite_500=500 - I:oreMarbleBrownLimonite_500=500 - I:oreMarbleIron_500=500 - I:oreMarbleMagnetite_500=500 - I:oreMarblePyrite_500=500 - I:oreMarbleYellowLimonite_500=500 - I:oreNetherrackBrownLimonite_500=500 - I:oreNetherrackIron_500=500 - I:oreNetherrackMagnetite_500=500 - I:oreNetherrackPyrite_500=500 - I:oreNetherrackYellowLimonite_500=500 - I:orePyrite_500=500 - I:oreRedgraniteBrownLimonite_500=500 - I:oreRedgraniteIron_500=500 - I:oreRedgraniteMagnetite_500=500 - I:oreRedgranitePyrite_500=500 - I:oreRedgraniteYellowLimonite_500=500 - I:oreYellowLimonite_500=500 -} - - -boxing { - B:cableGt01Cobalt_true=true - B:cableGt01Lead_true=true - B:cableGt01RedAlloy_true=true - B:cableGt01SolderingAlloy_true=true - B:cableGt01Tin_true=true - B:cableGt01Zinc_true=true - B:cableGt02Cobalt_true=true - B:cableGt02Lead_true=true - B:cableGt02RedAlloy_true=true - B:cableGt02SolderingAlloy_true=true - B:cableGt02Tin_true=true - B:cableGt02Zinc_true=true - B:cableGt04Cobalt_true=true - B:cableGt04Lead_true=true - B:cableGt04RedAlloy_true=true - B:cableGt04SolderingAlloy_true=true - B:cableGt04Tin_true=true - B:cableGt04Zinc_true=true - B:cableGt08Cobalt_true=true - B:cableGt08Lead_true=true - B:cableGt08RedAlloy_true=true - B:cableGt08SolderingAlloy_true=true - B:cableGt08Tin_true=true - B:cableGt08Zinc_true=true - B:cableGt12Cobalt_true=true - B:cableGt12Lead_true=true - B:cableGt12RedAlloy_true=true - B:cableGt12SolderingAlloy_true=true - B:cableGt12Tin_true=true - B:cableGt12Zinc_true=true - B:crateGtDustChrome_true=true - B:crateGtDustNeodymium_true=true - B:crateGtIngotBronze_true=true - B:crateGtIngotDamascusSteel_true=true - B:crateGtIngotManganese_true=true - B:crateGtIngotSteel_true=true - B:dustAlduorite_true=true - B:dustAlmandine_true=true - B:dustAluminium_true=true - B:dustAlunite_true=true - B:dustAmericium_true=true - B:dustAmethyst_true=true - B:dustAndradite_true=true - B:dustAnnealedCopper_true=true - B:dustAntimonyTrioxide_true=true - B:dustAntimony_true=true - B:dustApatite_true=true - B:dustArsenicTrioxide_true=true - B:dustArsenic_true=true - B:dustAsbestos_true=true - B:dustAsh_true=true - B:dustBandedIron_true=true - B:dustBarite_true=true - B:dustBarium_true=true - B:dustBasalt_true=true - B:dustBasalticMineralSand_true=true - B:dustBastnasite_true=true - B:dustBatteryAlloy_true=true - B:dustBauxite_true=true - B:dustBentonite_true=true - B:dustBeryllium_true=true - B:dustBiotite_true=true - B:dustBismuthBronze_true=true - B:dustBismuth_true=true - B:dustBlackBronze_true=true - B:dustBlackSteel_true=true - B:dustBlaze_true=true - B:dustBlueSteel_true=true - B:dustBlueTopaz_true=true - B:dustBluestone_true=true - B:dustBone_true=true - B:dustBorax_true=true - B:dustBoron_true=true - B:dustBorosilicateGlass_true=true - B:dustBrass_true=true - B:dustBrick_true=true - B:dustBronze_true=true - B:dustBrownLimonite_true=true - B:dustCadmium_true=true - B:dustCaesium_true=true - B:dustCalcite_true=true - B:dustCalcium_true=true - B:dustCarbon_true=true - B:dustCassiteriteSand_true=true - B:dustCassiterite_true=true - B:dustCerium_true=true - B:dustCertusQuartz_true=true - B:dustChalcopyrite_true=true - B:dustCharcoal_true=true - B:dustCheese_true=true - B:dustChili_true=true - B:dustChocolate_true=true - B:dustChrome_true=true - B:dustChromite_true=true - B:dustChrysotile_true=true - B:dustCinnabar_true=true - B:dustClay_true=true - B:dustCoal_true=true - B:dustCobaltBrass_true=true - B:dustCobaltHexahydrate_true=true - B:dustCobaltOxide_true=true - B:dustCobalt_true=true - B:dustCobaltite_true=true - B:dustCocoa_true=true - B:dustCoffee_true=true - B:dustConcrete_true=true - B:dustConstructionFoam_true=true - B:dustCooperite_true=true - B:dustCopper_true=true - B:dustCrudeOil_true=true - B:dustCupricOxide_true=true - B:dustCupronickel_true=true - B:dustDamascusSteel_true=true - B:dustDarkAsh_true=true - B:dustDarkSteel_true=true - B:dustDiamond_true=true - B:dustDiatomite_true=true - B:dustDilithium_true=true - B:dustDolomite_true=true - B:dustDuranium_true=true - B:dustElectrum_true=true - B:dustEmerald_true=true - B:dustEmery_true=true - B:dustEnderEye_true=true - B:dustEnderPearl_true=true - B:dustEndstone_true=true - B:dustEpidote_true=true - B:dustEpoxidFiberReinforced_true=true - B:dustEpoxid_true=true - B:dustEuropium_true=true - B:dustFerriteMixture_true=true - B:dustFerrosilite_true=true - B:dustFireclay_true=true - B:dustFlint_true=true - B:dustFoolsRuby_true=true - B:dustForcicium_true=true - B:dustForcillium_true=true - B:dustFullersEarth_true=true - B:dustGalena_true=true - B:dustGalliumArsenide_true=true - B:dustGallium_true=true - B:dustGarnetRed_true=true - B:dustGarnetSand_true=true - B:dustGarnetYellow_true=true - B:dustGarnierite_true=true - B:dustGlass_true=true - B:dustGlauconiteSand_true=true - B:dustGlauconite_true=true - B:dustGlowstone_true=true - B:dustGold_true=true - B:dustGraniteBlack_true=true - B:dustGraniteRed_true=true - B:dustGraniticMineralSand_true=true - B:dustGraphene_true=true - B:dustGraphite_true=true - B:dustGreenSapphire_true=true - B:dustGreenstone_true=true - B:dustGrossular_true=true - B:dustGunpowder_true=true - B:dustGypsum_true=true - B:dustHSSE_true=true - B:dustHSSG_true=true - B:dustHSSS_true=true - B:dustHydratedCoal_true=true - B:dustIce_true=true - B:dustIlmenite_true=true - B:dustIndiumGalliumPhosphide_true=true - B:dustIndium_true=true - B:dustInvar_true=true - B:dustIridium_true=true - B:dustIronMagnetic_true=true - B:dustIron_true=true - B:dustJade_true=true - B:dustJasper_true=true - B:dustKanthal_true=true - B:dustKaolinite_true=true - B:dustKyanite_true=true - B:dustLapis_true=true - B:dustLazurite_true=true - B:dustLead_true=true - B:dustLepidolite_true=true - B:dustLignite_true=true - B:dustLithium_true=true - B:dustLutetium_true=true - B:dustMagnalium_true=true - B:dustMagnesia_true=true - B:dustMagnesite_true=true - B:dustMagnesium_true=true - B:dustMagnesiumchloride_true=true - B:dustMagnetite_true=true - B:dustMalachite_true=true - B:dustManganese_true=true - B:dustMarble_true=true - B:dustMassicot_true=true - B:dustMeatCooked_true=true - B:dustMeatRaw_true=true - B:dustMetalMixture_true=true - B:dustMica_true=true - B:dustMigmatite_true=true - B:dustMilk_true=true - B:dustMirabilite_true=true - B:dustMithril_true=true - B:dustMolybdenite_true=true - B:dustMolybdenum_true=true - B:dustMonazite_true=true - B:dustNaquadahAlloy_true=true - B:dustNaquadahEnriched_true=true - B:dustNaquadah_true=true - B:dustNaquadria_true=true - B:dustNeodymiumMagnetic_true=true - B:dustNeodymium_true=true - B:dustNetherBrick_true=true - B:dustNetherQuartz_true=true - B:dustNetherStar_true=true - B:dustNetherrack_true=true - B:dustNeutronium_true=true - B:dustNichrome_true=true - B:dustNickelZincFerrite_true=true - B:dustNickel_true=true - B:dustNiobiumNitride_true=true - B:dustNiobiumTitanium_true=true - B:dustNiobium_true=true - B:dustNiter_true=true - B:dustObsidian_true=true - B:dustOilsands_true=true - B:dustOlivine_true=true - B:dustOpal_true=true - B:dustOsmiridium_true=true - B:dustOsmium_true=true - B:dustPalladium_true=true - B:dustPaper_true=true - B:dustPentlandite_true=true - B:dustPerlite_true=true - B:dustPhosphate_true=true - B:dustPhosphor_true=true - B:dustPhosphorousPentoxide_true=true - B:dustPhosphorus_true=true - B:dustPigIron_true=true - B:dustPitchblende_true=true - B:dustPlastic_true=true - B:dustPlatinumGroupSludge_true=true - B:dustPlatinum_true=true - B:dustPlutonium241_true=true - B:dustPlutonium_true=true - B:dustPollucite_true=true - B:dustPolycaprolactam_true=true - B:dustPolydimethylsiloxane_true=true - B:dustPolyphenyleneSulfide_true=true - B:dustPolystyrene_true=true - B:dustPolytetrafluoroethylene_true=true - B:dustPolyvinylChloride_true=true - B:dustPotash_true=true - B:dustPotassiumFeldspar_true=true - B:dustPotassium_true=true - B:dustPowellite_true=true - B:dustPumice_true=true - B:dustPyrite_true=true - B:dustPyrochlore_true=true - B:dustPyrolusite_true=true - B:dustPyrope_true=true - B:dustPyrotheum_true=true - B:dustQuartzSand_true=true - B:dustQuartzite_true=true - B:dustQuicklime_true=true - B:dustRareEarth_true=true - B:dustRawRubber_true=true - B:dustRawStyreneButadieneRubber_true=true - B:dustRealgar_true=true - B:dustRedAlloy_true=true - B:dustRedSteel_true=true - B:dustRedrock_true=true - B:dustRedstone_true=true - B:dustRockSalt_true=true - B:dustRoseGold_true=true - B:dustRubber_true=true - B:dustRuby_true=true - B:dustRutile_true=true - B:dustSalt_true=true - B:dustSaltpeter_true=true - B:dustSapphire_true=true - B:dustScheelite_true=true - B:dustSiliconDioxide_true=true - B:dustSilicon_true=true - B:dustSilicone_true=true - B:dustSiltstone_true=true - B:dustSilver_true=true - B:dustSnow_true=true - B:dustSoapstone_true=true - B:dustSodaAsh_true=true - B:dustSodalite_true=true - B:dustSodiumBisulfate_true=true - B:dustSodiumHydroxide_GT5U_true=true - B:dustSodiumSulfide_true=true - B:dustSodium_true=true - B:dustSolderingAlloy_true=true - B:dustSpessartine_true=true - B:dustSphalerite_true=true - B:dustSpodumene_true=true - B:dustStainlessSteel_true=true - B:dustSteelMagnetic_true=true - B:dustSteel_true=true - B:dustSterlingSilver_true=true - B:dustStibnite_true=true - B:dustStone_true=true - B:dustStyreneButadieneRubber_true=true - B:dustSugar_true=true - B:dustSulfur_true=true - B:dustTalc_true=true - B:dustTantalite_true=true - B:dustTantalum_true=true - B:dustTanzanite_true=true - B:dustTetrahedrite_true=true - B:dustThorium_true=true - B:dustTinAlloy_true=true - B:dustTin_true=true - B:dustTitanium_true=true - B:dustTopaz_true=true - B:dustTritanium_true=true - B:dustTrona_true=true - B:dustTungstate_true=true - B:dustTungstenCarbide_true=true - B:dustTungstenSteel_true=true - B:dustTungsten_true=true - B:dustUltimet_true=true - B:dustUraninite_true=true - B:dustUranium235_true=true - B:dustUranium_true=true - B:dustUvarovite_true=true - B:dustVanadiumGallium_true=true - B:dustVanadiumMagnetite_true=true - B:dustVanadiumSteel_true=true - B:dustVanadium_true=true - B:dustVermiculite_true=true - B:dustVolcanicAsh_true=true - B:dustWheat_true=true - B:dustWollastonite_true=true - B:dustWoodSealed_true=true - B:dustWood_true=true - B:dustWroughtIron_true=true - B:dustWulfenite_true=true - B:dustYellowLimonite_true=true - B:dustYttriumBariumCuprate_true=true - B:dustYttrium_true=true - B:dustZeolite_true=true - B:dustZinc_true=true - B:dustZincite_true=true - B:gt.metaitem.01.32473_true=true - B:gt.metaitem.02.32204_true=true - B:gt.metaitem.02.32208_true=true - B:gt.metaitem.02.32209_true=true - B:ic2.itemScrapbox_true=true -} - - -brewing { - B:fluid.biomass_true=true - B:fluid.lubricant_true=true - B:fluid.milk_true=true - B:fluid.potion.applejuice_true=true - B:fluid.potion.awkward_true=true - B:fluid.potion.cafeaulait_true=true - B:fluid.potion.cavejohnsonsgrenadejuice_true=true - B:fluid.potion.chillysauce_true=true - B:fluid.potion.chocolatemilk_true=true - B:fluid.potion.coffee_true=true - B:fluid.potion.darkcafeaulait_true=true - B:fluid.potion.darkchocolatemilk_true=true - B:fluid.potion.darkcoffee_true=true - B:fluid.potion.diablosauce_true=true - B:fluid.potion.diabolosauce_true=true - B:fluid.potion.fireresistance.long_true=true - B:fluid.potion.fireresistance_true=true - B:fluid.potion.goldenapplejuice_true=true - B:fluid.potion.grapejuice_true=true - B:fluid.potion.health.strong_true=true - B:fluid.potion.health_true=true - B:fluid.potion.hopsjuice_true=true - B:fluid.potion.hotsauce_true=true - B:fluid.potion.icetea_true=true - B:fluid.potion.idunsapplejuice_true=true - B:fluid.potion.laitaucafe_true=true - B:fluid.potion.lemonade_true=true - B:fluid.potion.lemonjuice_true=true - B:fluid.potion.leninade_true=true - B:fluid.potion.mineralwater_true=true - B:fluid.potion.mundane_true=true - B:fluid.potion.nightvision.long_true=true - B:fluid.potion.nightvision_true=true - B:fluid.potion.poison.long_true=true - B:fluid.potion.poison.strong_true=true - B:fluid.potion.poison_true=true - B:fluid.potion.potatojuice_true=true - B:fluid.potion.purpledrink_true=true - B:fluid.potion.reedwater_true=true - B:fluid.potion.regen.long_true=true - B:fluid.potion.regen.strong_true=true - B:fluid.potion.regen_true=true - B:fluid.potion.speed.long_true=true - B:fluid.potion.speed.strong_true=true - B:fluid.potion.speed_true=true - B:fluid.potion.strength.long_true=true - B:fluid.potion.strength.strong_true=true - B:fluid.potion.strength_true=true - B:fluid.potion.sweettea_true=true - B:fluid.potion.tea_true=true - B:fluid.potion.thick_true=true - B:fluid.potion.waterbreathing.long_true=true - B:fluid.potion.waterbreathing_true=true - B:fluid.potion.weakness.long_true=true - B:fluid.potion.weakness_true=true - B:fluid.potion.wheatyhopsjuice_true=true - B:fluid.potion.wheatyjuice_true=true -} - - -canning { - I:cellAlduorite_49=49 - I:cellArsenic_37=37 - I:cellBioFuel_49=49 - I:cellCarbon_6=6 - I:cellCobaltHexahydrate_49=49 - I:cellDilithium_49=49 - I:cellForcicium_49=49 - I:cellForcillium_49=49 - I:cellGlowstone_49=49 - I:cellGraphite_49=49 - I:cellMagnesiumchloride_15=15 - I:cellNitroCarbon_6=6 - I:cellPhosphate_9=9 - I:cellPhosphorousPentoxide_10=10 - I:cellPhosphorus_15=15 - I:cellPlasmaCarbonDioxide_7=7 - I:cellPlasmaLiquidAir_7=7 - I:cellPlasmaNobleGases_5=5 - I:cellSeedOilHemp_49=49 - I:cellSeedOilLin_49=49 - I:cellSiliconDioxide_10=10 - I:cellSnow_3=3 - I:dustAlduorite_100=100 - I:dustArsenic_100=100 - I:dustCadmium_100=100 - I:dustCadmium_1600=1600 - I:dustCadmium_400=400 - I:dustCarbon_100=100 - I:dustCobaltHexahydrate_100=100 - I:dustDilithium_100=100 - I:dustForcicium_100=100 - I:dustForcillium_100=100 - I:dustGlowstone_100=100 - I:dustGraphite_100=100 - I:dustLithium_100=100 - I:dustLithium_1600=1600 - I:dustLithium_400=400 - I:dustMagnesiumchloride_100=100 - I:dustPhosphate_100=100 - I:dustPhosphorousPentoxide_100=100 - I:dustPhosphorus_100=100 - I:dustSiliconDioxide_100=100 - I:dustSnow_100=100 - I:dustSodium_100=100 - I:dustSodium_1600=1600 - I:dustSodium_400=400 - I:gt.metaitem.01.32010_100=100 - I:gt.metaitem.02.32200_100=100 - I:gt.metaitem.02.32201_600=600 - I:gt.metaitem.02.32202_100=100 - I:gt.metaitem.02.32203_700=700 - I:gt.metaitem.02.32204_700=700 - I:gt.metaitem.02.32205_100=100 - I:gt.metaitem.02.32206_700=700 - I:gt.metaitem.02.32207_700=700 - I:gt.metaitem.02.32208_700=700 - I:gt.metaitem.02.32209_700=700 - I:gt.metaitem.02.32210_500=500 - I:gt.metaitem.02.32211_500=500 - I:gt.metaitem.02.32212_100=100 - I:gt.metaitem.02.32213_100=100 - I:gt.metaitem.02.32214_100=100 - I:gt.metaitem.02.32220_300=300 - I:gt.metaitem.02.32221_300=300 - I:gt.metaitem.02.32222_300=300 - I:gt.metaitem.02.32223_300=300 - I:gt.metaitem.02.32224_500=500 - I:gt.metaitem.02.32230_500=500 - I:gt.metaitem.02.32231_700=700 - I:gt.metaitem.02.32232_700=700 - I:gt.metaitem.02.32233_1000=1000 - I:gt.metaitem.02.32234_1000=1000 - I:gt.metaitem.02.32240_800=800 - I:gt.metaitem.02.32241_1500=1500 - I:gt.metaitem.02.32242_1500=1500 - I:gt.metaitem.02.32243_2000=2000 - I:gt.metaitem.02.32244_2000=2000 - I:gt.metaitem.02.32250_100=100 - I:gt.metaitem.02.32251_200=200 - I:gt.metaitem.02.32252_200=200 - I:gt.metaitem.02.32260_300=300 - I:gt.metaitem.02.32261_400=400 - I:gt.metaitem.02.32262_500=500 - I:gt.metaitem.02.32550_100=100 - I:gt.metaitem.02.32551_100=100 - I:gt.metaitem.02.32552_100=100 - I:gt.metaitem.02.32553_900=900 - I:gt.metaitem.02.32554_200=200 - I:gt.metaitem.02.32555_200=200 - I:gt.metaitem.02.32556_100=100 - I:gt.metaitem.02.32558_300=300 - I:gt.metaitem.02.32559_100=100 - I:gt.metaitem.02.32560_100=100 - I:gt.metaitem.02.32561_100=100 - I:gt.metaitem.02.32562_100=100 - I:gt.metaitem.02.32563_100=100 - I:gt.metaitem.02.32564_300=300 - I:gt.metaitem.02.32565_800=800 - I:gt.metaitem.02.32566_200=200 - I:gt.metaitem.02.32567_100=100 - I:gt.metaitem.02.32568_400=400 - I:gt.metaitem.02.32569_200=200 - I:gt.metaitem.02.32570_300=300 - I:gt.metaitem.02.32571_100=100 - I:gt.metaitem.02.32572_100=100 - I:gt.metaitem.02.32573_100=100 - I:gt.metaitem.02.32574_100=100 - I:gt.metaitem.02.32576_100=100 - I:ic2.itemFuelRod_16=16 - I:ic2.itemFuelRod_30=30 - I:item.cake_600=600 - I:item.mushroomStew_300=300 - I:item.potatoPoisonous_100=100 - I:item.rottenFlesh_200=200 - I:item.spiderEye_100=100 -} - - -centrifuge { - I:air_1600=1600 - I:butane_20=20 - I:cellEmpty_1600=1600 - I:cellEmpty_200=200 - I:cellLiquidAir_1484=1484 - I:cellNobleGases_680=680 - I:cellPhosphorus_310=310 - I:deuterium_160=160 - I:dustAnnealedCopper_252=252 - I:dustAsh_240=240 - I:dustBasalt_2560=2560 - I:dustBasalticMineralSand_288=288 - I:dustBatteryAlloy_3780=3780 - I:dustBismuthBronze_1840=1840 - I:dustBlackBronze_1960=1960 - I:dustBlackSteel_1280=1280 - I:dustBlaze_920=920 - I:dustBlueSteel_2400=2400 - I:dustBorosilicateGlass_576=576 - I:dustBrass_1008=1008 - I:dustBronze_1216=1216 - I:dustBrownLimonite_352=352 - I:dustChrysotile_60=60 - I:dustCinnabar_928=928 - I:dustCobaltBrass_2088=2088 - I:dustCooperite_3120=3120 - I:dustCupronickel_480=480 - I:dustDamascusSteel_224=224 - I:dustDarkAsh_250=250 - I:dustDiatomite_840=840 - I:dustElectrum_1208=1208 - I:dustEnderEye_1584=1584 - I:dustEndstone_320=320 - I:dustEpoxidFiberReinforced_24=24 - I:dustFlint_80=80 - I:dustGalliumArsenide_576=576 - I:dustGarnetRed_1472=1472 - I:dustGarnetSand_184=184 - I:dustGarnetYellow_1472=1472 - I:dustGlass_80=80 - I:dustGlowstone_488=488 - I:dustGraniteBlack_400=400 - I:dustGraniticMineralSand_208=208 - I:dustHSSE_2916=2916 - I:dustHSSG_3528=3528 - I:dustHSSS_4644=4644 - I:dustHydratedCoal_768=768 - I:dustImpureAlmandine_192=192 - I:dustImpureAluminium_208=208 - I:dustImpureAmethyst_216=216 - I:dustImpureApatite_256=256 - I:dustImpureBandedIron_256=256 - I:dustImpureBarite_304=304 - I:dustImpureBasalt_320=320 - I:dustImpureBastnasite_288=288 - I:dustImpureBauxite_144=144 - I:dustImpureBentonite_128=128 - I:dustImpureBeryllium_72=72 - I:dustImpureBismuth_1664=1664 - I:dustImpureBlueTopaz_128=128 - I:dustImpureBrownLimonite_176=176 - I:dustImpureCalcite_160=160 - I:dustImpureCassiteriteSand_1200=1200 - I:dustImpureCassiterite_1200=1200 - I:dustImpureCertusQuartz_784=784 - I:dustImpureChalcopyrite_360=360 - I:dustImpureChrome_416=416 - I:dustImpureChromite_256=256 - I:dustImpureCinnabar_928=928 - I:dustImpureCoal_192=192 - I:dustImpureCobaltite_440=440 - I:dustImpureCooperite_1040=1040 - I:dustImpureCopper_504=504 - I:dustImpureDarkSteel_784=784 - I:dustImpureDiamond_6144=6144 - I:dustImpureDiatomite_168=168 - I:dustImpureEmerald_144=144 - I:dustImpureEndstone_784=784 - I:dustImpureFlint_160=160 - I:dustImpureFoolsRuby_784=784 - I:dustImpureGalena_1000=1000 - I:dustImpureGarnetRed_184=184 - I:dustImpureGarnetYellow_184=184 - I:dustImpureGarnierite_296=296 - I:dustImpureGlauconite_144=144 - I:dustImpureGold_1568=1568 - I:dustImpureGraniteBlack_160=160 - I:dustImpureGraniteRed_160=160 - I:dustImpureGraphite_784=784 - I:dustImpureGreenSapphire_160=160 - I:dustImpureGrossular_176=176 - I:dustImpureIlmenite_480=480 - I:dustImpureIridium_1536=1536 - I:dustImpureIron_448=448 - I:dustImpureLapis_224=224 - I:dustImpureLazurite_232=232 - I:dustImpureLead_1656=1656 - I:dustImpureLepidolite_144=144 - I:dustImpureLignite_80=80 - I:dustImpureLithium_56=56 - I:dustImpureMagnesite_128=128 - I:dustImpureMagnetite_264=264 - I:dustImpureMalachite_176=176 - I:dustImpureManganese_440=440 - I:dustImpureMarble_160=160 - I:dustImpureMolybdenite_424=424 - I:dustImpureMolybdenum_760=760 - I:dustImpureMonazite_464=464 - I:dustImpureNaquadahEnriched_784=784 - I:dustImpureNaquadah_784=784 - I:dustImpureNaquadria_784=784 - I:dustImpureNeodymium_1152=1152 - I:dustImpureNetherQuartz_784=784 - I:dustImpureNetherrack_784=784 - I:dustImpureNickel_464=464 - I:dustImpureOilsands_784=784 - I:dustImpureOlivine_224=224 - I:dustImpureOpal_160=160 - I:dustImpureOsmium_1520=1520 - I:dustImpurePalladium_848=848 - I:dustImpurePentlandite_360=360 - I:dustImpurePhosphate_144=144 - I:dustImpurePhosphorus_248=248 - I:dustImpurePitchblende_1128=1128 - I:dustImpurePlatinum_1560=1560 - I:dustImpurePlutonium_1968=1968 - I:dustImpurePowellite_264=264 - I:dustImpurePyrite_320=320 - I:dustImpurePyrochlore_272=272 - I:dustImpurePyrolusite_232=232 - I:dustImpurePyrope_160=160 - I:dustImpureQuartzite_160=160 - I:dustImpureRedrock_144=144 - I:dustImpureRedstone_680=680 - I:dustImpureRockSalt_296=296 - I:dustImpureRuby_200=200 - I:dustImpureSalt_224=224 - I:dustImpureSaltpeter_160=160 - I:dustImpureSapphire_160=160 - I:dustImpureScheelite_368=368 - I:dustImpureSilver_856=856 - I:dustImpureSoapstone_144=144 - I:dustImpureSodalite_200=200 - I:dustImpureSpessartine_192=192 - I:dustImpureSphalerite_384=384 - I:dustImpureSpodumene_144=144 - I:dustImpureStibnite_536=536 - I:dustImpureStone_784=784 - I:dustImpureSulfur_256=256 - I:dustImpureTalc_144=144 - I:dustImpureTantalite_448=448 - I:dustImpureTanzanite_160=160 - I:dustImpureTetrahedrite_456=456 - I:dustImpureThorium_1840=1840 - I:dustImpureTin_944=944 - I:dustImpureTitanium_384=384 - I:dustImpureTopaz_128=128 - I:dustImpureTungstate_296=296 - I:dustImpureUraninite_720=720 - I:dustImpureUranium235_1880=1880 - I:dustImpureUranium_1904=1904 - I:dustImpureVanadiumMagnetite_336=336 - I:dustImpureWulfenite_488=488 - I:dustImpureYellowLimonite_176=176 - I:dustImpureZinc_520=520 - I:dustIndiumGalliumPhosphide_852=852 - I:dustInvar_672=672 - I:dustKanthal_528=528 - I:dustLapis_1792=1792 - I:dustMagnalium_300=300 - I:dustMarble_640=640 - I:dustMithril_1960=1960 - I:dustNaquadahEnriched_6400=6400 - I:dustNaquadah_3200=3200 - I:dustNetherrack_160=160 - I:dustNichrome_1120=1120 - I:dustNiobiumTitanium_568=568 - I:dustNiter_80=80 - I:dustPerlite_192=192 - I:dustPhosphorus_620=620 - I:dustPigIron_224=224 - I:dustPitchblende_2820=2820 - I:dustPlatinumGroupSludge_900=900 - I:dustPlutonium_1600=1600 - I:dustPowellite_792=792 - I:dustPumice_392=392 - I:dustPureAlmandine_192=192 - I:dustPureAluminium_208=208 - I:dustPureAmethyst_216=216 - I:dustPureApatite_256=256 - I:dustPureBandedIron_256=256 - I:dustPureBarite_304=304 - I:dustPureBastnasite_288=288 - I:dustPureBauxite_144=144 - I:dustPureBentonite_128=128 - I:dustPureBeryllium_72=72 - I:dustPureBismuth_1664=1664 - I:dustPureBlueTopaz_128=128 - I:dustPureBrownLimonite_176=176 - I:dustPureCalcite_160=160 - I:dustPureCassiteriteSand_1200=1200 - I:dustPureCassiterite_1200=1200 - I:dustPureCertusQuartz_784=784 - I:dustPureChalcopyrite_360=360 - I:dustPureChrome_416=416 - I:dustPureChromite_256=256 - I:dustPureCinnabar_928=928 - I:dustPureCoal_192=192 - I:dustPureCobaltite_440=440 - I:dustPureCooperite_1040=1040 - I:dustPureCopper_504=504 - I:dustPureDarkSteel_784=784 - I:dustPureDiamond_6144=6144 - I:dustPureDiatomite_168=168 - I:dustPureEmerald_144=144 - I:dustPureFoolsRuby_784=784 - I:dustPureGalena_1000=1000 - I:dustPureGarnetRed_184=184 - I:dustPureGarnetYellow_184=184 - I:dustPureGarnierite_296=296 - I:dustPureGlauconite_144=144 - I:dustPureGold_1568=1568 - I:dustPureGraphite_784=784 - I:dustPureGreenSapphire_160=160 - I:dustPureGrossular_176=176 - I:dustPureIlmenite_480=480 - I:dustPureIridium_1536=1536 - I:dustPureIron_448=448 - I:dustPureLapis_224=224 - I:dustPureLazurite_232=232 - I:dustPureLead_1656=1656 - I:dustPureLepidolite_144=144 - I:dustPureLignite_80=80 - I:dustPureLithium_56=56 - I:dustPureMagnesite_128=128 - I:dustPureMagnetite_264=264 - I:dustPureMalachite_176=176 - I:dustPureManganese_440=440 - I:dustPureMolybdenite_424=424 - I:dustPureMolybdenum_760=760 - I:dustPureMonazite_464=464 - I:dustPureNaquadahEnriched_784=784 - I:dustPureNaquadah_784=784 - I:dustPureNaquadria_784=784 - I:dustPureNeodymium_1152=1152 - I:dustPureNetherQuartz_784=784 - I:dustPureNickel_464=464 - I:dustPureOilsands_784=784 - I:dustPureOlivine_224=224 - I:dustPureOpal_160=160 - I:dustPureOsmium_1520=1520 - I:dustPurePalladium_848=848 - I:dustPurePentlandite_360=360 - I:dustPurePhosphate_144=144 - I:dustPurePhosphorus_248=248 - I:dustPurePitchblende_1128=1128 - I:dustPurePlatinum_1560=1560 - I:dustPurePlutonium_1968=1968 - I:dustPurePowellite_264=264 - I:dustPurePyrite_320=320 - I:dustPurePyrochlore_272=272 - I:dustPurePyrolusite_232=232 - I:dustPurePyrope_160=160 - I:dustPureQuartzite_160=160 - I:dustPureRedstone_680=680 - I:dustPureRockSalt_296=296 - I:dustPureRuby_200=200 - I:dustPureSalt_224=224 - I:dustPureSaltpeter_160=160 - I:dustPureSapphire_160=160 - I:dustPureScheelite_368=368 - I:dustPureSilver_856=856 - I:dustPureSoapstone_144=144 - I:dustPureSodalite_200=200 - I:dustPureSpessartine_192=192 - I:dustPureSphalerite_384=384 - I:dustPureSpodumene_144=144 - I:dustPureStibnite_536=536 - I:dustPureSulfur_256=256 - I:dustPureTalc_144=144 - I:dustPureTantalite_448=448 - I:dustPureTanzanite_160=160 - I:dustPureTetrahedrite_456=456 - I:dustPureThorium_1840=1840 - I:dustPureTin_944=944 - I:dustPureTitanium_384=384 - I:dustPureTopaz_128=128 - I:dustPureTungstate_296=296 - I:dustPureUraninite_720=720 - I:dustPureUranium235_1880=1880 - I:dustPureUranium_1904=1904 - I:dustPureVanadiumMagnetite_336=336 - I:dustPureWulfenite_488=488 - I:dustPureYellowLimonite_176=176 - I:dustPureZinc_520=520 - I:dustPyrotheum_2688=2688 - I:dustQuartzSand_472=472 - I:dustRareEarth_64=64 - I:dustRealgar_1696=1696 - I:dustRedAlloy_8060=8060 - I:dustRedSteel_2208=2208 - I:dustRedrock_288=288 - I:dustRedstone_3400=3400 - I:dustRoseGold_3380=3380 - I:dustSolderingAlloy_4720=4720 - I:dustSterlingSilver_1960=1960 - I:dustStibnite_1340=1340 - I:dustTetrahedrite_1824=1824 - I:dustTinAlloy_696=696 - I:dustTungstenCarbide_776=776 - I:dustTungstenSteel_952=952 - I:dustUraninite_1080=1080 - I:dustUranium_800=800 - I:dustVanadiumGallium_880=880 - I:dustVanadiumMagnetite_336=336 - I:dustVanadiumSteel_1980=1980 - I:dustVolcanicAsh_800=800 - I:dustWroughtIron_224=224 - I:dustWulfenite_1464=1464 - I:dustYellowLimonite_352=352 - I:gas_gas_200=200 - I:gt.integrated_circuit_200=200 - I:helium_160=160 - I:hydrogen_160=160 - I:ic2.blockRubWood_200=200 - I:ic2.itemHarz_300=300 - I:ic2.itemTerraWart_4608=4608 - I:ic2pahoehoelava_40=40 - I:item.appleGold_9216=9216 - I:item.apple_4608=4608 - I:item.beefCooked_4608=4608 - I:item.beefRaw_4608=4608 - I:item.bread_4608=4608 - I:item.cake_4608=4608 - I:item.carrotGolden_9216=9216 - I:item.carrots_4608=4608 - I:item.chickenCooked_4608=4608 - I:item.chickenRaw_4608=4608 - I:item.cookie_4608=4608 - I:item.fish.cod.cooked_4608=4608 - I:item.fish.cod.raw_4608=4608 - I:item.magmaCream_500=500 - I:item.melon_4608=4608 - I:item.mushroomStew_4608=4608 - I:item.netherStalkSeeds_4608=4608 - I:item.porkchopCooked_4608=4608 - I:item.porkchopRaw_4608=4608 - I:item.potatoBaked_4608=4608 - I:item.potatoPoisonous_4608=4608 - I:item.potato_4608=4608 - I:item.rottenFlesh_4608=4608 - I:item.speckledMelon_9216=9216 - I:item.spiderEye_4608=4608 - I:lava_80=80 - I:oreBasaltOilsands_1000=1000 - I:oreBlackgraniteOilsands_1000=1000 - I:oreEndstoneOilsands_1000=1000 - I:oreMarbleOilsands_1000=1000 - I:oreNetherrackOilsands_1000=1000 - I:oreOilsands_1000=1000 - I:oreRedgraniteOilsands_1000=1000 - I:propane_20=20 - I:tile.dirt.default_250=250 - I:tile.grass_250=250 - I:tile.hellsand_200=200 - I:tile.mushroom_4608=4608 - I:tile.mycel_650=650 - I:tile.pumpkin_4608=4608 - I:tile.sand.red_50=50 -} - - -chemicalbath { - I:arrowGtWoodDamascusSteel_100=100 - I:arrowGtWoodSterlingSilver_100=100 - I:boltWood_100=100 - I:crushedChalcopyrite_800=800 - I:crushedCobaltite_800=800 - I:crushedCooperite_800=800 - I:crushedCopper_800=800 - I:crushedGalena_800=800 - I:crushedGarnierite_800=800 - I:crushedGold_800=800 - I:crushedIridium_800=800 - I:crushedIron_800=800 - I:crushedLead_800=800 - I:crushedMagnetite_800=800 - I:crushedMalachite_800=800 - I:crushedNickel_800=800 - I:crushedOsmium_800=800 - I:crushedPentlandite_800=800 - I:crushedPlatinum_800=800 - I:crushedSilver_800=800 - I:crushedSphalerite_800=800 - I:crushedTetrahedrite_800=800 - I:crushedTin_800=800 - I:crushedTungstate_800=800 - I:crushedYellowLimonite_800=800 - I:crushedZinc_800=800 - I:dustCoal_12=12 - I:dustPaper_100=100 - I:dustSmallWood_100=100 - I:dustTinyWood_100=100 - I:dustWood_100=100 - I:dustWood_200=200 - I:frameGtLead_400=400 - I:frameGtSteel_200=200 - I:frameGtTungstenSteel_200=200 - I:frameGtWood_100=100 - I:gemEnderEye_480=480 - I:gemNetherStar_1920=1920 - I:gt.blockconcretes.10_200=200 - I:gt.blockconcretes.11_200=200 - I:gt.blockconcretes.12_200=200 - I:gt.blockconcretes.13_200=200 - I:gt.blockconcretes.14_200=200 - I:gt.blockconcretes.15_200=200 - I:gt.blockconcretes.8_200=200 - I:gt.blockconcretes.9_200=200 - I:gt.metaitem.02.32202_16=16 - I:gt.metaitem.03.32021_240=240 - I:ic2.itemDynamite_16=16 - I:ic2.itemPartCarbonFibre_240=240 - I:item.reeds_100=100 - I:nuggetWood_100=100 - I:plateWood_100=100 - I:screwWood_100=100 - I:stickLongWood_100=100 - I:stickWood_100=100 - I:tile.clayHardenedStained.black_400=400 - I:tile.clayHardened_64=64 - I:tile.cloth.black_400=400 - I:tile.cloth.blue_400=400 - I:tile.cloth.brown_400=400 - I:tile.cloth.cyan_400=400 - I:tile.cloth.gray_400=400 - I:tile.cloth.green_400=400 - I:tile.cloth.lightBlue_400=400 - I:tile.cloth.lime_400=400 - I:tile.cloth.magenta_400=400 - I:tile.cloth.orange_400=400 - I:tile.cloth.pink_400=400 - I:tile.cloth.purple_400=400 - I:tile.cloth.red_400=400 - I:tile.cloth.silver_400=400 - I:tile.cloth.white_64=64 - I:tile.cloth.yellow_400=400 - I:tile.glass_64=64 - I:tile.stainedGlass.black_400=400 - I:tile.thinStainedGlass.black_400=400 - I:tile.woolCarpet.black_400=400 - I:tile.woolCarpet.blue_400=400 - I:tile.woolCarpet.brown_400=400 - I:tile.woolCarpet.cyan_400=400 - I:tile.woolCarpet.gray_400=400 - I:tile.woolCarpet.green_400=400 - I:tile.woolCarpet.lightBlue_400=400 - I:tile.woolCarpet.lime_400=400 - I:tile.woolCarpet.magenta_400=400 - I:tile.woolCarpet.orange_400=400 - I:tile.woolCarpet.pink_400=400 - I:tile.woolCarpet.purple_400=400 - I:tile.woolCarpet.red_400=400 - I:tile.woolCarpet.silver_400=400 - I:tile.woolCarpet.yellow_400=400 - I:toolHeadAxeWood_100=100 - I:toolHeadHammerWood_100=100 - I:toolHeadHoeWood_100=100 - I:toolHeadPickaxeWood_100=100 - I:toolHeadPlowWood_100=100 - I:toolHeadSenseWood_100=100 - I:toolHeadShovelWood_100=100 - I:toolHeadSwordWood_100=100 - I:toolHeadUniversalSpadeWood_100=100 -} - - -chemicalreactor { - I:"1,1dimethylhydrazine_960"=960 - I:aceticacid_100=100 - I:aceticacid_300=300 - I:acetone_160=160 - I:allylchloride_160=160 - I:ammonia_320=320 - I:biodiesel_600=600 - I:carbondioxide_150=150 - I:carbondioxide_240=240 - I:carbondioxide_40=40 - I:carbonmonoxide_40=40 - I:carbonmonoxide_80=80 - I:carbonmonoxide_800=800 - I:"cell1,1Dimethylhydrazine_960"=960 - I:cellAceticAcid_100=100 - I:cellAceticAcid_300=300 - I:cellAcetone_160=160 - I:cellAllylChloride_160=160 - I:cellAmmonia_320=320 - I:cellBioDiesel_600=600 - I:cellCarbonDioxide_150=150 - I:cellCarbonMonoxide_500=500 - I:cellChloramine_160=160 - I:cellChloroform_80=80 - I:cellChloromethane_160=160 - I:cellChloromethane_80=80 - I:cellDichlorobenzene_240=240 - I:cellDilutedHydrochloricAcid_GT5U_120=120 - I:cellDilutedHydrochloricAcid_GT5U_480=480 - I:cellDilutedHydrochloricAcid_GT5U_960=960 - I:cellDilutedSulfuricAcid_1200=1200 - I:cellDilutedSulfuricAcid_160=160 - I:cellDilutedSulfuricAcid_180=180 - I:cellDimethylamine_240=240 - I:cellDimethyldichlorosilane_240=240 - I:cellDinitrogenTetroxide_640=640 - I:cellEmpty_10=10 - I:cellEmpty_100=100 - I:cellEmpty_1000=1000 - I:cellEmpty_1120=1120 - I:cellEmpty_1150=1150 - I:cellEmpty_120=120 - I:cellEmpty_1250=1250 - I:cellEmpty_150=150 - I:cellEmpty_160=160 - I:cellEmpty_1920=1920 - I:cellEmpty_200=200 - I:cellEmpty_240=240 - I:cellEmpty_250=250 - I:cellEmpty_2700=2700 - I:cellEmpty_300=300 - I:cellEmpty_320=320 - I:cellEmpty_480=480 - I:cellEmpty_5=5 - I:cellEmpty_60=60 - I:cellEmpty_600=600 - I:cellEmpty_640=640 - I:cellEpichlorohydrin_480=480 - I:cellEthenone_160=160 - I:cellEthylene_1200=1200 - I:cellGas_160=160 - I:cellGlycerol_600=600 - I:cellGlyceryl_180=180 - I:cellHeavyFuel_160=160 - I:cellHydricSulfide_160=160 - I:cellHydricSulfide_60=60 - I:cellHydrochloricAcid_GT5U_160=160 - I:cellHydrochloricAcid_GT5U_240=240 - I:cellHydrochloricAcid_GT5U_320=320 - I:cellHydrochloricAcid_GT5U_60=60 - I:cellHydrochloricAcid_GT5U_80=80 - I:cellHydrofluoricAcid_GT5U_60=60 - I:cellHydrogen_120=120 - I:cellHydrogen_150=150 - I:cellHypochlorousAcid_120=120 - I:cellIsoprene_120=120 - I:cellLightFuel_160=160 - I:cellMethane_120=120 - I:cellMethane_200=200 - I:cellMethanol_120=120 - I:cellMethylAcetate_240=240 - I:cellNaphtha_160=160 - I:cellNitricAcid_240=240 - I:cellNitricOxide_240=240 - I:cellNitricOxide_320=320 - I:cellNitrogenDioxide_160=160 - I:cellPhenol_160=160 - I:cellSaltWater_200=200 - I:cellSaltWater_480=480 - I:cellStyrene_120=120 - I:cellSulfurDioxide_120=120 - I:cellSulfurTrioxide_200=200 - I:cellSulfurTrioxide_280=280 - I:cellSulfuricAcid_320=320 - I:cellTetrafluoroethylene_480=480 - I:cellTetranitromethane_480=480 - I:cellVinylChloride_160=160 - I:cellWater_1000=1000 - I:cellWater_120=120 - I:cellWater_160=160 - I:cellWater_180=180 - I:cellWater_240=240 - I:cellWater_320=320 - I:cellWater_480=480 - I:chloramine_160=160 - I:chlorine_300=300 - I:chloroform_80=80 - I:chloromethane_160=160 - I:chloromethane_80=80 - I:crushedPurifiedAluminium_96=96 - I:crushedPurifiedBandedIron_96=96 - I:crushedPurifiedBastnasite_96=96 - I:crushedPurifiedBauxite_96=96 - I:crushedPurifiedBeryllium_96=96 - I:crushedPurifiedBrownLimonite_96=96 - I:crushedPurifiedCassiterite_96=96 - I:crushedPurifiedChalcopyrite_96=96 - I:crushedPurifiedCobaltite_96=96 - I:crushedPurifiedCooperite_96=96 - I:crushedPurifiedCopper_96=96 - I:crushedPurifiedEmerald_96=96 - I:crushedPurifiedGalena_96=96 - I:crushedPurifiedGarnierite_96=96 - I:crushedPurifiedGold_96=96 - I:crushedPurifiedGrossular_96=96 - I:crushedPurifiedIlmenite_96=96 - I:crushedPurifiedIridium_96=96 - I:crushedPurifiedIron_96=96 - I:crushedPurifiedLead_96=96 - I:crushedPurifiedLithium_96=96 - I:crushedPurifiedMagnetite_96=96 - I:crushedPurifiedMalachite_96=96 - I:crushedPurifiedManganese_96=96 - I:crushedPurifiedNaquadahEnriched_96=96 - I:crushedPurifiedNaquadah_96=96 - I:crushedPurifiedNaquadria_96=96 - I:crushedPurifiedNeodymium_96=96 - I:crushedPurifiedNickel_96=96 - I:crushedPurifiedOsmium_96=96 - I:crushedPurifiedPalladium_96=96 - I:crushedPurifiedPentlandite_96=96 - I:crushedPurifiedPitchblende_96=96 - I:crushedPurifiedPlatinum_96=96 - I:crushedPurifiedPowellite_96=96 - I:crushedPurifiedPyrite_96=96 - I:crushedPurifiedPyrolusite_96=96 - I:crushedPurifiedScheelite_96=96 - I:crushedPurifiedSilver_96=96 - I:crushedPurifiedSpessartine_96=96 - I:crushedPurifiedSphalerite_96=96 - I:crushedPurifiedStibnite_96=96 - I:crushedPurifiedSulfur_96=96 - I:crushedPurifiedTantalite_96=96 - I:crushedPurifiedTetrahedrite_96=96 - I:crushedPurifiedThorium_96=96 - I:crushedPurifiedTin_96=96 - I:crushedPurifiedTitanium_96=96 - I:crushedPurifiedTungstate_96=96 - I:crushedPurifiedUraninite_96=96 - I:crushedPurifiedUranium235_96=96 - I:crushedPurifiedUranium_96=96 - I:crushedPurifiedVanadiumMagnetite_96=96 - I:crushedPurifiedWulfenite_96=96 - I:crushedPurifiedYellowLimonite_96=96 - I:crushedPurifiedZinc_96=96 - I:cumene_1920=1920 - I:cumene_240=240 - I:dichlorobenzene_240=240 - I:dilutedhydrochloricacid_gt5u_120=120 - I:dilutedhydrochloricacid_gt5u_240=240 - I:dilutedhydrochloricacid_gt5u_480=480 - I:dilutedhydrochloricacid_gt5u_960=960 - I:dilutedsulfuricacid_1200=1200 - I:dilutedsulfuricacid_160=160 - I:dilutedsulfuricacid_180=180 - I:dilutedsulfuricacid_80=80 - I:dimethylamine_240=240 - I:dimethyldichlorosilane_240=240 - I:dinitrogentetroxide_640=640 - I:dustCalcite_500=500 - I:dustCalcite_80=80 - I:dustMagnesia_240=240 - I:dustMagnesite_80=80 - I:dustPhosphorousPentoxide_40=40 - I:dustPlutonium_12000=12000 - I:dustPolydimethylsiloxane_240=240 - I:dustQuicklime_240=240 - I:dustRawRubber_1120=1120 - I:dustRawRubber_160=160 - I:dustRawRubber_2240=2240 - I:dustRawRubber_320=320 - I:dustRawStyreneButadieneRubber_160=160 - I:dustRawStyreneButadieneRubber_480=480 - I:dustSalt_240=240 - I:dustSaltpeter_180=180 - I:dustSmallMagnesium_300=300 - I:dustSodiumBisulfate_60=60 - I:dustSodiumHydroxide_GT5U_40=40 - I:dustSulfur_120=120 - I:dustTinyAsh_40=40 - I:dustTinyAsh_80=80 - I:dustTinyIndium_50=50 - I:dustTinyPlatinumGroupSludge_50=50 - I:dustTinyPotassium_640=640 - I:dustUranium_1000=1000 - I:dye.chemical.dyeblack_600=600 - I:dye.chemical.dyeblue_600=600 - I:dye.chemical.dyebrown_600=600 - I:dye.chemical.dyecyan_600=600 - I:dye.chemical.dyegray_600=600 - I:dye.chemical.dyegreen_600=600 - I:dye.chemical.dyelightblue_600=600 - I:dye.chemical.dyelightgray_600=600 - I:dye.chemical.dyelime_600=600 - I:dye.chemical.dyemagenta_600=600 - I:dye.chemical.dyeorange_600=600 - I:dye.chemical.dyepink_600=600 - I:dye.chemical.dyepurple_600=600 - I:dye.chemical.dyered_600=600 - I:dye.chemical.dyewhite_600=600 - I:dye.chemical.dyeyellow_600=600 - I:ethenone_160=160 - I:ethylene_1200=1200 - I:gas_gas_160=160 - I:gemCertusQuartz_500=500 - I:gemEnderEye_50=50 - I:gemNetherQuartz_500=500 - I:gemQuartzite_500=500 - I:glycerol_600=600 - I:glyceryl_180=180 - I:glyceryl_2700=2700 - I:gt.metaitem.01.32711_500=500 - I:gt.metaitem.01.32712_100=100 - I:gt.metaitem.01.32720_500=500 - I:gt.metaitem.02.32010_140=140 - I:gt.metaitem.03.32007_500=500 - I:gt.metaitem.03.32052_1200=1200 - I:gt.metaitem.03.32054_400=400 - I:gt.metaitem.03.32056_400=400 - I:gt.metaitem.03.32056_600=600 - I:hydrochloricacid_gt5u_160=160 - I:hydrochloricacid_gt5u_240=240 - I:hydrochloricacid_gt5u_60=60 - I:hydrochloricacid_gt5u_80=80 - I:hydrofluoricacid_gt5u_60=60 - I:hydrogen_120=120 - I:hydrogen_150=150 - I:hydrogen_40=40 - I:hypochlorousacid_120=120 - I:hypochlorousacid_60=60 - I:hypochlorousacid_600=600 - I:ic2.blockITNT_80=80 - I:ic2.itemDynamite_160=160 - I:ic2.itemFertilizer_100=100 - I:ic2.itemFertilizer_200=200 - I:ic2.itemFertilizer_300=300 - I:ic2.itemFertilizer_400=400 - I:ic2distilledwater_10=10 - I:ic2distilledwater_5=5 - I:indiumconcentrate_60=60 - I:isoprene_120=120 - I:item.appleGold_50=50 - I:item.carrotGolden_50=50 - I:item.kekztech_crafting_item.11_400=400 - I:item.kekztech_crafting_item.12_400=400 - I:item.kekztech_crafting_item.13_400=400 - I:item.kekztech_crafting_item.5_1=1 - I:item.kekztech_crafting_item.5_1200=1200 - I:item.kekztech_crafting_item.6_400=400 - I:item.magmaCream_50=50 - I:item.speckledMelon_50=50 - I:leadzincsolution_50=50 - I:lightlyhydrocracked.butadiene_160=160 - I:lightlyhydrocracked.butane_160=160 - I:lightlyhydrocracked.butene_160=160 - I:lightlyhydrocracked.ethane_160=160 - I:lightlyhydrocracked.ethylene_160=160 - I:lightlyhydrocracked.gas_160=160 - I:lightlyhydrocracked.heavyfuel_160=160 - I:lightlyhydrocracked.lightfuel_160=160 - I:lightlyhydrocracked.naphtha_160=160 - I:lightlyhydrocracked.propane_160=160 - I:lightlyhydrocracked.propene_160=160 - I:lightlysteamcracked.butadiene_160=160 - I:lightlysteamcracked.butane_160=160 - I:lightlysteamcracked.butene_160=160 - I:lightlysteamcracked.ethane_160=160 - I:lightlysteamcracked.ethylene_160=160 - I:lightlysteamcracked.gas_160=160 - I:lightlysteamcracked.heavyfuel_160=160 - I:lightlysteamcracked.lightfuel_160=160 - I:lightlysteamcracked.naphtha_160=160 - I:lightlysteamcracked.propane_160=160 - I:lightlysteamcracked.propene_160=160 - I:liquid_epichlorhydrin_480=480 - I:liquid_heavy_fuel_160=160 - I:liquid_hydricsulfur_160=160 - I:liquid_hydricsulfur_60=60 - I:liquid_light_fuel_160=160 - I:liquid_naphtha_160=160 - I:methane_120=120 - I:methane_200=200 - I:methanol_120=120 - I:methylacetate_240=240 - I:moderatelyhydrocracked.butadiene_240=240 - I:moderatelyhydrocracked.butane_240=240 - I:moderatelyhydrocracked.butene_240=240 - I:moderatelyhydrocracked.ethane_240=240 - I:moderatelyhydrocracked.ethylene_240=240 - I:moderatelyhydrocracked.gas_240=240 - I:moderatelyhydrocracked.heavyfuel_240=240 - I:moderatelyhydrocracked.lightfuel_240=240 - I:moderatelyhydrocracked.naphtha_240=240 - I:moderatelyhydrocracked.propane_240=240 - I:moderatelyhydrocracked.propene_240=240 - I:moderatelysteamcracked.butadiene_240=240 - I:moderatelysteamcracked.butane_240=240 - I:moderatelysteamcracked.butene_240=240 - I:moderatelysteamcracked.ethane_240=240 - I:moderatelysteamcracked.ethylene_240=240 - I:moderatelysteamcracked.gas_240=240 - I:moderatelysteamcracked.heavyfuel_240=240 - I:moderatelysteamcracked.lightfuel_240=240 - I:moderatelysteamcracked.naphtha_240=240 - I:moderatelysteamcracked.propane_240=240 - I:moderatelysteamcracked.propene_240=240 - I:molten.antimony_96=96 - I:molten.beryllium_96=96 - I:molten.bisphenol_a_160=160 - I:molten.chrome_96=96 - I:molten.cobalt_96=96 - I:molten.copper_96=96 - I:molten.epoxid_200=200 - I:molten.epoxid_240=240 - I:molten.iridium_96=96 - I:molten.iron_96=96 - I:molten.lead_96=96 - I:molten.lithium_96=96 - I:molten.manganese_96=96 - I:molten.naquadah_96=96 - I:molten.naquadahenriched_96=96 - I:molten.neodymium_96=96 - I:molten.nickel_96=96 - I:molten.palladium_96=96 - I:molten.plastic_1120=1120 - I:molten.plastic_160=160 - I:molten.plastic_640=640 - I:molten.platinum_96=96 - I:molten.polycaprolactam_640=640 - I:molten.polyphenylenesulfide_240=240 - I:molten.polystyrene_1120=1120 - I:molten.polystyrene_160=160 - I:molten.polytetrafluoroethylene_1120=1120 - I:molten.polytetrafluoroethylene_160=160 - I:molten.polytetrafluoroethylene_240=240 - I:molten.polyvinylchloride_1120=1120 - I:molten.polyvinylchloride_160=160 - I:molten.rubber_600=600 - I:molten.silicone_240=240 - I:molten.silicone_600=600 - I:molten.silver_96=96 - I:molten.styrenebutadienerubber_600=600 - I:molten.thorium_96=96 - I:molten.tin_96=96 - I:molten.uranium_96=96 - I:nitricacid_240=240 - I:nitricoxide_240=240 - I:nitricoxide_320=320 - I:nitrofuel_1000=1000 - I:nitrofuel_250=250 - I:nitrogendioxide_1250=1250 - I:nitrogendioxide_160=160 - I:phenol_160=160 - I:phosphoricacid_gt5u_320=320 - I:phosphoricacid_gt5u_40=40 - I:polyvinylacetate_1120=1120 - I:polyvinylacetate_160=160 - I:radon_12000=12000 - I:rocket_fuel_1000=1000 - I:severelyhydrocracked.butadiene_320=320 - I:severelyhydrocracked.butane_320=320 - I:severelyhydrocracked.butene_320=320 - I:severelyhydrocracked.ethane_320=320 - I:severelyhydrocracked.ethylene_320=320 - I:severelyhydrocracked.gas_320=320 - I:severelyhydrocracked.heavyfuel_320=320 - I:severelyhydrocracked.lightfuel_320=320 - I:severelyhydrocracked.naphtha_320=320 - I:severelyhydrocracked.propane_320=320 - I:severelyhydrocracked.propene_320=320 - I:severelysteamcracked.butadiene_320=320 - I:severelysteamcracked.butane_320=320 - I:severelysteamcracked.butene_320=320 - I:severelysteamcracked.ethane_320=320 - I:severelysteamcracked.ethylene_320=320 - I:severelysteamcracked.gas_320=320 - I:severelysteamcracked.heavyfuel_320=320 - I:severelysteamcracked.lightfuel_320=320 - I:severelysteamcracked.naphtha_320=320 - I:severelysteamcracked.propane_320=320 - I:severelysteamcracked.propene_320=320 - I:sodiumpersulfate_8000=8000 - I:solution.bluevitriol_50=50 - I:solution.nickelsulfate_50=50 - I:styrene_120=120 - I:sulfurdioxide_120=120 - I:sulfurdioxide_60=60 - I:sulfuricacid_1150=1150 - I:sulfuricacid_320=320 - I:sulfurtrioxide_200=200 - I:sulfurtrioxide_280=280 - I:tetrafluoroethylene_480=480 - I:tetranitromethane_480=480 - I:tile.tnt_200=200 - I:titaniumtetrachloride_500=500 - I:vinylacetate_180=180 - I:vinylchloride_160=160 - I:water_120=120 - I:water_160=160 - I:water_240=240 - I:water_320=320 - I:water_480=480 -} - - -circuitassembler { - I:circuitAdvanced_200=200 - I:circuitAdvanced_400=400 - I:circuitAdvanced_50=50 - I:circuitAdvanced_800=800 - I:circuitBasic_200=200 - I:circuitBasic_50=50 - I:circuitData_200=200 - I:circuitData_400=400 - I:circuitData_50=50 - I:circuitElite_1600=1600 - I:circuitElite_200=200 - I:circuitElite_400=400 - I:circuitElite_50=50 - I:circuitGood_200=200 - I:circuitGood_400=400 - I:circuitGood_50=50 - I:circuitMaster_1600=1600 - I:circuitMaster_200=200 - I:circuitMaster_400=400 - I:circuitSuperconductor_1600=1600 - I:circuitSuperconductor_400=400 - I:circuitUltimate_1600=1600 - I:circuitUltimate_400=400 - I:gt.metaitem.01.32597_512=512 - I:gt.metaitem.01.32599_1024=1024 - I:gt.metaitem.01.32707_400=400 - I:gt.metaitem.01.32708_400=400 -} - - -cnc { - I:gearGtWood_800=800 -} - - -compression { - B:dustBasalt_true=true - B:dustCertusQuartz_true=true - B:dustFireclay_true=true - B:dustGlowstone_true=true - B:dustIce_true=true - B:dustNetherQuartz_true=true - B:dustObsidian_true=true - B:dustPlutonium_true=true - B:dustRedstone_true=true - B:dustTinyPlutonium_true=true - B:dustTinyUranium235_true=true - B:dustUranium235_true=true - B:dustUranium_true=true - B:dustWood_true=true - B:gemAmethyst_true=true - B:gemBlueTopaz_true=true - B:gemCharcoal_true=true - B:gemCoal_true=true - B:gemDiamond_true=true - B:gemDilithium_true=true - B:gemEmerald_true=true - B:gemEnderEye_true=true - B:gemEnderPearl_true=true - B:gemFoolsRuby_true=true - B:gemForcicium_true=true - B:gemForcillium_true=true - B:gemGarnetRed_true=true - B:gemGarnetYellow_true=true - B:gemGreenSapphire_true=true - B:gemIridium_true=true - B:gemJasper_true=true - B:gemLapis_true=true - B:gemLazurite_true=true - B:gemLignite_true=true - B:gemMonazite_true=true - B:gemNetherQuartz_true=true - B:gemNetherStar_true=true - B:gemNiter_true=true - B:gemOlivine_true=true - B:gemOpal_true=true - B:gemPhosphorus_true=true - B:gemQuartzite_true=true - B:gemRuby_true=true - B:gemSapphire_true=true - B:gemSodalite_true=true - B:gemTanzanite_true=true - B:gemTopaz_true=true - B:gt.metaitem.02.32500_true=true - B:gt.metaitem.02.32501_true=true - B:gt.metaitem.02.32502_true=true - B:gt.metaitem.02.32503_true=true - B:gt.metaitem.02.32504_true=true - B:gt.metaitem.02.32505_true=true - B:gt.metaitem.02.32510_true=true - B:gt.metaitem.02.32511_true=true - B:gt.metaitem.02.32530_true=true - B:gt.metaitem.02.32540_true=true - B:gt.metaitem.02.32550_true=true - B:gt.metaitem.02.32551_true=true - B:gt.metaitem.02.32552_true=true - B:gt.metaitem.02.32553_true=true - B:gt.metaitem.02.32554_true=true - B:gt.metaitem.02.32555_true=true - B:gt.metaitem.02.32556_true=true - B:gt.metaitem.02.32557_true=true - B:ic2.itemCofeeBeans_true=true - B:ic2.itemPartCoalChunk_true=true - B:ingotAluminium_true=true - B:ingotAmericium_true=true - B:ingotAnnealedCopper_true=true - B:ingotAntimony_true=true - B:ingotArsenic_true=true - B:ingotBatteryAlloy_true=true - B:ingotBeryllium_true=true - B:ingotBismuthBronze_true=true - B:ingotBismuth_true=true - B:ingotBlackBronze_true=true - B:ingotBlackSteel_true=true - B:ingotBlueSteel_true=true - B:ingotBrass_true=true - B:ingotBronze_true=true - B:ingotCaesium_true=true - B:ingotCerium_true=true - B:ingotChrome_true=true - B:ingotCobaltBrass_true=true - B:ingotCobalt_true=true - B:ingotConductiveIron_true=true - B:ingotCopper_true=true - B:ingotCupronickel_true=true - B:ingotDamascusSteel_true=true - B:ingotDarkSteel_true=true - B:ingotDuranium_true=true - B:ingotElectricalSteel_true=true - B:ingotElectrum_true=true - B:ingotEnergeticAlloy_true=true - B:ingotEuropium_true=true - B:ingotGallium_true=true - B:ingotGold_true=true - B:ingotHSSE_true=true - B:ingotHSSG_true=true - B:ingotHSSS_true=true - B:ingotIndium_true=true - B:ingotInvar_true=true - B:ingotIridium_true=true - B:ingotIronMagnetic_true=true - B:ingotIron_true=true - B:ingotKanthal_true=true - B:ingotLead_true=true - B:ingotLutetium_true=true - B:ingotMagnalium_true=true - B:ingotMagnesium_true=true - B:ingotManganese_true=true - B:ingotMithril_true=true - B:ingotMolybdenum_true=true - B:ingotNaquadahAlloy_true=true - B:ingotNaquadahEnriched_true=true - B:ingotNaquadah_true=true - B:ingotNaquadria_true=true - B:ingotNeodymiumMagnetic_true=true - B:ingotNeodymium_true=true - B:ingotNeutronium_true=true - B:ingotNichrome_true=true - B:ingotNickel_true=true - B:ingotNiobiumNitride_true=true - B:ingotNiobiumTitanium_true=true - B:ingotNiobium_true=true - B:ingotOsmiridium_true=true - B:ingotOsmium_true=true - B:ingotPalladium_true=true - B:ingotPhasedGold_true=true - B:ingotPhasedIron_true=true - B:ingotPigIron_true=true - B:ingotPlatinum_true=true - B:ingotPlutonium241_true=true - B:ingotPlutonium_true=true - B:ingotPulsatingIron_true=true - B:ingotRedAlloy_true=true - B:ingotRedSteel_true=true - B:ingotRedstoneAlloy_true=true - B:ingotRoseGold_true=true - B:ingotSilicon_true=true - B:ingotSilver_true=true - B:ingotSolderingAlloy_true=true - B:ingotSoularium_true=true - B:ingotStainlessSteel_true=true - B:ingotSteelMagnetic_true=true - B:ingotSteel_true=true - B:ingotSterlingSilver_true=true - B:ingotTantalum_true=true - B:ingotThorium_true=true - B:ingotTinAlloy_true=true - B:ingotTin_true=true - B:ingotTitanium_true=true - B:ingotTritanium_true=true - B:ingotTungstenCarbide_true=true - B:ingotTungstenSteel_true=true - B:ingotTungsten_true=true - B:ingotUltimet_true=true - B:ingotUranium235_true=true - B:ingotUranium_true=true - B:ingotVanadiumGallium_true=true - B:ingotVanadiumSteel_true=true - B:ingotVanadium_true=true - B:ingotVibrantAlloy_true=true - B:ingotWroughtIron_true=true - B:ingotYttriumBariumCuprate_true=true - B:ingotYttrium_true=true - B:ingotZinc_true=true - B:item.carrots_true=true - B:item.potato_true=true - B:item.wheat_true=true - B:tile.flower1.dandelion_true=true - B:tile.flower2.poppy_true=true - B:tile.ice_true=true -} - - -compressor { - I:dustBasalt_300=300 - I:dustCertusQuartz_300=300 - I:dustFireclay_300=300 - I:dustGlowstone_300=300 - I:dustIce_300=300 - I:dustNetherQuartz_300=300 - I:dustObsidian_300=300 - I:dustPlutonium_300=300 - I:dustRedstone_300=300 - I:dustTinyPlutonium_300=300 - I:dustTinyUranium235_300=300 - I:dustUranium235_300=300 - I:dustUranium_300=300 - I:dustWood_300=300 - I:gemAmethyst_300=300 - I:gemBlueTopaz_300=300 - I:gemCharcoal_300=300 - I:gemCoal_300=300 - I:gemDiamond_300=300 - I:gemDilithium_300=300 - I:gemEmerald_300=300 - I:gemEnderEye_300=300 - I:gemEnderPearl_300=300 - I:gemFoolsRuby_300=300 - I:gemForcicium_300=300 - I:gemForcillium_300=300 - I:gemGarnetRed_300=300 - I:gemGarnetYellow_300=300 - I:gemGreenSapphire_300=300 - I:gemIridium_300=300 - I:gemJasper_300=300 - I:gemLapis_300=300 - I:gemLazurite_300=300 - I:gemLignite_300=300 - I:gemMonazite_300=300 - I:gemNetherQuartz_300=300 - I:gemNetherStar_300=300 - I:gemNiter_300=300 - I:gemOlivine_300=300 - I:gemOpal_300=300 - I:gemPhosphorus_300=300 - I:gemQuartzite_300=300 - I:gemRuby_300=300 - I:gemSapphire_300=300 - I:gemSodalite_300=300 - I:gemTanzanite_300=300 - I:gemTopaz_300=300 - I:gt.metaitem.02.32500_300=300 - I:gt.metaitem.02.32501_300=300 - I:gt.metaitem.02.32502_300=300 - I:gt.metaitem.02.32503_300=300 - I:gt.metaitem.02.32504_300=300 - I:gt.metaitem.02.32505_300=300 - I:gt.metaitem.02.32510_300=300 - I:gt.metaitem.02.32511_300=300 - I:gt.metaitem.02.32530_300=300 - I:gt.metaitem.02.32540_300=300 - I:gt.metaitem.02.32550_300=300 - I:gt.metaitem.02.32551_300=300 - I:gt.metaitem.02.32552_300=300 - I:gt.metaitem.02.32553_300=300 - I:gt.metaitem.02.32554_300=300 - I:gt.metaitem.02.32555_300=300 - I:gt.metaitem.02.32556_300=300 - I:gt.metaitem.02.32557_300=300 - I:ic2.itemCofeeBeans_300=300 - I:ic2.itemPartCoalChunk_300=300 - I:ingotAluminium_300=300 - I:ingotAmericium_300=300 - I:ingotAnnealedCopper_300=300 - I:ingotAntimony_300=300 - I:ingotArsenic_300=300 - I:ingotBatteryAlloy_300=300 - I:ingotBeryllium_300=300 - I:ingotBismuthBronze_300=300 - I:ingotBismuth_300=300 - I:ingotBlackBronze_300=300 - I:ingotBlackSteel_300=300 - I:ingotBlueSteel_300=300 - I:ingotBrass_300=300 - I:ingotBronze_300=300 - I:ingotCaesium_300=300 - I:ingotCerium_300=300 - I:ingotChrome_300=300 - I:ingotCobaltBrass_300=300 - I:ingotCobalt_300=300 - I:ingotConductiveIron_300=300 - I:ingotCopper_300=300 - I:ingotCupronickel_300=300 - I:ingotDamascusSteel_300=300 - I:ingotDarkSteel_300=300 - I:ingotDuranium_300=300 - I:ingotElectricalSteel_300=300 - I:ingotElectrum_300=300 - I:ingotEnergeticAlloy_300=300 - I:ingotEuropium_300=300 - I:ingotGallium_300=300 - I:ingotGold_300=300 - I:ingotHSSE_300=300 - I:ingotHSSG_300=300 - I:ingotHSSS_300=300 - I:ingotIndium_300=300 - I:ingotInvar_300=300 - I:ingotIridium_300=300 - I:ingotIronMagnetic_300=300 - I:ingotIron_300=300 - I:ingotKanthal_300=300 - I:ingotLead_300=300 - I:ingotLutetium_300=300 - I:ingotMagnalium_300=300 - I:ingotMagnesium_300=300 - I:ingotManganese_300=300 - I:ingotMithril_300=300 - I:ingotMolybdenum_300=300 - I:ingotNaquadahAlloy_300=300 - I:ingotNaquadahEnriched_300=300 - I:ingotNaquadah_300=300 - I:ingotNaquadria_300=300 - I:ingotNeodymiumMagnetic_300=300 - I:ingotNeodymium_300=300 - I:ingotNeutronium_300=300 - I:ingotNichrome_300=300 - I:ingotNickel_300=300 - I:ingotNiobiumNitride_300=300 - I:ingotNiobiumTitanium_300=300 - I:ingotNiobium_300=300 - I:ingotOsmiridium_300=300 - I:ingotOsmium_300=300 - I:ingotPalladium_300=300 - I:ingotPhasedGold_300=300 - I:ingotPhasedIron_300=300 - I:ingotPigIron_300=300 - I:ingotPlatinum_300=300 - I:ingotPlutonium241_300=300 - I:ingotPlutonium_300=300 - I:ingotPulsatingIron_300=300 - I:ingotRedAlloy_300=300 - I:ingotRedSteel_300=300 - I:ingotRedstoneAlloy_300=300 - I:ingotRoseGold_300=300 - I:ingotSilicon_300=300 - I:ingotSilver_300=300 - I:ingotSolderingAlloy_300=300 - I:ingotSoularium_300=300 - I:ingotStainlessSteel_300=300 - I:ingotSteelMagnetic_300=300 - I:ingotSteel_300=300 - I:ingotSterlingSilver_300=300 - I:ingotTantalum_300=300 - I:ingotThorium_300=300 - I:ingotTinAlloy_300=300 - I:ingotTin_300=300 - I:ingotTitanium_300=300 - I:ingotTritanium_300=300 - I:ingotTungstenCarbide_300=300 - I:ingotTungstenSteel_300=300 - I:ingotTungsten_300=300 - I:ingotUltimet_300=300 - I:ingotUranium235_300=300 - I:ingotUranium_300=300 - I:ingotVanadiumGallium_300=300 - I:ingotVanadiumSteel_300=300 - I:ingotVanadium_300=300 - I:ingotVibrantAlloy_300=300 - I:ingotWroughtIron_300=300 - I:ingotYttriumBariumCuprate_300=300 - I:ingotYttrium_300=300 - I:ingotZinc_300=300 - I:item.carrots_300=300 - I:item.potato_300=300 - I:item.wheat_300=300 - I:tile.flower1.dandelion_300=300 - I:tile.flower2.poppy_300=300 - I:tile.ice_300=300 -} - - -cracking { - I:fluid.butadiene_40=40 - I:fluid.butadiene_60=60 - I:fluid.butadiene_80=80 - I:fluid.butane_40=40 - I:fluid.butane_60=60 - I:fluid.butane_80=80 - I:fluid.butene_40=40 - I:fluid.butene_60=60 - I:fluid.butene_80=80 - I:fluid.ethane_40=40 - I:fluid.ethane_60=60 - I:fluid.ethane_80=80 - I:fluid.ethylene_40=40 - I:fluid.ethylene_60=60 - I:fluid.ethylene_80=80 - I:fluid.gas_gas_40=40 - I:fluid.gas_gas_60=60 - I:fluid.gas_gas_80=80 - I:fluid.liquid_heavy_fuel_40=40 - I:fluid.liquid_heavy_fuel_60=60 - I:fluid.liquid_heavy_fuel_80=80 - I:fluid.liquid_light_fuel_40=40 - I:fluid.liquid_light_fuel_60=60 - I:fluid.liquid_light_fuel_80=80 - I:fluid.liquid_naphtha_40=40 - I:fluid.liquid_naphtha_60=60 - I:fluid.liquid_naphtha_80=80 - I:fluid.propane_40=40 - I:fluid.propane_60=60 - I:fluid.propane_80=80 - I:fluid.propene_40=40 - I:fluid.propene_60=60 - I:fluid.propene_80=80 -} - - -crops { - B:Argentia_true=true - B:Bauxia_true=true - B:Blazereed_true=true - B:Bobsyeruncleranks_true=true - B:"Brown Mushrooms_true"=true - B:Chilly_true=true - B:Coppon_true=true - B:Corium_true=true - B:Corpseplant_true=true - B:Creeperweed_true=true - B:Cucumber_true=true - B:Diareed_true=true - B:Eggplant_true=true - B:Enderbloom_true=true - B:"Evil Ore_true"=true - B:Fertilia_true=true - B:Flax_true=true - B:Galvania_true=true - B:Glowheat_true=true - B:"God of Thunder_true"=true - B:Grape_true=true - B:Indigo_true=true - B:Lazulia_true=true - B:Lemon_true=true - B:Meatrose_true=true - B:Milkwart_true=true - B:Nickelback_true=true - B:Oilberries_true=true - B:Olivia_true=true - B:Onion_true=true - B:Platina_true=true - B:Plumbilia_true=true - B:Pyrolusium_true=true - B:Quantaria_true=true - B:Rape_true=true - B:Reactoria_true=true - B:"Red Mushrooms_true"=true - B:Sapphirum_true=true - B:Scheelinium_true=true - B:Slimeplant_true=true - B:Spidernip_true=true - B:Stargatium_true=true - B:Starwart_true=true - B:Tea_true=true - B:Tearstalks_true=true - B:Tine_true=true - B:Titania_true=true - B:Tomato_true=true - B:Transformium_true=true - B:Trollplant_true=true - B:Withereed_true=true - B:Zomplant_true=true -} - - -cutting { - I:blockAluminium_260=260 - I:blockAmericium_2450=2450 - I:blockAmethyst_270=270 - I:blockAnnealedCopper_630=630 - I:blockBatteryAlloy_1890=1890 - I:blockBeryllium_90=90 - I:blockBismuthBronze_920=920 - I:blockBismuth_2080=2080 - I:blockBlackBronze_980=980 - I:blockBlackSteel_640=640 - I:blockBlueSteel_750=750 - I:blockBlueTopaz_160=160 - I:blockBrass_630=630 - I:blockBronze_760=760 - I:blockChrome_520=520 - I:blockCobaltBrass_580=580 - I:blockCobalt_590=590 - I:blockCopper_630=630 - I:blockCupronickel_600=600 - I:blockDamascusSteel_560=560 - I:blockDarkSteel_980=980 - I:blockDiamond_7680=7680 - I:blockDilithium_980=980 - I:blockDuranium_980=980 - I:blockElectrum_1510=1510 - I:blockEmerald_180=180 - I:blockEnderEye_1980=1980 - I:blockEnderPearl_830=830 - I:blockEuropium_1510=1510 - I:blockForcicium_980=980 - I:blockForcillium_980=980 - I:blockGallium_700=700 - I:blockGarnetRed_230=230 - I:blockGarnetYellow_230=230 - I:blockGold_1960=1960 - I:blockGreenSapphire_200=200 - I:blockHSSE_810=810 - I:blockHSSG_980=980 - I:blockHSSS_1290=1290 - I:blockInvar_560=560 - I:blockIridium_1920=1920 - I:blockIronMagnetic_570=570 - I:blockIron_560=560 - I:blockJasper_980=980 - I:blockKanthal_440=440 - I:blockLapis_280=280 - I:blockLazurite_290=290 - I:blockLead_2070=2070 - I:blockMagnalium_250=250 - I:blockManganese_550=550 - I:blockMithril_2450=2450 - I:blockMolybdenum_950=950 - I:blockNaquadahAlloy_980=980 - I:blockNaquadahEnriched_980=980 - I:blockNaquadah_980=980 - I:blockNaquadria_980=980 - I:blockNeodymiumMagnetic_1460=1460 - I:blockNeodymium_1440=1440 - I:blockNetherStar_980=980 - I:blockNeutronium_1000000=1000000 - I:blockNichrome_560=560 - I:blockNickel_580=580 - I:blockNiobiumTitanium_710=710 - I:blockOlivine_280=280 - I:blockOpal_200=200 - I:blockOsmiridium_1910=1910 - I:blockOsmium_1900=1900 - I:blockPalladium_1060=1060 - I:blockPigIron_560=560 - I:blockPlatinum_1950=1950 - I:blockPlutonium241_2430=2430 - I:blockPlutonium_2460=2460 - I:blockRedAlloy_4030=4030 - I:blockRedSteel_690=690 - I:blockRedstone_850=850 - I:blockRoseGold_1690=1690 - I:blockRuby_250=250 - I:blockSapphire_200=200 - I:blockSilicon_280=280 - I:blockSilver_1070=1070 - I:blockSodalite_250=250 - I:blockSolderingAlloy_1180=1180 - I:blockStainlessSteel_550=550 - I:blockSteelMagnetic_570=570 - I:blockSteel_560=560 - I:blockSterlingSilver_980=980 - I:blockTanzanite_200=200 - I:blockThorium_2300=2300 - I:blockTinAlloy_870=870 - I:blockTin_1180=1180 - I:blockTitanium_480=480 - I:blockTopaz_160=160 - I:blockTritanium_980=980 - I:blockTungstenCarbide_970=970 - I:blockTungstenSteel_1190=1190 - I:blockTungsten_1830=1830 - I:blockUltimet_610=610 - I:blockUranium235_2350=2350 - I:blockUranium_2380=2380 - I:blockVanadiumGallium_550=550 - I:blockVanadiumSteel_550=550 - I:blockWroughtIron_560=560 - I:blockYttriumBariumCuprate_510=510 - I:blockZinc_650=650 - I:gt.blockgranites.0_200=200 - I:gt.blockgranites.10_200=200 - I:gt.blockgranites.11_200=200 - I:gt.blockgranites.12_200=200 - I:gt.blockgranites.13_200=200 - I:gt.blockgranites.14_200=200 - I:gt.blockgranites.15_200=200 - I:gt.blockgranites.1_200=200 - I:gt.blockgranites.2_200=200 - I:gt.blockgranites.3_200=200 - I:gt.blockgranites.4_200=200 - I:gt.blockgranites.5_200=200 - I:gt.blockgranites.6_200=200 - I:gt.blockgranites.7_200=200 - I:gt.blockgranites.8_200=200 - I:gt.blockgranites.9_200=200 - I:gt.metaitem.03.32030_200=200 - I:gt.metaitem.03.32031_400=400 - I:gt.metaitem.03.32032_800=800 - I:gt.metaitem.03.32036_600=600 - I:gt.metaitem.03.32038_600=600 - I:gt.metaitem.03.32040_600=600 - I:gt.metaitem.03.32042_600=600 - I:gt.metaitem.03.32044_600=600 - I:gt.metaitem.03.32046_600=600 - I:gt.metaitem.03.32048_600=600 - I:gt.metaitem.03.32050_600=600 - I:gt.metaitem.03.32052_600=600 - I:gt.metaitem.03.32054_600=600 - I:gt.metaitem.03.32056_600=600 - I:plateAnnealedCopper_50=50 - I:plateBronze_50=50 - I:plateCopper_50=50 - I:plateGold_50=50 - I:plateIron_50=50 - I:plateLead_50=50 - I:plateSteel_50=50 - I:plateTin_50=50 - I:plateWroughtIron_50=50 - I:stickAluminium_52=52 - I:stickAmethyst_54=54 - I:stickBeryllium_18=18 - I:stickBismuthBronze_184=184 - I:stickBismuth_416=416 - I:stickBlackBronze_196=196 - I:stickBlackSteel_128=128 - I:stickBlueSteel_150=150 - I:stickBlueTopaz_32=32 - I:stickBrass_126=126 - I:stickBronze_152=152 - I:stickCarbon_24=24 - I:stickCertusQuartz_196=196 - I:stickChrome_104=104 - I:stickCobaltBrass_116=116 - I:stickCobalt_118=118 - I:stickCupronickel_120=120 - I:stickDamascusSteel_112=112 - I:stickDarkSteel_196=196 - I:stickDiamond_1536=1536 - I:stickDuranium_196=196 - I:stickElectrum_302=302 - I:stickEmerald_36=36 - I:stickEpoxidFiberReinforced_12=12 - I:stickEpoxid_12=12 - I:stickGarnetRed_46=46 - I:stickGarnetYellow_46=46 - I:stickGold_392=392 - I:stickGreenSapphire_40=40 - I:stickHSSE_162=162 - I:stickHSSG_196=196 - I:stickHSSS_258=258 - I:stickInvar_112=112 - I:stickIridium_384=384 - I:stickIronMagnetic_114=114 - I:stickIron_112=112 - I:stickKanthal_88=88 - I:stickLead_414=414 - I:stickLongAluminium_26=26 - I:stickLongAmericium_245=245 - I:stickLongAmethyst_27=27 - I:stickLongBeryllium_9=9 - I:stickLongBismuthBronze_92=92 - I:stickLongBismuth_208=208 - I:stickLongBlackBronze_98=98 - I:stickLongBlackSteel_64=64 - I:stickLongBlaze_115=115 - I:stickLongBlueSteel_75=75 - I:stickLongBlueTopaz_16=16 - I:stickLongBrass_63=63 - I:stickLongBronze_76=76 - I:stickLongCarbon_12=12 - I:stickLongCertusQuartz_98=98 - I:stickLongChrome_52=52 - I:stickLongCobaltBrass_58=58 - I:stickLongCobalt_59=59 - I:stickLongCupronickel_60=60 - I:stickLongDamascusSteel_56=56 - I:stickLongDarkSteel_98=98 - I:stickLongDiamond_768=768 - I:stickLongDuranium_98=98 - I:stickLongElectrum_151=151 - I:stickLongEmerald_18=18 - I:stickLongEpoxidFiberReinforced_6=6 - I:stickLongEpoxid_6=6 - I:stickLongGarnetRed_23=23 - I:stickLongGarnetYellow_23=23 - I:stickLongGold_196=196 - I:stickLongGreenSapphire_20=20 - I:stickLongHSSE_81=81 - I:stickLongHSSG_98=98 - I:stickLongHSSS_129=129 - I:stickLongInvar_56=56 - I:stickLongIridium_192=192 - I:stickLongIronMagnetic_57=57 - I:stickLongIron_56=56 - I:stickLongKanthal_44=44 - I:stickLongLead_207=207 - I:stickLongMagnalium_25=25 - I:stickLongManganese_55=55 - I:stickLongMithril_245=245 - I:stickLongMolybdenum_95=95 - I:stickLongNaquadahAlloy_98=98 - I:stickLongNaquadahEnriched_98=98 - I:stickLongNaquadah_98=98 - I:stickLongNaquadria_98=98 - I:stickLongNeodymiumMagnetic_146=146 - I:stickLongNeodymium_144=144 - I:stickLongNetherQuartz_98=98 - I:stickLongNetherStar_98=98 - I:stickLongNeutronium_100000=100000 - I:stickLongNichrome_56=56 - I:stickLongNickelZincFerrite_33=33 - I:stickLongNickel_58=58 - I:stickLongOlivine_28=28 - I:stickLongOpal_20=20 - I:stickLongOsmiridium_191=191 - I:stickLongOsmium_190=190 - I:stickLongPalladium_106=106 - I:stickLongPigIron_56=56 - I:stickLongPlastic_4=4 - I:stickLongPlatinum_195=195 - I:stickLongPlutonium241_243=243 - I:stickLongPlutonium_246=246 - I:stickLongPolycaprolactam_5=5 - I:stickLongPolyphenyleneSulfide_9=9 - I:stickLongPolystyrene_6=6 - I:stickLongPolytetrafluoroethylene_16=16 - I:stickLongPolyvinylChloride_10=10 - I:stickLongRedSteel_69=69 - I:stickLongRoseGold_169=169 - I:stickLongRubber_5=5 - I:stickLongRuby_25=25 - I:stickLongSapphire_20=20 - I:stickLongSilicone_7=7 - I:stickLongSilver_107=107 - I:stickLongStainlessSteel_55=55 - I:stickLongSteelMagnetic_57=57 - I:stickLongSteel_56=56 - I:stickLongSterlingSilver_98=98 - I:stickLongStyreneButadieneRubber_5=5 - I:stickLongTanzanite_20=20 - I:stickLongThorium_230=230 - I:stickLongTinAlloy_87=87 - I:stickLongTitanium_48=48 - I:stickLongTopaz_16=16 - I:stickLongTritanium_98=98 - I:stickLongTungstenCarbide_97=97 - I:stickLongTungstenSteel_119=119 - I:stickLongTungsten_183=183 - I:stickLongUltimet_61=61 - I:stickLongUranium235_235=235 - I:stickLongUranium_238=238 - I:stickLongVanadiumSteel_55=55 - I:stickLongWood_9=9 - I:stickLongWroughtIron_56=56 - I:stickMagnalium_50=50 - I:stickManganese_110=110 - I:stickMithril_490=490 - I:stickMolybdenum_190=190 - I:stickNaquadahAlloy_196=196 - I:stickNaquadahEnriched_196=196 - I:stickNaquadah_196=196 - I:stickNaquadria_196=196 - I:stickNeodymiumMagnetic_292=292 - I:stickNeodymium_288=288 - I:stickNetherQuartz_196=196 - I:stickNetherStar_196=196 - I:stickNeutronium_200000=200000 - I:stickNichrome_112=112 - I:stickNickelZincFerrite_66=66 - I:stickNickel_116=116 - I:stickOlivine_56=56 - I:stickOpal_40=40 - I:stickOsmiridium_382=382 - I:stickOsmium_380=380 - I:stickPalladium_212=212 - I:stickPigIron_112=112 - I:stickPlastic_8=8 - I:stickPlatinum_390=390 - I:stickPlutonium241_486=486 - I:stickPlutonium_492=492 - I:stickPolycaprolactam_10=10 - I:stickPolyphenyleneSulfide_18=18 - I:stickPolystyrene_12=12 - I:stickPolytetrafluoroethylene_32=32 - I:stickPolyvinylChloride_20=20 - I:stickRedSteel_138=138 - I:stickRoseGold_338=338 - I:stickRubber_10=10 - I:stickRuby_50=50 - I:stickSapphire_40=40 - I:stickSilicone_14=14 - I:stickSilver_214=214 - I:stickStainlessSteel_110=110 - I:stickSteelMagnetic_114=114 - I:stickSteel_112=112 - I:stickSterlingSilver_196=196 - I:stickStyreneButadieneRubber_10=10 - I:stickTanzanite_40=40 - I:stickThorium_460=460 - I:stickTinAlloy_174=174 - I:stickTin_236=236 - I:stickTitanium_96=96 - I:stickTopaz_32=32 - I:stickTritanium_196=196 - I:stickTungstenCarbide_194=194 - I:stickTungstenSteel_238=238 - I:stickTungsten_366=366 - I:stickUltimet_122=122 - I:stickUranium235_470=470 - I:stickUranium_476=476 - I:stickVanadiumSteel_110=110 - I:stickWood_18=18 - I:stickWroughtIron_112=112 - I:tile.brick_25=25 - I:tile.cloth.black_50=50 - I:tile.cloth.blue_50=50 - I:tile.cloth.brown_50=50 - I:tile.cloth.cyan_50=50 - I:tile.cloth.gray_50=50 - I:tile.cloth.green_50=50 - I:tile.cloth.lightBlue_50=50 - I:tile.cloth.lime_50=50 - I:tile.cloth.magenta_50=50 - I:tile.cloth.orange_50=50 - I:tile.cloth.pink_50=50 - I:tile.cloth.purple_50=50 - I:tile.cloth.red_50=50 - I:tile.cloth.silver_50=50 - I:tile.cloth.white_50=50 - I:tile.cloth.yellow_50=50 - I:tile.glass_50=50 - I:tile.log.acacia_200=200 - I:tile.log.big_oak_200=200 - I:tile.log.birch_200=200 - I:tile.log.jungle_200=200 - I:tile.log.oak_200=200 - I:tile.log.spruce_200=200 - I:tile.netherBrick_25=25 - I:tile.quartzBlock.default_25=25 - I:tile.sandStone.default_25=25 - I:tile.stainedGlass.black_50=50 - I:tile.stainedGlass.blue_50=50 - I:tile.stainedGlass.brown_50=50 - I:tile.stainedGlass.cyan_50=50 - I:tile.stainedGlass.gray_50=50 - I:tile.stainedGlass.green_50=50 - I:tile.stainedGlass.lightBlue_50=50 - I:tile.stainedGlass.lime_50=50 - I:tile.stainedGlass.magenta_50=50 - I:tile.stainedGlass.orange_50=50 - I:tile.stainedGlass.pink_50=50 - I:tile.stainedGlass.purple_50=50 - I:tile.stainedGlass.red_50=50 - I:tile.stainedGlass.silver_50=50 - I:tile.stainedGlass.white_50=50 - I:tile.stainedGlass.yellow_50=50 - I:tile.stone_25=25 - I:tile.stonebrick_25=25 - I:tile.stonebricksmooth.default_25=25 - I:tile.wood.acacia_25=25 - I:tile.wood.big_oak_25=25 - I:tile.wood.birch_25=25 - I:tile.wood.jungle_25=25 - I:tile.wood.oak_25=25 - I:tile.wood.spruce_25=25 - I:tile.woodSlab.acacia_50=50 - I:tile.woodSlab.big_oak_50=50 - I:tile.woodSlab.birch_50=50 - I:tile.woodSlab.jungle_50=50 - I:tile.woodSlab.oak_50=50 - I:tile.woodSlab.spruce_50=50 -} - - -disabledrecipes { - B:QBoots_false=false - B:QHelmet_false=false - B:QLegs_false=false - B:QPlate_false=false - B:QuartzDustSmeltingIntoAESilicon_true=true - B:bronzeingotcrafting_true=true - B:easymobgrinderrecycling_true=true - B:easystonerecycling_true=true - B:enchantmenttable_false=false - B:enderchest_false=false - B:ic2_blastfurnace_true=true - B:ic2_blockcutter_true=true - B:ic2_centrifuge_true=true - B:ic2_compressor_true=true - B:ic2_electroFurnace_true=true - B:ic2_electrolyzer_false=false - B:ic2_extractor_true=true - B:ic2_generator_false=false - B:ic2_inductionFurnace_true=true - B:ic2_macerator_true=true - B:ic2_massFabricator_true=true - B:ic2_metalformer_true=true - B:ic2_orewashingplant_true=true - B:ic2_recycler_true=true - B:ic2_replicator_true=true - B:ic2_solarPanel_true=true - B:ic2_waterMill_true=true - B:ic2_windMill_true=true - B:ic2forgehammer_true=true - B:quarry_false=false - B:torchesFromCoal_false=false - B:wood2charcoalsmelting_true=true -} - - -distillation { - I:fluid.acetone_80=80 - I:fluid.biomass_16=16 - I:fluid.calciumacetatesolution_80=80 - I:fluid.charcoal_byproducts_40=40 - I:fluid.creosote_16=16 - I:fluid.dilutedhydrochloricacid_gt5u_600=600 - I:fluid.dilutedsulfuricacid_600=600 - I:fluid.fermentedbiomass_75=75 - I:fluid.fishoil_16=16 - I:fluid.gas_gas_240=240 - I:fluid.lightlyhydrocracked.butadiene_90=90 - I:fluid.lightlyhydrocracked.butane_90=90 - I:fluid.lightlyhydrocracked.butene_90=90 - I:fluid.lightlyhydrocracked.ethane_120=120 - I:fluid.lightlyhydrocracked.ethylene_120=120 - I:fluid.lightlyhydrocracked.gas_120=120 - I:fluid.lightlyhydrocracked.heavyfuel_120=120 - I:fluid.lightlyhydrocracked.lightfuel_120=120 - I:fluid.lightlyhydrocracked.naphtha_120=120 - I:fluid.lightlyhydrocracked.propane_120=120 - I:fluid.lightlyhydrocracked.propene_120=120 - I:fluid.lightlysteamcracked.butadiene_240=240 - I:fluid.lightlysteamcracked.butane_480=480 - I:fluid.lightlysteamcracked.butene_120=120 - I:fluid.lightlysteamcracked.ethane_120=120 - I:fluid.lightlysteamcracked.ethylene_120=120 - I:fluid.lightlysteamcracked.gas_300=300 - I:fluid.lightlysteamcracked.heavyfuel_120=120 - I:fluid.lightlysteamcracked.lightfuel_120=120 - I:fluid.lightlysteamcracked.naphtha_120=120 - I:fluid.lightlysteamcracked.propane_240=240 - I:fluid.lightlysteamcracked.propene_120=120 - I:fluid.liquid_heavy_oil_20=20 - I:fluid.liquid_light_oil_20=20 - I:fluid.liquid_medium_oil_20=20 - I:fluid.moderatelyhydrocracked.butadiene_108=108 - I:fluid.moderatelyhydrocracked.butane_120=120 - I:fluid.moderatelyhydrocracked.butene_108=108 - I:fluid.moderatelyhydrocracked.ethane_120=120 - I:fluid.moderatelyhydrocracked.ethylene_120=120 - I:fluid.moderatelyhydrocracked.gas_120=120 - I:fluid.moderatelyhydrocracked.heavyfuel_120=120 - I:fluid.moderatelyhydrocracked.lightfuel_120=120 - I:fluid.moderatelyhydrocracked.naphtha_120=120 - I:fluid.moderatelyhydrocracked.propane_120=120 - I:fluid.moderatelyhydrocracked.propene_120=120 - I:fluid.moderatelysteamcracked.butadiene_240=240 - I:fluid.moderatelysteamcracked.butane_480=480 - I:fluid.moderatelysteamcracked.butene_240=240 - I:fluid.moderatelysteamcracked.ethane_240=240 - I:fluid.moderatelysteamcracked.ethylene_120=120 - I:fluid.moderatelysteamcracked.gas_204=204 - I:fluid.moderatelysteamcracked.heavyfuel_120=120 - I:fluid.moderatelysteamcracked.lightfuel_120=120 - I:fluid.moderatelysteamcracked.naphtha_120=120 - I:fluid.moderatelysteamcracked.propane_120=120 - I:fluid.moderatelysteamcracked.propene_180=180 - I:fluid.oil_20=20 - I:fluid.potion.vinegar_20=20 - I:fluid.seedoil_16=16 - I:fluid.severelyhydrocracked.butadiene_30=30 - I:fluid.severelyhydrocracked.butane_120=120 - I:fluid.severelyhydrocracked.butene_120=120 - I:fluid.severelyhydrocracked.ethane_120=120 - I:fluid.severelyhydrocracked.ethylene_120=120 - I:fluid.severelyhydrocracked.gas_120=120 - I:fluid.severelyhydrocracked.heavyfuel_120=120 - I:fluid.severelyhydrocracked.lightfuel_120=120 - I:fluid.severelyhydrocracked.naphtha_120=120 - I:fluid.severelyhydrocracked.propane_120=120 - I:fluid.severelyhydrocracked.propene_120=120 - I:fluid.severelysteamcracked.butadiene_240=240 - I:fluid.severelysteamcracked.butane_240=240 - I:fluid.severelysteamcracked.butene_240=240 - I:fluid.severelysteamcracked.ethane_120=120 - I:fluid.severelysteamcracked.ethylene_120=120 - I:fluid.severelysteamcracked.gas_96=96 - I:fluid.severelysteamcracked.heavyfuel_120=120 - I:fluid.severelysteamcracked.lightfuel_120=120 - I:fluid.severelysteamcracked.naphtha_120=120 - I:fluid.severelysteamcracked.propane_240=240 - I:fluid.severelysteamcracked.propene_180=180 - I:fluid.tile.water_16=16 - I:fluid.woodgas_40=40 - I:fluid.woodtar_40=40 - I:fluid.woodvinegar_40=40 - I:ic2.fluidBiomass_250=250 -} - - -distillery { - I:fluid.aceticacid_1500=1500 - I:fluid.aceticacid_40=40 - I:fluid.aceticacid_80=80 - I:fluid.acetone_160=160 - I:fluid.acetone_80=80 - I:fluid.ammonia_1500=1500 - I:fluid.benzene_160=160 - I:fluid.benzene_240=240 - I:fluid.benzene_80=80 - I:fluid.bioethanol_1500=1500 - I:fluid.bioethanol_16=16 - I:fluid.bioethanol_80=80 - I:fluid.butadiene_240=240 - I:fluid.butane_180=180 - I:fluid.butane_216=216 - I:fluid.butane_240=240 - I:fluid.butane_480=480 - I:fluid.butene_180=180 - I:fluid.butene_240=240 - I:fluid.carbondioxide_1500=1500 - I:fluid.carbondioxide_160=160 - I:fluid.carbondioxide_80=80 - I:fluid.carbonmonoxide_80=80 - I:fluid.creosote_80=80 - I:fluid.ethane_180=180 - I:fluid.ethane_192=192 - I:fluid.ethane_216=216 - I:fluid.ethane_240=240 - I:fluid.ethane_408=408 - I:fluid.ethane_480=480 - I:fluid.ethane_60=60 - I:fluid.ethane_600=600 - I:fluid.ethane_960=960 - I:fluid.ethenone_160=160 - I:fluid.ethylene_180=180 - I:fluid.ethylene_192=192 - I:fluid.ethylene_216=216 - I:fluid.ethylene_240=240 - I:fluid.ethylene_360=360 - I:fluid.ethylene_408=408 - I:fluid.ethylene_480=480 - I:fluid.ethylene_60=60 - I:fluid.ethylene_600=600 - I:fluid.ethylene_80=80 - I:fluid.ethylene_960=960 - I:fluid.gas_sulfuricgas_40=40 - I:fluid.helium_192=192 - I:fluid.helium_240=240 - I:fluid.helium_408=408 - I:fluid.helium_480=480 - I:fluid.helium_600=600 - I:fluid.hydrochloricacid_gt5u_1200=1200 - I:fluid.hydrogen_240=240 - I:fluid.hydrogen_80=80 - I:fluid.liquid_heavy_fuel_240=240 - I:fluid.liquid_heavy_oil_16=16 - I:fluid.liquid_light_fuel_16=16 - I:fluid.liquid_light_fuel_240=240 - I:fluid.liquid_naphtha_240=240 - I:fluid.liquid_sufluriclight_fuel_40=40 - I:fluid.liquid_sulfuricheavy_fuel_40=40 - I:fluid.liquid_sulfuricnaphtha_40=40 - I:fluid.liquid_toluene_16=16 - I:fluid.liquid_toluene_240=240 - I:fluid.liquid_toluene_80=80 - I:fluid.lubricant_16=16 - I:fluid.methane_1500=1500 - I:fluid.methane_160=160 - I:fluid.methane_180=180 - I:fluid.methane_192=192 - I:fluid.methane_216=216 - I:fluid.methane_240=240 - I:fluid.methane_360=360 - I:fluid.methane_408=408 - I:fluid.methane_480=480 - I:fluid.methane_60=60 - I:fluid.methane_600=600 - I:fluid.methane_80=80 - I:fluid.methane_960=960 - I:fluid.methanol_1500=1500 - I:fluid.methanol_80=80 - I:fluid.methylacetate_80=80 - I:fluid.oil_16=16 - I:fluid.phenol_160=160 - I:fluid.phenol_80=80 - I:fluid.potion.alcopops_16=16 - I:fluid.potion.vodka_16=16 - I:fluid.propane_180=180 - I:fluid.propane_216=216 - I:fluid.propane_240=240 - I:fluid.propane_480=480 - I:fluid.propane_60=60 - I:fluid.propane_960=960 - I:fluid.propene_180=180 - I:fluid.propene_192=192 - I:fluid.propene_216=216 - I:fluid.propene_240=240 - I:fluid.propene_408=408 - I:fluid.propene_480=480 - I:fluid.propene_600=600 - I:fluid.sulfuricacid_1200=1200 - I:fluid.tile.water_1200=1200 - I:fluid.tile.water_1500=1500 - I:fluid.tile.water_16=16 - I:fluid.tile.water_40=40 - I:fluid.tile.water_80=80 - I:fluid.woodgas_80=80 - I:fluid.woodtar_80=80 - I:fluid.woodvinegar_80=80 - I:ic2.fluidBiogas_160=160 - I:ic2.fluidBiogas_1600=1600 - I:ic2.fluidBiogas_40=40 - I:ic2.fluidDistilledWater_16=16 - I:ic2.fluidDistilledWater_3200=3200 -} - - -electrolyzer { - I:cellAceticAcid_256=256 - I:cellAcetone_240=240 - I:cellAllylChloride_288=288 - I:cellAmmonia_64=64 - I:cellBenzene_288=288 - I:cellBisphenolA_792=792 - I:cellButadiene_240=240 - I:cellButane_224=224 - I:cellButene_192=192 - I:cellCalciumAcetateSolution_520=520 - I:cellCarbonDioxide_168=168 - I:cellCarbonMonoxide_112=112 - I:cellChloramine_192=192 - I:cellChloroform_440=440 - I:cellChloromethane_200=200 - I:cellCumene_504=504 - I:cellDichlorobenzene_576=576 - I:cellDimethylamine_160=160 - I:cellDimethyldichlorosilane_528=528 - I:cellDinitrogenTetroxide_336=336 - I:cellEmpty_720=720 - I:cellEmpty_900=900 - I:cellEpichlorohydrin_320=320 - I:cellEthane_128=128 - I:cellEthanol_144=144 - I:cellEthenone_160=160 - I:cellEthylene_96=96 - I:cellGlycerol_336=336 - I:cellGlyceryl_800=800 - I:cellHydrofluoricAcid_GT5U_80=80 - I:cellHypochlorousAcid_192=192 - I:cellIsoprene_208=208 - I:cellMethane_80=80 - I:cellMethanol_144=144 - I:cellMethylAcetate_264=264 - I:cellNitricAcid_240=240 - I:cellNitricOxide_112=112 - I:cellNitroCarbon_96=96 - I:cellNitrogenDioxide_168=168 - I:cellPhenol_312=312 - I:cellPhosphate_360=360 - I:cellPhosphoricAcid_GT5U_384=384 - I:cellPhosphorousPentoxide_1120=1120 - I:cellPropane_176=176 - I:cellPropene_144=144 - I:cellSiliconDioxide_240=240 - I:cellSodiumPersulfate_864=864 - I:cellStyrene_384=384 - I:cellSulfurDioxide_240=240 - I:cellSulfurTrioxide_320=320 - I:cellSulfuricAcid_392=392 - I:cellTetrafluoroethylene_384=384 - I:cellTetranitromethane_728=728 - I:cellToluene_360=360 - I:cellVinylAcetate_288=288 - I:cellVinylChloride_240=240 - I:cellWater_490=490 - I:dustAlmandine_480=480 - I:dustAlunite_364=364 - I:dustAmethyst_130=130 - I:dustAndradite_480=480 - I:dustAntimonyTrioxide_250=250 - I:dustApatite_288=288 - I:dustArsenicTrioxide_180=180 - I:dustAsbestos_252=252 - I:dustBandedIron_150=150 - I:dustBarite_204=204 - I:dustBastnasite_192=192 - I:dustBauxite_702=702 - I:dustBentonite_480=480 - I:dustBiotite_440=440 - I:dustBlueTopaz_208=208 - I:dustBone_98=98 - I:dustBorax_230=230 - I:dustCalcite_100=100 - I:dustCassiteriteSand_396=396 - I:dustCassiterite_396=396 - I:dustChalcopyrite_168=168 - I:dustCharcoal_12=12 - I:dustChromite_210=210 - I:dustClay_182=182 - I:dustCoal_24=24 - I:dustCobaltOxide_68=68 - I:dustCobaltite_150=150 - I:dustCupricOxide_72=72 - I:dustDiamond_768=768 - I:dustDolomite_180=180 - I:dustEmerald_522=522 - I:dustEnderPearl_220=220 - I:dustFerrosilite_120=120 - I:dustFullersEarth_336=336 - I:dustGalena_832=832 - I:dustGarnierite_72=72 - I:dustGlauconiteSand_378=378 - I:dustGlauconite_378=378 - I:dustGraniteRed_120=120 - I:dustGraphite_100=100 - I:dustGreenSapphire_100=100 - I:dustGrossular_440=440 - I:dustGypsum_144=144 - I:dustIronMagnetic_52=52 - I:dustKaolinite_238=238 - I:dustKyanite_160=160 - I:dustLazurite_784=784 - I:dustLepidolite_320=320 - I:dustLignite_40=40 - I:dustMagnesia_40=40 - I:dustMagnesite_80=80 - I:dustMagnetite_210=210 - I:dustMalachite_200=200 - I:dustMassicot_180=180 - I:dustMica_380=380 - I:dustMirabilite_170=170 - I:dustMolybdenite_144=144 - I:dustMonazite_104=104 - I:dustNeodymiumMagnetic_122=122 - I:dustNiobiumNitride_96=96 - I:dustObsidian_240=240 - I:dustOlivine_140=140 - I:dustOpal_20=20 - I:dustOsmiridium_608=608 - I:dustPentlandite_748=748 - I:dustPhosphate_90=90 - I:dustPhosphorousPentoxide_280=280 - I:dustPollucite_572=572 - I:dustPolydimethylsiloxane_80=80 - I:dustPotash_90=90 - I:dustPotassiumFeldspar_260=260 - I:dustPyrite_114=114 - I:dustPyrochlore_352=352 - I:dustPyrolusite_78=78 - I:dustPyrope_400=400 - I:dustQuartzite_60=60 - I:dustQuicklime_56=56 - I:dustRockSalt_72=72 - I:dustRuby_144=144 - I:dustSalt_320=320 - I:dustSaltpeter_100=100 - I:dustSapphire_100=100 - I:dustScheelite_120=120 - I:dustSiliconDioxide_60=60 - I:dustSoapstone_378=378 - I:dustSodaAsh_96=96 - I:dustSodalite_264=264 - I:dustSodiumBisulfate_600=600 - I:dustSodiumHydroxide_GT5U_36=36 - I:dustSodiumSulfide_72=72 - I:dustSpessartine_440=440 - I:dustSphalerite_92=92 - I:dustSpodumene_180=180 - I:dustStainlessSteel_450=450 - I:dustSteelMagnetic_52=52 - I:dustSteel_2600=2600 - I:dustSugar_184=184 - I:dustTalc_378=378 - I:dustTantalite_432=432 - I:dustTanzanite_440=440 - I:dustTopaz_208=208 - I:dustTrona_196=196 - I:dustTungstate_120=120 - I:dustUltimet_504=504 - I:dustUvarovite_480=480 - I:dustVermiculite_580=580 - I:dustWollastonite_110=110 - I:dustZeolite_656=656 - I:dustZincite_76=76 - I:hydrochloricacid_gt5u_720=720 - I:hydrogen_120=120 - I:ic2.itemCellWaterElectro_30=30 - I:ic2distilledwater_2000=2000 - I:leadzincsolution_300=300 - I:saltwater_720=720 - I:solution.bluevitriol_900=900 - I:solution.nickelsulfate_900=900 - I:tile.sand.default_500=500 - I:water_2000=2000 -} - - -electromagneticseparator { - I:dustPureBandedIron_400=400 - I:dustPureBastnasite_400=400 - I:dustPureBrownLimonite_400=400 - I:dustPureChrome_400=400 - I:dustPureChromite_400=400 - I:dustPureGlauconite_400=400 - I:dustPureIlmenite_400=400 - I:dustPureMagnetite_400=400 - I:dustPureManganese_400=400 - I:dustPureMonazite_400=400 - I:dustPureNickel_400=400 - I:dustPurePentlandite_400=400 - I:dustPurePyrite_400=400 - I:dustPureTin_400=400 - I:dustPureVanadiumMagnetite_400=400 - I:dustPureYellowLimonite_400=400 -} - - -extractor { - I:gt.metaitem.01.32510_300=300 - B:gt.metaitem.01.32510_true=true - I:gt.metaitem.01.32511_300=300 - B:gt.metaitem.01.32511_true=true - I:gt.metaitem.01.32517_300=300 - B:gt.metaitem.01.32517_true=true - I:gt.metaitem.01.32518_300=300 - B:gt.metaitem.01.32518_true=true - I:gt.metaitem.01.32519_300=300 - B:gt.metaitem.01.32519_true=true - I:gt.metaitem.01.32520_300=300 - B:gt.metaitem.01.32520_true=true - I:gt.metaitem.01.32521_300=300 - B:gt.metaitem.01.32521_true=true - I:gt.metaitem.01.32527_300=300 - B:gt.metaitem.01.32527_true=true - I:gt.metaitem.01.32528_300=300 - B:gt.metaitem.01.32528_true=true - I:gt.metaitem.01.32529_300=300 - B:gt.metaitem.01.32529_true=true - I:gt.metaitem.01.32530_300=300 - B:gt.metaitem.01.32530_true=true - I:gt.metaitem.01.32531_300=300 - B:gt.metaitem.01.32531_true=true - I:gt.metaitem.01.32537_300=300 - B:gt.metaitem.01.32537_true=true - I:gt.metaitem.01.32538_300=300 - B:gt.metaitem.01.32538_true=true - I:gt.metaitem.01.32539_300=300 - B:gt.metaitem.01.32539_true=true - I:gt.metaitem.02.32500_300=300 - B:gt.metaitem.02.32500_true=true - I:gt.metaitem.02.32501_300=300 - B:gt.metaitem.02.32501_true=true - I:gt.metaitem.02.32502_300=300 - B:gt.metaitem.02.32502_true=true - I:gt.metaitem.02.32520_300=300 - B:gt.metaitem.02.32520_true=true - I:gt.metaitem.02.32530_300=300 - B:gt.metaitem.02.32530_true=true - I:gt.metaitem.02.32540_300=300 - B:gt.metaitem.02.32540_true=true - I:ic2.blockRubLeaves_300=300 - B:ic2.blockRubLeaves_true=true - I:ic2.blockRubSapling_300=300 - B:ic2.blockRubSapling_true=true - I:ic2.blockRubWood_300=300 - B:ic2.blockRubWood_true=true - I:ic2.itemCellAir_300=300 - B:ic2.itemCellAir_true=true - I:ic2.itemHarz_300=300 - B:ic2.itemHarz_true=true - I:item.slimeball_300=300 - B:item.slimeball_true=true - I:tile.bookshelf_300=300 - B:tile.bookshelf_true=true - I:tile.doublePlant.paeonia_300=300 - B:tile.doublePlant.paeonia_true=true - I:tile.doublePlant.rose_300=300 - B:tile.doublePlant.rose_true=true - I:tile.doublePlant.sunflower_300=300 - B:tile.doublePlant.sunflower_true=true - I:tile.doublePlant.syringa_300=300 - B:tile.doublePlant.syringa_true=true - I:tile.flower1.dandelion_300=300 - B:tile.flower1.dandelion_true=true - I:tile.flower2.allium_300=300 - B:tile.flower2.allium_true=true - I:tile.flower2.blueOrchid_300=300 - B:tile.flower2.blueOrchid_true=true - I:tile.flower2.houstonia_300=300 - B:tile.flower2.houstonia_true=true - I:tile.flower2.oxeyeDaisy_300=300 - B:tile.flower2.oxeyeDaisy_true=true - I:tile.flower2.poppy_300=300 - B:tile.flower2.poppy_true=true - I:tile.flower2.tulipOrange_300=300 - B:tile.flower2.tulipOrange_true=true - I:tile.flower2.tulipPink_300=300 - B:tile.flower2.tulipPink_true=true - I:tile.flower2.tulipRed_300=300 - B:tile.flower2.tulipRed_true=true - I:tile.flower2.tulipWhite_300=300 - B:tile.flower2.tulipWhite_true=true -} - - -extruder { - I:blockAluminium_10=10 - I:blockAmericium_10=10 - I:blockAntimony_10=10 - I:blockArsenic_10=10 - I:blockBatteryAlloy_10=10 - I:blockBeryllium_10=10 - I:blockBismuthBronze_10=10 - I:blockBismuth_10=10 - I:blockBlackBronze_10=10 - I:blockBlackSteel_10=10 - I:blockBlueSteel_10=10 - I:blockBrass_10=10 - I:blockBronze_10=10 - I:blockCaesium_10=10 - I:blockCerium_10=10 - I:blockChrome_10=10 - I:blockCobaltBrass_10=10 - I:blockCobalt_10=10 - I:blockConductiveIron_10=10 - I:blockCopper_10=10 - I:blockCupronickel_10=10 - I:blockDamascusSteel_10=10 - I:blockDarkSteel_10=10 - I:blockDuranium_10=10 - I:blockElectricalSteel_10=10 - I:blockElectrum_10=10 - I:blockEnergeticAlloy_10=10 - I:blockEuropium_10=10 - I:blockGallium_10=10 - I:blockGold_10=10 - I:blockHSSE_10=10 - I:blockHSSG_10=10 - I:blockHSSS_10=10 - I:blockIndium_10=10 - I:blockInvar_10=10 - I:blockIridium_10=10 - I:blockIron_10=10 - I:blockKanthal_10=10 - I:blockLead_10=10 - I:blockLutetium_10=10 - I:blockMagnalium_10=10 - I:blockMagnesium_10=10 - I:blockManganese_10=10 - I:blockMithril_10=10 - I:blockMolybdenum_10=10 - I:blockNaquadahAlloy_10=10 - I:blockNaquadahEnriched_10=10 - I:blockNaquadah_10=10 - I:blockNaquadria_10=10 - I:blockNeodymium_10=10 - I:blockNeutronium_10=10 - I:blockNichrome_10=10 - I:blockNickel_10=10 - I:blockNiobiumNitride_10=10 - I:blockNiobiumTitanium_10=10 - I:blockNiobium_10=10 - I:blockOsmiridium_10=10 - I:blockOsmium_10=10 - I:blockPalladium_10=10 - I:blockPhasedGold_10=10 - I:blockPhasedIron_10=10 - I:blockPlatinum_10=10 - I:blockPlutonium241_10=10 - I:blockPlutonium_10=10 - I:blockPulsatingIron_10=10 - I:blockRedAlloy_10=10 - I:blockRedSteel_10=10 - I:blockRedstoneAlloy_10=10 - I:blockRoseGold_10=10 - I:blockSilicon_10=10 - I:blockSilver_10=10 - I:blockSolderingAlloy_10=10 - I:blockSoularium_10=10 - I:blockStainlessSteel_10=10 - I:blockSteel_10=10 - I:blockSterlingSilver_10=10 - I:blockTantalum_10=10 - I:blockThorium_10=10 - I:blockTinAlloy_10=10 - I:blockTin_10=10 - I:blockTitanium_10=10 - I:blockTritanium_10=10 - I:blockTungstenCarbide_10=10 - I:blockTungstenSteel_10=10 - I:blockTungsten_10=10 - I:blockUltimet_10=10 - I:blockUranium235_10=10 - I:blockUranium_10=10 - I:blockVanadiumGallium_10=10 - I:blockVanadiumSteel_10=10 - I:blockVanadium_10=10 - I:blockVibrantAlloy_10=10 - I:blockYttriumBariumCuprate_10=10 - I:blockYttrium_10=10 - I:blockZinc_10=10 - I:boltAluminium_52=52 - I:boltBeryllium_18=18 - I:boltBismuthBronze_184=184 - I:boltBismuth_416=416 - I:boltBlackBronze_196=196 - I:boltBlackSteel_128=128 - I:boltBlueSteel_150=150 - I:boltBrass_126=126 - I:boltBronze_152=152 - I:boltCarbon_24=24 - I:boltChrome_104=104 - I:boltCobaltBrass_116=116 - I:boltCobalt_118=118 - I:boltCupronickel_120=120 - I:boltDamascusSteel_112=112 - I:boltDarkSteel_196=196 - I:boltDuranium_196=196 - I:boltElectrum_302=302 - I:boltEpoxidFiberReinforced_12=12 - I:boltEpoxid_12=12 - I:boltGold_392=392 - I:boltHSSE_162=162 - I:boltHSSG_196=196 - I:boltHSSS_258=258 - I:boltInvar_112=112 - I:boltIridium_384=384 - I:boltIron_112=112 - I:boltIron_114=114 - I:boltKanthal_88=88 - I:boltLead_414=414 - I:boltMagnalium_50=50 - I:boltManganese_110=110 - I:boltMithril_490=490 - I:boltMolybdenum_190=190 - I:boltNaquadahAlloy_196=196 - I:boltNaquadahEnriched_196=196 - I:boltNaquadah_196=196 - I:boltNaquadria_196=196 - I:boltNeodymium_288=288 - I:boltNeodymium_292=292 - I:boltNeutronium_200000=200000 - I:boltNichrome_112=112 - I:boltNickelZincFerrite_66=66 - I:boltNickel_116=116 - I:boltOsmiridium_382=382 - I:boltOsmium_380=380 - I:boltPalladium_212=212 - I:boltPlastic_8=8 - I:boltPlatinum_390=390 - I:boltPlutonium241_486=486 - I:boltPlutonium_492=492 - I:boltPolycaprolactam_10=10 - I:boltPolyphenyleneSulfide_18=18 - I:boltPolystyrene_12=12 - I:boltPolytetrafluoroethylene_32=32 - I:boltPolyvinylChloride_20=20 - I:boltRedSteel_138=138 - I:boltRoseGold_338=338 - I:boltRubber_10=10 - I:boltSilicone_14=14 - I:boltSilver_214=214 - I:boltStainlessSteel_110=110 - I:boltSteel_112=112 - I:boltSteel_114=114 - I:boltSterlingSilver_196=196 - I:boltStyreneButadieneRubber_10=10 - I:boltThorium_460=460 - I:boltTinAlloy_174=174 - I:boltTin_236=236 - I:boltTitanium_96=96 - I:boltTritanium_196=196 - I:boltTungstenCarbide_194=194 - I:boltTungstenSteel_238=238 - I:boltTungsten_366=366 - I:boltUltimet_122=122 - I:boltUranium235_470=470 - I:boltUranium_476=476 - I:boltVanadiumSteel_110=110 - I:bottleEmpty_32=32 - I:cellEmpty_128=128 - I:gearGtAluminium_130=130 - I:gearGtBronze_380=380 - I:gearGtCobaltBrass_290=290 - I:gearGtCopper_315=315 - I:gearGtGold_980=980 - I:gearGtHSSE_405=405 - I:gearGtHSSG_490=490 - I:gearGtIron_280=280 - I:gearGtIron_285=285 - I:gearGtNeutronium_500000=500000 - I:gearGtStainlessSteel_275=275 - I:gearGtSteel_280=280 - I:gearGtSteel_285=285 - I:gearGtTin_590=590 - I:gearGtTitanium_240=240 - I:gearGtTungstenSteel_595=595 - I:gt.metaitem.03.32021_160=160 - I:ic2.itemCasingAdvIron_32=32 - I:ic2.itemCasingBronze_32=32 - I:ic2.itemCasingCopper_32=32 - I:ic2.itemCasingGold_32=32 - I:ic2.itemCasingIron_32=32 - I:ic2.itemCasingLead_32=32 - I:ic2.itemCasingTin_32=32 - I:ic2.itemFuelRod_128=128 - I:ic2.itemironshaft_640=640 - I:ic2.itemsteelshaft_1280=1280 - I:ingotCopper_10=10 - I:ingotIron_10=10 - I:ingotNeodymium_10=10 - I:ingotPlastic_10=10 - I:ingotPolystyrene_10=10 - I:ingotPolyvinylChloride_10=10 - I:ingotRubber_10=10 - I:ingotSilicone_10=10 - I:ingotSteel_10=10 - I:ingotStyreneButadieneRubber_10=10 - I:pipeHugeAluminium_96=96 - I:pipeHugeBrass_96=96 - I:pipeHugeBronze_96=96 - I:pipeHugeCobalt_96=96 - I:pipeHugeCopper_96=96 - I:pipeHugeElectrum_96=96 - I:pipeHugeNickel_96=96 - I:pipeHugeOsmium_96=96 - I:pipeHugePlastic_96=96 - I:pipeHugePlatinum_96=96 - I:pipeHugePolytetrafluoroethylene_96=96 - I:pipeHugePolyvinylChloride_96=96 - I:pipeHugeStainlessSteel_96=96 - I:pipeHugeSteel_96=96 - I:pipeHugeTitanium_96=96 - I:pipeHugeTungstenSteel_96=96 - I:pipeLargeAluminium_48=48 - I:pipeLargeBrass_48=48 - I:pipeLargeBronze_48=48 - I:pipeLargeCobalt_48=48 - I:pipeLargeCopper_48=48 - I:pipeLargeElectrum_48=48 - I:pipeLargeNickel_48=48 - I:pipeLargeOsmium_48=48 - I:pipeLargePlastic_48=48 - I:pipeLargePlatinum_48=48 - I:pipeLargePolytetrafluoroethylene_48=48 - I:pipeLargePolyvinylChloride_48=48 - I:pipeLargeStainlessSteel_48=48 - I:pipeLargeSteel_48=48 - I:pipeLargeTitanium_48=48 - I:pipeLargeTungstenSteel_48=48 - I:pipeMediumAluminium_24=24 - I:pipeMediumBrass_24=24 - I:pipeMediumBronze_24=24 - I:pipeMediumCobalt_24=24 - I:pipeMediumCopper_24=24 - I:pipeMediumElectrum_24=24 - I:pipeMediumNickel_24=24 - I:pipeMediumOsmium_24=24 - I:pipeMediumPlastic_24=24 - I:pipeMediumPlatinum_24=24 - I:pipeMediumPolytetrafluoroethylene_24=24 - I:pipeMediumPolyvinylChloride_24=24 - I:pipeMediumStainlessSteel_24=24 - I:pipeMediumSteel_24=24 - I:pipeMediumTitanium_24=24 - I:pipeMediumTungstenSteel_24=24 - I:pipeSmallBronze_8=8 - I:pipeSmallCopper_8=8 - I:pipeSmallPlastic_8=8 - I:pipeSmallPolytetrafluoroethylene_8=8 - I:pipeSmallStainlessSteel_8=8 - I:pipeSmallSteel_8=8 - I:pipeSmallTitanium_8=8 - I:pipeSmallTungstenSteel_8=8 - I:pipeTinyBronze_4=4 - I:pipeTinyCopper_4=4 - I:pipeTinyPlastic_4=4 - I:pipeTinyPolytetrafluoroethylene_4=4 - I:pipeTinyStainlessSteel_4=4 - I:pipeTinySteel_4=4 - I:pipeTinyTitanium_4=4 - I:pipeTinyTungstenSteel_4=4 - I:plateAluminium_26=26 - I:plateAmericium_245=245 - I:plateBatteryAlloy_189=189 - I:plateBeryllium_9=9 - I:plateBismuthBronze_92=92 - I:plateBismuth_208=208 - I:plateBlackBronze_98=98 - I:plateBlackSteel_64=64 - I:plateBlueSteel_75=75 - I:plateBrass_63=63 - I:plateBronze_76=76 - I:plateCarbon_12=12 - I:plateChrome_52=52 - I:plateCobaltBrass_58=58 - I:plateCobalt_59=59 - I:plateCopper_63=63 - I:plateCupronickel_60=60 - I:plateDamascusSteel_56=56 - I:plateDarkSteel_98=98 - I:plateDuranium_98=98 - I:plateElectrum_151=151 - I:plateEpoxidFiberReinforced_6=6 - I:plateEpoxid_6=6 - I:plateEuropium_151=151 - I:plateGalliumArsenide_72=72 - I:plateGallium_70=70 - I:plateGlass_20=20 - I:plateGold_196=196 - I:plateHSSE_81=81 - I:plateHSSG_98=98 - I:plateHSSS_129=129 - I:plateIndiumGalliumPhosphide_71=71 - I:plateInvar_56=56 - I:plateIridium_192=192 - I:plateIron_56=56 - I:plateIron_57=57 - I:plateKanthal_44=44 - I:plateLead_207=207 - I:plateMagnalium_25=25 - I:plateManganese_55=55 - I:plateMithril_245=245 - I:plateMolybdenum_95=95 - I:plateNaquadahAlloy_98=98 - I:plateNaquadahEnriched_98=98 - I:plateNaquadah_98=98 - I:plateNaquadria_98=98 - I:plateNeodymium_144=144 - I:plateNeodymium_146=146 - I:plateNeutronium_100000=100000 - I:plateNichrome_56=56 - I:plateNickelZincFerrite_33=33 - I:plateNickel_58=58 - I:plateNiobiumTitanium_71=71 - I:plateOsmiridium_191=191 - I:plateOsmium_190=190 - I:platePalladium_106=106 - I:platePlastic_4=4 - I:platePlatinum_195=195 - I:platePlutonium241_243=243 - I:platePlutonium_246=246 - I:platePolycaprolactam_5=5 - I:platePolyphenyleneSulfide_9=9 - I:platePolystyrene_6=6 - I:platePolytetrafluoroethylene_16=16 - I:platePolyvinylChloride_10=10 - I:plateRedAlloy_403=403 - I:plateRedSteel_69=69 - I:plateRoseGold_169=169 - I:plateRubber_5=5 - I:plateSilicon_28=28 - I:plateSilicone_7=7 - I:plateSilver_107=107 - I:plateSolderingAlloy_118=118 - I:plateStainlessSteel_55=55 - I:plateSteel_56=56 - I:plateSteel_57=57 - I:plateSterlingSilver_98=98 - I:plateStyreneButadieneRubber_5=5 - I:plateThorium_230=230 - I:plateTinAlloy_87=87 - I:plateTin_118=118 - I:plateTitanium_48=48 - I:plateTritanium_98=98 - I:plateTungstenCarbide_97=97 - I:plateTungstenSteel_119=119 - I:plateTungsten_183=183 - I:plateUltimet_61=61 - I:plateUranium235_235=235 - I:plateUranium_238=238 - I:plateVanadiumGallium_55=55 - I:plateVanadiumSteel_55=55 - I:plateYttriumBariumCuprate_51=51 - I:plateZinc_65=65 - I:ringAluminium_52=52 - I:ringBrass_126=126 - I:ringBronze_152=152 - I:ringChrome_104=104 - I:ringHSSE_162=162 - I:ringHSSG_196=196 - I:ringInvar_112=112 - I:ringIridium_384=384 - I:ringIron_112=112 - I:ringIron_114=114 - I:ringNeutronium_200000=200000 - I:ringOsmium_380=380 - I:ringRubber_10=10 - I:ringSilicone_14=14 - I:ringStainlessSteel_110=110 - I:ringSteel_112=112 - I:ringSteel_114=114 - I:ringStyreneButadieneRubber_10=10 - I:ringTin_236=236 - I:ringTitanium_96=96 - I:ringTungstenSteel_238=238 - I:stickAluminium_52=52 - I:stickAmericium_490=490 - I:stickBeryllium_18=18 - I:stickBismuthBronze_184=184 - I:stickBismuth_416=416 - I:stickBlackBronze_196=196 - I:stickBlackSteel_128=128 - I:stickBlueSteel_150=150 - I:stickBrass_126=126 - I:stickBronze_152=152 - I:stickCarbon_24=24 - I:stickChrome_104=104 - I:stickCobaltBrass_116=116 - I:stickCobalt_118=118 - I:stickCopper_126=126 - I:stickCupronickel_120=120 - I:stickDamascusSteel_112=112 - I:stickDarkSteel_196=196 - I:stickDuranium_196=196 - I:stickElectrum_302=302 - I:stickEpoxidFiberReinforced_12=12 - I:stickEpoxid_12=12 - I:stickEuropium_302=302 - I:stickGold_392=392 - I:stickHSSE_162=162 - I:stickHSSG_196=196 - I:stickHSSS_258=258 - I:stickInvar_112=112 - I:stickIridium_384=384 - I:stickIron_112=112 - I:stickIron_114=114 - I:stickKanthal_88=88 - I:stickLead_414=414 - I:stickMagnalium_50=50 - I:stickManganese_110=110 - I:stickMithril_490=490 - I:stickMolybdenum_190=190 - I:stickNaquadahAlloy_196=196 - I:stickNaquadahEnriched_196=196 - I:stickNaquadah_196=196 - I:stickNaquadria_196=196 - I:stickNeodymium_288=288 - I:stickNeodymium_292=292 - I:stickNeutronium_200000=200000 - I:stickNichrome_112=112 - I:stickNickelZincFerrite_66=66 - I:stickNickel_116=116 - I:stickOsmiridium_382=382 - I:stickOsmium_380=380 - I:stickPalladium_212=212 - I:stickPlastic_8=8 - I:stickPlatinum_390=390 - I:stickPlutonium241_486=486 - I:stickPlutonium_492=492 - I:stickPolycaprolactam_10=10 - I:stickPolyphenyleneSulfide_18=18 - I:stickPolystyrene_12=12 - I:stickPolytetrafluoroethylene_32=32 - I:stickPolyvinylChloride_20=20 - I:stickRedSteel_138=138 - I:stickRoseGold_338=338 - I:stickRubber_10=10 - I:stickSilicone_14=14 - I:stickSilver_214=214 - I:stickSolderingAlloy_236=236 - I:stickStainlessSteel_110=110 - I:stickSteel_112=112 - I:stickSteel_114=114 - I:stickSterlingSilver_196=196 - I:stickStyreneButadieneRubber_10=10 - I:stickThorium_460=460 - I:stickTinAlloy_174=174 - I:stickTin_236=236 - I:stickTitanium_96=96 - I:stickTritanium_196=196 - I:stickTungstenCarbide_194=194 - I:stickTungstenSteel_238=238 - I:stickTungsten_366=366 - I:stickUltimet_122=122 - I:stickUranium235_470=470 - I:stickUranium_476=476 - I:stickVanadiumGallium_110=110 - I:stickVanadiumSteel_110=110 - I:toolHeadAxeAluminium_78=78 - I:toolHeadAxeBeryllium_27=27 - I:toolHeadAxeBismuthBronze_276=276 - I:toolHeadAxeBismuth_624=624 - I:toolHeadAxeBlackBronze_294=294 - I:toolHeadAxeBlackSteel_192=192 - I:toolHeadAxeBlueSteel_225=225 - I:toolHeadAxeBrass_189=189 - I:toolHeadAxeBronze_228=228 - I:toolHeadAxeCarbon_36=36 - I:toolHeadAxeChrome_156=156 - I:toolHeadAxeCobaltBrass_174=174 - I:toolHeadAxeCobalt_177=177 - I:toolHeadAxeCupronickel_180=180 - I:toolHeadAxeDamascusSteel_168=168 - I:toolHeadAxeDarkSteel_294=294 - I:toolHeadAxeDuranium_294=294 - I:toolHeadAxeElectrum_453=453 - I:toolHeadAxeEpoxidFiberReinforced_18=18 - I:toolHeadAxeEpoxid_18=18 - I:toolHeadAxeGold_588=588 - I:toolHeadAxeHSSE_243=243 - I:toolHeadAxeHSSG_294=294 - I:toolHeadAxeHSSS_387=387 - I:toolHeadAxeInvar_168=168 - I:toolHeadAxeIridium_576=576 - I:toolHeadAxeIron_168=168 - I:toolHeadAxeIron_171=171 - I:toolHeadAxeKanthal_132=132 - I:toolHeadAxeLead_621=621 - I:toolHeadAxeMagnalium_75=75 - I:toolHeadAxeManganese_165=165 - I:toolHeadAxeMithril_735=735 - I:toolHeadAxeMolybdenum_285=285 - I:toolHeadAxeNaquadahAlloy_294=294 - I:toolHeadAxeNaquadahEnriched_294=294 - I:toolHeadAxeNaquadah_294=294 - I:toolHeadAxeNaquadria_294=294 - I:toolHeadAxeNeodymium_432=432 - I:toolHeadAxeNeodymium_438=438 - I:toolHeadAxeNeutronium_300000=300000 - I:toolHeadAxeNichrome_168=168 - I:toolHeadAxeNickelZincFerrite_99=99 - I:toolHeadAxeNickel_174=174 - I:toolHeadAxeOsmiridium_573=573 - I:toolHeadAxeOsmium_570=570 - I:toolHeadAxePalladium_318=318 - I:toolHeadAxePlastic_12=12 - I:toolHeadAxePlatinum_585=585 - I:toolHeadAxePlutonium241_729=729 - I:toolHeadAxePlutonium_738=738 - I:toolHeadAxePolycaprolactam_15=15 - I:toolHeadAxePolyphenyleneSulfide_27=27 - I:toolHeadAxePolystyrene_18=18 - I:toolHeadAxePolytetrafluoroethylene_48=48 - I:toolHeadAxePolyvinylChloride_30=30 - I:toolHeadAxeRedSteel_207=207 - I:toolHeadAxeRoseGold_507=507 - I:toolHeadAxeRubber_15=15 - I:toolHeadAxeSilicone_21=21 - I:toolHeadAxeSilver_321=321 - I:toolHeadAxeStainlessSteel_165=165 - I:toolHeadAxeSteel_168=168 - I:toolHeadAxeSteel_171=171 - I:toolHeadAxeSterlingSilver_294=294 - I:toolHeadAxeStyreneButadieneRubber_15=15 - I:toolHeadAxeThorium_690=690 - I:toolHeadAxeTinAlloy_261=261 - I:toolHeadAxeTitanium_144=144 - I:toolHeadAxeTritanium_294=294 - I:toolHeadAxeTungstenCarbide_291=291 - I:toolHeadAxeTungstenSteel_357=357 - I:toolHeadAxeTungsten_549=549 - I:toolHeadAxeUltimet_183=183 - I:toolHeadAxeUranium235_705=705 - I:toolHeadAxeUranium_714=714 - I:toolHeadAxeVanadiumSteel_165=165 - I:toolHeadFileAluminium_52=52 - I:toolHeadFileBeryllium_18=18 - I:toolHeadFileBismuthBronze_184=184 - I:toolHeadFileBismuth_416=416 - I:toolHeadFileBlackBronze_196=196 - I:toolHeadFileBlackSteel_128=128 - I:toolHeadFileBlueSteel_150=150 - I:toolHeadFileBrass_126=126 - I:toolHeadFileBronze_152=152 - I:toolHeadFileCarbon_24=24 - I:toolHeadFileChrome_104=104 - I:toolHeadFileCobaltBrass_116=116 - I:toolHeadFileCobalt_118=118 - I:toolHeadFileCupronickel_120=120 - I:toolHeadFileDamascusSteel_112=112 - I:toolHeadFileDarkSteel_196=196 - I:toolHeadFileDuranium_196=196 - I:toolHeadFileElectrum_302=302 - I:toolHeadFileEpoxidFiberReinforced_12=12 - I:toolHeadFileEpoxid_12=12 - I:toolHeadFileGold_392=392 - I:toolHeadFileHSSE_162=162 - I:toolHeadFileHSSG_196=196 - I:toolHeadFileHSSS_258=258 - I:toolHeadFileInvar_112=112 - I:toolHeadFileIridium_384=384 - I:toolHeadFileIron_112=112 - I:toolHeadFileIron_114=114 - I:toolHeadFileKanthal_88=88 - I:toolHeadFileLead_414=414 - I:toolHeadFileMagnalium_50=50 - I:toolHeadFileManganese_110=110 - I:toolHeadFileMithril_490=490 - I:toolHeadFileMolybdenum_190=190 - I:toolHeadFileNaquadahAlloy_196=196 - I:toolHeadFileNaquadahEnriched_196=196 - I:toolHeadFileNaquadah_196=196 - I:toolHeadFileNaquadria_196=196 - I:toolHeadFileNeodymium_288=288 - I:toolHeadFileNeodymium_292=292 - I:toolHeadFileNeutronium_200000=200000 - I:toolHeadFileNichrome_112=112 - I:toolHeadFileNickelZincFerrite_66=66 - I:toolHeadFileNickel_116=116 - I:toolHeadFileOsmiridium_382=382 - I:toolHeadFileOsmium_380=380 - I:toolHeadFilePalladium_212=212 - I:toolHeadFilePlatinum_390=390 - I:toolHeadFilePlutonium241_486=486 - I:toolHeadFilePlutonium_492=492 - I:toolHeadFilePolycaprolactam_10=10 - I:toolHeadFilePolyphenyleneSulfide_18=18 - I:toolHeadFilePolytetrafluoroethylene_32=32 - I:toolHeadFileRedSteel_138=138 - I:toolHeadFileRoseGold_338=338 - I:toolHeadFileSilver_214=214 - I:toolHeadFileStainlessSteel_110=110 - I:toolHeadFileSteel_112=112 - I:toolHeadFileSteel_114=114 - I:toolHeadFileSterlingSilver_196=196 - I:toolHeadFileThorium_460=460 - I:toolHeadFileTinAlloy_174=174 - I:toolHeadFileTitanium_96=96 - I:toolHeadFileTritanium_196=196 - I:toolHeadFileTungstenCarbide_194=194 - I:toolHeadFileTungstenSteel_238=238 - I:toolHeadFileTungsten_366=366 - I:toolHeadFileUltimet_122=122 - I:toolHeadFileUranium235_470=470 - I:toolHeadFileUranium_476=476 - I:toolHeadFileVanadiumSteel_110=110 - I:toolHeadHammerAluminium_156=156 - I:toolHeadHammerBeryllium_54=54 - I:toolHeadHammerBismuthBronze_552=552 - I:toolHeadHammerBismuth_1248=1248 - I:toolHeadHammerBlackBronze_588=588 - I:toolHeadHammerBlackSteel_384=384 - I:toolHeadHammerBlueSteel_450=450 - I:toolHeadHammerBrass_378=378 - I:toolHeadHammerBronze_456=456 - I:toolHeadHammerCarbon_72=72 - I:toolHeadHammerChrome_312=312 - I:toolHeadHammerCobaltBrass_348=348 - I:toolHeadHammerCobalt_354=354 - I:toolHeadHammerCupronickel_360=360 - I:toolHeadHammerDamascusSteel_336=336 - I:toolHeadHammerDarkSteel_588=588 - I:toolHeadHammerDuranium_588=588 - I:toolHeadHammerElectrum_906=906 - I:toolHeadHammerEpoxidFiberReinforced_36=36 - I:toolHeadHammerEpoxid_36=36 - I:toolHeadHammerGold_1176=1176 - I:toolHeadHammerHSSE_486=486 - I:toolHeadHammerHSSG_588=588 - I:toolHeadHammerHSSS_774=774 - I:toolHeadHammerInvar_336=336 - I:toolHeadHammerIridium_1152=1152 - I:toolHeadHammerIron_336=336 - I:toolHeadHammerIron_342=342 - I:toolHeadHammerKanthal_264=264 - I:toolHeadHammerLead_1242=1242 - I:toolHeadHammerMagnalium_150=150 - I:toolHeadHammerManganese_330=330 - I:toolHeadHammerMithril_1470=1470 - I:toolHeadHammerMolybdenum_570=570 - I:toolHeadHammerNaquadahAlloy_588=588 - I:toolHeadHammerNaquadahEnriched_588=588 - I:toolHeadHammerNaquadah_588=588 - I:toolHeadHammerNaquadria_588=588 - I:toolHeadHammerNeodymium_864=864 - I:toolHeadHammerNeodymium_876=876 - I:toolHeadHammerNeutronium_600000=600000 - I:toolHeadHammerNichrome_336=336 - I:toolHeadHammerNickelZincFerrite_198=198 - I:toolHeadHammerNickel_348=348 - I:toolHeadHammerOsmiridium_1146=1146 - I:toolHeadHammerOsmium_1140=1140 - I:toolHeadHammerPalladium_636=636 - I:toolHeadHammerPlastic_24=24 - I:toolHeadHammerPlatinum_1170=1170 - I:toolHeadHammerPlutonium241_1458=1458 - I:toolHeadHammerPlutonium_1476=1476 - I:toolHeadHammerPolycaprolactam_30=30 - I:toolHeadHammerPolyphenyleneSulfide_54=54 - I:toolHeadHammerPolystyrene_36=36 - I:toolHeadHammerPolytetrafluoroethylene_96=96 - I:toolHeadHammerPolyvinylChloride_60=60 - I:toolHeadHammerRedSteel_414=414 - I:toolHeadHammerRoseGold_1014=1014 - I:toolHeadHammerRubber_30=30 - I:toolHeadHammerSilicone_42=42 - I:toolHeadHammerSilver_642=642 - I:toolHeadHammerStainlessSteel_330=330 - I:toolHeadHammerSteel_336=336 - I:toolHeadHammerSteel_342=342 - I:toolHeadHammerSterlingSilver_588=588 - I:toolHeadHammerStyreneButadieneRubber_30=30 - I:toolHeadHammerThorium_1380=1380 - I:toolHeadHammerTinAlloy_522=522 - I:toolHeadHammerTitanium_288=288 - I:toolHeadHammerTritanium_588=588 - I:toolHeadHammerTungstenCarbide_582=582 - I:toolHeadHammerTungstenSteel_714=714 - I:toolHeadHammerTungsten_1098=1098 - I:toolHeadHammerUltimet_366=366 - I:toolHeadHammerUranium235_1410=1410 - I:toolHeadHammerUranium_1428=1428 - I:toolHeadHammerVanadiumSteel_330=330 - I:toolHeadHoeAluminium_52=52 - I:toolHeadHoeBeryllium_18=18 - I:toolHeadHoeBismuthBronze_184=184 - I:toolHeadHoeBismuth_416=416 - I:toolHeadHoeBlackBronze_196=196 - I:toolHeadHoeBlackSteel_128=128 - I:toolHeadHoeBlueSteel_150=150 - I:toolHeadHoeBrass_126=126 - I:toolHeadHoeBronze_152=152 - I:toolHeadHoeCarbon_24=24 - I:toolHeadHoeChrome_104=104 - I:toolHeadHoeCobaltBrass_116=116 - I:toolHeadHoeCobalt_118=118 - I:toolHeadHoeCupronickel_120=120 - I:toolHeadHoeDamascusSteel_112=112 - I:toolHeadHoeDarkSteel_196=196 - I:toolHeadHoeDuranium_196=196 - I:toolHeadHoeElectrum_302=302 - I:toolHeadHoeEpoxidFiberReinforced_12=12 - I:toolHeadHoeEpoxid_12=12 - I:toolHeadHoeGold_392=392 - I:toolHeadHoeHSSE_162=162 - I:toolHeadHoeHSSG_196=196 - I:toolHeadHoeHSSS_258=258 - I:toolHeadHoeInvar_112=112 - I:toolHeadHoeIridium_384=384 - I:toolHeadHoeIron_112=112 - I:toolHeadHoeIron_114=114 - I:toolHeadHoeKanthal_88=88 - I:toolHeadHoeLead_414=414 - I:toolHeadHoeMagnalium_50=50 - I:toolHeadHoeManganese_110=110 - I:toolHeadHoeMithril_490=490 - I:toolHeadHoeMolybdenum_190=190 - I:toolHeadHoeNaquadahAlloy_196=196 - I:toolHeadHoeNaquadahEnriched_196=196 - I:toolHeadHoeNaquadah_196=196 - I:toolHeadHoeNaquadria_196=196 - I:toolHeadHoeNeodymium_288=288 - I:toolHeadHoeNeodymium_292=292 - I:toolHeadHoeNeutronium_200000=200000 - I:toolHeadHoeNichrome_112=112 - I:toolHeadHoeNickelZincFerrite_66=66 - I:toolHeadHoeNickel_116=116 - I:toolHeadHoeOsmiridium_382=382 - I:toolHeadHoeOsmium_380=380 - I:toolHeadHoePalladium_212=212 - I:toolHeadHoePlastic_8=8 - I:toolHeadHoePlatinum_390=390 - I:toolHeadHoePlutonium241_486=486 - I:toolHeadHoePlutonium_492=492 - I:toolHeadHoePolycaprolactam_10=10 - I:toolHeadHoePolyphenyleneSulfide_18=18 - I:toolHeadHoePolystyrene_12=12 - I:toolHeadHoePolytetrafluoroethylene_32=32 - I:toolHeadHoePolyvinylChloride_20=20 - I:toolHeadHoeRedSteel_138=138 - I:toolHeadHoeRoseGold_338=338 - I:toolHeadHoeRubber_10=10 - I:toolHeadHoeSilicone_14=14 - I:toolHeadHoeSilver_214=214 - I:toolHeadHoeStainlessSteel_110=110 - I:toolHeadHoeSteel_112=112 - I:toolHeadHoeSteel_114=114 - I:toolHeadHoeSterlingSilver_196=196 - I:toolHeadHoeStyreneButadieneRubber_10=10 - I:toolHeadHoeThorium_460=460 - I:toolHeadHoeTinAlloy_174=174 - I:toolHeadHoeTitanium_96=96 - I:toolHeadHoeTritanium_196=196 - I:toolHeadHoeTungstenCarbide_194=194 - I:toolHeadHoeTungstenSteel_238=238 - I:toolHeadHoeTungsten_366=366 - I:toolHeadHoeUltimet_122=122 - I:toolHeadHoeUranium235_470=470 - I:toolHeadHoeUranium_476=476 - I:toolHeadHoeVanadiumSteel_110=110 - I:toolHeadPickaxeAluminium_78=78 - I:toolHeadPickaxeBeryllium_27=27 - I:toolHeadPickaxeBismuthBronze_276=276 - I:toolHeadPickaxeBismuth_624=624 - I:toolHeadPickaxeBlackBronze_294=294 - I:toolHeadPickaxeBlackSteel_192=192 - I:toolHeadPickaxeBlueSteel_225=225 - I:toolHeadPickaxeBrass_189=189 - I:toolHeadPickaxeBronze_228=228 - I:toolHeadPickaxeCarbon_36=36 - I:toolHeadPickaxeChrome_156=156 - I:toolHeadPickaxeCobaltBrass_174=174 - I:toolHeadPickaxeCobalt_177=177 - I:toolHeadPickaxeCupronickel_180=180 - I:toolHeadPickaxeDamascusSteel_168=168 - I:toolHeadPickaxeDarkSteel_294=294 - I:toolHeadPickaxeDuranium_294=294 - I:toolHeadPickaxeElectrum_453=453 - I:toolHeadPickaxeEpoxidFiberReinforced_18=18 - I:toolHeadPickaxeEpoxid_18=18 - I:toolHeadPickaxeGold_588=588 - I:toolHeadPickaxeHSSE_243=243 - I:toolHeadPickaxeHSSG_294=294 - I:toolHeadPickaxeHSSS_387=387 - I:toolHeadPickaxeInvar_168=168 - I:toolHeadPickaxeIridium_576=576 - I:toolHeadPickaxeIron_168=168 - I:toolHeadPickaxeIron_171=171 - I:toolHeadPickaxeKanthal_132=132 - I:toolHeadPickaxeLead_621=621 - I:toolHeadPickaxeMagnalium_75=75 - I:toolHeadPickaxeManganese_165=165 - I:toolHeadPickaxeMithril_735=735 - I:toolHeadPickaxeMolybdenum_285=285 - I:toolHeadPickaxeNaquadahAlloy_294=294 - I:toolHeadPickaxeNaquadahEnriched_294=294 - I:toolHeadPickaxeNaquadah_294=294 - I:toolHeadPickaxeNaquadria_294=294 - I:toolHeadPickaxeNeodymium_432=432 - I:toolHeadPickaxeNeodymium_438=438 - I:toolHeadPickaxeNeutronium_300000=300000 - I:toolHeadPickaxeNichrome_168=168 - I:toolHeadPickaxeNickelZincFerrite_99=99 - I:toolHeadPickaxeNickel_174=174 - I:toolHeadPickaxeOsmiridium_573=573 - I:toolHeadPickaxeOsmium_570=570 - I:toolHeadPickaxePalladium_318=318 - I:toolHeadPickaxePlastic_12=12 - I:toolHeadPickaxePlatinum_585=585 - I:toolHeadPickaxePlutonium241_729=729 - I:toolHeadPickaxePlutonium_738=738 - I:toolHeadPickaxePolycaprolactam_15=15 - I:toolHeadPickaxePolyphenyleneSulfide_27=27 - I:toolHeadPickaxePolystyrene_18=18 - I:toolHeadPickaxePolytetrafluoroethylene_48=48 - I:toolHeadPickaxePolyvinylChloride_30=30 - I:toolHeadPickaxeRedSteel_207=207 - I:toolHeadPickaxeRoseGold_507=507 - I:toolHeadPickaxeRubber_15=15 - I:toolHeadPickaxeSilicone_21=21 - I:toolHeadPickaxeSilver_321=321 - I:toolHeadPickaxeStainlessSteel_165=165 - I:toolHeadPickaxeSteel_168=168 - I:toolHeadPickaxeSteel_171=171 - I:toolHeadPickaxeSterlingSilver_294=294 - I:toolHeadPickaxeStyreneButadieneRubber_15=15 - I:toolHeadPickaxeThorium_690=690 - I:toolHeadPickaxeTinAlloy_261=261 - I:toolHeadPickaxeTitanium_144=144 - I:toolHeadPickaxeTritanium_294=294 - I:toolHeadPickaxeTungstenCarbide_291=291 - I:toolHeadPickaxeTungstenSteel_357=357 - I:toolHeadPickaxeTungsten_549=549 - I:toolHeadPickaxeUltimet_183=183 - I:toolHeadPickaxeUranium235_705=705 - I:toolHeadPickaxeUranium_714=714 - I:toolHeadPickaxeVanadiumSteel_165=165 - I:toolHeadSawAluminium_52=52 - I:toolHeadSawBeryllium_18=18 - I:toolHeadSawBismuthBronze_184=184 - I:toolHeadSawBismuth_416=416 - I:toolHeadSawBlackBronze_196=196 - I:toolHeadSawBlackSteel_128=128 - I:toolHeadSawBlueSteel_150=150 - I:toolHeadSawBrass_126=126 - I:toolHeadSawBronze_152=152 - I:toolHeadSawCarbon_24=24 - I:toolHeadSawChrome_104=104 - I:toolHeadSawCobaltBrass_116=116 - I:toolHeadSawCobalt_118=118 - I:toolHeadSawCupronickel_120=120 - I:toolHeadSawDamascusSteel_112=112 - I:toolHeadSawDarkSteel_196=196 - I:toolHeadSawDuranium_196=196 - I:toolHeadSawElectrum_302=302 - I:toolHeadSawEpoxidFiberReinforced_12=12 - I:toolHeadSawEpoxid_12=12 - I:toolHeadSawGold_392=392 - I:toolHeadSawHSSE_162=162 - I:toolHeadSawHSSG_196=196 - I:toolHeadSawHSSS_258=258 - I:toolHeadSawInvar_112=112 - I:toolHeadSawIridium_384=384 - I:toolHeadSawIron_112=112 - I:toolHeadSawIron_114=114 - I:toolHeadSawKanthal_88=88 - I:toolHeadSawLead_414=414 - I:toolHeadSawMagnalium_50=50 - I:toolHeadSawManganese_110=110 - I:toolHeadSawMithril_490=490 - I:toolHeadSawMolybdenum_190=190 - I:toolHeadSawNaquadahAlloy_196=196 - I:toolHeadSawNaquadahEnriched_196=196 - I:toolHeadSawNaquadah_196=196 - I:toolHeadSawNaquadria_196=196 - I:toolHeadSawNeodymium_288=288 - I:toolHeadSawNeodymium_292=292 - I:toolHeadSawNeutronium_200000=200000 - I:toolHeadSawNichrome_112=112 - I:toolHeadSawNickelZincFerrite_66=66 - I:toolHeadSawNickel_116=116 - I:toolHeadSawOsmiridium_382=382 - I:toolHeadSawOsmium_380=380 - I:toolHeadSawPalladium_212=212 - I:toolHeadSawPlatinum_390=390 - I:toolHeadSawPlutonium241_486=486 - I:toolHeadSawPlutonium_492=492 - I:toolHeadSawPolycaprolactam_10=10 - I:toolHeadSawPolyphenyleneSulfide_18=18 - I:toolHeadSawPolytetrafluoroethylene_32=32 - I:toolHeadSawRedSteel_138=138 - I:toolHeadSawRoseGold_338=338 - I:toolHeadSawSilver_214=214 - I:toolHeadSawStainlessSteel_110=110 - I:toolHeadSawSteel_112=112 - I:toolHeadSawSteel_114=114 - I:toolHeadSawSterlingSilver_196=196 - I:toolHeadSawThorium_460=460 - I:toolHeadSawTinAlloy_174=174 - I:toolHeadSawTitanium_96=96 - I:toolHeadSawTritanium_196=196 - I:toolHeadSawTungstenCarbide_194=194 - I:toolHeadSawTungstenSteel_238=238 - I:toolHeadSawTungsten_366=366 - I:toolHeadSawUltimet_122=122 - I:toolHeadSawUranium235_470=470 - I:toolHeadSawUranium_476=476 - I:toolHeadSawVanadiumSteel_110=110 - I:toolHeadShovelAluminium_26=26 - I:toolHeadShovelBeryllium_9=9 - I:toolHeadShovelBismuthBronze_92=92 - I:toolHeadShovelBismuth_208=208 - I:toolHeadShovelBlackBronze_98=98 - I:toolHeadShovelBlackSteel_64=64 - I:toolHeadShovelBlueSteel_75=75 - I:toolHeadShovelBrass_63=63 - I:toolHeadShovelBronze_76=76 - I:toolHeadShovelCarbon_12=12 - I:toolHeadShovelChrome_52=52 - I:toolHeadShovelCobaltBrass_58=58 - I:toolHeadShovelCobalt_59=59 - I:toolHeadShovelCupronickel_60=60 - I:toolHeadShovelDamascusSteel_56=56 - I:toolHeadShovelDarkSteel_98=98 - I:toolHeadShovelDuranium_98=98 - I:toolHeadShovelElectrum_151=151 - I:toolHeadShovelEpoxidFiberReinforced_6=6 - I:toolHeadShovelEpoxid_6=6 - I:toolHeadShovelGold_196=196 - I:toolHeadShovelHSSE_81=81 - I:toolHeadShovelHSSG_98=98 - I:toolHeadShovelHSSS_129=129 - I:toolHeadShovelInvar_56=56 - I:toolHeadShovelIridium_192=192 - I:toolHeadShovelIron_56=56 - I:toolHeadShovelIron_57=57 - I:toolHeadShovelKanthal_44=44 - I:toolHeadShovelLead_207=207 - I:toolHeadShovelMagnalium_25=25 - I:toolHeadShovelManganese_55=55 - I:toolHeadShovelMithril_245=245 - I:toolHeadShovelMolybdenum_95=95 - I:toolHeadShovelNaquadahAlloy_98=98 - I:toolHeadShovelNaquadahEnriched_98=98 - I:toolHeadShovelNaquadah_98=98 - I:toolHeadShovelNaquadria_98=98 - I:toolHeadShovelNeodymium_144=144 - I:toolHeadShovelNeodymium_146=146 - I:toolHeadShovelNeutronium_100000=100000 - I:toolHeadShovelNichrome_56=56 - I:toolHeadShovelNickelZincFerrite_33=33 - I:toolHeadShovelNickel_58=58 - I:toolHeadShovelOsmiridium_191=191 - I:toolHeadShovelOsmium_190=190 - I:toolHeadShovelPalladium_106=106 - I:toolHeadShovelPlastic_4=4 - I:toolHeadShovelPlatinum_195=195 - I:toolHeadShovelPlutonium241_243=243 - I:toolHeadShovelPlutonium_246=246 - I:toolHeadShovelPolycaprolactam_5=5 - I:toolHeadShovelPolyphenyleneSulfide_9=9 - I:toolHeadShovelPolystyrene_6=6 - I:toolHeadShovelPolytetrafluoroethylene_16=16 - I:toolHeadShovelPolyvinylChloride_10=10 - I:toolHeadShovelRedSteel_69=69 - I:toolHeadShovelRoseGold_169=169 - I:toolHeadShovelRubber_5=5 - I:toolHeadShovelSilicone_7=7 - I:toolHeadShovelSilver_107=107 - I:toolHeadShovelStainlessSteel_55=55 - I:toolHeadShovelSteel_56=56 - I:toolHeadShovelSteel_57=57 - I:toolHeadShovelSterlingSilver_98=98 - I:toolHeadShovelStyreneButadieneRubber_5=5 - I:toolHeadShovelThorium_230=230 - I:toolHeadShovelTinAlloy_87=87 - I:toolHeadShovelTitanium_48=48 - I:toolHeadShovelTritanium_98=98 - I:toolHeadShovelTungstenCarbide_97=97 - I:toolHeadShovelTungstenSteel_119=119 - I:toolHeadShovelTungsten_183=183 - I:toolHeadShovelUltimet_61=61 - I:toolHeadShovelUranium235_235=235 - I:toolHeadShovelUranium_238=238 - I:toolHeadShovelVanadiumSteel_55=55 - I:toolHeadSwordAluminium_52=52 - I:toolHeadSwordBeryllium_18=18 - I:toolHeadSwordBismuthBronze_184=184 - I:toolHeadSwordBismuth_416=416 - I:toolHeadSwordBlackBronze_196=196 - I:toolHeadSwordBlackSteel_128=128 - I:toolHeadSwordBlueSteel_150=150 - I:toolHeadSwordBrass_126=126 - I:toolHeadSwordBronze_152=152 - I:toolHeadSwordCarbon_24=24 - I:toolHeadSwordChrome_104=104 - I:toolHeadSwordCobaltBrass_116=116 - I:toolHeadSwordCobalt_118=118 - I:toolHeadSwordCupronickel_120=120 - I:toolHeadSwordDamascusSteel_112=112 - I:toolHeadSwordDarkSteel_196=196 - I:toolHeadSwordDuranium_196=196 - I:toolHeadSwordElectrum_302=302 - I:toolHeadSwordEpoxidFiberReinforced_12=12 - I:toolHeadSwordEpoxid_12=12 - I:toolHeadSwordGold_392=392 - I:toolHeadSwordHSSE_162=162 - I:toolHeadSwordHSSG_196=196 - I:toolHeadSwordHSSS_258=258 - I:toolHeadSwordInvar_112=112 - I:toolHeadSwordIridium_384=384 - I:toolHeadSwordIron_112=112 - I:toolHeadSwordIron_114=114 - I:toolHeadSwordKanthal_88=88 - I:toolHeadSwordLead_414=414 - I:toolHeadSwordMagnalium_50=50 - I:toolHeadSwordManganese_110=110 - I:toolHeadSwordMithril_490=490 - I:toolHeadSwordMolybdenum_190=190 - I:toolHeadSwordNaquadahAlloy_196=196 - I:toolHeadSwordNaquadahEnriched_196=196 - I:toolHeadSwordNaquadah_196=196 - I:toolHeadSwordNaquadria_196=196 - I:toolHeadSwordNeodymium_288=288 - I:toolHeadSwordNeodymium_292=292 - I:toolHeadSwordNeutronium_200000=200000 - I:toolHeadSwordNichrome_112=112 - I:toolHeadSwordNickelZincFerrite_66=66 - I:toolHeadSwordNickel_116=116 - I:toolHeadSwordOsmiridium_382=382 - I:toolHeadSwordOsmium_380=380 - I:toolHeadSwordPalladium_212=212 - I:toolHeadSwordPlastic_8=8 - I:toolHeadSwordPlatinum_390=390 - I:toolHeadSwordPlutonium241_486=486 - I:toolHeadSwordPlutonium_492=492 - I:toolHeadSwordPolycaprolactam_10=10 - I:toolHeadSwordPolyphenyleneSulfide_18=18 - I:toolHeadSwordPolystyrene_12=12 - I:toolHeadSwordPolytetrafluoroethylene_32=32 - I:toolHeadSwordPolyvinylChloride_20=20 - I:toolHeadSwordRedSteel_138=138 - I:toolHeadSwordRoseGold_338=338 - I:toolHeadSwordRubber_10=10 - I:toolHeadSwordSilicone_14=14 - I:toolHeadSwordSilver_214=214 - I:toolHeadSwordStainlessSteel_110=110 - I:toolHeadSwordSteel_112=112 - I:toolHeadSwordSteel_114=114 - I:toolHeadSwordSterlingSilver_196=196 - I:toolHeadSwordStyreneButadieneRubber_10=10 - I:toolHeadSwordThorium_460=460 - I:toolHeadSwordTinAlloy_174=174 - I:toolHeadSwordTitanium_96=96 - I:toolHeadSwordTritanium_196=196 - I:toolHeadSwordTungstenCarbide_194=194 - I:toolHeadSwordTungstenSteel_238=238 - I:toolHeadSwordTungsten_366=366 - I:toolHeadSwordUltimet_122=122 - I:toolHeadSwordUranium235_470=470 - I:toolHeadSwordUranium_476=476 - I:toolHeadSwordVanadiumSteel_110=110 - I:wireGt01Aluminium_52=52 - I:wireGt01BlackSteel_128=128 - I:wireGt01Cobalt_118=118 - I:wireGt01Copper_126=126 - I:wireGt01Cupronickel_120=120 - I:wireGt01Duranium_196=196 - I:wireGt01Electrum_302=302 - I:wireGt01Gold_392=392 - I:wireGt01HSSG_196=196 - I:wireGt01Iron_112=112 - I:wireGt01Iron_114=114 - I:wireGt01Kanthal_88=88 - I:wireGt01Lead_414=414 - I:wireGt01NaquadahAlloy_196=196 - I:wireGt01Naquadah_196=196 - I:wireGt01Nichrome_112=112 - I:wireGt01Nickel_116=116 - I:wireGt01NiobiumTitanium_142=142 - I:wireGt01Osmium_380=380 - I:wireGt01Platinum_390=390 - I:wireGt01RedAlloy_806=806 - I:wireGt01Silver_214=214 - I:wireGt01SolderingAlloy_236=236 - I:wireGt01Steel_112=112 - I:wireGt01Steel_114=114 - I:wireGt01Tin_236=236 - I:wireGt01Titanium_96=96 - I:wireGt01TungstenSteel_238=238 - I:wireGt01Tungsten_366=366 - I:wireGt01VanadiumGallium_110=110 - I:wireGt01YttriumBariumCuprate_102=102 - I:wireGt01Zinc_130=130 -} - - -fermenting { - I:fluid.fermentedbiomass_150=150 - I:fluid.potion.beer_1024=1024 - I:fluid.potion.cider_1024=1024 - I:fluid.potion.damage.strong_2048=2048 - I:fluid.potion.damage_1024=1024 - I:fluid.potion.darkbeer_1024=1024 - I:fluid.potion.dragonblood_2048=2048 - I:fluid.potion.glenmckenner_2048=2048 - I:fluid.potion.goldencider_1024=1024 - I:fluid.potion.invisibility.long_2048=2048 - I:fluid.potion.invisibility_1024=1024 - I:fluid.potion.limoncello_1024=1024 - I:fluid.potion.mundane_1024=1024 - I:fluid.potion.notchesbrew_1024=1024 - I:fluid.potion.piratebrew_2048=2048 - I:fluid.potion.poison.long_2048=2048 - I:fluid.potion.poison.strong_2048=2048 - I:fluid.potion.poison_1024=1024 - I:fluid.potion.rum_1024=1024 - I:fluid.potion.scotch_1024=1024 - I:fluid.potion.slowness.long_2048=2048 - I:fluid.potion.slowness_1024=1024 - I:fluid.potion.vinegar_2048=2048 - I:fluid.potion.weakness.long_2048=2048 - I:fluid.potion.weakness_1024=1024 - I:fluid.potion.wine_1024=1024 -} - - -fluidcanner { - B:cellEmpty_true=true - B:gt.metaitem.01.32510_true=true - B:gt.metaitem.01.32511_true=true - B:gt.metaitem.01.32520_true=true - B:gt.metaitem.01.32521_true=true - B:gt.metaitem.01.32530_true=true - B:gt.metaitem.01.32531_true=true - B:ic2.itemBatREDischarged_true=true - B:ic2.itemCellSteam_true=true -} - - -fluidextractor { - I:dustHydratedCoal_32=32 - I:dustMonazite_64=64 - I:dustQuartzite_600=600 - I:dustWood_16=16 - I:gemCharcoal_128=128 - I:gt.metaitem.02.32410_128=128 - I:gt.metaitem.02.32502_128=128 - I:gt.metaitem.02.32510_128=128 - I:gt.metaitem.02.32512_128=128 - I:gt.metaitem.02.32513_128=128 - I:gt.metaitem.02.32520_128=128 - I:gt.metaitem.02.32557_32=32 - I:ic2.itemTritiumCell_16=16 - I:item.dyePowder.black_128=128 - I:item.fish.clownfish.raw_16=16 - I:item.fish.cod.raw_16=16 - I:item.fish.pufferfish.raw_16=16 - I:item.fish.salmon.raw_16=16 - I:item.seeds_32=32 - I:item.seeds_64=64 - I:item.seeds_melon_32=32 - I:item.seeds_pumpkin_32=32 -} - - -fluidheater { - I:fluid.acetone_80=80 - I:fluid.ethenone_160=160 - I:fluid.growthmediumsterilized_60=60 - I:fluid.hotfryingoil_16=16 - I:fluid.steam_30=30 -} - - -fluidsmelter { - I:arrowGtWoodDamascusSteel_6=6 - I:arrowGtWoodSterlingSilver_6=6 - I:blockAluminium_216=216 - I:blockAmericium_216=216 - I:blockAnnealedCopper_216=216 - I:blockAntimony_216=216 - I:blockArsenic_216=216 - I:blockBatteryAlloy_216=216 - I:blockBeryllium_216=216 - I:blockBismuthBronze_216=216 - I:blockBismuth_216=216 - I:blockBlackBronze_216=216 - I:blockBlackSteel_216=216 - I:blockBlueSteel_216=216 - I:blockBrass_216=216 - I:blockBronze_216=216 - I:blockCaesium_216=216 - I:blockCerium_216=216 - I:blockChrome_216=216 - I:blockCobaltBrass_216=216 - I:blockCobalt_216=216 - I:blockConductiveIron_216=216 - I:blockCopper_216=216 - I:blockCupronickel_216=216 - I:blockDamascusSteel_216=216 - I:blockDarkSteel_216=216 - I:blockDuranium_216=216 - I:blockElectricalSteel_216=216 - I:blockElectrum_216=216 - I:blockEnergeticAlloy_216=216 - I:blockEuropium_216=216 - I:blockGallium_216=216 - I:blockGold_216=216 - I:blockHSSE_216=216 - I:blockHSSG_216=216 - I:blockHSSS_216=216 - I:blockIndium_216=216 - I:blockInvar_216=216 - I:blockIridium_216=216 - I:blockIronMagnetic_216=216 - I:blockIron_216=216 - I:blockKanthal_216=216 - I:blockLead_216=216 - I:blockLutetium_216=216 - I:blockMagnalium_216=216 - I:blockMagnesium_216=216 - I:blockManganese_216=216 - I:blockMithril_216=216 - I:blockMolybdenum_216=216 - I:blockNaquadahAlloy_216=216 - I:blockNaquadahEnriched_216=216 - I:blockNaquadah_216=216 - I:blockNaquadria_216=216 - I:blockNeodymiumMagnetic_216=216 - I:blockNeodymium_216=216 - I:blockNeutronium_216=216 - I:blockNichrome_216=216 - I:blockNickel_216=216 - I:blockNiobiumNitride_216=216 - I:blockNiobiumTitanium_216=216 - I:blockNiobium_216=216 - I:blockOsmiridium_216=216 - I:blockOsmium_216=216 - I:blockPalladium_216=216 - I:blockPhasedGold_216=216 - I:blockPhasedIron_216=216 - I:blockPigIron_216=216 - I:blockPlatinum_216=216 - I:blockPlutonium241_216=216 - I:blockPlutonium_216=216 - I:blockPulsatingIron_216=216 - I:blockRedAlloy_216=216 - I:blockRedSteel_216=216 - I:blockRedstone_216=216 - I:blockRoseGold_216=216 - I:blockSilicon_216=216 - I:blockSilver_216=216 - I:blockSolderingAlloy_216=216 - I:blockStainlessSteel_216=216 - I:blockSteelMagnetic_216=216 - I:blockSteel_216=216 - I:blockSterlingSilver_216=216 - I:blockTantalum_216=216 - I:blockThorium_216=216 - I:blockTinAlloy_216=216 - I:blockTin_216=216 - I:blockTitanium_216=216 - I:blockTritanium_216=216 - I:blockTungstenCarbide_216=216 - I:blockTungstenSteel_216=216 - I:blockTungsten_216=216 - I:blockUltimet_216=216 - I:blockUranium235_216=216 - I:blockUranium_216=216 - I:blockVanadiumGallium_216=216 - I:blockVanadiumSteel_216=216 - I:blockVanadium_216=216 - I:blockVibrantAlloy_216=216 - I:blockWroughtIron_216=216 - I:blockYttriumBariumCuprate_216=216 - I:blockYttrium_216=216 - I:blockZinc_216=216 - I:boltAluminium_3=3 - I:boltBeryllium_3=3 - I:boltBismuthBronze_3=3 - I:boltBismuth_3=3 - I:boltBlackBronze_3=3 - I:boltBlackSteel_3=3 - I:boltBlueSteel_3=3 - I:boltBrass_3=3 - I:boltBronze_3=3 - I:boltCarbon_3=3 - I:boltChrome_3=3 - I:boltCobaltBrass_3=3 - I:boltCobalt_3=3 - I:boltCupronickel_3=3 - I:boltDamascusSteel_3=3 - I:boltDarkSteel_3=3 - I:boltDuranium_3=3 - I:boltElectrum_3=3 - I:boltEpoxidFiberReinforced_3=3 - I:boltEpoxid_3=3 - I:boltGold_3=3 - I:boltHSSE_3=3 - I:boltHSSG_3=3 - I:boltHSSS_3=3 - I:boltInvar_3=3 - I:boltIridium_3=3 - I:boltIronMagnetic_3=3 - I:boltIron_3=3 - I:boltKanthal_3=3 - I:boltLead_3=3 - I:boltMagnalium_3=3 - I:boltManganese_3=3 - I:boltMithril_3=3 - I:boltMolybdenum_3=3 - I:boltNaquadahAlloy_3=3 - I:boltNaquadahEnriched_3=3 - I:boltNaquadah_3=3 - I:boltNaquadria_3=3 - I:boltNeodymiumMagnetic_3=3 - I:boltNeodymium_3=3 - I:boltNeutronium_3=3 - I:boltNichrome_3=3 - I:boltNickelZincFerrite_3=3 - I:boltNickel_3=3 - I:boltOsmiridium_3=3 - I:boltOsmium_3=3 - I:boltPalladium_3=3 - I:boltPigIron_3=3 - I:boltPlastic_3=3 - I:boltPlatinum_3=3 - I:boltPlutonium241_3=3 - I:boltPlutonium_3=3 - I:boltPolycaprolactam_3=3 - I:boltPolyphenyleneSulfide_3=3 - I:boltPolystyrene_3=3 - I:boltPolytetrafluoroethylene_3=3 - I:boltPolyvinylChloride_3=3 - I:boltRedSteel_3=3 - I:boltRoseGold_3=3 - I:boltRubber_3=3 - I:boltSilicone_3=3 - I:boltSilver_3=3 - I:boltStainlessSteel_3=3 - I:boltSteelMagnetic_3=3 - I:boltSteel_3=3 - I:boltSterlingSilver_3=3 - I:boltStyreneButadieneRubber_3=3 - I:boltThorium_3=3 - I:boltTinAlloy_3=3 - I:boltTin_3=3 - I:boltTitanium_3=3 - I:boltTritanium_3=3 - I:boltTungstenCarbide_3=3 - I:boltTungstenSteel_3=3 - I:boltTungsten_3=3 - I:boltUltimet_3=3 - I:boltUranium235_3=3 - I:boltUranium_3=3 - I:boltVanadiumSteel_3=3 - I:boltWroughtIron_3=3 - I:cableGt01Aluminium_12=12 - I:cableGt01AnnealedCopper_12=12 - I:cableGt01BlackSteel_12=12 - I:cableGt01BlueAlloy_12=12 - I:cableGt01Cobalt_12=12 - I:cableGt01Copper_12=12 - I:cableGt01Cupronickel_12=12 - I:cableGt01Duranium_12=12 - I:cableGt01Electrum_12=12 - I:cableGt01Gold_12=12 - I:cableGt01HSSG_12=12 - I:cableGt01Iron_12=12 - I:cableGt01Kanthal_12=12 - I:cableGt01Lead_12=12 - I:cableGt01NaquadahAlloy_12=12 - I:cableGt01Naquadah_12=12 - I:cableGt01Nichrome_12=12 - I:cableGt01Nickel_12=12 - I:cableGt01NiobiumTitanium_12=12 - I:cableGt01Osmium_12=12 - I:cableGt01Platinum_12=12 - I:cableGt01RedAlloy_12=12 - I:cableGt01Silver_12=12 - I:cableGt01SolderingAlloy_12=12 - I:cableGt01Steel_12=12 - I:cableGt01Tin_12=12 - I:cableGt01Titanium_12=12 - I:cableGt01TungstenSteel_12=12 - I:cableGt01Tungsten_12=12 - I:cableGt01VanadiumGallium_12=12 - I:cableGt01YttriumBariumCuprate_12=12 - I:cableGt01Zinc_12=12 - I:cableGt02Aluminium_24=24 - I:cableGt02AnnealedCopper_24=24 - I:cableGt02BlackSteel_24=24 - I:cableGt02BlueAlloy_24=24 - I:cableGt02Cobalt_24=24 - I:cableGt02Copper_24=24 - I:cableGt02Cupronickel_24=24 - I:cableGt02Duranium_24=24 - I:cableGt02Electrum_24=24 - I:cableGt02Gold_24=24 - I:cableGt02HSSG_24=24 - I:cableGt02Iron_24=24 - I:cableGt02Kanthal_24=24 - I:cableGt02Lead_24=24 - I:cableGt02NaquadahAlloy_24=24 - I:cableGt02Naquadah_24=24 - I:cableGt02Nichrome_24=24 - I:cableGt02Nickel_24=24 - I:cableGt02NiobiumTitanium_24=24 - I:cableGt02Osmium_24=24 - I:cableGt02Platinum_24=24 - I:cableGt02RedAlloy_24=24 - I:cableGt02Silver_24=24 - I:cableGt02SolderingAlloy_24=24 - I:cableGt02Steel_24=24 - I:cableGt02Tin_24=24 - I:cableGt02Titanium_24=24 - I:cableGt02TungstenSteel_24=24 - I:cableGt02Tungsten_24=24 - I:cableGt02VanadiumGallium_24=24 - I:cableGt02YttriumBariumCuprate_24=24 - I:cableGt02Zinc_24=24 - I:cableGt04Aluminium_48=48 - I:cableGt04AnnealedCopper_48=48 - I:cableGt04BlackSteel_48=48 - I:cableGt04BlueAlloy_48=48 - I:cableGt04Cobalt_48=48 - I:cableGt04Copper_48=48 - I:cableGt04Cupronickel_48=48 - I:cableGt04Duranium_48=48 - I:cableGt04Electrum_48=48 - I:cableGt04Gold_48=48 - I:cableGt04HSSG_48=48 - I:cableGt04Iron_48=48 - I:cableGt04Kanthal_48=48 - I:cableGt04Lead_48=48 - I:cableGt04NaquadahAlloy_48=48 - I:cableGt04Naquadah_48=48 - I:cableGt04Nichrome_48=48 - I:cableGt04Nickel_48=48 - I:cableGt04NiobiumTitanium_48=48 - I:cableGt04Osmium_48=48 - I:cableGt04Platinum_48=48 - I:cableGt04RedAlloy_48=48 - I:cableGt04Silver_48=48 - I:cableGt04SolderingAlloy_48=48 - I:cableGt04Steel_48=48 - I:cableGt04Tin_48=48 - I:cableGt04Titanium_48=48 - I:cableGt04TungstenSteel_48=48 - I:cableGt04Tungsten_48=48 - I:cableGt04VanadiumGallium_48=48 - I:cableGt04YttriumBariumCuprate_48=48 - I:cableGt04Zinc_48=48 - I:cableGt08Aluminium_96=96 - I:cableGt08AnnealedCopper_96=96 - I:cableGt08BlackSteel_96=96 - I:cableGt08BlueAlloy_96=96 - I:cableGt08Cobalt_96=96 - I:cableGt08Copper_96=96 - I:cableGt08Cupronickel_96=96 - I:cableGt08Duranium_96=96 - I:cableGt08Electrum_96=96 - I:cableGt08Gold_96=96 - I:cableGt08HSSG_96=96 - I:cableGt08Iron_96=96 - I:cableGt08Kanthal_96=96 - I:cableGt08Lead_96=96 - I:cableGt08NaquadahAlloy_96=96 - I:cableGt08Naquadah_96=96 - I:cableGt08Nichrome_96=96 - I:cableGt08Nickel_96=96 - I:cableGt08NiobiumTitanium_96=96 - I:cableGt08Osmium_96=96 - I:cableGt08Platinum_96=96 - I:cableGt08RedAlloy_96=96 - I:cableGt08Silver_96=96 - I:cableGt08SolderingAlloy_96=96 - I:cableGt08Steel_96=96 - I:cableGt08Tin_96=96 - I:cableGt08Titanium_96=96 - I:cableGt08TungstenSteel_96=96 - I:cableGt08Tungsten_96=96 - I:cableGt08VanadiumGallium_96=96 - I:cableGt08YttriumBariumCuprate_96=96 - I:cableGt08Zinc_96=96 - I:cableGt12Aluminium_144=144 - I:cableGt12AnnealedCopper_144=144 - I:cableGt12BlackSteel_144=144 - I:cableGt12BlueAlloy_144=144 - I:cableGt12Cobalt_144=144 - I:cableGt12Copper_144=144 - I:cableGt12Cupronickel_144=144 - I:cableGt12Duranium_144=144 - I:cableGt12Electrum_144=144 - I:cableGt12Gold_144=144 - I:cableGt12HSSG_144=144 - I:cableGt12Iron_144=144 - I:cableGt12Kanthal_144=144 - I:cableGt12Lead_144=144 - I:cableGt12NaquadahAlloy_144=144 - I:cableGt12Naquadah_144=144 - I:cableGt12Nichrome_144=144 - I:cableGt12Nickel_144=144 - I:cableGt12NiobiumTitanium_144=144 - I:cableGt12Osmium_144=144 - I:cableGt12Platinum_144=144 - I:cableGt12RedAlloy_144=144 - I:cableGt12Silver_144=144 - I:cableGt12SolderingAlloy_144=144 - I:cableGt12Steel_144=144 - I:cableGt12Tin_144=144 - I:cableGt12Titanium_144=144 - I:cableGt12TungstenSteel_144=144 - I:cableGt12Tungsten_144=144 - I:cableGt12VanadiumGallium_144=144 - I:cableGt12YttriumBariumCuprate_144=144 - I:cableGt12Zinc_144=144 - I:cellArsenic_24=24 - I:cellCarbon_24=24 - I:cellGlowstone_24=24 - I:dustAmericium_24=24 - I:dustAnnealedCopper_24=24 - I:dustAntimony_24=24 - I:dustArsenic_24=24 - I:dustBatteryAlloy_24=24 - I:dustBeryllium_24=24 - I:dustBismuth_24=24 - I:dustBlaze_24=24 - I:dustBorosilicateGlass_24=24 - I:dustBrass_24=24 - I:dustBronze_24=24 - I:dustCaesium_24=24 - I:dustCarbon_24=24 - I:dustCheese_24=24 - I:dustCobaltBrass_24=24 - I:dustCobalt_24=24 - I:dustConcrete_24=24 - I:dustCopper_24=24 - I:dustCupronickel_24=24 - I:dustDarkSteel_24=24 - I:dustDuranium_24=24 - I:dustElectrum_24=24 - I:dustEpoxidFiberReinforced_24=24 - I:dustEpoxid_24=24 - I:dustGallium_24=24 - I:dustGlass_24=24 - I:dustGlowstone_24=24 - I:dustGold_24=24 - I:dustIce_128=128 - I:dustIndiumGalliumPhosphide_24=24 - I:dustIndium_24=24 - I:dustInvar_24=24 - I:dustIronMagnetic_24=24 - I:dustIron_24=24 - I:dustLead_24=24 - I:dustLithium_24=24 - I:dustMagnalium_24=24 - I:dustMagnesium_24=24 - I:dustManganese_24=24 - I:dustMithril_24=24 - I:dustMolybdenum_24=24 - I:dustNeutronium_24=24 - I:dustNickel_24=24 - I:dustPigIron_24=24 - I:dustPlastic_24=24 - I:dustPlatinum_24=24 - I:dustPlutonium241_24=24 - I:dustPlutonium_24=24 - I:dustPolycaprolactam_24=24 - I:dustPolyphenyleneSulfide_24=24 - I:dustPolystyrene_24=24 - I:dustPolytetrafluoroethylene_24=24 - I:dustPolyvinylChloride_24=24 - I:dustPotassium_24=24 - I:dustRedAlloy_24=24 - I:dustRedstone_24=24 - I:dustRubber_24=24 - I:dustSilicon_24=24 - I:dustSilicone_24=24 - I:dustSilver_24=24 - I:dustSmallAmericium_6=6 - I:dustSmallAnnealedCopper_6=6 - I:dustSmallAntimony_6=6 - I:dustSmallArsenic_6=6 - I:dustSmallBatteryAlloy_6=6 - I:dustSmallBeryllium_6=6 - I:dustSmallBismuth_6=6 - I:dustSmallBlaze_6=6 - I:dustSmallBorosilicateGlass_6=6 - I:dustSmallBrass_6=6 - I:dustSmallBronze_6=6 - I:dustSmallCaesium_6=6 - I:dustSmallCarbon_6=6 - I:dustSmallCheese_6=6 - I:dustSmallCobaltBrass_6=6 - I:dustSmallCobalt_6=6 - I:dustSmallConcrete_6=6 - I:dustSmallCopper_6=6 - I:dustSmallCupronickel_6=6 - I:dustSmallDarkSteel_6=6 - I:dustSmallDuranium_6=6 - I:dustSmallElectrum_6=6 - I:dustSmallEpoxidFiberReinforced_6=6 - I:dustSmallEpoxid_6=6 - I:dustSmallGallium_6=6 - I:dustSmallGlass_6=6 - I:dustSmallGlowstone_6=6 - I:dustSmallGold_6=6 - I:dustSmallIndiumGalliumPhosphide_6=6 - I:dustSmallIndium_6=6 - I:dustSmallInvar_6=6 - I:dustSmallIronMagnetic_6=6 - I:dustSmallIron_6=6 - I:dustSmallLead_6=6 - I:dustSmallLithium_6=6 - I:dustSmallMagnalium_6=6 - I:dustSmallMagnesium_6=6 - I:dustSmallManganese_6=6 - I:dustSmallMithril_6=6 - I:dustSmallMolybdenum_6=6 - I:dustSmallNeutronium_6=6 - I:dustSmallNickel_6=6 - I:dustSmallPigIron_6=6 - I:dustSmallPlastic_6=6 - I:dustSmallPlatinum_6=6 - I:dustSmallPlutonium241_6=6 - I:dustSmallPlutonium_6=6 - I:dustSmallPolycaprolactam_6=6 - I:dustSmallPolyphenyleneSulfide_6=6 - I:dustSmallPolystyrene_6=6 - I:dustSmallPolytetrafluoroethylene_6=6 - I:dustSmallPolyvinylChloride_6=6 - I:dustSmallPotassium_6=6 - I:dustSmallRedAlloy_6=6 - I:dustSmallRedstone_6=6 - I:dustSmallRubber_6=6 - I:dustSmallSilicon_6=6 - I:dustSmallSilicone_6=6 - I:dustSmallSilver_6=6 - I:dustSmallSolderingAlloy_6=6 - I:dustSmallStyreneButadieneRubber_6=6 - I:dustSmallSugar_6=6 - I:dustSmallTantalum_6=6 - I:dustSmallThorium_6=6 - I:dustSmallTinAlloy_6=6 - I:dustSmallTin_6=6 - I:dustSmallTritanium_6=6 - I:dustSmallUranium235_6=6 - I:dustSmallUranium_6=6 - I:dustSmallWroughtIron_6=6 - I:dustSmallZinc_6=6 - I:dustSolderingAlloy_24=24 - I:dustStyreneButadieneRubber_24=24 - I:dustSugar_24=24 - I:dustTantalum_24=24 - I:dustThorium_24=24 - I:dustTinAlloy_24=24 - I:dustTin_24=24 - I:dustTinyAmericium_2=2 - I:dustTinyAnnealedCopper_2=2 - I:dustTinyAntimony_2=2 - I:dustTinyArsenic_2=2 - I:dustTinyBatteryAlloy_2=2 - I:dustTinyBeryllium_2=2 - I:dustTinyBismuth_2=2 - I:dustTinyBlaze_2=2 - I:dustTinyBorosilicateGlass_2=2 - I:dustTinyBrass_2=2 - I:dustTinyBronze_2=2 - I:dustTinyCaesium_2=2 - I:dustTinyCarbon_2=2 - I:dustTinyCheese_2=2 - I:dustTinyCobaltBrass_2=2 - I:dustTinyCobalt_2=2 - I:dustTinyConcrete_2=2 - I:dustTinyCopper_2=2 - I:dustTinyCupronickel_2=2 - I:dustTinyDarkSteel_2=2 - I:dustTinyDuranium_2=2 - I:dustTinyElectrum_2=2 - I:dustTinyEpoxidFiberReinforced_2=2 - I:dustTinyEpoxid_2=2 - I:dustTinyGallium_2=2 - I:dustTinyGlass_2=2 - I:dustTinyGlowstone_2=2 - I:dustTinyGold_2=2 - I:dustTinyIndiumGalliumPhosphide_2=2 - I:dustTinyIndium_2=2 - I:dustTinyInvar_2=2 - I:dustTinyIronMagnetic_2=2 - I:dustTinyIron_2=2 - I:dustTinyLead_2=2 - I:dustTinyLithium_2=2 - I:dustTinyMagnalium_2=2 - I:dustTinyMagnesium_2=2 - I:dustTinyManganese_2=2 - I:dustTinyMithril_2=2 - I:dustTinyMolybdenum_2=2 - I:dustTinyNeutronium_2=2 - I:dustTinyNickel_2=2 - I:dustTinyPigIron_2=2 - I:dustTinyPlastic_2=2 - I:dustTinyPlatinum_2=2 - I:dustTinyPlutonium241_2=2 - I:dustTinyPlutonium_2=2 - I:dustTinyPolycaprolactam_2=2 - I:dustTinyPolyphenyleneSulfide_2=2 - I:dustTinyPolystyrene_2=2 - I:dustTinyPolytetrafluoroethylene_2=2 - I:dustTinyPolyvinylChloride_2=2 - I:dustTinyPotassium_2=2 - I:dustTinyRedAlloy_2=2 - I:dustTinyRedstone_2=2 - I:dustTinyRubber_2=2 - I:dustTinySilicon_2=2 - I:dustTinySilicone_2=2 - I:dustTinySilver_2=2 - I:dustTinySolderingAlloy_2=2 - I:dustTinyStyreneButadieneRubber_2=2 - I:dustTinySugar_2=2 - I:dustTinyTantalum_2=2 - I:dustTinyThorium_2=2 - I:dustTinyTinAlloy_2=2 - I:dustTinyTin_2=2 - I:dustTinyTritanium_2=2 - I:dustTinyUranium235_2=2 - I:dustTinyUranium_2=2 - I:dustTinyWroughtIron_2=2 - I:dustTinyZinc_2=2 - I:dustTritanium_24=24 - I:dustUranium235_24=24 - I:dustUranium_24=24 - I:dustWroughtIron_24=24 - I:dustZinc_24=24 - I:enderio.silicon_24=24 - I:foilAluminium_6=6 - I:foilAnnealedCopper_6=6 - I:foilBlackSteel_6=6 - I:foilCopper_6=6 - I:foilDuranium_6=6 - I:foilElectrum_6=6 - I:foilGold_6=6 - I:foilHSSG_6=6 - I:foilManganese_6=6 - I:foilNaquadahAlloy_6=6 - I:foilNaquadah_6=6 - I:foilNichrome_6=6 - I:foilNiobiumTitanium_6=6 - I:foilOsmiridium_6=6 - I:foilOsmium_6=6 - I:foilPlastic_6=6 - I:foilPlatinum_6=6 - I:foilPolyphenyleneSulfide_6=6 - I:foilPolyvinylChloride_6=6 - I:foilSilicon_6=6 - I:foilSilicone_6=6 - I:foilSteel_6=6 - I:foilTitanium_6=6 - I:foilTungstenSteel_6=6 - I:foilTungsten_6=6 - I:foilVanadiumGallium_6=6 - I:foilYttriumBariumCuprate_6=6 - I:foilZinc_6=6 - I:frameGtAluminium_48=48 - I:frameGtAmericium_48=48 - I:frameGtAnnealedCopper_48=48 - I:frameGtAntimony_48=48 - I:frameGtArsenic_48=48 - I:frameGtBatteryAlloy_48=48 - I:frameGtBeryllium_48=48 - I:frameGtBismuthBronze_48=48 - I:frameGtBismuth_48=48 - I:frameGtBlackBronze_48=48 - I:frameGtBlackSteel_48=48 - I:frameGtBlueSteel_48=48 - I:frameGtBorosilicateGlass_48=48 - I:frameGtBrass_48=48 - I:frameGtBronze_48=48 - I:frameGtCaesium_48=48 - I:frameGtCarbon_48=48 - I:frameGtCerium_48=48 - I:frameGtChrome_48=48 - I:frameGtCobaltBrass_48=48 - I:frameGtCobalt_48=48 - I:frameGtCopper_48=48 - I:frameGtCupronickel_48=48 - I:frameGtDamascusSteel_48=48 - I:frameGtDarkSteel_48=48 - I:frameGtDuranium_48=48 - I:frameGtElectrum_48=48 - I:frameGtEpoxidFiberReinforced_48=48 - I:frameGtEpoxid_48=48 - I:frameGtEuropium_48=48 - I:frameGtGalliumArsenide_48=48 - I:frameGtGallium_48=48 - I:frameGtGold_48=48 - I:frameGtHSSE_48=48 - I:frameGtHSSG_48=48 - I:frameGtHSSS_48=48 - I:frameGtIndiumGalliumPhosphide_48=48 - I:frameGtIndium_48=48 - I:frameGtInvar_48=48 - I:frameGtIridium_48=48 - I:frameGtIronMagnetic_48=48 - I:frameGtIron_48=48 - I:frameGtKanthal_48=48 - I:frameGtLead_48=48 - I:frameGtLithium_48=48 - I:frameGtLutetium_48=48 - I:frameGtMagnalium_48=48 - I:frameGtMagnesium_48=48 - I:frameGtManganese_48=48 - I:frameGtMithril_48=48 - I:frameGtMolybdenum_48=48 - I:frameGtNaquadahAlloy_48=48 - I:frameGtNaquadahEnriched_48=48 - I:frameGtNaquadah_48=48 - I:frameGtNaquadria_48=48 - I:frameGtNeodymiumMagnetic_48=48 - I:frameGtNeodymium_48=48 - I:frameGtNeutronium_48=48 - I:frameGtNichrome_48=48 - I:frameGtNickelZincFerrite_48=48 - I:frameGtNickel_48=48 - I:frameGtNiobiumNitride_48=48 - I:frameGtNiobiumTitanium_48=48 - I:frameGtNiobium_48=48 - I:frameGtOsmiridium_48=48 - I:frameGtOsmium_48=48 - I:frameGtPalladium_48=48 - I:frameGtPigIron_48=48 - I:frameGtPlastic_48=48 - I:frameGtPlatinum_48=48 - I:frameGtPlutonium241_48=48 - I:frameGtPlutonium_48=48 - I:frameGtPolycaprolactam_48=48 - I:frameGtPolyphenyleneSulfide_48=48 - I:frameGtPolystyrene_48=48 - I:frameGtPolytetrafluoroethylene_48=48 - I:frameGtPolyvinylChloride_48=48 - I:frameGtPotassium_48=48 - I:frameGtRedAlloy_48=48 - I:frameGtRedSteel_48=48 - I:frameGtRoseGold_48=48 - I:frameGtRubber_48=48 - I:frameGtSilicon_48=48 - I:frameGtSilicone_48=48 - I:frameGtSilver_48=48 - I:frameGtSolderingAlloy_48=48 - I:frameGtStainlessSteel_48=48 - I:frameGtSteelMagnetic_48=48 - I:frameGtSteel_48=48 - I:frameGtSterlingSilver_48=48 - I:frameGtStyreneButadieneRubber_48=48 - I:frameGtTantalum_48=48 - I:frameGtThorium_48=48 - I:frameGtTinAlloy_48=48 - I:frameGtTin_48=48 - I:frameGtTitanium_48=48 - I:frameGtTritanium_48=48 - I:frameGtTungstenCarbide_48=48 - I:frameGtTungstenSteel_48=48 - I:frameGtTungsten_48=48 - I:frameGtUltimet_48=48 - I:frameGtUranium235_48=48 - I:frameGtUranium_48=48 - I:frameGtVanadiumGallium_48=48 - I:frameGtVanadiumSteel_48=48 - I:frameGtVanadium_48=48 - I:frameGtWroughtIron_48=48 - I:frameGtYttriumBariumCuprate_48=48 - I:frameGtYttrium_48=48 - I:frameGtZinc_48=48 - I:gearGtAluminium_96=96 - I:gearGtBronze_96=96 - I:gearGtCobaltBrass_96=96 - I:gearGtCopper_96=96 - I:gearGtGold_96=96 - I:gearGtHSSE_96=96 - I:gearGtHSSG_96=96 - I:gearGtIron_96=96 - I:gearGtNeutronium_96=96 - I:gearGtSmallAluminium_24=24 - I:gearGtSmallHSSE_24=24 - I:gearGtSmallHSSG_24=24 - I:gearGtSmallNeutronium_24=24 - I:gearGtSmallStainlessSteel_24=24 - I:gearGtSmallSteel_24=24 - I:gearGtSmallTitanium_24=24 - I:gearGtSmallTungstenSteel_24=24 - I:gearGtStainlessSteel_96=96 - I:gearGtSteel_96=96 - I:gearGtTin_96=96 - I:gearGtTitanium_96=96 - I:gearGtTungstenSteel_96=96 - I:gemChippedGlass_6=6 - I:gemExquisiteGlass_96=96 - I:gemFlawedGlass_12=12 - I:gemFlawlessGlass_48=48 - I:gemGlass_24=24 - I:gemIridium_24=24 - I:gt.blockcasings.0_192=192 - I:gt.blockcasings.10_72=72 - I:gt.blockcasings.11_96=96 - I:gt.blockcasings.1_192=192 - I:gt.blockcasings.2_192=192 - I:gt.blockcasings.3_192=192 - I:gt.blockcasings.4_192=192 - I:gt.blockcasings.5_192=192 - I:gt.blockcasings.6_192=192 - I:gt.blockcasings.7_192=192 - I:gt.blockcasings.8_192=192 - I:gt.blockcasings.9_192=192 - I:gt.blockcasings2.0_96=96 - I:gt.blockcasings2.12_216=216 - I:gt.blockcasings2.13_216=216 - I:gt.blockcasings2.14_216=216 - I:gt.blockcasings2.15_216=216 - I:gt.blockcasings2.1_96=96 - I:gt.blockcasings2.2_168=168 - I:gt.blockcasings2.3_168=168 - I:gt.blockcasings2.4_120=120 - I:gt.blockcasings2.5_2304=2304 - I:gt.blockcasings2.9_384=384 - I:gt.blockcasings3.0_96=96 - I:gt.blockcasings3.10_75=75 - I:gt.blockcasings3.11_144=144 - I:gt.blockcasings3.13_96=96 - I:gt.blockcasings3.14_96=96 - I:gt.blockcasings3.15_96=96 - I:gt.blockcasings3.1_96=96 - I:gt.blockcasings3.2_96=96 - I:gt.blockcasings3.3_96=96 - I:gt.blockcasings3.4_96=96 - I:gt.blockcasings3.5_96=96 - I:gt.blockcasings3.6_96=96 - I:gt.blockcasings3.7_96=96 - I:gt.blockcasings3.8_96=96 - I:gt.blockcasings3.9_96=96 - I:gt.blockcasings4.0_96=96 - I:gt.blockcasings4.10_72=72 - I:gt.blockcasings4.11_72=72 - I:gt.blockcasings4.12_72=72 - I:gt.blockcasings4.13_324=324 - I:gt.blockcasings4.14_96=96 - I:gt.blockcasings4.1_96=96 - I:gt.blockcasings4.2_96=96 - I:gt.blockcasings4.3_96=96 - I:gt.blockcasings4.6_192=192 - I:gt.blockcasings4.7_192=192 - I:gt.blockcasings4.8_192=192 - I:gt.blockcasings4.9_72=72 - I:gt.blockcasings5.0_192=192 - I:gt.blockcasings5.1_192=192 - I:gt.blockcasings5.2_192=192 - I:gt.blockcasings5.3_192=192 - I:gt.blockcasings5.4_192=192 - I:gt.blockcasings5.5_192=192 - I:gt.blockcasings5.6_192=192 - I:gt.blockcasings8.1_216=216 - I:gt.blockmachines.automation.chestbuffer.tier.04_768=768 - I:gt.blockmachines.automation.chestbuffer.tier.05_1536=1536 - I:gt.blockmachines.automation.filter.tier.04_768=768 - I:gt.blockmachines.automation.filter.tier.05_1536=1536 - I:gt.blockmachines.automation.itemdistributor.tier.04_2304=2304 - I:gt.blockmachines.automation.itemdistributor.tier.05_4608=4608 - I:gt.blockmachines.automation.regulator.tier.01_480=480 - I:gt.blockmachines.automation.regulator.tier.04_2304=2304 - I:gt.blockmachines.automation.regulator.tier.05_4608=4608 - I:gt.blockmachines.automation.regulator.tier.06_192=192 - I:gt.blockmachines.automation.regulator.tier.07_192=192 - I:gt.blockmachines.automation.regulator.tier.08_192=192 - I:gt.blockmachines.automation.regulator.tier.09_192=192 - I:gt.blockmachines.automation.superbuffer.tier.00_192=192 - I:gt.blockmachines.automation.superbuffer.tier.01_192=192 - I:gt.blockmachines.automation.superbuffer.tier.04_768=768 - I:gt.blockmachines.automation.superbuffer.tier.05_1536=1536 - I:gt.blockmachines.automation.superbuffer.tier.06_192=192 - I:gt.blockmachines.automation.superbuffer.tier.07_192=192 - I:gt.blockmachines.automation.superbuffer.tier.08_192=192 - I:gt.blockmachines.automation.superbuffer.tier.09_192=192 - I:gt.blockmachines.automation.typefilter.tier.04_768=768 - I:gt.blockmachines.automation.typefilter.tier.05_1536=1536 - I:gt.blockmachines.basicgenerator.diesel.tier.01_624=624 - I:gt.blockmachines.basicgenerator.diesel.tier.02_720=720 - I:gt.blockmachines.basicgenerator.gasturbine.tier.01_390=390 - I:gt.blockmachines.basicgenerator.gasturbine.tier.02_306=306 - I:gt.blockmachines.basicgenerator.lightningrod.03_960=960 - I:gt.blockmachines.basicgenerator.lightningrod.04_960=960 - I:gt.blockmachines.basicgenerator.lightningrod.05_1248=1248 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.01_384=384 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.02_384=384 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.03_288=288 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.04_576=576 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.01_192=192 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.02_192=192 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.03_192=192 - I:gt.blockmachines.basicgenerator.naquadah.tier.04_768=768 - I:gt.blockmachines.basicgenerator.naquadah.tier.05_1536=1536 - I:gt.blockmachines.basicgenerator.naquadah.tier.06_192=192 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.05_384=384 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.06_768=768 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.07_1728=1728 - I:gt.blockmachines.basicgenerator.steamturbine.tier.01_288=288 - I:gt.blockmachines.basicgenerator.steamturbine.tier.03_384=384 - I:gt.blockmachines.basicmachine.alloysmelter.tier.02_192=192 - I:gt.blockmachines.basicmachine.alloysmelter.tier.03_192=192 - I:gt.blockmachines.basicmachine.alloysmelter.tier.04_192=192 - I:gt.blockmachines.basicmachine.alloysmelter.tier.05_384=384 - I:gt.blockmachines.basicmachine.alloysmelter.tier.06_192=192 - I:gt.blockmachines.basicmachine.alloysmelter.tier.07_240=240 - I:gt.blockmachines.basicmachine.alloysmelter.tier.08_384=384 - I:gt.blockmachines.basicmachine.amplifab.tier.01_682=682 - I:gt.blockmachines.basicmachine.amplifab.tier.04_1536=1536 - I:gt.blockmachines.basicmachine.amplifab.tier.05_3072=3072 - I:gt.blockmachines.basicmachine.amplifab.tier.06_192=192 - I:gt.blockmachines.basicmachine.amplifab.tier.07_192=192 - I:gt.blockmachines.basicmachine.amplifab.tier.08_192=192 - I:gt.blockmachines.basicmachine.arcfurnace.tier.01_264=264 - I:gt.blockmachines.basicmachine.arcfurnace.tier.02_264=264 - I:gt.blockmachines.basicmachine.arcfurnace.tier.03_264=264 - I:gt.blockmachines.basicmachine.arcfurnace.tier.04_264=264 - I:gt.blockmachines.basicmachine.arcfurnace.tier.05_264=264 - I:gt.blockmachines.basicmachine.arcfurnace.tier.06_192=192 - I:gt.blockmachines.basicmachine.arcfurnace.tier.07_192=192 - I:gt.blockmachines.basicmachine.arcfurnace.tier.08_192=192 - I:gt.blockmachines.basicmachine.assembler.tier.04_3840=3840 - I:gt.blockmachines.basicmachine.assembler.tier.05_7680=7680 - I:gt.blockmachines.basicmachine.assembler.tier.06_192=192 - I:gt.blockmachines.basicmachine.assembler.tier.07_192=192 - I:gt.blockmachines.basicmachine.assembler.tier.08_192=192 - I:gt.blockmachines.basicmachine.autoclave.tier.01_288=288 - I:gt.blockmachines.basicmachine.autoclave.tier.02_312=312 - I:gt.blockmachines.basicmachine.autoclave.tier.03_384=384 - I:gt.blockmachines.basicmachine.autoclave.tier.04_384=384 - I:gt.blockmachines.basicmachine.autoclave.tier.05_768=768 - I:gt.blockmachines.basicmachine.autoclave.tier.06_192=192 - I:gt.blockmachines.basicmachine.autoclave.tier.07_192=192 - I:gt.blockmachines.basicmachine.autoclave.tier.08_192=192 - I:gt.blockmachines.basicmachine.bender.tier.01_432=432 - I:gt.blockmachines.basicmachine.bender.tier.04_1536=1536 - I:gt.blockmachines.basicmachine.bender.tier.05_3072=3072 - I:gt.blockmachines.basicmachine.bender.tier.06_192=192 - I:gt.blockmachines.basicmachine.bender.tier.07_192=192 - I:gt.blockmachines.basicmachine.bender.tier.08_192=192 - I:gt.blockmachines.basicmachine.boxinator.tier.04_1920=1920 - I:gt.blockmachines.basicmachine.boxinator.tier.05_3840=3840 - I:gt.blockmachines.basicmachine.brewery.tier.01_192=192 - I:gt.blockmachines.basicmachine.brewery.tier.02_216=216 - I:gt.blockmachines.basicmachine.brewery.tier.03_288=288 - I:gt.blockmachines.basicmachine.brewery.tier.04_384=384 - I:gt.blockmachines.basicmachine.brewery.tier.05_768=768 - I:gt.blockmachines.basicmachine.brewery.tier.06_192=192 - I:gt.blockmachines.basicmachine.brewery.tier.07_192=192 - I:gt.blockmachines.basicmachine.brewery.tier.08_192=192 - I:gt.blockmachines.basicmachine.canner.tier.01_192=192 - I:gt.blockmachines.basicmachine.canner.tier.02_216=216 - I:gt.blockmachines.basicmachine.canner.tier.03_288=288 - I:gt.blockmachines.basicmachine.canner.tier.04_384=384 - I:gt.blockmachines.basicmachine.canner.tier.05_768=768 - I:gt.blockmachines.basicmachine.canner.tier.06_192=192 - I:gt.blockmachines.basicmachine.canner.tier.07_192=192 - I:gt.blockmachines.basicmachine.canner.tier.08_192=192 - I:gt.blockmachines.basicmachine.centrifuge.tier.01_192=192 - I:gt.blockmachines.basicmachine.centrifuge.tier.04_768=768 - I:gt.blockmachines.basicmachine.centrifuge.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.centrifuge.tier.06_192=192 - I:gt.blockmachines.basicmachine.centrifuge.tier.07_192=192 - I:gt.blockmachines.basicmachine.centrifuge.tier.08_192=192 - I:gt.blockmachines.basicmachine.chemicalbath.tier.01_296=296 - I:gt.blockmachines.basicmachine.chemicalbath.tier.04_1920=1920 - I:gt.blockmachines.basicmachine.chemicalbath.tier.05_3840=3840 - I:gt.blockmachines.basicmachine.chemicalbath.tier.06_192=192 - I:gt.blockmachines.basicmachine.chemicalbath.tier.07_192=192 - I:gt.blockmachines.basicmachine.chemicalbath.tier.08_192=192 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.01_192=192 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.02_216=216 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.03_216=216 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.04_384=384 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.05_768=768 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.06_576=576 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.07_576=576 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.08_576=576 - I:gt.blockmachines.basicmachine.circuitassembler.tier.04_2688=2688 - I:gt.blockmachines.basicmachine.circuitassembler.tier.05_5376=5376 - I:gt.blockmachines.basicmachine.circuitassembler.tier.06_192=192 - I:gt.blockmachines.basicmachine.circuitassembler.tier.07_192=192 - I:gt.blockmachines.basicmachine.circuitassembler.tier.08_192=192 - I:gt.blockmachines.basicmachine.compressor.tier.01_432=432 - I:gt.blockmachines.basicmachine.compressor.tier.02_480=480 - I:gt.blockmachines.basicmachine.compressor.tier.03_480=480 - I:gt.blockmachines.basicmachine.compressor.tier.04_768=768 - I:gt.blockmachines.basicmachine.compressor.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.compressor.tier.06_192=192 - I:gt.blockmachines.basicmachine.compressor.tier.07_192=192 - I:gt.blockmachines.basicmachine.compressor.tier.08_192=192 - I:gt.blockmachines.basicmachine.cutter.tier.01_192=192 - I:gt.blockmachines.basicmachine.cutter.tier.04_1152=1152 - I:gt.blockmachines.basicmachine.cutter.tier.05_2304=2304 - I:gt.blockmachines.basicmachine.cutter.tier.06_192=192 - I:gt.blockmachines.basicmachine.cutter.tier.07_192=192 - I:gt.blockmachines.basicmachine.cutter.tier.08_192=192 - I:gt.blockmachines.basicmachine.disassembler.tier.01_768=768 - I:gt.blockmachines.basicmachine.disassembler.tier.04_4608=4608 - I:gt.blockmachines.basicmachine.disassembler.tier.05_9216=9216 - I:gt.blockmachines.basicmachine.disassembler.tier.06_192=192 - I:gt.blockmachines.basicmachine.disassembler.tier.07_192=192 - I:gt.blockmachines.basicmachine.disassembler.tier.08_192=192 - I:gt.blockmachines.basicmachine.distillery.tier.01_192=192 - I:gt.blockmachines.basicmachine.distillery.tier.02_216=216 - I:gt.blockmachines.basicmachine.distillery.tier.03_288=288 - I:gt.blockmachines.basicmachine.distillery.tier.04_384=384 - I:gt.blockmachines.basicmachine.distillery.tier.05_768=768 - I:gt.blockmachines.basicmachine.distillery.tier.06_192=192 - I:gt.blockmachines.basicmachine.distillery.tier.07_192=192 - I:gt.blockmachines.basicmachine.distillery.tier.08_192=192 - I:gt.blockmachines.basicmachine.e_furnace.tier.01_192=192 - I:gt.blockmachines.basicmachine.e_furnace.tier.02_192=192 - I:gt.blockmachines.basicmachine.e_furnace.tier.03_192=192 - I:gt.blockmachines.basicmachine.e_furnace.tier.04_192=192 - I:gt.blockmachines.basicmachine.e_furnace.tier.05_288=288 - I:gt.blockmachines.basicmachine.e_furnace.tier.06_192=192 - I:gt.blockmachines.basicmachine.e_furnace.tier.07_192=192 - I:gt.blockmachines.basicmachine.e_furnace.tier.08_288=288 - I:gt.blockmachines.basicmachine.e_oven.tier.01_192=192 - I:gt.blockmachines.basicmachine.e_oven.tier.02_192=192 - I:gt.blockmachines.basicmachine.e_oven.tier.03_192=192 - I:gt.blockmachines.basicmachine.e_oven.tier.04_192=192 - I:gt.blockmachines.basicmachine.e_oven.tier.05_288=288 - I:gt.blockmachines.basicmachine.e_oven.tier.06_192=192 - I:gt.blockmachines.basicmachine.e_oven.tier.07_192=192 - I:gt.blockmachines.basicmachine.e_oven.tier.08_288=288 - I:gt.blockmachines.basicmachine.electrolyzer.tier.01_192=192 - I:gt.blockmachines.basicmachine.electrolyzer.tier.02_192=192 - I:gt.blockmachines.basicmachine.electrolyzer.tier.03_192=192 - I:gt.blockmachines.basicmachine.electrolyzer.tier.04_192=192 - I:gt.blockmachines.basicmachine.electrolyzer.tier.05_192=192 - I:gt.blockmachines.basicmachine.electrolyzer.tier.06_192=192 - I:gt.blockmachines.basicmachine.electrolyzer.tier.07_192=192 - I:gt.blockmachines.basicmachine.electrolyzer.tier.08_240=240 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.01_192=192 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.04_960=960 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.05_1728=1728 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.06_192=192 - I:gt.blockmachines.basicmachine.extractor.tier.01_312=312 - I:gt.blockmachines.basicmachine.extractor.tier.02_360=360 - I:gt.blockmachines.basicmachine.extractor.tier.03_432=432 - I:gt.blockmachines.basicmachine.extractor.tier.04_768=768 - I:gt.blockmachines.basicmachine.extractor.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.extractor.tier.06_192=192 - I:gt.blockmachines.basicmachine.extractor.tier.07_192=192 - I:gt.blockmachines.basicmachine.extractor.tier.08_192=192 - I:gt.blockmachines.basicmachine.extruder.tier.01_312=312 - I:gt.blockmachines.basicmachine.extruder.tier.02_336=336 - I:gt.blockmachines.basicmachine.extruder.tier.03_408=408 - I:gt.blockmachines.basicmachine.extruder.tier.04_408=408 - I:gt.blockmachines.basicmachine.extruder.tier.05_768=768 - I:gt.blockmachines.basicmachine.extruder.tier.06_192=192 - I:gt.blockmachines.basicmachine.extruder.tier.07_216=216 - I:gt.blockmachines.basicmachine.extruder.tier.08_288=288 - I:gt.blockmachines.basicmachine.fermenter.tier.01_212=212 - I:gt.blockmachines.basicmachine.fermenter.tier.02_216=216 - I:gt.blockmachines.basicmachine.fermenter.tier.03_288=288 - I:gt.blockmachines.basicmachine.fermenter.tier.04_384=384 - I:gt.blockmachines.basicmachine.fermenter.tier.05_768=768 - I:gt.blockmachines.basicmachine.fermenter.tier.06_192=192 - I:gt.blockmachines.basicmachine.fermenter.tier.07_192=192 - I:gt.blockmachines.basicmachine.fermenter.tier.08_288=288 - I:gt.blockmachines.basicmachine.fluidcanner.tier.01_192=192 - I:gt.blockmachines.basicmachine.fluidcanner.tier.02_216=216 - I:gt.blockmachines.basicmachine.fluidcanner.tier.03_288=288 - I:gt.blockmachines.basicmachine.fluidcanner.tier.04_384=384 - I:gt.blockmachines.basicmachine.fluidcanner.tier.05_768=768 - I:gt.blockmachines.basicmachine.fluidcanner.tier.06_192=192 - I:gt.blockmachines.basicmachine.fluidcanner.tier.07_192=192 - I:gt.blockmachines.basicmachine.fluidcanner.tier.08_192=192 - I:gt.blockmachines.basicmachine.fluidextractor.tier.01_312=312 - I:gt.blockmachines.basicmachine.fluidextractor.tier.02_360=360 - I:gt.blockmachines.basicmachine.fluidextractor.tier.03_432=432 - I:gt.blockmachines.basicmachine.fluidextractor.tier.04_768=768 - I:gt.blockmachines.basicmachine.fluidextractor.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.fluidextractor.tier.06_192=192 - I:gt.blockmachines.basicmachine.fluidextractor.tier.07_192=192 - I:gt.blockmachines.basicmachine.fluidextractor.tier.08_192=192 - I:gt.blockmachines.basicmachine.fluidheater.tier.01_329=329 - I:gt.blockmachines.basicmachine.fluidheater.tier.04_768=768 - I:gt.blockmachines.basicmachine.fluidheater.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.fluidheater.tier.06_192=192 - I:gt.blockmachines.basicmachine.fluidheater.tier.07_192=192 - I:gt.blockmachines.basicmachine.fluidheater.tier.08_288=288 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.01_329=329 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.04_768=768 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.06_192=192 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.07_192=192 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.08_192=192 - I:gt.blockmachines.basicmachine.hammer.tier.01_312=312 - I:gt.blockmachines.basicmachine.hammer.tier.02_336=336 - I:gt.blockmachines.basicmachine.hammer.tier.03_336=336 - I:gt.blockmachines.basicmachine.hammer.tier.04_384=384 - I:gt.blockmachines.basicmachine.hammer.tier.05_768=768 - I:gt.blockmachines.basicmachine.hammer.tier.06_240=240 - I:gt.blockmachines.basicmachine.hammer.tier.07_240=240 - I:gt.blockmachines.basicmachine.hammer.tier.08_288=288 - I:gt.blockmachines.basicmachine.laserengraver.tier.01_432=432 - I:gt.blockmachines.basicmachine.laserengraver.tier.02_480=480 - I:gt.blockmachines.basicmachine.laserengraver.tier.03_480=480 - I:gt.blockmachines.basicmachine.laserengraver.tier.04_768=768 - I:gt.blockmachines.basicmachine.laserengraver.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.laserengraver.tier.06_192=192 - I:gt.blockmachines.basicmachine.laserengraver.tier.07_192=192 - I:gt.blockmachines.basicmachine.laserengraver.tier.08_192=192 - I:gt.blockmachines.basicmachine.lathe.tier.01_312=312 - I:gt.blockmachines.basicmachine.lathe.tier.02_360=360 - I:gt.blockmachines.basicmachine.lathe.tier.04_768=768 - I:gt.blockmachines.basicmachine.lathe.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.lathe.tier.06_192=192 - I:gt.blockmachines.basicmachine.lathe.tier.07_192=192 - I:gt.blockmachines.basicmachine.lathe.tier.08_240=240 - I:gt.blockmachines.basicmachine.macerator.tier.01_312=312 - I:gt.blockmachines.basicmachine.macerator.tier.02_360=360 - I:gt.blockmachines.basicmachine.macerator.tier.04_768=768 - I:gt.blockmachines.basicmachine.macerator.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.macerator.tier.06_192=192 - I:gt.blockmachines.basicmachine.macerator.tier.07_192=192 - I:gt.blockmachines.basicmachine.macerator.tier.08_240=240 - I:gt.blockmachines.basicmachine.massfab.tier.01_192=192 - I:gt.blockmachines.basicmachine.massfab.tier.02_192=192 - I:gt.blockmachines.basicmachine.massfab.tier.03_384=384 - I:gt.blockmachines.basicmachine.massfab.tier.04_768=768 - I:gt.blockmachines.basicmachine.massfab.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.massfab.tier.06_192=192 - I:gt.blockmachines.basicmachine.massfab.tier.07_192=192 - I:gt.blockmachines.basicmachine.massfab.tier.08_192=192 - I:gt.blockmachines.basicmachine.microtransmitter.03_192=192 - I:gt.blockmachines.basicmachine.microtransmitter.04_384=384 - I:gt.blockmachines.basicmachine.microtransmitter.05_384=384 - I:gt.blockmachines.basicmachine.microtransmitter.06_960=960 - I:gt.blockmachines.basicmachine.microtransmitter.07_960=960 - I:gt.blockmachines.basicmachine.microwave.tier.01_192=192 - I:gt.blockmachines.basicmachine.microwave.tier.02_216=216 - I:gt.blockmachines.basicmachine.microwave.tier.03_216=216 - I:gt.blockmachines.basicmachine.microwave.tier.04_384=384 - I:gt.blockmachines.basicmachine.microwave.tier.05_768=768 - I:gt.blockmachines.basicmachine.microwave.tier.06_192=192 - I:gt.blockmachines.basicmachine.microwave.tier.07_192=192 - I:gt.blockmachines.basicmachine.microwave.tier.08_192=192 - I:gt.blockmachines.basicmachine.miner.tier.01_288=288 - I:gt.blockmachines.basicmachine.mixer.tier.01_192=192 - I:gt.blockmachines.basicmachine.mixer.tier.02_216=216 - I:gt.blockmachines.basicmachine.mixer.tier.03_216=216 - I:gt.blockmachines.basicmachine.mixer.tier.04_384=384 - I:gt.blockmachines.basicmachine.mixer.tier.05_768=768 - I:gt.blockmachines.basicmachine.mixer.tier.06_294=294 - I:gt.blockmachines.basicmachine.mixer.tier.07_294=294 - I:gt.blockmachines.basicmachine.mixer.tier.08_294=294 - I:gt.blockmachines.basicmachine.mobrep.tier.01_192=192 - I:gt.blockmachines.basicmachine.mobrep.tier.02_192=192 - I:gt.blockmachines.basicmachine.mobrep.tier.03_192=192 - I:gt.blockmachines.basicmachine.mobrep.tier.04_192=192 - I:gt.blockmachines.basicmachine.mobrep.tier.05_192=192 - I:gt.blockmachines.basicmachine.mobrep.tier.06_192=192 - I:gt.blockmachines.basicmachine.mobrep.tier.07_192=192 - I:gt.blockmachines.basicmachine.mobrep.tier.08_192=192 - I:gt.blockmachines.basicmachine.orewasher.tier.01_276=276 - I:gt.blockmachines.basicmachine.orewasher.tier.02_216=216 - I:gt.blockmachines.basicmachine.orewasher.tier.03_216=216 - I:gt.blockmachines.basicmachine.orewasher.tier.04_384=384 - I:gt.blockmachines.basicmachine.orewasher.tier.05_768=768 - I:gt.blockmachines.basicmachine.orewasher.tier.06_396=396 - I:gt.blockmachines.basicmachine.orewasher.tier.07_396=396 - I:gt.blockmachines.basicmachine.orewasher.tier.08_396=396 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.01_449=449 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.03_408=408 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.04_768=768 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.06_192=192 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.07_192=192 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.08_192=192 - I:gt.blockmachines.basicmachine.polarizer.tier.01_192=192 - I:gt.blockmachines.basicmachine.polarizer.tier.02_192=192 - I:gt.blockmachines.basicmachine.polarizer.tier.04_384=384 - I:gt.blockmachines.basicmachine.polarizer.tier.05_384=384 - I:gt.blockmachines.basicmachine.polarizer.tier.06_192=192 - I:gt.blockmachines.basicmachine.press.tier.01_432=432 - I:gt.blockmachines.basicmachine.press.tier.02_480=480 - I:gt.blockmachines.basicmachine.press.tier.03_480=480 - I:gt.blockmachines.basicmachine.press.tier.04_768=768 - I:gt.blockmachines.basicmachine.press.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.press.tier.06_192=192 - I:gt.blockmachines.basicmachine.press.tier.07_192=192 - I:gt.blockmachines.basicmachine.press.tier.08_288=288 - I:gt.blockmachines.basicmachine.printer.tier.01_192=192 - I:gt.blockmachines.basicmachine.printer.tier.04_1152=1152 - I:gt.blockmachines.basicmachine.printer.tier.05_2304=2304 - I:gt.blockmachines.basicmachine.printer.tier.06_192=192 - I:gt.blockmachines.basicmachine.printer.tier.07_192=192 - I:gt.blockmachines.basicmachine.printer.tier.08_240=240 - I:gt.blockmachines.basicmachine.pump.tier.01_586=586 - I:gt.blockmachines.basicmachine.pump.tier.02_576=576 - I:gt.blockmachines.basicmachine.pump.tier.03_864=864 - I:gt.blockmachines.basicmachine.pump.tier.04_1536=1536 - I:gt.blockmachines.basicmachine.pump.tier.05_3072=3072 - I:gt.blockmachines.basicmachine.recycler.tier.01_432=432 - I:gt.blockmachines.basicmachine.recycler.tier.02_480=480 - I:gt.blockmachines.basicmachine.recycler.tier.03_480=480 - I:gt.blockmachines.basicmachine.recycler.tier.04_768=768 - I:gt.blockmachines.basicmachine.recycler.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.recycler.tier.06_192=192 - I:gt.blockmachines.basicmachine.recycler.tier.07_192=192 - I:gt.blockmachines.basicmachine.recycler.tier.08_192=192 - I:gt.blockmachines.basicmachine.replicator.tier.01_192=192 - I:gt.blockmachines.basicmachine.replicator.tier.02_192=192 - I:gt.blockmachines.basicmachine.replicator.tier.03_192=192 - I:gt.blockmachines.basicmachine.replicator.tier.04_384=384 - I:gt.blockmachines.basicmachine.replicator.tier.05_960=960 - I:gt.blockmachines.basicmachine.replicator.tier.06_192=192 - I:gt.blockmachines.basicmachine.replicator.tier.07_192=192 - I:gt.blockmachines.basicmachine.replicator.tier.08_192=192 - I:gt.blockmachines.basicmachine.rockbreaker.tier.01_312=312 - I:gt.blockmachines.basicmachine.rockbreaker.tier.02_360=360 - I:gt.blockmachines.basicmachine.rockbreaker.tier.04_768=768 - I:gt.blockmachines.basicmachine.rockbreaker.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.rockbreaker.tier.06_192=192 - I:gt.blockmachines.basicmachine.rockbreaker.tier.07_192=192 - I:gt.blockmachines.basicmachine.rockbreaker.tier.08_192=192 - I:gt.blockmachines.basicmachine.scanner.tier.01_288=288 - I:gt.blockmachines.basicmachine.scanner.tier.02_288=288 - I:gt.blockmachines.basicmachine.scanner.tier.03_288=288 - I:gt.blockmachines.basicmachine.scanner.tier.04_288=288 - I:gt.blockmachines.basicmachine.scanner.tier.05_288=288 - I:gt.blockmachines.basicmachine.scanner.tier.06_192=192 - I:gt.blockmachines.basicmachine.scanner.tier.07_192=192 - I:gt.blockmachines.basicmachine.scanner.tier.08_192=192 - I:gt.blockmachines.basicmachine.seismicprospector.3_480=480 - I:gt.blockmachines.basicmachine.seismicprospector_624=624 - I:gt.blockmachines.basicmachine.sifter.tier.01_432=432 - I:gt.blockmachines.basicmachine.sifter.tier.02_480=480 - I:gt.blockmachines.basicmachine.sifter.tier.03_480=480 - I:gt.blockmachines.basicmachine.sifter.tier.04_768=768 - I:gt.blockmachines.basicmachine.sifter.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.sifter.tier.06_192=192 - I:gt.blockmachines.basicmachine.sifter.tier.07_192=192 - I:gt.blockmachines.basicmachine.sifter.tier.08_192=192 - I:gt.blockmachines.basicmachine.slicer.tier.01_312=312 - I:gt.blockmachines.basicmachine.slicer.tier.04_1152=1152 - I:gt.blockmachines.basicmachine.slicer.tier.05_2304=2304 - I:gt.blockmachines.basicmachine.slicer.tier.06_192=192 - I:gt.blockmachines.basicmachine.slicer.tier.07_192=192 - I:gt.blockmachines.basicmachine.slicer.tier.08_288=288 - I:gt.blockmachines.basicmachine.teleporter_1152=1152 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.04_768=768 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.05_1536=1536 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.06_192=192 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.07_192=192 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.08_288=288 - I:gt.blockmachines.basicmachine.unboxinator.tier.04_1920=1920 - I:gt.blockmachines.basicmachine.unboxinator.tier.05_3840=3840 - I:gt.blockmachines.basicmachine.wiremill.tier.04_1536=1536 - I:gt.blockmachines.basicmachine.wiremill.tier.05_3072=3072 - I:gt.blockmachines.basicmachine.wiremill.tier.06_192=192 - I:gt.blockmachines.basicmachine.wiremill.tier.07_192=192 - I:gt.blockmachines.basicmachine.wiremill.tier.08_192=192 - I:gt.blockmachines.batterybuffer.04.tier.00_216=216 - I:gt.blockmachines.batterybuffer.04.tier.01_216=216 - I:gt.blockmachines.batterybuffer.04.tier.03_216=216 - I:gt.blockmachines.batterybuffer.04.tier.04_216=216 - I:gt.blockmachines.batterybuffer.04.tier.05_216=216 - I:gt.blockmachines.batterybuffer.04.tier.06_216=216 - I:gt.blockmachines.batterybuffer.04.tier.07_216=216 - I:gt.blockmachines.batterybuffer.04.tier.08_288=288 - I:gt.blockmachines.batterybuffer.09.tier.00_408=408 - I:gt.blockmachines.batterybuffer.09.tier.01_408=408 - I:gt.blockmachines.batterybuffer.09.tier.03_408=408 - I:gt.blockmachines.batterybuffer.09.tier.04_408=408 - I:gt.blockmachines.batterybuffer.09.tier.05_408=408 - I:gt.blockmachines.batterybuffer.09.tier.06_408=408 - I:gt.blockmachines.batterybuffer.09.tier.07_408=408 - I:gt.blockmachines.batterybuffer.09.tier.08_480=480 - I:gt.blockmachines.batterybuffer.16.tier.00_792=792 - I:gt.blockmachines.batterybuffer.16.tier.01_792=792 - I:gt.blockmachines.batterybuffer.16.tier.03_792=792 - I:gt.blockmachines.batterybuffer.16.tier.04_792=792 - I:gt.blockmachines.batterybuffer.16.tier.05_792=792 - I:gt.blockmachines.batterybuffer.16.tier.06_792=792 - I:gt.blockmachines.batterybuffer.16.tier.07_792=792 - I:gt.blockmachines.batterybuffer.16.tier.08_864=864 - I:gt.blockmachines.batterycharger.16.tier.00_792=792 - I:gt.blockmachines.batterycharger.16.tier.01_792=792 - I:gt.blockmachines.batterycharger.16.tier.03_792=792 - I:gt.blockmachines.batterycharger.16.tier.04_792=792 - I:gt.blockmachines.batterycharger.16.tier.05_792=792 - I:gt.blockmachines.batterycharger.16.tier.06_792=792 - I:gt.blockmachines.batterycharger.16.tier.07_792=792 - I:gt.blockmachines.batterycharger.16.tier.08_864=864 - I:gt.blockmachines.boiler.lava_240=240 - I:gt.blockmachines.boiler.solar_168=168 - I:gt.blockmachines.bronzemachine.compressor_336=336 - I:gt.blockmachines.bronzemachine.extractor_336=336 - I:gt.blockmachines.bronzemachine.furnace_288=288 - I:gt.blockmachines.bronzemachine.hammer_336=336 - I:gt.blockmachines.bronzemachine.macerator_288=288 - I:gt.blockmachines.gt_pipe_plasmacontain_96=96 - I:gt.blockmachines.hatch.dataaccess.adv_192=192 - I:gt.blockmachines.hatch.dataaccess_192=192 - I:gt.blockmachines.hatch.dynamo.tier.00_192=192 - I:gt.blockmachines.hatch.dynamo.tier.01_192=192 - I:gt.blockmachines.hatch.dynamo.tier.02_192=192 - I:gt.blockmachines.hatch.dynamo.tier.03_192=192 - I:gt.blockmachines.hatch.dynamo.tier.04_192=192 - I:gt.blockmachines.hatch.dynamo.tier.05_192=192 - I:gt.blockmachines.hatch.dynamo.tier.06_192=192 - I:gt.blockmachines.hatch.dynamo.tier.07_192=192 - I:gt.blockmachines.hatch.dynamo.tier.08_192=192 - I:gt.blockmachines.hatch.dynamo.tier.09_192=192 - I:gt.blockmachines.hatch.energy.tier.00_192=192 - I:gt.blockmachines.hatch.energy.tier.01_192=192 - I:gt.blockmachines.hatch.energy.tier.02_192=192 - I:gt.blockmachines.hatch.energy.tier.03_192=192 - I:gt.blockmachines.hatch.energy.tier.04_192=192 - I:gt.blockmachines.hatch.energy.tier.05_192=192 - I:gt.blockmachines.hatch.energy.tier.06_192=192 - I:gt.blockmachines.hatch.energy.tier.07_192=192 - I:gt.blockmachines.hatch.energy.tier.08_192=192 - I:gt.blockmachines.hatch.energy.tier.09_192=192 - I:gt.blockmachines.hatch.input.tier.00_192=192 - I:gt.blockmachines.hatch.input.tier.01_192=192 - I:gt.blockmachines.hatch.input.tier.02_192=192 - I:gt.blockmachines.hatch.input.tier.03_192=192 - I:gt.blockmachines.hatch.input.tier.04_192=192 - I:gt.blockmachines.hatch.input.tier.05_192=192 - I:gt.blockmachines.hatch.input.tier.06_192=192 - I:gt.blockmachines.hatch.input.tier.07_192=192 - I:gt.blockmachines.hatch.input.tier.08_192=192 - I:gt.blockmachines.hatch.input.tier.09_192=192 - I:gt.blockmachines.hatch.maintenance.auto_4608=4608 - I:gt.blockmachines.hatch.maintenance_192=192 - I:gt.blockmachines.hatch.muffler.tier.01_264=264 - I:gt.blockmachines.hatch.muffler.tier.02_192=192 - I:gt.blockmachines.hatch.muffler.tier.03_192=192 - I:gt.blockmachines.hatch.muffler.tier.04_192=192 - I:gt.blockmachines.hatch.muffler.tier.05_192=192 - I:gt.blockmachines.hatch.muffler.tier.06_192=192 - I:gt.blockmachines.hatch.muffler.tier.07_192=192 - I:gt.blockmachines.hatch.muffler.tier.08_192=192 - I:gt.blockmachines.hatch.muffler.tier.09_192=192 - I:gt.blockmachines.hatch.output.tier.00_192=192 - I:gt.blockmachines.hatch.output.tier.01_192=192 - I:gt.blockmachines.hatch.output.tier.02_192=192 - I:gt.blockmachines.hatch.output.tier.03_192=192 - I:gt.blockmachines.hatch.output.tier.04_192=192 - I:gt.blockmachines.hatch.output.tier.05_192=192 - I:gt.blockmachines.hatch.output.tier.06_192=192 - I:gt.blockmachines.hatch.output.tier.07_192=192 - I:gt.blockmachines.hatch.output.tier.08_192=192 - I:gt.blockmachines.hatch.output.tier.09_192=192 - I:gt.blockmachines.hatch.output_bus.tier.00_192=192 - I:gt.blockmachines.hatch.output_bus.tier.01_192=192 - I:gt.blockmachines.hatch.output_bus.tier.02_192=192 - I:gt.blockmachines.hatch.output_bus.tier.03_192=192 - I:gt.blockmachines.hatch.output_bus.tier.04_192=192 - I:gt.blockmachines.hatch.output_bus.tier.05_192=192 - I:gt.blockmachines.hatch.output_bus.tier.06_192=192 - I:gt.blockmachines.hatch.output_bus.tier.07_192=192 - I:gt.blockmachines.hatch.output_bus.tier.08_192=192 - I:gt.blockmachines.hatch.output_bus.tier.09_192=192 - I:gt.blockmachines.hull.bronze_192=192 - I:gt.blockmachines.hull.bronze_bricked_120=120 - I:gt.blockmachines.hull.steel_192=192 - I:gt.blockmachines.hull.steel_bricked_120=120 - I:gt.blockmachines.hull.tier.00_192=192 - I:gt.blockmachines.hull.tier.01_192=192 - I:gt.blockmachines.hull.tier.02_192=192 - I:gt.blockmachines.hull.tier.03_192=192 - I:gt.blockmachines.hull.tier.04_192=192 - I:gt.blockmachines.hull.tier.05_192=192 - I:gt.blockmachines.hull.tier.06_192=192 - I:gt.blockmachines.hull.tier.07_192=192 - I:gt.blockmachines.hull.tier.08_192=192 - I:gt.blockmachines.hull.tier.09_192=192 - I:gt.blockmachines.multimachine.assemblyline_6144=6144 - I:gt.blockmachines.multimachine.boiler.bronze_96=96 - I:gt.blockmachines.multimachine.boiler.steel_96=96 - I:gt.blockmachines.multimachine.boiler.titanium_96=96 - I:gt.blockmachines.multimachine.boiler.tungstensteel_96=96 - I:gt.blockmachines.multimachine.charcoalpile_120=120 - I:gt.blockmachines.multimachine.chemicalreactor_318=318 - I:gt.blockmachines.multimachine.cleanroom_444=444 - I:gt.blockmachines.multimachine.concretebackfiller3_1152=1152 - I:gt.blockmachines.multimachine.cracker_768=768 - I:gt.blockmachines.multimachine.dieselengine_1536=1536 - I:gt.blockmachines.multimachine.distillationtower_768=768 - I:gt.blockmachines.multimachine.heatexchanger_1536=1536 - I:gt.blockmachines.multimachine.implosioncompressor_96=96 - I:gt.blockmachines.multimachine.largegasturbine_672=672 - I:gt.blockmachines.multimachine.largehpturbine_672=672 - I:gt.blockmachines.multimachine.largeplasmaturbine_960=960 - I:gt.blockmachines.multimachine.largeturbine_672=672 - I:gt.blockmachines.multimachine.oildrill3_1152=1152 - I:gt.blockmachines.multimachine.oredrill1_1152=1152 - I:gt.blockmachines.multimachine.oredrill2_3456=3456 - I:gt.blockmachines.multimachine.oredrill3_3456=3456 - I:gt.blockmachines.multimachine.oredrill4_3456=3456 - I:gt.blockmachines.multimachine.processingarray_2304=2304 - I:gt.blockmachines.multimachine.pyro_504=504 - I:gt.blockmachines.quantum.chest.tier.01_192=192 - I:gt.blockmachines.quantum.chest.tier.02_192=192 - I:gt.blockmachines.quantum.chest.tier.03_192=192 - I:gt.blockmachines.quantum.chest.tier.04_384=384 - I:gt.blockmachines.quantum.chest.tier.05_768=768 - I:gt.blockmachines.quantum.tank.tier.01_192=192 - I:gt.blockmachines.quantum.tank.tier.02_192=192 - I:gt.blockmachines.quantum.tank.tier.03_192=192 - I:gt.blockmachines.quantum.tank.tier.04_384=384 - I:gt.blockmachines.quantum.tank.tier.05_768=768 - I:gt.blockmachines.steelmachine.compressor_336=336 - I:gt.blockmachines.steelmachine.extractor_336=336 - I:gt.blockmachines.steelmachine.furnace_288=288 - I:gt.blockmachines.steelmachine.hammer_336=336 - I:gt.blockmachines.steelmachine.macerator_288=288 - I:gt.blockmachines.transformer.tier.00_192=192 - I:gt.blockmachines.transformer.tier.01_192=192 - I:gt.blockmachines.transformer.tier.02_192=192 - I:gt.blockmachines.transformer.tier.03_192=192 - I:gt.blockmachines.transformer.tier.04_192=192 - I:gt.blockmachines.transformer.tier.05_192=192 - I:gt.blockmachines.transformer.tier.06_192=192 - I:gt.blockmachines.transformer.tier.07_192=192 - I:gt.blockmachines.transformer.tier.08_288=288 - I:gt.blockreinforced.0_96=96 - I:gt.blockreinforced.1_24=24 - I:gt.metaitem.01.32001_6=6 - I:gt.metaitem.01.32008_6=6 - I:gt.metaitem.01.32009_6=6 - I:gt.metaitem.01.32010_6=6 - I:gt.metaitem.01.32101_24=24 - I:gt.metaitem.01.32250_12=12 - I:gt.metaitem.01.32300_96=96 - I:gt.metaitem.01.32301_96=96 - I:gt.metaitem.01.32302_96=96 - I:gt.metaitem.01.32303_96=96 - I:gt.metaitem.01.32304_96=96 - I:gt.metaitem.01.32305_96=96 - I:gt.metaitem.01.32306_96=96 - I:gt.metaitem.01.32307_96=96 - I:gt.metaitem.01.32308_96=96 - I:gt.metaitem.01.32309_96=96 - I:gt.metaitem.01.32310_96=96 - I:gt.metaitem.01.32311_96=96 - I:gt.metaitem.01.32312_96=96 - I:gt.metaitem.01.32313_96=96 - I:gt.metaitem.01.32314_96=96 - I:gt.metaitem.01.32315_96=96 - I:gt.metaitem.01.32316_96=96 - I:gt.metaitem.01.32317_96=96 - I:gt.metaitem.01.32350_96=96 - I:gt.metaitem.01.32351_96=96 - I:gt.metaitem.01.32352_96=96 - I:gt.metaitem.01.32353_96=96 - I:gt.metaitem.01.32354_96=96 - I:gt.metaitem.01.32355_96=96 - I:gt.metaitem.01.32356_96=96 - I:gt.metaitem.01.32357_96=96 - I:gt.metaitem.01.32358_96=96 - I:gt.metaitem.01.32359_96=96 - I:gt.metaitem.01.32360_96=96 - I:gt.metaitem.01.32361_96=96 - I:gt.metaitem.01.32362_96=96 - I:gt.metaitem.01.32363_96=96 - I:gt.metaitem.01.32364_96=96 - I:gt.metaitem.01.32365_96=96 - I:gt.metaitem.01.32366_96=96 - I:gt.metaitem.01.32367_96=96 - I:gt.metaitem.01.32368_96=96 - I:gt.metaitem.01.32369_96=96 - I:gt.metaitem.01.32370_96=96 - I:gt.metaitem.01.32371_96=96 - I:gt.metaitem.01.32372_96=96 - I:gt.metaitem.01.32373_96=96 - I:gt.metaitem.01.32398_96=96 - I:gt.metaitem.01.32399_98=98 - I:gt.metaitem.01.32400_24=24 - I:gt.metaitem.01.32401_24=24 - I:gt.metaitem.01.32402_48=48 - I:gt.metaitem.01.32404_36=36 - I:gt.metaitem.01.32405_60=60 - I:gt.metaitem.01.32406_60=60 - I:gt.metaitem.01.32474_48=48 - I:gt.metaitem.01.32475_48=48 - I:gt.metaitem.01.32477_48=48 - I:gt.metaitem.01.32478_48=48 - I:gt.metaitem.01.32490_48=48 - I:gt.metaitem.01.32491_48=48 - I:gt.metaitem.01.32495_48=48 - I:gt.metaitem.01.32496_48=48 - I:gt.metaitem.01.32497_48=48 - I:gt.metaitem.01.32498_48=48 - I:gt.metaitem.01.32500_24=24 - I:gt.metaitem.01.32501_72=72 - I:gt.metaitem.01.32502_216=216 - I:gt.metaitem.01.32603_384=384 - I:gt.metaitem.01.32604_768=768 - I:gt.metaitem.01.32610_140=140 - I:gt.metaitem.01.32613_384=384 - I:gt.metaitem.01.32614_768=768 - I:gt.metaitem.01.32633_768=768 - I:gt.metaitem.01.32634_1536=1536 - I:gt.metaitem.01.32640_120=120 - I:gt.metaitem.01.32641_144=144 - I:gt.metaitem.01.32643_384=384 - I:gt.metaitem.01.32644_768=768 - I:gt.metaitem.01.32653_1152=1152 - I:gt.metaitem.01.32654_2304=2304 - I:gt.metaitem.01.32670_48=48 - I:gt.metaitem.01.32671_96=96 - I:gt.metaitem.01.32672_192=192 - I:gt.metaitem.01.32673_384=384 - I:gt.metaitem.01.32674_768=768 - I:gt.metaitem.01.32680_48=48 - I:gt.metaitem.01.32681_48=48 - I:gt.metaitem.01.32682_48=48 - I:gt.metaitem.01.32683_48=48 - I:gt.metaitem.01.32684_48=48 - I:gt.metaitem.01.32690_96=96 - I:gt.metaitem.01.32691_96=96 - I:gt.metaitem.01.32692_96=96 - I:gt.metaitem.01.32693_96=96 - I:gt.metaitem.01.32694_96=96 - I:gt.metaitem.01.32721_96=96 - I:gt.metaitem.01.32723_96=96 - I:gt.metaitem.01.32729_96=96 - I:gt.metaitem.01.32740_96=96 - I:gt.metaitem.01.32750_9=9 - I:gt.metaitem.01.32762_264=264 - I:gt.metaitem.02.32222_6=6 - I:gt.metaitem.02.32558_24=24 - I:ic2.blockIronFurnace_120=120 - I:ic2.blockMachine_192=192 - I:ic2.itemArmorBronzeBoots_96=96 - I:ic2.itemArmorBronzeChestplate_192=192 - I:ic2.itemArmorBronzeHelmet_120=120 - I:ic2.itemArmorBronzeLegs_168=168 - I:ic2.itemCasingAdvIron_12=12 - I:ic2.itemCasingBronze_12=12 - I:ic2.itemCasingCopper_12=12 - I:ic2.itemCasingGold_12=12 - I:ic2.itemCasingIron_12=12 - I:ic2.itemCasingLead_12=12 - I:ic2.itemCasingTin_12=12 - I:ic2.itemFluidCell_48=48 - I:ic2.itemFuelRod_24=24 - I:ic2.itemPlutoniumSmall_2=2 - I:ic2.itemPlutonium_24=24 - I:ic2.itemTinCan_12=12 - I:ic2.itemToolBronzeAxe_72=72 - I:ic2.itemToolBronzeHoe_48=48 - I:ic2.itemToolBronzePickaxe_72=72 - I:ic2.itemToolBronzeSpade_24=24 - I:ic2.itemToolBronzeSword_48=48 - I:ic2.itemToolWrench_144=144 - I:ic2.itemUran235_24=24 - I:ic2.itemUran235small_2=2 - I:ic2.itemUran238_24=24 - I:ingotAluminium_24=24 - I:ingotAmericium_24=24 - I:ingotAnnealedCopper_24=24 - I:ingotAntimony_24=24 - I:ingotArsenic_24=24 - I:ingotBatteryAlloy_24=24 - I:ingotBeryllium_24=24 - I:ingotBismuthBronze_24=24 - I:ingotBismuth_24=24 - I:ingotBlackBronze_24=24 - I:ingotBlackSteel_24=24 - I:ingotBlueSteel_24=24 - I:ingotBorosilicateGlass_24=24 - I:ingotBrass_24=24 - I:ingotBronze_24=24 - I:ingotCaesium_24=24 - I:ingotCarbon_24=24 - I:ingotCerium_24=24 - I:ingotChrome_24=24 - I:ingotCobaltBrass_24=24 - I:ingotCobalt_24=24 - I:ingotConductiveIron_24=24 - I:ingotCopper_24=24 - I:ingotCupronickel_24=24 - I:ingotDamascusSteel_24=24 - I:ingotDarkSteel_24=24 - I:ingotDuranium_24=24 - I:ingotElectricalSteel_24=24 - I:ingotElectrum_24=24 - I:ingotEnderiumBase_24=24 - I:ingotEnergeticAlloy_24=24 - I:ingotEpoxidFiberReinforced_24=24 - I:ingotEpoxid_24=24 - I:ingotEuropium_24=24 - I:ingotGalliumArsenide_24=24 - I:ingotGallium_24=24 - I:ingotGold_24=24 - I:ingotHSSE_24=24 - I:ingotHSSG_24=24 - I:ingotHSSS_24=24 - I:ingotIndiumGalliumPhosphide_24=24 - I:ingotIndium_24=24 - I:ingotInvar_24=24 - I:ingotIridium_24=24 - I:ingotIronMagnetic_24=24 - I:ingotIron_24=24 - I:ingotKanthal_24=24 - I:ingotLead_24=24 - I:ingotLithium_24=24 - I:ingotLutetium_24=24 - I:ingotMagnalium_24=24 - I:ingotMagnesium_24=24 - I:ingotManganese_24=24 - I:ingotMithril_24=24 - I:ingotMolybdenum_24=24 - I:ingotNaquadahAlloy_24=24 - I:ingotNaquadahEnriched_24=24 - I:ingotNaquadah_24=24 - I:ingotNaquadria_24=24 - I:ingotNeodymiumMagnetic_24=24 - I:ingotNeodymium_24=24 - I:ingotNeutronium_24=24 - I:ingotNichrome_24=24 - I:ingotNickelZincFerrite_24=24 - I:ingotNickel_24=24 - I:ingotNiobiumNitride_24=24 - I:ingotNiobiumTitanium_24=24 - I:ingotNiobium_24=24 - I:ingotOsmiridium_24=24 - I:ingotOsmium_24=24 - I:ingotPalladium_24=24 - I:ingotPhasedGold_24=24 - I:ingotPhasedIron_24=24 - I:ingotPigIron_24=24 - I:ingotPlastic_24=24 - I:ingotPlatinum_24=24 - I:ingotPlutonium241_24=24 - I:ingotPlutonium_24=24 - I:ingotPolycaprolactam_24=24 - I:ingotPolyphenyleneSulfide_24=24 - I:ingotPolystyrene_24=24 - I:ingotPolytetrafluoroethylene_24=24 - I:ingotPolyvinylChloride_24=24 - I:ingotPotassium_24=24 - I:ingotPulsatingIron_24=24 - I:ingotRedAlloy_24=24 - I:ingotRedSteel_24=24 - I:ingotRoseGold_24=24 - I:ingotRubber_24=24 - I:ingotSilicon_24=24 - I:ingotSilicone_24=24 - I:ingotSilver_24=24 - I:ingotSolderingAlloy_24=24 - I:ingotStainlessSteel_24=24 - I:ingotSteelMagnetic_24=24 - I:ingotSteel_24=24 - I:ingotSterlingSilver_24=24 - I:ingotStyreneButadieneRubber_24=24 - I:ingotTantalum_24=24 - I:ingotThorium_24=24 - I:ingotTinAlloy_24=24 - I:ingotTin_24=24 - I:ingotTitanium_24=24 - I:ingotTritanium_24=24 - I:ingotTungstenCarbide_24=24 - I:ingotTungstenSteel_24=24 - I:ingotTungsten_24=24 - I:ingotUltimet_24=24 - I:ingotUranium235_24=24 - I:ingotUranium_24=24 - I:ingotVanadiumGallium_24=24 - I:ingotVanadiumSteel_24=24 - I:ingotVanadium_24=24 - I:ingotVibrantAlloy_24=24 - I:ingotWroughtIron_24=24 - I:ingotYttriumBariumCuprate_24=24 - I:ingotYttrium_24=24 - I:ingotZinc_24=24 - I:item.appleGold_1728=1728 - I:item.appleGold_192=192 - I:item.bootsChain_24=24 - I:item.bootsGold_96=96 - I:item.bootsIron_96=96 - I:item.carrotGolden_21=21 - I:item.cauldron_168=168 - I:item.chestplateChain_48=48 - I:item.chestplateGold_192=192 - I:item.chestplateIron_192=192 - I:item.clock_96=96 - I:item.compass_96=96 - I:item.darkSteel_axe_72=72 - I:item.darkSteel_boots_96=96 - I:item.darkSteel_chestplate_192=192 - I:item.darkSteel_helmet_120=120 - I:item.darkSteel_leggings_168=168 - I:item.darkSteel_pickaxe_72=72 - I:item.darkSteel_shears_48=48 - I:item.darkSteel_sword_48=48 - I:item.doorIron_144=144 - I:item.hatchetGold_72=72 - I:item.hatchetIron_72=72 - I:item.helmetChain_30=30 - I:item.helmetGold_120=120 - I:item.helmetIron_120=120 - I:item.hoeGold_48=48 - I:item.hoeIron_48=48 - I:item.horsearmorgold_192=192 - I:item.horsearmormetal_192=192 - I:item.leggingsChain_42=42 - I:item.leggingsGold_168=168 - I:item.leggingsIron_168=168 - I:item.minecartHopper_240=240 - I:item.minecartTnt_120=120 - I:item.minecart_120=120 - I:item.pickaxeGold_72=72 - I:item.pickaxeIron_72=72 - I:item.potion_24=24 - I:item.shears_48=48 - I:item.shovelGold_24=24 - I:item.shovelIron_24=24 - I:item.snowball_32=32 - I:item.speckledMelon_21=21 - I:item.swordGold_48=48 - I:item.swordIron_48=48 - I:lensGlass_18=18 - I:nuggetAluminium_2=2 - I:nuggetAmericium_2=2 - I:nuggetAnnealedCopper_2=2 - I:nuggetAntimony_2=2 - I:nuggetArsenic_2=2 - I:nuggetBatteryAlloy_2=2 - I:nuggetBeryllium_2=2 - I:nuggetBismuthBronze_2=2 - I:nuggetBismuth_2=2 - I:nuggetBlackBronze_2=2 - I:nuggetBlackSteel_2=2 - I:nuggetBlueSteel_2=2 - I:nuggetBorosilicateGlass_2=2 - I:nuggetBrass_2=2 - I:nuggetBronze_2=2 - I:nuggetCaesium_2=2 - I:nuggetCarbon_2=2 - I:nuggetCerium_2=2 - I:nuggetChrome_2=2 - I:nuggetCobaltBrass_2=2 - I:nuggetCobalt_2=2 - I:nuggetCopper_2=2 - I:nuggetCupronickel_2=2 - I:nuggetDamascusSteel_2=2 - I:nuggetDarkSteel_2=2 - I:nuggetDuranium_2=2 - I:nuggetElectrum_2=2 - I:nuggetEpoxidFiberReinforced_2=2 - I:nuggetEpoxid_2=2 - I:nuggetEuropium_2=2 - I:nuggetGalliumArsenide_2=2 - I:nuggetGallium_2=2 - I:nuggetGold_2=2 - I:nuggetHSSE_2=2 - I:nuggetHSSG_2=2 - I:nuggetHSSS_2=2 - I:nuggetIndiumGalliumPhosphide_2=2 - I:nuggetIndium_2=2 - I:nuggetInvar_2=2 - I:nuggetIridium_2=2 - I:nuggetIronMagnetic_2=2 - I:nuggetIron_2=2 - I:nuggetKanthal_2=2 - I:nuggetLead_2=2 - I:nuggetLithium_2=2 - I:nuggetLutetium_2=2 - I:nuggetMagnalium_2=2 - I:nuggetMagnesium_2=2 - I:nuggetManganese_2=2 - I:nuggetMithril_2=2 - I:nuggetMolybdenum_2=2 - I:nuggetNaquadahAlloy_2=2 - I:nuggetNaquadahEnriched_2=2 - I:nuggetNaquadah_2=2 - I:nuggetNaquadria_2=2 - I:nuggetNeodymiumMagnetic_2=2 - I:nuggetNeodymium_2=2 - I:nuggetNeutronium_2=2 - I:nuggetNichrome_2=2 - I:nuggetNickelZincFerrite_2=2 - I:nuggetNickel_2=2 - I:nuggetNiobiumNitride_2=2 - I:nuggetNiobiumTitanium_2=2 - I:nuggetNiobium_2=2 - I:nuggetOsmiridium_2=2 - I:nuggetOsmium_2=2 - I:nuggetPalladium_2=2 - I:nuggetPigIron_2=2 - I:nuggetPlastic_2=2 - I:nuggetPlatinum_2=2 - I:nuggetPlutonium241_2=2 - I:nuggetPlutonium_2=2 - I:nuggetPolycaprolactam_2=2 - I:nuggetPolyphenyleneSulfide_2=2 - I:nuggetPolystyrene_2=2 - I:nuggetPolytetrafluoroethylene_2=2 - I:nuggetPolyvinylChloride_2=2 - I:nuggetPotassium_2=2 - I:nuggetPulsatingIron_2=2 - I:nuggetRedAlloy_2=2 - I:nuggetRedSteel_2=2 - I:nuggetRoseGold_2=2 - I:nuggetRubber_2=2 - I:nuggetSilicon_2=2 - I:nuggetSilicone_2=2 - I:nuggetSilver_2=2 - I:nuggetSolderingAlloy_2=2 - I:nuggetStainlessSteel_2=2 - I:nuggetSteelMagnetic_2=2 - I:nuggetSteel_2=2 - I:nuggetSterlingSilver_2=2 - I:nuggetStyreneButadieneRubber_2=2 - I:nuggetTantalum_2=2 - I:nuggetThorium_2=2 - I:nuggetTinAlloy_2=2 - I:nuggetTin_2=2 - I:nuggetTitanium_2=2 - I:nuggetTritanium_2=2 - I:nuggetTungstenCarbide_2=2 - I:nuggetTungstenSteel_2=2 - I:nuggetTungsten_2=2 - I:nuggetUltimet_2=2 - I:nuggetUranium235_2=2 - I:nuggetUranium_2=2 - I:nuggetVanadiumGallium_2=2 - I:nuggetVanadiumSteel_2=2 - I:nuggetVanadium_2=2 - I:nuggetVibrantAlloy_2=2 - I:nuggetWroughtIron_2=2 - I:nuggetYttriumBariumCuprate_2=2 - I:nuggetYttrium_2=2 - I:nuggetZinc_2=2 - I:pipeHugeAluminium_288=288 - I:pipeHugeBrass_288=288 - I:pipeHugeBronze_288=288 - I:pipeHugeCobalt_288=288 - I:pipeHugeCopper_288=288 - I:pipeHugeElectrum_288=288 - I:pipeHugeNickel_288=288 - I:pipeHugeOsmium_288=288 - I:pipeHugePlastic_288=288 - I:pipeHugePlatinum_288=288 - I:pipeHugePolytetrafluoroethylene_288=288 - I:pipeHugePolyvinylChloride_288=288 - I:pipeHugeStainlessSteel_288=288 - I:pipeHugeSteel_288=288 - I:pipeHugeTitanium_288=288 - I:pipeHugeTungstenSteel_288=288 - I:pipeHugeWroughtIron_288=288 - I:pipeLargeAluminium_144=144 - I:pipeLargeBrass_144=144 - I:pipeLargeBronze_144=144 - I:pipeLargeCobalt_144=144 - I:pipeLargeCopper_144=144 - I:pipeLargeElectrum_144=144 - I:pipeLargeNickel_144=144 - I:pipeLargeOsmium_144=144 - I:pipeLargePlastic_144=144 - I:pipeLargePlatinum_144=144 - I:pipeLargePolytetrafluoroethylene_144=144 - I:pipeLargePolyvinylChloride_144=144 - I:pipeLargeStainlessSteel_144=144 - I:pipeLargeSteel_144=144 - I:pipeLargeTitanium_144=144 - I:pipeLargeTungstenSteel_144=144 - I:pipeLargeWroughtIron_144=144 - I:pipeMediumAluminium_72=72 - I:pipeMediumBrass_72=72 - I:pipeMediumBronze_72=72 - I:pipeMediumCobalt_72=72 - I:pipeMediumCopper_72=72 - I:pipeMediumElectrum_72=72 - I:pipeMediumNickel_72=72 - I:pipeMediumOsmium_72=72 - I:pipeMediumPlastic_72=72 - I:pipeMediumPlatinum_72=72 - I:pipeMediumPolytetrafluoroethylene_72=72 - I:pipeMediumPolyvinylChloride_72=72 - I:pipeMediumStainlessSteel_72=72 - I:pipeMediumSteel_72=72 - I:pipeMediumTitanium_72=72 - I:pipeMediumTungstenSteel_72=72 - I:pipeMediumWroughtIron_72=72 - I:pipeRestrictiveHugeAluminium_288=288 - I:pipeRestrictiveHugeBrass_288=288 - I:pipeRestrictiveHugeCobalt_288=288 - I:pipeRestrictiveHugeElectrum_288=288 - I:pipeRestrictiveHugeNickel_288=288 - I:pipeRestrictiveHugeOsmium_288=288 - I:pipeRestrictiveHugePlatinum_288=288 - I:pipeRestrictiveHugePolyvinylChloride_288=288 - I:pipeRestrictiveHugeWroughtIron_288=288 - I:pipeRestrictiveLargeAluminium_144=144 - I:pipeRestrictiveLargeBrass_144=144 - I:pipeRestrictiveLargeCobalt_144=144 - I:pipeRestrictiveLargeElectrum_144=144 - I:pipeRestrictiveLargeNickel_144=144 - I:pipeRestrictiveLargeOsmium_144=144 - I:pipeRestrictiveLargePlatinum_144=144 - I:pipeRestrictiveLargePolyvinylChloride_144=144 - I:pipeRestrictiveLargeWroughtIron_144=144 - I:pipeRestrictiveMediumAluminium_72=72 - I:pipeRestrictiveMediumBrass_72=72 - I:pipeRestrictiveMediumCobalt_72=72 - I:pipeRestrictiveMediumElectrum_72=72 - I:pipeRestrictiveMediumNickel_72=72 - I:pipeRestrictiveMediumOsmium_72=72 - I:pipeRestrictiveMediumPlatinum_72=72 - I:pipeRestrictiveMediumPolyvinylChloride_72=72 - I:pipeRestrictiveMediumWroughtIron_72=72 - I:pipeSmallBronze_24=24 - I:pipeSmallCopper_24=24 - I:pipeSmallPlastic_24=24 - I:pipeSmallPolytetrafluoroethylene_24=24 - I:pipeSmallStainlessSteel_24=24 - I:pipeSmallSteel_24=24 - I:pipeSmallTitanium_24=24 - I:pipeSmallTungstenSteel_24=24 - I:pipeTinyBronze_12=12 - I:pipeTinyCopper_12=12 - I:pipeTinyPlastic_12=12 - I:pipeTinyPolytetrafluoroethylene_12=12 - I:pipeTinyStainlessSteel_12=12 - I:pipeTinySteel_12=12 - I:pipeTinyTitanium_12=12 - I:pipeTinyTungstenSteel_12=12 - I:plateAluminium_24=24 - I:plateAmericium_24=24 - I:plateAnnealedCopper_24=24 - I:plateBatteryAlloy_24=24 - I:plateBeryllium_24=24 - I:plateBismuthBronze_24=24 - I:plateBismuth_24=24 - I:plateBlackBronze_24=24 - I:plateBlackSteel_24=24 - I:plateBlueSteel_24=24 - I:plateBrass_24=24 - I:plateBronze_24=24 - I:plateCarbon_24=24 - I:plateChrome_24=24 - I:plateCobaltBrass_24=24 - I:plateCobalt_24=24 - I:plateCopper_24=24 - I:plateCupronickel_24=24 - I:plateDamascusSteel_24=24 - I:plateDarkSteel_24=24 - I:plateDenseBronze_216=216 - I:plateDenseCopper_216=216 - I:plateDenseGold_216=216 - I:plateDenseIron_216=216 - I:plateDenseLead_216=216 - I:plateDenseSteel_216=216 - I:plateDenseTin_216=216 - I:plateDoubleAluminium_48=48 - I:plateDoubleBeryllium_48=48 - I:plateDoubleBismuthBronze_48=48 - I:plateDoubleBismuth_48=48 - I:plateDoubleBlackBronze_48=48 - I:plateDoubleBlackSteel_48=48 - I:plateDoubleBlueSteel_48=48 - I:plateDoubleBrass_48=48 - I:plateDoubleBronze_48=48 - I:plateDoubleCarbon_48=48 - I:plateDoubleChrome_48=48 - I:plateDoubleCobaltBrass_48=48 - I:plateDoubleCobalt_48=48 - I:plateDoubleCupronickel_48=48 - I:plateDoubleDamascusSteel_48=48 - I:plateDoubleDarkSteel_48=48 - I:plateDoubleDuranium_48=48 - I:plateDoubleElectrum_48=48 - I:plateDoubleEpoxidFiberReinforced_48=48 - I:plateDoubleEpoxid_48=48 - I:plateDoubleGold_48=48 - I:plateDoubleHSSE_48=48 - I:plateDoubleHSSG_48=48 - I:plateDoubleHSSS_48=48 - I:plateDoubleInvar_48=48 - I:plateDoubleIridium_48=48 - I:plateDoubleIronMagnetic_48=48 - I:plateDoubleIron_48=48 - I:plateDoubleKanthal_48=48 - I:plateDoubleLead_48=48 - I:plateDoubleMagnalium_48=48 - I:plateDoubleManganese_48=48 - I:plateDoubleMithril_48=48 - I:plateDoubleMolybdenum_48=48 - I:plateDoubleNaquadahAlloy_48=48 - I:plateDoubleNaquadahEnriched_48=48 - I:plateDoubleNaquadah_48=48 - I:plateDoubleNaquadria_48=48 - I:plateDoubleNeodymiumMagnetic_48=48 - I:plateDoubleNeodymium_48=48 - I:plateDoubleNeutronium_48=48 - I:plateDoubleNichrome_48=48 - I:plateDoubleNickelZincFerrite_48=48 - I:plateDoubleNickel_48=48 - I:plateDoubleOsmiridium_48=48 - I:plateDoubleOsmium_48=48 - I:plateDoublePalladium_48=48 - I:plateDoublePigIron_48=48 - I:plateDoublePlatinum_48=48 - I:plateDoublePlutonium241_48=48 - I:plateDoublePlutonium_48=48 - I:plateDoublePolycaprolactam_48=48 - I:plateDoublePolyphenyleneSulfide_48=48 - I:plateDoublePolytetrafluoroethylene_48=48 - I:plateDoubleRedSteel_48=48 - I:plateDoubleRoseGold_48=48 - I:plateDoubleSilver_48=48 - I:plateDoubleStainlessSteel_48=48 - I:plateDoubleSteelMagnetic_48=48 - I:plateDoubleSteel_48=48 - I:plateDoubleSterlingSilver_48=48 - I:plateDoubleThorium_48=48 - I:plateDoubleTinAlloy_48=48 - I:plateDoubleTitanium_48=48 - I:plateDoubleTritanium_48=48 - I:plateDoubleTungstenCarbide_48=48 - I:plateDoubleTungstenSteel_48=48 - I:plateDoubleTungsten_48=48 - I:plateDoubleUltimet_48=48 - I:plateDoubleUranium235_48=48 - I:plateDoubleUranium_48=48 - I:plateDoubleVanadiumSteel_48=48 - I:plateDoubleWroughtIron_48=48 - I:plateDuranium_24=24 - I:plateElectrum_24=24 - I:plateEpoxidFiberReinforced_24=24 - I:plateEpoxid_24=24 - I:plateEuropium_24=24 - I:plateGalliumArsenide_24=24 - I:plateGallium_24=24 - I:plateGlass_24=24 - I:plateGold_24=24 - I:plateHSSE_24=24 - I:plateHSSG_24=24 - I:plateHSSS_24=24 - I:plateIndiumGalliumPhosphide_24=24 - I:plateInvar_24=24 - I:plateIridium_24=24 - I:plateIronMagnetic_24=24 - I:plateIron_24=24 - I:plateKanthal_24=24 - I:plateLead_24=24 - I:plateMagnalium_24=24 - I:plateManganese_24=24 - I:plateMithril_24=24 - I:plateMolybdenum_24=24 - I:plateNaquadahAlloy_24=24 - I:plateNaquadahEnriched_24=24 - I:plateNaquadah_24=24 - I:plateNaquadria_24=24 - I:plateNeodymiumMagnetic_24=24 - I:plateNeodymium_24=24 - I:plateNeutronium_24=24 - I:plateNichrome_24=24 - I:plateNickelZincFerrite_24=24 - I:plateNickel_24=24 - I:plateNiobiumTitanium_24=24 - I:plateOsmiridium_24=24 - I:plateOsmium_24=24 - I:platePalladium_24=24 - I:platePigIron_24=24 - I:platePlastic_24=24 - I:platePlatinum_24=24 - I:platePlutonium241_24=24 - I:platePlutonium_24=24 - I:platePolycaprolactam_24=24 - I:platePolyphenyleneSulfide_24=24 - I:platePolystyrene_24=24 - I:platePolytetrafluoroethylene_24=24 - I:platePolyvinylChloride_24=24 - I:plateRedAlloy_24=24 - I:plateRedSteel_24=24 - I:plateRedstone_24=24 - I:plateRoseGold_24=24 - I:plateRubber_24=24 - I:plateSilicon_24=24 - I:plateSilicone_24=24 - I:plateSilver_24=24 - I:plateSolderingAlloy_24=24 - I:plateStainlessSteel_24=24 - I:plateSteelMagnetic_24=24 - I:plateSteel_24=24 - I:plateSterlingSilver_24=24 - I:plateStyreneButadieneRubber_24=24 - I:plateThorium_24=24 - I:plateTinAlloy_24=24 - I:plateTin_24=24 - I:plateTitanium_24=24 - I:plateTritanium_24=24 - I:plateTungstenCarbide_24=24 - I:plateTungstenSteel_24=24 - I:plateTungsten_24=24 - I:plateUltimet_24=24 - I:plateUranium235_24=24 - I:plateUranium_24=24 - I:plateVanadiumGallium_24=24 - I:plateVanadiumSteel_24=24 - I:plateWroughtIron_24=24 - I:plateYttriumBariumCuprate_24=24 - I:plateZinc_24=24 - I:ringAluminium_6=6 - I:ringBrass_6=6 - I:ringBronze_6=6 - I:ringChrome_6=6 - I:ringHSSE_6=6 - I:ringHSSG_6=6 - I:ringInvar_6=6 - I:ringIridium_6=6 - I:ringIron_6=6 - I:ringNeutronium_6=6 - I:ringOsmium_6=6 - I:ringPigIron_6=6 - I:ringRubber_6=6 - I:ringSilicone_6=6 - I:ringStainlessSteel_6=6 - I:ringSteel_6=6 - I:ringStyreneButadieneRubber_6=6 - I:ringTin_6=6 - I:ringTitanium_6=6 - I:ringTungstenSteel_6=6 - I:ringWroughtIron_6=6 - I:rotorBronze_102=102 - I:rotorChrome_102=102 - I:rotorHSSE_102=102 - I:rotorHSSG_102=102 - I:rotorIridium_102=102 - I:rotorNeutronium_102=102 - I:rotorOsmium_102=102 - I:rotorStainlessSteel_102=102 - I:rotorSteel_102=102 - I:rotorTin_102=102 - I:rotorTitanium_102=102 - I:rotorTungstenSteel_102=102 - I:roundHSSE_2=2 - I:roundHSSG_2=2 - I:roundNeutronium_2=2 - I:screwAluminium_2=2 - I:screwBeryllium_2=2 - I:screwBismuthBronze_2=2 - I:screwBismuth_2=2 - I:screwBlackBronze_2=2 - I:screwBlackSteel_2=2 - I:screwBlueSteel_2=2 - I:screwBrass_2=2 - I:screwBronze_2=2 - I:screwCarbon_2=2 - I:screwChrome_2=2 - I:screwCobaltBrass_2=2 - I:screwCobalt_2=2 - I:screwCupronickel_2=2 - I:screwDamascusSteel_2=2 - I:screwDarkSteel_2=2 - I:screwDuranium_2=2 - I:screwElectrum_2=2 - I:screwEpoxidFiberReinforced_2=2 - I:screwEpoxid_2=2 - I:screwGold_2=2 - I:screwHSSE_2=2 - I:screwHSSG_2=2 - I:screwHSSS_2=2 - I:screwInvar_2=2 - I:screwIridium_2=2 - I:screwIronMagnetic_2=2 - I:screwIron_2=2 - I:screwKanthal_2=2 - I:screwLead_2=2 - I:screwMagnalium_2=2 - I:screwManganese_2=2 - I:screwMithril_2=2 - I:screwMolybdenum_2=2 - I:screwNaquadahAlloy_2=2 - I:screwNaquadahEnriched_2=2 - I:screwNaquadah_2=2 - I:screwNaquadria_2=2 - I:screwNeodymiumMagnetic_2=2 - I:screwNeodymium_2=2 - I:screwNeutronium_2=2 - I:screwNichrome_2=2 - I:screwNickelZincFerrite_2=2 - I:screwNickel_2=2 - I:screwOsmiridium_2=2 - I:screwOsmium_2=2 - I:screwPalladium_2=2 - I:screwPigIron_2=2 - I:screwPlastic_2=2 - I:screwPlatinum_2=2 - I:screwPlutonium241_2=2 - I:screwPlutonium_2=2 - I:screwPolycaprolactam_2=2 - I:screwPolyphenyleneSulfide_2=2 - I:screwPolystyrene_2=2 - I:screwPolytetrafluoroethylene_2=2 - I:screwPolyvinylChloride_2=2 - I:screwRedSteel_2=2 - I:screwRoseGold_2=2 - I:screwRubber_2=2 - I:screwSilicone_2=2 - I:screwSilver_2=2 - I:screwStainlessSteel_2=2 - I:screwSteelMagnetic_2=2 - I:screwSteel_2=2 - I:screwSterlingSilver_2=2 - I:screwStyreneButadieneRubber_2=2 - I:screwThorium_2=2 - I:screwTinAlloy_2=2 - I:screwTin_2=2 - I:screwTitanium_2=2 - I:screwTritanium_2=2 - I:screwTungstenCarbide_2=2 - I:screwTungstenSteel_2=2 - I:screwTungsten_2=2 - I:screwUltimet_2=2 - I:screwUranium235_2=2 - I:screwUranium_2=2 - I:screwVanadiumSteel_2=2 - I:screwWroughtIron_2=2 - I:springTitanium_24=24 - I:stickAluminium_12=12 - I:stickAmericium_12=12 - I:stickBeryllium_12=12 - I:stickBismuthBronze_12=12 - I:stickBismuth_12=12 - I:stickBlackBronze_12=12 - I:stickBlackSteel_12=12 - I:stickBlueSteel_12=12 - I:stickBrass_12=12 - I:stickBronze_12=12 - I:stickCarbon_12=12 - I:stickChrome_12=12 - I:stickCobaltBrass_12=12 - I:stickCobalt_12=12 - I:stickCopper_12=12 - I:stickCupronickel_12=12 - I:stickDamascusSteel_12=12 - I:stickDarkSteel_12=12 - I:stickDuranium_12=12 - I:stickElectrum_12=12 - I:stickEpoxidFiberReinforced_12=12 - I:stickEpoxid_12=12 - I:stickEuropium_12=12 - I:stickGold_12=12 - I:stickHSSE_12=12 - I:stickHSSG_12=12 - I:stickHSSS_12=12 - I:stickInvar_12=12 - I:stickIridium_12=12 - I:stickIronMagnetic_12=12 - I:stickIron_12=12 - I:stickKanthal_12=12 - I:stickLead_12=12 - I:stickLongAluminium_24=24 - I:stickLongAmericium_24=24 - I:stickLongBeryllium_24=24 - I:stickLongBismuthBronze_24=24 - I:stickLongBismuth_24=24 - I:stickLongBlackBronze_24=24 - I:stickLongBlackSteel_24=24 - I:stickLongBlaze_24=24 - I:stickLongBlueSteel_24=24 - I:stickLongBrass_24=24 - I:stickLongBronze_24=24 - I:stickLongCarbon_24=24 - I:stickLongChrome_24=24 - I:stickLongCobaltBrass_24=24 - I:stickLongCobalt_24=24 - I:stickLongCupronickel_24=24 - I:stickLongDamascusSteel_24=24 - I:stickLongDarkSteel_24=24 - I:stickLongDuranium_24=24 - I:stickLongElectrum_24=24 - I:stickLongEpoxidFiberReinforced_24=24 - I:stickLongEpoxid_24=24 - I:stickLongGold_24=24 - I:stickLongHSSE_24=24 - I:stickLongHSSG_24=24 - I:stickLongHSSS_24=24 - I:stickLongInvar_24=24 - I:stickLongIridium_24=24 - I:stickLongIronMagnetic_24=24 - I:stickLongIron_24=24 - I:stickLongKanthal_24=24 - I:stickLongLead_24=24 - I:stickLongMagnalium_24=24 - I:stickLongManganese_24=24 - I:stickLongMithril_24=24 - I:stickLongMolybdenum_24=24 - I:stickLongNaquadahAlloy_24=24 - I:stickLongNaquadahEnriched_24=24 - I:stickLongNaquadah_24=24 - I:stickLongNaquadria_24=24 - I:stickLongNeodymiumMagnetic_24=24 - I:stickLongNeodymium_24=24 - I:stickLongNeutronium_24=24 - I:stickLongNichrome_24=24 - I:stickLongNickelZincFerrite_24=24 - I:stickLongNickel_24=24 - I:stickLongOsmiridium_24=24 - I:stickLongOsmium_24=24 - I:stickLongPalladium_24=24 - I:stickLongPigIron_24=24 - I:stickLongPlastic_24=24 - I:stickLongPlatinum_24=24 - I:stickLongPlutonium241_24=24 - I:stickLongPlutonium_24=24 - I:stickLongPolycaprolactam_24=24 - I:stickLongPolyphenyleneSulfide_24=24 - I:stickLongPolystyrene_24=24 - I:stickLongPolytetrafluoroethylene_24=24 - I:stickLongPolyvinylChloride_24=24 - I:stickLongRedSteel_24=24 - I:stickLongRoseGold_24=24 - I:stickLongRubber_24=24 - I:stickLongSilicone_24=24 - I:stickLongSilver_24=24 - I:stickLongStainlessSteel_24=24 - I:stickLongSteelMagnetic_24=24 - I:stickLongSteel_24=24 - I:stickLongSterlingSilver_24=24 - I:stickLongStyreneButadieneRubber_24=24 - I:stickLongThorium_24=24 - I:stickLongTinAlloy_24=24 - I:stickLongTitanium_24=24 - I:stickLongTritanium_24=24 - I:stickLongTungstenCarbide_24=24 - I:stickLongTungstenSteel_24=24 - I:stickLongTungsten_24=24 - I:stickLongUltimet_24=24 - I:stickLongUranium235_24=24 - I:stickLongUranium_24=24 - I:stickLongVanadiumSteel_24=24 - I:stickLongWroughtIron_24=24 - I:stickMagnalium_12=12 - I:stickManganese_12=12 - I:stickMithril_12=12 - I:stickMolybdenum_12=12 - I:stickNaquadahAlloy_12=12 - I:stickNaquadahEnriched_12=12 - I:stickNaquadah_12=12 - I:stickNaquadria_12=12 - I:stickNeodymiumMagnetic_12=12 - I:stickNeodymium_12=12 - I:stickNeutronium_12=12 - I:stickNichrome_12=12 - I:stickNickelZincFerrite_12=12 - I:stickNickel_12=12 - I:stickOsmiridium_12=12 - I:stickOsmium_12=12 - I:stickPalladium_12=12 - I:stickPigIron_12=12 - I:stickPlastic_12=12 - I:stickPlatinum_12=12 - I:stickPlutonium241_12=12 - I:stickPlutonium_12=12 - I:stickPolycaprolactam_12=12 - I:stickPolyphenyleneSulfide_12=12 - I:stickPolystyrene_12=12 - I:stickPolytetrafluoroethylene_12=12 - I:stickPolyvinylChloride_12=12 - I:stickRedSteel_12=12 - I:stickRoseGold_12=12 - I:stickRubber_12=12 - I:stickSilicone_12=12 - I:stickSilver_12=12 - I:stickSolderingAlloy_12=12 - I:stickStainlessSteel_12=12 - I:stickSteelMagnetic_12=12 - I:stickSteel_12=12 - I:stickSterlingSilver_12=12 - I:stickStyreneButadieneRubber_12=12 - I:stickThorium_12=12 - I:stickTinAlloy_12=12 - I:stickTin_12=12 - I:stickTitanium_12=12 - I:stickTritanium_12=12 - I:stickTungstenCarbide_12=12 - I:stickTungstenSteel_12=12 - I:stickTungsten_12=12 - I:stickUltimet_12=12 - I:stickUranium235_12=12 - I:stickUranium_12=12 - I:stickVanadiumGallium_12=12 - I:stickVanadiumSteel_12=12 - I:stickWroughtIron_12=12 - I:tile.anvil.intact_720=720 - I:tile.anvil.slightlyDamaged_480=480 - I:tile.anvil.veryDamaged_240=240 - I:tile.fenceIron_9=9 - I:tile.glass_24=24 - I:tile.hopper_120=120 - I:tile.lightgem_96=96 - I:tile.redstoneLight_96=96 - I:tile.snow_128=128 - I:tile.stainedGlass.black_24=24 - I:tile.thinGlass_9=9 - I:tile.thinStainedGlass.black_9=9 - I:tile.tripWireSource_12=12 - I:tile.weightedPlate_heavy_48=48 - I:tile.weightedPlate_light_48=48 - I:toolHeadAxeAluminium_72=72 - I:toolHeadAxeBeryllium_72=72 - I:toolHeadAxeBismuthBronze_72=72 - I:toolHeadAxeBismuth_72=72 - I:toolHeadAxeBlackBronze_72=72 - I:toolHeadAxeBlackSteel_72=72 - I:toolHeadAxeBlaze_72=72 - I:toolHeadAxeBlueSteel_72=72 - I:toolHeadAxeBrass_72=72 - I:toolHeadAxeBronze_72=72 - I:toolHeadAxeCarbon_72=72 - I:toolHeadAxeChrome_72=72 - I:toolHeadAxeCobaltBrass_72=72 - I:toolHeadAxeCobalt_72=72 - I:toolHeadAxeCupronickel_72=72 - I:toolHeadAxeDamascusSteel_72=72 - I:toolHeadAxeDarkSteel_72=72 - I:toolHeadAxeDuranium_72=72 - I:toolHeadAxeElectrum_72=72 - I:toolHeadAxeEpoxidFiberReinforced_72=72 - I:toolHeadAxeEpoxid_72=72 - I:toolHeadAxeGold_72=72 - I:toolHeadAxeHSSE_72=72 - I:toolHeadAxeHSSG_72=72 - I:toolHeadAxeHSSS_72=72 - I:toolHeadAxeInvar_72=72 - I:toolHeadAxeIridium_72=72 - I:toolHeadAxeIronMagnetic_72=72 - I:toolHeadAxeIron_72=72 - I:toolHeadAxeKanthal_72=72 - I:toolHeadAxeLead_72=72 - I:toolHeadAxeMagnalium_72=72 - I:toolHeadAxeManganese_72=72 - I:toolHeadAxeMithril_72=72 - I:toolHeadAxeMolybdenum_72=72 - I:toolHeadAxeNaquadahAlloy_72=72 - I:toolHeadAxeNaquadahEnriched_72=72 - I:toolHeadAxeNaquadah_72=72 - I:toolHeadAxeNaquadria_72=72 - I:toolHeadAxeNeodymiumMagnetic_72=72 - I:toolHeadAxeNeodymium_72=72 - I:toolHeadAxeNeutronium_72=72 - I:toolHeadAxeNichrome_72=72 - I:toolHeadAxeNickelZincFerrite_72=72 - I:toolHeadAxeNickel_72=72 - I:toolHeadAxeOsmiridium_72=72 - I:toolHeadAxeOsmium_72=72 - I:toolHeadAxePalladium_72=72 - I:toolHeadAxePigIron_72=72 - I:toolHeadAxePlastic_72=72 - I:toolHeadAxePlatinum_72=72 - I:toolHeadAxePlutonium241_72=72 - I:toolHeadAxePlutonium_72=72 - I:toolHeadAxePolycaprolactam_72=72 - I:toolHeadAxePolyphenyleneSulfide_72=72 - I:toolHeadAxePolystyrene_72=72 - I:toolHeadAxePolytetrafluoroethylene_72=72 - I:toolHeadAxePolyvinylChloride_72=72 - I:toolHeadAxeRedSteel_72=72 - I:toolHeadAxeRoseGold_72=72 - I:toolHeadAxeRubber_72=72 - I:toolHeadAxeSilicone_72=72 - I:toolHeadAxeSilver_72=72 - I:toolHeadAxeStainlessSteel_72=72 - I:toolHeadAxeSteelMagnetic_72=72 - I:toolHeadAxeSteel_72=72 - I:toolHeadAxeSterlingSilver_72=72 - I:toolHeadAxeStyreneButadieneRubber_72=72 - I:toolHeadAxeThorium_72=72 - I:toolHeadAxeTinAlloy_72=72 - I:toolHeadAxeTitanium_72=72 - I:toolHeadAxeTritanium_72=72 - I:toolHeadAxeTungstenCarbide_72=72 - I:toolHeadAxeTungstenSteel_72=72 - I:toolHeadAxeTungsten_72=72 - I:toolHeadAxeUltimet_72=72 - I:toolHeadAxeUranium235_72=72 - I:toolHeadAxeUranium_72=72 - I:toolHeadAxeVanadiumSteel_72=72 - I:toolHeadAxeWroughtIron_72=72 - I:toolHeadBuzzSawAluminium_96=96 - I:toolHeadBuzzSawBeryllium_96=96 - I:toolHeadBuzzSawBismuthBronze_96=96 - I:toolHeadBuzzSawBismuth_96=96 - I:toolHeadBuzzSawBlackBronze_96=96 - I:toolHeadBuzzSawBlackSteel_96=96 - I:toolHeadBuzzSawBlaze_96=96 - I:toolHeadBuzzSawBlueSteel_96=96 - I:toolHeadBuzzSawBrass_96=96 - I:toolHeadBuzzSawBronze_96=96 - I:toolHeadBuzzSawCarbon_96=96 - I:toolHeadBuzzSawChrome_96=96 - I:toolHeadBuzzSawCobaltBrass_96=96 - I:toolHeadBuzzSawCobalt_96=96 - I:toolHeadBuzzSawCupronickel_96=96 - I:toolHeadBuzzSawDamascusSteel_96=96 - I:toolHeadBuzzSawDarkSteel_96=96 - I:toolHeadBuzzSawDuranium_96=96 - I:toolHeadBuzzSawElectrum_96=96 - I:toolHeadBuzzSawEpoxidFiberReinforced_96=96 - I:toolHeadBuzzSawEpoxid_96=96 - I:toolHeadBuzzSawGold_96=96 - I:toolHeadBuzzSawHSSE_96=96 - I:toolHeadBuzzSawHSSG_96=96 - I:toolHeadBuzzSawHSSS_96=96 - I:toolHeadBuzzSawInvar_96=96 - I:toolHeadBuzzSawIridium_96=96 - I:toolHeadBuzzSawIronMagnetic_96=96 - I:toolHeadBuzzSawIron_96=96 - I:toolHeadBuzzSawKanthal_96=96 - I:toolHeadBuzzSawLead_96=96 - I:toolHeadBuzzSawMagnalium_96=96 - I:toolHeadBuzzSawManganese_96=96 - I:toolHeadBuzzSawMithril_96=96 - I:toolHeadBuzzSawMolybdenum_96=96 - I:toolHeadBuzzSawNaquadahAlloy_96=96 - I:toolHeadBuzzSawNaquadahEnriched_96=96 - I:toolHeadBuzzSawNaquadah_96=96 - I:toolHeadBuzzSawNaquadria_96=96 - I:toolHeadBuzzSawNeodymiumMagnetic_96=96 - I:toolHeadBuzzSawNeodymium_96=96 - I:toolHeadBuzzSawNeutronium_96=96 - I:toolHeadBuzzSawNichrome_96=96 - I:toolHeadBuzzSawNickelZincFerrite_96=96 - I:toolHeadBuzzSawNickel_96=96 - I:toolHeadBuzzSawOsmiridium_96=96 - I:toolHeadBuzzSawOsmium_96=96 - I:toolHeadBuzzSawPalladium_96=96 - I:toolHeadBuzzSawPigIron_96=96 - I:toolHeadBuzzSawPlatinum_96=96 - I:toolHeadBuzzSawPlutonium241_96=96 - I:toolHeadBuzzSawPlutonium_96=96 - I:toolHeadBuzzSawPolycaprolactam_96=96 - I:toolHeadBuzzSawPolyphenyleneSulfide_96=96 - I:toolHeadBuzzSawPolytetrafluoroethylene_96=96 - I:toolHeadBuzzSawRedSteel_96=96 - I:toolHeadBuzzSawRoseGold_96=96 - I:toolHeadBuzzSawSilver_96=96 - I:toolHeadBuzzSawStainlessSteel_96=96 - I:toolHeadBuzzSawSteelMagnetic_96=96 - I:toolHeadBuzzSawSteel_96=96 - I:toolHeadBuzzSawSterlingSilver_96=96 - I:toolHeadBuzzSawThorium_96=96 - I:toolHeadBuzzSawTinAlloy_96=96 - I:toolHeadBuzzSawTitanium_96=96 - I:toolHeadBuzzSawTritanium_96=96 - I:toolHeadBuzzSawTungstenCarbide_96=96 - I:toolHeadBuzzSawTungstenSteel_96=96 - I:toolHeadBuzzSawTungsten_96=96 - I:toolHeadBuzzSawUltimet_96=96 - I:toolHeadBuzzSawUranium235_96=96 - I:toolHeadBuzzSawUranium_96=96 - I:toolHeadBuzzSawVanadiumSteel_96=96 - I:toolHeadBuzzSawWroughtIron_96=96 - I:toolHeadChainsawAluminium_48=48 - I:toolHeadChainsawBeryllium_48=48 - I:toolHeadChainsawBismuthBronze_48=48 - I:toolHeadChainsawBismuth_48=48 - I:toolHeadChainsawBlackBronze_48=48 - I:toolHeadChainsawBlackSteel_48=48 - I:toolHeadChainsawBlaze_48=48 - I:toolHeadChainsawBlueSteel_48=48 - I:toolHeadChainsawBrass_48=48 - I:toolHeadChainsawBronze_48=48 - I:toolHeadChainsawCarbon_48=48 - I:toolHeadChainsawChrome_48=48 - I:toolHeadChainsawCobaltBrass_48=48 - I:toolHeadChainsawCobalt_48=48 - I:toolHeadChainsawCupronickel_48=48 - I:toolHeadChainsawDamascusSteel_48=48 - I:toolHeadChainsawDarkSteel_48=48 - I:toolHeadChainsawDuranium_48=48 - I:toolHeadChainsawElectrum_48=48 - I:toolHeadChainsawEpoxidFiberReinforced_48=48 - I:toolHeadChainsawEpoxid_48=48 - I:toolHeadChainsawGold_48=48 - I:toolHeadChainsawHSSE_48=48 - I:toolHeadChainsawHSSG_48=48 - I:toolHeadChainsawHSSS_48=48 - I:toolHeadChainsawInvar_48=48 - I:toolHeadChainsawIridium_48=48 - I:toolHeadChainsawIronMagnetic_48=48 - I:toolHeadChainsawIron_48=48 - I:toolHeadChainsawKanthal_48=48 - I:toolHeadChainsawLead_48=48 - I:toolHeadChainsawMagnalium_48=48 - I:toolHeadChainsawManganese_48=48 - I:toolHeadChainsawMithril_48=48 - I:toolHeadChainsawMolybdenum_48=48 - I:toolHeadChainsawNaquadahAlloy_48=48 - I:toolHeadChainsawNaquadahEnriched_48=48 - I:toolHeadChainsawNaquadah_48=48 - I:toolHeadChainsawNaquadria_48=48 - I:toolHeadChainsawNeodymiumMagnetic_48=48 - I:toolHeadChainsawNeodymium_48=48 - I:toolHeadChainsawNeutronium_48=48 - I:toolHeadChainsawNichrome_48=48 - I:toolHeadChainsawNickelZincFerrite_48=48 - I:toolHeadChainsawNickel_48=48 - I:toolHeadChainsawOsmiridium_48=48 - I:toolHeadChainsawOsmium_48=48 - I:toolHeadChainsawPalladium_48=48 - I:toolHeadChainsawPigIron_48=48 - I:toolHeadChainsawPlatinum_48=48 - I:toolHeadChainsawPlutonium241_48=48 - I:toolHeadChainsawPlutonium_48=48 - I:toolHeadChainsawPolycaprolactam_48=48 - I:toolHeadChainsawPolyphenyleneSulfide_48=48 - I:toolHeadChainsawPolytetrafluoroethylene_48=48 - I:toolHeadChainsawRedSteel_48=48 - I:toolHeadChainsawRoseGold_48=48 - I:toolHeadChainsawSilver_48=48 - I:toolHeadChainsawStainlessSteel_48=48 - I:toolHeadChainsawSteelMagnetic_48=48 - I:toolHeadChainsawSteel_48=48 - I:toolHeadChainsawSterlingSilver_48=48 - I:toolHeadChainsawThorium_48=48 - I:toolHeadChainsawTinAlloy_48=48 - I:toolHeadChainsawTitanium_48=48 - I:toolHeadChainsawTritanium_48=48 - I:toolHeadChainsawTungstenCarbide_48=48 - I:toolHeadChainsawTungstenSteel_48=48 - I:toolHeadChainsawTungsten_48=48 - I:toolHeadChainsawUltimet_48=48 - I:toolHeadChainsawUranium235_48=48 - I:toolHeadChainsawUranium_48=48 - I:toolHeadChainsawVanadiumSteel_48=48 - I:toolHeadChainsawWroughtIron_48=48 - I:toolHeadDrillAluminium_96=96 - I:toolHeadDrillBeryllium_96=96 - I:toolHeadDrillBismuthBronze_96=96 - I:toolHeadDrillBismuth_96=96 - I:toolHeadDrillBlackBronze_96=96 - I:toolHeadDrillBlackSteel_96=96 - I:toolHeadDrillBlaze_96=96 - I:toolHeadDrillBlueSteel_96=96 - I:toolHeadDrillBrass_96=96 - I:toolHeadDrillBronze_96=96 - I:toolHeadDrillCarbon_96=96 - I:toolHeadDrillChrome_96=96 - I:toolHeadDrillCobaltBrass_96=96 - I:toolHeadDrillCobalt_96=96 - I:toolHeadDrillCupronickel_96=96 - I:toolHeadDrillDamascusSteel_96=96 - I:toolHeadDrillDarkSteel_96=96 - I:toolHeadDrillDuranium_96=96 - I:toolHeadDrillElectrum_96=96 - I:toolHeadDrillEpoxidFiberReinforced_96=96 - I:toolHeadDrillEpoxid_96=96 - I:toolHeadDrillGold_96=96 - I:toolHeadDrillHSSE_96=96 - I:toolHeadDrillHSSG_96=96 - I:toolHeadDrillHSSS_96=96 - I:toolHeadDrillInvar_96=96 - I:toolHeadDrillIridium_96=96 - I:toolHeadDrillIronMagnetic_96=96 - I:toolHeadDrillIron_96=96 - I:toolHeadDrillKanthal_96=96 - I:toolHeadDrillLead_96=96 - I:toolHeadDrillMagnalium_96=96 - I:toolHeadDrillManganese_96=96 - I:toolHeadDrillMithril_96=96 - I:toolHeadDrillMolybdenum_96=96 - I:toolHeadDrillNaquadahAlloy_96=96 - I:toolHeadDrillNaquadahEnriched_96=96 - I:toolHeadDrillNaquadah_96=96 - I:toolHeadDrillNaquadria_96=96 - I:toolHeadDrillNeodymiumMagnetic_96=96 - I:toolHeadDrillNeodymium_96=96 - I:toolHeadDrillNeutronium_96=96 - I:toolHeadDrillNichrome_96=96 - I:toolHeadDrillNickelZincFerrite_96=96 - I:toolHeadDrillNickel_96=96 - I:toolHeadDrillOsmiridium_96=96 - I:toolHeadDrillOsmium_96=96 - I:toolHeadDrillPalladium_96=96 - I:toolHeadDrillPigIron_96=96 - I:toolHeadDrillPlatinum_96=96 - I:toolHeadDrillPlutonium241_96=96 - I:toolHeadDrillPlutonium_96=96 - I:toolHeadDrillPolycaprolactam_96=96 - I:toolHeadDrillPolyphenyleneSulfide_96=96 - I:toolHeadDrillPolytetrafluoroethylene_96=96 - I:toolHeadDrillRedSteel_96=96 - I:toolHeadDrillRoseGold_96=96 - I:toolHeadDrillSilver_96=96 - I:toolHeadDrillStainlessSteel_96=96 - I:toolHeadDrillSteelMagnetic_96=96 - I:toolHeadDrillSteel_96=96 - I:toolHeadDrillSterlingSilver_96=96 - I:toolHeadDrillThorium_96=96 - I:toolHeadDrillTinAlloy_96=96 - I:toolHeadDrillTitanium_96=96 - I:toolHeadDrillTritanium_96=96 - I:toolHeadDrillTungstenCarbide_96=96 - I:toolHeadDrillTungstenSteel_96=96 - I:toolHeadDrillTungsten_96=96 - I:toolHeadDrillUltimet_96=96 - I:toolHeadDrillUranium235_96=96 - I:toolHeadDrillUranium_96=96 - I:toolHeadDrillVanadiumSteel_96=96 - I:toolHeadDrillWroughtIron_96=96 - I:toolHeadFileAluminium_48=48 - I:toolHeadFileBeryllium_48=48 - I:toolHeadFileBismuthBronze_48=48 - I:toolHeadFileBismuth_48=48 - I:toolHeadFileBlackBronze_48=48 - I:toolHeadFileBlackSteel_48=48 - I:toolHeadFileBlaze_48=48 - I:toolHeadFileBlueSteel_48=48 - I:toolHeadFileBrass_48=48 - I:toolHeadFileBronze_48=48 - I:toolHeadFileCarbon_48=48 - I:toolHeadFileChrome_48=48 - I:toolHeadFileCobaltBrass_48=48 - I:toolHeadFileCobalt_48=48 - I:toolHeadFileCupronickel_48=48 - I:toolHeadFileDamascusSteel_48=48 - I:toolHeadFileDarkSteel_48=48 - I:toolHeadFileDuranium_48=48 - I:toolHeadFileElectrum_48=48 - I:toolHeadFileEpoxidFiberReinforced_48=48 - I:toolHeadFileEpoxid_48=48 - I:toolHeadFileGold_48=48 - I:toolHeadFileHSSE_48=48 - I:toolHeadFileHSSG_48=48 - I:toolHeadFileHSSS_48=48 - I:toolHeadFileInvar_48=48 - I:toolHeadFileIridium_48=48 - I:toolHeadFileIronMagnetic_48=48 - I:toolHeadFileIron_48=48 - I:toolHeadFileKanthal_48=48 - I:toolHeadFileLead_48=48 - I:toolHeadFileMagnalium_48=48 - I:toolHeadFileManganese_48=48 - I:toolHeadFileMithril_48=48 - I:toolHeadFileMolybdenum_48=48 - I:toolHeadFileNaquadahAlloy_48=48 - I:toolHeadFileNaquadahEnriched_48=48 - I:toolHeadFileNaquadah_48=48 - I:toolHeadFileNaquadria_48=48 - I:toolHeadFileNeodymiumMagnetic_48=48 - I:toolHeadFileNeodymium_48=48 - I:toolHeadFileNeutronium_48=48 - I:toolHeadFileNichrome_48=48 - I:toolHeadFileNickelZincFerrite_48=48 - I:toolHeadFileNickel_48=48 - I:toolHeadFileOsmiridium_48=48 - I:toolHeadFileOsmium_48=48 - I:toolHeadFilePalladium_48=48 - I:toolHeadFilePigIron_48=48 - I:toolHeadFilePlatinum_48=48 - I:toolHeadFilePlutonium241_48=48 - I:toolHeadFilePlutonium_48=48 - I:toolHeadFilePolycaprolactam_48=48 - I:toolHeadFilePolyphenyleneSulfide_48=48 - I:toolHeadFilePolytetrafluoroethylene_48=48 - I:toolHeadFileRedSteel_48=48 - I:toolHeadFileRoseGold_48=48 - I:toolHeadFileSilver_48=48 - I:toolHeadFileStainlessSteel_48=48 - I:toolHeadFileSteelMagnetic_48=48 - I:toolHeadFileSteel_48=48 - I:toolHeadFileSterlingSilver_48=48 - I:toolHeadFileThorium_48=48 - I:toolHeadFileTinAlloy_48=48 - I:toolHeadFileTitanium_48=48 - I:toolHeadFileTritanium_48=48 - I:toolHeadFileTungstenCarbide_48=48 - I:toolHeadFileTungstenSteel_48=48 - I:toolHeadFileTungsten_48=48 - I:toolHeadFileUltimet_48=48 - I:toolHeadFileUranium235_48=48 - I:toolHeadFileUranium_48=48 - I:toolHeadFileVanadiumSteel_48=48 - I:toolHeadFileWroughtIron_48=48 - I:toolHeadHammerAluminium_144=144 - I:toolHeadHammerBeryllium_144=144 - I:toolHeadHammerBismuthBronze_144=144 - I:toolHeadHammerBismuth_144=144 - I:toolHeadHammerBlackBronze_144=144 - I:toolHeadHammerBlackSteel_144=144 - I:toolHeadHammerBlaze_144=144 - I:toolHeadHammerBlueSteel_144=144 - I:toolHeadHammerBrass_144=144 - I:toolHeadHammerBronze_144=144 - I:toolHeadHammerCarbon_144=144 - I:toolHeadHammerChrome_144=144 - I:toolHeadHammerCobaltBrass_144=144 - I:toolHeadHammerCobalt_144=144 - I:toolHeadHammerCupronickel_144=144 - I:toolHeadHammerDamascusSteel_144=144 - I:toolHeadHammerDarkSteel_144=144 - I:toolHeadHammerDuranium_144=144 - I:toolHeadHammerElectrum_144=144 - I:toolHeadHammerEpoxidFiberReinforced_144=144 - I:toolHeadHammerEpoxid_144=144 - I:toolHeadHammerGold_144=144 - I:toolHeadHammerHSSE_144=144 - I:toolHeadHammerHSSG_144=144 - I:toolHeadHammerHSSS_144=144 - I:toolHeadHammerInvar_144=144 - I:toolHeadHammerIridium_144=144 - I:toolHeadHammerIronMagnetic_144=144 - I:toolHeadHammerIron_144=144 - I:toolHeadHammerKanthal_144=144 - I:toolHeadHammerLead_144=144 - I:toolHeadHammerMagnalium_144=144 - I:toolHeadHammerManganese_144=144 - I:toolHeadHammerMithril_144=144 - I:toolHeadHammerMolybdenum_144=144 - I:toolHeadHammerNaquadahAlloy_144=144 - I:toolHeadHammerNaquadahEnriched_144=144 - I:toolHeadHammerNaquadah_144=144 - I:toolHeadHammerNaquadria_144=144 - I:toolHeadHammerNeodymiumMagnetic_144=144 - I:toolHeadHammerNeodymium_144=144 - I:toolHeadHammerNeutronium_144=144 - I:toolHeadHammerNichrome_144=144 - I:toolHeadHammerNickelZincFerrite_144=144 - I:toolHeadHammerNickel_144=144 - I:toolHeadHammerOsmiridium_144=144 - I:toolHeadHammerOsmium_144=144 - I:toolHeadHammerPalladium_144=144 - I:toolHeadHammerPigIron_144=144 - I:toolHeadHammerPlastic_144=144 - I:toolHeadHammerPlatinum_144=144 - I:toolHeadHammerPlutonium241_144=144 - I:toolHeadHammerPlutonium_144=144 - I:toolHeadHammerPolycaprolactam_144=144 - I:toolHeadHammerPolyphenyleneSulfide_144=144 - I:toolHeadHammerPolystyrene_144=144 - I:toolHeadHammerPolytetrafluoroethylene_144=144 - I:toolHeadHammerPolyvinylChloride_144=144 - I:toolHeadHammerRedSteel_144=144 - I:toolHeadHammerRoseGold_144=144 - I:toolHeadHammerRubber_144=144 - I:toolHeadHammerSilicone_144=144 - I:toolHeadHammerSilver_144=144 - I:toolHeadHammerStainlessSteel_144=144 - I:toolHeadHammerSteelMagnetic_144=144 - I:toolHeadHammerSteel_144=144 - I:toolHeadHammerSterlingSilver_144=144 - I:toolHeadHammerStyreneButadieneRubber_144=144 - I:toolHeadHammerThorium_144=144 - I:toolHeadHammerTinAlloy_144=144 - I:toolHeadHammerTitanium_144=144 - I:toolHeadHammerTritanium_144=144 - I:toolHeadHammerTungstenCarbide_144=144 - I:toolHeadHammerTungstenSteel_144=144 - I:toolHeadHammerTungsten_144=144 - I:toolHeadHammerUltimet_144=144 - I:toolHeadHammerUranium235_144=144 - I:toolHeadHammerUranium_144=144 - I:toolHeadHammerVanadiumSteel_144=144 - I:toolHeadHammerWroughtIron_144=144 - I:toolHeadHoeAluminium_48=48 - I:toolHeadHoeBeryllium_48=48 - I:toolHeadHoeBismuthBronze_48=48 - I:toolHeadHoeBismuth_48=48 - I:toolHeadHoeBlackBronze_48=48 - I:toolHeadHoeBlackSteel_48=48 - I:toolHeadHoeBlaze_48=48 - I:toolHeadHoeBlueSteel_48=48 - I:toolHeadHoeBrass_48=48 - I:toolHeadHoeBronze_48=48 - I:toolHeadHoeCarbon_48=48 - I:toolHeadHoeChrome_48=48 - I:toolHeadHoeCobaltBrass_48=48 - I:toolHeadHoeCobalt_48=48 - I:toolHeadHoeCupronickel_48=48 - I:toolHeadHoeDamascusSteel_48=48 - I:toolHeadHoeDarkSteel_48=48 - I:toolHeadHoeDuranium_48=48 - I:toolHeadHoeElectrum_48=48 - I:toolHeadHoeEpoxidFiberReinforced_48=48 - I:toolHeadHoeEpoxid_48=48 - I:toolHeadHoeGold_48=48 - I:toolHeadHoeHSSE_48=48 - I:toolHeadHoeHSSG_48=48 - I:toolHeadHoeHSSS_48=48 - I:toolHeadHoeInvar_48=48 - I:toolHeadHoeIridium_48=48 - I:toolHeadHoeIronMagnetic_48=48 - I:toolHeadHoeIron_48=48 - I:toolHeadHoeKanthal_48=48 - I:toolHeadHoeLead_48=48 - I:toolHeadHoeMagnalium_48=48 - I:toolHeadHoeManganese_48=48 - I:toolHeadHoeMithril_48=48 - I:toolHeadHoeMolybdenum_48=48 - I:toolHeadHoeNaquadahAlloy_48=48 - I:toolHeadHoeNaquadahEnriched_48=48 - I:toolHeadHoeNaquadah_48=48 - I:toolHeadHoeNaquadria_48=48 - I:toolHeadHoeNeodymiumMagnetic_48=48 - I:toolHeadHoeNeodymium_48=48 - I:toolHeadHoeNeutronium_48=48 - I:toolHeadHoeNichrome_48=48 - I:toolHeadHoeNickelZincFerrite_48=48 - I:toolHeadHoeNickel_48=48 - I:toolHeadHoeOsmiridium_48=48 - I:toolHeadHoeOsmium_48=48 - I:toolHeadHoePalladium_48=48 - I:toolHeadHoePigIron_48=48 - I:toolHeadHoePlastic_48=48 - I:toolHeadHoePlatinum_48=48 - I:toolHeadHoePlutonium241_48=48 - I:toolHeadHoePlutonium_48=48 - I:toolHeadHoePolycaprolactam_48=48 - I:toolHeadHoePolyphenyleneSulfide_48=48 - I:toolHeadHoePolystyrene_48=48 - I:toolHeadHoePolytetrafluoroethylene_48=48 - I:toolHeadHoePolyvinylChloride_48=48 - I:toolHeadHoeRedSteel_48=48 - I:toolHeadHoeRoseGold_48=48 - I:toolHeadHoeRubber_48=48 - I:toolHeadHoeSilicone_48=48 - I:toolHeadHoeSilver_48=48 - I:toolHeadHoeStainlessSteel_48=48 - I:toolHeadHoeSteelMagnetic_48=48 - I:toolHeadHoeSteel_48=48 - I:toolHeadHoeSterlingSilver_48=48 - I:toolHeadHoeStyreneButadieneRubber_48=48 - I:toolHeadHoeThorium_48=48 - I:toolHeadHoeTinAlloy_48=48 - I:toolHeadHoeTitanium_48=48 - I:toolHeadHoeTritanium_48=48 - I:toolHeadHoeTungstenCarbide_48=48 - I:toolHeadHoeTungstenSteel_48=48 - I:toolHeadHoeTungsten_48=48 - I:toolHeadHoeUltimet_48=48 - I:toolHeadHoeUranium235_48=48 - I:toolHeadHoeUranium_48=48 - I:toolHeadHoeVanadiumSteel_48=48 - I:toolHeadHoeWroughtIron_48=48 - I:toolHeadPickaxeAluminium_72=72 - I:toolHeadPickaxeBeryllium_72=72 - I:toolHeadPickaxeBismuthBronze_72=72 - I:toolHeadPickaxeBismuth_72=72 - I:toolHeadPickaxeBlackBronze_72=72 - I:toolHeadPickaxeBlackSteel_72=72 - I:toolHeadPickaxeBlaze_72=72 - I:toolHeadPickaxeBlueSteel_72=72 - I:toolHeadPickaxeBrass_72=72 - I:toolHeadPickaxeBronze_72=72 - I:toolHeadPickaxeCarbon_72=72 - I:toolHeadPickaxeChrome_72=72 - I:toolHeadPickaxeCobaltBrass_72=72 - I:toolHeadPickaxeCobalt_72=72 - I:toolHeadPickaxeCupronickel_72=72 - I:toolHeadPickaxeDamascusSteel_72=72 - I:toolHeadPickaxeDarkSteel_72=72 - I:toolHeadPickaxeDuranium_72=72 - I:toolHeadPickaxeElectrum_72=72 - I:toolHeadPickaxeEpoxidFiberReinforced_72=72 - I:toolHeadPickaxeEpoxid_72=72 - I:toolHeadPickaxeGold_72=72 - I:toolHeadPickaxeHSSE_72=72 - I:toolHeadPickaxeHSSG_72=72 - I:toolHeadPickaxeHSSS_72=72 - I:toolHeadPickaxeInvar_72=72 - I:toolHeadPickaxeIridium_72=72 - I:toolHeadPickaxeIronMagnetic_72=72 - I:toolHeadPickaxeIron_72=72 - I:toolHeadPickaxeKanthal_72=72 - I:toolHeadPickaxeLead_72=72 - I:toolHeadPickaxeMagnalium_72=72 - I:toolHeadPickaxeManganese_72=72 - I:toolHeadPickaxeMithril_72=72 - I:toolHeadPickaxeMolybdenum_72=72 - I:toolHeadPickaxeNaquadahAlloy_72=72 - I:toolHeadPickaxeNaquadahEnriched_72=72 - I:toolHeadPickaxeNaquadah_72=72 - I:toolHeadPickaxeNaquadria_72=72 - I:toolHeadPickaxeNeodymiumMagnetic_72=72 - I:toolHeadPickaxeNeodymium_72=72 - I:toolHeadPickaxeNeutronium_72=72 - I:toolHeadPickaxeNichrome_72=72 - I:toolHeadPickaxeNickelZincFerrite_72=72 - I:toolHeadPickaxeNickel_72=72 - I:toolHeadPickaxeOsmiridium_72=72 - I:toolHeadPickaxeOsmium_72=72 - I:toolHeadPickaxePalladium_72=72 - I:toolHeadPickaxePigIron_72=72 - I:toolHeadPickaxePlastic_72=72 - I:toolHeadPickaxePlatinum_72=72 - I:toolHeadPickaxePlutonium241_72=72 - I:toolHeadPickaxePlutonium_72=72 - I:toolHeadPickaxePolycaprolactam_72=72 - I:toolHeadPickaxePolyphenyleneSulfide_72=72 - I:toolHeadPickaxePolystyrene_72=72 - I:toolHeadPickaxePolytetrafluoroethylene_72=72 - I:toolHeadPickaxePolyvinylChloride_72=72 - I:toolHeadPickaxeRedSteel_72=72 - I:toolHeadPickaxeRoseGold_72=72 - I:toolHeadPickaxeRubber_72=72 - I:toolHeadPickaxeSilicone_72=72 - I:toolHeadPickaxeSilver_72=72 - I:toolHeadPickaxeStainlessSteel_72=72 - I:toolHeadPickaxeSteelMagnetic_72=72 - I:toolHeadPickaxeSteel_72=72 - I:toolHeadPickaxeSterlingSilver_72=72 - I:toolHeadPickaxeStyreneButadieneRubber_72=72 - I:toolHeadPickaxeThorium_72=72 - I:toolHeadPickaxeTinAlloy_72=72 - I:toolHeadPickaxeTitanium_72=72 - I:toolHeadPickaxeTritanium_72=72 - I:toolHeadPickaxeTungstenCarbide_72=72 - I:toolHeadPickaxeTungstenSteel_72=72 - I:toolHeadPickaxeTungsten_72=72 - I:toolHeadPickaxeUltimet_72=72 - I:toolHeadPickaxeUranium235_72=72 - I:toolHeadPickaxeUranium_72=72 - I:toolHeadPickaxeVanadiumSteel_72=72 - I:toolHeadPickaxeWroughtIron_72=72 - I:toolHeadPlowAluminium_96=96 - I:toolHeadPlowBeryllium_96=96 - I:toolHeadPlowBismuthBronze_96=96 - I:toolHeadPlowBismuth_96=96 - I:toolHeadPlowBlackBronze_96=96 - I:toolHeadPlowBlackSteel_96=96 - I:toolHeadPlowBlaze_96=96 - I:toolHeadPlowBlueSteel_96=96 - I:toolHeadPlowBrass_96=96 - I:toolHeadPlowBronze_96=96 - I:toolHeadPlowCarbon_96=96 - I:toolHeadPlowChrome_96=96 - I:toolHeadPlowCobaltBrass_96=96 - I:toolHeadPlowCobalt_96=96 - I:toolHeadPlowCupronickel_96=96 - I:toolHeadPlowDamascusSteel_96=96 - I:toolHeadPlowDarkSteel_96=96 - I:toolHeadPlowDuranium_96=96 - I:toolHeadPlowElectrum_96=96 - I:toolHeadPlowEpoxidFiberReinforced_96=96 - I:toolHeadPlowEpoxid_96=96 - I:toolHeadPlowGold_96=96 - I:toolHeadPlowHSSE_96=96 - I:toolHeadPlowHSSG_96=96 - I:toolHeadPlowHSSS_96=96 - I:toolHeadPlowInvar_96=96 - I:toolHeadPlowIridium_96=96 - I:toolHeadPlowIronMagnetic_96=96 - I:toolHeadPlowIron_96=96 - I:toolHeadPlowKanthal_96=96 - I:toolHeadPlowLead_96=96 - I:toolHeadPlowMagnalium_96=96 - I:toolHeadPlowManganese_96=96 - I:toolHeadPlowMithril_96=96 - I:toolHeadPlowMolybdenum_96=96 - I:toolHeadPlowNaquadahAlloy_96=96 - I:toolHeadPlowNaquadahEnriched_96=96 - I:toolHeadPlowNaquadah_96=96 - I:toolHeadPlowNaquadria_96=96 - I:toolHeadPlowNeodymiumMagnetic_96=96 - I:toolHeadPlowNeodymium_96=96 - I:toolHeadPlowNeutronium_96=96 - I:toolHeadPlowNichrome_96=96 - I:toolHeadPlowNickelZincFerrite_96=96 - I:toolHeadPlowNickel_96=96 - I:toolHeadPlowOsmiridium_96=96 - I:toolHeadPlowOsmium_96=96 - I:toolHeadPlowPalladium_96=96 - I:toolHeadPlowPigIron_96=96 - I:toolHeadPlowPlastic_96=96 - I:toolHeadPlowPlatinum_96=96 - I:toolHeadPlowPlutonium241_96=96 - I:toolHeadPlowPlutonium_96=96 - I:toolHeadPlowPolycaprolactam_96=96 - I:toolHeadPlowPolyphenyleneSulfide_96=96 - I:toolHeadPlowPolystyrene_96=96 - I:toolHeadPlowPolytetrafluoroethylene_96=96 - I:toolHeadPlowPolyvinylChloride_96=96 - I:toolHeadPlowRedSteel_96=96 - I:toolHeadPlowRoseGold_96=96 - I:toolHeadPlowRubber_96=96 - I:toolHeadPlowSilicone_96=96 - I:toolHeadPlowSilver_96=96 - I:toolHeadPlowStainlessSteel_96=96 - I:toolHeadPlowSteelMagnetic_96=96 - I:toolHeadPlowSteel_96=96 - I:toolHeadPlowSterlingSilver_96=96 - I:toolHeadPlowStyreneButadieneRubber_96=96 - I:toolHeadPlowThorium_96=96 - I:toolHeadPlowTinAlloy_96=96 - I:toolHeadPlowTitanium_96=96 - I:toolHeadPlowTritanium_96=96 - I:toolHeadPlowTungstenCarbide_96=96 - I:toolHeadPlowTungstenSteel_96=96 - I:toolHeadPlowTungsten_96=96 - I:toolHeadPlowUltimet_96=96 - I:toolHeadPlowUranium235_96=96 - I:toolHeadPlowUranium_96=96 - I:toolHeadPlowVanadiumSteel_96=96 - I:toolHeadPlowWroughtIron_96=96 - I:toolHeadSawAluminium_48=48 - I:toolHeadSawBeryllium_48=48 - I:toolHeadSawBismuthBronze_48=48 - I:toolHeadSawBismuth_48=48 - I:toolHeadSawBlackBronze_48=48 - I:toolHeadSawBlackSteel_48=48 - I:toolHeadSawBlaze_48=48 - I:toolHeadSawBlueSteel_48=48 - I:toolHeadSawBrass_48=48 - I:toolHeadSawBronze_48=48 - I:toolHeadSawCarbon_48=48 - I:toolHeadSawChrome_48=48 - I:toolHeadSawCobaltBrass_48=48 - I:toolHeadSawCobalt_48=48 - I:toolHeadSawCupronickel_48=48 - I:toolHeadSawDamascusSteel_48=48 - I:toolHeadSawDarkSteel_48=48 - I:toolHeadSawDuranium_48=48 - I:toolHeadSawElectrum_48=48 - I:toolHeadSawEpoxidFiberReinforced_48=48 - I:toolHeadSawEpoxid_48=48 - I:toolHeadSawGold_48=48 - I:toolHeadSawHSSE_48=48 - I:toolHeadSawHSSG_48=48 - I:toolHeadSawHSSS_48=48 - I:toolHeadSawInvar_48=48 - I:toolHeadSawIridium_48=48 - I:toolHeadSawIronMagnetic_48=48 - I:toolHeadSawIron_48=48 - I:toolHeadSawKanthal_48=48 - I:toolHeadSawLead_48=48 - I:toolHeadSawMagnalium_48=48 - I:toolHeadSawManganese_48=48 - I:toolHeadSawMithril_48=48 - I:toolHeadSawMolybdenum_48=48 - I:toolHeadSawNaquadahAlloy_48=48 - I:toolHeadSawNaquadahEnriched_48=48 - I:toolHeadSawNaquadah_48=48 - I:toolHeadSawNaquadria_48=48 - I:toolHeadSawNeodymiumMagnetic_48=48 - I:toolHeadSawNeodymium_48=48 - I:toolHeadSawNeutronium_48=48 - I:toolHeadSawNichrome_48=48 - I:toolHeadSawNickelZincFerrite_48=48 - I:toolHeadSawNickel_48=48 - I:toolHeadSawOsmiridium_48=48 - I:toolHeadSawOsmium_48=48 - I:toolHeadSawPalladium_48=48 - I:toolHeadSawPigIron_48=48 - I:toolHeadSawPlatinum_48=48 - I:toolHeadSawPlutonium241_48=48 - I:toolHeadSawPlutonium_48=48 - I:toolHeadSawPolycaprolactam_48=48 - I:toolHeadSawPolyphenyleneSulfide_48=48 - I:toolHeadSawPolytetrafluoroethylene_48=48 - I:toolHeadSawRedSteel_48=48 - I:toolHeadSawRoseGold_48=48 - I:toolHeadSawSilver_48=48 - I:toolHeadSawStainlessSteel_48=48 - I:toolHeadSawSteelMagnetic_48=48 - I:toolHeadSawSteel_48=48 - I:toolHeadSawSterlingSilver_48=48 - I:toolHeadSawThorium_48=48 - I:toolHeadSawTinAlloy_48=48 - I:toolHeadSawTitanium_48=48 - I:toolHeadSawTritanium_48=48 - I:toolHeadSawTungstenCarbide_48=48 - I:toolHeadSawTungstenSteel_48=48 - I:toolHeadSawTungsten_48=48 - I:toolHeadSawUltimet_48=48 - I:toolHeadSawUranium235_48=48 - I:toolHeadSawUranium_48=48 - I:toolHeadSawVanadiumSteel_48=48 - I:toolHeadSawWroughtIron_48=48 - I:toolHeadSenseAluminium_72=72 - I:toolHeadSenseBeryllium_72=72 - I:toolHeadSenseBismuthBronze_72=72 - I:toolHeadSenseBismuth_72=72 - I:toolHeadSenseBlackBronze_72=72 - I:toolHeadSenseBlackSteel_72=72 - I:toolHeadSenseBlaze_72=72 - I:toolHeadSenseBlueSteel_72=72 - I:toolHeadSenseBrass_72=72 - I:toolHeadSenseBronze_72=72 - I:toolHeadSenseCarbon_72=72 - I:toolHeadSenseChrome_72=72 - I:toolHeadSenseCobaltBrass_72=72 - I:toolHeadSenseCobalt_72=72 - I:toolHeadSenseCupronickel_72=72 - I:toolHeadSenseDamascusSteel_72=72 - I:toolHeadSenseDarkSteel_72=72 - I:toolHeadSenseDuranium_72=72 - I:toolHeadSenseElectrum_72=72 - I:toolHeadSenseEpoxidFiberReinforced_72=72 - I:toolHeadSenseEpoxid_72=72 - I:toolHeadSenseGold_72=72 - I:toolHeadSenseHSSE_72=72 - I:toolHeadSenseHSSG_72=72 - I:toolHeadSenseHSSS_72=72 - I:toolHeadSenseInvar_72=72 - I:toolHeadSenseIridium_72=72 - I:toolHeadSenseIronMagnetic_72=72 - I:toolHeadSenseIron_72=72 - I:toolHeadSenseKanthal_72=72 - I:toolHeadSenseLead_72=72 - I:toolHeadSenseMagnalium_72=72 - I:toolHeadSenseManganese_72=72 - I:toolHeadSenseMithril_72=72 - I:toolHeadSenseMolybdenum_72=72 - I:toolHeadSenseNaquadahAlloy_72=72 - I:toolHeadSenseNaquadahEnriched_72=72 - I:toolHeadSenseNaquadah_72=72 - I:toolHeadSenseNaquadria_72=72 - I:toolHeadSenseNeodymiumMagnetic_72=72 - I:toolHeadSenseNeodymium_72=72 - I:toolHeadSenseNeutronium_72=72 - I:toolHeadSenseNichrome_72=72 - I:toolHeadSenseNickelZincFerrite_72=72 - I:toolHeadSenseNickel_72=72 - I:toolHeadSenseOsmiridium_72=72 - I:toolHeadSenseOsmium_72=72 - I:toolHeadSensePalladium_72=72 - I:toolHeadSensePigIron_72=72 - I:toolHeadSensePlastic_72=72 - I:toolHeadSensePlatinum_72=72 - I:toolHeadSensePlutonium241_72=72 - I:toolHeadSensePlutonium_72=72 - I:toolHeadSensePolycaprolactam_72=72 - I:toolHeadSensePolyphenyleneSulfide_72=72 - I:toolHeadSensePolystyrene_72=72 - I:toolHeadSensePolytetrafluoroethylene_72=72 - I:toolHeadSensePolyvinylChloride_72=72 - I:toolHeadSenseRedSteel_72=72 - I:toolHeadSenseRoseGold_72=72 - I:toolHeadSenseRubber_72=72 - I:toolHeadSenseSilicone_72=72 - I:toolHeadSenseSilver_72=72 - I:toolHeadSenseStainlessSteel_72=72 - I:toolHeadSenseSteelMagnetic_72=72 - I:toolHeadSenseSteel_72=72 - I:toolHeadSenseSterlingSilver_72=72 - I:toolHeadSenseStyreneButadieneRubber_72=72 - I:toolHeadSenseThorium_72=72 - I:toolHeadSenseTinAlloy_72=72 - I:toolHeadSenseTitanium_72=72 - I:toolHeadSenseTritanium_72=72 - I:toolHeadSenseTungstenCarbide_72=72 - I:toolHeadSenseTungstenSteel_72=72 - I:toolHeadSenseTungsten_72=72 - I:toolHeadSenseUltimet_72=72 - I:toolHeadSenseUranium235_72=72 - I:toolHeadSenseUranium_72=72 - I:toolHeadSenseVanadiumSteel_72=72 - I:toolHeadSenseWroughtIron_72=72 - I:toolHeadShovelAluminium_24=24 - I:toolHeadShovelBeryllium_24=24 - I:toolHeadShovelBismuthBronze_24=24 - I:toolHeadShovelBismuth_24=24 - I:toolHeadShovelBlackBronze_24=24 - I:toolHeadShovelBlackSteel_24=24 - I:toolHeadShovelBlaze_24=24 - I:toolHeadShovelBlueSteel_24=24 - I:toolHeadShovelBrass_24=24 - I:toolHeadShovelBronze_24=24 - I:toolHeadShovelCarbon_24=24 - I:toolHeadShovelChrome_24=24 - I:toolHeadShovelCobaltBrass_24=24 - I:toolHeadShovelCobalt_24=24 - I:toolHeadShovelCupronickel_24=24 - I:toolHeadShovelDamascusSteel_24=24 - I:toolHeadShovelDarkSteel_24=24 - I:toolHeadShovelDuranium_24=24 - I:toolHeadShovelElectrum_24=24 - I:toolHeadShovelEpoxidFiberReinforced_24=24 - I:toolHeadShovelEpoxid_24=24 - I:toolHeadShovelGold_24=24 - I:toolHeadShovelHSSE_24=24 - I:toolHeadShovelHSSG_24=24 - I:toolHeadShovelHSSS_24=24 - I:toolHeadShovelInvar_24=24 - I:toolHeadShovelIridium_24=24 - I:toolHeadShovelIronMagnetic_24=24 - I:toolHeadShovelIron_24=24 - I:toolHeadShovelKanthal_24=24 - I:toolHeadShovelLead_24=24 - I:toolHeadShovelMagnalium_24=24 - I:toolHeadShovelManganese_24=24 - I:toolHeadShovelMithril_24=24 - I:toolHeadShovelMolybdenum_24=24 - I:toolHeadShovelNaquadahAlloy_24=24 - I:toolHeadShovelNaquadahEnriched_24=24 - I:toolHeadShovelNaquadah_24=24 - I:toolHeadShovelNaquadria_24=24 - I:toolHeadShovelNeodymiumMagnetic_24=24 - I:toolHeadShovelNeodymium_24=24 - I:toolHeadShovelNeutronium_24=24 - I:toolHeadShovelNichrome_24=24 - I:toolHeadShovelNickelZincFerrite_24=24 - I:toolHeadShovelNickel_24=24 - I:toolHeadShovelOsmiridium_24=24 - I:toolHeadShovelOsmium_24=24 - I:toolHeadShovelPalladium_24=24 - I:toolHeadShovelPigIron_24=24 - I:toolHeadShovelPlastic_24=24 - I:toolHeadShovelPlatinum_24=24 - I:toolHeadShovelPlutonium241_24=24 - I:toolHeadShovelPlutonium_24=24 - I:toolHeadShovelPolycaprolactam_24=24 - I:toolHeadShovelPolyphenyleneSulfide_24=24 - I:toolHeadShovelPolystyrene_24=24 - I:toolHeadShovelPolytetrafluoroethylene_24=24 - I:toolHeadShovelPolyvinylChloride_24=24 - I:toolHeadShovelRedSteel_24=24 - I:toolHeadShovelRoseGold_24=24 - I:toolHeadShovelRubber_24=24 - I:toolHeadShovelSilicone_24=24 - I:toolHeadShovelSilver_24=24 - I:toolHeadShovelStainlessSteel_24=24 - I:toolHeadShovelSteelMagnetic_24=24 - I:toolHeadShovelSteel_24=24 - I:toolHeadShovelSterlingSilver_24=24 - I:toolHeadShovelStyreneButadieneRubber_24=24 - I:toolHeadShovelThorium_24=24 - I:toolHeadShovelTinAlloy_24=24 - I:toolHeadShovelTitanium_24=24 - I:toolHeadShovelTritanium_24=24 - I:toolHeadShovelTungstenCarbide_24=24 - I:toolHeadShovelTungstenSteel_24=24 - I:toolHeadShovelTungsten_24=24 - I:toolHeadShovelUltimet_24=24 - I:toolHeadShovelUranium235_24=24 - I:toolHeadShovelUranium_24=24 - I:toolHeadShovelVanadiumSteel_24=24 - I:toolHeadShovelWroughtIron_24=24 - I:toolHeadSwordAluminium_48=48 - I:toolHeadSwordBeryllium_48=48 - I:toolHeadSwordBismuthBronze_48=48 - I:toolHeadSwordBismuth_48=48 - I:toolHeadSwordBlackBronze_48=48 - I:toolHeadSwordBlackSteel_48=48 - I:toolHeadSwordBlaze_48=48 - I:toolHeadSwordBlueSteel_48=48 - I:toolHeadSwordBrass_48=48 - I:toolHeadSwordBronze_48=48 - I:toolHeadSwordCarbon_48=48 - I:toolHeadSwordChrome_48=48 - I:toolHeadSwordCobaltBrass_48=48 - I:toolHeadSwordCobalt_48=48 - I:toolHeadSwordCupronickel_48=48 - I:toolHeadSwordDamascusSteel_48=48 - I:toolHeadSwordDarkSteel_48=48 - I:toolHeadSwordDuranium_48=48 - I:toolHeadSwordElectrum_48=48 - I:toolHeadSwordEpoxidFiberReinforced_48=48 - I:toolHeadSwordEpoxid_48=48 - I:toolHeadSwordGold_48=48 - I:toolHeadSwordHSSE_48=48 - I:toolHeadSwordHSSG_48=48 - I:toolHeadSwordHSSS_48=48 - I:toolHeadSwordInvar_48=48 - I:toolHeadSwordIridium_48=48 - I:toolHeadSwordIronMagnetic_48=48 - I:toolHeadSwordIron_48=48 - I:toolHeadSwordKanthal_48=48 - I:toolHeadSwordLead_48=48 - I:toolHeadSwordMagnalium_48=48 - I:toolHeadSwordManganese_48=48 - I:toolHeadSwordMithril_48=48 - I:toolHeadSwordMolybdenum_48=48 - I:toolHeadSwordNaquadahAlloy_48=48 - I:toolHeadSwordNaquadahEnriched_48=48 - I:toolHeadSwordNaquadah_48=48 - I:toolHeadSwordNaquadria_48=48 - I:toolHeadSwordNeodymiumMagnetic_48=48 - I:toolHeadSwordNeodymium_48=48 - I:toolHeadSwordNeutronium_48=48 - I:toolHeadSwordNichrome_48=48 - I:toolHeadSwordNickelZincFerrite_48=48 - I:toolHeadSwordNickel_48=48 - I:toolHeadSwordOsmiridium_48=48 - I:toolHeadSwordOsmium_48=48 - I:toolHeadSwordPalladium_48=48 - I:toolHeadSwordPigIron_48=48 - I:toolHeadSwordPlastic_48=48 - I:toolHeadSwordPlatinum_48=48 - I:toolHeadSwordPlutonium241_48=48 - I:toolHeadSwordPlutonium_48=48 - I:toolHeadSwordPolycaprolactam_48=48 - I:toolHeadSwordPolyphenyleneSulfide_48=48 - I:toolHeadSwordPolystyrene_48=48 - I:toolHeadSwordPolytetrafluoroethylene_48=48 - I:toolHeadSwordPolyvinylChloride_48=48 - I:toolHeadSwordRedSteel_48=48 - I:toolHeadSwordRoseGold_48=48 - I:toolHeadSwordRubber_48=48 - I:toolHeadSwordSilicone_48=48 - I:toolHeadSwordSilver_48=48 - I:toolHeadSwordStainlessSteel_48=48 - I:toolHeadSwordSteelMagnetic_48=48 - I:toolHeadSwordSteel_48=48 - I:toolHeadSwordSterlingSilver_48=48 - I:toolHeadSwordStyreneButadieneRubber_48=48 - I:toolHeadSwordThorium_48=48 - I:toolHeadSwordTinAlloy_48=48 - I:toolHeadSwordTitanium_48=48 - I:toolHeadSwordTritanium_48=48 - I:toolHeadSwordTungstenCarbide_48=48 - I:toolHeadSwordTungstenSteel_48=48 - I:toolHeadSwordTungsten_48=48 - I:toolHeadSwordUltimet_48=48 - I:toolHeadSwordUranium235_48=48 - I:toolHeadSwordUranium_48=48 - I:toolHeadSwordVanadiumSteel_48=48 - I:toolHeadSwordWroughtIron_48=48 - I:toolHeadUniversalSpadeAluminium_24=24 - I:toolHeadUniversalSpadeBeryllium_24=24 - I:toolHeadUniversalSpadeBismuthBronze_24=24 - I:toolHeadUniversalSpadeBismuth_24=24 - I:toolHeadUniversalSpadeBlackBronze_24=24 - I:toolHeadUniversalSpadeBlackSteel_24=24 - I:toolHeadUniversalSpadeBlaze_24=24 - I:toolHeadUniversalSpadeBlueSteel_24=24 - I:toolHeadUniversalSpadeBrass_24=24 - I:toolHeadUniversalSpadeBronze_24=24 - I:toolHeadUniversalSpadeCarbon_24=24 - I:toolHeadUniversalSpadeChrome_24=24 - I:toolHeadUniversalSpadeCobaltBrass_24=24 - I:toolHeadUniversalSpadeCobalt_24=24 - I:toolHeadUniversalSpadeCupronickel_24=24 - I:toolHeadUniversalSpadeDamascusSteel_24=24 - I:toolHeadUniversalSpadeDarkSteel_24=24 - I:toolHeadUniversalSpadeDuranium_24=24 - I:toolHeadUniversalSpadeElectrum_24=24 - I:toolHeadUniversalSpadeEpoxidFiberReinforced_24=24 - I:toolHeadUniversalSpadeEpoxid_24=24 - I:toolHeadUniversalSpadeGold_24=24 - I:toolHeadUniversalSpadeHSSE_24=24 - I:toolHeadUniversalSpadeHSSG_24=24 - I:toolHeadUniversalSpadeHSSS_24=24 - I:toolHeadUniversalSpadeInvar_24=24 - I:toolHeadUniversalSpadeIridium_24=24 - I:toolHeadUniversalSpadeIronMagnetic_24=24 - I:toolHeadUniversalSpadeIron_24=24 - I:toolHeadUniversalSpadeKanthal_24=24 - I:toolHeadUniversalSpadeLead_24=24 - I:toolHeadUniversalSpadeMagnalium_24=24 - I:toolHeadUniversalSpadeManganese_24=24 - I:toolHeadUniversalSpadeMithril_24=24 - I:toolHeadUniversalSpadeMolybdenum_24=24 - I:toolHeadUniversalSpadeNaquadahAlloy_24=24 - I:toolHeadUniversalSpadeNaquadahEnriched_24=24 - I:toolHeadUniversalSpadeNaquadah_24=24 - I:toolHeadUniversalSpadeNaquadria_24=24 - I:toolHeadUniversalSpadeNeodymiumMagnetic_24=24 - I:toolHeadUniversalSpadeNeodymium_24=24 - I:toolHeadUniversalSpadeNeutronium_24=24 - I:toolHeadUniversalSpadeNichrome_24=24 - I:toolHeadUniversalSpadeNickelZincFerrite_24=24 - I:toolHeadUniversalSpadeNickel_24=24 - I:toolHeadUniversalSpadeOsmiridium_24=24 - I:toolHeadUniversalSpadeOsmium_24=24 - I:toolHeadUniversalSpadePalladium_24=24 - I:toolHeadUniversalSpadePigIron_24=24 - I:toolHeadUniversalSpadePlastic_24=24 - I:toolHeadUniversalSpadePlatinum_24=24 - I:toolHeadUniversalSpadePlutonium241_24=24 - I:toolHeadUniversalSpadePlutonium_24=24 - I:toolHeadUniversalSpadePolycaprolactam_24=24 - I:toolHeadUniversalSpadePolyphenyleneSulfide_24=24 - I:toolHeadUniversalSpadePolystyrene_24=24 - I:toolHeadUniversalSpadePolytetrafluoroethylene_24=24 - I:toolHeadUniversalSpadePolyvinylChloride_24=24 - I:toolHeadUniversalSpadeRedSteel_24=24 - I:toolHeadUniversalSpadeRoseGold_24=24 - I:toolHeadUniversalSpadeRubber_24=24 - I:toolHeadUniversalSpadeSilicone_24=24 - I:toolHeadUniversalSpadeSilver_24=24 - I:toolHeadUniversalSpadeStainlessSteel_24=24 - I:toolHeadUniversalSpadeSteelMagnetic_24=24 - I:toolHeadUniversalSpadeSteel_24=24 - I:toolHeadUniversalSpadeSterlingSilver_24=24 - I:toolHeadUniversalSpadeStyreneButadieneRubber_24=24 - I:toolHeadUniversalSpadeThorium_24=24 - I:toolHeadUniversalSpadeTinAlloy_24=24 - I:toolHeadUniversalSpadeTitanium_24=24 - I:toolHeadUniversalSpadeTritanium_24=24 - I:toolHeadUniversalSpadeTungstenCarbide_24=24 - I:toolHeadUniversalSpadeTungstenSteel_24=24 - I:toolHeadUniversalSpadeTungsten_24=24 - I:toolHeadUniversalSpadeUltimet_24=24 - I:toolHeadUniversalSpadeUranium235_24=24 - I:toolHeadUniversalSpadeUranium_24=24 - I:toolHeadUniversalSpadeVanadiumSteel_24=24 - I:toolHeadUniversalSpadeWroughtIron_24=24 - I:toolHeadWrenchAluminium_96=96 - I:toolHeadWrenchBeryllium_96=96 - I:toolHeadWrenchBismuthBronze_96=96 - I:toolHeadWrenchBismuth_96=96 - I:toolHeadWrenchBlackBronze_96=96 - I:toolHeadWrenchBlackSteel_96=96 - I:toolHeadWrenchBlaze_96=96 - I:toolHeadWrenchBlueSteel_96=96 - I:toolHeadWrenchBrass_96=96 - I:toolHeadWrenchBronze_96=96 - I:toolHeadWrenchCarbon_96=96 - I:toolHeadWrenchChrome_96=96 - I:toolHeadWrenchCobaltBrass_96=96 - I:toolHeadWrenchCobalt_96=96 - I:toolHeadWrenchCupronickel_96=96 - I:toolHeadWrenchDamascusSteel_96=96 - I:toolHeadWrenchDarkSteel_96=96 - I:toolHeadWrenchDuranium_96=96 - I:toolHeadWrenchElectrum_96=96 - I:toolHeadWrenchEpoxidFiberReinforced_96=96 - I:toolHeadWrenchEpoxid_96=96 - I:toolHeadWrenchGold_96=96 - I:toolHeadWrenchHSSE_96=96 - I:toolHeadWrenchHSSG_96=96 - I:toolHeadWrenchHSSS_96=96 - I:toolHeadWrenchInvar_96=96 - I:toolHeadWrenchIridium_96=96 - I:toolHeadWrenchIronMagnetic_96=96 - I:toolHeadWrenchIron_96=96 - I:toolHeadWrenchKanthal_96=96 - I:toolHeadWrenchLead_96=96 - I:toolHeadWrenchMagnalium_96=96 - I:toolHeadWrenchManganese_96=96 - I:toolHeadWrenchMithril_96=96 - I:toolHeadWrenchMolybdenum_96=96 - I:toolHeadWrenchNaquadahAlloy_96=96 - I:toolHeadWrenchNaquadahEnriched_96=96 - I:toolHeadWrenchNaquadah_96=96 - I:toolHeadWrenchNaquadria_96=96 - I:toolHeadWrenchNeodymiumMagnetic_96=96 - I:toolHeadWrenchNeodymium_96=96 - I:toolHeadWrenchNeutronium_96=96 - I:toolHeadWrenchNichrome_96=96 - I:toolHeadWrenchNickelZincFerrite_96=96 - I:toolHeadWrenchNickel_96=96 - I:toolHeadWrenchOsmiridium_96=96 - I:toolHeadWrenchOsmium_96=96 - I:toolHeadWrenchPalladium_96=96 - I:toolHeadWrenchPigIron_96=96 - I:toolHeadWrenchPlatinum_96=96 - I:toolHeadWrenchPlutonium241_96=96 - I:toolHeadWrenchPlutonium_96=96 - I:toolHeadWrenchPolycaprolactam_96=96 - I:toolHeadWrenchPolyphenyleneSulfide_96=96 - I:toolHeadWrenchPolytetrafluoroethylene_96=96 - I:toolHeadWrenchRedSteel_96=96 - I:toolHeadWrenchRoseGold_96=96 - I:toolHeadWrenchSilver_96=96 - I:toolHeadWrenchStainlessSteel_96=96 - I:toolHeadWrenchSteelMagnetic_96=96 - I:toolHeadWrenchSteel_96=96 - I:toolHeadWrenchSterlingSilver_96=96 - I:toolHeadWrenchThorium_96=96 - I:toolHeadWrenchTinAlloy_96=96 - I:toolHeadWrenchTitanium_96=96 - I:toolHeadWrenchTritanium_96=96 - I:toolHeadWrenchTungstenCarbide_96=96 - I:toolHeadWrenchTungstenSteel_96=96 - I:toolHeadWrenchTungsten_96=96 - I:toolHeadWrenchUltimet_96=96 - I:toolHeadWrenchUranium235_96=96 - I:toolHeadWrenchUranium_96=96 - I:toolHeadWrenchVanadiumSteel_96=96 - I:toolHeadWrenchWroughtIron_96=96 - I:turbineBladeAluminium_144=144 - I:turbineBladeBeryllium_144=144 - I:turbineBladeBismuthBronze_144=144 - I:turbineBladeBismuth_144=144 - I:turbineBladeBlackBronze_144=144 - I:turbineBladeBlackSteel_144=144 - I:turbineBladeBlaze_144=144 - I:turbineBladeBlueSteel_144=144 - I:turbineBladeBrass_144=144 - I:turbineBladeBronze_144=144 - I:turbineBladeCarbon_144=144 - I:turbineBladeChrome_144=144 - I:turbineBladeCobaltBrass_144=144 - I:turbineBladeCobalt_144=144 - I:turbineBladeCupronickel_144=144 - I:turbineBladeDamascusSteel_144=144 - I:turbineBladeDarkSteel_144=144 - I:turbineBladeDuranium_144=144 - I:turbineBladeElectrum_144=144 - I:turbineBladeEpoxidFiberReinforced_144=144 - I:turbineBladeEpoxid_144=144 - I:turbineBladeGold_144=144 - I:turbineBladeHSSE_144=144 - I:turbineBladeHSSG_144=144 - I:turbineBladeHSSS_144=144 - I:turbineBladeInvar_144=144 - I:turbineBladeIridium_144=144 - I:turbineBladeIronMagnetic_144=144 - I:turbineBladeIron_144=144 - I:turbineBladeKanthal_144=144 - I:turbineBladeLead_144=144 - I:turbineBladeMagnalium_144=144 - I:turbineBladeManganese_144=144 - I:turbineBladeMithril_144=144 - I:turbineBladeMolybdenum_144=144 - I:turbineBladeNaquadahAlloy_144=144 - I:turbineBladeNaquadahEnriched_144=144 - I:turbineBladeNaquadah_144=144 - I:turbineBladeNaquadria_144=144 - I:turbineBladeNeodymiumMagnetic_144=144 - I:turbineBladeNeodymium_144=144 - I:turbineBladeNeutronium_144=144 - I:turbineBladeNichrome_144=144 - I:turbineBladeNickelZincFerrite_144=144 - I:turbineBladeNickel_144=144 - I:turbineBladeOsmiridium_144=144 - I:turbineBladeOsmium_144=144 - I:turbineBladePalladium_144=144 - I:turbineBladePigIron_144=144 - I:turbineBladePlatinum_144=144 - I:turbineBladePlutonium241_144=144 - I:turbineBladePlutonium_144=144 - I:turbineBladePolycaprolactam_144=144 - I:turbineBladePolyphenyleneSulfide_144=144 - I:turbineBladePolytetrafluoroethylene_144=144 - I:turbineBladeRedSteel_144=144 - I:turbineBladeRoseGold_144=144 - I:turbineBladeSilver_144=144 - I:turbineBladeStainlessSteel_144=144 - I:turbineBladeSteelMagnetic_144=144 - I:turbineBladeSteel_144=144 - I:turbineBladeSterlingSilver_144=144 - I:turbineBladeThorium_144=144 - I:turbineBladeTinAlloy_144=144 - I:turbineBladeTitanium_144=144 - I:turbineBladeTritanium_144=144 - I:turbineBladeTungstenCarbide_144=144 - I:turbineBladeTungstenSteel_144=144 - I:turbineBladeTungsten_144=144 - I:turbineBladeUltimet_144=144 - I:turbineBladeUranium235_144=144 - I:turbineBladeUranium_144=144 - I:turbineBladeVanadiumSteel_144=144 - I:turbineBladeWroughtIron_144=144 - I:wireFineAnnealedCopper_3=3 - I:wireFineCopper_3=3 - I:wireFineElectrum_3=3 - I:wireFineGold_3=3 - I:wireFineLead_3=3 - I:wireFineNiobiumTitanium_3=3 - I:wireFineOsmium_3=3 - I:wireFinePlatinum_3=3 - I:wireFineRedAlloy_3=3 - I:wireFineSolderingAlloy_3=3 - I:wireFineSteel_3=3 - I:wireFineTin_3=3 - I:wireFineYttriumBariumCuprate_3=3 - I:wireGt01Aluminium_12=12 - I:wireGt01AnnealedCopper_12=12 - I:wireGt01BlackSteel_12=12 - I:wireGt01BlueAlloy_12=12 - I:wireGt01Cobalt_12=12 - I:wireGt01Copper_12=12 - I:wireGt01Cupronickel_12=12 - I:wireGt01Duranium_12=12 - I:wireGt01Electrum_12=12 - I:wireGt01Gold_12=12 - I:wireGt01HSSG_12=12 - I:wireGt01Iron_12=12 - I:wireGt01Kanthal_12=12 - I:wireGt01Lead_12=12 - I:wireGt01NaquadahAlloy_12=12 - I:wireGt01Naquadah_12=12 - I:wireGt01Nichrome_12=12 - I:wireGt01Nickel_12=12 - I:wireGt01NiobiumTitanium_12=12 - I:wireGt01Osmium_12=12 - I:wireGt01Platinum_12=12 - I:wireGt01RedAlloy_12=12 - I:wireGt01Silver_12=12 - I:wireGt01SolderingAlloy_12=12 - I:wireGt01Steel_12=12 - I:wireGt01Tin_12=12 - I:wireGt01Titanium_12=12 - I:wireGt01TungstenSteel_12=12 - I:wireGt01Tungsten_12=12 - I:wireGt01VanadiumGallium_12=12 - I:wireGt01YttriumBariumCuprate_12=12 - I:wireGt01Zinc_12=12 - I:wireGt02Aluminium_24=24 - I:wireGt02AnnealedCopper_24=24 - I:wireGt02BlackSteel_24=24 - I:wireGt02BlueAlloy_24=24 - I:wireGt02Cobalt_24=24 - I:wireGt02Copper_24=24 - I:wireGt02Cupronickel_24=24 - I:wireGt02Duranium_24=24 - I:wireGt02Electrum_24=24 - I:wireGt02Gold_24=24 - I:wireGt02HSSG_24=24 - I:wireGt02Iron_24=24 - I:wireGt02Kanthal_24=24 - I:wireGt02Lead_24=24 - I:wireGt02NaquadahAlloy_24=24 - I:wireGt02Naquadah_24=24 - I:wireGt02Nichrome_24=24 - I:wireGt02Nickel_24=24 - I:wireGt02NiobiumTitanium_24=24 - I:wireGt02Osmium_24=24 - I:wireGt02Platinum_24=24 - I:wireGt02RedAlloy_24=24 - I:wireGt02Silver_24=24 - I:wireGt02SolderingAlloy_24=24 - I:wireGt02Steel_24=24 - I:wireGt02Tin_24=24 - I:wireGt02Titanium_24=24 - I:wireGt02TungstenSteel_24=24 - I:wireGt02Tungsten_24=24 - I:wireGt02VanadiumGallium_24=24 - I:wireGt02YttriumBariumCuprate_24=24 - I:wireGt02Zinc_24=24 - I:wireGt04Aluminium_48=48 - I:wireGt04AnnealedCopper_48=48 - I:wireGt04BlackSteel_48=48 - I:wireGt04BlueAlloy_48=48 - I:wireGt04Cobalt_48=48 - I:wireGt04Copper_48=48 - I:wireGt04Cupronickel_48=48 - I:wireGt04Duranium_48=48 - I:wireGt04Electrum_48=48 - I:wireGt04Gold_48=48 - I:wireGt04HSSG_48=48 - I:wireGt04Iron_48=48 - I:wireGt04Kanthal_48=48 - I:wireGt04Lead_48=48 - I:wireGt04NaquadahAlloy_48=48 - I:wireGt04Naquadah_48=48 - I:wireGt04Nichrome_48=48 - I:wireGt04Nickel_48=48 - I:wireGt04NiobiumTitanium_48=48 - I:wireGt04Osmium_48=48 - I:wireGt04Platinum_48=48 - I:wireGt04RedAlloy_48=48 - I:wireGt04Silver_48=48 - I:wireGt04SolderingAlloy_48=48 - I:wireGt04Steel_48=48 - I:wireGt04Tin_48=48 - I:wireGt04Titanium_48=48 - I:wireGt04TungstenSteel_48=48 - I:wireGt04Tungsten_48=48 - I:wireGt04VanadiumGallium_48=48 - I:wireGt04YttriumBariumCuprate_48=48 - I:wireGt04Zinc_48=48 - I:wireGt08Aluminium_96=96 - I:wireGt08AnnealedCopper_96=96 - I:wireGt08BlackSteel_96=96 - I:wireGt08BlueAlloy_96=96 - I:wireGt08Cobalt_96=96 - I:wireGt08Copper_96=96 - I:wireGt08Cupronickel_96=96 - I:wireGt08Duranium_96=96 - I:wireGt08Electrum_96=96 - I:wireGt08Gold_96=96 - I:wireGt08HSSG_96=96 - I:wireGt08Iron_96=96 - I:wireGt08Kanthal_96=96 - I:wireGt08Lead_96=96 - I:wireGt08NaquadahAlloy_96=96 - I:wireGt08Naquadah_96=96 - I:wireGt08Nichrome_96=96 - I:wireGt08Nickel_96=96 - I:wireGt08NiobiumTitanium_96=96 - I:wireGt08Osmium_96=96 - I:wireGt08Platinum_96=96 - I:wireGt08RedAlloy_96=96 - I:wireGt08Silver_96=96 - I:wireGt08SolderingAlloy_96=96 - I:wireGt08Steel_96=96 - I:wireGt08Tin_96=96 - I:wireGt08Titanium_96=96 - I:wireGt08TungstenSteel_96=96 - I:wireGt08Tungsten_96=96 - I:wireGt08VanadiumGallium_96=96 - I:wireGt08YttriumBariumCuprate_96=96 - I:wireGt08Zinc_96=96 - I:wireGt12Aluminium_144=144 - I:wireGt12AnnealedCopper_144=144 - I:wireGt12BlackSteel_144=144 - I:wireGt12BlueAlloy_144=144 - I:wireGt12Cobalt_144=144 - I:wireGt12Copper_144=144 - I:wireGt12Cupronickel_144=144 - I:wireGt12Duranium_144=144 - I:wireGt12Electrum_144=144 - I:wireGt12Gold_144=144 - I:wireGt12HSSG_144=144 - I:wireGt12Iron_144=144 - I:wireGt12Kanthal_144=144 - I:wireGt12Lead_144=144 - I:wireGt12NaquadahAlloy_144=144 - I:wireGt12Naquadah_144=144 - I:wireGt12Nichrome_144=144 - I:wireGt12Nickel_144=144 - I:wireGt12NiobiumTitanium_144=144 - I:wireGt12Osmium_144=144 - I:wireGt12Platinum_144=144 - I:wireGt12RedAlloy_144=144 - I:wireGt12Silver_144=144 - I:wireGt12SolderingAlloy_144=144 - I:wireGt12Steel_144=144 - I:wireGt12Tin_144=144 - I:wireGt12Titanium_144=144 - I:wireGt12TungstenSteel_144=144 - I:wireGt12Tungsten_144=144 - I:wireGt12VanadiumGallium_144=144 - I:wireGt12YttriumBariumCuprate_144=144 - I:wireGt12Zinc_144=144 - I:wireGt16Aluminium_192=192 - I:wireGt16AnnealedCopper_192=192 - I:wireGt16BlackSteel_192=192 - I:wireGt16BlueAlloy_192=192 - I:wireGt16Cobalt_192=192 - I:wireGt16Copper_192=192 - I:wireGt16Cupronickel_192=192 - I:wireGt16Duranium_192=192 - I:wireGt16Electrum_192=192 - I:wireGt16Gold_192=192 - I:wireGt16HSSG_192=192 - I:wireGt16Iron_192=192 - I:wireGt16Kanthal_192=192 - I:wireGt16Lead_192=192 - I:wireGt16NaquadahAlloy_192=192 - I:wireGt16Naquadah_192=192 - I:wireGt16Nichrome_192=192 - I:wireGt16Nickel_192=192 - I:wireGt16NiobiumTitanium_192=192 - I:wireGt16Osmium_192=192 - I:wireGt16Platinum_192=192 - I:wireGt16RedAlloy_192=192 - I:wireGt16Silver_192=192 - I:wireGt16SolderingAlloy_192=192 - I:wireGt16Steel_192=192 - I:wireGt16Tin_192=192 - I:wireGt16Titanium_192=192 - I:wireGt16TungstenSteel_192=192 - I:wireGt16Tungsten_192=192 - I:wireGt16VanadiumGallium_192=192 - I:wireGt16YttriumBariumCuprate_192=192 - I:wireGt16Zinc_192=192 -} - - -fluidsolidifier { - I:blockAluminium_288=288 - I:blockAmericium_288=288 - I:blockAnnealedCopper_288=288 - I:blockAntimony_288=288 - I:blockArsenic_288=288 - I:blockBatteryAlloy_288=288 - I:blockBeryllium_288=288 - I:blockBismuthBronze_288=288 - I:blockBismuth_288=288 - I:blockBlackBronze_288=288 - I:blockBlackSteel_288=288 - I:blockBlueSteel_288=288 - I:blockBrass_288=288 - I:blockBronze_288=288 - I:blockCaesium_288=288 - I:blockCerium_288=288 - I:blockChrome_288=288 - I:blockCobaltBrass_288=288 - I:blockCobalt_288=288 - I:blockConductiveIron_288=288 - I:blockCopper_288=288 - I:blockCupronickel_288=288 - I:blockDamascusSteel_288=288 - I:blockDarkSteel_288=288 - I:blockDuranium_288=288 - I:blockElectricalSteel_288=288 - I:blockElectrum_288=288 - I:blockEnergeticAlloy_288=288 - I:blockEuropium_288=288 - I:blockGallium_288=288 - I:blockGold_288=288 - I:blockHSSE_288=288 - I:blockHSSG_288=288 - I:blockHSSS_288=288 - I:blockIndium_288=288 - I:blockInvar_288=288 - I:blockIridium_288=288 - I:blockIronMagnetic_288=288 - I:blockIron_288=288 - I:blockKanthal_288=288 - I:blockLead_288=288 - I:blockLutetium_288=288 - I:blockMagnalium_288=288 - I:blockMagnesium_288=288 - I:blockManganese_288=288 - I:blockMithril_288=288 - I:blockMolybdenum_288=288 - I:blockNaquadahAlloy_288=288 - I:blockNaquadahEnriched_288=288 - I:blockNaquadah_288=288 - I:blockNaquadria_288=288 - I:blockNeodymiumMagnetic_288=288 - I:blockNeodymium_288=288 - I:blockNeutronium_288=288 - I:blockNichrome_288=288 - I:blockNickel_288=288 - I:blockNiobiumNitride_288=288 - I:blockNiobiumTitanium_288=288 - I:blockNiobium_288=288 - I:blockObsidian_1024=1024 - I:blockOsmiridium_288=288 - I:blockOsmium_288=288 - I:blockPalladium_288=288 - I:blockPhasedGold_288=288 - I:blockPhasedIron_288=288 - I:blockPigIron_288=288 - I:blockPlatinum_288=288 - I:blockPlutonium241_288=288 - I:blockPlutonium_288=288 - I:blockPulsatingIron_288=288 - I:blockRedAlloy_288=288 - I:blockRedSteel_288=288 - I:blockRedstone_288=288 - I:blockRoseGold_288=288 - I:blockSilicon_288=288 - I:blockSilver_288=288 - I:blockSolderingAlloy_288=288 - I:blockStainlessSteel_288=288 - I:blockSteelMagnetic_288=288 - I:blockSteel_288=288 - I:blockSterlingSilver_288=288 - I:blockTantalum_288=288 - I:blockThorium_288=288 - I:blockTinAlloy_288=288 - I:blockTin_288=288 - I:blockTitanium_288=288 - I:blockTritanium_288=288 - I:blockTungstenCarbide_288=288 - I:blockTungstenSteel_288=288 - I:blockTungsten_288=288 - I:blockUltimet_288=288 - I:blockUranium235_288=288 - I:blockUranium_288=288 - I:blockVanadiumGallium_288=288 - I:blockVanadiumSteel_288=288 - I:blockVanadium_288=288 - I:blockVibrantAlloy_288=288 - I:blockWroughtIron_288=288 - I:blockYttriumBariumCuprate_288=288 - I:blockYttrium_288=288 - I:blockZinc_288=288 - I:bottleEmpty_12=12 - I:gearGtAluminium_128=128 - I:gearGtBronze_128=128 - I:gearGtCobaltBrass_128=128 - I:gearGtCopper_128=128 - I:gearGtGold_128=128 - I:gearGtHSSE_128=128 - I:gearGtHSSG_128=128 - I:gearGtIron_128=128 - I:gearGtNeutronium_128=128 - I:gearGtSmallAluminium_16=16 - I:gearGtSmallHSSE_16=16 - I:gearGtSmallHSSG_16=16 - I:gearGtSmallNeutronium_16=16 - I:gearGtSmallStainlessSteel_16=16 - I:gearGtSmallSteel_16=16 - I:gearGtSmallTitanium_16=16 - I:gearGtSmallTungstenSteel_16=16 - I:gearGtStainlessSteel_128=128 - I:gearGtSteel_128=128 - I:gearGtTin_128=128 - I:gearGtTitanium_128=128 - I:gearGtTungstenSteel_128=128 - I:gt.blockconcretes.8_12=12 - I:gt.metaitem.02.32010_100=100 - I:gt.metaitem.02.32558_1024=1024 - I:gt.metaitem.02.32558_64=64 - I:gt.metaitem.03.32022_160=160 - I:ic2.itemCasingAdvIron_16=16 - I:ic2.itemCasingBronze_16=16 - I:ic2.itemCasingCopper_16=16 - I:ic2.itemCasingGold_16=16 - I:ic2.itemCasingIron_16=16 - I:ic2.itemCasingLead_16=16 - I:ic2.itemCasingTin_16=16 - I:ingotAluminium_32=32 - I:ingotAmericium_32=32 - I:ingotAnnealedCopper_32=32 - I:ingotAntimony_32=32 - I:ingotArsenic_32=32 - I:ingotBatteryAlloy_32=32 - I:ingotBeryllium_32=32 - I:ingotBismuthBronze_32=32 - I:ingotBismuth_32=32 - I:ingotBlackBronze_32=32 - I:ingotBlackSteel_32=32 - I:ingotBlueSteel_32=32 - I:ingotBorosilicateGlass_32=32 - I:ingotBrass_32=32 - I:ingotBronze_32=32 - I:ingotCaesium_32=32 - I:ingotCarbon_32=32 - I:ingotCerium_32=32 - I:ingotChrome_32=32 - I:ingotCobaltBrass_32=32 - I:ingotCobalt_32=32 - I:ingotConductiveIron_32=32 - I:ingotCopper_32=32 - I:ingotCupronickel_32=32 - I:ingotDamascusSteel_32=32 - I:ingotDarkSteel_32=32 - I:ingotDuranium_32=32 - I:ingotElectricalSteel_32=32 - I:ingotElectrum_32=32 - I:ingotEnderiumBase_32=32 - I:ingotEnergeticAlloy_32=32 - I:ingotEpoxidFiberReinforced_32=32 - I:ingotEpoxid_32=32 - I:ingotEuropium_32=32 - I:ingotGalliumArsenide_32=32 - I:ingotGallium_32=32 - I:ingotGold_32=32 - I:ingotHSSE_32=32 - I:ingotHSSG_32=32 - I:ingotHSSS_32=32 - I:ingotIndiumGalliumPhosphide_32=32 - I:ingotIndium_32=32 - I:ingotInvar_32=32 - I:ingotIridium_32=32 - I:ingotIronMagnetic_32=32 - I:ingotIron_32=32 - I:ingotKanthal_32=32 - I:ingotLead_32=32 - I:ingotLithium_32=32 - I:ingotLutetium_32=32 - I:ingotMagnalium_32=32 - I:ingotMagnesium_32=32 - I:ingotManganese_32=32 - I:ingotMithril_32=32 - I:ingotMolybdenum_32=32 - I:ingotNaquadahAlloy_32=32 - I:ingotNaquadahEnriched_32=32 - I:ingotNaquadah_32=32 - I:ingotNaquadria_32=32 - I:ingotNeodymiumMagnetic_32=32 - I:ingotNeodymium_32=32 - I:ingotNeutronium_32=32 - I:ingotNichrome_32=32 - I:ingotNickelZincFerrite_32=32 - I:ingotNickel_32=32 - I:ingotNiobiumNitride_32=32 - I:ingotNiobiumTitanium_32=32 - I:ingotNiobium_32=32 - I:ingotOsmiridium_32=32 - I:ingotOsmium_32=32 - I:ingotPalladium_32=32 - I:ingotPhasedGold_32=32 - I:ingotPhasedIron_32=32 - I:ingotPigIron_32=32 - I:ingotPlastic_32=32 - I:ingotPlatinum_32=32 - I:ingotPlutonium241_32=32 - I:ingotPlutonium_32=32 - I:ingotPolycaprolactam_32=32 - I:ingotPolyphenyleneSulfide_32=32 - I:ingotPolystyrene_32=32 - I:ingotPolytetrafluoroethylene_32=32 - I:ingotPolyvinylChloride_32=32 - I:ingotPotassium_32=32 - I:ingotPulsatingIron_32=32 - I:ingotRedAlloy_32=32 - I:ingotRedSteel_32=32 - I:ingotRoseGold_32=32 - I:ingotRubber_32=32 - I:ingotSilicon_32=32 - I:ingotSilicone_32=32 - I:ingotSilver_32=32 - I:ingotSolderingAlloy_32=32 - I:ingotStainlessSteel_32=32 - I:ingotSteelMagnetic_32=32 - I:ingotSteel_32=32 - I:ingotSterlingSilver_32=32 - I:ingotStyreneButadieneRubber_32=32 - I:ingotTantalum_32=32 - I:ingotThorium_32=32 - I:ingotTinAlloy_32=32 - I:ingotTin_32=32 - I:ingotTitanium_32=32 - I:ingotTritanium_32=32 - I:ingotTungstenCarbide_32=32 - I:ingotTungstenSteel_32=32 - I:ingotTungsten_32=32 - I:ingotUltimet_32=32 - I:ingotUranium235_32=32 - I:ingotUranium_32=32 - I:ingotVanadiumGallium_32=32 - I:ingotVanadiumSteel_32=32 - I:ingotVanadium_32=32 - I:ingotVibrantAlloy_32=32 - I:ingotWroughtIron_32=32 - I:ingotYttriumBariumCuprate_32=32 - I:ingotYttrium_32=32 - I:ingotZinc_32=32 - I:item.snowball_128=128 - I:nuggetAluminium_16=16 - I:nuggetAmericium_16=16 - I:nuggetAnnealedCopper_16=16 - I:nuggetAntimony_16=16 - I:nuggetArsenic_16=16 - I:nuggetBatteryAlloy_16=16 - I:nuggetBeryllium_16=16 - I:nuggetBismuthBronze_16=16 - I:nuggetBismuth_16=16 - I:nuggetBlackBronze_16=16 - I:nuggetBlackSteel_16=16 - I:nuggetBlueSteel_16=16 - I:nuggetBorosilicateGlass_16=16 - I:nuggetBrass_16=16 - I:nuggetBronze_16=16 - I:nuggetCaesium_16=16 - I:nuggetCarbon_16=16 - I:nuggetCerium_16=16 - I:nuggetChrome_16=16 - I:nuggetCobaltBrass_16=16 - I:nuggetCobalt_16=16 - I:nuggetCopper_16=16 - I:nuggetCupronickel_16=16 - I:nuggetDamascusSteel_16=16 - I:nuggetDarkSteel_16=16 - I:nuggetDuranium_16=16 - I:nuggetElectrum_16=16 - I:nuggetEpoxidFiberReinforced_16=16 - I:nuggetEpoxid_16=16 - I:nuggetEuropium_16=16 - I:nuggetGalliumArsenide_16=16 - I:nuggetGallium_16=16 - I:nuggetGold_16=16 - I:nuggetHSSE_16=16 - I:nuggetHSSG_16=16 - I:nuggetHSSS_16=16 - I:nuggetIndiumGalliumPhosphide_16=16 - I:nuggetIndium_16=16 - I:nuggetInvar_16=16 - I:nuggetIridium_16=16 - I:nuggetIronMagnetic_16=16 - I:nuggetIron_16=16 - I:nuggetKanthal_16=16 - I:nuggetLead_16=16 - I:nuggetLithium_16=16 - I:nuggetLutetium_16=16 - I:nuggetMagnalium_16=16 - I:nuggetMagnesium_16=16 - I:nuggetManganese_16=16 - I:nuggetMithril_16=16 - I:nuggetMolybdenum_16=16 - I:nuggetNaquadahAlloy_16=16 - I:nuggetNaquadahEnriched_16=16 - I:nuggetNaquadah_16=16 - I:nuggetNaquadria_16=16 - I:nuggetNeodymiumMagnetic_16=16 - I:nuggetNeodymium_16=16 - I:nuggetNeutronium_16=16 - I:nuggetNichrome_16=16 - I:nuggetNickelZincFerrite_16=16 - I:nuggetNickel_16=16 - I:nuggetNiobiumNitride_16=16 - I:nuggetNiobiumTitanium_16=16 - I:nuggetNiobium_16=16 - I:nuggetOsmiridium_16=16 - I:nuggetOsmium_16=16 - I:nuggetPalladium_16=16 - I:nuggetPigIron_16=16 - I:nuggetPlastic_16=16 - I:nuggetPlatinum_16=16 - I:nuggetPlutonium241_16=16 - I:nuggetPlutonium_16=16 - I:nuggetPolycaprolactam_16=16 - I:nuggetPolyphenyleneSulfide_16=16 - I:nuggetPolystyrene_16=16 - I:nuggetPolytetrafluoroethylene_16=16 - I:nuggetPolyvinylChloride_16=16 - I:nuggetPotassium_16=16 - I:nuggetPulsatingIron_16=16 - I:nuggetRedAlloy_16=16 - I:nuggetRedSteel_16=16 - I:nuggetRoseGold_16=16 - I:nuggetRubber_16=16 - I:nuggetSilicon_16=16 - I:nuggetSilicone_16=16 - I:nuggetSilver_16=16 - I:nuggetSolderingAlloy_16=16 - I:nuggetStainlessSteel_16=16 - I:nuggetSteelMagnetic_16=16 - I:nuggetSteel_16=16 - I:nuggetSterlingSilver_16=16 - I:nuggetStyreneButadieneRubber_16=16 - I:nuggetTantalum_16=16 - I:nuggetThorium_16=16 - I:nuggetTinAlloy_16=16 - I:nuggetTin_16=16 - I:nuggetTitanium_16=16 - I:nuggetTritanium_16=16 - I:nuggetTungstenCarbide_16=16 - I:nuggetTungstenSteel_16=16 - I:nuggetTungsten_16=16 - I:nuggetUltimet_16=16 - I:nuggetUranium235_16=16 - I:nuggetUranium_16=16 - I:nuggetVanadiumGallium_16=16 - I:nuggetVanadiumSteel_16=16 - I:nuggetVanadium_16=16 - I:nuggetVibrantAlloy_16=16 - I:nuggetWroughtIron_16=16 - I:nuggetYttriumBariumCuprate_16=16 - I:nuggetYttrium_16=16 - I:nuggetZinc_16=16 - I:plateAluminium_32=32 - I:plateAmericium_32=32 - I:plateAnnealedCopper_32=32 - I:plateBatteryAlloy_32=32 - I:plateBeryllium_32=32 - I:plateBismuthBronze_32=32 - I:plateBismuth_32=32 - I:plateBlackBronze_32=32 - I:plateBlackSteel_32=32 - I:plateBlueSteel_32=32 - I:plateBrass_32=32 - I:plateBronze_32=32 - I:plateCarbon_32=32 - I:plateChrome_32=32 - I:plateCobaltBrass_32=32 - I:plateCobalt_32=32 - I:plateCopper_32=32 - I:plateCupronickel_32=32 - I:plateDamascusSteel_32=32 - I:plateDarkSteel_32=32 - I:plateDuranium_32=32 - I:plateElectrum_32=32 - I:plateEpoxidFiberReinforced_32=32 - I:plateEpoxid_32=32 - I:plateEuropium_32=32 - I:plateGalliumArsenide_32=32 - I:plateGallium_32=32 - I:plateGlass_12=12 - I:plateGlass_32=32 - I:plateGold_32=32 - I:plateHSSE_32=32 - I:plateHSSG_32=32 - I:plateHSSS_32=32 - I:plateIndiumGalliumPhosphide_32=32 - I:plateInvar_32=32 - I:plateIridium_32=32 - I:plateIronMagnetic_32=32 - I:plateIron_32=32 - I:plateKanthal_32=32 - I:plateLead_32=32 - I:plateMagnalium_32=32 - I:plateManganese_32=32 - I:plateMithril_32=32 - I:plateMolybdenum_32=32 - I:plateNaquadahAlloy_32=32 - I:plateNaquadahEnriched_32=32 - I:plateNaquadah_32=32 - I:plateNaquadria_32=32 - I:plateNeodymiumMagnetic_32=32 - I:plateNeodymium_32=32 - I:plateNeutronium_32=32 - I:plateNichrome_32=32 - I:plateNickelZincFerrite_32=32 - I:plateNickel_32=32 - I:plateNiobiumTitanium_32=32 - I:plateOsmiridium_32=32 - I:plateOsmium_32=32 - I:platePalladium_32=32 - I:platePigIron_32=32 - I:platePlastic_32=32 - I:platePlatinum_32=32 - I:platePlutonium241_32=32 - I:platePlutonium_32=32 - I:platePolycaprolactam_32=32 - I:platePolyphenyleneSulfide_32=32 - I:platePolystyrene_32=32 - I:platePolytetrafluoroethylene_32=32 - I:platePolyvinylChloride_32=32 - I:plateRedAlloy_32=32 - I:plateRedSteel_32=32 - I:plateRedstone_32=32 - I:plateRoseGold_32=32 - I:plateRubber_32=32 - I:plateSilicon_32=32 - I:plateSilicone_32=32 - I:plateSilver_32=32 - I:plateSolderingAlloy_32=32 - I:plateStainlessSteel_32=32 - I:plateSteelMagnetic_32=32 - I:plateSteel_32=32 - I:plateSterlingSilver_32=32 - I:plateStyreneButadieneRubber_32=32 - I:plateThorium_32=32 - I:plateTinAlloy_32=32 - I:plateTin_32=32 - I:plateTitanium_32=32 - I:plateTritanium_32=32 - I:plateTungstenCarbide_32=32 - I:plateTungstenSteel_32=32 - I:plateTungsten_32=32 - I:plateUltimet_32=32 - I:plateUranium235_32=32 - I:plateUranium_32=32 - I:plateVanadiumGallium_32=32 - I:plateVanadiumSteel_32=32 - I:plateWroughtIron_32=32 - I:plateYttriumBariumCuprate_32=32 - I:plateZinc_32=32 - I:tile.anvil.intact_128=128 - I:tile.glass_12=12 - I:tile.lightgem_12=12 - I:tile.obsidian_1024=1024 - I:tile.snow_512=512 -} - - -forgehammer { - B:crushedAlmandine_true=true - B:crushedAluminium_true=true - B:crushedBandedIron_true=true - B:crushedBarite_true=true - B:crushedBastnasite_true=true - B:crushedBauxite_true=true - B:crushedBentonite_true=true - B:crushedBeryllium_true=true - B:crushedBismuth_true=true - B:crushedBrownLimonite_true=true - B:crushedCalcite_true=true - B:crushedCassiteriteSand_true=true - B:crushedCassiterite_true=true - B:crushedChalcopyrite_true=true - B:crushedChromite_true=true - B:crushedCinnabar_true=true - B:crushedCobaltite_true=true - B:crushedCooperite_true=true - B:crushedCopper_true=true - B:crushedDarkSteel_true=true - B:crushedDiatomite_true=true - B:crushedGalena_true=true - B:crushedGarnierite_true=true - B:crushedGlauconite_true=true - B:crushedGold_true=true - B:crushedGraphite_true=true - B:crushedGrossular_true=true - B:crushedIlmenite_true=true - B:crushedIridium_true=true - B:crushedIron_true=true - B:crushedLead_true=true - B:crushedLepidolite_true=true - B:crushedLithium_true=true - B:crushedMagnesite_true=true - B:crushedMagnetite_true=true - B:crushedMalachite_true=true - B:crushedManganese_true=true - B:crushedMolybdenite_true=true - B:crushedMolybdenum_true=true - B:crushedNaquadahEnriched_true=true - B:crushedNaquadah_true=true - B:crushedNeodymium_true=true - B:crushedNickel_true=true - B:crushedOsmium_true=true - B:crushedPalladium_true=true - B:crushedPentlandite_true=true - B:crushedPhosphate_true=true - B:crushedPitchblende_true=true - B:crushedPlatinum_true=true - B:crushedPlutonium_true=true - B:crushedPowellite_true=true - B:crushedPyrite_true=true - B:crushedPyrochlore_true=true - B:crushedPyrolusite_true=true - B:crushedPyrope_true=true - B:crushedRedstone_true=true - B:crushedRockSalt_true=true - B:crushedSalt_true=true - B:crushedSaltpeter_true=true - B:crushedScheelite_true=true - B:crushedSilver_true=true - B:crushedSoapstone_true=true - B:crushedSpessartine_true=true - B:crushedSphalerite_true=true - B:crushedSpodumene_true=true - B:crushedStibnite_true=true - B:crushedSulfur_true=true - B:crushedTalc_true=true - B:crushedTantalite_true=true - B:crushedTetrahedrite_true=true - B:crushedThorium_true=true - B:crushedTin_true=true - B:crushedTitanium_true=true - B:crushedTungstate_true=true - B:crushedUraninite_true=true - B:crushedUranium235_true=true - B:crushedUranium_true=true - B:crushedVanadiumMagnetite_true=true - B:crushedWulfenite_true=true - B:crushedYellowLimonite_true=true - B:crushedZinc_true=true - B:dustAlmandine_true=true - B:dustAluminium_true=true - B:dustAmethyst_true=true - B:dustApatite_true=true - B:dustBandedIron_true=true - B:dustBarite_true=true - B:dustBastnasite_true=true - B:dustBauxite_true=true - B:dustBentonite_true=true - B:dustBeryllium_true=true - B:dustBismuth_true=true - B:dustBlueTopaz_true=true - B:dustBrass_true=true - B:dustBrick_true=true - B:dustBronze_true=true - B:dustBrownLimonite_true=true - B:dustCalcite_true=true - B:dustCassiteriteSand_true=true - B:dustCassiterite_true=true - B:dustCertusQuartz_true=true - B:dustChalcopyrite_true=true - B:dustChrome_true=true - B:dustChromite_true=true - B:dustCinnabar_true=true - B:dustClay_true=true - B:dustCoal_true=true - B:dustCobaltBrass_true=true - B:dustCobaltite_true=true - B:dustCooperite_true=true - B:dustCopper_true=true - B:dustDarkSteel_true=true - B:dustDiamond_true=true - B:dustDiatomite_true=true - B:dustElectrum_true=true - B:dustEmerald_true=true - B:dustFoolsRuby_true=true - B:dustGalena_true=true - B:dustGarnetRed_true=true - B:dustGarnetYellow_true=true - B:dustGarnierite_true=true - B:dustGlass_true=true - B:dustGlauconite_true=true - B:dustGold_true=true - B:dustGraphite_true=true - B:dustGreenSapphire_true=true - B:dustGrossular_true=true - B:dustIce_true=true - B:dustIlmenite_true=true - B:dustImpureAlmandine_true=true - B:dustImpureAluminium_true=true - B:dustImpureAmethyst_true=true - B:dustImpureApatite_true=true - B:dustImpureBandedIron_true=true - B:dustImpureBarite_true=true - B:dustImpureBastnasite_true=true - B:dustImpureBauxite_true=true - B:dustImpureBentonite_true=true - B:dustImpureBeryllium_true=true - B:dustImpureBismuth_true=true - B:dustImpureBlueTopaz_true=true - B:dustImpureBrownLimonite_true=true - B:dustImpureCalcite_true=true - B:dustImpureCassiteriteSand_true=true - B:dustImpureCassiterite_true=true - B:dustImpureCertusQuartz_true=true - B:dustImpureChalcopyrite_true=true - B:dustImpureChrome_true=true - B:dustImpureChromite_true=true - B:dustImpureCinnabar_true=true - B:dustImpureCoal_true=true - B:dustImpureCobaltite_true=true - B:dustImpureCooperite_true=true - B:dustImpureCopper_true=true - B:dustImpureDarkSteel_true=true - B:dustImpureDiamond_true=true - B:dustImpureDiatomite_true=true - B:dustImpureEmerald_true=true - B:dustImpureFoolsRuby_true=true - B:dustImpureGalena_true=true - B:dustImpureGarnetRed_true=true - B:dustImpureGarnetYellow_true=true - B:dustImpureGarnierite_true=true - B:dustImpureGlauconite_true=true - B:dustImpureGold_true=true - B:dustImpureGraphite_true=true - B:dustImpureGreenSapphire_true=true - B:dustImpureGrossular_true=true - B:dustImpureIlmenite_true=true - B:dustImpureIridium_true=true - B:dustImpureIron_true=true - B:dustImpureLapis_true=true - B:dustImpureLazurite_true=true - B:dustImpureLead_true=true - B:dustImpureLepidolite_true=true - B:dustImpureLignite_true=true - B:dustImpureLithium_true=true - B:dustImpureMagnesite_true=true - B:dustImpureMagnetite_true=true - B:dustImpureMalachite_true=true - B:dustImpureManganese_true=true - B:dustImpureMolybdenite_true=true - B:dustImpureMolybdenum_true=true - B:dustImpureMonazite_true=true - B:dustImpureNaquadahEnriched_true=true - B:dustImpureNaquadah_true=true - B:dustImpureNaquadria_true=true - B:dustImpureNeodymium_true=true - B:dustImpureNetherQuartz_true=true - B:dustImpureNickel_true=true - B:dustImpureOilsands_true=true - B:dustImpureOlivine_true=true - B:dustImpureOpal_true=true - B:dustImpureOsmium_true=true - B:dustImpurePalladium_true=true - B:dustImpurePentlandite_true=true - B:dustImpurePhosphate_true=true - B:dustImpurePhosphorus_true=true - B:dustImpurePitchblende_true=true - B:dustImpurePlatinum_true=true - B:dustImpurePlutonium_true=true - B:dustImpurePowellite_true=true - B:dustImpurePyrite_true=true - B:dustImpurePyrochlore_true=true - B:dustImpurePyrolusite_true=true - B:dustImpurePyrope_true=true - B:dustImpureQuartzite_true=true - B:dustImpureRedstone_true=true - B:dustImpureRockSalt_true=true - B:dustImpureRuby_true=true - B:dustImpureSalt_true=true - B:dustImpureSaltpeter_true=true - B:dustImpureSapphire_true=true - B:dustImpureScheelite_true=true - B:dustImpureSilver_true=true - B:dustImpureSoapstone_true=true - B:dustImpureSodalite_true=true - B:dustImpureSpessartine_true=true - B:dustImpureSphalerite_true=true - B:dustImpureSpodumene_true=true - B:dustImpureStibnite_true=true - B:dustImpureSulfur_true=true - B:dustImpureTalc_true=true - B:dustImpureTantalite_true=true - B:dustImpureTanzanite_true=true - B:dustImpureTetrahedrite_true=true - B:dustImpureThorium_true=true - B:dustImpureTin_true=true - B:dustImpureTitanium_true=true - B:dustImpureTopaz_true=true - B:dustImpureTungstate_true=true - B:dustImpureUraninite_true=true - B:dustImpureUranium235_true=true - B:dustImpureUranium_true=true - B:dustImpureVanadiumMagnetite_true=true - B:dustImpureWulfenite_true=true - B:dustImpureYellowLimonite_true=true - B:dustImpureZinc_true=true - B:dustIridium_true=true - B:dustIron_true=true - B:dustLapis_true=true - B:dustLazurite_true=true - B:dustLead_true=true - B:dustLepidolite_true=true - B:dustLignite_true=true - B:dustLithium_true=true - B:dustMagnesite_true=true - B:dustMagnetite_true=true - B:dustMalachite_true=true - B:dustManganese_true=true - B:dustMolybdenite_true=true - B:dustMolybdenum_true=true - B:dustMonazite_true=true - B:dustNaquadahAlloy_true=true - B:dustNaquadahEnriched_true=true - B:dustNaquadah_true=true - B:dustNaquadria_true=true - B:dustNeodymium_true=true - B:dustNetherQuartz_true=true - B:dustNickel_true=true - B:dustObsidian_true=true - B:dustOilsands_true=true - B:dustOlivine_true=true - B:dustOpal_true=true - B:dustOsmium_true=true - B:dustPalladium_true=true - B:dustPentlandite_true=true - B:dustPhosphate_true=true - B:dustPhosphorus_true=true - B:dustPitchblende_true=true - B:dustPlatinum_true=true - B:dustPlutonium_true=true - B:dustPowellite_true=true - B:dustPureAlmandine_true=true - B:dustPureAluminium_true=true - B:dustPureAmethyst_true=true - B:dustPureApatite_true=true - B:dustPureBandedIron_true=true - B:dustPureBarite_true=true - B:dustPureBastnasite_true=true - B:dustPureBauxite_true=true - B:dustPureBentonite_true=true - B:dustPureBeryllium_true=true - B:dustPureBismuth_true=true - B:dustPureBlueTopaz_true=true - B:dustPureBrownLimonite_true=true - B:dustPureCalcite_true=true - B:dustPureCassiteriteSand_true=true - B:dustPureCassiterite_true=true - B:dustPureCertusQuartz_true=true - B:dustPureChalcopyrite_true=true - B:dustPureChrome_true=true - B:dustPureChromite_true=true - B:dustPureCinnabar_true=true - B:dustPureCoal_true=true - B:dustPureCobaltite_true=true - B:dustPureCooperite_true=true - B:dustPureCopper_true=true - B:dustPureDarkSteel_true=true - B:dustPureDiamond_true=true - B:dustPureDiatomite_true=true - B:dustPureEmerald_true=true - B:dustPureFoolsRuby_true=true - B:dustPureGalena_true=true - B:dustPureGarnetRed_true=true - B:dustPureGarnetYellow_true=true - B:dustPureGarnierite_true=true - B:dustPureGlauconite_true=true - B:dustPureGold_true=true - B:dustPureGraphite_true=true - B:dustPureGreenSapphire_true=true - B:dustPureGrossular_true=true - B:dustPureIlmenite_true=true - B:dustPureIridium_true=true - B:dustPureIron_true=true - B:dustPureLapis_true=true - B:dustPureLazurite_true=true - B:dustPureLead_true=true - B:dustPureLepidolite_true=true - B:dustPureLignite_true=true - B:dustPureLithium_true=true - B:dustPureMagnesite_true=true - B:dustPureMagnetite_true=true - B:dustPureMalachite_true=true - B:dustPureManganese_true=true - B:dustPureMolybdenite_true=true - B:dustPureMolybdenum_true=true - B:dustPureMonazite_true=true - B:dustPureNaquadahEnriched_true=true - B:dustPureNaquadah_true=true - B:dustPureNaquadria_true=true - B:dustPureNeodymium_true=true - B:dustPureNetherQuartz_true=true - B:dustPureNickel_true=true - B:dustPureOilsands_true=true - B:dustPureOlivine_true=true - B:dustPureOpal_true=true - B:dustPureOsmium_true=true - B:dustPurePalladium_true=true - B:dustPurePentlandite_true=true - B:dustPurePhosphate_true=true - B:dustPurePhosphorus_true=true - B:dustPurePitchblende_true=true - B:dustPurePlatinum_true=true - B:dustPurePlutonium_true=true - B:dustPurePowellite_true=true - B:dustPurePyrite_true=true - B:dustPurePyrochlore_true=true - B:dustPurePyrolusite_true=true - B:dustPurePyrope_true=true - B:dustPureQuartzite_true=true - B:dustPureRedstone_true=true - B:dustPureRockSalt_true=true - B:dustPureRuby_true=true - B:dustPureSalt_true=true - B:dustPureSaltpeter_true=true - B:dustPureSapphire_true=true - B:dustPureScheelite_true=true - B:dustPureSilver_true=true - B:dustPureSoapstone_true=true - B:dustPureSodalite_true=true - B:dustPureSpessartine_true=true - B:dustPureSphalerite_true=true - B:dustPureSpodumene_true=true - B:dustPureStibnite_true=true - B:dustPureSulfur_true=true - B:dustPureTalc_true=true - B:dustPureTantalite_true=true - B:dustPureTanzanite_true=true - B:dustPureTetrahedrite_true=true - B:dustPureThorium_true=true - B:dustPureTin_true=true - B:dustPureTitanium_true=true - B:dustPureTopaz_true=true - B:dustPureTungstate_true=true - B:dustPureUraninite_true=true - B:dustPureUranium235_true=true - B:dustPureUranium_true=true - B:dustPureVanadiumMagnetite_true=true - B:dustPureWulfenite_true=true - B:dustPureYellowLimonite_true=true - B:dustPureZinc_true=true - B:dustPyrite_true=true - B:dustPyrochlore_true=true - B:dustPyrolusite_true=true - B:dustPyrope_true=true - B:dustQuartzite_true=true - B:dustRedstone_true=true - B:dustRockSalt_true=true - B:dustRuby_true=true - B:dustSalt_true=true - B:dustSaltpeter_true=true - B:dustSapphire_true=true - B:dustScheelite_true=true - B:dustSilver_true=true - B:dustSmallBrick_true=true - B:dustSoapstone_true=true - B:dustSodalite_true=true - B:dustSpessartine_true=true - B:dustSphalerite_true=true - B:dustSpodumene_true=true - B:dustStainlessSteel_true=true - B:dustSteel_true=true - B:dustStibnite_true=true - B:dustSulfur_true=true - B:dustTalc_true=true - B:dustTantalite_true=true - B:dustTanzanite_true=true - B:dustTetrahedrite_true=true - B:dustThorium_true=true - B:dustTin_true=true - B:dustTinyGlass_true=true - B:dustTitanium_true=true - B:dustTopaz_true=true - B:dustTungstate_true=true - B:dustTungstenSteel_true=true - B:dustTungsten_true=true - B:dustUraninite_true=true - B:dustUranium235_true=true - B:dustUranium_true=true - B:dustVanadiumMagnetite_true=true - B:dustWood_true=true - B:dustWulfenite_true=true - B:dustYellowLimonite_true=true - B:dustZinc_true=true - B:gemAmethyst_true=true - B:gemApatite_true=true - B:gemBlueTopaz_true=true - B:gemCertusQuartz_true=true - B:gemCharcoal_true=true - B:gemChippedAmethyst_true=true - B:gemChippedBlueTopaz_true=true - B:gemChippedDiamond_true=true - B:gemChippedEmerald_true=true - B:gemChippedFoolsRuby_true=true - B:gemChippedGarnetRed_true=true - B:gemChippedGarnetYellow_true=true - B:gemChippedGlass_true=true - B:gemChippedGreenSapphire_true=true - B:gemChippedJasper_true=true - B:gemChippedOlivine_true=true - B:gemChippedOpal_true=true - B:gemChippedRuby_true=true - B:gemChippedSapphire_true=true - B:gemChippedTanzanite_true=true - B:gemChippedTopaz_true=true - B:gemCoal_true=true - B:gemDiamond_true=true - B:gemDilithium_true=true - B:gemEmerald_true=true - B:gemEnderEye_true=true - B:gemEnderPearl_true=true - B:gemFlawedAmethyst_true=true - B:gemFlawedBlueTopaz_true=true - B:gemFlawedDiamond_true=true - B:gemFlawedEmerald_true=true - B:gemFlawedFoolsRuby_true=true - B:gemFlawedGarnetRed_true=true - B:gemFlawedGarnetYellow_true=true - B:gemFlawedGlass_true=true - B:gemFlawedGreenSapphire_true=true - B:gemFlawedJasper_true=true - B:gemFlawedOlivine_true=true - B:gemFlawedOpal_true=true - B:gemFlawedRuby_true=true - B:gemFlawedSapphire_true=true - B:gemFlawedTanzanite_true=true - B:gemFlawedTopaz_true=true - B:gemFlawlessAmethyst_true=true - B:gemFlawlessBlueTopaz_true=true - B:gemFlawlessDiamond_true=true - B:gemFlawlessEmerald_true=true - B:gemFlawlessFoolsRuby_true=true - B:gemFlawlessGarnetRed_true=true - B:gemFlawlessGarnetYellow_true=true - B:gemFlawlessGlass_true=true - B:gemFlawlessGreenSapphire_true=true - B:gemFlawlessJasper_true=true - B:gemFlawlessOlivine_true=true - B:gemFlawlessOpal_true=true - B:gemFlawlessRuby_true=true - B:gemFlawlessSapphire_true=true - B:gemFlawlessTanzanite_true=true - B:gemFlawlessTopaz_true=true - B:gemFoolsRuby_true=true - B:gemForcicium_true=true - B:gemForcillium_true=true - B:gemGarnetRed_true=true - B:gemGarnetYellow_true=true - B:gemGlass_true=true - B:gemGreenSapphire_true=true - B:gemJasper_true=true - B:gemLapis_true=true - B:gemLazurite_true=true - B:gemLignite_true=true - B:gemMonazite_true=true - B:gemNetherQuartz_true=true - B:gemNetherStar_true=true - B:gemNiter_true=true - B:gemOlivine_true=true - B:gemOpal_true=true - B:gemPhosphorus_true=true - B:gemQuartzite_true=true - B:gemRuby_true=true - B:gemSapphire_true=true - B:gemSodalite_true=true - B:gemTanzanite_true=true - B:gemTopaz_true=true - B:gt.blockconcretes.12_true=true - B:gt.blockconcretes.1_true=true - B:gt.blockconcretes.4_true=true - B:gt.blockconcretes.9_true=true - B:gt.blockgranites.12_true=true - B:gt.blockgranites.1_true=true - B:gt.blockgranites.4_true=true - B:gt.blockgranites.9_true=true - B:gt.blockstones.12_true=true - B:gt.blockstones.1_true=true - B:gt.blockstones.4_true=true - B:gt.blockstones.9_true=true - B:gt.metaitem.01.32111_true=true - B:ingotBrick_true=true - B:item.netherbrick_true=true - B:plateAluminium_true=true - B:plateAmericium_true=true - B:plateAnnealedCopper_true=true - B:plateBatteryAlloy_true=true - B:plateBeryllium_true=true - B:plateBismuthBronze_true=true - B:plateBismuth_true=true - B:plateBlackBronze_true=true - B:plateBlackSteel_true=true - B:plateBlueSteel_true=true - B:plateBrass_true=true - B:plateBronze_true=true - B:plateCarbon_true=true - B:plateChrome_true=true - B:plateCobaltBrass_true=true - B:plateCobalt_true=true - B:plateCopper_true=true - B:plateCupronickel_true=true - B:plateDamascusSteel_true=true - B:plateDarkSteel_true=true - B:plateDuranium_true=true - B:plateElectrum_true=true - B:plateEpoxidFiberReinforced_true=true - B:plateEpoxid_true=true - B:plateEuropium_true=true - B:plateGalliumArsenide_true=true - B:plateGallium_true=true - B:plateGold_true=true - B:plateHSSE_true=true - B:plateHSSG_true=true - B:plateHSSS_true=true - B:plateIndiumGalliumPhosphide_true=true - B:plateInvar_true=true - B:plateIridium_true=true - B:plateIronMagnetic_true=true - B:plateIron_true=true - B:plateKanthal_true=true - B:plateLead_true=true - B:plateMagnalium_true=true - B:plateManganese_true=true - B:plateMithril_true=true - B:plateMolybdenum_true=true - B:plateNaquadahAlloy_true=true - B:plateNaquadahEnriched_true=true - B:plateNaquadah_true=true - B:plateNaquadria_true=true - B:plateNeodymiumMagnetic_true=true - B:plateNeodymium_true=true - B:plateNeutronium_true=true - B:plateNichrome_true=true - B:plateNickelZincFerrite_true=true - B:plateNickel_true=true - B:plateNiobiumTitanium_true=true - B:plateOsmiridium_true=true - B:plateOsmium_true=true - B:platePalladium_true=true - B:platePigIron_true=true - B:platePlatinum_true=true - B:platePlutonium241_true=true - B:platePlutonium_true=true - B:platePolycaprolactam_true=true - B:platePolyphenyleneSulfide_true=true - B:platePolytetrafluoroethylene_true=true - B:plateRedAlloy_true=true - B:plateRedSteel_true=true - B:plateRoseGold_true=true - B:plateSilicon_true=true - B:plateSilver_true=true - B:plateSolderingAlloy_true=true - B:plateStainlessSteel_true=true - B:plateSteelMagnetic_true=true - B:plateSteel_true=true - B:plateSterlingSilver_true=true - B:plateThorium_true=true - B:plateTinAlloy_true=true - B:plateTin_true=true - B:plateTitanium_true=true - B:plateTritanium_true=true - B:plateTungstenCarbide_true=true - B:plateTungstenSteel_true=true - B:plateTungsten_true=true - B:plateUltimet_true=true - B:plateUranium235_true=true - B:plateUranium_true=true - B:plateVanadiumGallium_true=true - B:plateVanadiumSteel_true=true - B:plateWroughtIron_true=true - B:plateYttriumBariumCuprate_true=true - B:plateZinc_true=true - B:stickLongAluminium_true=true - B:stickLongAmericium_true=true - B:stickLongBeryllium_true=true - B:stickLongBismuthBronze_true=true - B:stickLongBismuth_true=true - B:stickLongBlackBronze_true=true - B:stickLongBlackSteel_true=true - B:stickLongBlaze_true=true - B:stickLongBlueSteel_true=true - B:stickLongBrass_true=true - B:stickLongBronze_true=true - B:stickLongCarbon_true=true - B:stickLongChrome_true=true - B:stickLongCobaltBrass_true=true - B:stickLongCobalt_true=true - B:stickLongCupronickel_true=true - B:stickLongDamascusSteel_true=true - B:stickLongDarkSteel_true=true - B:stickLongDuranium_true=true - B:stickLongElectrum_true=true - B:stickLongEpoxidFiberReinforced_true=true - B:stickLongEpoxid_true=true - B:stickLongGold_true=true - B:stickLongHSSE_true=true - B:stickLongHSSG_true=true - B:stickLongHSSS_true=true - B:stickLongInvar_true=true - B:stickLongIridium_true=true - B:stickLongIronMagnetic_true=true - B:stickLongIron_true=true - B:stickLongKanthal_true=true - B:stickLongLead_true=true - B:stickLongMagnalium_true=true - B:stickLongManganese_true=true - B:stickLongMithril_true=true - B:stickLongMolybdenum_true=true - B:stickLongNaquadahAlloy_true=true - B:stickLongNaquadahEnriched_true=true - B:stickLongNaquadah_true=true - B:stickLongNaquadria_true=true - B:stickLongNeodymiumMagnetic_true=true - B:stickLongNeodymium_true=true - B:stickLongNeutronium_true=true - B:stickLongNichrome_true=true - B:stickLongNickelZincFerrite_true=true - B:stickLongNickel_true=true - B:stickLongOsmiridium_true=true - B:stickLongOsmium_true=true - B:stickLongPalladium_true=true - B:stickLongPigIron_true=true - B:stickLongPlatinum_true=true - B:stickLongPlutonium241_true=true - B:stickLongPlutonium_true=true - B:stickLongPolycaprolactam_true=true - B:stickLongPolyphenyleneSulfide_true=true - B:stickLongPolytetrafluoroethylene_true=true - B:stickLongRedSteel_true=true - B:stickLongRoseGold_true=true - B:stickLongSilver_true=true - B:stickLongStainlessSteel_true=true - B:stickLongSteelMagnetic_true=true - B:stickLongSteel_true=true - B:stickLongSterlingSilver_true=true - B:stickLongThorium_true=true - B:stickLongTinAlloy_true=true - B:stickLongTitanium_true=true - B:stickLongTritanium_true=true - B:stickLongTungstenCarbide_true=true - B:stickLongTungstenSteel_true=true - B:stickLongTungsten_true=true - B:stickLongUltimet_true=true - B:stickLongUranium235_true=true - B:stickLongUranium_true=true - B:stickLongVanadiumSteel_true=true - B:stickLongWroughtIron_true=true - B:tile.gravel_true=true - B:tile.sand.default_true=true - B:tile.stonebrick_true=true - B:tile.stonebricksmooth.cracked_true=true -} - - -fuel_0 { - I:cellBioDiesel_192=192 - I:cellBioFuel_6=6 - I:cellEthanol_148=148 - I:cellFuel_128=128 - I:cellLightFuel_256=256 - I:cellMethanol_84=84 - I:cellNitroFuel_512=512 - I:cellSulfuricLightFuel_32=32 -} - - -fuel_1 { - I:cellBenzene_288=288 - I:cellButadiene_206=206 - I:cellButane_296=296 - I:cellButene_256=256 - I:cellCarbonMonoxide_24=24 - I:cellEthane_168=168 - I:cellEthylene_128=128 - I:cellGas_128=128 - I:cellHydrogen_20=20 - I:cellLPG_256=256 - I:cellMethane_104=104 - I:cellNaphtha_256=256 - I:cellNatruralGas_15=15 - I:cellPhenol_288=288 - I:cellPropane_232=232 - I:cellPropene_192=192 - I:cellSulfuricGas_20=20 - I:cellSulfuricNaphtha_32=32 - I:cellToluene_328=328 - I:cellWoodGas_24=24 - I:ic2.itemCellBiogas_32=32 - I:item.bucketRocket_fuel_250=250 -} - - -fuel_2 { - I:dustPyrotheum_62=62 -} - - -fuel_3 { - I:cellBiomass_8=8 - I:cellCreosote_8=8 - I:cellFishOil_2=2 - I:cellHeavyFuel_192=192 - I:cellOilHeavy_32=32 - I:cellOilLight_16=16 - I:cellOilMedium_24=24 - I:cellOil_16=16 - I:cellSeedOilHemp_2=2 - I:cellSeedOilLin_2=2 - I:cellSeedOil_2=2 - I:cellSulfuricHeavyFuel_32=32 -} - - -fuel_4 { - I:cellPlasmaAluminium_26624=26624 - I:cellPlasmaAmericium_250880=250880 - I:cellPlasmaAntimony_123904=123904 - I:cellPlasmaArgon_40960=40960 - I:cellPlasmaArsenic_76800=76800 - I:cellPlasmaBarium_140288=140288 - I:cellPlasmaBeryllium_9216=9216 - I:cellPlasmaBismuth_212992=212992 - I:cellPlasmaBoron_10240=10240 - I:cellPlasmaCadmium_114688=114688 - I:cellPlasmaCaesium_135168=135168 - I:cellPlasmaCalcium_40960=40960 - I:cellPlasmaCarbonDioxide_14336=14336 - I:cellPlasmaCarbon_12288=12288 - I:cellPlasmaCerium_143360=143360 - I:cellPlasmaChlorine_35840=35840 - I:cellPlasmaChrome_53248=53248 - I:cellPlasmaCobalt_60416=60416 - I:cellPlasmaCopper_64512=64512 - I:cellPlasmaDeuterium_2048=2048 - I:cellPlasmaEuropium_154624=154624 - I:cellPlasmaFluorine_18432=18432 - I:cellPlasmaGallium_71680=71680 - I:cellPlasmaGold_200704=200704 - I:cellPlasmaHelium_3_3072=3072 - I:cellPlasmaHelium_4096=4096 - I:cellPlasmaHydrogen_1024=1024 - I:cellPlasmaIndium_116736=116736 - I:cellPlasmaIridium_196608=196608 - I:cellPlasmaIron_57344=57344 - I:cellPlasmaLead_211968=211968 - I:cellPlasmaLiquidAir_14336=14336 - I:cellPlasmaLithium_7168=7168 - I:cellPlasmaLutetium_178176=178176 - I:cellPlasmaMagnesium_24576=24576 - I:cellPlasmaManganese_56320=56320 - I:cellPlasmaMercury_204800=204800 - I:cellPlasmaMolybdenum_97280=97280 - I:cellPlasmaNeodymium_147456=147456 - I:cellPlasmaNeutronium_102400000=102400000 - I:cellPlasmaNickel_59392=59392 - I:cellPlasmaNiobium_96256=96256 - I:cellPlasmaNitrogen_14336=14336 - I:cellPlasmaNobleGases_10240=10240 - I:cellPlasmaOsmium_194560=194560 - I:cellPlasmaOxygen_16384=16384 - I:cellPlasmaPalladium_108544=108544 - I:cellPlasmaPhosphor_30720=30720 - I:cellPlasmaPlatinum_199680=199680 - I:cellPlasmaPlutonium241_248832=248832 - I:cellPlasmaPlutonium_251904=251904 - I:cellPlasmaPotassium_39936=39936 - I:cellPlasmaRadon_225280=225280 - I:cellPlasmaSilicon_28672=28672 - I:cellPlasmaSilver_109568=109568 - I:cellPlasmaSodium_22528=22528 - I:cellPlasmaSulfur_32768=32768 - I:cellPlasmaTantalum_184320=184320 - I:cellPlasmaThorium_235520=235520 - I:cellPlasmaTin_120832=120832 - I:cellPlasmaTitanium_49152=49152 - I:cellPlasmaTritium_3072=3072 - I:cellPlasmaTungsten_187392=187392 - I:cellPlasmaUranium235_240640=240640 - I:cellPlasmaUranium_243712=243712 - I:cellPlasmaVanadium_52224=52224 - I:cellPlasmaYttrium_91136=91136 - I:cellPlasmaZinc_66560=66560 -} - - -fuel_5 { - I:cellMercury_32=32 - I:dustEnderEye_10=10 - I:dustNetherStar_50000=50000 - I:gemEnderEye_20=20 - I:gemNetherStar_100000=100000 - I:item.appleGold_6400=6400 - I:item.expBottle_10=10 - I:item.ghastTear_50=50 - I:plateEnderEye_10=10 - I:plateNetherStar_50000=50000 - I:tile.beacon_100000=100000 -} - - -fusion { - I:molten.americium_96=96 - I:molten.chrome_64=64 - I:molten.duranium_64=64 - I:molten.europium_64=64 - I:molten.iridium_32=32 - I:molten.iron_64=64 - I:molten.naquadah_64=64 - I:molten.naquadria_64=64 - I:molten.neutronium_1200=1200 - I:molten.osmium_64=64 - I:molten.platinum_32=32 - I:molten.plutonium_128=128 - I:molten.tritanium_64=64 - I:molten.uranium_64=64 - I:plasma.helium_16=16 - I:plasma.iron_32=32 - I:plasma.nickel_16=16 - I:plasma.nitrogen_16=16 - I:plasma.oxygen_32=32 - I:plasma.sulfur_32=32 - I:radon_64=64 -} - - -gregtechrecipes { - B:SolarPanel_true=true - B:energycrystalruby_true=true -} - - -hammerdoubleplate { - B:plateAluminium_true=true - B:plateBeryllium_true=true - B:plateBismuthBronze_true=true - B:plateBismuth_true=true - B:plateBlackBronze_true=true - B:plateBlackSteel_true=true - B:plateBlueSteel_true=true - B:plateBrass_true=true - B:plateBronze_true=true - B:plateCarbon_true=true - B:plateChrome_true=true - B:plateCobaltBrass_true=true - B:plateCobalt_true=true - B:plateCupronickel_true=true - B:plateDamascusSteel_true=true - B:plateDarkSteel_true=true - B:plateDuranium_true=true - B:plateElectrum_true=true - B:plateEpoxidFiberReinforced_true=true - B:plateEpoxid_true=true - B:plateGold_true=true - B:plateHSSE_true=true - B:plateHSSG_true=true - B:plateHSSS_true=true - B:plateInvar_true=true - B:plateIridium_true=true - B:plateIronMagnetic_true=true - B:plateIron_true=true - B:plateKanthal_true=true - B:plateLead_true=true - B:plateMagnalium_true=true - B:plateManganese_true=true - B:plateMithril_true=true - B:plateMolybdenum_true=true - B:plateNaquadahAlloy_true=true - B:plateNaquadahEnriched_true=true - B:plateNaquadah_true=true - B:plateNaquadria_true=true - B:plateNeodymiumMagnetic_true=true - B:plateNeodymium_true=true - B:plateNeutronium_true=true - B:plateNichrome_true=true - B:plateNickelZincFerrite_true=true - B:plateNickel_true=true - B:plateOsmiridium_true=true - B:plateOsmium_true=true - B:platePalladium_true=true - B:platePigIron_true=true - B:platePlatinum_true=true - B:platePlutonium241_true=true - B:platePlutonium_true=true - B:platePolycaprolactam_true=true - B:platePolyphenyleneSulfide_true=true - B:platePolytetrafluoroethylene_true=true - B:plateRedSteel_true=true - B:plateRoseGold_true=true - B:plateSilver_true=true - B:plateStainlessSteel_true=true - B:plateSteelMagnetic_true=true - B:plateSteel_true=true - B:plateSterlingSilver_true=true - B:plateThorium_true=true - B:plateTinAlloy_true=true - B:plateTitanium_true=true - B:plateTritanium_true=true - B:plateTungstenCarbide_true=true - B:plateTungstenSteel_true=true - B:plateTungsten_true=true - B:plateUltimet_true=true - B:plateUranium235_true=true - B:plateUranium_true=true - B:plateVanadiumSteel_true=true - B:plateWroughtIron_true=true -} - - -hammerplating { - B:Aluminium_true=true - B:Americium_true=true - B:AnnealedCopper_true=true - B:BatteryAlloy_true=true - B:Beryllium_true=true - B:BismuthBronze_true=true - B:Bismuth_true=true - B:BlackBronze_true=true - B:BlackSteel_true=true - B:BlueSteel_true=true - B:Brass_true=true - B:Bronze_true=true - B:Carbon_true=true - B:Chrome_true=true - B:CobaltBrass_true=true - B:Cobalt_true=true - B:Copper_true=true - B:Cupronickel_true=true - B:DamascusSteel_true=true - B:DarkSteel_true=true - B:Duranium_true=true - B:Electrum_true=true - B:EpoxidFiberReinforced_true=true - B:Epoxid_true=true - B:Europium_true=true - B:GalliumArsenide_true=true - B:Gallium_true=true - B:Gold_true=true - B:HSSE_true=true - B:HSSG_true=true - B:HSSS_true=true - B:IndiumGalliumPhosphide_true=true - B:Invar_true=true - B:Iridium_true=true - B:IronMagnetic_true=true - B:Iron_true=true - B:Kanthal_true=true - B:Lead_true=true - B:Magnalium_true=true - B:Manganese_true=true - B:Mithril_true=true - B:Molybdenum_true=true - B:NaquadahAlloy_true=true - B:NaquadahEnriched_true=true - B:Naquadah_true=true - B:Naquadria_true=true - B:NeodymiumMagnetic_true=true - B:Neodymium_true=true - B:Neutronium_true=true - B:Nichrome_true=true - B:NickelZincFerrite_true=true - B:Nickel_true=true - B:NiobiumTitanium_true=true - B:Osmiridium_true=true - B:Osmium_true=true - B:Palladium_true=true - B:PigIron_true=true - B:Platinum_true=true - B:Plutonium241_true=true - B:Plutonium_true=true - B:Polycaprolactam_true=true - B:PolyphenyleneSulfide_true=true - B:Polytetrafluoroethylene_true=true - B:RedAlloy_true=true - B:RedSteel_true=true - B:RoseGold_true=true - B:Silicon_true=true - B:Silver_true=true - B:SolderingAlloy_true=true - B:StainlessSteel_true=true - B:SteelMagnetic_true=true - B:Steel_true=true - B:SterlingSilver_true=true - B:Thorium_true=true - B:TinAlloy_true=true - B:Tin_true=true - B:Titanium_true=true - B:Tritanium_true=true - B:TungstenCarbide_true=true - B:TungstenSteel_true=true - B:Tungsten_true=true - B:Ultimet_true=true - B:Uranium235_true=true - B:Uranium_true=true - B:VanadiumGallium_true=true - B:VanadiumSteel_true=true - B:WroughtIron_true=true - B:YttriumBariumCuprate_true=true - B:Zinc_true=true -} - - -harderrecipes { - B:beryliumreflector_true=true - B:blockbreaker_false=false - B:cropharvester_true=true - B:electricsteeltools_true=true - B:iridiumplate_true=true - B:namefix_true=true - B:nanosaber_true=true - B:nuclearReactor_true=true - B:platePaper_true=true - B:quarry_true=true - B:railcraft_stuff_use_plates_true=true - B:railcraft_stuff_use_tools_true=true - B:reflector_true=true - B:rtg_true=true - B:sugarpaper_true=true - B:useonlygoodsolderingmaterials_false=false - B:windRotor_true=true -} - - -implosion { - I:dustBlueTopaz_24=24 - I:dustDiamond_32=32 - I:dustEmerald_24=24 - I:dustFoolsRuby_16=16 - I:dustForcicium_16=16 - I:dustForcillium_16=16 - I:dustGarnetRed_16=16 - I:dustGarnetYellow_16=16 - I:dustGreenSapphire_24=24 - I:dustJasper_16=16 - I:dustMonazite_16=16 - I:dustOlivine_24=24 - I:dustOpal_24=24 - I:dustRuby_24=24 - I:dustSapphire_24=24 - I:dustTanzanite_24=24 - I:dustTopaz_24=24 - I:gt.metaitem.01.32480_8=8 - I:ic2.itemPartCoalChunk_8=8 -} - - -laserengraving { - I:blockBasalt_50=50 - I:gt.blockconcretes.14_50=50 - I:gt.blockconcretes.6_50=50 - I:gt.blockgranites.14_50=50 - I:gt.blockgranites.6_50=50 - I:gt.blockstones.6_50=50 - I:gt.metaitem.01.32714_256=256 - I:gt.metaitem.03.32036_200=200 - I:gt.metaitem.03.32036_500=500 - I:gt.metaitem.03.32036_900=900 - I:gt.metaitem.03.32038_200=200 - I:gt.metaitem.03.32038_500=500 - I:gt.metaitem.03.32038_900=900 - I:gt.metaitem.03.32040_200=200 - I:gt.metaitem.03.32040_500=500 - I:gt.metaitem.03.32042_200=200 - I:gt.metaitem.03.32042_500=500 - I:gt.metaitem.03.32044_200=200 - I:gt.metaitem.03.32044_500=500 - I:gt.metaitem.03.32044_900=900 - I:gt.metaitem.03.32046_200=200 - I:gt.metaitem.03.32048_200=200 - I:gt.metaitem.03.32050_200=200 - I:gt.metaitem.03.32050_500=500 - I:gt.metaitem.03.32070_100=100 - I:gt.metaitem.03.32071_100=100 - I:tile.quartzBlock.chiseled_50=50 - I:tile.sandStone.chiseled_50=50 - I:tile.stonebricksmooth.chiseled_50=50 -} - - -lathe { - I:boltAluminium_3=3 - I:boltAmethyst_3=3 - I:boltBeryllium_1=1 - I:boltBismuthBronze_11=11 - I:boltBismuth_26=26 - I:boltBlackBronze_12=12 - I:boltBlackSteel_8=8 - I:boltBlueSteel_9=9 - I:boltBlueTopaz_2=2 - I:boltBrass_7=7 - I:boltBronze_9=9 - I:boltCarbon_1=1 - I:boltCertusQuartz_12=12 - I:boltChrome_6=6 - I:boltCobaltBrass_7=7 - I:boltCobalt_7=7 - I:boltCupronickel_7=7 - I:boltDamascusSteel_7=7 - I:boltDarkSteel_12=12 - I:boltDiamond_96=96 - I:boltDuranium_12=12 - I:boltElectrum_18=18 - I:boltEmerald_2=2 - I:boltEpoxidFiberReinforced_1=1 - I:boltEpoxid_1=1 - I:boltGarnetRed_2=2 - I:boltGarnetYellow_2=2 - I:boltGold_24=24 - I:boltGreenSapphire_2=2 - I:boltHSSE_10=10 - I:boltHSSG_12=12 - I:boltHSSS_16=16 - I:boltInvar_7=7 - I:boltIridium_24=24 - I:boltIronMagnetic_7=7 - I:boltIron_7=7 - I:boltKanthal_5=5 - I:boltLead_25=25 - I:boltMagnalium_3=3 - I:boltManganese_6=6 - I:boltMithril_30=30 - I:boltMolybdenum_11=11 - I:boltNaquadahAlloy_12=12 - I:boltNaquadahEnriched_12=12 - I:boltNaquadah_12=12 - I:boltNaquadria_12=12 - I:boltNeodymiumMagnetic_18=18 - I:boltNeodymium_18=18 - I:boltNetherQuartz_12=12 - I:boltNetherStar_12=12 - I:boltNeutronium_12500=12500 - I:boltNichrome_7=7 - I:boltNickelZincFerrite_4=4 - I:boltNickel_7=7 - I:boltOlivine_3=3 - I:boltOpal_2=2 - I:boltOsmiridium_23=23 - I:boltOsmium_23=23 - I:boltPalladium_13=13 - I:boltPigIron_7=7 - I:boltPlastic_1=1 - I:boltPlatinum_24=24 - I:boltPlutonium241_30=30 - I:boltPlutonium_30=30 - I:boltPolycaprolactam_1=1 - I:boltPolyphenyleneSulfide_1=1 - I:boltPolystyrene_1=1 - I:boltPolytetrafluoroethylene_2=2 - I:boltPolyvinylChloride_1=1 - I:boltRedSteel_8=8 - I:boltRoseGold_21=21 - I:boltRubber_1=1 - I:boltRuby_3=3 - I:boltSapphire_2=2 - I:boltSilicone_1=1 - I:boltSilver_13=13 - I:boltStainlessSteel_6=6 - I:boltSteelMagnetic_7=7 - I:boltSteel_7=7 - I:boltSterlingSilver_12=12 - I:boltStyreneButadieneRubber_1=1 - I:boltTanzanite_2=2 - I:boltThorium_28=28 - I:boltTinAlloy_10=10 - I:boltTin_14=14 - I:boltTitanium_6=6 - I:boltTopaz_2=2 - I:boltTritanium_12=12 - I:boltTungstenCarbide_12=12 - I:boltTungstenSteel_14=14 - I:boltTungsten_22=22 - I:boltUltimet_7=7 - I:boltUranium235_29=29 - I:boltUranium_29=29 - I:boltVanadiumSteel_6=6 - I:boltWood_1=1 - I:boltWroughtIron_7=7 - I:gemAmethyst_135=135 - I:gemBlueTopaz_80=80 - I:gemCertusQuartz_490=490 - I:gemChippedAmethyst_27=27 - I:gemChippedBlueTopaz_16=16 - I:gemChippedDiamond_768=768 - I:gemChippedEmerald_18=18 - I:gemChippedGarnetRed_23=23 - I:gemChippedGarnetYellow_23=23 - I:gemChippedGreenSapphire_20=20 - I:gemChippedOlivine_28=28 - I:gemChippedOpal_20=20 - I:gemChippedRuby_25=25 - I:gemChippedSapphire_20=20 - I:gemChippedTanzanite_20=20 - I:gemChippedTopaz_16=16 - I:gemDiamond_3840=3840 - I:gemEmerald_90=90 - I:gemExquisiteAmethyst_27=27 - I:gemExquisiteBlueTopaz_16=16 - I:gemExquisiteDiamond_768=768 - I:gemExquisiteEmerald_18=18 - I:gemExquisiteFoolsRuby_98=98 - I:gemExquisiteGarnetRed_23=23 - I:gemExquisiteGarnetYellow_23=23 - I:gemExquisiteGlass_20=20 - I:gemExquisiteGreenSapphire_20=20 - I:gemExquisiteJasper_98=98 - I:gemExquisiteOlivine_28=28 - I:gemExquisiteOpal_20=20 - I:gemExquisiteRuby_25=25 - I:gemExquisiteSapphire_20=20 - I:gemExquisiteTanzanite_20=20 - I:gemExquisiteTopaz_16=16 - I:gemFlawedAmethyst_27=27 - I:gemFlawedBlueTopaz_16=16 - I:gemFlawedDiamond_768=768 - I:gemFlawedEmerald_18=18 - I:gemFlawedGarnetRed_23=23 - I:gemFlawedGarnetYellow_23=23 - I:gemFlawedGreenSapphire_20=20 - I:gemFlawedOlivine_28=28 - I:gemFlawedOpal_20=20 - I:gemFlawedRuby_25=25 - I:gemFlawedSapphire_20=20 - I:gemFlawedTanzanite_20=20 - I:gemFlawedTopaz_16=16 - I:gemFlawlessAmethyst_135=135 - I:gemFlawlessBlueTopaz_80=80 - I:gemFlawlessDiamond_3840=3840 - I:gemFlawlessEmerald_90=90 - I:gemFlawlessGarnetRed_115=115 - I:gemFlawlessGarnetYellow_115=115 - I:gemFlawlessGreenSapphire_100=100 - I:gemFlawlessOlivine_140=140 - I:gemFlawlessOpal_100=100 - I:gemFlawlessRuby_125=125 - I:gemFlawlessSapphire_100=100 - I:gemFlawlessTanzanite_100=100 - I:gemFlawlessTopaz_80=80 - I:gemGarnetRed_115=115 - I:gemGarnetYellow_115=115 - I:gemGreenSapphire_100=100 - I:gemLapis_140=140 - I:gemLazurite_145=145 - I:gemNetherQuartz_490=490 - I:gemNetherStar_490=490 - I:gemOlivine_140=140 - I:gemOpal_100=100 - I:gemRuby_125=125 - I:gemSapphire_100=100 - I:gemSodalite_125=125 - I:gemTanzanite_100=100 - I:gemTopaz_80=80 - I:ic2.blockRubSapling_16=16 - I:ic2.blockRubWood_160=160 - I:ingotAluminium_130=130 - I:ingotAmericium_1225=1225 - I:ingotBeryllium_45=45 - I:ingotBismuthBronze_460=460 - I:ingotBismuth_1040=1040 - I:ingotBlackBronze_490=490 - I:ingotBlackSteel_320=320 - I:ingotBlueSteel_375=375 - I:ingotBrass_315=315 - I:ingotBronze_380=380 - I:ingotCarbon_60=60 - I:ingotChrome_260=260 - I:ingotCobaltBrass_290=290 - I:ingotCobalt_295=295 - I:ingotCopper_315=315 - I:ingotCupronickel_300=300 - I:ingotDamascusSteel_280=280 - I:ingotDarkSteel_490=490 - I:ingotDuranium_490=490 - I:ingotElectrum_755=755 - I:ingotEpoxidFiberReinforced_30=30 - I:ingotEpoxid_30=30 - I:ingotEuropium_755=755 - I:ingotGold_980=980 - I:ingotHSSE_405=405 - I:ingotHSSG_490=490 - I:ingotHSSS_645=645 - I:ingotInvar_280=280 - I:ingotIridium_960=960 - I:ingotIronMagnetic_285=285 - I:ingotIron_280=280 - I:ingotKanthal_220=220 - I:ingotLead_1035=1035 - I:ingotMagnalium_125=125 - I:ingotManganese_275=275 - I:ingotMithril_1225=1225 - I:ingotMolybdenum_475=475 - I:ingotNaquadahAlloy_490=490 - I:ingotNaquadahEnriched_490=490 - I:ingotNaquadah_490=490 - I:ingotNaquadria_490=490 - I:ingotNeodymiumMagnetic_730=730 - I:ingotNeodymium_720=720 - I:ingotNeutronium_500000=500000 - I:ingotNichrome_280=280 - I:ingotNickelZincFerrite_165=165 - I:ingotNickel_290=290 - I:ingotOsmiridium_955=955 - I:ingotOsmium_950=950 - I:ingotPalladium_530=530 - I:ingotPigIron_280=280 - I:ingotPlastic_20=20 - I:ingotPlatinum_975=975 - I:ingotPlutonium241_1215=1215 - I:ingotPlutonium_1230=1230 - I:ingotPolycaprolactam_25=25 - I:ingotPolyphenyleneSulfide_45=45 - I:ingotPolystyrene_30=30 - I:ingotPolytetrafluoroethylene_80=80 - I:ingotPolyvinylChloride_50=50 - I:ingotRedSteel_345=345 - I:ingotRoseGold_845=845 - I:ingotRubber_25=25 - I:ingotSilicone_35=35 - I:ingotSilver_535=535 - I:ingotSolderingAlloy_590=590 - I:ingotStainlessSteel_275=275 - I:ingotSteelMagnetic_285=285 - I:ingotSteel_280=280 - I:ingotSterlingSilver_490=490 - I:ingotStyreneButadieneRubber_25=25 - I:ingotThorium_1150=1150 - I:ingotTinAlloy_435=435 - I:ingotTin_590=590 - I:ingotTitanium_240=240 - I:ingotTritanium_490=490 - I:ingotTungstenCarbide_485=485 - I:ingotTungstenSteel_595=595 - I:ingotTungsten_915=915 - I:ingotUltimet_305=305 - I:ingotUranium235_1175=1175 - I:ingotUranium_1190=1190 - I:ingotVanadiumGallium_275=275 - I:ingotVanadiumSteel_275=275 - I:ingotWroughtIron_280=280 - I:item.kekztech_crafting_item.7_1200=1200 - I:item.kekztech_crafting_item.8_1200=1200 - I:nuggetHSSE_20=20 - I:nuggetHSSG_24=24 - I:nuggetNeutronium_25000=25000 - I:plateAmethyst_13=13 - I:plateBlueTopaz_8=8 - I:plateDiamond_384=384 - I:plateDilithium_49=49 - I:plateEmerald_9=9 - I:plateEnderEye_99=99 - I:plateEnderPearl_41=41 - I:plateForcicium_49=49 - I:plateForcillium_49=49 - I:plateGarnetRed_11=11 - I:plateGarnetYellow_11=11 - I:plateGlass_10=10 - I:plateGreenSapphire_10=10 - I:plateJasper_49=49 - I:plateNetherStar_49=49 - I:plateOlivine_14=14 - I:plateOpal_10=10 - I:plateRuby_12=12 - I:plateSapphire_10=10 - I:plateTanzanite_10=10 - I:plateTopaz_8=8 - I:plateWood_10=10 - I:stickCopper_120=120 - I:stickDiamond_1200=1200 - I:stickSilver_120=120 - I:stickWood_1200=1200 - I:tile.log.acacia_160=160 - I:tile.log.oak_160=160 - I:tile.sapling.oak_16=16 - I:tile.wood.oak_10=10 - I:tile.woodSlab.oak_50=50 -} - - -maceration { - B:arrowGtWoodDamascusSteel_true=true - B:arrowGtWoodSterlingSilver_true=true - B:blockAluminium_true=true - B:blockAmericium_true=true - B:blockAmethyst_true=true - B:blockAnnealedCopper_true=true - B:blockAntimony_true=true - B:blockArsenic_true=true - B:blockBasalt_true=true - B:blockBatteryAlloy_true=true - B:blockBeryllium_true=true - B:blockBismuthBronze_true=true - B:blockBismuth_true=true - B:blockBlackBronze_true=true - B:blockBlackSteel_true=true - B:blockBlueSteel_true=true - B:blockBlueTopaz_true=true - B:blockBrass_true=true - B:blockBronze_true=true - B:blockCaesium_true=true - B:blockCerium_true=true - B:blockCertusQuartz_true=true - B:blockCharcoal_true=true - B:blockChrome_true=true - B:blockCoal_true=true - B:blockCobaltBrass_true=true - B:blockCobalt_true=true - B:blockCopper_true=true - B:blockCupronickel_true=true - B:blockDamascusSteel_true=true - B:blockDarkSteel_true=true - B:blockDiamond_true=true - B:blockDilithium_true=true - B:blockDuranium_true=true - B:blockElectrum_true=true - B:blockEmerald_true=true - B:blockEnderEye_true=true - B:blockEnderPearl_true=true - B:blockEuropium_true=true - B:blockFoolsRuby_true=true - B:blockForcicium_true=true - B:blockForcillium_true=true - B:blockGallium_true=true - B:blockGarnetRed_true=true - B:blockGarnetYellow_true=true - B:blockGold_true=true - B:blockGreenSapphire_true=true - B:blockHSSE_true=true - B:blockHSSG_true=true - B:blockHSSS_true=true - B:blockIndium_true=true - B:blockInvar_true=true - B:blockIridium_true=true - B:blockIronMagnetic_true=true - B:blockIron_true=true - B:blockJasper_true=true - B:blockKanthal_true=true - B:blockLapis_true=true - B:blockLazurite_true=true - B:blockLead_true=true - B:blockLignite_true=true - B:blockLutetium_true=true - B:blockMagnalium_true=true - B:blockMagnesium_true=true - B:blockManganese_true=true - B:blockMithril_true=true - B:blockMolybdenum_true=true - B:blockMonazite_true=true - B:blockNaquadahAlloy_true=true - B:blockNaquadahEnriched_true=true - B:blockNaquadah_true=true - B:blockNaquadria_true=true - B:blockNeodymiumMagnetic_true=true - B:blockNeodymium_true=true - B:blockNetherStar_true=true - B:blockNeutronium_true=true - B:blockNichrome_true=true - B:blockNickel_true=true - B:blockNiobiumNitride_true=true - B:blockNiobiumTitanium_true=true - B:blockNiobium_true=true - B:blockNiter_true=true - B:blockObsidian_true=true - B:blockOlivine_true=true - B:blockOpal_true=true - B:blockOsmiridium_true=true - B:blockOsmium_true=true - B:blockPalladium_true=true - B:blockPhosphorus_true=true - B:blockPigIron_true=true - B:blockPlatinum_true=true - B:blockPlutonium241_true=true - B:blockPlutonium_true=true - B:blockQuartzite_true=true - B:blockRedAlloy_true=true - B:blockRedSteel_true=true - B:blockRedstone_true=true - B:blockRoseGold_true=true - B:blockRuby_true=true - B:blockSapphire_true=true - B:blockSilicon_true=true - B:blockSilver_true=true - B:blockSodalite_true=true - B:blockSolderingAlloy_true=true - B:blockStainlessSteel_true=true - B:blockSteelMagnetic_true=true - B:blockSteel_true=true - B:blockSterlingSilver_true=true - B:blockTantalum_true=true - B:blockTanzanite_true=true - B:blockThorium_true=true - B:blockTinAlloy_true=true - B:blockTin_true=true - B:blockTitanium_true=true - B:blockTopaz_true=true - B:blockTritanium_true=true - B:blockTungstenCarbide_true=true - B:blockTungstenSteel_true=true - B:blockTungsten_true=true - B:blockUltimet_true=true - B:blockUranium235_true=true - B:blockUranium_true=true - B:blockVanadiumGallium_true=true - B:blockVanadiumSteel_true=true - B:blockVanadium_true=true - B:blockWroughtIron_true=true - B:blockYttriumBariumCuprate_true=true - B:blockYttrium_true=true - B:blockZinc_true=true - B:boltAluminium_true=true - B:boltAmethyst_true=true - B:boltBeryllium_true=true - B:boltBismuthBronze_true=true - B:boltBismuth_true=true - B:boltBlackBronze_true=true - B:boltBlackSteel_true=true - B:boltBlueSteel_true=true - B:boltBlueTopaz_true=true - B:boltBrass_true=true - B:boltBronze_true=true - B:boltCarbon_true=true - B:boltCertusQuartz_true=true - B:boltChrome_true=true - B:boltCobaltBrass_true=true - B:boltCobalt_true=true - B:boltCupronickel_true=true - B:boltDamascusSteel_true=true - B:boltDarkSteel_true=true - B:boltDiamond_true=true - B:boltDuranium_true=true - B:boltElectrum_true=true - B:boltEmerald_true=true - B:boltEpoxidFiberReinforced_true=true - B:boltEpoxid_true=true - B:boltGarnetRed_true=true - B:boltGarnetYellow_true=true - B:boltGold_true=true - B:boltGreenSapphire_true=true - B:boltHSSE_true=true - B:boltHSSG_true=true - B:boltHSSS_true=true - B:boltInvar_true=true - B:boltIridium_true=true - B:boltIronMagnetic_true=true - B:boltIron_true=true - B:boltKanthal_true=true - B:boltLead_true=true - B:boltMagnalium_true=true - B:boltManganese_true=true - B:boltMithril_true=true - B:boltMolybdenum_true=true - B:boltNaquadahAlloy_true=true - B:boltNaquadahEnriched_true=true - B:boltNaquadah_true=true - B:boltNaquadria_true=true - B:boltNeodymiumMagnetic_true=true - B:boltNeodymium_true=true - B:boltNetherQuartz_true=true - B:boltNetherStar_true=true - B:boltNeutronium_true=true - B:boltNichrome_true=true - B:boltNickelZincFerrite_true=true - B:boltNickel_true=true - B:boltOlivine_true=true - B:boltOpal_true=true - B:boltOsmiridium_true=true - B:boltOsmium_true=true - B:boltPalladium_true=true - B:boltPigIron_true=true - B:boltPlastic_true=true - B:boltPlatinum_true=true - B:boltPlutonium241_true=true - B:boltPlutonium_true=true - B:boltPolycaprolactam_true=true - B:boltPolyphenyleneSulfide_true=true - B:boltPolystyrene_true=true - B:boltPolytetrafluoroethylene_true=true - B:boltPolyvinylChloride_true=true - B:boltRedSteel_true=true - B:boltRoseGold_true=true - B:boltRubber_true=true - B:boltRuby_true=true - B:boltSapphire_true=true - B:boltSilicone_true=true - B:boltSilver_true=true - B:boltStainlessSteel_true=true - B:boltSteelMagnetic_true=true - B:boltSteel_true=true - B:boltSterlingSilver_true=true - B:boltStyreneButadieneRubber_true=true - B:boltTanzanite_true=true - B:boltThorium_true=true - B:boltTinAlloy_true=true - B:boltTin_true=true - B:boltTitanium_true=true - B:boltTopaz_true=true - B:boltTritanium_true=true - B:boltTungstenCarbide_true=true - B:boltTungstenSteel_true=true - B:boltTungsten_true=true - B:boltUltimet_true=true - B:boltUranium235_true=true - B:boltUranium_true=true - B:boltVanadiumSteel_true=true - B:boltWoodSealed_true=true - B:boltWood_true=true - B:boltWroughtIron_true=true - B:bucketEmpty_true=true - B:cableGt01Aluminium_true=true - B:cableGt01AnnealedCopper_true=true - B:cableGt01BlackSteel_true=true - B:cableGt01Cobalt_true=true - B:cableGt01Copper_true=true - B:cableGt01Cupronickel_true=true - B:cableGt01Duranium_true=true - B:cableGt01Electrum_true=true - B:cableGt01Gold_true=true - B:cableGt01HSSG_true=true - B:cableGt01Iron_true=true - B:cableGt01Kanthal_true=true - B:cableGt01Lead_true=true - B:cableGt01NaquadahAlloy_true=true - B:cableGt01Naquadah_true=true - B:cableGt01Nichrome_true=true - B:cableGt01Nickel_true=true - B:cableGt01NiobiumTitanium_true=true - B:cableGt01Osmium_true=true - B:cableGt01Platinum_true=true - B:cableGt01RedAlloy_true=true - B:cableGt01Silver_true=true - B:cableGt01SolderingAlloy_true=true - B:cableGt01Steel_true=true - B:cableGt01Tin_true=true - B:cableGt01Titanium_true=true - B:cableGt01TungstenSteel_true=true - B:cableGt01Tungsten_true=true - B:cableGt01VanadiumGallium_true=true - B:cableGt01YttriumBariumCuprate_true=true - B:cableGt01Zinc_true=true - B:cableGt02Aluminium_true=true - B:cableGt02AnnealedCopper_true=true - B:cableGt02BlackSteel_true=true - B:cableGt02Cobalt_true=true - B:cableGt02Copper_true=true - B:cableGt02Cupronickel_true=true - B:cableGt02Duranium_true=true - B:cableGt02Electrum_true=true - B:cableGt02Gold_true=true - B:cableGt02HSSG_true=true - B:cableGt02Iron_true=true - B:cableGt02Kanthal_true=true - B:cableGt02Lead_true=true - B:cableGt02NaquadahAlloy_true=true - B:cableGt02Naquadah_true=true - B:cableGt02Nichrome_true=true - B:cableGt02Nickel_true=true - B:cableGt02NiobiumTitanium_true=true - B:cableGt02Osmium_true=true - B:cableGt02Platinum_true=true - B:cableGt02RedAlloy_true=true - B:cableGt02Silver_true=true - B:cableGt02SolderingAlloy_true=true - B:cableGt02Steel_true=true - B:cableGt02Tin_true=true - B:cableGt02Titanium_true=true - B:cableGt02TungstenSteel_true=true - B:cableGt02Tungsten_true=true - B:cableGt02VanadiumGallium_true=true - B:cableGt02YttriumBariumCuprate_true=true - B:cableGt02Zinc_true=true - B:cableGt04Aluminium_true=true - B:cableGt04AnnealedCopper_true=true - B:cableGt04BlackSteel_true=true - B:cableGt04Cobalt_true=true - B:cableGt04Copper_true=true - B:cableGt04Cupronickel_true=true - B:cableGt04Duranium_true=true - B:cableGt04Electrum_true=true - B:cableGt04Gold_true=true - B:cableGt04HSSG_true=true - B:cableGt04Iron_true=true - B:cableGt04Kanthal_true=true - B:cableGt04Lead_true=true - B:cableGt04NaquadahAlloy_true=true - B:cableGt04Naquadah_true=true - B:cableGt04Nichrome_true=true - B:cableGt04Nickel_true=true - B:cableGt04NiobiumTitanium_true=true - B:cableGt04Osmium_true=true - B:cableGt04Platinum_true=true - B:cableGt04RedAlloy_true=true - B:cableGt04Silver_true=true - B:cableGt04SolderingAlloy_true=true - B:cableGt04Steel_true=true - B:cableGt04Tin_true=true - B:cableGt04Titanium_true=true - B:cableGt04TungstenSteel_true=true - B:cableGt04Tungsten_true=true - B:cableGt04VanadiumGallium_true=true - B:cableGt04YttriumBariumCuprate_true=true - B:cableGt04Zinc_true=true - B:cableGt08Aluminium_true=true - B:cableGt08AnnealedCopper_true=true - B:cableGt08BlackSteel_true=true - B:cableGt08Cobalt_true=true - B:cableGt08Copper_true=true - B:cableGt08Cupronickel_true=true - B:cableGt08Duranium_true=true - B:cableGt08Electrum_true=true - B:cableGt08Gold_true=true - B:cableGt08HSSG_true=true - B:cableGt08Iron_true=true - B:cableGt08Kanthal_true=true - B:cableGt08Lead_true=true - B:cableGt08NaquadahAlloy_true=true - B:cableGt08Naquadah_true=true - B:cableGt08Nichrome_true=true - B:cableGt08Nickel_true=true - B:cableGt08NiobiumTitanium_true=true - B:cableGt08Osmium_true=true - B:cableGt08Platinum_true=true - B:cableGt08RedAlloy_true=true - B:cableGt08Silver_true=true - B:cableGt08SolderingAlloy_true=true - B:cableGt08Steel_true=true - B:cableGt08Tin_true=true - B:cableGt08Titanium_true=true - B:cableGt08TungstenSteel_true=true - B:cableGt08Tungsten_true=true - B:cableGt08VanadiumGallium_true=true - B:cableGt08YttriumBariumCuprate_true=true - B:cableGt08Zinc_true=true - B:cableGt12Aluminium_true=true - B:cableGt12AnnealedCopper_true=true - B:cableGt12BlackSteel_true=true - B:cableGt12Cobalt_true=true - B:cableGt12Copper_true=true - B:cableGt12Cupronickel_true=true - B:cableGt12Duranium_true=true - B:cableGt12Electrum_true=true - B:cableGt12Gold_true=true - B:cableGt12HSSG_true=true - B:cableGt12Iron_true=true - B:cableGt12Kanthal_true=true - B:cableGt12Lead_true=true - B:cableGt12NaquadahAlloy_true=true - B:cableGt12Naquadah_true=true - B:cableGt12Nichrome_true=true - B:cableGt12Nickel_true=true - B:cableGt12NiobiumTitanium_true=true - B:cableGt12Osmium_true=true - B:cableGt12Platinum_true=true - B:cableGt12RedAlloy_true=true - B:cableGt12Silver_true=true - B:cableGt12SolderingAlloy_true=true - B:cableGt12Steel_true=true - B:cableGt12Tin_true=true - B:cableGt12Titanium_true=true - B:cableGt12TungstenSteel_true=true - B:cableGt12Tungsten_true=true - B:cableGt12VanadiumGallium_true=true - B:cableGt12YttriumBariumCuprate_true=true - B:cableGt12Zinc_true=true - B:cellEmpty_true=true - B:crushedAlmandine_true=true - B:crushedAluminium_true=true - B:crushedAmethyst_true=true - B:crushedApatite_true=true - B:crushedBandedIron_true=true - B:crushedBarite_true=true - B:crushedBastnasite_true=true - B:crushedBauxite_true=true - B:crushedBentonite_true=true - B:crushedBeryllium_true=true - B:crushedBismuth_true=true - B:crushedBlueTopaz_true=true - B:crushedBrownLimonite_true=true - B:crushedCalcite_true=true - B:crushedCassiteriteSand_true=true - B:crushedCassiterite_true=true - B:crushedCentrifugedAlmandine_true=true - B:crushedCentrifugedAluminium_true=true - B:crushedCentrifugedAmethyst_true=true - B:crushedCentrifugedApatite_true=true - B:crushedCentrifugedBandedIron_true=true - B:crushedCentrifugedBarite_true=true - B:crushedCentrifugedBastnasite_true=true - B:crushedCentrifugedBauxite_true=true - B:crushedCentrifugedBentonite_true=true - B:crushedCentrifugedBeryllium_true=true - B:crushedCentrifugedBismuth_true=true - B:crushedCentrifugedBlueTopaz_true=true - B:crushedCentrifugedBrownLimonite_true=true - B:crushedCentrifugedCalcite_true=true - B:crushedCentrifugedCassiteriteSand_true=true - B:crushedCentrifugedCassiterite_true=true - B:crushedCentrifugedCertusQuartz_true=true - B:crushedCentrifugedChalcopyrite_true=true - B:crushedCentrifugedChrome_true=true - B:crushedCentrifugedChromite_true=true - B:crushedCentrifugedCinnabar_true=true - B:crushedCentrifugedCoal_true=true - B:crushedCentrifugedCobaltite_true=true - B:crushedCentrifugedCooperite_true=true - B:crushedCentrifugedCopper_true=true - B:crushedCentrifugedDarkSteel_true=true - B:crushedCentrifugedDiamond_true=true - B:crushedCentrifugedDiatomite_true=true - B:crushedCentrifugedEmerald_true=true - B:crushedCentrifugedFoolsRuby_true=true - B:crushedCentrifugedGalena_true=true - B:crushedCentrifugedGarnetRed_true=true - B:crushedCentrifugedGarnetYellow_true=true - B:crushedCentrifugedGarnierite_true=true - B:crushedCentrifugedGlauconite_true=true - B:crushedCentrifugedGold_true=true - B:crushedCentrifugedGraphite_true=true - B:crushedCentrifugedGreenSapphire_true=true - B:crushedCentrifugedGrossular_true=true - B:crushedCentrifugedIlmenite_true=true - B:crushedCentrifugedIridium_true=true - B:crushedCentrifugedIron_true=true - B:crushedCentrifugedLapis_true=true - B:crushedCentrifugedLazurite_true=true - B:crushedCentrifugedLead_true=true - B:crushedCentrifugedLepidolite_true=true - B:crushedCentrifugedLignite_true=true - B:crushedCentrifugedLithium_true=true - B:crushedCentrifugedMagnesite_true=true - B:crushedCentrifugedMagnetite_true=true - B:crushedCentrifugedMalachite_true=true - B:crushedCentrifugedManganese_true=true - B:crushedCentrifugedMolybdenite_true=true - B:crushedCentrifugedMolybdenum_true=true - B:crushedCentrifugedMonazite_true=true - B:crushedCentrifugedNaquadahEnriched_true=true - B:crushedCentrifugedNaquadah_true=true - B:crushedCentrifugedNaquadria_true=true - B:crushedCentrifugedNeodymium_true=true - B:crushedCentrifugedNetherQuartz_true=true - B:crushedCentrifugedNickel_true=true - B:crushedCentrifugedOilsands_true=true - B:crushedCentrifugedOlivine_true=true - B:crushedCentrifugedOpal_true=true - B:crushedCentrifugedOsmium_true=true - B:crushedCentrifugedPalladium_true=true - B:crushedCentrifugedPentlandite_true=true - B:crushedCentrifugedPhosphate_true=true - B:crushedCentrifugedPhosphorus_true=true - B:crushedCentrifugedPitchblende_true=true - B:crushedCentrifugedPlatinum_true=true - B:crushedCentrifugedPlutonium_true=true - B:crushedCentrifugedPowellite_true=true - B:crushedCentrifugedPyrite_true=true - B:crushedCentrifugedPyrochlore_true=true - B:crushedCentrifugedPyrolusite_true=true - B:crushedCentrifugedPyrope_true=true - B:crushedCentrifugedQuartzite_true=true - B:crushedCentrifugedRedstone_true=true - B:crushedCentrifugedRockSalt_true=true - B:crushedCentrifugedRuby_true=true - B:crushedCentrifugedSalt_true=true - B:crushedCentrifugedSaltpeter_true=true - B:crushedCentrifugedSapphire_true=true - B:crushedCentrifugedScheelite_true=true - B:crushedCentrifugedSilver_true=true - B:crushedCentrifugedSoapstone_true=true - B:crushedCentrifugedSodalite_true=true - B:crushedCentrifugedSpessartine_true=true - B:crushedCentrifugedSphalerite_true=true - B:crushedCentrifugedSpodumene_true=true - B:crushedCentrifugedStibnite_true=true - B:crushedCentrifugedSulfur_true=true - B:crushedCentrifugedTalc_true=true - B:crushedCentrifugedTantalite_true=true - B:crushedCentrifugedTanzanite_true=true - B:crushedCentrifugedTetrahedrite_true=true - B:crushedCentrifugedThorium_true=true - B:crushedCentrifugedTin_true=true - B:crushedCentrifugedTitanium_true=true - B:crushedCentrifugedTopaz_true=true - B:crushedCentrifugedTungstate_true=true - B:crushedCentrifugedUraninite_true=true - B:crushedCentrifugedUranium235_true=true - B:crushedCentrifugedUranium_true=true - B:crushedCentrifugedVanadiumMagnetite_true=true - B:crushedCentrifugedWulfenite_true=true - B:crushedCentrifugedYellowLimonite_true=true - B:crushedCentrifugedZinc_true=true - B:crushedCertusQuartz_true=true - B:crushedChalcopyrite_true=true - B:crushedChrome_true=true - B:crushedChromite_true=true - B:crushedCinnabar_true=true - B:crushedCoal_true=true - B:crushedCobaltite_true=true - B:crushedCooperite_true=true - B:crushedCopper_true=true - B:crushedDarkSteel_true=true - B:crushedDiamond_true=true - B:crushedDiatomite_true=true - B:crushedEmerald_true=true - B:crushedFoolsRuby_true=true - B:crushedGalena_true=true - B:crushedGarnetRed_true=true - B:crushedGarnetYellow_true=true - B:crushedGarnierite_true=true - B:crushedGlauconite_true=true - B:crushedGold_true=true - B:crushedGraphite_true=true - B:crushedGreenSapphire_true=true - B:crushedGrossular_true=true - B:crushedIlmenite_true=true - B:crushedIridium_true=true - B:crushedIron_true=true - B:crushedLapis_true=true - B:crushedLazurite_true=true - B:crushedLead_true=true - B:crushedLepidolite_true=true - B:crushedLignite_true=true - B:crushedLithium_true=true - B:crushedMagnesite_true=true - B:crushedMagnetite_true=true - B:crushedMalachite_true=true - B:crushedManganese_true=true - B:crushedMolybdenite_true=true - B:crushedMolybdenum_true=true - B:crushedMonazite_true=true - B:crushedNaquadahEnriched_true=true - B:crushedNaquadah_true=true - B:crushedNaquadria_true=true - B:crushedNeodymium_true=true - B:crushedNetherQuartz_true=true - B:crushedNickel_true=true - B:crushedOilsands_true=true - B:crushedOlivine_true=true - B:crushedOpal_true=true - B:crushedOsmium_true=true - B:crushedPalladium_true=true - B:crushedPentlandite_true=true - B:crushedPhosphate_true=true - B:crushedPhosphorus_true=true - B:crushedPitchblende_true=true - B:crushedPlatinum_true=true - B:crushedPlutonium_true=true - B:crushedPowellite_true=true - B:crushedPurifiedAlmandine_true=true - B:crushedPurifiedAluminium_true=true - B:crushedPurifiedAmethyst_true=true - B:crushedPurifiedApatite_true=true - B:crushedPurifiedBandedIron_true=true - B:crushedPurifiedBarite_true=true - B:crushedPurifiedBastnasite_true=true - B:crushedPurifiedBauxite_true=true - B:crushedPurifiedBentonite_true=true - B:crushedPurifiedBeryllium_true=true - B:crushedPurifiedBismuth_true=true - B:crushedPurifiedBlueTopaz_true=true - B:crushedPurifiedBrownLimonite_true=true - B:crushedPurifiedCalcite_true=true - B:crushedPurifiedCassiteriteSand_true=true - B:crushedPurifiedCassiterite_true=true - B:crushedPurifiedCertusQuartz_true=true - B:crushedPurifiedChalcopyrite_true=true - B:crushedPurifiedChrome_true=true - B:crushedPurifiedChromite_true=true - B:crushedPurifiedCinnabar_true=true - B:crushedPurifiedCoal_true=true - B:crushedPurifiedCobaltite_true=true - B:crushedPurifiedCooperite_true=true - B:crushedPurifiedCopper_true=true - B:crushedPurifiedDarkSteel_true=true - B:crushedPurifiedDiamond_true=true - B:crushedPurifiedDiatomite_true=true - B:crushedPurifiedEmerald_true=true - B:crushedPurifiedFoolsRuby_true=true - B:crushedPurifiedGalena_true=true - B:crushedPurifiedGarnetRed_true=true - B:crushedPurifiedGarnetYellow_true=true - B:crushedPurifiedGarnierite_true=true - B:crushedPurifiedGlauconite_true=true - B:crushedPurifiedGold_true=true - B:crushedPurifiedGraphite_true=true - B:crushedPurifiedGreenSapphire_true=true - B:crushedPurifiedGrossular_true=true - B:crushedPurifiedIlmenite_true=true - B:crushedPurifiedIridium_true=true - B:crushedPurifiedIron_true=true - B:crushedPurifiedLapis_true=true - B:crushedPurifiedLazurite_true=true - B:crushedPurifiedLead_true=true - B:crushedPurifiedLepidolite_true=true - B:crushedPurifiedLignite_true=true - B:crushedPurifiedLithium_true=true - B:crushedPurifiedMagnesite_true=true - B:crushedPurifiedMagnetite_true=true - B:crushedPurifiedMalachite_true=true - B:crushedPurifiedManganese_true=true - B:crushedPurifiedMolybdenite_true=true - B:crushedPurifiedMolybdenum_true=true - B:crushedPurifiedMonazite_true=true - B:crushedPurifiedNaquadahEnriched_true=true - B:crushedPurifiedNaquadah_true=true - B:crushedPurifiedNaquadria_true=true - B:crushedPurifiedNeodymium_true=true - B:crushedPurifiedNetherQuartz_true=true - B:crushedPurifiedNickel_true=true - B:crushedPurifiedOilsands_true=true - B:crushedPurifiedOlivine_true=true - B:crushedPurifiedOpal_true=true - B:crushedPurifiedOsmium_true=true - B:crushedPurifiedPalladium_true=true - B:crushedPurifiedPentlandite_true=true - B:crushedPurifiedPhosphate_true=true - B:crushedPurifiedPhosphorus_true=true - B:crushedPurifiedPitchblende_true=true - B:crushedPurifiedPlatinum_true=true - B:crushedPurifiedPlutonium_true=true - B:crushedPurifiedPowellite_true=true - B:crushedPurifiedPyrite_true=true - B:crushedPurifiedPyrochlore_true=true - B:crushedPurifiedPyrolusite_true=true - B:crushedPurifiedPyrope_true=true - B:crushedPurifiedQuartzite_true=true - B:crushedPurifiedRedstone_true=true - B:crushedPurifiedRockSalt_true=true - B:crushedPurifiedRuby_true=true - B:crushedPurifiedSalt_true=true - B:crushedPurifiedSaltpeter_true=true - B:crushedPurifiedSapphire_true=true - B:crushedPurifiedScheelite_true=true - B:crushedPurifiedSilver_true=true - B:crushedPurifiedSoapstone_true=true - B:crushedPurifiedSodalite_true=true - B:crushedPurifiedSpessartine_true=true - B:crushedPurifiedSphalerite_true=true - B:crushedPurifiedSpodumene_true=true - B:crushedPurifiedStibnite_true=true - B:crushedPurifiedSulfur_true=true - B:crushedPurifiedTalc_true=true - B:crushedPurifiedTantalite_true=true - B:crushedPurifiedTanzanite_true=true - B:crushedPurifiedTetrahedrite_true=true - B:crushedPurifiedThorium_true=true - B:crushedPurifiedTin_true=true - B:crushedPurifiedTitanium_true=true - B:crushedPurifiedTopaz_true=true - B:crushedPurifiedTungstate_true=true - B:crushedPurifiedUraninite_true=true - B:crushedPurifiedUranium235_true=true - B:crushedPurifiedUranium_true=true - B:crushedPurifiedVanadiumMagnetite_true=true - B:crushedPurifiedWulfenite_true=true - B:crushedPurifiedYellowLimonite_true=true - B:crushedPurifiedZinc_true=true - B:crushedPyrite_true=true - B:crushedPyrochlore_true=true - B:crushedPyrolusite_true=true - B:crushedPyrope_true=true - B:crushedQuartzite_true=true - B:crushedRedstone_true=true - B:crushedRockSalt_true=true - B:crushedRuby_true=true - B:crushedSalt_true=true - B:crushedSaltpeter_true=true - B:crushedSapphire_true=true - B:crushedScheelite_true=true - B:crushedSilver_true=true - B:crushedSoapstone_true=true - B:crushedSodalite_true=true - B:crushedSpessartine_true=true - B:crushedSphalerite_true=true - B:crushedSpodumene_true=true - B:crushedStibnite_true=true - B:crushedSulfur_true=true - B:crushedTalc_true=true - B:crushedTantalite_true=true - B:crushedTanzanite_true=true - B:crushedTetrahedrite_true=true - B:crushedThorium_true=true - B:crushedTin_true=true - B:crushedTitanium_true=true - B:crushedTopaz_true=true - B:crushedTungstate_true=true - B:crushedUraninite_true=true - B:crushedUranium235_true=true - B:crushedUranium_true=true - B:crushedVanadiumMagnetite_true=true - B:crushedWulfenite_true=true - B:crushedYellowLimonite_true=true - B:crushedZinc_true=true - B:enderio.silicon_true=true - B:foilAluminium_true=true - B:foilAnnealedCopper_true=true - B:foilBlackSteel_true=true - B:foilCopper_true=true - B:foilDuranium_true=true - B:foilElectrum_true=true - B:foilGold_true=true - B:foilHSSG_true=true - B:foilManganese_true=true - B:foilNaquadahAlloy_true=true - B:foilNaquadah_true=true - B:foilNichrome_true=true - B:foilNiobiumTitanium_true=true - B:foilOsmiridium_true=true - B:foilOsmium_true=true - B:foilPlastic_true=true - B:foilPlatinum_true=true - B:foilPolyphenyleneSulfide_true=true - B:foilPolyvinylChloride_true=true - B:foilSilicon_true=true - B:foilSilicone_true=true - B:foilSteel_true=true - B:foilTitanium_true=true - B:foilTungstenSteel_true=true - B:foilTungsten_true=true - B:foilVanadiumGallium_true=true - B:foilYttriumBariumCuprate_true=true - B:foilZinc_true=true - B:frameGtAluminium_true=true - B:frameGtAmericium_true=true - B:frameGtAnnealedCopper_true=true - B:frameGtAntimony_true=true - B:frameGtArsenic_true=true - B:frameGtBatteryAlloy_true=true - B:frameGtBeryllium_true=true - B:frameGtBismuthBronze_true=true - B:frameGtBismuth_true=true - B:frameGtBlackBronze_true=true - B:frameGtBlackSteel_true=true - B:frameGtBlueSteel_true=true - B:frameGtBorosilicateGlass_true=true - B:frameGtBrass_true=true - B:frameGtBronze_true=true - B:frameGtCaesium_true=true - B:frameGtCarbon_true=true - B:frameGtCerium_true=true - B:frameGtChrome_true=true - B:frameGtCobaltBrass_true=true - B:frameGtCobalt_true=true - B:frameGtCopper_true=true - B:frameGtCupronickel_true=true - B:frameGtDamascusSteel_true=true - B:frameGtDarkSteel_true=true - B:frameGtDuranium_true=true - B:frameGtElectrum_true=true - B:frameGtEpoxidFiberReinforced_true=true - B:frameGtEpoxid_true=true - B:frameGtEuropium_true=true - B:frameGtGalliumArsenide_true=true - B:frameGtGallium_true=true - B:frameGtGold_true=true - B:frameGtHSSE_true=true - B:frameGtHSSG_true=true - B:frameGtHSSS_true=true - B:frameGtIndiumGalliumPhosphide_true=true - B:frameGtIndium_true=true - B:frameGtInvar_true=true - B:frameGtIridium_true=true - B:frameGtIronMagnetic_true=true - B:frameGtIron_true=true - B:frameGtKanthal_true=true - B:frameGtLead_true=true - B:frameGtLithium_true=true - B:frameGtLutetium_true=true - B:frameGtMagnalium_true=true - B:frameGtMagnesium_true=true - B:frameGtManganese_true=true - B:frameGtMithril_true=true - B:frameGtMolybdenum_true=true - B:frameGtNaquadahAlloy_true=true - B:frameGtNaquadahEnriched_true=true - B:frameGtNaquadah_true=true - B:frameGtNaquadria_true=true - B:frameGtNeodymiumMagnetic_true=true - B:frameGtNeodymium_true=true - B:frameGtNeutronium_true=true - B:frameGtNichrome_true=true - B:frameGtNickelZincFerrite_true=true - B:frameGtNickel_true=true - B:frameGtNiobiumNitride_true=true - B:frameGtNiobiumTitanium_true=true - B:frameGtNiobium_true=true - B:frameGtOsmiridium_true=true - B:frameGtOsmium_true=true - B:frameGtPalladium_true=true - B:frameGtPigIron_true=true - B:frameGtPlastic_true=true - B:frameGtPlatinum_true=true - B:frameGtPlutonium241_true=true - B:frameGtPlutonium_true=true - B:frameGtPolycaprolactam_true=true - B:frameGtPolyphenyleneSulfide_true=true - B:frameGtPolystyrene_true=true - B:frameGtPolytetrafluoroethylene_true=true - B:frameGtPolyvinylChloride_true=true - B:frameGtPotassium_true=true - B:frameGtRedAlloy_true=true - B:frameGtRedSteel_true=true - B:frameGtRoseGold_true=true - B:frameGtRubber_true=true - B:frameGtSilicon_true=true - B:frameGtSilicone_true=true - B:frameGtSilver_true=true - B:frameGtSolderingAlloy_true=true - B:frameGtStainlessSteel_true=true - B:frameGtSteelMagnetic_true=true - B:frameGtSteel_true=true - B:frameGtSterlingSilver_true=true - B:frameGtStyreneButadieneRubber_true=true - B:frameGtTantalum_true=true - B:frameGtThorium_true=true - B:frameGtTinAlloy_true=true - B:frameGtTin_true=true - B:frameGtTitanium_true=true - B:frameGtTritanium_true=true - B:frameGtTungstenCarbide_true=true - B:frameGtTungstenSteel_true=true - B:frameGtTungsten_true=true - B:frameGtUltimet_true=true - B:frameGtUranium235_true=true - B:frameGtUranium_true=true - B:frameGtVanadiumGallium_true=true - B:frameGtVanadiumSteel_true=true - B:frameGtVanadium_true=true - B:frameGtWoodSealed_true=true - B:frameGtWood_true=true - B:frameGtWroughtIron_true=true - B:frameGtYttriumBariumCuprate_true=true - B:frameGtYttrium_true=true - B:frameGtZinc_true=true - B:gearGtAluminium_true=true - B:gearGtBronze_true=true - B:gearGtCobaltBrass_true=true - B:gearGtCopper_true=true - B:gearGtDiamond_true=true - B:gearGtGold_true=true - B:gearGtHSSE_true=true - B:gearGtHSSG_true=true - B:gearGtIron_true=true - B:gearGtNeutronium_true=true - B:gearGtSmallAluminium_true=true - B:gearGtSmallHSSE_true=true - B:gearGtSmallHSSG_true=true - B:gearGtSmallNeutronium_true=true - B:gearGtSmallStainlessSteel_true=true - B:gearGtSmallSteel_true=true - B:gearGtSmallTitanium_true=true - B:gearGtSmallTungstenSteel_true=true - B:gearGtStainlessSteel_true=true - B:gearGtSteel_true=true - B:gearGtStone_true=true - B:gearGtTin_true=true - B:gearGtTitanium_true=true - B:gearGtTungstenSteel_true=true - B:gearGtWood_true=true - B:gemAmethyst_true=true - B:gemApatite_true=true - B:gemBlueTopaz_true=true - B:gemCertusQuartz_true=true - B:gemCharcoal_true=true - B:gemChippedAmethyst_true=true - B:gemChippedBlueTopaz_true=true - B:gemChippedDiamond_true=true - B:gemChippedEmerald_true=true - B:gemChippedFoolsRuby_true=true - B:gemChippedGarnetRed_true=true - B:gemChippedGarnetYellow_true=true - B:gemChippedGlass_true=true - B:gemChippedGreenSapphire_true=true - B:gemChippedJasper_true=true - B:gemChippedOlivine_true=true - B:gemChippedOpal_true=true - B:gemChippedRuby_true=true - B:gemChippedSapphire_true=true - B:gemChippedTanzanite_true=true - B:gemChippedTopaz_true=true - B:gemCoal_true=true - B:gemDiamond_true=true - B:gemDilithium_true=true - B:gemEmerald_true=true - B:gemEnderEye_true=true - B:gemEnderPearl_true=true - B:gemExquisiteAmethyst_true=true - B:gemExquisiteBlueTopaz_true=true - B:gemExquisiteDiamond_true=true - B:gemExquisiteEmerald_true=true - B:gemExquisiteFoolsRuby_true=true - B:gemExquisiteGarnetRed_true=true - B:gemExquisiteGarnetYellow_true=true - B:gemExquisiteGlass_true=true - B:gemExquisiteGreenSapphire_true=true - B:gemExquisiteJasper_true=true - B:gemExquisiteOlivine_true=true - B:gemExquisiteOpal_true=true - B:gemExquisiteRuby_true=true - B:gemExquisiteSapphire_true=true - B:gemExquisiteTanzanite_true=true - B:gemExquisiteTopaz_true=true - B:gemFlawedAmethyst_true=true - B:gemFlawedBlueTopaz_true=true - B:gemFlawedDiamond_true=true - B:gemFlawedEmerald_true=true - B:gemFlawedFoolsRuby_true=true - B:gemFlawedGarnetRed_true=true - B:gemFlawedGarnetYellow_true=true - B:gemFlawedGlass_true=true - B:gemFlawedGreenSapphire_true=true - B:gemFlawedJasper_true=true - B:gemFlawedOlivine_true=true - B:gemFlawedOpal_true=true - B:gemFlawedRuby_true=true - B:gemFlawedSapphire_true=true - B:gemFlawedTanzanite_true=true - B:gemFlawedTopaz_true=true - B:gemFlawlessAmethyst_true=true - B:gemFlawlessBlueTopaz_true=true - B:gemFlawlessDiamond_true=true - B:gemFlawlessEmerald_true=true - B:gemFlawlessFoolsRuby_true=true - B:gemFlawlessGarnetRed_true=true - B:gemFlawlessGarnetYellow_true=true - B:gemFlawlessGlass_true=true - B:gemFlawlessGreenSapphire_true=true - B:gemFlawlessJasper_true=true - B:gemFlawlessOlivine_true=true - B:gemFlawlessOpal_true=true - B:gemFlawlessRuby_true=true - B:gemFlawlessSapphire_true=true - B:gemFlawlessTanzanite_true=true - B:gemFlawlessTopaz_true=true - B:gemFoolsRuby_true=true - B:gemForcicium_true=true - B:gemForcillium_true=true - B:gemGarnetRed_true=true - B:gemGarnetYellow_true=true - B:gemGlass_true=true - B:gemGreenSapphire_true=true - B:gemIridium_true=true - B:gemJasper_true=true - B:gemLapis_true=true - B:gemLazurite_true=true - B:gemLignite_true=true - B:gemMonazite_true=true - B:gemNetherQuartz_true=true - B:gemNetherStar_true=true - B:gemNiter_true=true - B:gemOlivine_true=true - B:gemOpal_true=true - B:gemPhosphorus_true=true - B:gemQuartzite_true=true - B:gemRuby_true=true - B:gemSapphire_true=true - B:gemSodalite_true=true - B:gemTanzanite_true=true - B:gemTopaz_true=true - B:gt.blockcasings.0_true=true - B:gt.blockcasings.10_true=true - B:gt.blockcasings.11_true=true - B:gt.blockcasings.1_true=true - B:gt.blockcasings.2_true=true - B:gt.blockcasings.3_true=true - B:gt.blockcasings.4_true=true - B:gt.blockcasings.5_true=true - B:gt.blockcasings.6_true=true - B:gt.blockcasings.7_true=true - B:gt.blockcasings.8_true=true - B:gt.blockcasings.9_true=true - B:gt.blockcasings2.0_true=true - B:gt.blockcasings2.12_true=true - B:gt.blockcasings2.13_true=true - B:gt.blockcasings2.14_true=true - B:gt.blockcasings2.15_true=true - B:gt.blockcasings2.1_true=true - B:gt.blockcasings2.2_true=true - B:gt.blockcasings2.3_true=true - B:gt.blockcasings2.4_true=true - B:gt.blockcasings2.5_true=true - B:gt.blockcasings2.9_true=true - B:gt.blockcasings3.0_true=true - B:gt.blockcasings3.10_true=true - B:gt.blockcasings3.11_true=true - B:gt.blockcasings3.13_true=true - B:gt.blockcasings3.14_true=true - B:gt.blockcasings3.15_true=true - B:gt.blockcasings3.1_true=true - B:gt.blockcasings3.2_true=true - B:gt.blockcasings3.3_true=true - B:gt.blockcasings3.4_true=true - B:gt.blockcasings3.5_true=true - B:gt.blockcasings3.6_true=true - B:gt.blockcasings3.7_true=true - B:gt.blockcasings3.8_true=true - B:gt.blockcasings3.9_true=true - B:gt.blockcasings4.0_true=true - B:gt.blockcasings4.10_true=true - B:gt.blockcasings4.11_true=true - B:gt.blockcasings4.12_true=true - B:gt.blockcasings4.13_true=true - B:gt.blockcasings4.14_true=true - B:gt.blockcasings4.15_true=true - B:gt.blockcasings4.1_true=true - B:gt.blockcasings4.2_true=true - B:gt.blockcasings4.3_true=true - B:gt.blockcasings4.6_true=true - B:gt.blockcasings4.7_true=true - B:gt.blockcasings4.8_true=true - B:gt.blockcasings4.9_true=true - B:gt.blockcasings5.0_true=true - B:gt.blockcasings5.1_true=true - B:gt.blockcasings5.2_true=true - B:gt.blockcasings5.3_true=true - B:gt.blockcasings5.4_true=true - B:gt.blockcasings5.5_true=true - B:gt.blockcasings5.6_true=true - B:gt.blockcasings8.1_true=true - B:gt.blockconcretes.0_true=true - B:gt.blockconcretes.10_true=true - B:gt.blockconcretes.11_true=true - B:gt.blockconcretes.12_true=true - B:gt.blockconcretes.13_true=true - B:gt.blockconcretes.14_true=true - B:gt.blockconcretes.15_true=true - B:gt.blockconcretes.1_true=true - B:gt.blockconcretes.2_true=true - B:gt.blockconcretes.3_true=true - B:gt.blockconcretes.4_true=true - B:gt.blockconcretes.5_true=true - B:gt.blockconcretes.6_true=true - B:gt.blockconcretes.7_true=true - B:gt.blockconcretes.8_true=true - B:gt.blockconcretes.9_true=true - B:gt.blockgranites.0_true=true - B:gt.blockgranites.10_true=true - B:gt.blockgranites.11_true=true - B:gt.blockgranites.12_true=true - B:gt.blockgranites.13_true=true - B:gt.blockgranites.14_true=true - B:gt.blockgranites.15_true=true - B:gt.blockgranites.1_true=true - B:gt.blockgranites.2_true=true - B:gt.blockgranites.3_true=true - B:gt.blockgranites.4_true=true - B:gt.blockgranites.5_true=true - B:gt.blockgranites.6_true=true - B:gt.blockgranites.7_true=true - B:gt.blockgranites.8_true=true - B:gt.blockgranites.9_true=true - B:gt.blockmachines.automation.chestbuffer.tier.00_true=true - B:gt.blockmachines.automation.chestbuffer.tier.01_true=true - B:gt.blockmachines.automation.chestbuffer.tier.02_true=true - B:gt.blockmachines.automation.chestbuffer.tier.03_true=true - B:gt.blockmachines.automation.chestbuffer.tier.04_true=true - B:gt.blockmachines.automation.chestbuffer.tier.05_true=true - B:gt.blockmachines.automation.chestbuffer.tier.06_true=true - B:gt.blockmachines.automation.chestbuffer.tier.07_true=true - B:gt.blockmachines.automation.chestbuffer.tier.08_true=true - B:gt.blockmachines.automation.chestbuffer.tier.09_true=true - B:gt.blockmachines.automation.filter.tier.00_true=true - B:gt.blockmachines.automation.filter.tier.01_true=true - B:gt.blockmachines.automation.filter.tier.02_true=true - B:gt.blockmachines.automation.filter.tier.03_true=true - B:gt.blockmachines.automation.filter.tier.04_true=true - B:gt.blockmachines.automation.filter.tier.05_true=true - B:gt.blockmachines.automation.filter.tier.06_true=true - B:gt.blockmachines.automation.filter.tier.07_true=true - B:gt.blockmachines.automation.filter.tier.08_true=true - B:gt.blockmachines.automation.filter.tier.09_true=true - B:gt.blockmachines.automation.itemdistributor.tier.00_true=true - B:gt.blockmachines.automation.itemdistributor.tier.01_true=true - B:gt.blockmachines.automation.itemdistributor.tier.02_true=true - B:gt.blockmachines.automation.itemdistributor.tier.03_true=true - B:gt.blockmachines.automation.itemdistributor.tier.04_true=true - B:gt.blockmachines.automation.itemdistributor.tier.05_true=true - B:gt.blockmachines.automation.itemdistributor.tier.06_true=true - B:gt.blockmachines.automation.itemdistributor.tier.07_true=true - B:gt.blockmachines.automation.itemdistributor.tier.08_true=true - B:gt.blockmachines.automation.itemdistributor.tier.09_true=true - B:gt.blockmachines.automation.regulator.tier.00_true=true - B:gt.blockmachines.automation.regulator.tier.01_true=true - B:gt.blockmachines.automation.regulator.tier.02_true=true - B:gt.blockmachines.automation.regulator.tier.03_true=true - B:gt.blockmachines.automation.regulator.tier.04_true=true - B:gt.blockmachines.automation.regulator.tier.05_true=true - B:gt.blockmachines.automation.regulator.tier.06_true=true - B:gt.blockmachines.automation.regulator.tier.07_true=true - B:gt.blockmachines.automation.regulator.tier.08_true=true - B:gt.blockmachines.automation.regulator.tier.09_true=true - B:gt.blockmachines.automation.superbuffer.tier.00_true=true - B:gt.blockmachines.automation.superbuffer.tier.01_true=true - B:gt.blockmachines.automation.superbuffer.tier.02_true=true - B:gt.blockmachines.automation.superbuffer.tier.03_true=true - B:gt.blockmachines.automation.superbuffer.tier.04_true=true - B:gt.blockmachines.automation.superbuffer.tier.05_true=true - B:gt.blockmachines.automation.superbuffer.tier.06_true=true - B:gt.blockmachines.automation.superbuffer.tier.07_true=true - B:gt.blockmachines.automation.superbuffer.tier.08_true=true - B:gt.blockmachines.automation.superbuffer.tier.09_true=true - B:gt.blockmachines.automation.typefilter.tier.00_true=true - B:gt.blockmachines.automation.typefilter.tier.01_true=true - B:gt.blockmachines.automation.typefilter.tier.02_true=true - B:gt.blockmachines.automation.typefilter.tier.03_true=true - B:gt.blockmachines.automation.typefilter.tier.04_true=true - B:gt.blockmachines.automation.typefilter.tier.05_true=true - B:gt.blockmachines.automation.typefilter.tier.06_true=true - B:gt.blockmachines.automation.typefilter.tier.07_true=true - B:gt.blockmachines.automation.typefilter.tier.08_true=true - B:gt.blockmachines.automation.typefilter.tier.09_true=true - B:gt.blockmachines.basicgenerator.diesel.tier.01_true=true - B:gt.blockmachines.basicgenerator.diesel.tier.02_true=true - B:gt.blockmachines.basicgenerator.diesel.tier.03_true=true - B:gt.blockmachines.basicgenerator.gasturbine.tier.01_true=true - B:gt.blockmachines.basicgenerator.gasturbine.tier.02_true=true - B:gt.blockmachines.basicgenerator.gasturbine.tier.03_true=true - B:gt.blockmachines.basicgenerator.lightningrod.03_true=true - B:gt.blockmachines.basicgenerator.lightningrod.04_true=true - B:gt.blockmachines.basicgenerator.lightningrod.05_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.01_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.02_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.03_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.04_true=true - B:gt.blockmachines.basicgenerator.magicenergyconverter.tier.01_true=true - B:gt.blockmachines.basicgenerator.magicenergyconverter.tier.02_true=true - B:gt.blockmachines.basicgenerator.magicenergyconverter.tier.03_true=true - B:gt.blockmachines.basicgenerator.naquadah.tier.04_true=true - B:gt.blockmachines.basicgenerator.naquadah.tier.05_true=true - B:gt.blockmachines.basicgenerator.naquadah.tier.06_true=true - B:gt.blockmachines.basicgenerator.plasmagenerator.tier.05_true=true - B:gt.blockmachines.basicgenerator.plasmagenerator.tier.06_true=true - B:gt.blockmachines.basicgenerator.plasmagenerator.tier.07_true=true - B:gt.blockmachines.basicgenerator.steamturbine.tier.01_true=true - B:gt.blockmachines.basicgenerator.steamturbine.tier.02_true=true - B:gt.blockmachines.basicgenerator.steamturbine.tier.03_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.01_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.02_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.03_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.04_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.05_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.06_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.07_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.08_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.01_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.02_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.03_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.04_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.05_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.06_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.07_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.08_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.01_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.02_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.03_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.04_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.05_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.06_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.07_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.08_true=true - B:gt.blockmachines.basicmachine.assembler.tier.01_true=true - B:gt.blockmachines.basicmachine.assembler.tier.02_true=true - B:gt.blockmachines.basicmachine.assembler.tier.03_true=true - B:gt.blockmachines.basicmachine.assembler.tier.04_true=true - B:gt.blockmachines.basicmachine.assembler.tier.05_true=true - B:gt.blockmachines.basicmachine.assembler.tier.06_true=true - B:gt.blockmachines.basicmachine.assembler.tier.07_true=true - B:gt.blockmachines.basicmachine.assembler.tier.08_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.01_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.02_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.03_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.04_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.05_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.06_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.07_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.08_true=true - B:gt.blockmachines.basicmachine.bender.tier.01_true=true - B:gt.blockmachines.basicmachine.bender.tier.02_true=true - B:gt.blockmachines.basicmachine.bender.tier.03_true=true - B:gt.blockmachines.basicmachine.bender.tier.04_true=true - B:gt.blockmachines.basicmachine.bender.tier.05_true=true - B:gt.blockmachines.basicmachine.bender.tier.06_true=true - B:gt.blockmachines.basicmachine.bender.tier.07_true=true - B:gt.blockmachines.basicmachine.bender.tier.08_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.01_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.02_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.03_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.04_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.05_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.06_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.07_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.08_true=true - B:gt.blockmachines.basicmachine.brewery.tier.01_true=true - B:gt.blockmachines.basicmachine.brewery.tier.02_true=true - B:gt.blockmachines.basicmachine.brewery.tier.03_true=true - B:gt.blockmachines.basicmachine.brewery.tier.04_true=true - B:gt.blockmachines.basicmachine.brewery.tier.05_true=true - B:gt.blockmachines.basicmachine.brewery.tier.06_true=true - B:gt.blockmachines.basicmachine.brewery.tier.07_true=true - B:gt.blockmachines.basicmachine.brewery.tier.08_true=true - B:gt.blockmachines.basicmachine.canner.tier.01_true=true - B:gt.blockmachines.basicmachine.canner.tier.02_true=true - B:gt.blockmachines.basicmachine.canner.tier.03_true=true - B:gt.blockmachines.basicmachine.canner.tier.04_true=true - B:gt.blockmachines.basicmachine.canner.tier.05_true=true - B:gt.blockmachines.basicmachine.canner.tier.06_true=true - B:gt.blockmachines.basicmachine.canner.tier.07_true=true - B:gt.blockmachines.basicmachine.canner.tier.08_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.01_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.02_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.03_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.04_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.05_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.06_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.07_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.08_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.01_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.02_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.03_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.04_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.05_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.06_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.07_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.08_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.01_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.02_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.03_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.04_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.05_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.06_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.07_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.08_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.01_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.02_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.03_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.04_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.05_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.06_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.07_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.08_true=true - B:gt.blockmachines.basicmachine.compressor.tier.01_true=true - B:gt.blockmachines.basicmachine.compressor.tier.02_true=true - B:gt.blockmachines.basicmachine.compressor.tier.03_true=true - B:gt.blockmachines.basicmachine.compressor.tier.04_true=true - B:gt.blockmachines.basicmachine.compressor.tier.05_true=true - B:gt.blockmachines.basicmachine.compressor.tier.06_true=true - B:gt.blockmachines.basicmachine.compressor.tier.07_true=true - B:gt.blockmachines.basicmachine.compressor.tier.08_true=true - B:gt.blockmachines.basicmachine.cutter.tier.01_true=true - B:gt.blockmachines.basicmachine.cutter.tier.02_true=true - B:gt.blockmachines.basicmachine.cutter.tier.03_true=true - B:gt.blockmachines.basicmachine.cutter.tier.04_true=true - B:gt.blockmachines.basicmachine.cutter.tier.05_true=true - B:gt.blockmachines.basicmachine.cutter.tier.06_true=true - B:gt.blockmachines.basicmachine.cutter.tier.07_true=true - B:gt.blockmachines.basicmachine.cutter.tier.08_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.01_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.02_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.03_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.04_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.05_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.06_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.07_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.08_true=true - B:gt.blockmachines.basicmachine.distillery.tier.01_true=true - B:gt.blockmachines.basicmachine.distillery.tier.02_true=true - B:gt.blockmachines.basicmachine.distillery.tier.03_true=true - B:gt.blockmachines.basicmachine.distillery.tier.04_true=true - B:gt.blockmachines.basicmachine.distillery.tier.05_true=true - B:gt.blockmachines.basicmachine.distillery.tier.06_true=true - B:gt.blockmachines.basicmachine.distillery.tier.07_true=true - B:gt.blockmachines.basicmachine.distillery.tier.08_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.01_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.02_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.03_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.04_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.05_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.06_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.07_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.08_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.01_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.02_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.03_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.04_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.05_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.06_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.07_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.08_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.01_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.02_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.03_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.04_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.05_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.06_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.07_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.08_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.01_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.02_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.03_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.04_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.05_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.06_true=true - B:gt.blockmachines.basicmachine.extractor.tier.01_true=true - B:gt.blockmachines.basicmachine.extractor.tier.02_true=true - B:gt.blockmachines.basicmachine.extractor.tier.03_true=true - B:gt.blockmachines.basicmachine.extractor.tier.04_true=true - B:gt.blockmachines.basicmachine.extractor.tier.05_true=true - B:gt.blockmachines.basicmachine.extractor.tier.06_true=true - B:gt.blockmachines.basicmachine.extractor.tier.07_true=true - B:gt.blockmachines.basicmachine.extractor.tier.08_true=true - B:gt.blockmachines.basicmachine.extruder.tier.01_true=true - B:gt.blockmachines.basicmachine.extruder.tier.02_true=true - B:gt.blockmachines.basicmachine.extruder.tier.03_true=true - B:gt.blockmachines.basicmachine.extruder.tier.04_true=true - B:gt.blockmachines.basicmachine.extruder.tier.05_true=true - B:gt.blockmachines.basicmachine.extruder.tier.06_true=true - B:gt.blockmachines.basicmachine.extruder.tier.07_true=true - B:gt.blockmachines.basicmachine.extruder.tier.08_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.01_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.02_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.03_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.04_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.05_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.06_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.07_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.08_true=true - B:gt.blockmachines.basicmachine.hammer.tier.01_true=true - B:gt.blockmachines.basicmachine.hammer.tier.02_true=true - B:gt.blockmachines.basicmachine.hammer.tier.03_true=true - B:gt.blockmachines.basicmachine.hammer.tier.04_true=true - B:gt.blockmachines.basicmachine.hammer.tier.05_true=true - B:gt.blockmachines.basicmachine.hammer.tier.06_true=true - B:gt.blockmachines.basicmachine.hammer.tier.07_true=true - B:gt.blockmachines.basicmachine.hammer.tier.08_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.01_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.02_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.03_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.04_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.05_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.06_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.07_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.08_true=true - B:gt.blockmachines.basicmachine.lathe.tier.01_true=true - B:gt.blockmachines.basicmachine.lathe.tier.02_true=true - B:gt.blockmachines.basicmachine.lathe.tier.03_true=true - B:gt.blockmachines.basicmachine.lathe.tier.04_true=true - B:gt.blockmachines.basicmachine.lathe.tier.05_true=true - B:gt.blockmachines.basicmachine.lathe.tier.06_true=true - B:gt.blockmachines.basicmachine.lathe.tier.07_true=true - B:gt.blockmachines.basicmachine.lathe.tier.08_true=true - B:gt.blockmachines.basicmachine.macerator.tier.01_true=true - B:gt.blockmachines.basicmachine.macerator.tier.02_true=true - B:gt.blockmachines.basicmachine.macerator.tier.03_true=true - B:gt.blockmachines.basicmachine.macerator.tier.04_true=true - B:gt.blockmachines.basicmachine.macerator.tier.05_true=true - B:gt.blockmachines.basicmachine.macerator.tier.06_true=true - B:gt.blockmachines.basicmachine.macerator.tier.07_true=true - B:gt.blockmachines.basicmachine.macerator.tier.08_true=true - B:gt.blockmachines.basicmachine.massfab.tier.01_true=true - B:gt.blockmachines.basicmachine.massfab.tier.02_true=true - B:gt.blockmachines.basicmachine.massfab.tier.03_true=true - B:gt.blockmachines.basicmachine.massfab.tier.04_true=true - B:gt.blockmachines.basicmachine.massfab.tier.05_true=true - B:gt.blockmachines.basicmachine.massfab.tier.06_true=true - B:gt.blockmachines.basicmachine.massfab.tier.07_true=true - B:gt.blockmachines.basicmachine.massfab.tier.08_true=true - B:gt.blockmachines.basicmachine.microtransmitter.03_true=true - B:gt.blockmachines.basicmachine.microtransmitter.04_true=true - B:gt.blockmachines.basicmachine.microtransmitter.05_true=true - B:gt.blockmachines.basicmachine.microtransmitter.06_true=true - B:gt.blockmachines.basicmachine.microtransmitter.07_true=true - B:gt.blockmachines.basicmachine.microwave.tier.01_true=true - B:gt.blockmachines.basicmachine.microwave.tier.02_true=true - B:gt.blockmachines.basicmachine.microwave.tier.03_true=true - B:gt.blockmachines.basicmachine.microwave.tier.04_true=true - B:gt.blockmachines.basicmachine.microwave.tier.05_true=true - B:gt.blockmachines.basicmachine.microwave.tier.06_true=true - B:gt.blockmachines.basicmachine.microwave.tier.07_true=true - B:gt.blockmachines.basicmachine.microwave.tier.08_true=true - B:gt.blockmachines.basicmachine.miner.tier.01_true=true - B:gt.blockmachines.basicmachine.miner.tier.02_true=true - B:gt.blockmachines.basicmachine.mixer.tier.01_true=true - B:gt.blockmachines.basicmachine.mixer.tier.02_true=true - B:gt.blockmachines.basicmachine.mixer.tier.03_true=true - B:gt.blockmachines.basicmachine.mixer.tier.04_true=true - B:gt.blockmachines.basicmachine.mixer.tier.05_true=true - B:gt.blockmachines.basicmachine.mixer.tier.06_true=true - B:gt.blockmachines.basicmachine.mixer.tier.07_true=true - B:gt.blockmachines.basicmachine.mixer.tier.08_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.01_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.02_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.03_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.04_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.05_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.06_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.07_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.08_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.01_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.02_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.03_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.04_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.05_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.06_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.07_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.08_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.01_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.02_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.03_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.04_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.05_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.06_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.07_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.08_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.01_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.02_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.03_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.04_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.05_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.06_true=true - B:gt.blockmachines.basicmachine.press.tier.01_true=true - B:gt.blockmachines.basicmachine.press.tier.02_true=true - B:gt.blockmachines.basicmachine.press.tier.03_true=true - B:gt.blockmachines.basicmachine.press.tier.04_true=true - B:gt.blockmachines.basicmachine.press.tier.05_true=true - B:gt.blockmachines.basicmachine.press.tier.06_true=true - B:gt.blockmachines.basicmachine.press.tier.07_true=true - B:gt.blockmachines.basicmachine.press.tier.08_true=true - B:gt.blockmachines.basicmachine.printer.tier.01_true=true - B:gt.blockmachines.basicmachine.printer.tier.02_true=true - B:gt.blockmachines.basicmachine.printer.tier.03_true=true - B:gt.blockmachines.basicmachine.printer.tier.04_true=true - B:gt.blockmachines.basicmachine.printer.tier.05_true=true - B:gt.blockmachines.basicmachine.printer.tier.06_true=true - B:gt.blockmachines.basicmachine.printer.tier.07_true=true - B:gt.blockmachines.basicmachine.printer.tier.08_true=true - B:gt.blockmachines.basicmachine.pump.tier.01_true=true - B:gt.blockmachines.basicmachine.pump.tier.02_true=true - B:gt.blockmachines.basicmachine.pump.tier.03_true=true - B:gt.blockmachines.basicmachine.pump.tier.04_true=true - B:gt.blockmachines.basicmachine.pump.tier.05_true=true - B:gt.blockmachines.basicmachine.recycler.tier.01_true=true - B:gt.blockmachines.basicmachine.recycler.tier.02_true=true - B:gt.blockmachines.basicmachine.recycler.tier.03_true=true - B:gt.blockmachines.basicmachine.recycler.tier.04_true=true - B:gt.blockmachines.basicmachine.recycler.tier.05_true=true - B:gt.blockmachines.basicmachine.recycler.tier.06_true=true - B:gt.blockmachines.basicmachine.recycler.tier.07_true=true - B:gt.blockmachines.basicmachine.recycler.tier.08_true=true - B:gt.blockmachines.basicmachine.replicator.tier.01_true=true - B:gt.blockmachines.basicmachine.replicator.tier.02_true=true - B:gt.blockmachines.basicmachine.replicator.tier.03_true=true - B:gt.blockmachines.basicmachine.replicator.tier.04_true=true - B:gt.blockmachines.basicmachine.replicator.tier.05_true=true - B:gt.blockmachines.basicmachine.replicator.tier.06_true=true - B:gt.blockmachines.basicmachine.replicator.tier.07_true=true - B:gt.blockmachines.basicmachine.replicator.tier.08_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.01_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.02_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.03_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.04_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.05_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.06_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.07_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.08_true=true - B:gt.blockmachines.basicmachine.scanner.tier.01_true=true - B:gt.blockmachines.basicmachine.scanner.tier.02_true=true - B:gt.blockmachines.basicmachine.scanner.tier.03_true=true - B:gt.blockmachines.basicmachine.scanner.tier.04_true=true - B:gt.blockmachines.basicmachine.scanner.tier.05_true=true - B:gt.blockmachines.basicmachine.scanner.tier.06_true=true - B:gt.blockmachines.basicmachine.scanner.tier.07_true=true - B:gt.blockmachines.basicmachine.scanner.tier.08_true=true - B:gt.blockmachines.basicmachine.seismicprospector.3_true=true - B:gt.blockmachines.basicmachine.seismicprospector_true=true - B:gt.blockmachines.basicmachine.sifter.tier.01_true=true - B:gt.blockmachines.basicmachine.sifter.tier.02_true=true - B:gt.blockmachines.basicmachine.sifter.tier.03_true=true - B:gt.blockmachines.basicmachine.sifter.tier.04_true=true - B:gt.blockmachines.basicmachine.sifter.tier.05_true=true - B:gt.blockmachines.basicmachine.sifter.tier.06_true=true - B:gt.blockmachines.basicmachine.sifter.tier.07_true=true - B:gt.blockmachines.basicmachine.sifter.tier.08_true=true - B:gt.blockmachines.basicmachine.slicer.tier.01_true=true - B:gt.blockmachines.basicmachine.slicer.tier.02_true=true - B:gt.blockmachines.basicmachine.slicer.tier.03_true=true - B:gt.blockmachines.basicmachine.slicer.tier.04_true=true - B:gt.blockmachines.basicmachine.slicer.tier.05_true=true - B:gt.blockmachines.basicmachine.slicer.tier.06_true=true - B:gt.blockmachines.basicmachine.slicer.tier.07_true=true - B:gt.blockmachines.basicmachine.slicer.tier.08_true=true - B:gt.blockmachines.basicmachine.teleporter_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.01_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.02_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.03_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.04_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.05_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.06_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.07_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.08_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.01_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.02_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.03_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.04_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.05_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.06_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.07_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.08_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.01_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.02_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.03_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.04_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.05_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.06_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.07_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.08_true=true - B:gt.blockmachines.batterybuffer.01.tier.00_true=true - B:gt.blockmachines.batterybuffer.01.tier.01_true=true - B:gt.blockmachines.batterybuffer.01.tier.02_true=true - B:gt.blockmachines.batterybuffer.01.tier.03_true=true - B:gt.blockmachines.batterybuffer.01.tier.04_true=true - B:gt.blockmachines.batterybuffer.01.tier.05_true=true - B:gt.blockmachines.batterybuffer.01.tier.06_true=true - B:gt.blockmachines.batterybuffer.01.tier.07_true=true - B:gt.blockmachines.batterybuffer.01.tier.08_true=true - B:gt.blockmachines.batterybuffer.01.tier.09_true=true - B:gt.blockmachines.batterybuffer.04.tier.00_true=true - B:gt.blockmachines.batterybuffer.04.tier.01_true=true - B:gt.blockmachines.batterybuffer.04.tier.02_true=true - B:gt.blockmachines.batterybuffer.04.tier.03_true=true - B:gt.blockmachines.batterybuffer.04.tier.04_true=true - B:gt.blockmachines.batterybuffer.04.tier.05_true=true - B:gt.blockmachines.batterybuffer.04.tier.06_true=true - B:gt.blockmachines.batterybuffer.04.tier.07_true=true - B:gt.blockmachines.batterybuffer.04.tier.08_true=true - B:gt.blockmachines.batterybuffer.09.tier.00_true=true - B:gt.blockmachines.batterybuffer.09.tier.01_true=true - B:gt.blockmachines.batterybuffer.09.tier.02_true=true - B:gt.blockmachines.batterybuffer.09.tier.03_true=true - B:gt.blockmachines.batterybuffer.09.tier.04_true=true - B:gt.blockmachines.batterybuffer.09.tier.05_true=true - B:gt.blockmachines.batterybuffer.09.tier.06_true=true - B:gt.blockmachines.batterybuffer.09.tier.07_true=true - B:gt.blockmachines.batterybuffer.09.tier.08_true=true - B:gt.blockmachines.batterybuffer.16.tier.00_true=true - B:gt.blockmachines.batterybuffer.16.tier.01_true=true - B:gt.blockmachines.batterybuffer.16.tier.02_true=true - B:gt.blockmachines.batterybuffer.16.tier.03_true=true - B:gt.blockmachines.batterybuffer.16.tier.04_true=true - B:gt.blockmachines.batterybuffer.16.tier.05_true=true - B:gt.blockmachines.batterybuffer.16.tier.06_true=true - B:gt.blockmachines.batterybuffer.16.tier.07_true=true - B:gt.blockmachines.batterybuffer.16.tier.08_true=true - B:gt.blockmachines.batterycharger.16.tier.00_true=true - B:gt.blockmachines.batterycharger.16.tier.01_true=true - B:gt.blockmachines.batterycharger.16.tier.02_true=true - B:gt.blockmachines.batterycharger.16.tier.03_true=true - B:gt.blockmachines.batterycharger.16.tier.04_true=true - B:gt.blockmachines.batterycharger.16.tier.05_true=true - B:gt.blockmachines.batterycharger.16.tier.06_true=true - B:gt.blockmachines.batterycharger.16.tier.07_true=true - B:gt.blockmachines.batterycharger.16.tier.08_true=true - B:gt.blockmachines.boiler.bronze_true=true - B:gt.blockmachines.boiler.lava_true=true - B:gt.blockmachines.boiler.solar_true=true - B:gt.blockmachines.boiler.steel_true=true - B:gt.blockmachines.bronzemachine.alloysmelter_true=true - B:gt.blockmachines.bronzemachine.blastfurnace_true=true - B:gt.blockmachines.bronzemachine.compressor_true=true - B:gt.blockmachines.bronzemachine.extractor_true=true - B:gt.blockmachines.bronzemachine.furnace_true=true - B:gt.blockmachines.bronzemachine.hammer_true=true - B:gt.blockmachines.bronzemachine.macerator_true=true - B:gt.blockmachines.gt_pipe_plasmacontain_true=true - B:gt.blockmachines.hatch.dataaccess.adv_true=true - B:gt.blockmachines.hatch.dataaccess_true=true - B:gt.blockmachines.hatch.dynamo.tier.00_true=true - B:gt.blockmachines.hatch.dynamo.tier.01_true=true - B:gt.blockmachines.hatch.dynamo.tier.02_true=true - B:gt.blockmachines.hatch.dynamo.tier.03_true=true - B:gt.blockmachines.hatch.dynamo.tier.04_true=true - B:gt.blockmachines.hatch.dynamo.tier.05_true=true - B:gt.blockmachines.hatch.dynamo.tier.06_true=true - B:gt.blockmachines.hatch.dynamo.tier.07_true=true - B:gt.blockmachines.hatch.dynamo.tier.08_true=true - B:gt.blockmachines.hatch.dynamo.tier.09_true=true - B:gt.blockmachines.hatch.energy.tier.00_true=true - B:gt.blockmachines.hatch.energy.tier.01_true=true - B:gt.blockmachines.hatch.energy.tier.02_true=true - B:gt.blockmachines.hatch.energy.tier.03_true=true - B:gt.blockmachines.hatch.energy.tier.04_true=true - B:gt.blockmachines.hatch.energy.tier.05_true=true - B:gt.blockmachines.hatch.energy.tier.06_true=true - B:gt.blockmachines.hatch.energy.tier.07_true=true - B:gt.blockmachines.hatch.energy.tier.08_true=true - B:gt.blockmachines.hatch.energy.tier.09_true=true - B:gt.blockmachines.hatch.input.tier.00_true=true - B:gt.blockmachines.hatch.input.tier.01_true=true - B:gt.blockmachines.hatch.input.tier.02_true=true - B:gt.blockmachines.hatch.input.tier.03_true=true - B:gt.blockmachines.hatch.input.tier.04_true=true - B:gt.blockmachines.hatch.input.tier.05_true=true - B:gt.blockmachines.hatch.input.tier.06_true=true - B:gt.blockmachines.hatch.input.tier.07_true=true - B:gt.blockmachines.hatch.input.tier.08_true=true - B:gt.blockmachines.hatch.input.tier.09_true=true - B:gt.blockmachines.hatch.input_bus.tier.00_true=true - B:gt.blockmachines.hatch.input_bus.tier.01_true=true - B:gt.blockmachines.hatch.input_bus.tier.02_true=true - B:gt.blockmachines.hatch.input_bus.tier.03_true=true - B:gt.blockmachines.hatch.input_bus.tier.04_true=true - B:gt.blockmachines.hatch.input_bus.tier.05_true=true - B:gt.blockmachines.hatch.input_bus.tier.06_true=true - B:gt.blockmachines.hatch.input_bus.tier.07_true=true - B:gt.blockmachines.hatch.input_bus.tier.08_true=true - B:gt.blockmachines.hatch.input_bus.tier.09_true=true - B:gt.blockmachines.hatch.maintenance.auto_true=true - B:gt.blockmachines.hatch.maintenance_true=true - B:gt.blockmachines.hatch.muffler.tier.01_true=true - B:gt.blockmachines.hatch.muffler.tier.02_true=true - B:gt.blockmachines.hatch.muffler.tier.03_true=true - B:gt.blockmachines.hatch.muffler.tier.04_true=true - B:gt.blockmachines.hatch.muffler.tier.05_true=true - B:gt.blockmachines.hatch.muffler.tier.06_true=true - B:gt.blockmachines.hatch.muffler.tier.07_true=true - B:gt.blockmachines.hatch.muffler.tier.08_true=true - B:gt.blockmachines.hatch.muffler.tier.09_true=true - B:gt.blockmachines.hatch.output.tier.00_true=true - B:gt.blockmachines.hatch.output.tier.01_true=true - B:gt.blockmachines.hatch.output.tier.02_true=true - B:gt.blockmachines.hatch.output.tier.03_true=true - B:gt.blockmachines.hatch.output.tier.04_true=true - B:gt.blockmachines.hatch.output.tier.05_true=true - B:gt.blockmachines.hatch.output.tier.06_true=true - B:gt.blockmachines.hatch.output.tier.07_true=true - B:gt.blockmachines.hatch.output.tier.08_true=true - B:gt.blockmachines.hatch.output.tier.09_true=true - B:gt.blockmachines.hatch.output_bus.tier.00_true=true - B:gt.blockmachines.hatch.output_bus.tier.01_true=true - B:gt.blockmachines.hatch.output_bus.tier.02_true=true - B:gt.blockmachines.hatch.output_bus.tier.03_true=true - B:gt.blockmachines.hatch.output_bus.tier.04_true=true - B:gt.blockmachines.hatch.output_bus.tier.05_true=true - B:gt.blockmachines.hatch.output_bus.tier.06_true=true - B:gt.blockmachines.hatch.output_bus.tier.07_true=true - B:gt.blockmachines.hatch.output_bus.tier.08_true=true - B:gt.blockmachines.hatch.output_bus.tier.09_true=true - B:gt.blockmachines.hull.bronze_bricked_true=true - B:gt.blockmachines.hull.bronze_true=true - B:gt.blockmachines.hull.steel_bricked_true=true - B:gt.blockmachines.hull.steel_true=true - B:gt.blockmachines.hull.tier.00_true=true - B:gt.blockmachines.hull.tier.01_true=true - B:gt.blockmachines.hull.tier.02_true=true - B:gt.blockmachines.hull.tier.03_true=true - B:gt.blockmachines.hull.tier.04_true=true - B:gt.blockmachines.hull.tier.05_true=true - B:gt.blockmachines.hull.tier.06_true=true - B:gt.blockmachines.hull.tier.07_true=true - B:gt.blockmachines.hull.tier.08_true=true - B:gt.blockmachines.hull.tier.09_true=true - B:gt.blockmachines.locker.tier.00_true=true - B:gt.blockmachines.locker.tier.01_true=true - B:gt.blockmachines.locker.tier.02_true=true - B:gt.blockmachines.locker.tier.03_true=true - B:gt.blockmachines.locker.tier.04_true=true - B:gt.blockmachines.locker.tier.05_true=true - B:gt.blockmachines.locker.tier.06_true=true - B:gt.blockmachines.locker.tier.07_true=true - B:gt.blockmachines.locker.tier.08_true=true - B:gt.blockmachines.locker.tier.09_true=true - B:gt.blockmachines.multimachine.assemblyline_true=true - B:gt.blockmachines.multimachine.blastfurnace_true=true - B:gt.blockmachines.multimachine.boiler.bronze_true=true - B:gt.blockmachines.multimachine.boiler.steel_true=true - B:gt.blockmachines.multimachine.boiler.titanium_true=true - B:gt.blockmachines.multimachine.boiler.tungstensteel_true=true - B:gt.blockmachines.multimachine.brickedblastfurnace_true=true - B:gt.blockmachines.multimachine.charcoalpile_true=true - B:gt.blockmachines.multimachine.chemicalreactor_true=true - B:gt.blockmachines.multimachine.cleanroom_true=true - B:gt.blockmachines.multimachine.concretebackfiller1_true=true - B:gt.blockmachines.multimachine.concretebackfiller3_true=true - B:gt.blockmachines.multimachine.cracker_true=true - B:gt.blockmachines.multimachine.dieselengine_true=true - B:gt.blockmachines.multimachine.distillationtower_true=true - B:gt.blockmachines.multimachine.heatexchanger_true=true - B:gt.blockmachines.multimachine.implosioncompressor_true=true - B:gt.blockmachines.multimachine.largegasturbine_true=true - B:gt.blockmachines.multimachine.largehpturbine_true=true - B:gt.blockmachines.multimachine.largeplasmaturbine_true=true - B:gt.blockmachines.multimachine.largeturbine_true=true - B:gt.blockmachines.multimachine.multifurnace_true=true - B:gt.blockmachines.multimachine.oildrill1_true=true - B:gt.blockmachines.multimachine.oildrill2_true=true - B:gt.blockmachines.multimachine.oildrill3_true=true - B:gt.blockmachines.multimachine.oredrill1_true=true - B:gt.blockmachines.multimachine.oredrill2_true=true - B:gt.blockmachines.multimachine.oredrill3_true=true - B:gt.blockmachines.multimachine.oredrill4_true=true - B:gt.blockmachines.multimachine.processingarray_true=true - B:gt.blockmachines.multimachine.pyro_true=true - B:gt.blockmachines.multimachine.vacuumfreezer_true=true - B:gt.blockmachines.quantum.chest.tier.01_true=true - B:gt.blockmachines.quantum.chest.tier.02_true=true - B:gt.blockmachines.quantum.chest.tier.03_true=true - B:gt.blockmachines.quantum.chest.tier.04_true=true - B:gt.blockmachines.quantum.chest.tier.05_true=true - B:gt.blockmachines.quantum.tank.tier.01_true=true - B:gt.blockmachines.quantum.tank.tier.02_true=true - B:gt.blockmachines.quantum.tank.tier.03_true=true - B:gt.blockmachines.quantum.tank.tier.04_true=true - B:gt.blockmachines.quantum.tank.tier.05_true=true - B:gt.blockmachines.steelmachine.alloysmelter_true=true - B:gt.blockmachines.steelmachine.compressor_true=true - B:gt.blockmachines.steelmachine.extractor_true=true - B:gt.blockmachines.steelmachine.furnace_true=true - B:gt.blockmachines.steelmachine.hammer_true=true - B:gt.blockmachines.steelmachine.macerator_true=true - B:gt.blockmachines.transformer.tier.00_true=true - B:gt.blockmachines.transformer.tier.01_true=true - B:gt.blockmachines.transformer.tier.02_true=true - B:gt.blockmachines.transformer.tier.03_true=true - B:gt.blockmachines.transformer.tier.04_true=true - B:gt.blockmachines.transformer.tier.05_true=true - B:gt.blockmachines.transformer.tier.06_true=true - B:gt.blockmachines.transformer.tier.07_true=true - B:gt.blockmachines.transformer.tier.08_true=true - B:gt.blockreinforced.0_true=true - B:gt.blockreinforced.1_true=true - B:gt.blockreinforced.5_true=true - B:gt.blockstones.0_true=true - B:gt.blockstones.1_true=true - B:gt.blockstones.2_true=true - B:gt.blockstones.3_true=true - B:gt.blockstones.4_true=true - B:gt.blockstones.5_true=true - B:gt.blockstones.6_true=true - B:gt.blockstones.7_true=true - B:gt.metaitem.01.32001_true=true - B:gt.metaitem.01.32008_true=true - B:gt.metaitem.01.32009_true=true - B:gt.metaitem.01.32010_true=true - B:gt.metaitem.01.32100_true=true - B:gt.metaitem.01.32101_true=true - B:gt.metaitem.01.32110_true=true - B:gt.metaitem.01.32111_true=true - B:gt.metaitem.01.32225_true=true - B:gt.metaitem.01.32250_true=true - B:gt.metaitem.01.32300_true=true - B:gt.metaitem.01.32301_true=true - B:gt.metaitem.01.32302_true=true - B:gt.metaitem.01.32303_true=true - B:gt.metaitem.01.32304_true=true - B:gt.metaitem.01.32305_true=true - B:gt.metaitem.01.32306_true=true - B:gt.metaitem.01.32307_true=true - B:gt.metaitem.01.32308_true=true - B:gt.metaitem.01.32309_true=true - B:gt.metaitem.01.32310_true=true - B:gt.metaitem.01.32311_true=true - B:gt.metaitem.01.32312_true=true - B:gt.metaitem.01.32313_true=true - B:gt.metaitem.01.32314_true=true - B:gt.metaitem.01.32315_true=true - B:gt.metaitem.01.32316_true=true - B:gt.metaitem.01.32317_true=true - B:gt.metaitem.01.32350_true=true - B:gt.metaitem.01.32351_true=true - B:gt.metaitem.01.32352_true=true - B:gt.metaitem.01.32353_true=true - B:gt.metaitem.01.32354_true=true - B:gt.metaitem.01.32355_true=true - B:gt.metaitem.01.32356_true=true - B:gt.metaitem.01.32357_true=true - B:gt.metaitem.01.32358_true=true - B:gt.metaitem.01.32359_true=true - B:gt.metaitem.01.32360_true=true - B:gt.metaitem.01.32361_true=true - B:gt.metaitem.01.32362_true=true - B:gt.metaitem.01.32363_true=true - B:gt.metaitem.01.32364_true=true - B:gt.metaitem.01.32365_true=true - B:gt.metaitem.01.32366_true=true - B:gt.metaitem.01.32367_true=true - B:gt.metaitem.01.32368_true=true - B:gt.metaitem.01.32369_true=true - B:gt.metaitem.01.32370_true=true - B:gt.metaitem.01.32371_true=true - B:gt.metaitem.01.32372_true=true - B:gt.metaitem.01.32373_true=true - B:gt.metaitem.01.32398_true=true - B:gt.metaitem.01.32399_true=true - B:gt.metaitem.01.32400_true=true - B:gt.metaitem.01.32402_true=true - B:gt.metaitem.01.32403_true=true - B:gt.metaitem.01.32404_true=true - B:gt.metaitem.01.32405_true=true - B:gt.metaitem.01.32406_true=true - B:gt.metaitem.01.32474_true=true - B:gt.metaitem.01.32475_true=true - B:gt.metaitem.01.32477_true=true - B:gt.metaitem.01.32478_true=true - B:gt.metaitem.01.32481_true=true - B:gt.metaitem.01.32482_true=true - B:gt.metaitem.01.32483_true=true - B:gt.metaitem.01.32484_true=true - B:gt.metaitem.01.32485_true=true - B:gt.metaitem.01.32486_true=true - B:gt.metaitem.01.32487_true=true - B:gt.metaitem.01.32488_true=true - B:gt.metaitem.01.32489_true=true - B:gt.metaitem.01.32490_true=true - B:gt.metaitem.01.32491_true=true - B:gt.metaitem.01.32495_true=true - B:gt.metaitem.01.32496_true=true - B:gt.metaitem.01.32497_true=true - B:gt.metaitem.01.32498_true=true - B:gt.metaitem.01.32500_true=true - B:gt.metaitem.01.32501_true=true - B:gt.metaitem.01.32502_true=true - B:gt.metaitem.01.32600_true=true - B:gt.metaitem.01.32601_true=true - B:gt.metaitem.01.32602_true=true - B:gt.metaitem.01.32603_true=true - B:gt.metaitem.01.32604_true=true - B:gt.metaitem.01.32610_true=true - B:gt.metaitem.01.32611_true=true - B:gt.metaitem.01.32612_true=true - B:gt.metaitem.01.32613_true=true - B:gt.metaitem.01.32614_true=true - B:gt.metaitem.01.32630_true=true - B:gt.metaitem.01.32631_true=true - B:gt.metaitem.01.32632_true=true - B:gt.metaitem.01.32633_true=true - B:gt.metaitem.01.32634_true=true - B:gt.metaitem.01.32640_true=true - B:gt.metaitem.01.32641_true=true - B:gt.metaitem.01.32642_true=true - B:gt.metaitem.01.32643_true=true - B:gt.metaitem.01.32644_true=true - B:gt.metaitem.01.32650_true=true - B:gt.metaitem.01.32651_true=true - B:gt.metaitem.01.32652_true=true - B:gt.metaitem.01.32653_true=true - B:gt.metaitem.01.32654_true=true - B:gt.metaitem.01.32670_true=true - B:gt.metaitem.01.32671_true=true - B:gt.metaitem.01.32672_true=true - B:gt.metaitem.01.32673_true=true - B:gt.metaitem.01.32674_true=true - B:gt.metaitem.01.32680_true=true - B:gt.metaitem.01.32681_true=true - B:gt.metaitem.01.32682_true=true - B:gt.metaitem.01.32683_true=true - B:gt.metaitem.01.32684_true=true - B:gt.metaitem.01.32690_true=true - B:gt.metaitem.01.32691_true=true - B:gt.metaitem.01.32692_true=true - B:gt.metaitem.01.32693_true=true - B:gt.metaitem.01.32694_true=true - B:gt.metaitem.01.32721_true=true - B:gt.metaitem.01.32722_true=true - B:gt.metaitem.01.32723_true=true - B:gt.metaitem.01.32729_true=true - B:gt.metaitem.01.32740_true=true - B:gt.metaitem.01.32750_true=true - B:gt.metaitem.01.32751_true=true - B:gt.metaitem.01.32752_true=true - B:gt.metaitem.01.32762_true=true - B:gt.metaitem.02.32222_true=true - B:gt.metaitem.02.32470_true=true - B:gt.metaitem.02.32471_true=true - B:gt.metaitem.02.32472_true=true - B:gt.metaitem.02.32473_true=true - B:gt.metaitem.02.32474_true=true - B:gt.metaitem.02.32475_true=true - B:gt.metaitem.02.32540_true=true - B:gt.metaitem.02.32550_true=true - B:gt.metaitem.02.32558_true=true - B:gt.metaitem.02.32576_true=true - B:ic2.blockCrop_true=true - B:ic2.blockFenceIron_true=true - B:ic2.blockIronFurnace_true=true - B:ic2.blockMachine_true=true - B:ic2.blockRubSapling_true=true - B:ic2.blockRubWood_true=true - B:ic2.itemArmorBronzeBoots_true=true - B:ic2.itemArmorBronzeChestplate_true=true - B:ic2.itemArmorBronzeHelmet_true=true - B:ic2.itemArmorBronzeLegs_true=true - B:ic2.itemCasingAdvIron_true=true - B:ic2.itemCasingBronze_true=true - B:ic2.itemCasingCopper_true=true - B:ic2.itemCasingGold_true=true - B:ic2.itemCasingIron_true=true - B:ic2.itemCasingLead_true=true - B:ic2.itemCasingTin_true=true - B:ic2.itemCofeeBeans_true=true - B:ic2.itemFluidCell_true=true - B:ic2.itemFuelRod_true=true - B:ic2.itemPlutoniumSmall_true=true - B:ic2.itemPlutonium_true=true - B:ic2.itemTinCan_true=true - B:ic2.itemToolBronzeAxe_true=true - B:ic2.itemToolBronzeHoe_true=true - B:ic2.itemToolBronzePickaxe_true=true - B:ic2.itemToolBronzeSpade_true=true - B:ic2.itemToolBronzeSword_true=true - B:ic2.itemToolWrench_true=true - B:ic2.itemUran235_true=true - B:ic2.itemUran235small_true=true - B:ic2.itemUran238_true=true - B:ingotAluminium_true=true - B:ingotAmericium_true=true - B:ingotAnnealedCopper_true=true - B:ingotAntimony_true=true - B:ingotArsenic_true=true - B:ingotBatteryAlloy_true=true - B:ingotBeryllium_true=true - B:ingotBismuthBronze_true=true - B:ingotBismuth_true=true - B:ingotBlackBronze_true=true - B:ingotBlackSteel_true=true - B:ingotBlueSteel_true=true - B:ingotBorosilicateGlass_true=true - B:ingotBrass_true=true - B:ingotBrick_true=true - B:ingotBronze_true=true - B:ingotCaesium_true=true - B:ingotCarbon_true=true - B:ingotCerium_true=true - B:ingotChrome_true=true - B:ingotCobaltBrass_true=true - B:ingotCobalt_true=true - B:ingotCopper_true=true - B:ingotCupronickel_true=true - B:ingotDamascusSteel_true=true - B:ingotDarkSteel_true=true - B:ingotDuranium_true=true - B:ingotElectrum_true=true - B:ingotEpoxidFiberReinforced_true=true - B:ingotEpoxid_true=true - B:ingotEuropium_true=true - B:ingotGalliumArsenide_true=true - B:ingotGallium_true=true - B:ingotGold_true=true - B:ingotHSSE_true=true - B:ingotHSSG_true=true - B:ingotHSSS_true=true - B:ingotIndiumGalliumPhosphide_true=true - B:ingotIndium_true=true - B:ingotInvar_true=true - B:ingotIridium_true=true - B:ingotIronMagnetic_true=true - B:ingotIron_true=true - B:ingotKanthal_true=true - B:ingotLead_true=true - B:ingotLithium_true=true - B:ingotLutetium_true=true - B:ingotMagnalium_true=true - B:ingotMagnesium_true=true - B:ingotManganese_true=true - B:ingotMithril_true=true - B:ingotMolybdenum_true=true - B:ingotNaquadahAlloy_true=true - B:ingotNaquadahEnriched_true=true - B:ingotNaquadah_true=true - B:ingotNaquadria_true=true - B:ingotNeodymiumMagnetic_true=true - B:ingotNeodymium_true=true - B:ingotNeutronium_true=true - B:ingotNichrome_true=true - B:ingotNickelZincFerrite_true=true - B:ingotNickel_true=true - B:ingotNiobiumNitride_true=true - B:ingotNiobiumTitanium_true=true - B:ingotNiobium_true=true - B:ingotOsmiridium_true=true - B:ingotOsmium_true=true - B:ingotPalladium_true=true - B:ingotPigIron_true=true - B:ingotPlastic_true=true - B:ingotPlatinum_true=true - B:ingotPlutonium241_true=true - B:ingotPlutonium_true=true - B:ingotPolycaprolactam_true=true - B:ingotPolyphenyleneSulfide_true=true - B:ingotPolystyrene_true=true - B:ingotPolytetrafluoroethylene_true=true - B:ingotPolyvinylChloride_true=true - B:ingotPotassium_true=true - B:ingotRedAlloy_true=true - B:ingotRedSteel_true=true - B:ingotRoseGold_true=true - B:ingotRubber_true=true - B:ingotSilicon_true=true - B:ingotSilicone_true=true - B:ingotSilver_true=true - B:ingotSolderingAlloy_true=true - B:ingotStainlessSteel_true=true - B:ingotSteelMagnetic_true=true - B:ingotSteel_true=true - B:ingotSterlingSilver_true=true - B:ingotStyreneButadieneRubber_true=true - B:ingotTantalum_true=true - B:ingotThorium_true=true - B:ingotTinAlloy_true=true - B:ingotTin_true=true - B:ingotTitanium_true=true - B:ingotTritanium_true=true - B:ingotTungstenCarbide_true=true - B:ingotTungstenSteel_true=true - B:ingotTungsten_true=true - B:ingotUltimet_true=true - B:ingotUranium235_true=true - B:ingotUranium_true=true - B:ingotVanadiumGallium_true=true - B:ingotVanadiumSteel_true=true - B:ingotVanadium_true=true - B:ingotWroughtIron_true=true - B:ingotYttriumBariumCuprate_true=true - B:ingotYttrium_true=true - B:ingotZinc_true=true - B:item.appleGold_true=true - B:item.beefCooked_true=true - B:item.beefRaw_true=true - B:item.book_true=true - B:item.bootsChain_true=true - B:item.bootsDiamond_true=true - B:item.bootsGold_true=true - B:item.bootsIron_true=true - B:item.bow_true=true - B:item.bowl_true=true - B:item.carrotGolden_true=true - B:item.cauldron_true=true - B:item.chestplateChain_true=true - B:item.chestplateDiamond_true=true - B:item.chestplateGold_true=true - B:item.chestplateIron_true=true - B:item.chickenCooked_true=true - B:item.chickenRaw_true=true - B:item.clay_true=true - B:item.clock_true=true - B:item.compass_true=true - B:item.darkSteel_axe_true=true - B:item.darkSteel_boots_true=true - B:item.darkSteel_chestplate_true=true - B:item.darkSteel_helmet_true=true - B:item.darkSteel_leggings_true=true - B:item.darkSteel_pickaxe_true=true - B:item.darkSteel_shears_true=true - B:item.darkSteel_sword_true=true - B:item.doorIron_true=true - B:item.doorWood_true=true - B:item.dyePowder.brown_true=true - B:item.enchantedBook_true=true - B:item.fish.cod.cooked_true=true - B:item.fish.cod.raw_true=true - B:item.flint_true=true - B:item.frame_true=true - B:item.hatchetDiamond_true=true - B:item.hatchetGold_true=true - B:item.hatchetIron_true=true - B:item.helmetChain_true=true - B:item.helmetDiamond_true=true - B:item.helmetGold_true=true - B:item.helmetIron_true=true - B:item.hoeDiamond_true=true - B:item.hoeGold_true=true - B:item.hoeIron_true=true - B:item.horsearmordiamond_true=true - B:item.horsearmorgold_true=true - B:item.horsearmormetal_true=true - B:item.leggingsChain_true=true - B:item.leggingsDiamond_true=true - B:item.leggingsGold_true=true - B:item.leggingsIron_true=true - B:item.melon_true=true - B:item.minecartChest_true=true - B:item.minecartFurnace_true=true - B:item.minecartHopper_true=true - B:item.minecartTnt_true=true - B:item.minecart_true=true - B:item.pickaxeDiamond_true=true - B:item.pickaxeGold_true=true - B:item.pickaxeIron_true=true - B:item.porkchopCooked_true=true - B:item.porkchopRaw_true=true - B:item.reeds_true=true - B:item.shears_true=true - B:item.shovelDiamond_true=true - B:item.shovelGold_true=true - B:item.shovelIron_true=true - B:item.sign_true=true - B:item.snowball_true=true - B:item.speckledMelon_true=true - B:item.swordDiamond_true=true - B:item.swordGold_true=true - B:item.swordIron_true=true - B:item.wheat_true=true - B:item.writingBook_true=true - B:item.writtenBook_true=true - B:lensAmethyst_true=true - B:lensBlueTopaz_true=true - B:lensDiamond_true=true - B:lensDilithium_true=true - B:lensEmerald_true=true - B:lensEnderEye_true=true - B:lensEnderPearl_true=true - B:lensFoolsRuby_true=true - B:lensForcicium_true=true - B:lensForcillium_true=true - B:lensGarnetRed_true=true - B:lensGarnetYellow_true=true - B:lensGlass_true=true - B:lensGreenSapphire_true=true - B:lensJasper_true=true - B:lensNetherStar_true=true - B:lensOlivine_true=true - B:lensOpal_true=true - B:lensRuby_true=true - B:lensSapphire_true=true - B:lensTanzanite_true=true - B:lensTopaz_true=true - B:nuggetAluminium_true=true - B:nuggetAmericium_true=true - B:nuggetAnnealedCopper_true=true - B:nuggetAntimony_true=true - B:nuggetArsenic_true=true - B:nuggetBatteryAlloy_true=true - B:nuggetBeryllium_true=true - B:nuggetBismuthBronze_true=true - B:nuggetBismuth_true=true - B:nuggetBlackBronze_true=true - B:nuggetBlackSteel_true=true - B:nuggetBlueSteel_true=true - B:nuggetBorosilicateGlass_true=true - B:nuggetBrass_true=true - B:nuggetBronze_true=true - B:nuggetCaesium_true=true - B:nuggetCarbon_true=true - B:nuggetCerium_true=true - B:nuggetChrome_true=true - B:nuggetCobaltBrass_true=true - B:nuggetCobalt_true=true - B:nuggetCopper_true=true - B:nuggetCupronickel_true=true - B:nuggetDamascusSteel_true=true - B:nuggetDarkSteel_true=true - B:nuggetDuranium_true=true - B:nuggetElectrum_true=true - B:nuggetEpoxidFiberReinforced_true=true - B:nuggetEpoxid_true=true - B:nuggetEuropium_true=true - B:nuggetGalliumArsenide_true=true - B:nuggetGallium_true=true - B:nuggetGold_true=true - B:nuggetHSSE_true=true - B:nuggetHSSG_true=true - B:nuggetHSSS_true=true - B:nuggetIndiumGalliumPhosphide_true=true - B:nuggetIndium_true=true - B:nuggetInvar_true=true - B:nuggetIridium_true=true - B:nuggetIronMagnetic_true=true - B:nuggetIron_true=true - B:nuggetKanthal_true=true - B:nuggetLead_true=true - B:nuggetLithium_true=true - B:nuggetLutetium_true=true - B:nuggetMagnalium_true=true - B:nuggetMagnesium_true=true - B:nuggetManganese_true=true - B:nuggetMithril_true=true - B:nuggetMolybdenum_true=true - B:nuggetNaquadahAlloy_true=true - B:nuggetNaquadahEnriched_true=true - B:nuggetNaquadah_true=true - B:nuggetNaquadria_true=true - B:nuggetNeodymiumMagnetic_true=true - B:nuggetNeodymium_true=true - B:nuggetNeutronium_true=true - B:nuggetNichrome_true=true - B:nuggetNickelZincFerrite_true=true - B:nuggetNickel_true=true - B:nuggetNiobiumNitride_true=true - B:nuggetNiobiumTitanium_true=true - B:nuggetNiobium_true=true - B:nuggetOsmiridium_true=true - B:nuggetOsmium_true=true - B:nuggetPalladium_true=true - B:nuggetPigIron_true=true - B:nuggetPlastic_true=true - B:nuggetPlatinum_true=true - B:nuggetPlutonium241_true=true - B:nuggetPlutonium_true=true - B:nuggetPolycaprolactam_true=true - B:nuggetPolyphenyleneSulfide_true=true - B:nuggetPolystyrene_true=true - B:nuggetPolytetrafluoroethylene_true=true - B:nuggetPolyvinylChloride_true=true - B:nuggetPotassium_true=true - B:nuggetRedAlloy_true=true - B:nuggetRedSteel_true=true - B:nuggetRoseGold_true=true - B:nuggetRubber_true=true - B:nuggetSilicon_true=true - B:nuggetSilicone_true=true - B:nuggetSilver_true=true - B:nuggetSolderingAlloy_true=true - B:nuggetStainlessSteel_true=true - B:nuggetSteelMagnetic_true=true - B:nuggetSteel_true=true - B:nuggetSterlingSilver_true=true - B:nuggetStyreneButadieneRubber_true=true - B:nuggetTantalum_true=true - B:nuggetThorium_true=true - B:nuggetTinAlloy_true=true - B:nuggetTin_true=true - B:nuggetTitanium_true=true - B:nuggetTritanium_true=true - B:nuggetTungstenCarbide_true=true - B:nuggetTungstenSteel_true=true - B:nuggetTungsten_true=true - B:nuggetUltimet_true=true - B:nuggetUranium235_true=true - B:nuggetUranium_true=true - B:nuggetVanadiumGallium_true=true - B:nuggetVanadiumSteel_true=true - B:nuggetVanadium_true=true - B:nuggetWoodSealed_true=true - B:nuggetWood_true=true - B:nuggetWroughtIron_true=true - B:nuggetYttriumBariumCuprate_true=true - B:nuggetYttrium_true=true - B:nuggetZinc_true=true - B:oreAlmandine_true=true - B:oreAluminium_true=true - B:oreAmethyst_true=true - B:oreApatite_true=true - B:oreBandedIron_true=true - B:oreBarite_true=true - B:oreBasaltAlmandine_true=true - B:oreBasaltAluminium_true=true - B:oreBasaltAmethyst_true=true - B:oreBasaltApatite_true=true - B:oreBasaltBandedIron_true=true - B:oreBasaltBarite_true=true - B:oreBasaltBastnasite_true=true - B:oreBasaltBauxite_true=true - B:oreBasaltBentonite_true=true - B:oreBasaltBeryllium_true=true - B:oreBasaltBismuth_true=true - B:oreBasaltBlueTopaz_true=true - B:oreBasaltBrownLimonite_true=true - B:oreBasaltCalcite_true=true - B:oreBasaltCassiteriteSand_true=true - B:oreBasaltCassiterite_true=true - B:oreBasaltCertusQuartz_true=true - B:oreBasaltChalcopyrite_true=true - B:oreBasaltChromite_true=true - B:oreBasaltCinnabar_true=true - B:oreBasaltCoal_true=true - B:oreBasaltCobaltite_true=true - B:oreBasaltCooperite_true=true - B:oreBasaltCopper_true=true - B:oreBasaltDarkSteel_true=true - B:oreBasaltDiamond_true=true - B:oreBasaltDiatomite_true=true - B:oreBasaltEmerald_true=true - B:oreBasaltFoolsRuby_true=true - B:oreBasaltGalena_true=true - B:oreBasaltGarnetRed_true=true - B:oreBasaltGarnetYellow_true=true - B:oreBasaltGarnierite_true=true - B:oreBasaltGlauconite_true=true - B:oreBasaltGold_true=true - B:oreBasaltGraphite_true=true - B:oreBasaltGreenSapphire_true=true - B:oreBasaltGrossular_true=true - B:oreBasaltIlmenite_true=true - B:oreBasaltIridium_true=true - B:oreBasaltIron_true=true - B:oreBasaltLapis_true=true - B:oreBasaltLazurite_true=true - B:oreBasaltLead_true=true - B:oreBasaltLepidolite_true=true - B:oreBasaltLignite_true=true - B:oreBasaltLithium_true=true - B:oreBasaltMagnesite_true=true - B:oreBasaltMagnetite_true=true - B:oreBasaltMalachite_true=true - B:oreBasaltManganese_true=true - B:oreBasaltMolybdenite_true=true - B:oreBasaltMolybdenum_true=true - B:oreBasaltMonazite_true=true - B:oreBasaltNaquadahEnriched_true=true - B:oreBasaltNaquadah_true=true - B:oreBasaltNeodymium_true=true - B:oreBasaltNetherQuartz_true=true - B:oreBasaltNickel_true=true - B:oreBasaltOlivine_true=true - B:oreBasaltOpal_true=true - B:oreBasaltOsmium_true=true - B:oreBasaltPalladium_true=true - B:oreBasaltPentlandite_true=true - B:oreBasaltPhosphate_true=true - B:oreBasaltPhosphorus_true=true - B:oreBasaltPitchblende_true=true - B:oreBasaltPlatinum_true=true - B:oreBasaltPlutonium_true=true - B:oreBasaltPowellite_true=true - B:oreBasaltPyrite_true=true - B:oreBasaltPyrochlore_true=true - B:oreBasaltPyrolusite_true=true - B:oreBasaltPyrope_true=true - B:oreBasaltQuartzite_true=true - B:oreBasaltRedstone_true=true - B:oreBasaltRockSalt_true=true - B:oreBasaltRuby_true=true - B:oreBasaltSalt_true=true - B:oreBasaltSaltpeter_true=true - B:oreBasaltSapphire_true=true - B:oreBasaltScheelite_true=true - B:oreBasaltSilver_true=true - B:oreBasaltSoapstone_true=true - B:oreBasaltSodalite_true=true - B:oreBasaltSpessartine_true=true - B:oreBasaltSphalerite_true=true - B:oreBasaltSpodumene_true=true - B:oreBasaltStibnite_true=true - B:oreBasaltSulfur_true=true - B:oreBasaltTalc_true=true - B:oreBasaltTantalite_true=true - B:oreBasaltTanzanite_true=true - B:oreBasaltTetrahedrite_true=true - B:oreBasaltThorium_true=true - B:oreBasaltTin_true=true - B:oreBasaltTitanium_true=true - B:oreBasaltTopaz_true=true - B:oreBasaltTungstate_true=true - B:oreBasaltUraninite_true=true - B:oreBasaltUranium235_true=true - B:oreBasaltUranium_true=true - B:oreBasaltVanadiumMagnetite_true=true - B:oreBasaltWulfenite_true=true - B:oreBasaltYellowLimonite_true=true - B:oreBasaltZinc_true=true - B:oreBastnasite_true=true - B:oreBauxite_true=true - B:oreBentonite_true=true - B:oreBeryllium_true=true - B:oreBismuth_true=true - B:oreBlackgraniteAlmandine_true=true - B:oreBlackgraniteAluminium_true=true - B:oreBlackgraniteAmethyst_true=true - B:oreBlackgraniteApatite_true=true - B:oreBlackgraniteBandedIron_true=true - B:oreBlackgraniteBarite_true=true - B:oreBlackgraniteBastnasite_true=true - B:oreBlackgraniteBauxite_true=true - B:oreBlackgraniteBentonite_true=true - B:oreBlackgraniteBeryllium_true=true - B:oreBlackgraniteBismuth_true=true - B:oreBlackgraniteBlueTopaz_true=true - B:oreBlackgraniteBrownLimonite_true=true - B:oreBlackgraniteCalcite_true=true - B:oreBlackgraniteCassiteriteSand_true=true - B:oreBlackgraniteCassiterite_true=true - B:oreBlackgraniteCertusQuartz_true=true - B:oreBlackgraniteChalcopyrite_true=true - B:oreBlackgraniteChromite_true=true - B:oreBlackgraniteCinnabar_true=true - B:oreBlackgraniteCoal_true=true - B:oreBlackgraniteCobaltite_true=true - B:oreBlackgraniteCooperite_true=true - B:oreBlackgraniteCopper_true=true - B:oreBlackgraniteDarkSteel_true=true - B:oreBlackgraniteDiamond_true=true - B:oreBlackgraniteDiatomite_true=true - B:oreBlackgraniteEmerald_true=true - B:oreBlackgraniteFoolsRuby_true=true - B:oreBlackgraniteGalena_true=true - B:oreBlackgraniteGarnetRed_true=true - B:oreBlackgraniteGarnetYellow_true=true - B:oreBlackgraniteGarnierite_true=true - B:oreBlackgraniteGlauconite_true=true - B:oreBlackgraniteGold_true=true - B:oreBlackgraniteGraphite_true=true - B:oreBlackgraniteGreenSapphire_true=true - B:oreBlackgraniteGrossular_true=true - B:oreBlackgraniteIlmenite_true=true - B:oreBlackgraniteIridium_true=true - B:oreBlackgraniteIron_true=true - B:oreBlackgraniteLapis_true=true - B:oreBlackgraniteLazurite_true=true - B:oreBlackgraniteLead_true=true - B:oreBlackgraniteLepidolite_true=true - B:oreBlackgraniteLignite_true=true - B:oreBlackgraniteLithium_true=true - B:oreBlackgraniteMagnesite_true=true - B:oreBlackgraniteMagnetite_true=true - B:oreBlackgraniteMalachite_true=true - B:oreBlackgraniteManganese_true=true - B:oreBlackgraniteMolybdenite_true=true - B:oreBlackgraniteMolybdenum_true=true - B:oreBlackgraniteMonazite_true=true - B:oreBlackgraniteNaquadahEnriched_true=true - B:oreBlackgraniteNaquadah_true=true - B:oreBlackgraniteNeodymium_true=true - B:oreBlackgraniteNetherQuartz_true=true - B:oreBlackgraniteNickel_true=true - B:oreBlackgraniteOlivine_true=true - B:oreBlackgraniteOpal_true=true - B:oreBlackgraniteOsmium_true=true - B:oreBlackgranitePalladium_true=true - B:oreBlackgranitePentlandite_true=true - B:oreBlackgranitePhosphate_true=true - B:oreBlackgranitePhosphorus_true=true - B:oreBlackgranitePitchblende_true=true - B:oreBlackgranitePlatinum_true=true - B:oreBlackgranitePlutonium_true=true - B:oreBlackgranitePowellite_true=true - B:oreBlackgranitePyrite_true=true - B:oreBlackgranitePyrochlore_true=true - B:oreBlackgranitePyrolusite_true=true - B:oreBlackgranitePyrope_true=true - B:oreBlackgraniteQuartzite_true=true - B:oreBlackgraniteRedstone_true=true - B:oreBlackgraniteRockSalt_true=true - B:oreBlackgraniteRuby_true=true - B:oreBlackgraniteSalt_true=true - B:oreBlackgraniteSaltpeter_true=true - B:oreBlackgraniteSapphire_true=true - B:oreBlackgraniteScheelite_true=true - B:oreBlackgraniteSilver_true=true - B:oreBlackgraniteSoapstone_true=true - B:oreBlackgraniteSodalite_true=true - B:oreBlackgraniteSpessartine_true=true - B:oreBlackgraniteSphalerite_true=true - B:oreBlackgraniteSpodumene_true=true - B:oreBlackgraniteStibnite_true=true - B:oreBlackgraniteSulfur_true=true - B:oreBlackgraniteTalc_true=true - B:oreBlackgraniteTantalite_true=true - B:oreBlackgraniteTanzanite_true=true - B:oreBlackgraniteTetrahedrite_true=true - B:oreBlackgraniteThorium_true=true - B:oreBlackgraniteTin_true=true - B:oreBlackgraniteTitanium_true=true - B:oreBlackgraniteTopaz_true=true - B:oreBlackgraniteTungstate_true=true - B:oreBlackgraniteUraninite_true=true - B:oreBlackgraniteUranium235_true=true - B:oreBlackgraniteUranium_true=true - B:oreBlackgraniteVanadiumMagnetite_true=true - B:oreBlackgraniteWulfenite_true=true - B:oreBlackgraniteYellowLimonite_true=true - B:oreBlackgraniteZinc_true=true - B:oreBlueTopaz_true=true - B:oreBrownLimonite_true=true - B:oreCalcite_true=true - B:oreCassiteriteSand_true=true - B:oreCassiterite_true=true - B:oreCertusQuartz_true=true - B:oreChalcopyrite_true=true - B:oreChromite_true=true - B:oreCinnabar_true=true - B:oreCoal_true=true - B:oreCobaltite_true=true - B:oreCooperite_true=true - B:oreCopper_true=true - B:oreDarkSteel_true=true - B:oreDiamond_true=true - B:oreDiatomite_true=true - B:oreEmerald_true=true - B:oreEndstoneAlmandine_true=true - B:oreEndstoneAluminium_true=true - B:oreEndstoneAmethyst_true=true - B:oreEndstoneApatite_true=true - B:oreEndstoneBandedIron_true=true - B:oreEndstoneBarite_true=true - B:oreEndstoneBastnasite_true=true - B:oreEndstoneBauxite_true=true - B:oreEndstoneBentonite_true=true - B:oreEndstoneBeryllium_true=true - B:oreEndstoneBismuth_true=true - B:oreEndstoneBlueTopaz_true=true - B:oreEndstoneBrownLimonite_true=true - B:oreEndstoneCalcite_true=true - B:oreEndstoneCassiteriteSand_true=true - B:oreEndstoneCassiterite_true=true - B:oreEndstoneCertusQuartz_true=true - B:oreEndstoneChalcopyrite_true=true - B:oreEndstoneChromite_true=true - B:oreEndstoneCinnabar_true=true - B:oreEndstoneCoal_true=true - B:oreEndstoneCobaltite_true=true - B:oreEndstoneCooperite_true=true - B:oreEndstoneCopper_true=true - B:oreEndstoneDarkSteel_true=true - B:oreEndstoneDiamond_true=true - B:oreEndstoneDiatomite_true=true - B:oreEndstoneEmerald_true=true - B:oreEndstoneFoolsRuby_true=true - B:oreEndstoneGalena_true=true - B:oreEndstoneGarnetRed_true=true - B:oreEndstoneGarnetYellow_true=true - B:oreEndstoneGarnierite_true=true - B:oreEndstoneGlauconite_true=true - B:oreEndstoneGold_true=true - B:oreEndstoneGraphite_true=true - B:oreEndstoneGreenSapphire_true=true - B:oreEndstoneGrossular_true=true - B:oreEndstoneIlmenite_true=true - B:oreEndstoneIridium_true=true - B:oreEndstoneIron_true=true - B:oreEndstoneLapis_true=true - B:oreEndstoneLazurite_true=true - B:oreEndstoneLead_true=true - B:oreEndstoneLepidolite_true=true - B:oreEndstoneLignite_true=true - B:oreEndstoneLithium_true=true - B:oreEndstoneMagnesite_true=true - B:oreEndstoneMagnetite_true=true - B:oreEndstoneMalachite_true=true - B:oreEndstoneManganese_true=true - B:oreEndstoneMolybdenite_true=true - B:oreEndstoneMolybdenum_true=true - B:oreEndstoneMonazite_true=true - B:oreEndstoneNaquadahEnriched_true=true - B:oreEndstoneNaquadah_true=true - B:oreEndstoneNeodymium_true=true - B:oreEndstoneNetherQuartz_true=true - B:oreEndstoneNickel_true=true - B:oreEndstoneOlivine_true=true - B:oreEndstoneOpal_true=true - B:oreEndstoneOsmium_true=true - B:oreEndstonePalladium_true=true - B:oreEndstonePentlandite_true=true - B:oreEndstonePhosphate_true=true - B:oreEndstonePhosphorus_true=true - B:oreEndstonePitchblende_true=true - B:oreEndstonePlatinum_true=true - B:oreEndstonePlutonium_true=true - B:oreEndstonePowellite_true=true - B:oreEndstonePyrite_true=true - B:oreEndstonePyrochlore_true=true - B:oreEndstonePyrolusite_true=true - B:oreEndstonePyrope_true=true - B:oreEndstoneQuartzite_true=true - B:oreEndstoneRedstone_true=true - B:oreEndstoneRockSalt_true=true - B:oreEndstoneRuby_true=true - B:oreEndstoneSalt_true=true - B:oreEndstoneSaltpeter_true=true - B:oreEndstoneSapphire_true=true - B:oreEndstoneScheelite_true=true - B:oreEndstoneSilver_true=true - B:oreEndstoneSoapstone_true=true - B:oreEndstoneSodalite_true=true - B:oreEndstoneSpessartine_true=true - B:oreEndstoneSphalerite_true=true - B:oreEndstoneSpodumene_true=true - B:oreEndstoneStibnite_true=true - B:oreEndstoneSulfur_true=true - B:oreEndstoneTalc_true=true - B:oreEndstoneTantalite_true=true - B:oreEndstoneTanzanite_true=true - B:oreEndstoneTetrahedrite_true=true - B:oreEndstoneThorium_true=true - B:oreEndstoneTin_true=true - B:oreEndstoneTitanium_true=true - B:oreEndstoneTopaz_true=true - B:oreEndstoneTungstate_true=true - B:oreEndstoneUraninite_true=true - B:oreEndstoneUranium235_true=true - B:oreEndstoneUranium_true=true - B:oreEndstoneVanadiumMagnetite_true=true - B:oreEndstoneWulfenite_true=true - B:oreEndstoneYellowLimonite_true=true - B:oreEndstoneZinc_true=true - B:oreFoolsRuby_true=true - B:oreGalena_true=true - B:oreGarnetRed_true=true - B:oreGarnetYellow_true=true - B:oreGarnierite_true=true - B:oreGlauconite_true=true - B:oreGold_true=true - B:oreGraphite_true=true - B:oreGreenSapphire_true=true - B:oreGrossular_true=true - B:oreIlmenite_true=true - B:oreIridium_true=true - B:oreIron_true=true - B:oreLapis_true=true - B:oreLazurite_true=true - B:oreLead_true=true - B:oreLepidolite_true=true - B:oreLignite_true=true - B:oreLithium_true=true - B:oreMagnesite_true=true - B:oreMagnetite_true=true - B:oreMalachite_true=true - B:oreManganese_true=true - B:oreMarbleAlmandine_true=true - B:oreMarbleAluminium_true=true - B:oreMarbleAmethyst_true=true - B:oreMarbleApatite_true=true - B:oreMarbleBandedIron_true=true - B:oreMarbleBarite_true=true - B:oreMarbleBastnasite_true=true - B:oreMarbleBauxite_true=true - B:oreMarbleBentonite_true=true - B:oreMarbleBeryllium_true=true - B:oreMarbleBismuth_true=true - B:oreMarbleBlueTopaz_true=true - B:oreMarbleBrownLimonite_true=true - B:oreMarbleCalcite_true=true - B:oreMarbleCassiteriteSand_true=true - B:oreMarbleCassiterite_true=true - B:oreMarbleCertusQuartz_true=true - B:oreMarbleChalcopyrite_true=true - B:oreMarbleChromite_true=true - B:oreMarbleCinnabar_true=true - B:oreMarbleCoal_true=true - B:oreMarbleCobaltite_true=true - B:oreMarbleCooperite_true=true - B:oreMarbleCopper_true=true - B:oreMarbleDarkSteel_true=true - B:oreMarbleDiamond_true=true - B:oreMarbleDiatomite_true=true - B:oreMarbleEmerald_true=true - B:oreMarbleFoolsRuby_true=true - B:oreMarbleGalena_true=true - B:oreMarbleGarnetRed_true=true - B:oreMarbleGarnetYellow_true=true - B:oreMarbleGarnierite_true=true - B:oreMarbleGlauconite_true=true - B:oreMarbleGold_true=true - B:oreMarbleGraphite_true=true - B:oreMarbleGreenSapphire_true=true - B:oreMarbleGrossular_true=true - B:oreMarbleIlmenite_true=true - B:oreMarbleIridium_true=true - B:oreMarbleIron_true=true - B:oreMarbleLapis_true=true - B:oreMarbleLazurite_true=true - B:oreMarbleLead_true=true - B:oreMarbleLepidolite_true=true - B:oreMarbleLignite_true=true - B:oreMarbleLithium_true=true - B:oreMarbleMagnesite_true=true - B:oreMarbleMagnetite_true=true - B:oreMarbleMalachite_true=true - B:oreMarbleManganese_true=true - B:oreMarbleMolybdenite_true=true - B:oreMarbleMolybdenum_true=true - B:oreMarbleMonazite_true=true - B:oreMarbleNaquadahEnriched_true=true - B:oreMarbleNaquadah_true=true - B:oreMarbleNeodymium_true=true - B:oreMarbleNetherQuartz_true=true - B:oreMarbleNickel_true=true - B:oreMarbleOlivine_true=true - B:oreMarbleOpal_true=true - B:oreMarbleOsmium_true=true - B:oreMarblePalladium_true=true - B:oreMarblePentlandite_true=true - B:oreMarblePhosphate_true=true - B:oreMarblePhosphorus_true=true - B:oreMarblePitchblende_true=true - B:oreMarblePlatinum_true=true - B:oreMarblePlutonium_true=true - B:oreMarblePowellite_true=true - B:oreMarblePyrite_true=true - B:oreMarblePyrochlore_true=true - B:oreMarblePyrolusite_true=true - B:oreMarblePyrope_true=true - B:oreMarbleQuartzite_true=true - B:oreMarbleRedstone_true=true - B:oreMarbleRockSalt_true=true - B:oreMarbleRuby_true=true - B:oreMarbleSalt_true=true - B:oreMarbleSaltpeter_true=true - B:oreMarbleSapphire_true=true - B:oreMarbleScheelite_true=true - B:oreMarbleSilver_true=true - B:oreMarbleSoapstone_true=true - B:oreMarbleSodalite_true=true - B:oreMarbleSpessartine_true=true - B:oreMarbleSphalerite_true=true - B:oreMarbleSpodumene_true=true - B:oreMarbleStibnite_true=true - B:oreMarbleSulfur_true=true - B:oreMarbleTalc_true=true - B:oreMarbleTantalite_true=true - B:oreMarbleTanzanite_true=true - B:oreMarbleTetrahedrite_true=true - B:oreMarbleThorium_true=true - B:oreMarbleTin_true=true - B:oreMarbleTitanium_true=true - B:oreMarbleTopaz_true=true - B:oreMarbleTungstate_true=true - B:oreMarbleUraninite_true=true - B:oreMarbleUranium235_true=true - B:oreMarbleUranium_true=true - B:oreMarbleVanadiumMagnetite_true=true - B:oreMarbleWulfenite_true=true - B:oreMarbleYellowLimonite_true=true - B:oreMarbleZinc_true=true - B:oreMolybdenite_true=true - B:oreMolybdenum_true=true - B:oreMonazite_true=true - B:oreNaquadahEnriched_true=true - B:oreNaquadah_true=true - B:oreNeodymium_true=true - B:oreNetherQuartz_true=true - B:oreNetherrackAlmandine_true=true - B:oreNetherrackAluminium_true=true - B:oreNetherrackAmethyst_true=true - B:oreNetherrackApatite_true=true - B:oreNetherrackBandedIron_true=true - B:oreNetherrackBarite_true=true - B:oreNetherrackBastnasite_true=true - B:oreNetherrackBauxite_true=true - B:oreNetherrackBentonite_true=true - B:oreNetherrackBeryllium_true=true - B:oreNetherrackBismuth_true=true - B:oreNetherrackBlueTopaz_true=true - B:oreNetherrackBrownLimonite_true=true - B:oreNetherrackCalcite_true=true - B:oreNetherrackCassiteriteSand_true=true - B:oreNetherrackCassiterite_true=true - B:oreNetherrackCertusQuartz_true=true - B:oreNetherrackChalcopyrite_true=true - B:oreNetherrackChromite_true=true - B:oreNetherrackCinnabar_true=true - B:oreNetherrackCoal_true=true - B:oreNetherrackCobaltite_true=true - B:oreNetherrackCooperite_true=true - B:oreNetherrackCopper_true=true - B:oreNetherrackDarkSteel_true=true - B:oreNetherrackDiamond_true=true - B:oreNetherrackDiatomite_true=true - B:oreNetherrackEmerald_true=true - B:oreNetherrackFoolsRuby_true=true - B:oreNetherrackGalena_true=true - B:oreNetherrackGarnetRed_true=true - B:oreNetherrackGarnetYellow_true=true - B:oreNetherrackGarnierite_true=true - B:oreNetherrackGlauconite_true=true - B:oreNetherrackGold_true=true - B:oreNetherrackGraphite_true=true - B:oreNetherrackGreenSapphire_true=true - B:oreNetherrackGrossular_true=true - B:oreNetherrackIlmenite_true=true - B:oreNetherrackIridium_true=true - B:oreNetherrackIron_true=true - B:oreNetherrackLapis_true=true - B:oreNetherrackLazurite_true=true - B:oreNetherrackLead_true=true - B:oreNetherrackLepidolite_true=true - B:oreNetherrackLignite_true=true - B:oreNetherrackLithium_true=true - B:oreNetherrackMagnesite_true=true - B:oreNetherrackMagnetite_true=true - B:oreNetherrackMalachite_true=true - B:oreNetherrackManganese_true=true - B:oreNetherrackMolybdenite_true=true - B:oreNetherrackMolybdenum_true=true - B:oreNetherrackMonazite_true=true - B:oreNetherrackNaquadahEnriched_true=true - B:oreNetherrackNaquadah_true=true - B:oreNetherrackNeodymium_true=true - B:oreNetherrackNetherQuartz_true=true - B:oreNetherrackNickel_true=true - B:oreNetherrackOlivine_true=true - B:oreNetherrackOpal_true=true - B:oreNetherrackOsmium_true=true - B:oreNetherrackPalladium_true=true - B:oreNetherrackPentlandite_true=true - B:oreNetherrackPhosphate_true=true - B:oreNetherrackPhosphorus_true=true - B:oreNetherrackPitchblende_true=true - B:oreNetherrackPlatinum_true=true - B:oreNetherrackPlutonium_true=true - B:oreNetherrackPowellite_true=true - B:oreNetherrackPyrite_true=true - B:oreNetherrackPyrochlore_true=true - B:oreNetherrackPyrolusite_true=true - B:oreNetherrackPyrope_true=true - B:oreNetherrackQuartzite_true=true - B:oreNetherrackRedstone_true=true - B:oreNetherrackRockSalt_true=true - B:oreNetherrackRuby_true=true - B:oreNetherrackSalt_true=true - B:oreNetherrackSaltpeter_true=true - B:oreNetherrackSapphire_true=true - B:oreNetherrackScheelite_true=true - B:oreNetherrackSilver_true=true - B:oreNetherrackSoapstone_true=true - B:oreNetherrackSodalite_true=true - B:oreNetherrackSpessartine_true=true - B:oreNetherrackSphalerite_true=true - B:oreNetherrackSpodumene_true=true - B:oreNetherrackStibnite_true=true - B:oreNetherrackSulfur_true=true - B:oreNetherrackTalc_true=true - B:oreNetherrackTantalite_true=true - B:oreNetherrackTanzanite_true=true - B:oreNetherrackTetrahedrite_true=true - B:oreNetherrackThorium_true=true - B:oreNetherrackTin_true=true - B:oreNetherrackTitanium_true=true - B:oreNetherrackTopaz_true=true - B:oreNetherrackTungstate_true=true - B:oreNetherrackUraninite_true=true - B:oreNetherrackUranium235_true=true - B:oreNetherrackUranium_true=true - B:oreNetherrackVanadiumMagnetite_true=true - B:oreNetherrackWulfenite_true=true - B:oreNetherrackYellowLimonite_true=true - B:oreNetherrackZinc_true=true - B:oreNickel_true=true - B:oreOlivine_true=true - B:oreOpal_true=true - B:oreOsmium_true=true - B:orePalladium_true=true - B:orePentlandite_true=true - B:orePhosphate_true=true - B:orePhosphorus_true=true - B:orePitchblende_true=true - B:orePlatinum_true=true - B:orePlutonium_true=true - B:orePowellite_true=true - B:orePyrite_true=true - B:orePyrochlore_true=true - B:orePyrolusite_true=true - B:orePyrope_true=true - B:oreQuartzite_true=true - B:oreRedgraniteAlmandine_true=true - B:oreRedgraniteAluminium_true=true - B:oreRedgraniteAmethyst_true=true - B:oreRedgraniteApatite_true=true - B:oreRedgraniteBandedIron_true=true - B:oreRedgraniteBarite_true=true - B:oreRedgraniteBastnasite_true=true - B:oreRedgraniteBauxite_true=true - B:oreRedgraniteBentonite_true=true - B:oreRedgraniteBeryllium_true=true - B:oreRedgraniteBismuth_true=true - B:oreRedgraniteBlueTopaz_true=true - B:oreRedgraniteBrownLimonite_true=true - B:oreRedgraniteCalcite_true=true - B:oreRedgraniteCassiteriteSand_true=true - B:oreRedgraniteCassiterite_true=true - B:oreRedgraniteCertusQuartz_true=true - B:oreRedgraniteChalcopyrite_true=true - B:oreRedgraniteChromite_true=true - B:oreRedgraniteCinnabar_true=true - B:oreRedgraniteCoal_true=true - B:oreRedgraniteCobaltite_true=true - B:oreRedgraniteCooperite_true=true - B:oreRedgraniteCopper_true=true - B:oreRedgraniteDarkSteel_true=true - B:oreRedgraniteDiamond_true=true - B:oreRedgraniteDiatomite_true=true - B:oreRedgraniteEmerald_true=true - B:oreRedgraniteFoolsRuby_true=true - B:oreRedgraniteGalena_true=true - B:oreRedgraniteGarnetRed_true=true - B:oreRedgraniteGarnetYellow_true=true - B:oreRedgraniteGarnierite_true=true - B:oreRedgraniteGlauconite_true=true - B:oreRedgraniteGold_true=true - B:oreRedgraniteGraphite_true=true - B:oreRedgraniteGreenSapphire_true=true - B:oreRedgraniteGrossular_true=true - B:oreRedgraniteIlmenite_true=true - B:oreRedgraniteIridium_true=true - B:oreRedgraniteIron_true=true - B:oreRedgraniteLapis_true=true - B:oreRedgraniteLazurite_true=true - B:oreRedgraniteLead_true=true - B:oreRedgraniteLepidolite_true=true - B:oreRedgraniteLignite_true=true - B:oreRedgraniteLithium_true=true - B:oreRedgraniteMagnesite_true=true - B:oreRedgraniteMagnetite_true=true - B:oreRedgraniteMalachite_true=true - B:oreRedgraniteManganese_true=true - B:oreRedgraniteMolybdenite_true=true - B:oreRedgraniteMolybdenum_true=true - B:oreRedgraniteMonazite_true=true - B:oreRedgraniteNaquadahEnriched_true=true - B:oreRedgraniteNaquadah_true=true - B:oreRedgraniteNeodymium_true=true - B:oreRedgraniteNetherQuartz_true=true - B:oreRedgraniteNickel_true=true - B:oreRedgraniteOlivine_true=true - B:oreRedgraniteOpal_true=true - B:oreRedgraniteOsmium_true=true - B:oreRedgranitePalladium_true=true - B:oreRedgranitePentlandite_true=true - B:oreRedgranitePhosphate_true=true - B:oreRedgranitePhosphorus_true=true - B:oreRedgranitePitchblende_true=true - B:oreRedgranitePlatinum_true=true - B:oreRedgranitePlutonium_true=true - B:oreRedgranitePowellite_true=true - B:oreRedgranitePyrite_true=true - B:oreRedgranitePyrochlore_true=true - B:oreRedgranitePyrolusite_true=true - B:oreRedgranitePyrope_true=true - B:oreRedgraniteQuartzite_true=true - B:oreRedgraniteRedstone_true=true - B:oreRedgraniteRockSalt_true=true - B:oreRedgraniteRuby_true=true - B:oreRedgraniteSalt_true=true - B:oreRedgraniteSaltpeter_true=true - B:oreRedgraniteSapphire_true=true - B:oreRedgraniteScheelite_true=true - B:oreRedgraniteSilver_true=true - B:oreRedgraniteSoapstone_true=true - B:oreRedgraniteSodalite_true=true - B:oreRedgraniteSpessartine_true=true - B:oreRedgraniteSphalerite_true=true - B:oreRedgraniteSpodumene_true=true - B:oreRedgraniteStibnite_true=true - B:oreRedgraniteSulfur_true=true - B:oreRedgraniteTalc_true=true - B:oreRedgraniteTantalite_true=true - B:oreRedgraniteTanzanite_true=true - B:oreRedgraniteTetrahedrite_true=true - B:oreRedgraniteThorium_true=true - B:oreRedgraniteTin_true=true - B:oreRedgraniteTitanium_true=true - B:oreRedgraniteTopaz_true=true - B:oreRedgraniteTungstate_true=true - B:oreRedgraniteUraninite_true=true - B:oreRedgraniteUranium235_true=true - B:oreRedgraniteUranium_true=true - B:oreRedgraniteVanadiumMagnetite_true=true - B:oreRedgraniteWulfenite_true=true - B:oreRedgraniteYellowLimonite_true=true - B:oreRedgraniteZinc_true=true - B:oreRedstone_true=true - B:oreRockSalt_true=true - B:oreRuby_true=true - B:oreSalt_true=true - B:oreSaltpeter_true=true - B:oreSapphire_true=true - B:oreScheelite_true=true - B:oreSilver_true=true - B:oreSoapstone_true=true - B:oreSodalite_true=true - B:oreSpessartine_true=true - B:oreSphalerite_true=true - B:oreSpodumene_true=true - B:oreStibnite_true=true - B:oreSulfur_true=true - B:oreTalc_true=true - B:oreTantalite_true=true - B:oreTanzanite_true=true - B:oreTetrahedrite_true=true - B:oreThorium_true=true - B:oreTin_true=true - B:oreTitanium_true=true - B:oreTopaz_true=true - B:oreTungstate_true=true - B:oreUraninite_true=true - B:oreUranium235_true=true - B:oreUranium_true=true - B:oreVanadiumMagnetite_true=true - B:oreWulfenite_true=true - B:oreYellowLimonite_true=true - B:oreZinc_true=true - B:pipeHugeAluminium_true=true - B:pipeHugeBrass_true=true - B:pipeHugeBronze_true=true - B:pipeHugeCobalt_true=true - B:pipeHugeCopper_true=true - B:pipeHugeElectrum_true=true - B:pipeHugeNickel_true=true - B:pipeHugeOsmium_true=true - B:pipeHugePlastic_true=true - B:pipeHugePlatinum_true=true - B:pipeHugePolytetrafluoroethylene_true=true - B:pipeHugePolyvinylChloride_true=true - B:pipeHugeStainlessSteel_true=true - B:pipeHugeSteel_true=true - B:pipeHugeTitanium_true=true - B:pipeHugeTungstenSteel_true=true - B:pipeHugeWroughtIron_true=true - B:pipeLargeAluminium_true=true - B:pipeLargeBrass_true=true - B:pipeLargeBronze_true=true - B:pipeLargeCobalt_true=true - B:pipeLargeCopper_true=true - B:pipeLargeElectrum_true=true - B:pipeLargeNickel_true=true - B:pipeLargeOsmium_true=true - B:pipeLargePlastic_true=true - B:pipeLargePlatinum_true=true - B:pipeLargePolytetrafluoroethylene_true=true - B:pipeLargePolyvinylChloride_true=true - B:pipeLargeStainlessSteel_true=true - B:pipeLargeSteel_true=true - B:pipeLargeTitanium_true=true - B:pipeLargeTungstenSteel_true=true - B:pipeLargeWood_true=true - B:pipeLargeWroughtIron_true=true - B:pipeMediumAluminium_true=true - B:pipeMediumBrass_true=true - B:pipeMediumBronze_true=true - B:pipeMediumCobalt_true=true - B:pipeMediumCopper_true=true - B:pipeMediumElectrum_true=true - B:pipeMediumNickel_true=true - B:pipeMediumOsmium_true=true - B:pipeMediumPlastic_true=true - B:pipeMediumPlatinum_true=true - B:pipeMediumPolytetrafluoroethylene_true=true - B:pipeMediumPolyvinylChloride_true=true - B:pipeMediumStainlessSteel_true=true - B:pipeMediumSteel_true=true - B:pipeMediumTitanium_true=true - B:pipeMediumTungstenSteel_true=true - B:pipeMediumWood_true=true - B:pipeMediumWroughtIron_true=true - B:pipeRestrictiveHugeAluminium_true=true - B:pipeRestrictiveHugeBrass_true=true - B:pipeRestrictiveHugeCobalt_true=true - B:pipeRestrictiveHugeElectrum_true=true - B:pipeRestrictiveHugeNickel_true=true - B:pipeRestrictiveHugeOsmium_true=true - B:pipeRestrictiveHugePlatinum_true=true - B:pipeRestrictiveHugePolyvinylChloride_true=true - B:pipeRestrictiveHugeWroughtIron_true=true - B:pipeRestrictiveLargeAluminium_true=true - B:pipeRestrictiveLargeBrass_true=true - B:pipeRestrictiveLargeCobalt_true=true - B:pipeRestrictiveLargeElectrum_true=true - B:pipeRestrictiveLargeNickel_true=true - B:pipeRestrictiveLargeOsmium_true=true - B:pipeRestrictiveLargePlatinum_true=true - B:pipeRestrictiveLargePolyvinylChloride_true=true - B:pipeRestrictiveLargeWroughtIron_true=true - B:pipeRestrictiveMediumAluminium_true=true - B:pipeRestrictiveMediumBrass_true=true - B:pipeRestrictiveMediumCobalt_true=true - B:pipeRestrictiveMediumElectrum_true=true - B:pipeRestrictiveMediumNickel_true=true - B:pipeRestrictiveMediumOsmium_true=true - B:pipeRestrictiveMediumPlatinum_true=true - B:pipeRestrictiveMediumPolyvinylChloride_true=true - B:pipeRestrictiveMediumWroughtIron_true=true - B:pipeSmallBronze_true=true - B:pipeSmallCopper_true=true - B:pipeSmallPlastic_true=true - B:pipeSmallPolytetrafluoroethylene_true=true - B:pipeSmallStainlessSteel_true=true - B:pipeSmallSteel_true=true - B:pipeSmallTitanium_true=true - B:pipeSmallTungstenSteel_true=true - B:pipeSmallWood_true=true - B:pipeTinyBronze_true=true - B:pipeTinyCopper_true=true - B:pipeTinyPlastic_true=true - B:pipeTinyPolytetrafluoroethylene_true=true - B:pipeTinyStainlessSteel_true=true - B:pipeTinySteel_true=true - B:pipeTinyTitanium_true=true - B:pipeTinyTungstenSteel_true=true - B:plateAluminium_true=true - B:plateAmericium_true=true - B:plateAmethyst_true=true - B:plateAnnealedCopper_true=true - B:plateBatteryAlloy_true=true - B:plateBeryllium_true=true - B:plateBismuthBronze_true=true - B:plateBismuth_true=true - B:plateBlackBronze_true=true - B:plateBlackSteel_true=true - B:plateBlueSteel_true=true - B:plateBlueTopaz_true=true - B:plateBrass_true=true - B:plateBronze_true=true - B:plateCarbon_true=true - B:plateCertusQuartz_true=true - B:plateChrome_true=true - B:plateCobaltBrass_true=true - B:plateCobalt_true=true - B:plateCopper_true=true - B:plateCupronickel_true=true - B:plateDamascusSteel_true=true - B:plateDarkSteel_true=true - B:plateDenseBronze_true=true - B:plateDenseCopper_true=true - B:plateDenseGold_true=true - B:plateDenseIron_true=true - B:plateDenseLapis_true=true - B:plateDenseLead_true=true - B:plateDenseObsidian_true=true - B:plateDenseSteel_true=true - B:plateDenseTin_true=true - B:plateDiamond_true=true - B:plateDilithium_true=true - B:plateDoubleAluminium_true=true - B:plateDoubleBeryllium_true=true - B:plateDoubleBismuthBronze_true=true - B:plateDoubleBismuth_true=true - B:plateDoubleBlackBronze_true=true - B:plateDoubleBlackSteel_true=true - B:plateDoubleBlueSteel_true=true - B:plateDoubleBrass_true=true - B:plateDoubleBronze_true=true - B:plateDoubleCarbon_true=true - B:plateDoubleChrome_true=true - B:plateDoubleCobaltBrass_true=true - B:plateDoubleCobalt_true=true - B:plateDoubleCupronickel_true=true - B:plateDoubleDamascusSteel_true=true - B:plateDoubleDarkSteel_true=true - B:plateDoubleDuranium_true=true - B:plateDoubleElectrum_true=true - B:plateDoubleEpoxidFiberReinforced_true=true - B:plateDoubleEpoxid_true=true - B:plateDoubleGold_true=true - B:plateDoubleHSSE_true=true - B:plateDoubleHSSG_true=true - B:plateDoubleHSSS_true=true - B:plateDoubleInvar_true=true - B:plateDoubleIridium_true=true - B:plateDoubleIronMagnetic_true=true - B:plateDoubleIron_true=true - B:plateDoubleKanthal_true=true - B:plateDoubleLead_true=true - B:plateDoubleMagnalium_true=true - B:plateDoubleManganese_true=true - B:plateDoubleMithril_true=true - B:plateDoubleMolybdenum_true=true - B:plateDoubleNaquadahAlloy_true=true - B:plateDoubleNaquadahEnriched_true=true - B:plateDoubleNaquadah_true=true - B:plateDoubleNaquadria_true=true - B:plateDoubleNeodymiumMagnetic_true=true - B:plateDoubleNeodymium_true=true - B:plateDoubleNeutronium_true=true - B:plateDoubleNichrome_true=true - B:plateDoubleNickelZincFerrite_true=true - B:plateDoubleNickel_true=true - B:plateDoubleOsmiridium_true=true - B:plateDoubleOsmium_true=true - B:plateDoublePalladium_true=true - B:plateDoublePaper_true=true - B:plateDoublePigIron_true=true - B:plateDoublePlatinum_true=true - B:plateDoublePlutonium241_true=true - B:plateDoublePlutonium_true=true - B:plateDoublePolycaprolactam_true=true - B:plateDoublePolyphenyleneSulfide_true=true - B:plateDoublePolytetrafluoroethylene_true=true - B:plateDoubleRedSteel_true=true - B:plateDoubleRoseGold_true=true - B:plateDoubleSilver_true=true - B:plateDoubleStainlessSteel_true=true - B:plateDoubleSteelMagnetic_true=true - B:plateDoubleSteel_true=true - B:plateDoubleSterlingSilver_true=true - B:plateDoubleThorium_true=true - B:plateDoubleTinAlloy_true=true - B:plateDoubleTitanium_true=true - B:plateDoubleTritanium_true=true - B:plateDoubleTungstenCarbide_true=true - B:plateDoubleTungstenSteel_true=true - B:plateDoubleTungsten_true=true - B:plateDoubleUltimet_true=true - B:plateDoubleUranium235_true=true - B:plateDoubleUranium_true=true - B:plateDoubleVanadiumSteel_true=true - B:plateDoubleWroughtIron_true=true - B:plateDuranium_true=true - B:plateElectrum_true=true - B:plateEmerald_true=true - B:plateEnderEye_true=true - B:plateEnderPearl_true=true - B:plateEpoxidFiberReinforced_true=true - B:plateEpoxid_true=true - B:plateEuropium_true=true - B:plateForcicium_true=true - B:plateForcillium_true=true - B:plateGalliumArsenide_true=true - B:plateGallium_true=true - B:plateGarnetRed_true=true - B:plateGarnetYellow_true=true - B:plateGlass_true=true - B:plateGold_true=true - B:plateGraniteBlack_true=true - B:plateGraniteRed_true=true - B:plateGreenSapphire_true=true - B:plateHSSE_true=true - B:plateHSSG_true=true - B:plateHSSS_true=true - B:plateIndiumGalliumPhosphide_true=true - B:plateInvar_true=true - B:plateIridium_true=true - B:plateIronMagnetic_true=true - B:plateIron_true=true - B:plateJasper_true=true - B:plateKanthal_true=true - B:plateLapis_true=true - B:plateLazurite_true=true - B:plateLead_true=true - B:plateMagnalium_true=true - B:plateManganese_true=true - B:plateMithril_true=true - B:plateMolybdenum_true=true - B:plateNaquadahAlloy_true=true - B:plateNaquadahEnriched_true=true - B:plateNaquadah_true=true - B:plateNaquadria_true=true - B:plateNeodymiumMagnetic_true=true - B:plateNeodymium_true=true - B:plateNetherQuartz_true=true - B:plateNetherStar_true=true - B:plateNeutronium_true=true - B:plateNichrome_true=true - B:plateNickelZincFerrite_true=true - B:plateNickel_true=true - B:plateNiobiumTitanium_true=true - B:plateObsidian_true=true - B:plateOlivine_true=true - B:plateOpal_true=true - B:plateOsmiridium_true=true - B:plateOsmium_true=true - B:platePalladium_true=true - B:platePaper_true=true - B:platePigIron_true=true - B:platePlastic_true=true - B:platePlatinum_true=true - B:platePlutonium241_true=true - B:platePlutonium_true=true - B:platePolycaprolactam_true=true - B:platePolyphenyleneSulfide_true=true - B:platePolystyrene_true=true - B:platePolytetrafluoroethylene_true=true - B:platePolyvinylChloride_true=true - B:plateQuadruplePaper_true=true - B:plateQuintuplePaper_true=true - B:plateRedAlloy_true=true - B:plateRedSteel_true=true - B:plateRedstone_true=true - B:plateRoseGold_true=true - B:plateRubber_true=true - B:plateRuby_true=true - B:plateSapphire_true=true - B:plateSilicon_true=true - B:plateSilicone_true=true - B:plateSilver_true=true - B:plateSodalite_true=true - B:plateSolderingAlloy_true=true - B:plateStainlessSteel_true=true - B:plateSteelMagnetic_true=true - B:plateSteel_true=true - B:plateSterlingSilver_true=true - B:plateStyreneButadieneRubber_true=true - B:plateTanzanite_true=true - B:plateThorium_true=true - B:plateTinAlloy_true=true - B:plateTin_true=true - B:plateTitanium_true=true - B:plateTopaz_true=true - B:plateTriplePaper_true=true - B:plateTritanium_true=true - B:plateTungstenCarbide_true=true - B:plateTungstenSteel_true=true - B:plateTungsten_true=true - B:plateUltimet_true=true - B:plateUranium235_true=true - B:plateUranium_true=true - B:plateVanadiumGallium_true=true - B:plateVanadiumSteel_true=true - B:plateWoodSealed_true=true - B:plateWood_true=true - B:plateWroughtIron_true=true - B:plateYttriumBariumCuprate_true=true - B:plateZinc_true=true - B:ringAluminium_true=true - B:ringBrass_true=true - B:ringBronze_true=true - B:ringChrome_true=true - B:ringHSSE_true=true - B:ringHSSG_true=true - B:ringInvar_true=true - B:ringIridium_true=true - B:ringIron_true=true - B:ringNeutronium_true=true - B:ringOsmium_true=true - B:ringPaper_true=true - B:ringPigIron_true=true - B:ringRubber_true=true - B:ringSilicone_true=true - B:ringStainlessSteel_true=true - B:ringSteel_true=true - B:ringStyreneButadieneRubber_true=true - B:ringTin_true=true - B:ringTitanium_true=true - B:ringTungstenSteel_true=true - B:ringWroughtIron_true=true - B:rotorBronze_true=true - B:rotorChrome_true=true - B:rotorHSSE_true=true - B:rotorHSSG_true=true - B:rotorIridium_true=true - B:rotorNeutronium_true=true - B:rotorOsmium_true=true - B:rotorStainlessSteel_true=true - B:rotorSteel_true=true - B:rotorTin_true=true - B:rotorTitanium_true=true - B:rotorTungstenSteel_true=true - B:roundHSSE_true=true - B:roundHSSG_true=true - B:roundNeutronium_true=true - B:screwAluminium_true=true - B:screwAmethyst_true=true - B:screwBeryllium_true=true - B:screwBismuthBronze_true=true - B:screwBismuth_true=true - B:screwBlackBronze_true=true - B:screwBlackSteel_true=true - B:screwBlueSteel_true=true - B:screwBlueTopaz_true=true - B:screwBrass_true=true - B:screwBronze_true=true - B:screwCarbon_true=true - B:screwCertusQuartz_true=true - B:screwChrome_true=true - B:screwCobaltBrass_true=true - B:screwCobalt_true=true - B:screwCupronickel_true=true - B:screwDamascusSteel_true=true - B:screwDarkSteel_true=true - B:screwDiamond_true=true - B:screwDuranium_true=true - B:screwElectrum_true=true - B:screwEmerald_true=true - B:screwEpoxidFiberReinforced_true=true - B:screwEpoxid_true=true - B:screwGarnetRed_true=true - B:screwGarnetYellow_true=true - B:screwGold_true=true - B:screwGreenSapphire_true=true - B:screwHSSE_true=true - B:screwHSSG_true=true - B:screwHSSS_true=true - B:screwInvar_true=true - B:screwIridium_true=true - B:screwIronMagnetic_true=true - B:screwIron_true=true - B:screwKanthal_true=true - B:screwLead_true=true - B:screwMagnalium_true=true - B:screwManganese_true=true - B:screwMithril_true=true - B:screwMolybdenum_true=true - B:screwNaquadahAlloy_true=true - B:screwNaquadahEnriched_true=true - B:screwNaquadah_true=true - B:screwNaquadria_true=true - B:screwNeodymiumMagnetic_true=true - B:screwNeodymium_true=true - B:screwNetherQuartz_true=true - B:screwNetherStar_true=true - B:screwNeutronium_true=true - B:screwNichrome_true=true - B:screwNickelZincFerrite_true=true - B:screwNickel_true=true - B:screwOlivine_true=true - B:screwOpal_true=true - B:screwOsmiridium_true=true - B:screwOsmium_true=true - B:screwPalladium_true=true - B:screwPigIron_true=true - B:screwPlastic_true=true - B:screwPlatinum_true=true - B:screwPlutonium241_true=true - B:screwPlutonium_true=true - B:screwPolycaprolactam_true=true - B:screwPolyphenyleneSulfide_true=true - B:screwPolystyrene_true=true - B:screwPolytetrafluoroethylene_true=true - B:screwPolyvinylChloride_true=true - B:screwRedSteel_true=true - B:screwRoseGold_true=true - B:screwRubber_true=true - B:screwRuby_true=true - B:screwSapphire_true=true - B:screwSilicone_true=true - B:screwSilver_true=true - B:screwStainlessSteel_true=true - B:screwSteelMagnetic_true=true - B:screwSteel_true=true - B:screwSterlingSilver_true=true - B:screwStyreneButadieneRubber_true=true - B:screwTanzanite_true=true - B:screwThorium_true=true - B:screwTinAlloy_true=true - B:screwTin_true=true - B:screwTitanium_true=true - B:screwTopaz_true=true - B:screwTritanium_true=true - B:screwTungstenCarbide_true=true - B:screwTungstenSteel_true=true - B:screwTungsten_true=true - B:screwUltimet_true=true - B:screwUranium235_true=true - B:screwUranium_true=true - B:screwVanadiumSteel_true=true - B:screwWoodSealed_true=true - B:screwWood_true=true - B:screwWroughtIron_true=true - B:springTitanium_true=true - B:stickAluminium_true=true - B:stickAmericium_true=true - B:stickAmethyst_true=true - B:stickBeryllium_true=true - B:stickBismuthBronze_true=true - B:stickBismuth_true=true - B:stickBlackBronze_true=true - B:stickBlackSteel_true=true - B:stickBlaze_true=true - B:stickBlueSteel_true=true - B:stickBlueTopaz_true=true - B:stickBrass_true=true - B:stickBronze_true=true - B:stickCarbon_true=true - B:stickCertusQuartz_true=true - B:stickChrome_true=true - B:stickCobaltBrass_true=true - B:stickCobalt_true=true - B:stickCopper_true=true - B:stickCupronickel_true=true - B:stickDamascusSteel_true=true - B:stickDarkSteel_true=true - B:stickDiamond_true=true - B:stickDuranium_true=true - B:stickElectrum_true=true - B:stickEmerald_true=true - B:stickEpoxidFiberReinforced_true=true - B:stickEpoxid_true=true - B:stickEuropium_true=true - B:stickGarnetRed_true=true - B:stickGarnetYellow_true=true - B:stickGold_true=true - B:stickGreenSapphire_true=true - B:stickHSSE_true=true - B:stickHSSG_true=true - B:stickHSSS_true=true - B:stickInvar_true=true - B:stickIridium_true=true - B:stickIronMagnetic_true=true - B:stickIron_true=true - B:stickKanthal_true=true - B:stickLapis_true=true - B:stickLazurite_true=true - B:stickLead_true=true - B:stickLongAluminium_true=true - B:stickLongAmericium_true=true - B:stickLongAmethyst_true=true - B:stickLongBeryllium_true=true - B:stickLongBismuthBronze_true=true - B:stickLongBismuth_true=true - B:stickLongBlackBronze_true=true - B:stickLongBlackSteel_true=true - B:stickLongBlaze_true=true - B:stickLongBlueSteel_true=true - B:stickLongBlueTopaz_true=true - B:stickLongBrass_true=true - B:stickLongBronze_true=true - B:stickLongCarbon_true=true - B:stickLongCertusQuartz_true=true - B:stickLongChrome_true=true - B:stickLongCobaltBrass_true=true - B:stickLongCobalt_true=true - B:stickLongCupronickel_true=true - B:stickLongDamascusSteel_true=true - B:stickLongDarkSteel_true=true - B:stickLongDiamond_true=true - B:stickLongDuranium_true=true - B:stickLongElectrum_true=true - B:stickLongEmerald_true=true - B:stickLongEpoxidFiberReinforced_true=true - B:stickLongEpoxid_true=true - B:stickLongGarnetRed_true=true - B:stickLongGarnetYellow_true=true - B:stickLongGold_true=true - B:stickLongGreenSapphire_true=true - B:stickLongHSSE_true=true - B:stickLongHSSG_true=true - B:stickLongHSSS_true=true - B:stickLongInvar_true=true - B:stickLongIridium_true=true - B:stickLongIronMagnetic_true=true - B:stickLongIron_true=true - B:stickLongKanthal_true=true - B:stickLongLead_true=true - B:stickLongMagnalium_true=true - B:stickLongManganese_true=true - B:stickLongMithril_true=true - B:stickLongMolybdenum_true=true - B:stickLongNaquadahAlloy_true=true - B:stickLongNaquadahEnriched_true=true - B:stickLongNaquadah_true=true - B:stickLongNaquadria_true=true - B:stickLongNeodymiumMagnetic_true=true - B:stickLongNeodymium_true=true - B:stickLongNetherQuartz_true=true - B:stickLongNetherStar_true=true - B:stickLongNeutronium_true=true - B:stickLongNichrome_true=true - B:stickLongNickelZincFerrite_true=true - B:stickLongNickel_true=true - B:stickLongOlivine_true=true - B:stickLongOpal_true=true - B:stickLongOsmiridium_true=true - B:stickLongOsmium_true=true - B:stickLongPalladium_true=true - B:stickLongPigIron_true=true - B:stickLongPlastic_true=true - B:stickLongPlatinum_true=true - B:stickLongPlutonium241_true=true - B:stickLongPlutonium_true=true - B:stickLongPolycaprolactam_true=true - B:stickLongPolyphenyleneSulfide_true=true - B:stickLongPolystyrene_true=true - B:stickLongPolytetrafluoroethylene_true=true - B:stickLongPolyvinylChloride_true=true - B:stickLongRedSteel_true=true - B:stickLongRoseGold_true=true - B:stickLongRubber_true=true - B:stickLongRuby_true=true - B:stickLongSapphire_true=true - B:stickLongSilicone_true=true - B:stickLongSilver_true=true - B:stickLongStainlessSteel_true=true - B:stickLongSteelMagnetic_true=true - B:stickLongSteel_true=true - B:stickLongSterlingSilver_true=true - B:stickLongStyreneButadieneRubber_true=true - B:stickLongTanzanite_true=true - B:stickLongThorium_true=true - B:stickLongTinAlloy_true=true - B:stickLongTitanium_true=true - B:stickLongTopaz_true=true - B:stickLongTritanium_true=true - B:stickLongTungstenCarbide_true=true - B:stickLongTungstenSteel_true=true - B:stickLongTungsten_true=true - B:stickLongUltimet_true=true - B:stickLongUranium235_true=true - B:stickLongUranium_true=true - B:stickLongVanadiumSteel_true=true - B:stickLongWoodSealed_true=true - B:stickLongWood_true=true - B:stickLongWroughtIron_true=true - B:stickMagnalium_true=true - B:stickManganese_true=true - B:stickMithril_true=true - B:stickMolybdenum_true=true - B:stickNaquadahAlloy_true=true - B:stickNaquadahEnriched_true=true - B:stickNaquadah_true=true - B:stickNaquadria_true=true - B:stickNeodymiumMagnetic_true=true - B:stickNeodymium_true=true - B:stickNetherQuartz_true=true - B:stickNetherStar_true=true - B:stickNeutronium_true=true - B:stickNichrome_true=true - B:stickNickelZincFerrite_true=true - B:stickNickel_true=true - B:stickOlivine_true=true - B:stickOpal_true=true - B:stickOsmiridium_true=true - B:stickOsmium_true=true - B:stickPalladium_true=true - B:stickPigIron_true=true - B:stickPlastic_true=true - B:stickPlatinum_true=true - B:stickPlutonium241_true=true - B:stickPlutonium_true=true - B:stickPolycaprolactam_true=true - B:stickPolyphenyleneSulfide_true=true - B:stickPolystyrene_true=true - B:stickPolytetrafluoroethylene_true=true - B:stickPolyvinylChloride_true=true - B:stickRedSteel_true=true - B:stickRoseGold_true=true - B:stickRubber_true=true - B:stickRuby_true=true - B:stickSapphire_true=true - B:stickSilicone_true=true - B:stickSilver_true=true - B:stickSodalite_true=true - B:stickSolderingAlloy_true=true - B:stickStainlessSteel_true=true - B:stickSteelMagnetic_true=true - B:stickSteel_true=true - B:stickSterlingSilver_true=true - B:stickStyreneButadieneRubber_true=true - B:stickTanzanite_true=true - B:stickThorium_true=true - B:stickTinAlloy_true=true - B:stickTin_true=true - B:stickTitanium_true=true - B:stickTopaz_true=true - B:stickTritanium_true=true - B:stickTungstenCarbide_true=true - B:stickTungstenSteel_true=true - B:stickTungsten_true=true - B:stickUltimet_true=true - B:stickUranium235_true=true - B:stickUranium_true=true - B:stickVanadiumGallium_true=true - B:stickVanadiumSteel_true=true - B:stickWoodSealed_true=true - B:stickWood_true=true - B:stickWroughtIron_true=true - B:tile.anvil.intact_true=true - B:tile.anvil.slightlyDamaged_true=true - B:tile.anvil.veryDamaged_true=true - B:tile.beacon_true=true - B:tile.bookshelf_true=true - B:tile.brick_true=true - B:tile.button_true=true - B:tile.chestTrap_true=true - B:tile.chest_true=true - B:tile.clayHardenedStained.black_true=true - B:tile.clayHardened_true=true - B:tile.clay_true=true - B:tile.cloth.black_true=true - B:tile.dispenser_true=true - B:tile.dropper_true=true - B:tile.enchantmentTable_true=true - B:tile.enderChest_true=true - B:tile.fenceIron_true=true - B:tile.fence_true=true - B:tile.furnace_true=true - B:tile.glass_true=true - B:tile.gravel_true=true - B:tile.hayBlock_true=true - B:tile.hellrock_true=true - B:tile.hopper_true=true - B:tile.icePacked_true=true - B:tile.ice_true=true - B:tile.jukebox_true=true - B:tile.ladder_true=true - B:tile.lever_true=true - B:tile.lightgem_true=true - B:tile.log.acacia_true=true - B:tile.log.oak_true=true - B:tile.melon_true=true - B:tile.mushroom_true=true - B:tile.musicBlock_true=true - B:tile.notGate_true=true - B:tile.obsidian_true=true - B:tile.pistonBase_true=true - B:tile.pistonStickyBase_true=true - B:tile.pressurePlate_true=true - B:tile.pumpkin_true=true - B:tile.quartzBlock.default_true=true - B:tile.redstoneLight_true=true - B:tile.sandStone.default_true=true - B:tile.sapling.oak_true=true - B:tile.snow_true=true - B:tile.stainedGlass.black_true=true - B:tile.stoneMoss_true=true - B:tile.stoneSlab.cobble_true=true - B:tile.stoneSlab.smoothStoneBrick_true=true - B:tile.stoneSlab.stone_true=true - B:tile.stoneSlab.wood_true=true - B:tile.stone_true=true - B:tile.stonebrick_true=true - B:tile.stonebricksmooth.default_true=true - B:tile.thinGlass_true=true - B:tile.thinStainedGlass.black_true=true - B:tile.tripWireSource_true=true - B:tile.weightedPlate_heavy_true=true - B:tile.weightedPlate_light_true=true - B:tile.whiteStone_true=true - B:tile.wood.oak_true=true - B:tile.woodSlab.oak_true=true - B:tile.workbench_true=true - B:toolHeadAxeAluminium_true=true - B:toolHeadAxeAmethyst_true=true - B:toolHeadAxeBeryllium_true=true - B:toolHeadAxeBismuthBronze_true=true - B:toolHeadAxeBismuth_true=true - B:toolHeadAxeBlackBronze_true=true - B:toolHeadAxeBlackSteel_true=true - B:toolHeadAxeBlaze_true=true - B:toolHeadAxeBlueSteel_true=true - B:toolHeadAxeBlueTopaz_true=true - B:toolHeadAxeBrass_true=true - B:toolHeadAxeBronze_true=true - B:toolHeadAxeCarbon_true=true - B:toolHeadAxeCertusQuartz_true=true - B:toolHeadAxeChrome_true=true - B:toolHeadAxeCobaltBrass_true=true - B:toolHeadAxeCobalt_true=true - B:toolHeadAxeCupronickel_true=true - B:toolHeadAxeDamascusSteel_true=true - B:toolHeadAxeDarkSteel_true=true - B:toolHeadAxeDiamond_true=true - B:toolHeadAxeDuranium_true=true - B:toolHeadAxeElectrum_true=true - B:toolHeadAxeEmerald_true=true - B:toolHeadAxeEpoxidFiberReinforced_true=true - B:toolHeadAxeEpoxid_true=true - B:toolHeadAxeFlint_true=true - B:toolHeadAxeGarnetRed_true=true - B:toolHeadAxeGarnetYellow_true=true - B:toolHeadAxeGold_true=true - B:toolHeadAxeGraniteBlack_true=true - B:toolHeadAxeGraniteRed_true=true - B:toolHeadAxeGraphene_true=true - B:toolHeadAxeGraphite_true=true - B:toolHeadAxeGreenSapphire_true=true - B:toolHeadAxeHSSE_true=true - B:toolHeadAxeHSSG_true=true - B:toolHeadAxeHSSS_true=true - B:toolHeadAxeInvar_true=true - B:toolHeadAxeIridium_true=true - B:toolHeadAxeIronMagnetic_true=true - B:toolHeadAxeIron_true=true - B:toolHeadAxeKanthal_true=true - B:toolHeadAxeLead_true=true - B:toolHeadAxeMagnalium_true=true - B:toolHeadAxeManganese_true=true - B:toolHeadAxeMithril_true=true - B:toolHeadAxeMolybdenum_true=true - B:toolHeadAxeNaquadahAlloy_true=true - B:toolHeadAxeNaquadahEnriched_true=true - B:toolHeadAxeNaquadah_true=true - B:toolHeadAxeNaquadria_true=true - B:toolHeadAxeNeodymiumMagnetic_true=true - B:toolHeadAxeNeodymium_true=true - B:toolHeadAxeNetherQuartz_true=true - B:toolHeadAxeNetherStar_true=true - B:toolHeadAxeNeutronium_true=true - B:toolHeadAxeNichrome_true=true - B:toolHeadAxeNickelZincFerrite_true=true - B:toolHeadAxeNickel_true=true - B:toolHeadAxeOlivine_true=true - B:toolHeadAxeOpal_true=true - B:toolHeadAxeOsmiridium_true=true - B:toolHeadAxeOsmium_true=true - B:toolHeadAxePalladium_true=true - B:toolHeadAxePigIron_true=true - B:toolHeadAxePlastic_true=true - B:toolHeadAxePlatinum_true=true - B:toolHeadAxePlutonium241_true=true - B:toolHeadAxePlutonium_true=true - B:toolHeadAxePolycaprolactam_true=true - B:toolHeadAxePolyphenyleneSulfide_true=true - B:toolHeadAxePolystyrene_true=true - B:toolHeadAxePolytetrafluoroethylene_true=true - B:toolHeadAxePolyvinylChloride_true=true - B:toolHeadAxeRedSteel_true=true - B:toolHeadAxeRoseGold_true=true - B:toolHeadAxeRubber_true=true - B:toolHeadAxeRuby_true=true - B:toolHeadAxeSapphire_true=true - B:toolHeadAxeSilicone_true=true - B:toolHeadAxeSilver_true=true - B:toolHeadAxeStainlessSteel_true=true - B:toolHeadAxeSteelMagnetic_true=true - B:toolHeadAxeSteel_true=true - B:toolHeadAxeSterlingSilver_true=true - B:toolHeadAxeStone_true=true - B:toolHeadAxeStyreneButadieneRubber_true=true - B:toolHeadAxeTanzanite_true=true - B:toolHeadAxeThorium_true=true - B:toolHeadAxeTinAlloy_true=true - B:toolHeadAxeTitanium_true=true - B:toolHeadAxeTopaz_true=true - B:toolHeadAxeTritanium_true=true - B:toolHeadAxeTungstenCarbide_true=true - B:toolHeadAxeTungstenSteel_true=true - B:toolHeadAxeTungsten_true=true - B:toolHeadAxeUltimet_true=true - B:toolHeadAxeUranium235_true=true - B:toolHeadAxeUranium_true=true - B:toolHeadAxeVanadiumSteel_true=true - B:toolHeadAxeWoodSealed_true=true - B:toolHeadAxeWood_true=true - B:toolHeadAxeWroughtIron_true=true - B:toolHeadBuzzSawAluminium_true=true - B:toolHeadBuzzSawBeryllium_true=true - B:toolHeadBuzzSawBismuthBronze_true=true - B:toolHeadBuzzSawBismuth_true=true - B:toolHeadBuzzSawBlackBronze_true=true - B:toolHeadBuzzSawBlackSteel_true=true - B:toolHeadBuzzSawBlaze_true=true - B:toolHeadBuzzSawBlueSteel_true=true - B:toolHeadBuzzSawBrass_true=true - B:toolHeadBuzzSawBronze_true=true - B:toolHeadBuzzSawCarbon_true=true - B:toolHeadBuzzSawChrome_true=true - B:toolHeadBuzzSawCobaltBrass_true=true - B:toolHeadBuzzSawCobalt_true=true - B:toolHeadBuzzSawCupronickel_true=true - B:toolHeadBuzzSawDamascusSteel_true=true - B:toolHeadBuzzSawDarkSteel_true=true - B:toolHeadBuzzSawDuranium_true=true - B:toolHeadBuzzSawElectrum_true=true - B:toolHeadBuzzSawEpoxidFiberReinforced_true=true - B:toolHeadBuzzSawEpoxid_true=true - B:toolHeadBuzzSawGold_true=true - B:toolHeadBuzzSawGraphene_true=true - B:toolHeadBuzzSawHSSE_true=true - B:toolHeadBuzzSawHSSG_true=true - B:toolHeadBuzzSawHSSS_true=true - B:toolHeadBuzzSawInvar_true=true - B:toolHeadBuzzSawIridium_true=true - B:toolHeadBuzzSawIronMagnetic_true=true - B:toolHeadBuzzSawIron_true=true - B:toolHeadBuzzSawKanthal_true=true - B:toolHeadBuzzSawLead_true=true - B:toolHeadBuzzSawMagnalium_true=true - B:toolHeadBuzzSawManganese_true=true - B:toolHeadBuzzSawMithril_true=true - B:toolHeadBuzzSawMolybdenum_true=true - B:toolHeadBuzzSawNaquadahAlloy_true=true - B:toolHeadBuzzSawNaquadahEnriched_true=true - B:toolHeadBuzzSawNaquadah_true=true - B:toolHeadBuzzSawNaquadria_true=true - B:toolHeadBuzzSawNeodymiumMagnetic_true=true - B:toolHeadBuzzSawNeodymium_true=true - B:toolHeadBuzzSawNeutronium_true=true - B:toolHeadBuzzSawNichrome_true=true - B:toolHeadBuzzSawNickelZincFerrite_true=true - B:toolHeadBuzzSawNickel_true=true - B:toolHeadBuzzSawOsmiridium_true=true - B:toolHeadBuzzSawOsmium_true=true - B:toolHeadBuzzSawPalladium_true=true - B:toolHeadBuzzSawPigIron_true=true - B:toolHeadBuzzSawPlatinum_true=true - B:toolHeadBuzzSawPlutonium241_true=true - B:toolHeadBuzzSawPlutonium_true=true - B:toolHeadBuzzSawPolycaprolactam_true=true - B:toolHeadBuzzSawPolyphenyleneSulfide_true=true - B:toolHeadBuzzSawPolytetrafluoroethylene_true=true - B:toolHeadBuzzSawRedSteel_true=true - B:toolHeadBuzzSawRoseGold_true=true - B:toolHeadBuzzSawSilver_true=true - B:toolHeadBuzzSawStainlessSteel_true=true - B:toolHeadBuzzSawSteelMagnetic_true=true - B:toolHeadBuzzSawSteel_true=true - B:toolHeadBuzzSawSterlingSilver_true=true - B:toolHeadBuzzSawThorium_true=true - B:toolHeadBuzzSawTinAlloy_true=true - B:toolHeadBuzzSawTitanium_true=true - B:toolHeadBuzzSawTritanium_true=true - B:toolHeadBuzzSawTungstenCarbide_true=true - B:toolHeadBuzzSawTungstenSteel_true=true - B:toolHeadBuzzSawTungsten_true=true - B:toolHeadBuzzSawUltimet_true=true - B:toolHeadBuzzSawUranium235_true=true - B:toolHeadBuzzSawUranium_true=true - B:toolHeadBuzzSawVanadiumSteel_true=true - B:toolHeadBuzzSawWroughtIron_true=true - B:toolHeadChainsawAluminium_true=true - B:toolHeadChainsawBeryllium_true=true - B:toolHeadChainsawBismuthBronze_true=true - B:toolHeadChainsawBismuth_true=true - B:toolHeadChainsawBlackBronze_true=true - B:toolHeadChainsawBlackSteel_true=true - B:toolHeadChainsawBlaze_true=true - B:toolHeadChainsawBlueSteel_true=true - B:toolHeadChainsawBrass_true=true - B:toolHeadChainsawBronze_true=true - B:toolHeadChainsawCarbon_true=true - B:toolHeadChainsawChrome_true=true - B:toolHeadChainsawCobaltBrass_true=true - B:toolHeadChainsawCobalt_true=true - B:toolHeadChainsawCupronickel_true=true - B:toolHeadChainsawDamascusSteel_true=true - B:toolHeadChainsawDarkSteel_true=true - B:toolHeadChainsawDuranium_true=true - B:toolHeadChainsawElectrum_true=true - B:toolHeadChainsawEpoxidFiberReinforced_true=true - B:toolHeadChainsawEpoxid_true=true - B:toolHeadChainsawGold_true=true - B:toolHeadChainsawGraphene_true=true - B:toolHeadChainsawHSSE_true=true - B:toolHeadChainsawHSSG_true=true - B:toolHeadChainsawHSSS_true=true - B:toolHeadChainsawInvar_true=true - B:toolHeadChainsawIridium_true=true - B:toolHeadChainsawIronMagnetic_true=true - B:toolHeadChainsawIron_true=true - B:toolHeadChainsawKanthal_true=true - B:toolHeadChainsawLead_true=true - B:toolHeadChainsawMagnalium_true=true - B:toolHeadChainsawManganese_true=true - B:toolHeadChainsawMithril_true=true - B:toolHeadChainsawMolybdenum_true=true - B:toolHeadChainsawNaquadahAlloy_true=true - B:toolHeadChainsawNaquadahEnriched_true=true - B:toolHeadChainsawNaquadah_true=true - B:toolHeadChainsawNaquadria_true=true - B:toolHeadChainsawNeodymiumMagnetic_true=true - B:toolHeadChainsawNeodymium_true=true - B:toolHeadChainsawNeutronium_true=true - B:toolHeadChainsawNichrome_true=true - B:toolHeadChainsawNickelZincFerrite_true=true - B:toolHeadChainsawNickel_true=true - B:toolHeadChainsawOsmiridium_true=true - B:toolHeadChainsawOsmium_true=true - B:toolHeadChainsawPalladium_true=true - B:toolHeadChainsawPigIron_true=true - B:toolHeadChainsawPlatinum_true=true - B:toolHeadChainsawPlutonium241_true=true - B:toolHeadChainsawPlutonium_true=true - B:toolHeadChainsawPolycaprolactam_true=true - B:toolHeadChainsawPolyphenyleneSulfide_true=true - B:toolHeadChainsawPolytetrafluoroethylene_true=true - B:toolHeadChainsawRedSteel_true=true - B:toolHeadChainsawRoseGold_true=true - B:toolHeadChainsawSilver_true=true - B:toolHeadChainsawStainlessSteel_true=true - B:toolHeadChainsawSteelMagnetic_true=true - B:toolHeadChainsawSteel_true=true - B:toolHeadChainsawSterlingSilver_true=true - B:toolHeadChainsawThorium_true=true - B:toolHeadChainsawTinAlloy_true=true - B:toolHeadChainsawTitanium_true=true - B:toolHeadChainsawTritanium_true=true - B:toolHeadChainsawTungstenCarbide_true=true - B:toolHeadChainsawTungstenSteel_true=true - B:toolHeadChainsawTungsten_true=true - B:toolHeadChainsawUltimet_true=true - B:toolHeadChainsawUranium235_true=true - B:toolHeadChainsawUranium_true=true - B:toolHeadChainsawVanadiumSteel_true=true - B:toolHeadChainsawWroughtIron_true=true - B:toolHeadDrillAluminium_true=true - B:toolHeadDrillBeryllium_true=true - B:toolHeadDrillBismuthBronze_true=true - B:toolHeadDrillBismuth_true=true - B:toolHeadDrillBlackBronze_true=true - B:toolHeadDrillBlackSteel_true=true - B:toolHeadDrillBlaze_true=true - B:toolHeadDrillBlueSteel_true=true - B:toolHeadDrillBrass_true=true - B:toolHeadDrillBronze_true=true - B:toolHeadDrillCarbon_true=true - B:toolHeadDrillChrome_true=true - B:toolHeadDrillCobaltBrass_true=true - B:toolHeadDrillCobalt_true=true - B:toolHeadDrillCupronickel_true=true - B:toolHeadDrillDamascusSteel_true=true - B:toolHeadDrillDarkSteel_true=true - B:toolHeadDrillDuranium_true=true - B:toolHeadDrillElectrum_true=true - B:toolHeadDrillEpoxidFiberReinforced_true=true - B:toolHeadDrillEpoxid_true=true - B:toolHeadDrillGold_true=true - B:toolHeadDrillGraphene_true=true - B:toolHeadDrillHSSE_true=true - B:toolHeadDrillHSSG_true=true - B:toolHeadDrillHSSS_true=true - B:toolHeadDrillInvar_true=true - B:toolHeadDrillIridium_true=true - B:toolHeadDrillIronMagnetic_true=true - B:toolHeadDrillIron_true=true - B:toolHeadDrillKanthal_true=true - B:toolHeadDrillLead_true=true - B:toolHeadDrillMagnalium_true=true - B:toolHeadDrillManganese_true=true - B:toolHeadDrillMithril_true=true - B:toolHeadDrillMolybdenum_true=true - B:toolHeadDrillNaquadahAlloy_true=true - B:toolHeadDrillNaquadahEnriched_true=true - B:toolHeadDrillNaquadah_true=true - B:toolHeadDrillNaquadria_true=true - B:toolHeadDrillNeodymiumMagnetic_true=true - B:toolHeadDrillNeodymium_true=true - B:toolHeadDrillNeutronium_true=true - B:toolHeadDrillNichrome_true=true - B:toolHeadDrillNickelZincFerrite_true=true - B:toolHeadDrillNickel_true=true - B:toolHeadDrillOsmiridium_true=true - B:toolHeadDrillOsmium_true=true - B:toolHeadDrillPalladium_true=true - B:toolHeadDrillPigIron_true=true - B:toolHeadDrillPlatinum_true=true - B:toolHeadDrillPlutonium241_true=true - B:toolHeadDrillPlutonium_true=true - B:toolHeadDrillPolycaprolactam_true=true - B:toolHeadDrillPolyphenyleneSulfide_true=true - B:toolHeadDrillPolytetrafluoroethylene_true=true - B:toolHeadDrillRedSteel_true=true - B:toolHeadDrillRoseGold_true=true - B:toolHeadDrillSilver_true=true - B:toolHeadDrillStainlessSteel_true=true - B:toolHeadDrillSteelMagnetic_true=true - B:toolHeadDrillSteel_true=true - B:toolHeadDrillSterlingSilver_true=true - B:toolHeadDrillThorium_true=true - B:toolHeadDrillTinAlloy_true=true - B:toolHeadDrillTitanium_true=true - B:toolHeadDrillTritanium_true=true - B:toolHeadDrillTungstenCarbide_true=true - B:toolHeadDrillTungstenSteel_true=true - B:toolHeadDrillTungsten_true=true - B:toolHeadDrillUltimet_true=true - B:toolHeadDrillUranium235_true=true - B:toolHeadDrillUranium_true=true - B:toolHeadDrillVanadiumSteel_true=true - B:toolHeadDrillWroughtIron_true=true - B:toolHeadFileAluminium_true=true - B:toolHeadFileBeryllium_true=true - B:toolHeadFileBismuthBronze_true=true - B:toolHeadFileBismuth_true=true - B:toolHeadFileBlackBronze_true=true - B:toolHeadFileBlackSteel_true=true - B:toolHeadFileBlaze_true=true - B:toolHeadFileBlueSteel_true=true - B:toolHeadFileBrass_true=true - B:toolHeadFileBronze_true=true - B:toolHeadFileCarbon_true=true - B:toolHeadFileChrome_true=true - B:toolHeadFileCobaltBrass_true=true - B:toolHeadFileCobalt_true=true - B:toolHeadFileCupronickel_true=true - B:toolHeadFileDamascusSteel_true=true - B:toolHeadFileDarkSteel_true=true - B:toolHeadFileDuranium_true=true - B:toolHeadFileElectrum_true=true - B:toolHeadFileEpoxidFiberReinforced_true=true - B:toolHeadFileEpoxid_true=true - B:toolHeadFileGold_true=true - B:toolHeadFileGraphene_true=true - B:toolHeadFileHSSE_true=true - B:toolHeadFileHSSG_true=true - B:toolHeadFileHSSS_true=true - B:toolHeadFileInvar_true=true - B:toolHeadFileIridium_true=true - B:toolHeadFileIronMagnetic_true=true - B:toolHeadFileIron_true=true - B:toolHeadFileKanthal_true=true - B:toolHeadFileLead_true=true - B:toolHeadFileMagnalium_true=true - B:toolHeadFileManganese_true=true - B:toolHeadFileMithril_true=true - B:toolHeadFileMolybdenum_true=true - B:toolHeadFileNaquadahAlloy_true=true - B:toolHeadFileNaquadahEnriched_true=true - B:toolHeadFileNaquadah_true=true - B:toolHeadFileNaquadria_true=true - B:toolHeadFileNeodymiumMagnetic_true=true - B:toolHeadFileNeodymium_true=true - B:toolHeadFileNeutronium_true=true - B:toolHeadFileNichrome_true=true - B:toolHeadFileNickelZincFerrite_true=true - B:toolHeadFileNickel_true=true - B:toolHeadFileOsmiridium_true=true - B:toolHeadFileOsmium_true=true - B:toolHeadFilePalladium_true=true - B:toolHeadFilePigIron_true=true - B:toolHeadFilePlatinum_true=true - B:toolHeadFilePlutonium241_true=true - B:toolHeadFilePlutonium_true=true - B:toolHeadFilePolycaprolactam_true=true - B:toolHeadFilePolyphenyleneSulfide_true=true - B:toolHeadFilePolytetrafluoroethylene_true=true - B:toolHeadFileRedSteel_true=true - B:toolHeadFileRoseGold_true=true - B:toolHeadFileSilver_true=true - B:toolHeadFileStainlessSteel_true=true - B:toolHeadFileSteelMagnetic_true=true - B:toolHeadFileSteel_true=true - B:toolHeadFileSterlingSilver_true=true - B:toolHeadFileThorium_true=true - B:toolHeadFileTinAlloy_true=true - B:toolHeadFileTitanium_true=true - B:toolHeadFileTritanium_true=true - B:toolHeadFileTungstenCarbide_true=true - B:toolHeadFileTungstenSteel_true=true - B:toolHeadFileTungsten_true=true - B:toolHeadFileUltimet_true=true - B:toolHeadFileUranium235_true=true - B:toolHeadFileUranium_true=true - B:toolHeadFileVanadiumSteel_true=true - B:toolHeadFileWroughtIron_true=true - B:toolHeadHammerAluminium_true=true - B:toolHeadHammerAmethyst_true=true - B:toolHeadHammerBeryllium_true=true - B:toolHeadHammerBismuthBronze_true=true - B:toolHeadHammerBismuth_true=true - B:toolHeadHammerBlackBronze_true=true - B:toolHeadHammerBlackSteel_true=true - B:toolHeadHammerBlaze_true=true - B:toolHeadHammerBlueSteel_true=true - B:toolHeadHammerBlueTopaz_true=true - B:toolHeadHammerBrass_true=true - B:toolHeadHammerBronze_true=true - B:toolHeadHammerCarbon_true=true - B:toolHeadHammerCertusQuartz_true=true - B:toolHeadHammerChrome_true=true - B:toolHeadHammerCobaltBrass_true=true - B:toolHeadHammerCobalt_true=true - B:toolHeadHammerCupronickel_true=true - B:toolHeadHammerDamascusSteel_true=true - B:toolHeadHammerDarkSteel_true=true - B:toolHeadHammerDiamond_true=true - B:toolHeadHammerDuranium_true=true - B:toolHeadHammerElectrum_true=true - B:toolHeadHammerEmerald_true=true - B:toolHeadHammerEpoxidFiberReinforced_true=true - B:toolHeadHammerEpoxid_true=true - B:toolHeadHammerFlint_true=true - B:toolHeadHammerGarnetRed_true=true - B:toolHeadHammerGarnetYellow_true=true - B:toolHeadHammerGold_true=true - B:toolHeadHammerGraniteBlack_true=true - B:toolHeadHammerGraniteRed_true=true - B:toolHeadHammerGraphene_true=true - B:toolHeadHammerGraphite_true=true - B:toolHeadHammerGreenSapphire_true=true - B:toolHeadHammerHSSE_true=true - B:toolHeadHammerHSSG_true=true - B:toolHeadHammerHSSS_true=true - B:toolHeadHammerInvar_true=true - B:toolHeadHammerIridium_true=true - B:toolHeadHammerIronMagnetic_true=true - B:toolHeadHammerIron_true=true - B:toolHeadHammerKanthal_true=true - B:toolHeadHammerLead_true=true - B:toolHeadHammerMagnalium_true=true - B:toolHeadHammerManganese_true=true - B:toolHeadHammerMithril_true=true - B:toolHeadHammerMolybdenum_true=true - B:toolHeadHammerNaquadahAlloy_true=true - B:toolHeadHammerNaquadahEnriched_true=true - B:toolHeadHammerNaquadah_true=true - B:toolHeadHammerNaquadria_true=true - B:toolHeadHammerNeodymiumMagnetic_true=true - B:toolHeadHammerNeodymium_true=true - B:toolHeadHammerNetherQuartz_true=true - B:toolHeadHammerNetherStar_true=true - B:toolHeadHammerNeutronium_true=true - B:toolHeadHammerNichrome_true=true - B:toolHeadHammerNickelZincFerrite_true=true - B:toolHeadHammerNickel_true=true - B:toolHeadHammerOlivine_true=true - B:toolHeadHammerOpal_true=true - B:toolHeadHammerOsmiridium_true=true - B:toolHeadHammerOsmium_true=true - B:toolHeadHammerPalladium_true=true - B:toolHeadHammerPigIron_true=true - B:toolHeadHammerPlastic_true=true - B:toolHeadHammerPlatinum_true=true - B:toolHeadHammerPlutonium241_true=true - B:toolHeadHammerPlutonium_true=true - B:toolHeadHammerPolycaprolactam_true=true - B:toolHeadHammerPolyphenyleneSulfide_true=true - B:toolHeadHammerPolystyrene_true=true - B:toolHeadHammerPolytetrafluoroethylene_true=true - B:toolHeadHammerPolyvinylChloride_true=true - B:toolHeadHammerRedSteel_true=true - B:toolHeadHammerRoseGold_true=true - B:toolHeadHammerRubber_true=true - B:toolHeadHammerRuby_true=true - B:toolHeadHammerSapphire_true=true - B:toolHeadHammerSilicone_true=true - B:toolHeadHammerSilver_true=true - B:toolHeadHammerStainlessSteel_true=true - B:toolHeadHammerSteelMagnetic_true=true - B:toolHeadHammerSteel_true=true - B:toolHeadHammerSterlingSilver_true=true - B:toolHeadHammerStone_true=true - B:toolHeadHammerStyreneButadieneRubber_true=true - B:toolHeadHammerTanzanite_true=true - B:toolHeadHammerThorium_true=true - B:toolHeadHammerTinAlloy_true=true - B:toolHeadHammerTitanium_true=true - B:toolHeadHammerTopaz_true=true - B:toolHeadHammerTritanium_true=true - B:toolHeadHammerTungstenCarbide_true=true - B:toolHeadHammerTungstenSteel_true=true - B:toolHeadHammerTungsten_true=true - B:toolHeadHammerUltimet_true=true - B:toolHeadHammerUranium235_true=true - B:toolHeadHammerUranium_true=true - B:toolHeadHammerVanadiumSteel_true=true - B:toolHeadHammerWoodSealed_true=true - B:toolHeadHammerWood_true=true - B:toolHeadHammerWroughtIron_true=true - B:toolHeadHoeAluminium_true=true - B:toolHeadHoeAmethyst_true=true - B:toolHeadHoeBeryllium_true=true - B:toolHeadHoeBismuthBronze_true=true - B:toolHeadHoeBismuth_true=true - B:toolHeadHoeBlackBronze_true=true - B:toolHeadHoeBlackSteel_true=true - B:toolHeadHoeBlaze_true=true - B:toolHeadHoeBlueSteel_true=true - B:toolHeadHoeBlueTopaz_true=true - B:toolHeadHoeBrass_true=true - B:toolHeadHoeBronze_true=true - B:toolHeadHoeCarbon_true=true - B:toolHeadHoeCertusQuartz_true=true - B:toolHeadHoeChrome_true=true - B:toolHeadHoeCobaltBrass_true=true - B:toolHeadHoeCobalt_true=true - B:toolHeadHoeCupronickel_true=true - B:toolHeadHoeDamascusSteel_true=true - B:toolHeadHoeDarkSteel_true=true - B:toolHeadHoeDiamond_true=true - B:toolHeadHoeDuranium_true=true - B:toolHeadHoeElectrum_true=true - B:toolHeadHoeEmerald_true=true - B:toolHeadHoeEpoxidFiberReinforced_true=true - B:toolHeadHoeEpoxid_true=true - B:toolHeadHoeFlint_true=true - B:toolHeadHoeGarnetRed_true=true - B:toolHeadHoeGarnetYellow_true=true - B:toolHeadHoeGold_true=true - B:toolHeadHoeGraniteBlack_true=true - B:toolHeadHoeGraniteRed_true=true - B:toolHeadHoeGraphene_true=true - B:toolHeadHoeGraphite_true=true - B:toolHeadHoeGreenSapphire_true=true - B:toolHeadHoeHSSE_true=true - B:toolHeadHoeHSSG_true=true - B:toolHeadHoeHSSS_true=true - B:toolHeadHoeInvar_true=true - B:toolHeadHoeIridium_true=true - B:toolHeadHoeIronMagnetic_true=true - B:toolHeadHoeIron_true=true - B:toolHeadHoeKanthal_true=true - B:toolHeadHoeLead_true=true - B:toolHeadHoeMagnalium_true=true - B:toolHeadHoeManganese_true=true - B:toolHeadHoeMithril_true=true - B:toolHeadHoeMolybdenum_true=true - B:toolHeadHoeNaquadahAlloy_true=true - B:toolHeadHoeNaquadahEnriched_true=true - B:toolHeadHoeNaquadah_true=true - B:toolHeadHoeNaquadria_true=true - B:toolHeadHoeNeodymiumMagnetic_true=true - B:toolHeadHoeNeodymium_true=true - B:toolHeadHoeNetherQuartz_true=true - B:toolHeadHoeNetherStar_true=true - B:toolHeadHoeNeutronium_true=true - B:toolHeadHoeNichrome_true=true - B:toolHeadHoeNickelZincFerrite_true=true - B:toolHeadHoeNickel_true=true - B:toolHeadHoeOlivine_true=true - B:toolHeadHoeOpal_true=true - B:toolHeadHoeOsmiridium_true=true - B:toolHeadHoeOsmium_true=true - B:toolHeadHoePalladium_true=true - B:toolHeadHoePigIron_true=true - B:toolHeadHoePlastic_true=true - B:toolHeadHoePlatinum_true=true - B:toolHeadHoePlutonium241_true=true - B:toolHeadHoePlutonium_true=true - B:toolHeadHoePolycaprolactam_true=true - B:toolHeadHoePolyphenyleneSulfide_true=true - B:toolHeadHoePolystyrene_true=true - B:toolHeadHoePolytetrafluoroethylene_true=true - B:toolHeadHoePolyvinylChloride_true=true - B:toolHeadHoeRedSteel_true=true - B:toolHeadHoeRoseGold_true=true - B:toolHeadHoeRubber_true=true - B:toolHeadHoeRuby_true=true - B:toolHeadHoeSapphire_true=true - B:toolHeadHoeSilicone_true=true - B:toolHeadHoeSilver_true=true - B:toolHeadHoeStainlessSteel_true=true - B:toolHeadHoeSteelMagnetic_true=true - B:toolHeadHoeSteel_true=true - B:toolHeadHoeSterlingSilver_true=true - B:toolHeadHoeStone_true=true - B:toolHeadHoeStyreneButadieneRubber_true=true - B:toolHeadHoeTanzanite_true=true - B:toolHeadHoeThorium_true=true - B:toolHeadHoeTinAlloy_true=true - B:toolHeadHoeTitanium_true=true - B:toolHeadHoeTopaz_true=true - B:toolHeadHoeTritanium_true=true - B:toolHeadHoeTungstenCarbide_true=true - B:toolHeadHoeTungstenSteel_true=true - B:toolHeadHoeTungsten_true=true - B:toolHeadHoeUltimet_true=true - B:toolHeadHoeUranium235_true=true - B:toolHeadHoeUranium_true=true - B:toolHeadHoeVanadiumSteel_true=true - B:toolHeadHoeWoodSealed_true=true - B:toolHeadHoeWood_true=true - B:toolHeadHoeWroughtIron_true=true - B:toolHeadPickaxeAluminium_true=true - B:toolHeadPickaxeAmethyst_true=true - B:toolHeadPickaxeBeryllium_true=true - B:toolHeadPickaxeBismuthBronze_true=true - B:toolHeadPickaxeBismuth_true=true - B:toolHeadPickaxeBlackBronze_true=true - B:toolHeadPickaxeBlackSteel_true=true - B:toolHeadPickaxeBlaze_true=true - B:toolHeadPickaxeBlueSteel_true=true - B:toolHeadPickaxeBlueTopaz_true=true - B:toolHeadPickaxeBrass_true=true - B:toolHeadPickaxeBronze_true=true - B:toolHeadPickaxeCarbon_true=true - B:toolHeadPickaxeCertusQuartz_true=true - B:toolHeadPickaxeChrome_true=true - B:toolHeadPickaxeCobaltBrass_true=true - B:toolHeadPickaxeCobalt_true=true - B:toolHeadPickaxeCupronickel_true=true - B:toolHeadPickaxeDamascusSteel_true=true - B:toolHeadPickaxeDarkSteel_true=true - B:toolHeadPickaxeDiamond_true=true - B:toolHeadPickaxeDuranium_true=true - B:toolHeadPickaxeElectrum_true=true - B:toolHeadPickaxeEmerald_true=true - B:toolHeadPickaxeEpoxidFiberReinforced_true=true - B:toolHeadPickaxeEpoxid_true=true - B:toolHeadPickaxeFlint_true=true - B:toolHeadPickaxeGarnetRed_true=true - B:toolHeadPickaxeGarnetYellow_true=true - B:toolHeadPickaxeGold_true=true - B:toolHeadPickaxeGraniteBlack_true=true - B:toolHeadPickaxeGraniteRed_true=true - B:toolHeadPickaxeGraphene_true=true - B:toolHeadPickaxeGraphite_true=true - B:toolHeadPickaxeGreenSapphire_true=true - B:toolHeadPickaxeHSSE_true=true - B:toolHeadPickaxeHSSG_true=true - B:toolHeadPickaxeHSSS_true=true - B:toolHeadPickaxeInvar_true=true - B:toolHeadPickaxeIridium_true=true - B:toolHeadPickaxeIronMagnetic_true=true - B:toolHeadPickaxeIron_true=true - B:toolHeadPickaxeKanthal_true=true - B:toolHeadPickaxeLead_true=true - B:toolHeadPickaxeMagnalium_true=true - B:toolHeadPickaxeManganese_true=true - B:toolHeadPickaxeMithril_true=true - B:toolHeadPickaxeMolybdenum_true=true - B:toolHeadPickaxeNaquadahAlloy_true=true - B:toolHeadPickaxeNaquadahEnriched_true=true - B:toolHeadPickaxeNaquadah_true=true - B:toolHeadPickaxeNaquadria_true=true - B:toolHeadPickaxeNeodymiumMagnetic_true=true - B:toolHeadPickaxeNeodymium_true=true - B:toolHeadPickaxeNetherQuartz_true=true - B:toolHeadPickaxeNetherStar_true=true - B:toolHeadPickaxeNeutronium_true=true - B:toolHeadPickaxeNichrome_true=true - B:toolHeadPickaxeNickelZincFerrite_true=true - B:toolHeadPickaxeNickel_true=true - B:toolHeadPickaxeOlivine_true=true - B:toolHeadPickaxeOpal_true=true - B:toolHeadPickaxeOsmiridium_true=true - B:toolHeadPickaxeOsmium_true=true - B:toolHeadPickaxePalladium_true=true - B:toolHeadPickaxePigIron_true=true - B:toolHeadPickaxePlastic_true=true - B:toolHeadPickaxePlatinum_true=true - B:toolHeadPickaxePlutonium241_true=true - B:toolHeadPickaxePlutonium_true=true - B:toolHeadPickaxePolycaprolactam_true=true - B:toolHeadPickaxePolyphenyleneSulfide_true=true - B:toolHeadPickaxePolystyrene_true=true - B:toolHeadPickaxePolytetrafluoroethylene_true=true - B:toolHeadPickaxePolyvinylChloride_true=true - B:toolHeadPickaxeRedSteel_true=true - B:toolHeadPickaxeRoseGold_true=true - B:toolHeadPickaxeRubber_true=true - B:toolHeadPickaxeRuby_true=true - B:toolHeadPickaxeSapphire_true=true - B:toolHeadPickaxeSilicone_true=true - B:toolHeadPickaxeSilver_true=true - B:toolHeadPickaxeStainlessSteel_true=true - B:toolHeadPickaxeSteelMagnetic_true=true - B:toolHeadPickaxeSteel_true=true - B:toolHeadPickaxeSterlingSilver_true=true - B:toolHeadPickaxeStone_true=true - B:toolHeadPickaxeStyreneButadieneRubber_true=true - B:toolHeadPickaxeTanzanite_true=true - B:toolHeadPickaxeThorium_true=true - B:toolHeadPickaxeTinAlloy_true=true - B:toolHeadPickaxeTitanium_true=true - B:toolHeadPickaxeTopaz_true=true - B:toolHeadPickaxeTritanium_true=true - B:toolHeadPickaxeTungstenCarbide_true=true - B:toolHeadPickaxeTungstenSteel_true=true - B:toolHeadPickaxeTungsten_true=true - B:toolHeadPickaxeUltimet_true=true - B:toolHeadPickaxeUranium235_true=true - B:toolHeadPickaxeUranium_true=true - B:toolHeadPickaxeVanadiumSteel_true=true - B:toolHeadPickaxeWoodSealed_true=true - B:toolHeadPickaxeWood_true=true - B:toolHeadPickaxeWroughtIron_true=true - B:toolHeadPlowAluminium_true=true - B:toolHeadPlowAmethyst_true=true - B:toolHeadPlowBeryllium_true=true - B:toolHeadPlowBismuthBronze_true=true - B:toolHeadPlowBismuth_true=true - B:toolHeadPlowBlackBronze_true=true - B:toolHeadPlowBlackSteel_true=true - B:toolHeadPlowBlaze_true=true - B:toolHeadPlowBlueSteel_true=true - B:toolHeadPlowBlueTopaz_true=true - B:toolHeadPlowBrass_true=true - B:toolHeadPlowBronze_true=true - B:toolHeadPlowCarbon_true=true - B:toolHeadPlowCertusQuartz_true=true - B:toolHeadPlowChrome_true=true - B:toolHeadPlowCobaltBrass_true=true - B:toolHeadPlowCobalt_true=true - B:toolHeadPlowCupronickel_true=true - B:toolHeadPlowDamascusSteel_true=true - B:toolHeadPlowDarkSteel_true=true - B:toolHeadPlowDiamond_true=true - B:toolHeadPlowDuranium_true=true - B:toolHeadPlowElectrum_true=true - B:toolHeadPlowEmerald_true=true - B:toolHeadPlowEpoxidFiberReinforced_true=true - B:toolHeadPlowEpoxid_true=true - B:toolHeadPlowFlint_true=true - B:toolHeadPlowGarnetRed_true=true - B:toolHeadPlowGarnetYellow_true=true - B:toolHeadPlowGold_true=true - B:toolHeadPlowGraniteBlack_true=true - B:toolHeadPlowGraniteRed_true=true - B:toolHeadPlowGraphene_true=true - B:toolHeadPlowGraphite_true=true - B:toolHeadPlowGreenSapphire_true=true - B:toolHeadPlowHSSE_true=true - B:toolHeadPlowHSSG_true=true - B:toolHeadPlowHSSS_true=true - B:toolHeadPlowInvar_true=true - B:toolHeadPlowIridium_true=true - B:toolHeadPlowIronMagnetic_true=true - B:toolHeadPlowIron_true=true - B:toolHeadPlowKanthal_true=true - B:toolHeadPlowLead_true=true - B:toolHeadPlowMagnalium_true=true - B:toolHeadPlowManganese_true=true - B:toolHeadPlowMithril_true=true - B:toolHeadPlowMolybdenum_true=true - B:toolHeadPlowNaquadahAlloy_true=true - B:toolHeadPlowNaquadahEnriched_true=true - B:toolHeadPlowNaquadah_true=true - B:toolHeadPlowNaquadria_true=true - B:toolHeadPlowNeodymiumMagnetic_true=true - B:toolHeadPlowNeodymium_true=true - B:toolHeadPlowNetherQuartz_true=true - B:toolHeadPlowNetherStar_true=true - B:toolHeadPlowNeutronium_true=true - B:toolHeadPlowNichrome_true=true - B:toolHeadPlowNickelZincFerrite_true=true - B:toolHeadPlowNickel_true=true - B:toolHeadPlowOlivine_true=true - B:toolHeadPlowOpal_true=true - B:toolHeadPlowOsmiridium_true=true - B:toolHeadPlowOsmium_true=true - B:toolHeadPlowPalladium_true=true - B:toolHeadPlowPigIron_true=true - B:toolHeadPlowPlastic_true=true - B:toolHeadPlowPlatinum_true=true - B:toolHeadPlowPlutonium241_true=true - B:toolHeadPlowPlutonium_true=true - B:toolHeadPlowPolycaprolactam_true=true - B:toolHeadPlowPolyphenyleneSulfide_true=true - B:toolHeadPlowPolystyrene_true=true - B:toolHeadPlowPolytetrafluoroethylene_true=true - B:toolHeadPlowPolyvinylChloride_true=true - B:toolHeadPlowRedSteel_true=true - B:toolHeadPlowRoseGold_true=true - B:toolHeadPlowRubber_true=true - B:toolHeadPlowRuby_true=true - B:toolHeadPlowSapphire_true=true - B:toolHeadPlowSilicone_true=true - B:toolHeadPlowSilver_true=true - B:toolHeadPlowStainlessSteel_true=true - B:toolHeadPlowSteelMagnetic_true=true - B:toolHeadPlowSteel_true=true - B:toolHeadPlowSterlingSilver_true=true - B:toolHeadPlowStone_true=true - B:toolHeadPlowStyreneButadieneRubber_true=true - B:toolHeadPlowTanzanite_true=true - B:toolHeadPlowThorium_true=true - B:toolHeadPlowTinAlloy_true=true - B:toolHeadPlowTitanium_true=true - B:toolHeadPlowTopaz_true=true - B:toolHeadPlowTritanium_true=true - B:toolHeadPlowTungstenCarbide_true=true - B:toolHeadPlowTungstenSteel_true=true - B:toolHeadPlowTungsten_true=true - B:toolHeadPlowUltimet_true=true - B:toolHeadPlowUranium235_true=true - B:toolHeadPlowUranium_true=true - B:toolHeadPlowVanadiumSteel_true=true - B:toolHeadPlowWoodSealed_true=true - B:toolHeadPlowWood_true=true - B:toolHeadPlowWroughtIron_true=true - B:toolHeadSawAluminium_true=true - B:toolHeadSawBeryllium_true=true - B:toolHeadSawBismuthBronze_true=true - B:toolHeadSawBismuth_true=true - B:toolHeadSawBlackBronze_true=true - B:toolHeadSawBlackSteel_true=true - B:toolHeadSawBlaze_true=true - B:toolHeadSawBlueSteel_true=true - B:toolHeadSawBrass_true=true - B:toolHeadSawBronze_true=true - B:toolHeadSawCarbon_true=true - B:toolHeadSawChrome_true=true - B:toolHeadSawCobaltBrass_true=true - B:toolHeadSawCobalt_true=true - B:toolHeadSawCupronickel_true=true - B:toolHeadSawDamascusSteel_true=true - B:toolHeadSawDarkSteel_true=true - B:toolHeadSawDuranium_true=true - B:toolHeadSawElectrum_true=true - B:toolHeadSawEpoxidFiberReinforced_true=true - B:toolHeadSawEpoxid_true=true - B:toolHeadSawGold_true=true - B:toolHeadSawGraphene_true=true - B:toolHeadSawHSSE_true=true - B:toolHeadSawHSSG_true=true - B:toolHeadSawHSSS_true=true - B:toolHeadSawInvar_true=true - B:toolHeadSawIridium_true=true - B:toolHeadSawIronMagnetic_true=true - B:toolHeadSawIron_true=true - B:toolHeadSawKanthal_true=true - B:toolHeadSawLead_true=true - B:toolHeadSawMagnalium_true=true - B:toolHeadSawManganese_true=true - B:toolHeadSawMithril_true=true - B:toolHeadSawMolybdenum_true=true - B:toolHeadSawNaquadahAlloy_true=true - B:toolHeadSawNaquadahEnriched_true=true - B:toolHeadSawNaquadah_true=true - B:toolHeadSawNaquadria_true=true - B:toolHeadSawNeodymiumMagnetic_true=true - B:toolHeadSawNeodymium_true=true - B:toolHeadSawNeutronium_true=true - B:toolHeadSawNichrome_true=true - B:toolHeadSawNickelZincFerrite_true=true - B:toolHeadSawNickel_true=true - B:toolHeadSawOsmiridium_true=true - B:toolHeadSawOsmium_true=true - B:toolHeadSawPalladium_true=true - B:toolHeadSawPigIron_true=true - B:toolHeadSawPlatinum_true=true - B:toolHeadSawPlutonium241_true=true - B:toolHeadSawPlutonium_true=true - B:toolHeadSawPolycaprolactam_true=true - B:toolHeadSawPolyphenyleneSulfide_true=true - B:toolHeadSawPolytetrafluoroethylene_true=true - B:toolHeadSawRedSteel_true=true - B:toolHeadSawRoseGold_true=true - B:toolHeadSawSilver_true=true - B:toolHeadSawStainlessSteel_true=true - B:toolHeadSawSteelMagnetic_true=true - B:toolHeadSawSteel_true=true - B:toolHeadSawSterlingSilver_true=true - B:toolHeadSawThorium_true=true - B:toolHeadSawTinAlloy_true=true - B:toolHeadSawTitanium_true=true - B:toolHeadSawTritanium_true=true - B:toolHeadSawTungstenCarbide_true=true - B:toolHeadSawTungstenSteel_true=true - B:toolHeadSawTungsten_true=true - B:toolHeadSawUltimet_true=true - B:toolHeadSawUranium235_true=true - B:toolHeadSawUranium_true=true - B:toolHeadSawVanadiumSteel_true=true - B:toolHeadSawWroughtIron_true=true - B:toolHeadSenseAluminium_true=true - B:toolHeadSenseAmethyst_true=true - B:toolHeadSenseBeryllium_true=true - B:toolHeadSenseBismuthBronze_true=true - B:toolHeadSenseBismuth_true=true - B:toolHeadSenseBlackBronze_true=true - B:toolHeadSenseBlackSteel_true=true - B:toolHeadSenseBlaze_true=true - B:toolHeadSenseBlueSteel_true=true - B:toolHeadSenseBlueTopaz_true=true - B:toolHeadSenseBrass_true=true - B:toolHeadSenseBronze_true=true - B:toolHeadSenseCarbon_true=true - B:toolHeadSenseCertusQuartz_true=true - B:toolHeadSenseChrome_true=true - B:toolHeadSenseCobaltBrass_true=true - B:toolHeadSenseCobalt_true=true - B:toolHeadSenseCupronickel_true=true - B:toolHeadSenseDamascusSteel_true=true - B:toolHeadSenseDarkSteel_true=true - B:toolHeadSenseDiamond_true=true - B:toolHeadSenseDuranium_true=true - B:toolHeadSenseElectrum_true=true - B:toolHeadSenseEmerald_true=true - B:toolHeadSenseEpoxidFiberReinforced_true=true - B:toolHeadSenseEpoxid_true=true - B:toolHeadSenseFlint_true=true - B:toolHeadSenseGarnetRed_true=true - B:toolHeadSenseGarnetYellow_true=true - B:toolHeadSenseGold_true=true - B:toolHeadSenseGraniteBlack_true=true - B:toolHeadSenseGraniteRed_true=true - B:toolHeadSenseGraphene_true=true - B:toolHeadSenseGraphite_true=true - B:toolHeadSenseGreenSapphire_true=true - B:toolHeadSenseHSSE_true=true - B:toolHeadSenseHSSG_true=true - B:toolHeadSenseHSSS_true=true - B:toolHeadSenseInvar_true=true - B:toolHeadSenseIridium_true=true - B:toolHeadSenseIronMagnetic_true=true - B:toolHeadSenseIron_true=true - B:toolHeadSenseKanthal_true=true - B:toolHeadSenseLead_true=true - B:toolHeadSenseMagnalium_true=true - B:toolHeadSenseManganese_true=true - B:toolHeadSenseMithril_true=true - B:toolHeadSenseMolybdenum_true=true - B:toolHeadSenseNaquadahAlloy_true=true - B:toolHeadSenseNaquadahEnriched_true=true - B:toolHeadSenseNaquadah_true=true - B:toolHeadSenseNaquadria_true=true - B:toolHeadSenseNeodymiumMagnetic_true=true - B:toolHeadSenseNeodymium_true=true - B:toolHeadSenseNetherQuartz_true=true - B:toolHeadSenseNetherStar_true=true - B:toolHeadSenseNeutronium_true=true - B:toolHeadSenseNichrome_true=true - B:toolHeadSenseNickelZincFerrite_true=true - B:toolHeadSenseNickel_true=true - B:toolHeadSenseOlivine_true=true - B:toolHeadSenseOpal_true=true - B:toolHeadSenseOsmiridium_true=true - B:toolHeadSenseOsmium_true=true - B:toolHeadSensePalladium_true=true - B:toolHeadSensePigIron_true=true - B:toolHeadSensePlastic_true=true - B:toolHeadSensePlatinum_true=true - B:toolHeadSensePlutonium241_true=true - B:toolHeadSensePlutonium_true=true - B:toolHeadSensePolycaprolactam_true=true - B:toolHeadSensePolyphenyleneSulfide_true=true - B:toolHeadSensePolystyrene_true=true - B:toolHeadSensePolytetrafluoroethylene_true=true - B:toolHeadSensePolyvinylChloride_true=true - B:toolHeadSenseRedSteel_true=true - B:toolHeadSenseRoseGold_true=true - B:toolHeadSenseRubber_true=true - B:toolHeadSenseRuby_true=true - B:toolHeadSenseSapphire_true=true - B:toolHeadSenseSilicone_true=true - B:toolHeadSenseSilver_true=true - B:toolHeadSenseStainlessSteel_true=true - B:toolHeadSenseSteelMagnetic_true=true - B:toolHeadSenseSteel_true=true - B:toolHeadSenseSterlingSilver_true=true - B:toolHeadSenseStone_true=true - B:toolHeadSenseStyreneButadieneRubber_true=true - B:toolHeadSenseTanzanite_true=true - B:toolHeadSenseThorium_true=true - B:toolHeadSenseTinAlloy_true=true - B:toolHeadSenseTitanium_true=true - B:toolHeadSenseTopaz_true=true - B:toolHeadSenseTritanium_true=true - B:toolHeadSenseTungstenCarbide_true=true - B:toolHeadSenseTungstenSteel_true=true - B:toolHeadSenseTungsten_true=true - B:toolHeadSenseUltimet_true=true - B:toolHeadSenseUranium235_true=true - B:toolHeadSenseUranium_true=true - B:toolHeadSenseVanadiumSteel_true=true - B:toolHeadSenseWoodSealed_true=true - B:toolHeadSenseWood_true=true - B:toolHeadSenseWroughtIron_true=true - B:toolHeadShovelAluminium_true=true - B:toolHeadShovelAmethyst_true=true - B:toolHeadShovelBeryllium_true=true - B:toolHeadShovelBismuthBronze_true=true - B:toolHeadShovelBismuth_true=true - B:toolHeadShovelBlackBronze_true=true - B:toolHeadShovelBlackSteel_true=true - B:toolHeadShovelBlaze_true=true - B:toolHeadShovelBlueSteel_true=true - B:toolHeadShovelBlueTopaz_true=true - B:toolHeadShovelBrass_true=true - B:toolHeadShovelBronze_true=true - B:toolHeadShovelCarbon_true=true - B:toolHeadShovelCertusQuartz_true=true - B:toolHeadShovelChrome_true=true - B:toolHeadShovelCobaltBrass_true=true - B:toolHeadShovelCobalt_true=true - B:toolHeadShovelCupronickel_true=true - B:toolHeadShovelDamascusSteel_true=true - B:toolHeadShovelDarkSteel_true=true - B:toolHeadShovelDiamond_true=true - B:toolHeadShovelDuranium_true=true - B:toolHeadShovelElectrum_true=true - B:toolHeadShovelEmerald_true=true - B:toolHeadShovelEpoxidFiberReinforced_true=true - B:toolHeadShovelEpoxid_true=true - B:toolHeadShovelFlint_true=true - B:toolHeadShovelGarnetRed_true=true - B:toolHeadShovelGarnetYellow_true=true - B:toolHeadShovelGold_true=true - B:toolHeadShovelGraniteBlack_true=true - B:toolHeadShovelGraniteRed_true=true - B:toolHeadShovelGraphene_true=true - B:toolHeadShovelGraphite_true=true - B:toolHeadShovelGreenSapphire_true=true - B:toolHeadShovelHSSE_true=true - B:toolHeadShovelHSSG_true=true - B:toolHeadShovelHSSS_true=true - B:toolHeadShovelInvar_true=true - B:toolHeadShovelIridium_true=true - B:toolHeadShovelIronMagnetic_true=true - B:toolHeadShovelIron_true=true - B:toolHeadShovelKanthal_true=true - B:toolHeadShovelLead_true=true - B:toolHeadShovelMagnalium_true=true - B:toolHeadShovelManganese_true=true - B:toolHeadShovelMithril_true=true - B:toolHeadShovelMolybdenum_true=true - B:toolHeadShovelNaquadahAlloy_true=true - B:toolHeadShovelNaquadahEnriched_true=true - B:toolHeadShovelNaquadah_true=true - B:toolHeadShovelNaquadria_true=true - B:toolHeadShovelNeodymiumMagnetic_true=true - B:toolHeadShovelNeodymium_true=true - B:toolHeadShovelNetherQuartz_true=true - B:toolHeadShovelNetherStar_true=true - B:toolHeadShovelNeutronium_true=true - B:toolHeadShovelNichrome_true=true - B:toolHeadShovelNickelZincFerrite_true=true - B:toolHeadShovelNickel_true=true - B:toolHeadShovelOlivine_true=true - B:toolHeadShovelOpal_true=true - B:toolHeadShovelOsmiridium_true=true - B:toolHeadShovelOsmium_true=true - B:toolHeadShovelPalladium_true=true - B:toolHeadShovelPigIron_true=true - B:toolHeadShovelPlastic_true=true - B:toolHeadShovelPlatinum_true=true - B:toolHeadShovelPlutonium241_true=true - B:toolHeadShovelPlutonium_true=true - B:toolHeadShovelPolycaprolactam_true=true - B:toolHeadShovelPolyphenyleneSulfide_true=true - B:toolHeadShovelPolystyrene_true=true - B:toolHeadShovelPolytetrafluoroethylene_true=true - B:toolHeadShovelPolyvinylChloride_true=true - B:toolHeadShovelRedSteel_true=true - B:toolHeadShovelRoseGold_true=true - B:toolHeadShovelRubber_true=true - B:toolHeadShovelRuby_true=true - B:toolHeadShovelSapphire_true=true - B:toolHeadShovelSilicone_true=true - B:toolHeadShovelSilver_true=true - B:toolHeadShovelStainlessSteel_true=true - B:toolHeadShovelSteelMagnetic_true=true - B:toolHeadShovelSteel_true=true - B:toolHeadShovelSterlingSilver_true=true - B:toolHeadShovelStone_true=true - B:toolHeadShovelStyreneButadieneRubber_true=true - B:toolHeadShovelTanzanite_true=true - B:toolHeadShovelThorium_true=true - B:toolHeadShovelTinAlloy_true=true - B:toolHeadShovelTitanium_true=true - B:toolHeadShovelTopaz_true=true - B:toolHeadShovelTritanium_true=true - B:toolHeadShovelTungstenCarbide_true=true - B:toolHeadShovelTungstenSteel_true=true - B:toolHeadShovelTungsten_true=true - B:toolHeadShovelUltimet_true=true - B:toolHeadShovelUranium235_true=true - B:toolHeadShovelUranium_true=true - B:toolHeadShovelVanadiumSteel_true=true - B:toolHeadShovelWoodSealed_true=true - B:toolHeadShovelWood_true=true - B:toolHeadShovelWroughtIron_true=true - B:toolHeadSwordAluminium_true=true - B:toolHeadSwordAmethyst_true=true - B:toolHeadSwordBeryllium_true=true - B:toolHeadSwordBismuthBronze_true=true - B:toolHeadSwordBismuth_true=true - B:toolHeadSwordBlackBronze_true=true - B:toolHeadSwordBlackSteel_true=true - B:toolHeadSwordBlaze_true=true - B:toolHeadSwordBlueSteel_true=true - B:toolHeadSwordBlueTopaz_true=true - B:toolHeadSwordBrass_true=true - B:toolHeadSwordBronze_true=true - B:toolHeadSwordCarbon_true=true - B:toolHeadSwordCertusQuartz_true=true - B:toolHeadSwordChrome_true=true - B:toolHeadSwordCobaltBrass_true=true - B:toolHeadSwordCobalt_true=true - B:toolHeadSwordCupronickel_true=true - B:toolHeadSwordDamascusSteel_true=true - B:toolHeadSwordDarkSteel_true=true - B:toolHeadSwordDiamond_true=true - B:toolHeadSwordDuranium_true=true - B:toolHeadSwordElectrum_true=true - B:toolHeadSwordEmerald_true=true - B:toolHeadSwordEpoxidFiberReinforced_true=true - B:toolHeadSwordEpoxid_true=true - B:toolHeadSwordFlint_true=true - B:toolHeadSwordGarnetRed_true=true - B:toolHeadSwordGarnetYellow_true=true - B:toolHeadSwordGold_true=true - B:toolHeadSwordGraniteBlack_true=true - B:toolHeadSwordGraniteRed_true=true - B:toolHeadSwordGraphene_true=true - B:toolHeadSwordGraphite_true=true - B:toolHeadSwordGreenSapphire_true=true - B:toolHeadSwordHSSE_true=true - B:toolHeadSwordHSSG_true=true - B:toolHeadSwordHSSS_true=true - B:toolHeadSwordInvar_true=true - B:toolHeadSwordIridium_true=true - B:toolHeadSwordIronMagnetic_true=true - B:toolHeadSwordIron_true=true - B:toolHeadSwordKanthal_true=true - B:toolHeadSwordLead_true=true - B:toolHeadSwordMagnalium_true=true - B:toolHeadSwordManganese_true=true - B:toolHeadSwordMithril_true=true - B:toolHeadSwordMolybdenum_true=true - B:toolHeadSwordNaquadahAlloy_true=true - B:toolHeadSwordNaquadahEnriched_true=true - B:toolHeadSwordNaquadah_true=true - B:toolHeadSwordNaquadria_true=true - B:toolHeadSwordNeodymiumMagnetic_true=true - B:toolHeadSwordNeodymium_true=true - B:toolHeadSwordNetherQuartz_true=true - B:toolHeadSwordNetherStar_true=true - B:toolHeadSwordNeutronium_true=true - B:toolHeadSwordNichrome_true=true - B:toolHeadSwordNickelZincFerrite_true=true - B:toolHeadSwordNickel_true=true - B:toolHeadSwordOlivine_true=true - B:toolHeadSwordOpal_true=true - B:toolHeadSwordOsmiridium_true=true - B:toolHeadSwordOsmium_true=true - B:toolHeadSwordPalladium_true=true - B:toolHeadSwordPigIron_true=true - B:toolHeadSwordPlastic_true=true - B:toolHeadSwordPlatinum_true=true - B:toolHeadSwordPlutonium241_true=true - B:toolHeadSwordPlutonium_true=true - B:toolHeadSwordPolycaprolactam_true=true - B:toolHeadSwordPolyphenyleneSulfide_true=true - B:toolHeadSwordPolystyrene_true=true - B:toolHeadSwordPolytetrafluoroethylene_true=true - B:toolHeadSwordPolyvinylChloride_true=true - B:toolHeadSwordRedSteel_true=true - B:toolHeadSwordRoseGold_true=true - B:toolHeadSwordRubber_true=true - B:toolHeadSwordRuby_true=true - B:toolHeadSwordSapphire_true=true - B:toolHeadSwordSilicone_true=true - B:toolHeadSwordSilver_true=true - B:toolHeadSwordStainlessSteel_true=true - B:toolHeadSwordSteelMagnetic_true=true - B:toolHeadSwordSteel_true=true - B:toolHeadSwordSterlingSilver_true=true - B:toolHeadSwordStone_true=true - B:toolHeadSwordStyreneButadieneRubber_true=true - B:toolHeadSwordTanzanite_true=true - B:toolHeadSwordThorium_true=true - B:toolHeadSwordTinAlloy_true=true - B:toolHeadSwordTitanium_true=true - B:toolHeadSwordTopaz_true=true - B:toolHeadSwordTritanium_true=true - B:toolHeadSwordTungstenCarbide_true=true - B:toolHeadSwordTungstenSteel_true=true - B:toolHeadSwordTungsten_true=true - B:toolHeadSwordUltimet_true=true - B:toolHeadSwordUranium235_true=true - B:toolHeadSwordUranium_true=true - B:toolHeadSwordVanadiumSteel_true=true - B:toolHeadSwordWoodSealed_true=true - B:toolHeadSwordWood_true=true - B:toolHeadSwordWroughtIron_true=true - B:toolHeadUniversalSpadeAluminium_true=true - B:toolHeadUniversalSpadeAmethyst_true=true - B:toolHeadUniversalSpadeBeryllium_true=true - B:toolHeadUniversalSpadeBismuthBronze_true=true - B:toolHeadUniversalSpadeBismuth_true=true - B:toolHeadUniversalSpadeBlackBronze_true=true - B:toolHeadUniversalSpadeBlackSteel_true=true - B:toolHeadUniversalSpadeBlaze_true=true - B:toolHeadUniversalSpadeBlueSteel_true=true - B:toolHeadUniversalSpadeBlueTopaz_true=true - B:toolHeadUniversalSpadeBrass_true=true - B:toolHeadUniversalSpadeBronze_true=true - B:toolHeadUniversalSpadeCarbon_true=true - B:toolHeadUniversalSpadeCertusQuartz_true=true - B:toolHeadUniversalSpadeChrome_true=true - B:toolHeadUniversalSpadeCobaltBrass_true=true - B:toolHeadUniversalSpadeCobalt_true=true - B:toolHeadUniversalSpadeCupronickel_true=true - B:toolHeadUniversalSpadeDamascusSteel_true=true - B:toolHeadUniversalSpadeDarkSteel_true=true - B:toolHeadUniversalSpadeDiamond_true=true - B:toolHeadUniversalSpadeDuranium_true=true - B:toolHeadUniversalSpadeElectrum_true=true - B:toolHeadUniversalSpadeEmerald_true=true - B:toolHeadUniversalSpadeEpoxidFiberReinforced_true=true - B:toolHeadUniversalSpadeEpoxid_true=true - B:toolHeadUniversalSpadeFlint_true=true - B:toolHeadUniversalSpadeGarnetRed_true=true - B:toolHeadUniversalSpadeGarnetYellow_true=true - B:toolHeadUniversalSpadeGold_true=true - B:toolHeadUniversalSpadeGraniteBlack_true=true - B:toolHeadUniversalSpadeGraniteRed_true=true - B:toolHeadUniversalSpadeGraphene_true=true - B:toolHeadUniversalSpadeGraphite_true=true - B:toolHeadUniversalSpadeGreenSapphire_true=true - B:toolHeadUniversalSpadeHSSE_true=true - B:toolHeadUniversalSpadeHSSG_true=true - B:toolHeadUniversalSpadeHSSS_true=true - B:toolHeadUniversalSpadeInvar_true=true - B:toolHeadUniversalSpadeIridium_true=true - B:toolHeadUniversalSpadeIronMagnetic_true=true - B:toolHeadUniversalSpadeIron_true=true - B:toolHeadUniversalSpadeKanthal_true=true - B:toolHeadUniversalSpadeLead_true=true - B:toolHeadUniversalSpadeMagnalium_true=true - B:toolHeadUniversalSpadeManganese_true=true - B:toolHeadUniversalSpadeMithril_true=true - B:toolHeadUniversalSpadeMolybdenum_true=true - B:toolHeadUniversalSpadeNaquadahAlloy_true=true - B:toolHeadUniversalSpadeNaquadahEnriched_true=true - B:toolHeadUniversalSpadeNaquadah_true=true - B:toolHeadUniversalSpadeNaquadria_true=true - B:toolHeadUniversalSpadeNeodymiumMagnetic_true=true - B:toolHeadUniversalSpadeNeodymium_true=true - B:toolHeadUniversalSpadeNetherQuartz_true=true - B:toolHeadUniversalSpadeNetherStar_true=true - B:toolHeadUniversalSpadeNeutronium_true=true - B:toolHeadUniversalSpadeNichrome_true=true - B:toolHeadUniversalSpadeNickelZincFerrite_true=true - B:toolHeadUniversalSpadeNickel_true=true - B:toolHeadUniversalSpadeOlivine_true=true - B:toolHeadUniversalSpadeOpal_true=true - B:toolHeadUniversalSpadeOsmiridium_true=true - B:toolHeadUniversalSpadeOsmium_true=true - B:toolHeadUniversalSpadePalladium_true=true - B:toolHeadUniversalSpadePigIron_true=true - B:toolHeadUniversalSpadePlastic_true=true - B:toolHeadUniversalSpadePlatinum_true=true - B:toolHeadUniversalSpadePlutonium241_true=true - B:toolHeadUniversalSpadePlutonium_true=true - B:toolHeadUniversalSpadePolycaprolactam_true=true - B:toolHeadUniversalSpadePolyphenyleneSulfide_true=true - B:toolHeadUniversalSpadePolystyrene_true=true - B:toolHeadUniversalSpadePolytetrafluoroethylene_true=true - B:toolHeadUniversalSpadePolyvinylChloride_true=true - B:toolHeadUniversalSpadeRedSteel_true=true - B:toolHeadUniversalSpadeRoseGold_true=true - B:toolHeadUniversalSpadeRubber_true=true - B:toolHeadUniversalSpadeRuby_true=true - B:toolHeadUniversalSpadeSapphire_true=true - B:toolHeadUniversalSpadeSilicone_true=true - B:toolHeadUniversalSpadeSilver_true=true - B:toolHeadUniversalSpadeStainlessSteel_true=true - B:toolHeadUniversalSpadeSteelMagnetic_true=true - B:toolHeadUniversalSpadeSteel_true=true - B:toolHeadUniversalSpadeSterlingSilver_true=true - B:toolHeadUniversalSpadeStone_true=true - B:toolHeadUniversalSpadeStyreneButadieneRubber_true=true - B:toolHeadUniversalSpadeTanzanite_true=true - B:toolHeadUniversalSpadeThorium_true=true - B:toolHeadUniversalSpadeTinAlloy_true=true - B:toolHeadUniversalSpadeTitanium_true=true - B:toolHeadUniversalSpadeTopaz_true=true - B:toolHeadUniversalSpadeTritanium_true=true - B:toolHeadUniversalSpadeTungstenCarbide_true=true - B:toolHeadUniversalSpadeTungstenSteel_true=true - B:toolHeadUniversalSpadeTungsten_true=true - B:toolHeadUniversalSpadeUltimet_true=true - B:toolHeadUniversalSpadeUranium235_true=true - B:toolHeadUniversalSpadeUranium_true=true - B:toolHeadUniversalSpadeVanadiumSteel_true=true - B:toolHeadUniversalSpadeWoodSealed_true=true - B:toolHeadUniversalSpadeWood_true=true - B:toolHeadUniversalSpadeWroughtIron_true=true - B:toolHeadWrenchAluminium_true=true - B:toolHeadWrenchBeryllium_true=true - B:toolHeadWrenchBismuthBronze_true=true - B:toolHeadWrenchBismuth_true=true - B:toolHeadWrenchBlackBronze_true=true - B:toolHeadWrenchBlackSteel_true=true - B:toolHeadWrenchBlaze_true=true - B:toolHeadWrenchBlueSteel_true=true - B:toolHeadWrenchBrass_true=true - B:toolHeadWrenchBronze_true=true - B:toolHeadWrenchCarbon_true=true - B:toolHeadWrenchChrome_true=true - B:toolHeadWrenchCobaltBrass_true=true - B:toolHeadWrenchCobalt_true=true - B:toolHeadWrenchCupronickel_true=true - B:toolHeadWrenchDamascusSteel_true=true - B:toolHeadWrenchDarkSteel_true=true - B:toolHeadWrenchDuranium_true=true - B:toolHeadWrenchElectrum_true=true - B:toolHeadWrenchEpoxidFiberReinforced_true=true - B:toolHeadWrenchEpoxid_true=true - B:toolHeadWrenchGold_true=true - B:toolHeadWrenchGraphene_true=true - B:toolHeadWrenchHSSE_true=true - B:toolHeadWrenchHSSG_true=true - B:toolHeadWrenchHSSS_true=true - B:toolHeadWrenchInvar_true=true - B:toolHeadWrenchIridium_true=true - B:toolHeadWrenchIronMagnetic_true=true - B:toolHeadWrenchIron_true=true - B:toolHeadWrenchKanthal_true=true - B:toolHeadWrenchLead_true=true - B:toolHeadWrenchMagnalium_true=true - B:toolHeadWrenchManganese_true=true - B:toolHeadWrenchMithril_true=true - B:toolHeadWrenchMolybdenum_true=true - B:toolHeadWrenchNaquadahAlloy_true=true - B:toolHeadWrenchNaquadahEnriched_true=true - B:toolHeadWrenchNaquadah_true=true - B:toolHeadWrenchNaquadria_true=true - B:toolHeadWrenchNeodymiumMagnetic_true=true - B:toolHeadWrenchNeodymium_true=true - B:toolHeadWrenchNeutronium_true=true - B:toolHeadWrenchNichrome_true=true - B:toolHeadWrenchNickelZincFerrite_true=true - B:toolHeadWrenchNickel_true=true - B:toolHeadWrenchOsmiridium_true=true - B:toolHeadWrenchOsmium_true=true - B:toolHeadWrenchPalladium_true=true - B:toolHeadWrenchPigIron_true=true - B:toolHeadWrenchPlatinum_true=true - B:toolHeadWrenchPlutonium241_true=true - B:toolHeadWrenchPlutonium_true=true - B:toolHeadWrenchPolycaprolactam_true=true - B:toolHeadWrenchPolyphenyleneSulfide_true=true - B:toolHeadWrenchPolytetrafluoroethylene_true=true - B:toolHeadWrenchRedSteel_true=true - B:toolHeadWrenchRoseGold_true=true - B:toolHeadWrenchSilver_true=true - B:toolHeadWrenchStainlessSteel_true=true - B:toolHeadWrenchSteelMagnetic_true=true - B:toolHeadWrenchSteel_true=true - B:toolHeadWrenchSterlingSilver_true=true - B:toolHeadWrenchThorium_true=true - B:toolHeadWrenchTinAlloy_true=true - B:toolHeadWrenchTitanium_true=true - B:toolHeadWrenchTritanium_true=true - B:toolHeadWrenchTungstenCarbide_true=true - B:toolHeadWrenchTungstenSteel_true=true - B:toolHeadWrenchTungsten_true=true - B:toolHeadWrenchUltimet_true=true - B:toolHeadWrenchUranium235_true=true - B:toolHeadWrenchUranium_true=true - B:toolHeadWrenchVanadiumSteel_true=true - B:toolHeadWrenchWroughtIron_true=true - B:turbineBladeAluminium_true=true - B:turbineBladeBeryllium_true=true - B:turbineBladeBismuthBronze_true=true - B:turbineBladeBismuth_true=true - B:turbineBladeBlackBronze_true=true - B:turbineBladeBlackSteel_true=true - B:turbineBladeBlaze_true=true - B:turbineBladeBlueSteel_true=true - B:turbineBladeBrass_true=true - B:turbineBladeBronze_true=true - B:turbineBladeCarbon_true=true - B:turbineBladeChrome_true=true - B:turbineBladeCobaltBrass_true=true - B:turbineBladeCobalt_true=true - B:turbineBladeCupronickel_true=true - B:turbineBladeDamascusSteel_true=true - B:turbineBladeDarkSteel_true=true - B:turbineBladeDuranium_true=true - B:turbineBladeElectrum_true=true - B:turbineBladeEpoxidFiberReinforced_true=true - B:turbineBladeEpoxid_true=true - B:turbineBladeGold_true=true - B:turbineBladeGraphene_true=true - B:turbineBladeHSSE_true=true - B:turbineBladeHSSG_true=true - B:turbineBladeHSSS_true=true - B:turbineBladeInvar_true=true - B:turbineBladeIridium_true=true - B:turbineBladeIronMagnetic_true=true - B:turbineBladeIron_true=true - B:turbineBladeKanthal_true=true - B:turbineBladeLead_true=true - B:turbineBladeMagnalium_true=true - B:turbineBladeManganese_true=true - B:turbineBladeMithril_true=true - B:turbineBladeMolybdenum_true=true - B:turbineBladeNaquadahAlloy_true=true - B:turbineBladeNaquadahEnriched_true=true - B:turbineBladeNaquadah_true=true - B:turbineBladeNaquadria_true=true - B:turbineBladeNeodymiumMagnetic_true=true - B:turbineBladeNeodymium_true=true - B:turbineBladeNeutronium_true=true - B:turbineBladeNichrome_true=true - B:turbineBladeNickelZincFerrite_true=true - B:turbineBladeNickel_true=true - B:turbineBladeOsmiridium_true=true - B:turbineBladeOsmium_true=true - B:turbineBladePalladium_true=true - B:turbineBladePigIron_true=true - B:turbineBladePlatinum_true=true - B:turbineBladePlutonium241_true=true - B:turbineBladePlutonium_true=true - B:turbineBladePolycaprolactam_true=true - B:turbineBladePolyphenyleneSulfide_true=true - B:turbineBladePolytetrafluoroethylene_true=true - B:turbineBladeRedSteel_true=true - B:turbineBladeRoseGold_true=true - B:turbineBladeSilver_true=true - B:turbineBladeStainlessSteel_true=true - B:turbineBladeSteelMagnetic_true=true - B:turbineBladeSteel_true=true - B:turbineBladeSterlingSilver_true=true - B:turbineBladeThorium_true=true - B:turbineBladeTinAlloy_true=true - B:turbineBladeTitanium_true=true - B:turbineBladeTritanium_true=true - B:turbineBladeTungstenCarbide_true=true - B:turbineBladeTungstenSteel_true=true - B:turbineBladeTungsten_true=true - B:turbineBladeUltimet_true=true - B:turbineBladeUranium235_true=true - B:turbineBladeUranium_true=true - B:turbineBladeVanadiumSteel_true=true - B:turbineBladeWroughtIron_true=true - B:wireFineAnnealedCopper_true=true - B:wireFineCopper_true=true - B:wireFineElectrum_true=true - B:wireFineGold_true=true - B:wireFineLead_true=true - B:wireFineNiobiumTitanium_true=true - B:wireFineOsmium_true=true - B:wireFinePlatinum_true=true - B:wireFineRedAlloy_true=true - B:wireFineSolderingAlloy_true=true - B:wireFineSteel_true=true - B:wireFineTin_true=true - B:wireFineYttriumBariumCuprate_true=true - B:wireGt01Aluminium_true=true - B:wireGt01AnnealedCopper_true=true - B:wireGt01BlackSteel_true=true - B:wireGt01Cobalt_true=true - B:wireGt01Copper_true=true - B:wireGt01Cupronickel_true=true - B:wireGt01Duranium_true=true - B:wireGt01Electrum_true=true - B:wireGt01Gold_true=true - B:wireGt01Graphene_true=true - B:wireGt01HSSG_true=true - B:wireGt01Iron_true=true - B:wireGt01Kanthal_true=true - B:wireGt01Lead_true=true - B:wireGt01NaquadahAlloy_true=true - B:wireGt01Naquadah_true=true - B:wireGt01Nichrome_true=true - B:wireGt01Nickel_true=true - B:wireGt01NiobiumTitanium_true=true - B:wireGt01Osmium_true=true - B:wireGt01Platinum_true=true - B:wireGt01RedAlloy_true=true - B:wireGt01Silver_true=true - B:wireGt01SolderingAlloy_true=true - B:wireGt01Steel_true=true - B:wireGt01Tin_true=true - B:wireGt01Titanium_true=true - B:wireGt01TungstenSteel_true=true - B:wireGt01Tungsten_true=true - B:wireGt01VanadiumGallium_true=true - B:wireGt01YttriumBariumCuprate_true=true - B:wireGt01Zinc_true=true - B:wireGt02Aluminium_true=true - B:wireGt02AnnealedCopper_true=true - B:wireGt02BlackSteel_true=true - B:wireGt02Cobalt_true=true - B:wireGt02Copper_true=true - B:wireGt02Cupronickel_true=true - B:wireGt02Duranium_true=true - B:wireGt02Electrum_true=true - B:wireGt02Gold_true=true - B:wireGt02Graphene_true=true - B:wireGt02HSSG_true=true - B:wireGt02Iron_true=true - B:wireGt02Kanthal_true=true - B:wireGt02Lead_true=true - B:wireGt02NaquadahAlloy_true=true - B:wireGt02Naquadah_true=true - B:wireGt02Nichrome_true=true - B:wireGt02Nickel_true=true - B:wireGt02NiobiumTitanium_true=true - B:wireGt02Osmium_true=true - B:wireGt02Platinum_true=true - B:wireGt02RedAlloy_true=true - B:wireGt02Silver_true=true - B:wireGt02SolderingAlloy_true=true - B:wireGt02Steel_true=true - B:wireGt02Tin_true=true - B:wireGt02Titanium_true=true - B:wireGt02TungstenSteel_true=true - B:wireGt02Tungsten_true=true - B:wireGt02VanadiumGallium_true=true - B:wireGt02YttriumBariumCuprate_true=true - B:wireGt02Zinc_true=true - B:wireGt04Aluminium_true=true - B:wireGt04AnnealedCopper_true=true - B:wireGt04BlackSteel_true=true - B:wireGt04Cobalt_true=true - B:wireGt04Copper_true=true - B:wireGt04Cupronickel_true=true - B:wireGt04Duranium_true=true - B:wireGt04Electrum_true=true - B:wireGt04Gold_true=true - B:wireGt04Graphene_true=true - B:wireGt04HSSG_true=true - B:wireGt04Iron_true=true - B:wireGt04Kanthal_true=true - B:wireGt04Lead_true=true - B:wireGt04NaquadahAlloy_true=true - B:wireGt04Naquadah_true=true - B:wireGt04Nichrome_true=true - B:wireGt04Nickel_true=true - B:wireGt04NiobiumTitanium_true=true - B:wireGt04Osmium_true=true - B:wireGt04Platinum_true=true - B:wireGt04RedAlloy_true=true - B:wireGt04Silver_true=true - B:wireGt04SolderingAlloy_true=true - B:wireGt04Steel_true=true - B:wireGt04Tin_true=true - B:wireGt04Titanium_true=true - B:wireGt04TungstenSteel_true=true - B:wireGt04Tungsten_true=true - B:wireGt04VanadiumGallium_true=true - B:wireGt04YttriumBariumCuprate_true=true - B:wireGt04Zinc_true=true - B:wireGt08Aluminium_true=true - B:wireGt08AnnealedCopper_true=true - B:wireGt08BlackSteel_true=true - B:wireGt08Cobalt_true=true - B:wireGt08Copper_true=true - B:wireGt08Cupronickel_true=true - B:wireGt08Duranium_true=true - B:wireGt08Electrum_true=true - B:wireGt08Gold_true=true - B:wireGt08Graphene_true=true - B:wireGt08HSSG_true=true - B:wireGt08Iron_true=true - B:wireGt08Kanthal_true=true - B:wireGt08Lead_true=true - B:wireGt08NaquadahAlloy_true=true - B:wireGt08Naquadah_true=true - B:wireGt08Nichrome_true=true - B:wireGt08Nickel_true=true - B:wireGt08NiobiumTitanium_true=true - B:wireGt08Osmium_true=true - B:wireGt08Platinum_true=true - B:wireGt08RedAlloy_true=true - B:wireGt08Silver_true=true - B:wireGt08SolderingAlloy_true=true - B:wireGt08Steel_true=true - B:wireGt08Tin_true=true - B:wireGt08Titanium_true=true - B:wireGt08TungstenSteel_true=true - B:wireGt08Tungsten_true=true - B:wireGt08VanadiumGallium_true=true - B:wireGt08YttriumBariumCuprate_true=true - B:wireGt08Zinc_true=true - B:wireGt12Aluminium_true=true - B:wireGt12AnnealedCopper_true=true - B:wireGt12BlackSteel_true=true - B:wireGt12Cobalt_true=true - B:wireGt12Copper_true=true - B:wireGt12Cupronickel_true=true - B:wireGt12Duranium_true=true - B:wireGt12Electrum_true=true - B:wireGt12Gold_true=true - B:wireGt12Graphene_true=true - B:wireGt12HSSG_true=true - B:wireGt12Iron_true=true - B:wireGt12Kanthal_true=true - B:wireGt12Lead_true=true - B:wireGt12NaquadahAlloy_true=true - B:wireGt12Naquadah_true=true - B:wireGt12Nichrome_true=true - B:wireGt12Nickel_true=true - B:wireGt12NiobiumTitanium_true=true - B:wireGt12Osmium_true=true - B:wireGt12Platinum_true=true - B:wireGt12RedAlloy_true=true - B:wireGt12Silver_true=true - B:wireGt12SolderingAlloy_true=true - B:wireGt12Steel_true=true - B:wireGt12Tin_true=true - B:wireGt12Titanium_true=true - B:wireGt12TungstenSteel_true=true - B:wireGt12Tungsten_true=true - B:wireGt12VanadiumGallium_true=true - B:wireGt12YttriumBariumCuprate_true=true - B:wireGt12Zinc_true=true - B:wireGt16Aluminium_true=true - B:wireGt16AnnealedCopper_true=true - B:wireGt16BlackSteel_true=true - B:wireGt16Cobalt_true=true - B:wireGt16Copper_true=true - B:wireGt16Cupronickel_true=true - B:wireGt16Duranium_true=true - B:wireGt16Electrum_true=true - B:wireGt16Gold_true=true - B:wireGt16Graphene_true=true - B:wireGt16HSSG_true=true - B:wireGt16Iron_true=true - B:wireGt16Kanthal_true=true - B:wireGt16Lead_true=true - B:wireGt16NaquadahAlloy_true=true - B:wireGt16Naquadah_true=true - B:wireGt16Nichrome_true=true - B:wireGt16Nickel_true=true - B:wireGt16NiobiumTitanium_true=true - B:wireGt16Osmium_true=true - B:wireGt16Platinum_true=true - B:wireGt16RedAlloy_true=true - B:wireGt16Silver_true=true - B:wireGt16SolderingAlloy_true=true - B:wireGt16Steel_true=true - B:wireGt16Tin_true=true - B:wireGt16Titanium_true=true - B:wireGt16TungstenSteel_true=true - B:wireGt16Tungsten_true=true - B:wireGt16VanadiumGallium_true=true - B:wireGt16YttriumBariumCuprate_true=true - B:wireGt16Zinc_true=true -} - - -mixer { - I:calciumacetatesolution_240=240 - I:calciumacetatesolution_80=80 - I:cellCalciumAcetateSolution_240=240 - I:cellCalciumAcetateSolution_80=80 - I:cellEmpty_100=100 - I:cellEmpty_480=480 - I:cellEmpty_60=60 - I:cellEmpty_64=64 - I:cellEmpty_80=80 - I:cellFuel_16=16 - I:dilutedsulfuricacid_1200=1200 - I:dustBismuthBronze_500=500 - I:dustBlackBronze_500=500 - I:dustBlackSteel_500=500 - I:dustBlueSteel_200=200 - I:dustBlueSteel_800=800 - I:dustBorosilicateGlass_200=200 - I:dustBorosilicateGlass_50=50 - I:dustBrass_100=100 - I:dustBrass_400=400 - I:dustBronze_100=100 - I:dustBronze_400=400 - I:dustCobaltBrass_100=100 - I:dustCobaltBrass_900=900 - I:dustCupronickel_200=200 - I:dustElectrum_200=200 - I:dustEnderEye_100=100 - I:dustFerriteMixture_200=200 - I:dustFireclay_200=200 - I:dustGunpowder_600=600 - I:dustIndiumGalliumPhosphide_200=200 - I:dustInvar_300=300 - I:dustKanthal_300=300 - I:dustRedSteel_200=200 - I:dustRedSteel_800=800 - I:dustRoseGold_500=500 - I:dustSmallBismuthBronze_125=125 - I:dustSmallBlackBronze_125=125 - I:dustSmallBlackSteel_125=125 - I:dustSmallCobaltBrass_225=225 - I:dustSmallCupronickel_50=50 - I:dustSmallElectrum_50=50 - I:dustSmallEnderEye_25=25 - I:dustSmallFerriteMixture_50=50 - I:dustSmallFireclay_50=50 - I:dustSmallGunpowder_150=150 - I:dustSmallIndiumGalliumPhosphide_50=50 - I:dustSmallInvar_75=75 - I:dustSmallKanthal_75=75 - I:dustSmallRoseGold_125=125 - I:dustSmallStainlessSteel_225=225 - I:dustSmallSterlingSilver_125=125 - I:dustSmallUltimet_225=225 - I:dustSmallYttriumBariumCuprate_150=150 - I:dustSodiumSulfide_60=60 - I:dustStainlessSteel_100=100 - I:dustStainlessSteel_900=900 - I:dustSterlingSilver_500=500 - I:dustTinyBismuthBronze_55=55 - I:dustTinyBlackBronze_55=55 - I:dustTinyBlackSteel_55=55 - I:dustTinyBlueSteel_88=88 - I:dustTinyBorosilicateGlass_22=22 - I:dustTinyBrass_44=44 - I:dustTinyBronze_44=44 - I:dustTinyCupronickel_22=22 - I:dustTinyElectrum_22=22 - I:dustTinyEnderEye_11=11 - I:dustTinyFerriteMixture_22=22 - I:dustTinyFireclay_22=22 - I:dustTinyGunpowder_66=66 - I:dustTinyIndiumGalliumPhosphide_22=22 - I:dustTinyInvar_33=33 - I:dustTinyKanthal_33=33 - I:dustTinyRedSteel_88=88 - I:dustTinyRoseGold_55=55 - I:dustTinySterlingSilver_55=55 - I:dustTinyYttriumBariumCuprate_66=66 - I:dustUltimet_100=100 - I:dustUltimet_900=900 - I:dustYttriumBariumCuprate_600=600 - I:dye.watermixed.dyeblack_16=16 - I:dye.watermixed.dyeblue_16=16 - I:dye.watermixed.dyebrown_16=16 - I:dye.watermixed.dyecyan_16=16 - I:dye.watermixed.dyegray_16=16 - I:dye.watermixed.dyegreen_16=16 - I:dye.watermixed.dyelightblue_16=16 - I:dye.watermixed.dyelightgray_16=16 - I:dye.watermixed.dyelime_16=16 - I:dye.watermixed.dyemagenta_16=16 - I:dye.watermixed.dyeorange_16=16 - I:dye.watermixed.dyepink_16=16 - I:dye.watermixed.dyepurple_16=16 - I:dye.watermixed.dyered_16=16 - I:dye.watermixed.dyewhite_16=16 - I:dye.watermixed.dyeyellow_16=16 - I:gemCharcoal_1200=1200 - I:glue_100=100 - I:growthmediumraw_160=160 - I:gt.blockreinforced.6_120=120 - I:gt.blockreinforced.7_120=120 - I:gt.metaitem.02.32207_32=32 - I:gt.metaitem.02.32210_128=128 - I:gt.metaitem.02.32212_32=32 - I:gt.metaitem.02.32213_32=32 - I:gt.metaitem.02.32270_1200=1200 - I:gt.metaitem.02.32270_1600=1600 - I:gt.metaitem.02.32270_400=400 - I:gt.metaitem.02.32270_800=800 - I:gt.metaitem.02.32271_100=100 - I:gt.metaitem.02.32559_32=32 - I:ic2.itemDustenergium_100=100 - I:ic2.itemDustenergium_900=900 - I:ic2biomass_400=400 - I:ic2coolant_256=256 - I:item.fermentedSpiderEye_100=100 - I:item.kekztech_crafting_item.10_400=400 - I:item.kekztech_crafting_item.4_100=100 - I:item.kekztech_crafting_item.9_400=400 - I:liquid_drillingfluid_64=64 - I:liquid_nitrationmixture_480=480 - I:molten.concrete_20=20 - I:nitrofuel_80=80 - I:potion.fireresistance.long.splash_200=200 - I:potion.fireresistance.splash_200=200 - I:potion.health.splash_200=200 - I:potion.health.strong.splash_200=200 - I:potion.nightvision.long.splash_200=200 - I:potion.nightvision.splash_200=200 - I:potion.poison.long.splash_200=200 - I:potion.poison.splash_200=200 - I:potion.poison.strong.splash_200=200 - I:potion.regen.long.splash_200=200 - I:potion.regen.splash_200=200 - I:potion.regen.strong.splash_200=200 - I:potion.speed.long.splash_200=200 - I:potion.speed.splash_200=200 - I:potion.speed.strong.splash_200=200 - I:potion.strength.long.splash_200=200 - I:potion.strength.splash_200=200 - I:potion.strength.strong.splash_200=200 - I:potion.waterbreathing.long.splash_200=200 - I:potion.waterbreathing.splash_200=200 - I:potion.weakness.long.splash_200=200 - I:potion.weakness.splash_200=200 - I:rocket_fuel_60=60 - I:saltwater_40=40 -} - - -mortar { - B:AnnealedCopper_true=true - B:Antimony_true=true - B:Blaze_true=true - B:Brass_true=true - B:Bronze_true=true - B:Charcoal_true=true - B:Clay_true=true - B:Coal_true=true - B:Copper_true=true - B:Electrum_true=true - B:Gold_true=true - B:Invar_true=true - B:IronMagnetic_true=true - B:Iron_true=true - B:Lead_true=true - B:Lignite_true=true - B:Nickel_true=true - B:Paper_true=true - B:Silver_true=true - B:SolderingAlloy_true=true - B:SteelMagnetic_true=true - B:Steel_true=true - B:Tin_true=true - B:Wheat_true=true - B:WroughtIron_true=true - B:Zinc_true=true -} - - -orewasher { - I:crushedAlmandine_500=500 - I:crushedAluminium_500=500 - I:crushedAmethyst_500=500 - I:crushedApatite_500=500 - I:crushedBandedIron_500=500 - I:crushedBarite_500=500 - I:crushedBastnasite_500=500 - I:crushedBauxite_500=500 - I:crushedBentonite_500=500 - I:crushedBeryllium_500=500 - I:crushedBismuth_500=500 - I:crushedBlueTopaz_500=500 - I:crushedBrownLimonite_500=500 - I:crushedCalcite_500=500 - I:crushedCassiteriteSand_500=500 - I:crushedCassiterite_500=500 - I:crushedCertusQuartz_500=500 - I:crushedChalcopyrite_500=500 - I:crushedChrome_500=500 - I:crushedChromite_500=500 - I:crushedCinnabar_500=500 - I:crushedCoal_500=500 - I:crushedCobaltite_500=500 - I:crushedCooperite_500=500 - I:crushedCopper_500=500 - I:crushedDarkSteel_500=500 - I:crushedDiamond_500=500 - I:crushedDiatomite_500=500 - I:crushedEmerald_500=500 - I:crushedFoolsRuby_500=500 - I:crushedGalena_500=500 - I:crushedGarnetRed_500=500 - I:crushedGarnetYellow_500=500 - I:crushedGarnierite_500=500 - I:crushedGlauconite_500=500 - I:crushedGold_500=500 - I:crushedGraphite_500=500 - I:crushedGreenSapphire_500=500 - I:crushedGrossular_500=500 - I:crushedIlmenite_500=500 - I:crushedIridium_500=500 - I:crushedIron_500=500 - I:crushedLapis_500=500 - I:crushedLazurite_500=500 - I:crushedLead_500=500 - I:crushedLepidolite_500=500 - I:crushedLignite_500=500 - I:crushedLithium_500=500 - I:crushedMagnesite_500=500 - I:crushedMagnetite_500=500 - I:crushedMalachite_500=500 - I:crushedManganese_500=500 - I:crushedMolybdenite_500=500 - I:crushedMolybdenum_500=500 - I:crushedMonazite_500=500 - I:crushedNaquadahEnriched_500=500 - I:crushedNaquadah_500=500 - I:crushedNaquadria_500=500 - I:crushedNeodymium_500=500 - I:crushedNetherQuartz_500=500 - I:crushedNickel_500=500 - I:crushedOilsands_500=500 - I:crushedOlivine_500=500 - I:crushedOpal_500=500 - I:crushedOsmium_500=500 - I:crushedPalladium_500=500 - I:crushedPentlandite_500=500 - I:crushedPhosphate_500=500 - I:crushedPhosphorus_500=500 - I:crushedPitchblende_500=500 - I:crushedPlatinum_500=500 - I:crushedPlutonium_500=500 - I:crushedPowellite_500=500 - I:crushedPyrite_500=500 - I:crushedPyrochlore_500=500 - I:crushedPyrolusite_500=500 - I:crushedPyrope_500=500 - I:crushedQuartzite_500=500 - I:crushedRedstone_500=500 - I:crushedRockSalt_500=500 - I:crushedRuby_500=500 - I:crushedSalt_500=500 - I:crushedSaltpeter_500=500 - I:crushedSapphire_500=500 - I:crushedScheelite_500=500 - I:crushedSilver_500=500 - I:crushedSoapstone_500=500 - I:crushedSodalite_500=500 - I:crushedSpessartine_500=500 - I:crushedSphalerite_500=500 - I:crushedSpodumene_500=500 - I:crushedStibnite_500=500 - I:crushedSulfur_500=500 - I:crushedTalc_500=500 - I:crushedTantalite_500=500 - I:crushedTanzanite_500=500 - I:crushedTetrahedrite_500=500 - I:crushedThorium_500=500 - I:crushedTin_500=500 - I:crushedTitanium_500=500 - I:crushedTopaz_500=500 - I:crushedTungstate_500=500 - I:crushedUraninite_500=500 - I:crushedUranium235_500=500 - I:crushedUranium_500=500 - I:crushedVanadiumMagnetite_500=500 - I:crushedWulfenite_500=500 - I:crushedYellowLimonite_500=500 - I:crushedZinc_500=500 -} - - -orewashing { - B:crushedAlmandine_true=true - B:crushedAluminium_true=true - B:crushedAmethyst_true=true - B:crushedApatite_true=true - B:crushedBandedIron_true=true - B:crushedBarite_true=true - B:crushedBastnasite_true=true - B:crushedBauxite_true=true - B:crushedBentonite_true=true - B:crushedBeryllium_true=true - B:crushedBismuth_true=true - B:crushedBlueTopaz_true=true - B:crushedBrownLimonite_true=true - B:crushedCalcite_true=true - B:crushedCassiteriteSand_true=true - B:crushedCassiterite_true=true - B:crushedCertusQuartz_true=true - B:crushedChalcopyrite_true=true - B:crushedChrome_true=true - B:crushedChromite_true=true - B:crushedCinnabar_true=true - B:crushedCoal_true=true - B:crushedCobaltite_true=true - B:crushedCooperite_true=true - B:crushedCopper_true=true - B:crushedDarkSteel_true=true - B:crushedDiamond_true=true - B:crushedDiatomite_true=true - B:crushedEmerald_true=true - B:crushedFoolsRuby_true=true - B:crushedGalena_true=true - B:crushedGarnetRed_true=true - B:crushedGarnetYellow_true=true - B:crushedGarnierite_true=true - B:crushedGlauconite_true=true - B:crushedGold_true=true - B:crushedGraphite_true=true - B:crushedGreenSapphire_true=true - B:crushedGrossular_true=true - B:crushedIlmenite_true=true - B:crushedIridium_true=true - B:crushedIron_true=true - B:crushedLapis_true=true - B:crushedLazurite_true=true - B:crushedLead_true=true - B:crushedLepidolite_true=true - B:crushedLignite_true=true - B:crushedLithium_true=true - B:crushedMagnesite_true=true - B:crushedMagnetite_true=true - B:crushedMalachite_true=true - B:crushedManganese_true=true - B:crushedMolybdenite_true=true - B:crushedMolybdenum_true=true - B:crushedMonazite_true=true - B:crushedNaquadahEnriched_true=true - B:crushedNaquadah_true=true - B:crushedNaquadria_true=true - B:crushedNeodymium_true=true - B:crushedNetherQuartz_true=true - B:crushedNickel_true=true - B:crushedOilsands_true=true - B:crushedOlivine_true=true - B:crushedOpal_true=true - B:crushedOsmium_true=true - B:crushedPalladium_true=true - B:crushedPentlandite_true=true - B:crushedPhosphate_true=true - B:crushedPhosphorus_true=true - B:crushedPitchblende_true=true - B:crushedPlatinum_true=true - B:crushedPlutonium_true=true - B:crushedPowellite_true=true - B:crushedPyrite_true=true - B:crushedPyrochlore_true=true - B:crushedPyrolusite_true=true - B:crushedPyrope_true=true - B:crushedQuartzite_true=true - B:crushedRedstone_true=true - B:crushedRockSalt_true=true - B:crushedRuby_true=true - B:crushedSalt_true=true - B:crushedSaltpeter_true=true - B:crushedSapphire_true=true - B:crushedScheelite_true=true - B:crushedSilver_true=true - B:crushedSoapstone_true=true - B:crushedSodalite_true=true - B:crushedSpessartine_true=true - B:crushedSphalerite_true=true - B:crushedSpodumene_true=true - B:crushedStibnite_true=true - B:crushedSulfur_true=true - B:crushedTalc_true=true - B:crushedTantalite_true=true - B:crushedTanzanite_true=true - B:crushedTetrahedrite_true=true - B:crushedThorium_true=true - B:crushedTin_true=true - B:crushedTitanium_true=true - B:crushedTopaz_true=true - B:crushedTungstate_true=true - B:crushedUraninite_true=true - B:crushedUranium235_true=true - B:crushedUranium_true=true - B:crushedVanadiumMagnetite_true=true - B:crushedWulfenite_true=true - B:crushedYellowLimonite_true=true - B:crushedZinc_true=true -} - - -polarizer { - I:blockIron_1152=1152 - I:blockNeodymium_1152=1152 - I:blockSteel_1152=1152 - I:blockWroughtIron_1152=1152 - I:boltIron_16=16 - I:boltNeodymium_16=16 - I:boltSteel_16=16 - I:boltWroughtIron_16=16 - I:dustIron_128=128 - I:dustNeodymium_128=128 - I:dustSmallIron_32=32 - I:dustSmallNeodymium_32=32 - I:dustSmallSteel_32=32 - I:dustSmallWroughtIron_32=32 - I:dustSteel_128=128 - I:dustTinyIron_16=16 - I:dustTinyNeodymium_16=16 - I:dustTinySteel_16=16 - I:dustTinyWroughtIron_16=16 - I:dustWroughtIron_128=128 - I:frameGtIron_256=256 - I:frameGtNeodymium_256=256 - I:frameGtSteel_256=256 - I:frameGtWroughtIron_256=256 - I:ingotIron_128=128 - I:ingotNeodymium_128=128 - I:ingotSteel_128=128 - I:ingotWroughtIron_128=128 - I:nuggetIron_16=16 - I:nuggetNeodymium_16=16 - I:nuggetSteel_16=16 - I:nuggetWroughtIron_16=16 - I:plateDoubleIron_256=256 - I:plateDoubleNeodymium_256=256 - I:plateDoubleSteel_256=256 - I:plateDoubleWroughtIron_256=256 - I:plateIron_128=128 - I:plateNeodymium_128=128 - I:plateSteel_128=128 - I:plateWroughtIron_128=128 - I:screwIron_16=16 - I:screwNeodymium_16=16 - I:screwSteel_16=16 - I:screwWroughtIron_16=16 - I:stickIron_64=64 - I:stickLongIron_128=128 - I:stickLongNeodymium_128=128 - I:stickLongSteel_128=128 - I:stickLongWroughtIron_128=128 - I:stickNeodymium_64=64 - I:stickSteel_64=64 - I:stickWroughtIron_64=64 - I:toolHeadAxeIron_384=384 - I:toolHeadAxeNeodymium_384=384 - I:toolHeadAxeSteel_384=384 - I:toolHeadAxeWroughtIron_384=384 - I:toolHeadBuzzSawIron_512=512 - I:toolHeadBuzzSawNeodymium_512=512 - I:toolHeadBuzzSawSteel_512=512 - I:toolHeadBuzzSawWroughtIron_512=512 - I:toolHeadChainsawIron_256=256 - I:toolHeadChainsawNeodymium_256=256 - I:toolHeadChainsawSteel_256=256 - I:toolHeadChainsawWroughtIron_256=256 - I:toolHeadDrillIron_512=512 - I:toolHeadDrillNeodymium_512=512 - I:toolHeadDrillSteel_512=512 - I:toolHeadDrillWroughtIron_512=512 - I:toolHeadFileIron_256=256 - I:toolHeadFileNeodymium_256=256 - I:toolHeadFileSteel_256=256 - I:toolHeadFileWroughtIron_256=256 - I:toolHeadHammerIron_768=768 - I:toolHeadHammerNeodymium_768=768 - I:toolHeadHammerSteel_768=768 - I:toolHeadHammerWroughtIron_768=768 - I:toolHeadHoeIron_256=256 - I:toolHeadHoeNeodymium_256=256 - I:toolHeadHoeSteel_256=256 - I:toolHeadHoeWroughtIron_256=256 - I:toolHeadPickaxeIron_384=384 - I:toolHeadPickaxeNeodymium_384=384 - I:toolHeadPickaxeSteel_384=384 - I:toolHeadPickaxeWroughtIron_384=384 - I:toolHeadPlowIron_512=512 - I:toolHeadPlowNeodymium_512=512 - I:toolHeadPlowSteel_512=512 - I:toolHeadPlowWroughtIron_512=512 - I:toolHeadSawIron_256=256 - I:toolHeadSawNeodymium_256=256 - I:toolHeadSawSteel_256=256 - I:toolHeadSawWroughtIron_256=256 - I:toolHeadSenseIron_384=384 - I:toolHeadSenseNeodymium_384=384 - I:toolHeadSenseSteel_384=384 - I:toolHeadSenseWroughtIron_384=384 - I:toolHeadShovelIron_128=128 - I:toolHeadShovelNeodymium_128=128 - I:toolHeadShovelSteel_128=128 - I:toolHeadShovelWroughtIron_128=128 - I:toolHeadSwordIron_256=256 - I:toolHeadSwordNeodymium_256=256 - I:toolHeadSwordSteel_256=256 - I:toolHeadSwordWroughtIron_256=256 - I:toolHeadUniversalSpadeIron_128=128 - I:toolHeadUniversalSpadeNeodymium_128=128 - I:toolHeadUniversalSpadeSteel_128=128 - I:toolHeadUniversalSpadeWroughtIron_128=128 - I:toolHeadWrenchIron_512=512 - I:toolHeadWrenchNeodymium_512=512 - I:toolHeadWrenchSteel_512=512 - I:toolHeadWrenchWroughtIron_512=512 - I:turbineBladeIron_768=768 - I:turbineBladeNeodymium_768=768 - I:turbineBladeSteel_768=768 - I:turbineBladeWroughtIron_768=768 -} - - -press { - I:gt.metaitem.01.32001_100=100 - I:gt.metaitem.01.32009_100=100 - I:gt.metaitem.01.32200_64=64 - I:gt.metaitem.02.32561_256=256 - I:gt.metaitem.02.32562_128=128 - I:gt.metaitem.02.32563_384=384 - I:gt.metaitem.02.32569_384=384 - I:ic2.itemCoin_100=100 - I:item.kekztech_crafting_item.14_800=800 - I:item.kekztech_crafting_item.15_800=800 -} - - -primitiveblastfurnace { - I:blockIron_64800=64800 - I:dustBandedIron_2400=2400 - I:dustBasalticMineralSand_2400=2400 - I:dustBrownLimonite_2400=2400 - I:dustCassiteriteSand_2400=2400 - I:dustCassiterite_2400=2400 - I:dustChalcopyrite_2400=2400 - I:dustCobaltite_2400=2400 - I:dustGalena_2400=2400 - I:dustGarnierite_2400=2400 - I:dustGraniticMineralSand_2400=2400 - I:dustIron_7200=7200 - I:dustMagnetite_2400=2400 - I:dustMalachite_2400=2400 - I:dustPentlandite_2400=2400 - I:dustPyrite_2400=2400 - I:dustSphalerite_2400=2400 - I:dustSteel_7200=7200 - I:dustStibnite_2400=2400 - I:dustTetrahedrite_2400=2400 - I:dustYellowLimonite_2400=2400 - I:ingotIron_7200=7200 -} - - -printer { - I:gt.metaitem.01.32485_100=100 - I:item.book_400=400 - I:item.emptyMap_400=400 - I:plateDoublePaper_100=100 - I:platePaper_400=400 -} - - -pulveriser { - I:arrowGtWoodDamascusSteel_18=18 - I:arrowGtWoodDamascusSteel_400=400 - I:arrowGtWoodSterlingSilver_29=29 - I:arrowGtWoodSterlingSilver_400=400 - I:blockAluminium_234=234 - I:blockAluminium_400=400 - I:blockAmericium_2205=2205 - I:blockAmericium_400=400 - I:blockAmethyst_243=243 - I:blockAmethyst_400=400 - I:blockAnnealedCopper_400=400 - I:blockAnnealedCopper_567=567 - I:blockAntimony_1089=1089 - I:blockAntimony_400=400 - I:blockArsenic_400=400 - I:blockArsenic_675=675 - I:blockBasalt_360=360 - I:blockBasalt_400=400 - I:blockBatteryAlloy_1701=1701 - I:blockBatteryAlloy_400=400 - I:blockBeryllium_400=400 - I:blockBeryllium_81=81 - I:blockBismuthBronze_400=400 - I:blockBismuthBronze_828=828 - I:blockBismuth_1872=1872 - I:blockBismuth_400=400 - I:blockBlackBronze_400=400 - I:blockBlackBronze_882=882 - I:blockBlackSteel_400=400 - I:blockBlackSteel_576=576 - I:blockBlueSteel_400=400 - I:blockBlueSteel_675=675 - I:blockBlueTopaz_144=144 - I:blockBlueTopaz_400=400 - I:blockBrass_400=400 - I:blockBrass_567=567 - I:blockBronze_400=400 - I:blockBronze_684=684 - I:blockCaesium_1188=1188 - I:blockCaesium_400=400 - I:blockCerium_1260=1260 - I:blockCerium_400=400 - I:blockCertusQuartz_400=400 - I:blockCertusQuartz_882=882 - I:blockCharcoal_108=108 - I:blockCharcoal_400=400 - I:blockChrome_400=400 - I:blockChrome_468=468 - I:blockCoal_216=216 - I:blockCoal_400=400 - I:blockCobaltBrass_400=400 - I:blockCobaltBrass_522=522 - I:blockCobalt_400=400 - I:blockCobalt_531=531 - I:blockCopper_400=400 - I:blockCopper_567=567 - I:blockCupronickel_400=400 - I:blockCupronickel_540=540 - I:blockDamascusSteel_400=400 - I:blockDamascusSteel_504=504 - I:blockDarkSteel_400=400 - I:blockDarkSteel_882=882 - I:blockDiamond_400=400 - I:blockDiamond_6912=6912 - I:blockDilithium_400=400 - I:blockDilithium_882=882 - I:blockDuranium_400=400 - I:blockDuranium_882=882 - I:blockElectrum_1359=1359 - I:blockElectrum_400=400 - I:blockEmerald_162=162 - I:blockEmerald_400=400 - I:blockEnderEye_1782=1782 - I:blockEnderEye_400=400 - I:blockEnderPearl_400=400 - I:blockEnderPearl_747=747 - I:blockEuropium_1359=1359 - I:blockEuropium_400=400 - I:blockFoolsRuby_400=400 - I:blockFoolsRuby_882=882 - I:blockForcicium_400=400 - I:blockForcicium_882=882 - I:blockForcillium_400=400 - I:blockForcillium_882=882 - I:blockGallium_400=400 - I:blockGallium_630=630 - I:blockGarnetRed_207=207 - I:blockGarnetRed_400=400 - I:blockGarnetYellow_207=207 - I:blockGarnetYellow_400=400 - I:blockGold_1764=1764 - I:blockGold_400=400 - I:blockGreenSapphire_180=180 - I:blockGreenSapphire_400=400 - I:blockHSSE_400=400 - I:blockHSSE_729=729 - I:blockHSSG_400=400 - I:blockHSSG_882=882 - I:blockHSSS_1161=1161 - I:blockHSSS_400=400 - I:blockIndium_1026=1026 - I:blockIndium_400=400 - I:blockInvar_400=400 - I:blockInvar_504=504 - I:blockIridium_1728=1728 - I:blockIridium_400=400 - I:blockIronMagnetic_400=400 - I:blockIronMagnetic_504=504 - I:blockIron_400=400 - I:blockIron_504=504 - I:blockJasper_400=400 - I:blockJasper_882=882 - I:blockKanthal_396=396 - I:blockKanthal_400=400 - I:blockLapis_252=252 - I:blockLapis_400=400 - I:blockLazurite_261=261 - I:blockLazurite_400=400 - I:blockLead_1863=1863 - I:blockLead_400=400 - I:blockLignite_400=400 - I:blockLignite_90=90 - I:blockLutetium_1566=1566 - I:blockLutetium_400=400 - I:blockMagnalium_225=225 - I:blockMagnalium_400=400 - I:blockMagnesium_216=216 - I:blockMagnesium_400=400 - I:blockManganese_400=400 - I:blockManganese_495=495 - I:blockMithril_2205=2205 - I:blockMithril_400=400 - I:blockMolybdenum_400=400 - I:blockMolybdenum_855=855 - I:blockMonazite_400=400 - I:blockMonazite_522=522 - I:blockNaquadahAlloy_400=400 - I:blockNaquadahAlloy_882=882 - I:blockNaquadahEnriched_400=400 - I:blockNaquadahEnriched_882=882 - I:blockNaquadah_400=400 - I:blockNaquadah_882=882 - I:blockNaquadria_400=400 - I:blockNaquadria_882=882 - I:blockNeodymiumMagnetic_1296=1296 - I:blockNeodymiumMagnetic_400=400 - I:blockNeodymium_1296=1296 - I:blockNeodymium_400=400 - I:blockNetherStar_400=400 - I:blockNetherStar_882=882 - I:blockNeutronium_400=400 - I:blockNeutronium_900000=900000 - I:blockNichrome_400=400 - I:blockNichrome_504=504 - I:blockNickel_400=400 - I:blockNickel_522=522 - I:blockNiobiumNitride_400=400 - I:blockNiobiumNitride_486=486 - I:blockNiobiumTitanium_400=400 - I:blockNiobiumTitanium_639=639 - I:blockNiobium_400=400 - I:blockNiobium_846=846 - I:blockNiter_180=180 - I:blockNiter_400=400 - I:blockObsidian_198=198 - I:blockObsidian_400=400 - I:blockOlivine_252=252 - I:blockOlivine_400=400 - I:blockOpal_180=180 - I:blockOpal_400=400 - I:blockOsmiridium_1719=1719 - I:blockOsmiridium_400=400 - I:blockOsmium_1710=1710 - I:blockOsmium_400=400 - I:blockPalladium_400=400 - I:blockPalladium_954=954 - I:blockPhosphorus_279=279 - I:blockPhosphorus_400=400 - I:blockPigIron_400=400 - I:blockPigIron_504=504 - I:blockPlatinum_1755=1755 - I:blockPlatinum_400=400 - I:blockPlutonium241_2187=2187 - I:blockPlutonium241_400=400 - I:blockPlutonium_2214=2214 - I:blockPlutonium_400=400 - I:blockQuartzite_180=180 - I:blockQuartzite_400=400 - I:blockRedAlloy_3627=3627 - I:blockRedAlloy_400=400 - I:blockRedSteel_400=400 - I:blockRedSteel_621=621 - I:blockRedstone_400=400 - I:blockRedstone_765=765 - I:blockRoseGold_1521=1521 - I:blockRoseGold_400=400 - I:blockRuby_225=225 - I:blockRuby_400=400 - I:blockSapphire_180=180 - I:blockSapphire_400=400 - I:blockSilicon_252=252 - I:blockSilicon_400=400 - I:blockSilver_400=400 - I:blockSilver_963=963 - I:blockSodalite_225=225 - I:blockSodalite_400=400 - I:blockSolderingAlloy_1062=1062 - I:blockSolderingAlloy_400=400 - I:blockStainlessSteel_400=400 - I:blockStainlessSteel_495=495 - I:blockSteelMagnetic_400=400 - I:blockSteelMagnetic_504=504 - I:blockSteel_400=400 - I:blockSteel_504=504 - I:blockSterlingSilver_400=400 - I:blockSterlingSilver_882=882 - I:blockTantalum_1620=1620 - I:blockTantalum_400=400 - I:blockTanzanite_180=180 - I:blockTanzanite_400=400 - I:blockThorium_2070=2070 - I:blockThorium_400=400 - I:blockTinAlloy_400=400 - I:blockTinAlloy_783=783 - I:blockTin_1062=1062 - I:blockTin_400=400 - I:blockTitanium_400=400 - I:blockTitanium_432=432 - I:blockTopaz_144=144 - I:blockTopaz_400=400 - I:blockTritanium_400=400 - I:blockTritanium_882=882 - I:blockTungstenCarbide_400=400 - I:blockTungstenCarbide_873=873 - I:blockTungstenSteel_1071=1071 - I:blockTungstenSteel_400=400 - I:blockTungsten_1647=1647 - I:blockTungsten_400=400 - I:blockUltimet_400=400 - I:blockUltimet_549=549 - I:blockUranium235_2115=2115 - I:blockUranium235_400=400 - I:blockUranium_2142=2142 - I:blockUranium_400=400 - I:blockVanadiumGallium_400=400 - I:blockVanadiumGallium_495=495 - I:blockVanadiumSteel_400=400 - I:blockVanadiumSteel_495=495 - I:blockVanadium_400=400 - I:blockVanadium_459=459 - I:blockWroughtIron_400=400 - I:blockWroughtIron_504=504 - I:blockYttriumBariumCuprate_400=400 - I:blockYttriumBariumCuprate_459=459 - I:blockYttrium_400=400 - I:blockYttrium_801=801 - I:blockZinc_400=400 - I:blockZinc_585=585 - I:boltAluminium_16=16 - I:boltAluminium_400=400 - I:boltAmethyst_16=16 - I:boltAmethyst_400=400 - I:boltBeryllium_16=16 - I:boltBeryllium_400=400 - I:boltBismuthBronze_16=16 - I:boltBismuthBronze_400=400 - I:boltBismuth_26=26 - I:boltBismuth_400=400 - I:boltBlackBronze_16=16 - I:boltBlackBronze_400=400 - I:boltBlackSteel_16=16 - I:boltBlackSteel_400=400 - I:boltBlueSteel_16=16 - I:boltBlueSteel_400=400 - I:boltBlueTopaz_16=16 - I:boltBlueTopaz_400=400 - I:boltBrass_16=16 - I:boltBrass_400=400 - I:boltBronze_16=16 - I:boltBronze_400=400 - I:boltCarbon_16=16 - I:boltCarbon_400=400 - I:boltCertusQuartz_16=16 - I:boltCertusQuartz_400=400 - I:boltChrome_16=16 - I:boltChrome_400=400 - I:boltCobaltBrass_16=16 - I:boltCobaltBrass_400=400 - I:boltCobalt_16=16 - I:boltCobalt_400=400 - I:boltCupronickel_16=16 - I:boltCupronickel_400=400 - I:boltDamascusSteel_16=16 - I:boltDamascusSteel_400=400 - I:boltDarkSteel_16=16 - I:boltDarkSteel_400=400 - I:boltDiamond_400=400 - I:boltDiamond_96=96 - I:boltDuranium_16=16 - I:boltDuranium_400=400 - I:boltElectrum_18=18 - I:boltElectrum_400=400 - I:boltEmerald_16=16 - I:boltEmerald_400=400 - I:boltEpoxidFiberReinforced_16=16 - I:boltEpoxidFiberReinforced_400=400 - I:boltEpoxid_16=16 - I:boltEpoxid_400=400 - I:boltGarnetRed_16=16 - I:boltGarnetRed_400=400 - I:boltGarnetYellow_16=16 - I:boltGarnetYellow_400=400 - I:boltGold_24=24 - I:boltGold_400=400 - I:boltGreenSapphire_16=16 - I:boltGreenSapphire_400=400 - I:boltHSSE_16=16 - I:boltHSSE_400=400 - I:boltHSSG_16=16 - I:boltHSSG_400=400 - I:boltHSSS_16=16 - I:boltHSSS_400=400 - I:boltInvar_16=16 - I:boltInvar_400=400 - I:boltIridium_24=24 - I:boltIridium_400=400 - I:boltIronMagnetic_16=16 - I:boltIronMagnetic_400=400 - I:boltIron_16=16 - I:boltIron_400=400 - I:boltKanthal_16=16 - I:boltKanthal_400=400 - I:boltLead_25=25 - I:boltLead_400=400 - I:boltMagnalium_16=16 - I:boltMagnalium_400=400 - I:boltManganese_16=16 - I:boltManganese_400=400 - I:boltMithril_30=30 - I:boltMithril_400=400 - I:boltMolybdenum_16=16 - I:boltMolybdenum_400=400 - I:boltNaquadahAlloy_16=16 - I:boltNaquadahAlloy_400=400 - I:boltNaquadahEnriched_16=16 - I:boltNaquadahEnriched_400=400 - I:boltNaquadah_16=16 - I:boltNaquadah_400=400 - I:boltNaquadria_16=16 - I:boltNaquadria_400=400 - I:boltNeodymiumMagnetic_18=18 - I:boltNeodymiumMagnetic_400=400 - I:boltNeodymium_18=18 - I:boltNeodymium_400=400 - I:boltNetherQuartz_16=16 - I:boltNetherQuartz_400=400 - I:boltNetherStar_16=16 - I:boltNetherStar_400=400 - I:boltNeutronium_12500=12500 - I:boltNeutronium_400=400 - I:boltNichrome_16=16 - I:boltNichrome_400=400 - I:boltNickelZincFerrite_16=16 - I:boltNickelZincFerrite_400=400 - I:boltNickel_16=16 - I:boltNickel_400=400 - I:boltOlivine_16=16 - I:boltOlivine_400=400 - I:boltOpal_16=16 - I:boltOpal_400=400 - I:boltOsmiridium_23=23 - I:boltOsmiridium_400=400 - I:boltOsmium_23=23 - I:boltOsmium_400=400 - I:boltPalladium_16=16 - I:boltPalladium_400=400 - I:boltPigIron_16=16 - I:boltPigIron_400=400 - I:boltPlastic_16=16 - I:boltPlastic_400=400 - I:boltPlatinum_24=24 - I:boltPlatinum_400=400 - I:boltPlutonium241_30=30 - I:boltPlutonium241_400=400 - I:boltPlutonium_30=30 - I:boltPlutonium_400=400 - I:boltPolycaprolactam_16=16 - I:boltPolycaprolactam_400=400 - I:boltPolyphenyleneSulfide_16=16 - I:boltPolyphenyleneSulfide_400=400 - I:boltPolystyrene_16=16 - I:boltPolystyrene_400=400 - I:boltPolytetrafluoroethylene_16=16 - I:boltPolytetrafluoroethylene_400=400 - I:boltPolyvinylChloride_16=16 - I:boltPolyvinylChloride_400=400 - I:boltRedSteel_16=16 - I:boltRedSteel_400=400 - I:boltRoseGold_21=21 - I:boltRoseGold_400=400 - I:boltRubber_16=16 - I:boltRubber_400=400 - I:boltRuby_16=16 - I:boltRuby_400=400 - I:boltSapphire_16=16 - I:boltSapphire_400=400 - I:boltSilicone_16=16 - I:boltSilicone_400=400 - I:boltSilver_16=16 - I:boltSilver_400=400 - I:boltStainlessSteel_16=16 - I:boltStainlessSteel_400=400 - I:boltSteelMagnetic_16=16 - I:boltSteelMagnetic_400=400 - I:boltSteel_16=16 - I:boltSteel_400=400 - I:boltSterlingSilver_16=16 - I:boltSterlingSilver_400=400 - I:boltStyreneButadieneRubber_16=16 - I:boltStyreneButadieneRubber_400=400 - I:boltTanzanite_16=16 - I:boltTanzanite_400=400 - I:boltThorium_28=28 - I:boltThorium_400=400 - I:boltTinAlloy_16=16 - I:boltTinAlloy_400=400 - I:boltTin_16=16 - I:boltTin_400=400 - I:boltTitanium_16=16 - I:boltTitanium_400=400 - I:boltTopaz_16=16 - I:boltTopaz_400=400 - I:boltTritanium_16=16 - I:boltTritanium_400=400 - I:boltTungstenCarbide_16=16 - I:boltTungstenCarbide_400=400 - I:boltTungstenSteel_16=16 - I:boltTungstenSteel_400=400 - I:boltTungsten_22=22 - I:boltTungsten_400=400 - I:boltUltimet_16=16 - I:boltUltimet_400=400 - I:boltUranium235_29=29 - I:boltUranium235_400=400 - I:boltUranium_29=29 - I:boltUranium_400=400 - I:boltVanadiumSteel_16=16 - I:boltVanadiumSteel_400=400 - I:boltWoodSealed_16=16 - I:boltWoodSealed_400=400 - I:boltWood_16=16 - I:boltWood_400=400 - I:boltWroughtIron_16=16 - I:boltWroughtIron_400=400 - I:bucketEmpty_168=168 - I:bucketEmpty_400=400 - I:cableGt01Aluminium_37=37 - I:cableGt01Aluminium_400=400 - I:cableGt01AnnealedCopper_400=400 - I:cableGt01AnnealedCopper_56=56 - I:cableGt01BlackSteel_400=400 - I:cableGt01BlackSteel_56=56 - I:cableGt01BlueAlloy_274=274 - I:cableGt01Cobalt_400=400 - I:cableGt01Cobalt_54=54 - I:cableGt01Copper_400=400 - I:cableGt01Copper_56=56 - I:cableGt01Cupronickel_400=400 - I:cableGt01Cupronickel_54=54 - I:cableGt01Duranium_400=400 - I:cableGt01Duranium_73=73 - I:cableGt01Electrum_100=100 - I:cableGt01Electrum_400=400 - I:cableGt01Gold_122=122 - I:cableGt01Gold_400=400 - I:cableGt01HSSG_400=400 - I:cableGt01HSSG_73=73 - I:cableGt01Iron_400=400 - I:cableGt01Iron_52=52 - I:cableGt01Kanthal_400=400 - I:cableGt01Kanthal_46=46 - I:cableGt01Lead_128=128 - I:cableGt01Lead_400=400 - I:cableGt01NaquadahAlloy_400=400 - I:cableGt01NaquadahAlloy_73=73 - I:cableGt01Naquadah_400=400 - I:cableGt01Naquadah_73=73 - I:cableGt01Nichrome_400=400 - I:cableGt01Nichrome_52=52 - I:cableGt01Nickel_400=400 - I:cableGt01Nickel_53=53 - I:cableGt01NiobiumTitanium_400=400 - I:cableGt01NiobiumTitanium_60=60 - I:cableGt01Osmium_119=119 - I:cableGt01Osmium_400=400 - I:cableGt01Platinum_122=122 - I:cableGt01Platinum_400=400 - I:cableGt01RedAlloy_226=226 - I:cableGt01RedAlloy_400=400 - I:cableGt01Silver_400=400 - I:cableGt01Silver_78=78 - I:cableGt01SolderingAlloy_400=400 - I:cableGt01SolderingAlloy_83=83 - I:cableGt01Steel_400=400 - I:cableGt01Steel_52=52 - I:cableGt01Tin_400=400 - I:cableGt01Tin_83=83 - I:cableGt01Titanium_400=400 - I:cableGt01Titanium_48=48 - I:cableGt01TungstenSteel_400=400 - I:cableGt01TungstenSteel_84=84 - I:cableGt01Tungsten_116=116 - I:cableGt01Tungsten_400=400 - I:cableGt01VanadiumGallium_400=400 - I:cableGt01VanadiumGallium_52=52 - I:cableGt01YttriumBariumCuprate_400=400 - I:cableGt01YttriumBariumCuprate_50=50 - I:cableGt01Zinc_400=400 - I:cableGt01Zinc_57=57 - I:cableGt02Aluminium_400=400 - I:cableGt02Aluminium_50=50 - I:cableGt02AnnealedCopper_400=400 - I:cableGt02AnnealedCopper_87=87 - I:cableGt02BlackSteel_400=400 - I:cableGt02BlackSteel_88=88 - I:cableGt02BlueAlloy_523=523 - I:cableGt02Cobalt_400=400 - I:cableGt02Cobalt_83=83 - I:cableGt02Copper_400=400 - I:cableGt02Copper_87=87 - I:cableGt02Cupronickel_400=400 - I:cableGt02Cupronickel_84=84 - I:cableGt02Duranium_122=122 - I:cableGt02Duranium_400=400 - I:cableGt02Electrum_175=175 - I:cableGt02Electrum_400=400 - I:cableGt02Gold_220=220 - I:cableGt02Gold_400=400 - I:cableGt02HSSG_122=122 - I:cableGt02HSSG_400=400 - I:cableGt02Iron_400=400 - I:cableGt02Iron_80=80 - I:cableGt02Kanthal_400=400 - I:cableGt02Kanthal_68=68 - I:cableGt02Lead_231=231 - I:cableGt02Lead_400=400 - I:cableGt02NaquadahAlloy_122=122 - I:cableGt02NaquadahAlloy_400=400 - I:cableGt02Naquadah_122=122 - I:cableGt02Naquadah_400=400 - I:cableGt02Nichrome_400=400 - I:cableGt02Nichrome_80=80 - I:cableGt02Nickel_400=400 - I:cableGt02Nickel_82=82 - I:cableGt02NiobiumTitanium_400=400 - I:cableGt02NiobiumTitanium_95=95 - I:cableGt02Osmium_214=214 - I:cableGt02Osmium_400=400 - I:cableGt02Platinum_219=219 - I:cableGt02Platinum_400=400 - I:cableGt02RedAlloy_400=400 - I:cableGt02RedAlloy_427=427 - I:cableGt02Silver_131=131 - I:cableGt02Silver_400=400 - I:cableGt02SolderingAlloy_142=142 - I:cableGt02SolderingAlloy_400=400 - I:cableGt02Steel_400=400 - I:cableGt02Steel_80=80 - I:cableGt02Tin_142=142 - I:cableGt02Tin_400=400 - I:cableGt02Titanium_400=400 - I:cableGt02Titanium_72=72 - I:cableGt02TungstenSteel_143=143 - I:cableGt02TungstenSteel_400=400 - I:cableGt02Tungsten_207=207 - I:cableGt02Tungsten_400=400 - I:cableGt02VanadiumGallium_400=400 - I:cableGt02VanadiumGallium_79=79 - I:cableGt02YttriumBariumCuprate_400=400 - I:cableGt02YttriumBariumCuprate_75=75 - I:cableGt02Zinc_400=400 - I:cableGt02Zinc_89=89 - I:cableGt04Aluminium_101=101 - I:cableGt04Aluminium_400=400 - I:cableGt04AnnealedCopper_175=175 - I:cableGt04AnnealedCopper_400=400 - I:cableGt04BlackSteel_177=177 - I:cableGt04BlackSteel_400=400 - I:cableGt04BlueAlloy_1047=1047 - I:cableGt04Cobalt_167=167 - I:cableGt04Cobalt_400=400 - I:cableGt04Copper_175=175 - I:cableGt04Copper_400=400 - I:cableGt04Cupronickel_169=169 - I:cableGt04Cupronickel_400=400 - I:cableGt04Duranium_245=245 - I:cableGt04Duranium_400=400 - I:cableGt04Electrum_351=351 - I:cableGt04Electrum_400=400 - I:cableGt04Gold_400=400 - I:cableGt04Gold_441=441 - I:cableGt04HSSG_245=245 - I:cableGt04HSSG_400=400 - I:cableGt04Iron_161=161 - I:cableGt04Iron_400=400 - I:cableGt04Kanthal_137=137 - I:cableGt04Kanthal_400=400 - I:cableGt04Lead_400=400 - I:cableGt04Lead_463=463 - I:cableGt04NaquadahAlloy_245=245 - I:cableGt04NaquadahAlloy_400=400 - I:cableGt04Naquadah_245=245 - I:cableGt04Naquadah_400=400 - I:cableGt04Nichrome_161=161 - I:cableGt04Nichrome_400=400 - I:cableGt04Nickel_165=165 - I:cableGt04Nickel_400=400 - I:cableGt04NiobiumTitanium_191=191 - I:cableGt04NiobiumTitanium_400=400 - I:cableGt04Osmium_400=400 - I:cableGt04Osmium_429=429 - I:cableGt04Platinum_400=400 - I:cableGt04Platinum_439=439 - I:cableGt04RedAlloy_400=400 - I:cableGt04RedAlloy_855=855 - I:cableGt04Silver_263=263 - I:cableGt04Silver_400=400 - I:cableGt04SolderingAlloy_285=285 - I:cableGt04SolderingAlloy_400=400 - I:cableGt04Steel_161=161 - I:cableGt04Steel_400=400 - I:cableGt04Tin_285=285 - I:cableGt04Tin_400=400 - I:cableGt04Titanium_145=145 - I:cableGt04Titanium_400=400 - I:cableGt04TungstenSteel_287=287 - I:cableGt04TungstenSteel_400=400 - I:cableGt04Tungsten_400=400 - I:cableGt04Tungsten_415=415 - I:cableGt04VanadiumGallium_159=159 - I:cableGt04VanadiumGallium_400=400 - I:cableGt04YttriumBariumCuprate_151=151 - I:cableGt04YttriumBariumCuprate_400=400 - I:cableGt04Zinc_179=179 - I:cableGt04Zinc_400=400 - I:cableGt08Aluminium_177=177 - I:cableGt08Aluminium_400=400 - I:cableGt08AnnealedCopper_325=325 - I:cableGt08AnnealedCopper_400=400 - I:cableGt08BlackSteel_329=329 - I:cableGt08BlackSteel_400=400 - I:cableGt08BlueAlloy_2069=2069 - I:cableGt08Cobalt_309=309 - I:cableGt08Cobalt_400=400 - I:cableGt08Copper_325=325 - I:cableGt08Copper_400=400 - I:cableGt08Cupronickel_313=313 - I:cableGt08Cupronickel_400=400 - I:cableGt08Duranium_400=400 - I:cableGt08Duranium_465=465 - I:cableGt08Electrum_400=400 - I:cableGt08Electrum_677=677 - I:cableGt08Gold_400=400 - I:cableGt08Gold_857=857 - I:cableGt08HSSG_400=400 - I:cableGt08HSSG_465=465 - I:cableGt08Iron_297=297 - I:cableGt08Iron_400=400 - I:cableGt08Kanthal_249=249 - I:cableGt08Kanthal_400=400 - I:cableGt08Lead_400=400 - I:cableGt08Lead_901=901 - I:cableGt08NaquadahAlloy_400=400 - I:cableGt08NaquadahAlloy_465=465 - I:cableGt08Naquadah_400=400 - I:cableGt08Naquadah_465=465 - I:cableGt08Nichrome_297=297 - I:cableGt08Nichrome_400=400 - I:cableGt08Nickel_305=305 - I:cableGt08Nickel_400=400 - I:cableGt08NiobiumTitanium_357=357 - I:cableGt08NiobiumTitanium_400=400 - I:cableGt08Osmium_400=400 - I:cableGt08Osmium_833=833 - I:cableGt08Platinum_400=400 - I:cableGt08Platinum_853=853 - I:cableGt08RedAlloy_1685=1685 - I:cableGt08RedAlloy_400=400 - I:cableGt08Silver_400=400 - I:cableGt08Silver_501=501 - I:cableGt08SolderingAlloy_400=400 - I:cableGt08SolderingAlloy_545=545 - I:cableGt08Steel_297=297 - I:cableGt08Steel_400=400 - I:cableGt08Tin_400=400 - I:cableGt08Tin_545=545 - I:cableGt08Titanium_265=265 - I:cableGt08Titanium_400=400 - I:cableGt08TungstenSteel_400=400 - I:cableGt08TungstenSteel_549=549 - I:cableGt08Tungsten_400=400 - I:cableGt08Tungsten_805=805 - I:cableGt08VanadiumGallium_293=293 - I:cableGt08VanadiumGallium_400=400 - I:cableGt08YttriumBariumCuprate_277=277 - I:cableGt08YttriumBariumCuprate_400=400 - I:cableGt08Zinc_333=333 - I:cableGt08Zinc_400=400 - I:cableGt12Aluminium_254=254 - I:cableGt12Aluminium_400=400 - I:cableGt12AnnealedCopper_400=400 - I:cableGt12AnnealedCopper_476=476 - I:cableGt12BlackSteel_400=400 - I:cableGt12BlackSteel_482=482 - I:cableGt12BlueAlloy_3092=3092 - I:cableGt12Cobalt_400=400 - I:cableGt12Cobalt_452=452 - I:cableGt12Copper_400=400 - I:cableGt12Copper_476=476 - I:cableGt12Cupronickel_400=400 - I:cableGt12Cupronickel_458=458 - I:cableGt12Duranium_400=400 - I:cableGt12Duranium_686=686 - I:cableGt12Electrum_1004=1004 - I:cableGt12Electrum_400=400 - I:cableGt12Gold_1274=1274 - I:cableGt12Gold_400=400 - I:cableGt12HSSG_400=400 - I:cableGt12HSSG_686=686 - I:cableGt12Iron_400=400 - I:cableGt12Iron_434=434 - I:cableGt12Kanthal_362=362 - I:cableGt12Kanthal_400=400 - I:cableGt12Lead_1340=1340 - I:cableGt12Lead_400=400 - I:cableGt12NaquadahAlloy_400=400 - I:cableGt12NaquadahAlloy_686=686 - I:cableGt12Naquadah_400=400 - I:cableGt12Naquadah_686=686 - I:cableGt12Nichrome_400=400 - I:cableGt12Nichrome_434=434 - I:cableGt12Nickel_400=400 - I:cableGt12Nickel_446=446 - I:cableGt12NiobiumTitanium_400=400 - I:cableGt12NiobiumTitanium_524=524 - I:cableGt12Osmium_1238=1238 - I:cableGt12Osmium_400=400 - I:cableGt12Platinum_1268=1268 - I:cableGt12Platinum_400=400 - I:cableGt12RedAlloy_2516=2516 - I:cableGt12RedAlloy_400=400 - I:cableGt12Silver_400=400 - I:cableGt12Silver_740=740 - I:cableGt12SolderingAlloy_400=400 - I:cableGt12SolderingAlloy_806=806 - I:cableGt12Steel_400=400 - I:cableGt12Steel_434=434 - I:cableGt12Tin_400=400 - I:cableGt12Tin_806=806 - I:cableGt12Titanium_386=386 - I:cableGt12Titanium_400=400 - I:cableGt12TungstenSteel_400=400 - I:cableGt12TungstenSteel_812=812 - I:cableGt12Tungsten_1196=1196 - I:cableGt12Tungsten_400=400 - I:cableGt12VanadiumGallium_400=400 - I:cableGt12VanadiumGallium_428=428 - I:cableGt12YttriumBariumCuprate_400=400 - I:cableGt12YttriumBariumCuprate_404=404 - I:cableGt12Zinc_400=400 - I:cableGt12Zinc_488=488 - I:cellAlduorite_334=334 - I:cellArsenic_311=311 - I:cellBioFuel_334=334 - I:cellCarbon_248=248 - I:cellCobaltHexahydrate_334=334 - I:cellDilithium_334=334 - I:cellEmpty_236=236 - I:cellEmpty_400=400 - I:cellForcicium_334=334 - I:cellForcillium_334=334 - I:cellGlowstone_334=334 - I:cellGraphite_334=334 - I:cellMagnesiumchloride_267=267 - I:cellNitricAcid_248=248 - I:cellNitroCarbon_249=249 - I:cellPhosphate_254=254 - I:cellPhosphorousPentoxide_256=256 - I:cellPhosphorus_267=267 - I:cellSeedOilHemp_334=334 - I:cellSeedOilLin_334=334 - I:cellSiliconDioxide_256=256 - I:cellSnow_242=242 - I:crushedAlmandine_400=400 - I:crushedAluminium_400=400 - I:crushedAmethyst_400=400 - I:crushedApatite_400=400 - I:crushedBandedIron_400=400 - I:crushedBarite_400=400 - I:crushedBastnasite_400=400 - I:crushedBauxite_400=400 - I:crushedBentonite_400=400 - I:crushedBeryllium_400=400 - I:crushedBismuth_400=400 - I:crushedBlueTopaz_400=400 - I:crushedBrownLimonite_400=400 - I:crushedCalcite_400=400 - I:crushedCassiteriteSand_400=400 - I:crushedCassiterite_400=400 - I:crushedCentrifugedAlmandine_400=400 - I:crushedCentrifugedAluminium_400=400 - I:crushedCentrifugedAmethyst_400=400 - I:crushedCentrifugedApatite_400=400 - I:crushedCentrifugedBandedIron_400=400 - I:crushedCentrifugedBarite_400=400 - I:crushedCentrifugedBastnasite_400=400 - I:crushedCentrifugedBauxite_400=400 - I:crushedCentrifugedBentonite_400=400 - I:crushedCentrifugedBeryllium_400=400 - I:crushedCentrifugedBismuth_400=400 - I:crushedCentrifugedBlueTopaz_400=400 - I:crushedCentrifugedBrownLimonite_400=400 - I:crushedCentrifugedCalcite_400=400 - I:crushedCentrifugedCassiteriteSand_400=400 - I:crushedCentrifugedCassiterite_400=400 - I:crushedCentrifugedCertusQuartz_400=400 - I:crushedCentrifugedChalcopyrite_400=400 - I:crushedCentrifugedChrome_400=400 - I:crushedCentrifugedChromite_400=400 - I:crushedCentrifugedCinnabar_400=400 - I:crushedCentrifugedCoal_400=400 - I:crushedCentrifugedCobaltite_400=400 - I:crushedCentrifugedCooperite_400=400 - I:crushedCentrifugedCopper_400=400 - I:crushedCentrifugedDarkSteel_400=400 - I:crushedCentrifugedDiamond_400=400 - I:crushedCentrifugedDiatomite_400=400 - I:crushedCentrifugedEmerald_400=400 - I:crushedCentrifugedFoolsRuby_400=400 - I:crushedCentrifugedGalena_400=400 - I:crushedCentrifugedGarnetRed_400=400 - I:crushedCentrifugedGarnetYellow_400=400 - I:crushedCentrifugedGarnierite_400=400 - I:crushedCentrifugedGlauconite_400=400 - I:crushedCentrifugedGold_400=400 - I:crushedCentrifugedGraphite_400=400 - I:crushedCentrifugedGreenSapphire_400=400 - I:crushedCentrifugedGrossular_400=400 - I:crushedCentrifugedIlmenite_400=400 - I:crushedCentrifugedIridium_400=400 - I:crushedCentrifugedIron_400=400 - I:crushedCentrifugedLapis_400=400 - I:crushedCentrifugedLazurite_400=400 - I:crushedCentrifugedLead_400=400 - I:crushedCentrifugedLepidolite_400=400 - I:crushedCentrifugedLignite_400=400 - I:crushedCentrifugedLithium_400=400 - I:crushedCentrifugedMagnesite_400=400 - I:crushedCentrifugedMagnetite_400=400 - I:crushedCentrifugedMalachite_400=400 - I:crushedCentrifugedManganese_400=400 - I:crushedCentrifugedMolybdenite_400=400 - I:crushedCentrifugedMolybdenum_400=400 - I:crushedCentrifugedMonazite_400=400 - I:crushedCentrifugedNaquadahEnriched_400=400 - I:crushedCentrifugedNaquadah_400=400 - I:crushedCentrifugedNaquadria_400=400 - I:crushedCentrifugedNeodymium_400=400 - I:crushedCentrifugedNetherQuartz_400=400 - I:crushedCentrifugedNickel_400=400 - I:crushedCentrifugedOilsands_400=400 - I:crushedCentrifugedOlivine_400=400 - I:crushedCentrifugedOpal_400=400 - I:crushedCentrifugedOsmium_400=400 - I:crushedCentrifugedPalladium_400=400 - I:crushedCentrifugedPentlandite_400=400 - I:crushedCentrifugedPhosphate_400=400 - I:crushedCentrifugedPhosphorus_400=400 - I:crushedCentrifugedPitchblende_400=400 - I:crushedCentrifugedPlatinum_400=400 - I:crushedCentrifugedPlutonium_400=400 - I:crushedCentrifugedPowellite_400=400 - I:crushedCentrifugedPyrite_400=400 - I:crushedCentrifugedPyrochlore_400=400 - I:crushedCentrifugedPyrolusite_400=400 - I:crushedCentrifugedPyrope_400=400 - I:crushedCentrifugedQuartzite_400=400 - I:crushedCentrifugedRedstone_400=400 - I:crushedCentrifugedRockSalt_400=400 - I:crushedCentrifugedRuby_400=400 - I:crushedCentrifugedSalt_400=400 - I:crushedCentrifugedSaltpeter_400=400 - I:crushedCentrifugedSapphire_400=400 - I:crushedCentrifugedScheelite_400=400 - I:crushedCentrifugedSilver_400=400 - I:crushedCentrifugedSoapstone_400=400 - I:crushedCentrifugedSodalite_400=400 - I:crushedCentrifugedSpessartine_400=400 - I:crushedCentrifugedSphalerite_400=400 - I:crushedCentrifugedSpodumene_400=400 - I:crushedCentrifugedStibnite_400=400 - I:crushedCentrifugedSulfur_400=400 - I:crushedCentrifugedTalc_400=400 - I:crushedCentrifugedTantalite_400=400 - I:crushedCentrifugedTanzanite_400=400 - I:crushedCentrifugedTetrahedrite_400=400 - I:crushedCentrifugedThorium_400=400 - I:crushedCentrifugedTin_400=400 - I:crushedCentrifugedTitanium_400=400 - I:crushedCentrifugedTopaz_400=400 - I:crushedCentrifugedTungstate_400=400 - I:crushedCentrifugedUraninite_400=400 - I:crushedCentrifugedUranium235_400=400 - I:crushedCentrifugedUranium_400=400 - I:crushedCentrifugedVanadiumMagnetite_400=400 - I:crushedCentrifugedWulfenite_400=400 - I:crushedCentrifugedYellowLimonite_400=400 - I:crushedCentrifugedZinc_400=400 - I:crushedCertusQuartz_400=400 - I:crushedChalcopyrite_400=400 - I:crushedChrome_400=400 - I:crushedChromite_400=400 - I:crushedCinnabar_400=400 - I:crushedCoal_400=400 - I:crushedCobaltite_400=400 - I:crushedCooperite_400=400 - I:crushedCopper_400=400 - I:crushedDarkSteel_400=400 - I:crushedDiamond_400=400 - I:crushedDiatomite_400=400 - I:crushedEmerald_400=400 - I:crushedFoolsRuby_400=400 - I:crushedGalena_400=400 - I:crushedGarnetRed_400=400 - I:crushedGarnetYellow_400=400 - I:crushedGarnierite_400=400 - I:crushedGlauconite_400=400 - I:crushedGold_400=400 - I:crushedGraphite_400=400 - I:crushedGreenSapphire_400=400 - I:crushedGrossular_400=400 - I:crushedIlmenite_400=400 - I:crushedIridium_400=400 - I:crushedIron_400=400 - I:crushedLapis_400=400 - I:crushedLazurite_400=400 - I:crushedLead_400=400 - I:crushedLepidolite_400=400 - I:crushedLignite_400=400 - I:crushedLithium_400=400 - I:crushedMagnesite_400=400 - I:crushedMagnetite_400=400 - I:crushedMalachite_400=400 - I:crushedManganese_400=400 - I:crushedMolybdenite_400=400 - I:crushedMolybdenum_400=400 - I:crushedMonazite_400=400 - I:crushedNaquadahEnriched_400=400 - I:crushedNaquadah_400=400 - I:crushedNaquadria_400=400 - I:crushedNeodymium_400=400 - I:crushedNetherQuartz_400=400 - I:crushedNickel_400=400 - I:crushedOilsands_400=400 - I:crushedOlivine_400=400 - I:crushedOpal_400=400 - I:crushedOsmium_400=400 - I:crushedPalladium_400=400 - I:crushedPentlandite_400=400 - I:crushedPhosphate_400=400 - I:crushedPhosphorus_400=400 - I:crushedPitchblende_400=400 - I:crushedPlatinum_400=400 - I:crushedPlutonium_400=400 - I:crushedPowellite_400=400 - I:crushedPurifiedAlmandine_400=400 - I:crushedPurifiedAluminium_400=400 - I:crushedPurifiedAmethyst_400=400 - I:crushedPurifiedApatite_400=400 - I:crushedPurifiedBandedIron_400=400 - I:crushedPurifiedBarite_400=400 - I:crushedPurifiedBastnasite_400=400 - I:crushedPurifiedBauxite_400=400 - I:crushedPurifiedBentonite_400=400 - I:crushedPurifiedBeryllium_400=400 - I:crushedPurifiedBismuth_400=400 - I:crushedPurifiedBlueTopaz_400=400 - I:crushedPurifiedBrownLimonite_400=400 - I:crushedPurifiedCalcite_400=400 - I:crushedPurifiedCassiteriteSand_400=400 - I:crushedPurifiedCassiterite_400=400 - I:crushedPurifiedCertusQuartz_400=400 - I:crushedPurifiedChalcopyrite_400=400 - I:crushedPurifiedChrome_400=400 - I:crushedPurifiedChromite_400=400 - I:crushedPurifiedCinnabar_400=400 - I:crushedPurifiedCoal_400=400 - I:crushedPurifiedCobaltite_400=400 - I:crushedPurifiedCooperite_400=400 - I:crushedPurifiedCopper_400=400 - I:crushedPurifiedDarkSteel_400=400 - I:crushedPurifiedDiamond_400=400 - I:crushedPurifiedDiatomite_400=400 - I:crushedPurifiedEmerald_400=400 - I:crushedPurifiedFoolsRuby_400=400 - I:crushedPurifiedGalena_400=400 - I:crushedPurifiedGarnetRed_400=400 - I:crushedPurifiedGarnetYellow_400=400 - I:crushedPurifiedGarnierite_400=400 - I:crushedPurifiedGlauconite_400=400 - I:crushedPurifiedGold_400=400 - I:crushedPurifiedGraphite_400=400 - I:crushedPurifiedGreenSapphire_400=400 - I:crushedPurifiedGrossular_400=400 - I:crushedPurifiedIlmenite_400=400 - I:crushedPurifiedIridium_400=400 - I:crushedPurifiedIron_400=400 - I:crushedPurifiedLapis_400=400 - I:crushedPurifiedLazurite_400=400 - I:crushedPurifiedLead_400=400 - I:crushedPurifiedLepidolite_400=400 - I:crushedPurifiedLignite_400=400 - I:crushedPurifiedLithium_400=400 - I:crushedPurifiedMagnesite_400=400 - I:crushedPurifiedMagnetite_400=400 - I:crushedPurifiedMalachite_400=400 - I:crushedPurifiedManganese_400=400 - I:crushedPurifiedMolybdenite_400=400 - I:crushedPurifiedMolybdenum_400=400 - I:crushedPurifiedMonazite_400=400 - I:crushedPurifiedNaquadahEnriched_400=400 - I:crushedPurifiedNaquadah_400=400 - I:crushedPurifiedNaquadria_400=400 - I:crushedPurifiedNeodymium_400=400 - I:crushedPurifiedNetherQuartz_400=400 - I:crushedPurifiedNickel_400=400 - I:crushedPurifiedOilsands_400=400 - I:crushedPurifiedOlivine_400=400 - I:crushedPurifiedOpal_400=400 - I:crushedPurifiedOsmium_400=400 - I:crushedPurifiedPalladium_400=400 - I:crushedPurifiedPentlandite_400=400 - I:crushedPurifiedPhosphate_400=400 - I:crushedPurifiedPhosphorus_400=400 - I:crushedPurifiedPitchblende_400=400 - I:crushedPurifiedPlatinum_400=400 - I:crushedPurifiedPlutonium_400=400 - I:crushedPurifiedPowellite_400=400 - I:crushedPurifiedPyrite_400=400 - I:crushedPurifiedPyrochlore_400=400 - I:crushedPurifiedPyrolusite_400=400 - I:crushedPurifiedPyrope_400=400 - I:crushedPurifiedQuartzite_400=400 - I:crushedPurifiedRedstone_400=400 - I:crushedPurifiedRockSalt_400=400 - I:crushedPurifiedRuby_400=400 - I:crushedPurifiedSalt_400=400 - I:crushedPurifiedSaltpeter_400=400 - I:crushedPurifiedSapphire_400=400 - I:crushedPurifiedScheelite_400=400 - I:crushedPurifiedSilver_400=400 - I:crushedPurifiedSoapstone_400=400 - I:crushedPurifiedSodalite_400=400 - I:crushedPurifiedSpessartine_400=400 - I:crushedPurifiedSphalerite_400=400 - I:crushedPurifiedSpodumene_400=400 - I:crushedPurifiedStibnite_400=400 - I:crushedPurifiedSulfur_400=400 - I:crushedPurifiedTalc_400=400 - I:crushedPurifiedTantalite_400=400 - I:crushedPurifiedTanzanite_400=400 - I:crushedPurifiedTetrahedrite_400=400 - I:crushedPurifiedThorium_400=400 - I:crushedPurifiedTin_400=400 - I:crushedPurifiedTitanium_400=400 - I:crushedPurifiedTopaz_400=400 - I:crushedPurifiedTungstate_400=400 - I:crushedPurifiedUraninite_400=400 - I:crushedPurifiedUranium235_400=400 - I:crushedPurifiedUranium_400=400 - I:crushedPurifiedVanadiumMagnetite_400=400 - I:crushedPurifiedWulfenite_400=400 - I:crushedPurifiedYellowLimonite_400=400 - I:crushedPurifiedZinc_400=400 - I:crushedPyrite_400=400 - I:crushedPyrochlore_400=400 - I:crushedPyrolusite_400=400 - I:crushedPyrope_400=400 - I:crushedQuartzite_400=400 - I:crushedRedstone_400=400 - I:crushedRockSalt_400=400 - I:crushedRuby_400=400 - I:crushedSalt_400=400 - I:crushedSaltpeter_400=400 - I:crushedSapphire_400=400 - I:crushedScheelite_400=400 - I:crushedSilver_400=400 - I:crushedSoapstone_400=400 - I:crushedSodalite_400=400 - I:crushedSpessartine_400=400 - I:crushedSphalerite_400=400 - I:crushedSpodumene_400=400 - I:crushedStibnite_400=400 - I:crushedSulfur_400=400 - I:crushedTalc_400=400 - I:crushedTantalite_400=400 - I:crushedTanzanite_400=400 - I:crushedTetrahedrite_400=400 - I:crushedThorium_400=400 - I:crushedTin_400=400 - I:crushedTitanium_400=400 - I:crushedTopaz_400=400 - I:crushedTungstate_400=400 - I:crushedUraninite_400=400 - I:crushedUranium235_400=400 - I:crushedUranium_400=400 - I:crushedVanadiumMagnetite_400=400 - I:crushedWulfenite_400=400 - I:crushedYellowLimonite_400=400 - I:crushedZinc_400=400 - I:enderio.silicon_28=28 - I:enderio.silicon_400=400 - I:foilAluminium_16=16 - I:foilAluminium_400=400 - I:foilAnnealedCopper_16=16 - I:foilAnnealedCopper_400=400 - I:foilBlackSteel_16=16 - I:foilBlackSteel_400=400 - I:foilCopper_16=16 - I:foilCopper_400=400 - I:foilDuranium_24=24 - I:foilDuranium_400=400 - I:foilElectrum_37=37 - I:foilElectrum_400=400 - I:foilGold_400=400 - I:foilGold_49=49 - I:foilHSSG_24=24 - I:foilHSSG_400=400 - I:foilManganese_16=16 - I:foilManganese_400=400 - I:foilNaquadahAlloy_24=24 - I:foilNaquadahAlloy_400=400 - I:foilNaquadah_24=24 - I:foilNaquadah_400=400 - I:foilNichrome_16=16 - I:foilNichrome_400=400 - I:foilNiobiumTitanium_17=17 - I:foilNiobiumTitanium_400=400 - I:foilOsmiridium_400=400 - I:foilOsmiridium_47=47 - I:foilOsmium_400=400 - I:foilOsmium_47=47 - I:foilPlastic_16=16 - I:foilPlastic_400=400 - I:foilPlatinum_400=400 - I:foilPlatinum_48=48 - I:foilPolyphenyleneSulfide_16=16 - I:foilPolyphenyleneSulfide_400=400 - I:foilPolyvinylChloride_16=16 - I:foilPolyvinylChloride_400=400 - I:foilSilicon_16=16 - I:foilSilicon_400=400 - I:foilSilicone_16=16 - I:foilSilicone_400=400 - I:foilSteel_16=16 - I:foilSteel_400=400 - I:foilTitanium_16=16 - I:foilTitanium_400=400 - I:foilTungstenSteel_29=29 - I:foilTungstenSteel_400=400 - I:foilTungsten_400=400 - I:foilTungsten_45=45 - I:foilVanadiumGallium_16=16 - I:foilVanadiumGallium_400=400 - I:foilYttriumBariumCuprate_16=16 - I:foilYttriumBariumCuprate_400=400 - I:foilZinc_16=16 - I:foilZinc_400=400 - I:frameGtAluminium_400=400 - I:frameGtAluminium_52=52 - I:frameGtAmericium_400=400 - I:frameGtAmericium_490=490 - I:frameGtAnnealedCopper_126=126 - I:frameGtAnnealedCopper_400=400 - I:frameGtAntimony_242=242 - I:frameGtAntimony_400=400 - I:frameGtArsenic_150=150 - I:frameGtArsenic_400=400 - I:frameGtBatteryAlloy_378=378 - I:frameGtBatteryAlloy_400=400 - I:frameGtBeryllium_18=18 - I:frameGtBeryllium_400=400 - I:frameGtBismuthBronze_184=184 - I:frameGtBismuthBronze_400=400 - I:frameGtBismuth_400=400 - I:frameGtBismuth_416=416 - I:frameGtBlackBronze_196=196 - I:frameGtBlackBronze_400=400 - I:frameGtBlackSteel_128=128 - I:frameGtBlackSteel_400=400 - I:frameGtBlueSteel_150=150 - I:frameGtBlueSteel_400=400 - I:frameGtBorosilicateGlass_36=36 - I:frameGtBorosilicateGlass_400=400 - I:frameGtBrass_126=126 - I:frameGtBrass_400=400 - I:frameGtBronze_152=152 - I:frameGtBronze_400=400 - I:frameGtCaesium_264=264 - I:frameGtCaesium_400=400 - I:frameGtCarbon_24=24 - I:frameGtCarbon_400=400 - I:frameGtCerium_280=280 - I:frameGtCerium_400=400 - I:frameGtChrome_104=104 - I:frameGtChrome_400=400 - I:frameGtCobaltBrass_116=116 - I:frameGtCobaltBrass_400=400 - I:frameGtCobalt_118=118 - I:frameGtCobalt_400=400 - I:frameGtCopper_126=126 - I:frameGtCopper_400=400 - I:frameGtCupronickel_120=120 - I:frameGtCupronickel_400=400 - I:frameGtDamascusSteel_112=112 - I:frameGtDamascusSteel_400=400 - I:frameGtDarkSteel_196=196 - I:frameGtDarkSteel_400=400 - I:frameGtDuranium_196=196 - I:frameGtDuranium_400=400 - I:frameGtElectrum_302=302 - I:frameGtElectrum_400=400 - I:frameGtEpoxidFiberReinforced_16=16 - I:frameGtEpoxidFiberReinforced_400=400 - I:frameGtEpoxid_16=16 - I:frameGtEpoxid_400=400 - I:frameGtEuropium_302=302 - I:frameGtEuropium_400=400 - I:frameGtGalliumArsenide_144=144 - I:frameGtGalliumArsenide_400=400 - I:frameGtGallium_140=140 - I:frameGtGallium_400=400 - I:frameGtGold_392=392 - I:frameGtGold_400=400 - I:frameGtHSSE_162=162 - I:frameGtHSSE_400=400 - I:frameGtHSSG_196=196 - I:frameGtHSSG_400=400 - I:frameGtHSSS_258=258 - I:frameGtHSSS_400=400 - I:frameGtIndiumGalliumPhosphide_142=142 - I:frameGtIndiumGalliumPhosphide_400=400 - I:frameGtIndium_228=228 - I:frameGtIndium_400=400 - I:frameGtInvar_112=112 - I:frameGtInvar_400=400 - I:frameGtIridium_384=384 - I:frameGtIridium_400=400 - I:frameGtIronMagnetic_112=112 - I:frameGtIronMagnetic_400=400 - I:frameGtIron_112=112 - I:frameGtIron_400=400 - I:frameGtKanthal_400=400 - I:frameGtKanthal_88=88 - I:frameGtLead_400=400 - I:frameGtLead_414=414 - I:frameGtLithium_16=16 - I:frameGtLithium_400=400 - I:frameGtLutetium_348=348 - I:frameGtLutetium_400=400 - I:frameGtMagnalium_400=400 - I:frameGtMagnalium_50=50 - I:frameGtMagnesium_400=400 - I:frameGtMagnesium_48=48 - I:frameGtManganese_110=110 - I:frameGtManganese_400=400 - I:frameGtMithril_400=400 - I:frameGtMithril_490=490 - I:frameGtMolybdenum_190=190 - I:frameGtMolybdenum_400=400 - I:frameGtNaquadahAlloy_196=196 - I:frameGtNaquadahAlloy_400=400 - I:frameGtNaquadahEnriched_196=196 - I:frameGtNaquadahEnriched_400=400 - I:frameGtNaquadah_196=196 - I:frameGtNaquadah_400=400 - I:frameGtNaquadria_196=196 - I:frameGtNaquadria_400=400 - I:frameGtNeodymiumMagnetic_288=288 - I:frameGtNeodymiumMagnetic_400=400 - I:frameGtNeodymium_288=288 - I:frameGtNeodymium_400=400 - I:frameGtNeutronium_200000=200000 - I:frameGtNeutronium_400=400 - I:frameGtNichrome_112=112 - I:frameGtNichrome_400=400 - I:frameGtNickelZincFerrite_400=400 - I:frameGtNickelZincFerrite_66=66 - I:frameGtNickel_116=116 - I:frameGtNickel_400=400 - I:frameGtNiobiumNitride_108=108 - I:frameGtNiobiumNitride_400=400 - I:frameGtNiobiumTitanium_142=142 - I:frameGtNiobiumTitanium_400=400 - I:frameGtNiobium_188=188 - I:frameGtNiobium_400=400 - I:frameGtOsmiridium_382=382 - I:frameGtOsmiridium_400=400 - I:frameGtOsmium_380=380 - I:frameGtOsmium_400=400 - I:frameGtPalladium_212=212 - I:frameGtPalladium_400=400 - I:frameGtPigIron_112=112 - I:frameGtPigIron_400=400 - I:frameGtPlastic_16=16 - I:frameGtPlastic_400=400 - I:frameGtPlatinum_390=390 - I:frameGtPlatinum_400=400 - I:frameGtPlutonium241_400=400 - I:frameGtPlutonium241_486=486 - I:frameGtPlutonium_400=400 - I:frameGtPlutonium_492=492 - I:frameGtPolycaprolactam_16=16 - I:frameGtPolycaprolactam_400=400 - I:frameGtPolyphenyleneSulfide_18=18 - I:frameGtPolyphenyleneSulfide_400=400 - I:frameGtPolystyrene_16=16 - I:frameGtPolystyrene_400=400 - I:frameGtPolytetrafluoroethylene_32=32 - I:frameGtPolytetrafluoroethylene_400=400 - I:frameGtPolyvinylChloride_20=20 - I:frameGtPolyvinylChloride_400=400 - I:frameGtPotassium_400=400 - I:frameGtPotassium_78=78 - I:frameGtRedAlloy_400=400 - I:frameGtRedAlloy_806=806 - I:frameGtRedSteel_138=138 - I:frameGtRedSteel_400=400 - I:frameGtRoseGold_338=338 - I:frameGtRoseGold_400=400 - I:frameGtRubber_16=16 - I:frameGtRubber_400=400 - I:frameGtSilicon_400=400 - I:frameGtSilicon_56=56 - I:frameGtSilicone_16=16 - I:frameGtSilicone_400=400 - I:frameGtSilver_214=214 - I:frameGtSilver_400=400 - I:frameGtSolderingAlloy_236=236 - I:frameGtSolderingAlloy_400=400 - I:frameGtStainlessSteel_110=110 - I:frameGtStainlessSteel_400=400 - I:frameGtSteelMagnetic_112=112 - I:frameGtSteelMagnetic_400=400 - I:frameGtSteel_112=112 - I:frameGtSteel_400=400 - I:frameGtSterlingSilver_196=196 - I:frameGtSterlingSilver_400=400 - I:frameGtStyreneButadieneRubber_16=16 - I:frameGtStyreneButadieneRubber_400=400 - I:frameGtTantalum_360=360 - I:frameGtTantalum_400=400 - I:frameGtThorium_400=400 - I:frameGtThorium_460=460 - I:frameGtTinAlloy_174=174 - I:frameGtTinAlloy_400=400 - I:frameGtTin_236=236 - I:frameGtTin_400=400 - I:frameGtTitanium_400=400 - I:frameGtTitanium_96=96 - I:frameGtTritanium_196=196 - I:frameGtTritanium_400=400 - I:frameGtTungstenCarbide_194=194 - I:frameGtTungstenCarbide_400=400 - I:frameGtTungstenSteel_238=238 - I:frameGtTungstenSteel_400=400 - I:frameGtTungsten_366=366 - I:frameGtTungsten_400=400 - I:frameGtUltimet_122=122 - I:frameGtUltimet_400=400 - I:frameGtUranium235_400=400 - I:frameGtUranium235_470=470 - I:frameGtUranium_400=400 - I:frameGtUranium_476=476 - I:frameGtVanadiumGallium_110=110 - I:frameGtVanadiumGallium_400=400 - I:frameGtVanadiumSteel_110=110 - I:frameGtVanadiumSteel_400=400 - I:frameGtVanadium_102=102 - I:frameGtVanadium_400=400 - I:frameGtWoodSealed_18=18 - I:frameGtWoodSealed_400=400 - I:frameGtWood_18=18 - I:frameGtWood_400=400 - I:frameGtWroughtIron_112=112 - I:frameGtWroughtIron_400=400 - I:frameGtYttriumBariumCuprate_102=102 - I:frameGtYttriumBariumCuprate_400=400 - I:frameGtYttrium_178=178 - I:frameGtYttrium_400=400 - I:frameGtZinc_130=130 - I:frameGtZinc_400=400 - I:gearGtAluminium_104=104 - I:gearGtAluminium_400=400 - I:gearGtBronze_304=304 - I:gearGtBronze_400=400 - I:gearGtCobaltBrass_232=232 - I:gearGtCobaltBrass_400=400 - I:gearGtCopper_252=252 - I:gearGtCopper_400=400 - I:gearGtDiamond_3072=3072 - I:gearGtDiamond_400=400 - I:gearGtGold_400=400 - I:gearGtGold_784=784 - I:gearGtHSSE_324=324 - I:gearGtHSSE_400=400 - I:gearGtHSSG_392=392 - I:gearGtHSSG_400=400 - I:gearGtIron_224=224 - I:gearGtIron_400=400 - I:gearGtNeutronium_400=400 - I:gearGtNeutronium_400000=400000 - I:gearGtSmallAluminium_26=26 - I:gearGtSmallAluminium_400=400 - I:gearGtSmallHSSE_400=400 - I:gearGtSmallHSSE_81=81 - I:gearGtSmallHSSG_400=400 - I:gearGtSmallHSSG_98=98 - I:gearGtSmallNeutronium_100000=100000 - I:gearGtSmallNeutronium_400=400 - I:gearGtSmallStainlessSteel_400=400 - I:gearGtSmallStainlessSteel_55=55 - I:gearGtSmallSteel_400=400 - I:gearGtSmallSteel_56=56 - I:gearGtSmallTitanium_400=400 - I:gearGtSmallTitanium_48=48 - I:gearGtSmallTungstenSteel_119=119 - I:gearGtSmallTungstenSteel_400=400 - I:gearGtStainlessSteel_220=220 - I:gearGtStainlessSteel_400=400 - I:gearGtSteel_224=224 - I:gearGtSteel_400=400 - I:gearGtStone_392=392 - I:gearGtStone_400=400 - I:gearGtTin_400=400 - I:gearGtTin_472=472 - I:gearGtTitanium_192=192 - I:gearGtTitanium_400=400 - I:gearGtTungstenSteel_400=400 - I:gearGtTungstenSteel_476=476 - I:gearGtWood_36=36 - I:gearGtWood_400=400 - I:gemAmethyst_27=27 - I:gemAmethyst_400=400 - I:gemApatite_32=32 - I:gemApatite_400=400 - I:gemBlueTopaz_16=16 - I:gemBlueTopaz_400=400 - I:gemCertusQuartz_400=400 - I:gemCertusQuartz_98=98 - I:gemCharcoal_16=16 - I:gemCharcoal_400=400 - I:gemChippedAmethyst_16=16 - I:gemChippedAmethyst_400=400 - I:gemChippedBlueTopaz_16=16 - I:gemChippedBlueTopaz_400=400 - I:gemChippedDiamond_192=192 - I:gemChippedDiamond_400=400 - I:gemChippedEmerald_16=16 - I:gemChippedEmerald_400=400 - I:gemChippedFoolsRuby_24=24 - I:gemChippedFoolsRuby_400=400 - I:gemChippedGarnetRed_16=16 - I:gemChippedGarnetRed_400=400 - I:gemChippedGarnetYellow_16=16 - I:gemChippedGarnetYellow_400=400 - I:gemChippedGlass_16=16 - I:gemChippedGlass_400=400 - I:gemChippedGreenSapphire_16=16 - I:gemChippedGreenSapphire_400=400 - I:gemChippedJasper_24=24 - I:gemChippedJasper_400=400 - I:gemChippedOlivine_16=16 - I:gemChippedOlivine_400=400 - I:gemChippedOpal_16=16 - I:gemChippedOpal_400=400 - I:gemChippedRuby_16=16 - I:gemChippedRuby_400=400 - I:gemChippedSapphire_16=16 - I:gemChippedSapphire_400=400 - I:gemChippedTanzanite_16=16 - I:gemChippedTanzanite_400=400 - I:gemChippedTopaz_16=16 - I:gemChippedTopaz_400=400 - I:gemCoal_24=24 - I:gemCoal_400=400 - I:gemDiamond_400=400 - I:gemDiamond_768=768 - I:gemDilithium_400=400 - I:gemDilithium_98=98 - I:gemEmerald_18=18 - I:gemEmerald_400=400 - I:gemEnderEye_198=198 - I:gemEnderEye_400=400 - I:gemEnderPearl_400=400 - I:gemEnderPearl_83=83 - I:gemExquisiteAmethyst_108=108 - I:gemExquisiteAmethyst_400=400 - I:gemExquisiteBlueTopaz_400=400 - I:gemExquisiteBlueTopaz_64=64 - I:gemExquisiteDiamond_3072=3072 - I:gemExquisiteDiamond_400=400 - I:gemExquisiteEmerald_400=400 - I:gemExquisiteEmerald_72=72 - I:gemExquisiteFoolsRuby_392=392 - I:gemExquisiteFoolsRuby_400=400 - I:gemExquisiteGarnetRed_400=400 - I:gemExquisiteGarnetRed_92=92 - I:gemExquisiteGarnetYellow_400=400 - I:gemExquisiteGarnetYellow_92=92 - I:gemExquisiteGlass_400=400 - I:gemExquisiteGlass_80=80 - I:gemExquisiteGreenSapphire_400=400 - I:gemExquisiteGreenSapphire_80=80 - I:gemExquisiteJasper_392=392 - I:gemExquisiteJasper_400=400 - I:gemExquisiteOlivine_112=112 - I:gemExquisiteOlivine_400=400 - I:gemExquisiteOpal_400=400 - I:gemExquisiteOpal_80=80 - I:gemExquisiteRuby_100=100 - I:gemExquisiteRuby_400=400 - I:gemExquisiteSapphire_400=400 - I:gemExquisiteSapphire_80=80 - I:gemExquisiteTanzanite_400=400 - I:gemExquisiteTanzanite_80=80 - I:gemExquisiteTopaz_400=400 - I:gemExquisiteTopaz_64=64 - I:gemFlawedAmethyst_16=16 - I:gemFlawedAmethyst_400=400 - I:gemFlawedBlueTopaz_16=16 - I:gemFlawedBlueTopaz_400=400 - I:gemFlawedDiamond_384=384 - I:gemFlawedDiamond_400=400 - I:gemFlawedEmerald_16=16 - I:gemFlawedEmerald_400=400 - I:gemFlawedFoolsRuby_400=400 - I:gemFlawedFoolsRuby_49=49 - I:gemFlawedGarnetRed_16=16 - I:gemFlawedGarnetRed_400=400 - I:gemFlawedGarnetYellow_16=16 - I:gemFlawedGarnetYellow_400=400 - I:gemFlawedGlass_16=16 - I:gemFlawedGlass_400=400 - I:gemFlawedGreenSapphire_16=16 - I:gemFlawedGreenSapphire_400=400 - I:gemFlawedJasper_400=400 - I:gemFlawedJasper_49=49 - I:gemFlawedOlivine_16=16 - I:gemFlawedOlivine_400=400 - I:gemFlawedOpal_16=16 - I:gemFlawedOpal_400=400 - I:gemFlawedRuby_16=16 - I:gemFlawedRuby_400=400 - I:gemFlawedSapphire_16=16 - I:gemFlawedSapphire_400=400 - I:gemFlawedTanzanite_16=16 - I:gemFlawedTanzanite_400=400 - I:gemFlawedTopaz_16=16 - I:gemFlawedTopaz_400=400 - I:gemFlawlessAmethyst_400=400 - I:gemFlawlessAmethyst_54=54 - I:gemFlawlessBlueTopaz_32=32 - I:gemFlawlessBlueTopaz_400=400 - I:gemFlawlessDiamond_1536=1536 - I:gemFlawlessDiamond_400=400 - I:gemFlawlessEmerald_36=36 - I:gemFlawlessEmerald_400=400 - I:gemFlawlessFoolsRuby_196=196 - I:gemFlawlessFoolsRuby_400=400 - I:gemFlawlessGarnetRed_400=400 - I:gemFlawlessGarnetRed_46=46 - I:gemFlawlessGarnetYellow_400=400 - I:gemFlawlessGarnetYellow_46=46 - I:gemFlawlessGlass_40=40 - I:gemFlawlessGlass_400=400 - I:gemFlawlessGreenSapphire_40=40 - I:gemFlawlessGreenSapphire_400=400 - I:gemFlawlessJasper_196=196 - I:gemFlawlessJasper_400=400 - I:gemFlawlessOlivine_400=400 - I:gemFlawlessOlivine_56=56 - I:gemFlawlessOpal_40=40 - I:gemFlawlessOpal_400=400 - I:gemFlawlessRuby_400=400 - I:gemFlawlessRuby_50=50 - I:gemFlawlessSapphire_40=40 - I:gemFlawlessSapphire_400=400 - I:gemFlawlessTanzanite_40=40 - I:gemFlawlessTanzanite_400=400 - I:gemFlawlessTopaz_32=32 - I:gemFlawlessTopaz_400=400 - I:gemFoolsRuby_400=400 - I:gemFoolsRuby_98=98 - I:gemForcicium_400=400 - I:gemForcicium_98=98 - I:gemForcillium_400=400 - I:gemForcillium_98=98 - I:gemGarnetRed_23=23 - I:gemGarnetRed_400=400 - I:gemGarnetYellow_23=23 - I:gemGarnetYellow_400=400 - I:gemGlass_20=20 - I:gemGlass_400=400 - I:gemGreenSapphire_20=20 - I:gemGreenSapphire_400=400 - I:gemIridium_192=192 - I:gemIridium_400=400 - I:gemJasper_400=400 - I:gemJasper_98=98 - I:gemLapis_28=28 - I:gemLapis_400=400 - I:gemLazurite_29=29 - I:gemLazurite_400=400 - I:gemLignite_16=16 - I:gemLignite_400=400 - I:gemMonazite_400=400 - I:gemMonazite_58=58 - I:gemNetherQuartz_400=400 - I:gemNetherQuartz_98=98 - I:gemNetherStar_400=400 - I:gemNetherStar_98=98 - I:gemNiter_20=20 - I:gemNiter_400=400 - I:gemOlivine_28=28 - I:gemOlivine_400=400 - I:gemOpal_20=20 - I:gemOpal_400=400 - I:gemPhosphorus_31=31 - I:gemPhosphorus_400=400 - I:gemQuartzite_20=20 - I:gemQuartzite_400=400 - I:gemRuby_25=25 - I:gemRuby_400=400 - I:gemSapphire_20=20 - I:gemSapphire_400=400 - I:gemSodalite_25=25 - I:gemSodalite_400=400 - I:gemTanzanite_20=20 - I:gemTanzanite_400=400 - I:gemTopaz_16=16 - I:gemTopaz_400=400 - I:gt.blockcasings.0_400=400 - I:gt.blockcasings.0_448=448 - I:gt.blockcasings.10_238=238 - I:gt.blockcasings.10_400=400 - I:gt.blockcasings.11_224=224 - I:gt.blockcasings.11_400=400 - I:gt.blockcasings.1_400=400 - I:gt.blockcasings.1_448=448 - I:gt.blockcasings.2_208=208 - I:gt.blockcasings.2_400=400 - I:gt.blockcasings.3_400=400 - I:gt.blockcasings.3_440=440 - I:gt.blockcasings.4_384=384 - I:gt.blockcasings.4_400=400 - I:gt.blockcasings.5_400=400 - I:gt.blockcasings.5_952=952 - I:gt.blockcasings.6_400=400 - I:gt.blockcasings.6_416=416 - I:gt.blockcasings.7_1536=1536 - I:gt.blockcasings.7_400=400 - I:gt.blockcasings.8_1520=1520 - I:gt.blockcasings.8_400=400 - I:gt.blockcasings.9_400=400 - I:gt.blockcasings.9_800000=800000 - I:gt.blockcasings2.0_224=224 - I:gt.blockcasings2.0_400=400 - I:gt.blockcasings2.12_400=400 - I:gt.blockcasings2.12_684=684 - I:gt.blockcasings2.13_400=400 - I:gt.blockcasings2.13_504=504 - I:gt.blockcasings2.14_400=400 - I:gt.blockcasings2.14_432=432 - I:gt.blockcasings2.15_1071=1071 - I:gt.blockcasings2.15_400=400 - I:gt.blockcasings2.1_104=104 - I:gt.blockcasings2.1_400=400 - I:gt.blockcasings2.2_400=400 - I:gt.blockcasings2.2_532=532 - I:gt.blockcasings2.3_392=392 - I:gt.blockcasings2.3_400=400 - I:gt.blockcasings2.4_352=352 - I:gt.blockcasings2.4_400=400 - I:gt.blockcasings2.5_400=400 - I:gt.blockcasings2.5_8842=8842 - I:gt.blockcasings2.9_1338=1338 - I:gt.blockcasings2.9_400=400 - I:gt.blockcasings3.0_224=224 - I:gt.blockcasings3.0_400=400 - I:gt.blockcasings3.10_400=400 - I:gt.blockcasings3.10_447=447 - I:gt.blockcasings3.11_400=400 - I:gt.blockcasings3.11_805=805 - I:gt.blockcasings3.13_304=304 - I:gt.blockcasings3.13_400=400 - I:gt.blockcasings3.14_224=224 - I:gt.blockcasings3.14_400=400 - I:gt.blockcasings3.15_400=400 - I:gt.blockcasings3.15_476=476 - I:gt.blockcasings3.1_224=224 - I:gt.blockcasings3.1_400=400 - I:gt.blockcasings3.2_224=224 - I:gt.blockcasings3.2_400=400 - I:gt.blockcasings3.3_224=224 - I:gt.blockcasings3.3_400=400 - I:gt.blockcasings3.4_224=224 - I:gt.blockcasings3.4_400=400 - I:gt.blockcasings3.5_224=224 - I:gt.blockcasings3.5_400=400 - I:gt.blockcasings3.6_224=224 - I:gt.blockcasings3.6_400=400 - I:gt.blockcasings3.7_224=224 - I:gt.blockcasings3.7_400=400 - I:gt.blockcasings3.8_224=224 - I:gt.blockcasings3.8_400=400 - I:gt.blockcasings3.9_224=224 - I:gt.blockcasings3.9_400=400 - I:gt.blockcasings4.0_400=400 - I:gt.blockcasings4.0_476=476 - I:gt.blockcasings4.10_240=240 - I:gt.blockcasings4.10_400=400 - I:gt.blockcasings4.11_219=219 - I:gt.blockcasings4.11_400=400 - I:gt.blockcasings4.12_400=400 - I:gt.blockcasings4.12_432=432 - I:gt.blockcasings4.13_400=400 - I:gt.blockcasings4.13_648=648 - I:gt.blockcasings4.14_400=400 - I:gt.blockcasings4.14_764=764 - I:gt.blockcasings4.15_400=400 - I:gt.blockcasings4.1_220=220 - I:gt.blockcasings4.1_400=400 - I:gt.blockcasings4.2_192=192 - I:gt.blockcasings4.2_400=400 - I:gt.blockcasings4.3_192=192 - I:gt.blockcasings4.3_400=400 - I:gt.blockcasings4.6_1130=1130 - I:gt.blockcasings4.6_400=400 - I:gt.blockcasings4.7_2700=2700 - I:gt.blockcasings4.7_400=400 - I:gt.blockcasings4.8_2600=2600 - I:gt.blockcasings4.8_400=400 - I:gt.blockcasings4.9_150=150 - I:gt.blockcasings4.9_400=400 - I:gt.blockcasings5.0_400=400 - I:gt.blockcasings5.0_480=480 - I:gt.blockcasings5.1_352=352 - I:gt.blockcasings5.1_400=400 - I:gt.blockcasings5.2_400=400 - I:gt.blockcasings5.2_448=448 - I:gt.blockcasings5.3_400=400 - I:gt.blockcasings5.3_952=952 - I:gt.blockcasings5.4_400=400 - I:gt.blockcasings5.4_784=784 - I:gt.blockcasings5.5_400=400 - I:gt.blockcasings5.5_784=784 - I:gt.blockcasings5.6_400=400 - I:gt.blockcasings5.6_784=784 - I:gt.blockcasings8.1_144=144 - I:gt.blockcasings8.1_400=400 - I:gt.blockconcretes.0_400=400 - I:gt.blockconcretes.10_400=400 - I:gt.blockconcretes.11_400=400 - I:gt.blockconcretes.12_400=400 - I:gt.blockconcretes.13_400=400 - I:gt.blockconcretes.14_400=400 - I:gt.blockconcretes.15_400=400 - I:gt.blockconcretes.1_400=400 - I:gt.blockconcretes.2_400=400 - I:gt.blockconcretes.3_400=400 - I:gt.blockconcretes.4_400=400 - I:gt.blockconcretes.5_400=400 - I:gt.blockconcretes.6_400=400 - I:gt.blockconcretes.7_400=400 - I:gt.blockconcretes.8_400=400 - I:gt.blockconcretes.9_400=400 - I:gt.blockgranites.0_400=400 - I:gt.blockgranites.10_400=400 - I:gt.blockgranites.11_400=400 - I:gt.blockgranites.12_400=400 - I:gt.blockgranites.13_400=400 - I:gt.blockgranites.14_400=400 - I:gt.blockgranites.15_400=400 - I:gt.blockgranites.1_400=400 - I:gt.blockgranites.2_400=400 - I:gt.blockgranites.3_400=400 - I:gt.blockgranites.4_400=400 - I:gt.blockgranites.5_400=400 - I:gt.blockgranites.6_400=400 - I:gt.blockgranites.7_400=400 - I:gt.blockgranites.8_400=400 - I:gt.blockgranites.9_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.00_2201=2201 - I:gt.blockmachines.automation.chestbuffer.tier.00_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.01_2112=2112 - I:gt.blockmachines.automation.chestbuffer.tier.01_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.02_1872=1872 - I:gt.blockmachines.automation.chestbuffer.tier.02_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.03_3131=3131 - I:gt.blockmachines.automation.chestbuffer.tier.03_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.04_3562=3562 - I:gt.blockmachines.automation.chestbuffer.tier.04_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.05_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.05_6838=6838 - I:gt.blockmachines.automation.chestbuffer.tier.06_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.06_592=592 - I:gt.blockmachines.automation.chestbuffer.tier.07_1755=1755 - I:gt.blockmachines.automation.chestbuffer.tier.07_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.08_1984=1984 - I:gt.blockmachines.automation.chestbuffer.tier.08_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.09_400=400 - I:gt.blockmachines.automation.chestbuffer.tier.09_800170=800170 - I:gt.blockmachines.automation.filter.tier.00_2201=2201 - I:gt.blockmachines.automation.filter.tier.00_400=400 - I:gt.blockmachines.automation.filter.tier.01_2112=2112 - I:gt.blockmachines.automation.filter.tier.01_400=400 - I:gt.blockmachines.automation.filter.tier.02_1872=1872 - I:gt.blockmachines.automation.filter.tier.02_400=400 - I:gt.blockmachines.automation.filter.tier.03_3131=3131 - I:gt.blockmachines.automation.filter.tier.03_400=400 - I:gt.blockmachines.automation.filter.tier.04_3562=3562 - I:gt.blockmachines.automation.filter.tier.04_400=400 - I:gt.blockmachines.automation.filter.tier.05_400=400 - I:gt.blockmachines.automation.filter.tier.05_6838=6838 - I:gt.blockmachines.automation.filter.tier.06_400=400 - I:gt.blockmachines.automation.filter.tier.06_592=592 - I:gt.blockmachines.automation.filter.tier.07_1755=1755 - I:gt.blockmachines.automation.filter.tier.07_400=400 - I:gt.blockmachines.automation.filter.tier.08_1984=1984 - I:gt.blockmachines.automation.filter.tier.08_400=400 - I:gt.blockmachines.automation.filter.tier.09_400=400 - I:gt.blockmachines.automation.filter.tier.09_800170=800170 - I:gt.blockmachines.automation.itemdistributor.tier.00_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.00_5052=5052 - I:gt.blockmachines.automation.itemdistributor.tier.01_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.01_4963=4963 - I:gt.blockmachines.automation.itemdistributor.tier.02_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.02_4832=4832 - I:gt.blockmachines.automation.itemdistributor.tier.03_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.03_7880=7880 - I:gt.blockmachines.automation.itemdistributor.tier.04_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.04_9625=9625 - I:gt.blockmachines.automation.itemdistributor.tier.05_18002=18002 - I:gt.blockmachines.automation.itemdistributor.tier.05_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.06_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.06_592=592 - I:gt.blockmachines.automation.itemdistributor.tier.07_1755=1755 - I:gt.blockmachines.automation.itemdistributor.tier.07_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.08_1984=1984 - I:gt.blockmachines.automation.itemdistributor.tier.08_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.09_400=400 - I:gt.blockmachines.automation.itemdistributor.tier.09_800170=800170 - I:gt.blockmachines.automation.regulator.tier.00_400=400 - I:gt.blockmachines.automation.regulator.tier.00_4545=4545 - I:gt.blockmachines.automation.regulator.tier.01_400=400 - I:gt.blockmachines.automation.regulator.tier.01_4456=4456 - I:gt.blockmachines.automation.regulator.tier.02_3772=3772 - I:gt.blockmachines.automation.regulator.tier.02_400=400 - I:gt.blockmachines.automation.regulator.tier.03_400=400 - I:gt.blockmachines.automation.regulator.tier.03_7634=7634 - I:gt.blockmachines.automation.regulator.tier.04_400=400 - I:gt.blockmachines.automation.regulator.tier.04_8700=8700 - I:gt.blockmachines.automation.regulator.tier.05_18478=18478 - I:gt.blockmachines.automation.regulator.tier.05_400=400 - I:gt.blockmachines.automation.regulator.tier.06_400=400 - I:gt.blockmachines.automation.regulator.tier.06_592=592 - I:gt.blockmachines.automation.regulator.tier.07_1755=1755 - I:gt.blockmachines.automation.regulator.tier.07_400=400 - I:gt.blockmachines.automation.regulator.tier.08_1984=1984 - I:gt.blockmachines.automation.regulator.tier.08_400=400 - I:gt.blockmachines.automation.regulator.tier.09_400=400 - I:gt.blockmachines.automation.regulator.tier.09_800170=800170 - I:gt.blockmachines.automation.superbuffer.tier.00_2129=2129 - I:gt.blockmachines.automation.superbuffer.tier.00_400=400 - I:gt.blockmachines.automation.superbuffer.tier.01_2040=2040 - I:gt.blockmachines.automation.superbuffer.tier.01_400=400 - I:gt.blockmachines.automation.superbuffer.tier.02_1800=1800 - I:gt.blockmachines.automation.superbuffer.tier.02_400=400 - I:gt.blockmachines.automation.superbuffer.tier.03_3059=3059 - I:gt.blockmachines.automation.superbuffer.tier.03_400=400 - I:gt.blockmachines.automation.superbuffer.tier.04_3490=3490 - I:gt.blockmachines.automation.superbuffer.tier.04_400=400 - I:gt.blockmachines.automation.superbuffer.tier.05_400=400 - I:gt.blockmachines.automation.superbuffer.tier.05_6766=6766 - I:gt.blockmachines.automation.superbuffer.tier.06_400=400 - I:gt.blockmachines.automation.superbuffer.tier.06_520=520 - I:gt.blockmachines.automation.superbuffer.tier.07_1683=1683 - I:gt.blockmachines.automation.superbuffer.tier.07_400=400 - I:gt.blockmachines.automation.superbuffer.tier.08_1912=1912 - I:gt.blockmachines.automation.superbuffer.tier.08_400=400 - I:gt.blockmachines.automation.superbuffer.tier.09_400=400 - I:gt.blockmachines.automation.superbuffer.tier.09_800098=800098 - I:gt.blockmachines.automation.typefilter.tier.00_2201=2201 - I:gt.blockmachines.automation.typefilter.tier.00_400=400 - I:gt.blockmachines.automation.typefilter.tier.01_2112=2112 - I:gt.blockmachines.automation.typefilter.tier.01_400=400 - I:gt.blockmachines.automation.typefilter.tier.02_1872=1872 - I:gt.blockmachines.automation.typefilter.tier.02_400=400 - I:gt.blockmachines.automation.typefilter.tier.03_3131=3131 - I:gt.blockmachines.automation.typefilter.tier.03_400=400 - I:gt.blockmachines.automation.typefilter.tier.04_3562=3562 - I:gt.blockmachines.automation.typefilter.tier.04_400=400 - I:gt.blockmachines.automation.typefilter.tier.05_400=400 - I:gt.blockmachines.automation.typefilter.tier.05_6838=6838 - I:gt.blockmachines.automation.typefilter.tier.06_400=400 - I:gt.blockmachines.automation.typefilter.tier.06_592=592 - I:gt.blockmachines.automation.typefilter.tier.07_1755=1755 - I:gt.blockmachines.automation.typefilter.tier.07_400=400 - I:gt.blockmachines.automation.typefilter.tier.08_1984=1984 - I:gt.blockmachines.automation.typefilter.tier.08_400=400 - I:gt.blockmachines.automation.typefilter.tier.09_400=400 - I:gt.blockmachines.automation.typefilter.tier.09_800170=800170 - I:gt.blockmachines.basicgenerator.diesel.tier.01_3548=3548 - I:gt.blockmachines.basicgenerator.diesel.tier.01_400=400 - I:gt.blockmachines.basicgenerator.diesel.tier.02_2740=2740 - I:gt.blockmachines.basicgenerator.diesel.tier.02_400=400 - I:gt.blockmachines.basicgenerator.diesel.tier.03_400=400 - I:gt.blockmachines.basicgenerator.diesel.tier.03_5615=5615 - I:gt.blockmachines.basicgenerator.gasturbine.tier.01_2957=2957 - I:gt.blockmachines.basicgenerator.gasturbine.tier.01_400=400 - I:gt.blockmachines.basicgenerator.gasturbine.tier.02_2181=2181 - I:gt.blockmachines.basicgenerator.gasturbine.tier.02_400=400 - I:gt.blockmachines.basicgenerator.gasturbine.tier.03_3185=3185 - I:gt.blockmachines.basicgenerator.gasturbine.tier.03_400=400 - I:gt.blockmachines.basicgenerator.lightningrod.03_3726=3726 - I:gt.blockmachines.basicgenerator.lightningrod.03_400=400 - I:gt.blockmachines.basicgenerator.lightningrod.04_10375=10375 - I:gt.blockmachines.basicgenerator.lightningrod.04_400=400 - I:gt.blockmachines.basicgenerator.lightningrod.05_12892=12892 - I:gt.blockmachines.basicgenerator.lightningrod.05_400=400 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.01_3200=3200 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.01_400=400 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.02_3588=3588 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.02_400=400 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.03_400=400 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.03_4433=4433 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.04_400=400 - I:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.04_406292=406292 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.01_1732=1732 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.01_400=400 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.02_1926=1926 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.02_400=400 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.03_202469=202469 - I:gt.blockmachines.basicgenerator.magicenergyconverter.tier.03_400=400 - I:gt.blockmachines.basicgenerator.naquadah.tier.04_400=400 - I:gt.blockmachines.basicgenerator.naquadah.tier.04_7172=7172 - I:gt.blockmachines.basicgenerator.naquadah.tier.05_14417=14417 - I:gt.blockmachines.basicgenerator.naquadah.tier.05_400=400 - I:gt.blockmachines.basicgenerator.naquadah.tier.06_1000=1000 - I:gt.blockmachines.basicgenerator.naquadah.tier.06_400=400 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.05_400=400 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.05_4633=4633 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.06_400=400 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.06_8330=8330 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.07_14709=14709 - I:gt.blockmachines.basicgenerator.plasmagenerator.tier.07_400=400 - I:gt.blockmachines.basicgenerator.steamturbine.tier.01_2911=2911 - I:gt.blockmachines.basicgenerator.steamturbine.tier.01_400=400 - I:gt.blockmachines.basicgenerator.steamturbine.tier.02_2194=2194 - I:gt.blockmachines.basicgenerator.steamturbine.tier.02_400=400 - I:gt.blockmachines.basicgenerator.steamturbine.tier.03_3277=3277 - I:gt.blockmachines.basicgenerator.steamturbine.tier.03_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.01_1286=1286 - I:gt.blockmachines.basicmachine.alloysmelter.tier.01_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.02_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.02_912=912 - I:gt.blockmachines.basicmachine.alloysmelter.tier.03_1282=1282 - I:gt.blockmachines.basicmachine.alloysmelter.tier.03_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.04_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.04_982=982 - I:gt.blockmachines.basicmachine.alloysmelter.tier.05_2380=2380 - I:gt.blockmachines.basicmachine.alloysmelter.tier.05_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.06_1424=1424 - I:gt.blockmachines.basicmachine.alloysmelter.tier.06_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.07_2614=2614 - I:gt.blockmachines.basicmachine.alloysmelter.tier.07_400=400 - I:gt.blockmachines.basicmachine.alloysmelter.tier.08_3088=3088 - I:gt.blockmachines.basicmachine.alloysmelter.tier.08_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.01_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.01_6193=6193 - I:gt.blockmachines.basicmachine.amplifab.tier.02_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.02_4759=4759 - I:gt.blockmachines.basicmachine.amplifab.tier.03_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.03_7217=7217 - I:gt.blockmachines.basicmachine.amplifab.tier.04_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.04_7354=7354 - I:gt.blockmachines.basicmachine.amplifab.tier.05_15981=15981 - I:gt.blockmachines.basicmachine.amplifab.tier.05_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.06_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.06_902=902 - I:gt.blockmachines.basicmachine.amplifab.tier.07_2173=2173 - I:gt.blockmachines.basicmachine.amplifab.tier.07_400=400 - I:gt.blockmachines.basicmachine.amplifab.tier.08_2059=2059 - I:gt.blockmachines.basicmachine.amplifab.tier.08_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.01_1687=1687 - I:gt.blockmachines.basicmachine.arcfurnace.tier.01_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.02_1082=1082 - I:gt.blockmachines.basicmachine.arcfurnace.tier.02_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.03_2066=2066 - I:gt.blockmachines.basicmachine.arcfurnace.tier.03_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.04_1139=1139 - I:gt.blockmachines.basicmachine.arcfurnace.tier.04_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.05_2753=2753 - I:gt.blockmachines.basicmachine.arcfurnace.tier.05_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.06_1530=1530 - I:gt.blockmachines.basicmachine.arcfurnace.tier.06_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.07_2750=2750 - I:gt.blockmachines.basicmachine.arcfurnace.tier.07_400=400 - I:gt.blockmachines.basicmachine.arcfurnace.tier.08_302393=302393 - I:gt.blockmachines.basicmachine.arcfurnace.tier.08_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.01_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.01_7402=7402 - I:gt.blockmachines.basicmachine.assembler.tier.02_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.02_6772=6772 - I:gt.blockmachines.basicmachine.assembler.tier.03_12556=12556 - I:gt.blockmachines.basicmachine.assembler.tier.03_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.04_14766=14766 - I:gt.blockmachines.basicmachine.assembler.tier.04_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.05_29814=29814 - I:gt.blockmachines.basicmachine.assembler.tier.05_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.06_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.06_640=640 - I:gt.blockmachines.basicmachine.assembler.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.assembler.tier.07_400=400 - I:gt.blockmachines.basicmachine.assembler.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.assembler.tier.08_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.01_2111=2111 - I:gt.blockmachines.basicmachine.autoclave.tier.01_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.02_1466=1466 - I:gt.blockmachines.basicmachine.autoclave.tier.02_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.03_2337=2337 - I:gt.blockmachines.basicmachine.autoclave.tier.03_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.04_2344=2344 - I:gt.blockmachines.basicmachine.autoclave.tier.04_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.05_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.05_5159=5159 - I:gt.blockmachines.basicmachine.autoclave.tier.06_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.06_912=912 - I:gt.blockmachines.basicmachine.autoclave.tier.07_2007=2007 - I:gt.blockmachines.basicmachine.autoclave.tier.07_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.08_400=400 - I:gt.blockmachines.basicmachine.autoclave.tier.08_401912=401912 - I:gt.blockmachines.basicmachine.bender.tier.01_3100=3100 - I:gt.blockmachines.basicmachine.bender.tier.01_400=400 - I:gt.blockmachines.basicmachine.bender.tier.02_2532=2532 - I:gt.blockmachines.basicmachine.bender.tier.02_400=400 - I:gt.blockmachines.basicmachine.bender.tier.03_400=400 - I:gt.blockmachines.basicmachine.bender.tier.03_5175=5175 - I:gt.blockmachines.basicmachine.bender.tier.04_400=400 - I:gt.blockmachines.basicmachine.bender.tier.04_5938=5938 - I:gt.blockmachines.basicmachine.bender.tier.05_12716=12716 - I:gt.blockmachines.basicmachine.bender.tier.05_400=400 - I:gt.blockmachines.basicmachine.bender.tier.06_400=400 - I:gt.blockmachines.basicmachine.bender.tier.06_580=580 - I:gt.blockmachines.basicmachine.bender.tier.07_1756=1756 - I:gt.blockmachines.basicmachine.bender.tier.07_400=400 - I:gt.blockmachines.basicmachine.bender.tier.08_2108=2108 - I:gt.blockmachines.basicmachine.bender.tier.08_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.01_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.01_4236=4236 - I:gt.blockmachines.basicmachine.boxinator.tier.02_3746=3746 - I:gt.blockmachines.basicmachine.boxinator.tier.02_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.03_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.03_6887=6887 - I:gt.blockmachines.basicmachine.boxinator.tier.04_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.04_7794=7794 - I:gt.blockmachines.basicmachine.boxinator.tier.05_15753=15753 - I:gt.blockmachines.basicmachine.boxinator.tier.05_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.06_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.06_768=768 - I:gt.blockmachines.basicmachine.boxinator.tier.07_1974=1974 - I:gt.blockmachines.basicmachine.boxinator.tier.07_400=400 - I:gt.blockmachines.basicmachine.boxinator.tier.08_2203=2203 - I:gt.blockmachines.basicmachine.boxinator.tier.08_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.01_2131=2131 - I:gt.blockmachines.basicmachine.brewery.tier.01_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.02_1551=1551 - I:gt.blockmachines.basicmachine.brewery.tier.02_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.03_2440=2440 - I:gt.blockmachines.basicmachine.brewery.tier.03_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.04_2304=2304 - I:gt.blockmachines.basicmachine.brewery.tier.04_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.05_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.05_4993=4993 - I:gt.blockmachines.basicmachine.brewery.tier.06_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.06_681=681 - I:gt.blockmachines.basicmachine.brewery.tier.07_1887=1887 - I:gt.blockmachines.basicmachine.brewery.tier.07_400=400 - I:gt.blockmachines.basicmachine.brewery.tier.08_2116=2116 - I:gt.blockmachines.basicmachine.brewery.tier.08_400=400 - I:gt.blockmachines.basicmachine.canner.tier.01_2094=2094 - I:gt.blockmachines.basicmachine.canner.tier.01_400=400 - I:gt.blockmachines.basicmachine.canner.tier.02_1514=1514 - I:gt.blockmachines.basicmachine.canner.tier.02_400=400 - I:gt.blockmachines.basicmachine.canner.tier.03_2402=2402 - I:gt.blockmachines.basicmachine.canner.tier.03_400=400 - I:gt.blockmachines.basicmachine.canner.tier.04_2267=2267 - I:gt.blockmachines.basicmachine.canner.tier.04_400=400 - I:gt.blockmachines.basicmachine.canner.tier.05_400=400 - I:gt.blockmachines.basicmachine.canner.tier.05_4967=4967 - I:gt.blockmachines.basicmachine.canner.tier.06_400=400 - I:gt.blockmachines.basicmachine.canner.tier.06_640=640 - I:gt.blockmachines.basicmachine.canner.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.canner.tier.07_400=400 - I:gt.blockmachines.basicmachine.canner.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.canner.tier.08_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.01_1536=1536 - I:gt.blockmachines.basicmachine.centrifuge.tier.01_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.02_1268=1268 - I:gt.blockmachines.basicmachine.centrifuge.tier.02_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.03_2594=2594 - I:gt.blockmachines.basicmachine.centrifuge.tier.03_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.04_2940=2940 - I:gt.blockmachines.basicmachine.centrifuge.tier.04_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.05_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.05_6306=6306 - I:gt.blockmachines.basicmachine.centrifuge.tier.06_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.06_640=640 - I:gt.blockmachines.basicmachine.centrifuge.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.centrifuge.tier.07_400=400 - I:gt.blockmachines.basicmachine.centrifuge.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.centrifuge.tier.08_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.01_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.01_4841=4841 - I:gt.blockmachines.basicmachine.chemicalbath.tier.02_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.02_4398=4398 - I:gt.blockmachines.basicmachine.chemicalbath.tier.03_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.03_7009=7009 - I:gt.blockmachines.basicmachine.chemicalbath.tier.04_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.04_8272=8272 - I:gt.blockmachines.basicmachine.chemicalbath.tier.05_15989=15989 - I:gt.blockmachines.basicmachine.chemicalbath.tier.05_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.06_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.06_580=580 - I:gt.blockmachines.basicmachine.chemicalbath.tier.07_1756=1756 - I:gt.blockmachines.basicmachine.chemicalbath.tier.07_400=400 - I:gt.blockmachines.basicmachine.chemicalbath.tier.08_2108=2108 - I:gt.blockmachines.basicmachine.chemicalbath.tier.08_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.01_1700=1700 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.01_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.02_1213=1213 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.02_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.03_2024=2024 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.03_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.04_2018=2018 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.04_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.05_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.05_4468=4468 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.06_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.06_957=957 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.07_2742=2742 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.07_400=400 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.08_3207=3207 - I:gt.blockmachines.basicmachine.chemicalreactor.tier.08_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.01_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.01_5830=5830 - I:gt.blockmachines.basicmachine.circuitassembler.tier.02_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.02_5594=5594 - I:gt.blockmachines.basicmachine.circuitassembler.tier.03_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.03_9484=9484 - I:gt.blockmachines.basicmachine.circuitassembler.tier.04_11229=11229 - I:gt.blockmachines.basicmachine.circuitassembler.tier.04_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.05_22013=22013 - I:gt.blockmachines.basicmachine.circuitassembler.tier.05_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.06_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.06_640=640 - I:gt.blockmachines.basicmachine.circuitassembler.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.circuitassembler.tier.07_400=400 - I:gt.blockmachines.basicmachine.circuitassembler.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.circuitassembler.tier.08_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.01_2430=2430 - I:gt.blockmachines.basicmachine.compressor.tier.01_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.02_1752=1752 - I:gt.blockmachines.basicmachine.compressor.tier.02_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.03_3634=3634 - I:gt.blockmachines.basicmachine.compressor.tier.03_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.04_3570=3570 - I:gt.blockmachines.basicmachine.compressor.tier.04_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.05_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.05_7960=7960 - I:gt.blockmachines.basicmachine.compressor.tier.06_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.06_640=640 - I:gt.blockmachines.basicmachine.compressor.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.compressor.tier.07_400=400 - I:gt.blockmachines.basicmachine.compressor.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.compressor.tier.08_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.01_2604=2604 - I:gt.blockmachines.basicmachine.cutter.tier.01_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.02_2350=2350 - I:gt.blockmachines.basicmachine.cutter.tier.02_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.03_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.03_4156=4156 - I:gt.blockmachines.basicmachine.cutter.tier.04_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.04_4788=4788 - I:gt.blockmachines.basicmachine.cutter.tier.05_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.05_9469=9469 - I:gt.blockmachines.basicmachine.cutter.tier.06_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.06_640=640 - I:gt.blockmachines.basicmachine.cutter.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.cutter.tier.07_400=400 - I:gt.blockmachines.basicmachine.cutter.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.cutter.tier.08_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.01_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.01_8320=8320 - I:gt.blockmachines.basicmachine.disassembler.tier.02_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.02_7192=7192 - I:gt.blockmachines.basicmachine.disassembler.tier.03_14684=14684 - I:gt.blockmachines.basicmachine.disassembler.tier.03_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.04_16872=16872 - I:gt.blockmachines.basicmachine.disassembler.tier.04_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.05_35860=35860 - I:gt.blockmachines.basicmachine.disassembler.tier.05_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.06_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.06_624=624 - I:gt.blockmachines.basicmachine.disassembler.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.disassembler.tier.07_400=400 - I:gt.blockmachines.basicmachine.disassembler.tier.08_2059=2059 - I:gt.blockmachines.basicmachine.disassembler.tier.08_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.01_2131=2131 - I:gt.blockmachines.basicmachine.distillery.tier.01_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.02_1551=1551 - I:gt.blockmachines.basicmachine.distillery.tier.02_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.03_2440=2440 - I:gt.blockmachines.basicmachine.distillery.tier.03_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.04_2304=2304 - I:gt.blockmachines.basicmachine.distillery.tier.04_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.05_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.05_5005=5005 - I:gt.blockmachines.basicmachine.distillery.tier.06_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.06_697=697 - I:gt.blockmachines.basicmachine.distillery.tier.07_1887=1887 - I:gt.blockmachines.basicmachine.distillery.tier.07_400=400 - I:gt.blockmachines.basicmachine.distillery.tier.08_2361=2361 - I:gt.blockmachines.basicmachine.distillery.tier.08_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.01_1034=1034 - I:gt.blockmachines.basicmachine.e_furnace.tier.01_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.02_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.02_672=672 - I:gt.blockmachines.basicmachine.e_furnace.tier.03_1106=1106 - I:gt.blockmachines.basicmachine.e_furnace.tier.03_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.04_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.04_758=758 - I:gt.blockmachines.basicmachine.e_furnace.tier.05_1904=1904 - I:gt.blockmachines.basicmachine.e_furnace.tier.05_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.06_1032=1032 - I:gt.blockmachines.basicmachine.e_furnace.tier.06_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.07_2222=2222 - I:gt.blockmachines.basicmachine.e_furnace.tier.07_400=400 - I:gt.blockmachines.basicmachine.e_furnace.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.e_furnace.tier.08_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.01_1034=1034 - I:gt.blockmachines.basicmachine.e_oven.tier.01_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.02_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.02_672=672 - I:gt.blockmachines.basicmachine.e_oven.tier.03_1106=1106 - I:gt.blockmachines.basicmachine.e_oven.tier.03_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.04_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.04_758=758 - I:gt.blockmachines.basicmachine.e_oven.tier.05_1904=1904 - I:gt.blockmachines.basicmachine.e_oven.tier.05_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.06_1032=1032 - I:gt.blockmachines.basicmachine.e_oven.tier.06_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.07_2222=2222 - I:gt.blockmachines.basicmachine.e_oven.tier.07_400=400 - I:gt.blockmachines.basicmachine.e_oven.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.e_oven.tier.08_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.01_1110=1110 - I:gt.blockmachines.basicmachine.electrolyzer.tier.01_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.02_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.02_610=610 - I:gt.blockmachines.basicmachine.electrolyzer.tier.03_1129=1129 - I:gt.blockmachines.basicmachine.electrolyzer.tier.03_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.04_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.04_906=906 - I:gt.blockmachines.basicmachine.electrolyzer.tier.05_1706=1706 - I:gt.blockmachines.basicmachine.electrolyzer.tier.05_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.06_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.06_960=960 - I:gt.blockmachines.basicmachine.electrolyzer.tier.07_2136=2136 - I:gt.blockmachines.basicmachine.electrolyzer.tier.07_400=400 - I:gt.blockmachines.basicmachine.electrolyzer.tier.08_2488=2488 - I:gt.blockmachines.basicmachine.electrolyzer.tier.08_400=400 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.01_2555=2555 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.01_400=400 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.02_2122=2122 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.02_400=400 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.03_3707=3707 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.03_400=400 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.04_400=400 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.04_4179=4179 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.05_400=400 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.05_7663=7663 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.06_400=400 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.06_931=931 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.07_2715=2715 - I:gt.blockmachines.basicmachine.electromagneticseparator.tier.08_4095=4095 - I:gt.blockmachines.basicmachine.extractor.tier.01_2898=2898 - I:gt.blockmachines.basicmachine.extractor.tier.01_400=400 - I:gt.blockmachines.basicmachine.extractor.tier.02_2154=2154 - I:gt.blockmachines.basicmachine.extractor.tier.02_400=400 - I:gt.blockmachines.basicmachine.extractor.tier.03_3734=3734 - I:gt.blockmachines.basicmachine.extractor.tier.03_400=400 - I:gt.blockmachines.basicmachine.extractor.tier.04_3765=3765 - I:gt.blockmachines.basicmachine.extractor.tier.04_400=400 - I:gt.blockmachines.basicmachine.extractor.tier.05_400=400 - I:gt.blockmachines.basicmachine.extractor.tier.05_8213=8213 - I:gt.blockmachines.basicmachine.extractor.tier.06_400=400 - I:gt.blockmachines.basicmachine.extractor.tier.06_640=640 - I:gt.blockmachines.basicmachine.extractor.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.extractor.tier.07_400=400 - I:gt.blockmachines.basicmachine.extractor.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.extractor.tier.08_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.01_2171=2171 - I:gt.blockmachines.basicmachine.extruder.tier.01_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.02_1628=1628 - I:gt.blockmachines.basicmachine.extruder.tier.02_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.03_2554=2554 - I:gt.blockmachines.basicmachine.extruder.tier.03_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.04_2569=2569 - I:gt.blockmachines.basicmachine.extruder.tier.04_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.05_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.05_5759=5759 - I:gt.blockmachines.basicmachine.extruder.tier.06_1402=1402 - I:gt.blockmachines.basicmachine.extruder.tier.06_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.07_2761=2761 - I:gt.blockmachines.basicmachine.extruder.tier.07_400=400 - I:gt.blockmachines.basicmachine.extruder.tier.08_3284=3284 - I:gt.blockmachines.basicmachine.extruder.tier.08_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.01_2241=2241 - I:gt.blockmachines.basicmachine.fermenter.tier.01_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.02_1606=1606 - I:gt.blockmachines.basicmachine.fermenter.tier.02_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.03_2627=2627 - I:gt.blockmachines.basicmachine.fermenter.tier.03_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.04_2322=2322 - I:gt.blockmachines.basicmachine.fermenter.tier.04_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.05_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.05_5191=5191 - I:gt.blockmachines.basicmachine.fermenter.tier.06_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.06_760=760 - I:gt.blockmachines.basicmachine.fermenter.tier.07_1977=1977 - I:gt.blockmachines.basicmachine.fermenter.tier.07_400=400 - I:gt.blockmachines.basicmachine.fermenter.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.fermenter.tier.08_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.01_2114=2114 - I:gt.blockmachines.basicmachine.fluidcanner.tier.01_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.02_1534=1534 - I:gt.blockmachines.basicmachine.fluidcanner.tier.02_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.03_2422=2422 - I:gt.blockmachines.basicmachine.fluidcanner.tier.03_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.04_2287=2287 - I:gt.blockmachines.basicmachine.fluidcanner.tier.04_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.05_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.05_4987=4987 - I:gt.blockmachines.basicmachine.fluidcanner.tier.06_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.06_640=640 - I:gt.blockmachines.basicmachine.fluidcanner.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.fluidcanner.tier.07_400=400 - I:gt.blockmachines.basicmachine.fluidcanner.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.fluidcanner.tier.08_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.01_2898=2898 - I:gt.blockmachines.basicmachine.fluidextractor.tier.01_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.02_2154=2154 - I:gt.blockmachines.basicmachine.fluidextractor.tier.02_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.03_3734=3734 - I:gt.blockmachines.basicmachine.fluidextractor.tier.03_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.04_3765=3765 - I:gt.blockmachines.basicmachine.fluidextractor.tier.04_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.05_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.05_8213=8213 - I:gt.blockmachines.basicmachine.fluidextractor.tier.06_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.06_640=640 - I:gt.blockmachines.basicmachine.fluidextractor.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.fluidextractor.tier.07_400=400 - I:gt.blockmachines.basicmachine.fluidextractor.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.fluidextractor.tier.08_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.01_3558=3558 - I:gt.blockmachines.basicmachine.fluidheater.tier.01_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.02_2736=2736 - I:gt.blockmachines.basicmachine.fluidheater.tier.02_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.03_3951=3951 - I:gt.blockmachines.basicmachine.fluidheater.tier.03_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.04_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.04_4124=4124 - I:gt.blockmachines.basicmachine.fluidheater.tier.05_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.05_8883=8883 - I:gt.blockmachines.basicmachine.fluidheater.tier.06_1032=1032 - I:gt.blockmachines.basicmachine.fluidheater.tier.06_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.07_2222=2222 - I:gt.blockmachines.basicmachine.fluidheater.tier.07_400=400 - I:gt.blockmachines.basicmachine.fluidheater.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.fluidheater.tier.08_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.01_3378=3378 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.01_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.02_2568=2568 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.02_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.03_3847=3847 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.03_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.04_3972=3972 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.04_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.05_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.05_8479=8479 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.06_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.06_712=712 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.07_1902=1902 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.07_400=400 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.08_2376=2376 - I:gt.blockmachines.basicmachine.fluidsolidifier.tier.08_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.01_2333=2333 - I:gt.blockmachines.basicmachine.hammer.tier.01_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.02_1764=1764 - I:gt.blockmachines.basicmachine.hammer.tier.02_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.03_3087=3087 - I:gt.blockmachines.basicmachine.hammer.tier.03_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.04_2687=2687 - I:gt.blockmachines.basicmachine.hammer.tier.04_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.05_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.05_5498=5498 - I:gt.blockmachines.basicmachine.hammer.tier.06_1320=1320 - I:gt.blockmachines.basicmachine.hammer.tier.06_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.07_2537=2537 - I:gt.blockmachines.basicmachine.hammer.tier.07_400=400 - I:gt.blockmachines.basicmachine.hammer.tier.08_3256=3256 - I:gt.blockmachines.basicmachine.hammer.tier.08_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.01_2743=2743 - I:gt.blockmachines.basicmachine.laserengraver.tier.01_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.02_2264=2264 - I:gt.blockmachines.basicmachine.laserengraver.tier.02_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.03_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.03_4001=4001 - I:gt.blockmachines.basicmachine.laserengraver.tier.04_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.04_4118=4118 - I:gt.blockmachines.basicmachine.laserengraver.tier.05_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.05_8770=8770 - I:gt.blockmachines.basicmachine.laserengraver.tier.06_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.06_640=640 - I:gt.blockmachines.basicmachine.laserengraver.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.laserengraver.tier.07_400=400 - I:gt.blockmachines.basicmachine.laserengraver.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.laserengraver.tier.08_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.01_2834=2834 - I:gt.blockmachines.basicmachine.lathe.tier.01_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.02_2334=2334 - I:gt.blockmachines.basicmachine.lathe.tier.02_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.03_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.03_4004=4004 - I:gt.blockmachines.basicmachine.lathe.tier.04_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.04_4060=4060 - I:gt.blockmachines.basicmachine.lathe.tier.05_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.05_8023=8023 - I:gt.blockmachines.basicmachine.lathe.tier.06_1468=1468 - I:gt.blockmachines.basicmachine.lathe.tier.06_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.07_2671=2671 - I:gt.blockmachines.basicmachine.lathe.tier.07_400=400 - I:gt.blockmachines.basicmachine.lathe.tier.08_3268=3268 - I:gt.blockmachines.basicmachine.lathe.tier.08_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.01_2834=2834 - I:gt.blockmachines.basicmachine.macerator.tier.01_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.02_2334=2334 - I:gt.blockmachines.basicmachine.macerator.tier.02_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.03_3236=3236 - I:gt.blockmachines.basicmachine.macerator.tier.03_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.04_3292=3292 - I:gt.blockmachines.basicmachine.macerator.tier.04_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.05_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.05_7255=7255 - I:gt.blockmachines.basicmachine.macerator.tier.06_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.06_700=700 - I:gt.blockmachines.basicmachine.macerator.tier.07_1903=1903 - I:gt.blockmachines.basicmachine.macerator.tier.07_400=400 - I:gt.blockmachines.basicmachine.macerator.tier.08_2500=2500 - I:gt.blockmachines.basicmachine.macerator.tier.08_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.01_2111=2111 - I:gt.blockmachines.basicmachine.massfab.tier.01_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.02_2586=2586 - I:gt.blockmachines.basicmachine.massfab.tier.02_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.03_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.03_4607=4607 - I:gt.blockmachines.basicmachine.massfab.tier.04_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.04_6937=6937 - I:gt.blockmachines.basicmachine.massfab.tier.05_14174=14174 - I:gt.blockmachines.basicmachine.massfab.tier.05_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.06_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.06_838=838 - I:gt.blockmachines.basicmachine.massfab.tier.07_2173=2173 - I:gt.blockmachines.basicmachine.massfab.tier.07_400=400 - I:gt.blockmachines.basicmachine.massfab.tier.08_2402=2402 - I:gt.blockmachines.basicmachine.massfab.tier.08_400=400 - I:gt.blockmachines.basicmachine.microtransmitter.03_3673=3673 - I:gt.blockmachines.basicmachine.microtransmitter.03_400=400 - I:gt.blockmachines.basicmachine.microtransmitter.04_400=400 - I:gt.blockmachines.basicmachine.microtransmitter.04_5789=5789 - I:gt.blockmachines.basicmachine.microtransmitter.05_400=400 - I:gt.blockmachines.basicmachine.microtransmitter.05_6514=6514 - I:gt.blockmachines.basicmachine.microtransmitter.06_400=400 - I:gt.blockmachines.basicmachine.microtransmitter.06_9840=9840 - I:gt.blockmachines.basicmachine.microtransmitter.07_11003=11003 - I:gt.blockmachines.basicmachine.microtransmitter.07_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.01_2009=2009 - I:gt.blockmachines.basicmachine.microwave.tier.01_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.02_1927=1927 - I:gt.blockmachines.basicmachine.microwave.tier.02_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.03_2627=2627 - I:gt.blockmachines.basicmachine.microwave.tier.03_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.04_2868=2868 - I:gt.blockmachines.basicmachine.microwave.tier.04_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.05_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.05_5176=5176 - I:gt.blockmachines.basicmachine.microwave.tier.06_1201=1201 - I:gt.blockmachines.basicmachine.microwave.tier.06_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.07_2377=2377 - I:gt.blockmachines.basicmachine.microwave.tier.07_400=400 - I:gt.blockmachines.basicmachine.microwave.tier.08_2729=2729 - I:gt.blockmachines.basicmachine.microwave.tier.08_400=400 - I:gt.blockmachines.basicmachine.miner.tier.01_2188=2188 - I:gt.blockmachines.basicmachine.miner.tier.01_400=400 - I:gt.blockmachines.basicmachine.miner.tier.02_1963=1963 - I:gt.blockmachines.basicmachine.miner.tier.02_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.01_1573=1573 - I:gt.blockmachines.basicmachine.mixer.tier.01_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.02_1141=1141 - I:gt.blockmachines.basicmachine.mixer.tier.02_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.03_1835=1835 - I:gt.blockmachines.basicmachine.mixer.tier.03_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.04_1975=1975 - I:gt.blockmachines.basicmachine.mixer.tier.04_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.05_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.05_4208=4208 - I:gt.blockmachines.basicmachine.mixer.tier.06_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.06_741=741 - I:gt.blockmachines.basicmachine.mixer.tier.07_2499=2499 - I:gt.blockmachines.basicmachine.mixer.tier.07_400=400 - I:gt.blockmachines.basicmachine.mixer.tier.08_2719=2719 - I:gt.blockmachines.basicmachine.mixer.tier.08_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.01_1554=1554 - I:gt.blockmachines.basicmachine.mobrep.tier.01_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.02_1856=1856 - I:gt.blockmachines.basicmachine.mobrep.tier.02_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.03_1786=1786 - I:gt.blockmachines.basicmachine.mobrep.tier.03_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.04_2103=2103 - I:gt.blockmachines.basicmachine.mobrep.tier.04_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.05_3614=3614 - I:gt.blockmachines.basicmachine.mobrep.tier.05_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.06_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.06_520=520 - I:gt.blockmachines.basicmachine.mobrep.tier.07_1683=1683 - I:gt.blockmachines.basicmachine.mobrep.tier.07_400=400 - I:gt.blockmachines.basicmachine.mobrep.tier.08_1912=1912 - I:gt.blockmachines.basicmachine.mobrep.tier.08_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.01_2182=2182 - I:gt.blockmachines.basicmachine.orewasher.tier.01_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.02_1516=1516 - I:gt.blockmachines.basicmachine.orewasher.tier.02_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.03_2258=2258 - I:gt.blockmachines.basicmachine.orewasher.tier.03_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.04_2224=2224 - I:gt.blockmachines.basicmachine.orewasher.tier.04_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.05_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.05_4898=4898 - I:gt.blockmachines.basicmachine.orewasher.tier.06_1082=1082 - I:gt.blockmachines.basicmachine.orewasher.tier.06_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.07_3462=3462 - I:gt.blockmachines.basicmachine.orewasher.tier.07_400=400 - I:gt.blockmachines.basicmachine.orewasher.tier.08_3919=3919 - I:gt.blockmachines.basicmachine.orewasher.tier.08_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.01_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.01_4079=4079 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.02_3074=3074 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.02_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.03_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.03_4781=4781 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.04_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.04_4389=4389 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.05_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.05_9474=9474 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.06_1334=1334 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.06_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.07_2588=2588 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.07_400=400 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.08_102393=102393 - I:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.08_400=400 - I:gt.blockmachines.basicmachine.polarizer.tier.01_1310=1310 - I:gt.blockmachines.basicmachine.polarizer.tier.01_400=400 - I:gt.blockmachines.basicmachine.polarizer.tier.02_400=400 - I:gt.blockmachines.basicmachine.polarizer.tier.02_740=740 - I:gt.blockmachines.basicmachine.polarizer.tier.03_1490=1490 - I:gt.blockmachines.basicmachine.polarizer.tier.03_400=400 - I:gt.blockmachines.basicmachine.polarizer.tier.04_1686=1686 - I:gt.blockmachines.basicmachine.polarizer.tier.04_400=400 - I:gt.blockmachines.basicmachine.polarizer.tier.05_2491=2491 - I:gt.blockmachines.basicmachine.polarizer.tier.05_400=400 - I:gt.blockmachines.basicmachine.polarizer.tier.06_1103=1103 - I:gt.blockmachines.basicmachine.polarizer.tier.06_400=400 - I:gt.blockmachines.basicmachine.polarizer.tier.07_3453=3453 - I:gt.blockmachines.basicmachine.polarizer.tier.08_5495=5495 - I:gt.blockmachines.basicmachine.press.tier.01_2597=2597 - I:gt.blockmachines.basicmachine.press.tier.01_400=400 - I:gt.blockmachines.basicmachine.press.tier.02_1864=1864 - I:gt.blockmachines.basicmachine.press.tier.02_400=400 - I:gt.blockmachines.basicmachine.press.tier.03_3879=3879 - I:gt.blockmachines.basicmachine.press.tier.03_400=400 - I:gt.blockmachines.basicmachine.press.tier.04_3645=3645 - I:gt.blockmachines.basicmachine.press.tier.04_400=400 - I:gt.blockmachines.basicmachine.press.tier.05_400=400 - I:gt.blockmachines.basicmachine.press.tier.05_8204=8204 - I:gt.blockmachines.basicmachine.press.tier.06_400=400 - I:gt.blockmachines.basicmachine.press.tier.06_760=760 - I:gt.blockmachines.basicmachine.press.tier.07_1977=1977 - I:gt.blockmachines.basicmachine.press.tier.07_400=400 - I:gt.blockmachines.basicmachine.press.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.press.tier.08_400=400 - I:gt.blockmachines.basicmachine.printer.tier.01_1996=1996 - I:gt.blockmachines.basicmachine.printer.tier.01_400=400 - I:gt.blockmachines.basicmachine.printer.tier.02_1742=1742 - I:gt.blockmachines.basicmachine.printer.tier.02_400=400 - I:gt.blockmachines.basicmachine.printer.tier.03_3548=3548 - I:gt.blockmachines.basicmachine.printer.tier.03_400=400 - I:gt.blockmachines.basicmachine.printer.tier.04_400=400 - I:gt.blockmachines.basicmachine.printer.tier.04_4180=4180 - I:gt.blockmachines.basicmachine.printer.tier.05_400=400 - I:gt.blockmachines.basicmachine.printer.tier.05_8867=8867 - I:gt.blockmachines.basicmachine.printer.tier.06_400=400 - I:gt.blockmachines.basicmachine.printer.tier.06_700=700 - I:gt.blockmachines.basicmachine.printer.tier.07_1903=1903 - I:gt.blockmachines.basicmachine.printer.tier.07_400=400 - I:gt.blockmachines.basicmachine.printer.tier.08_2500=2500 - I:gt.blockmachines.basicmachine.printer.tier.08_400=400 - I:gt.blockmachines.basicmachine.pump.tier.01_400=400 - I:gt.blockmachines.basicmachine.pump.tier.01_6535=6535 - I:gt.blockmachines.basicmachine.pump.tier.02_400=400 - I:gt.blockmachines.basicmachine.pump.tier.02_5081=5081 - I:gt.blockmachines.basicmachine.pump.tier.03_400=400 - I:gt.blockmachines.basicmachine.pump.tier.03_6995=6995 - I:gt.blockmachines.basicmachine.pump.tier.04_400=400 - I:gt.blockmachines.basicmachine.pump.tier.04_7728=7728 - I:gt.blockmachines.basicmachine.pump.tier.05_16531=16531 - I:gt.blockmachines.basicmachine.pump.tier.05_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.01_2626=2626 - I:gt.blockmachines.basicmachine.recycler.tier.01_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.02_1948=1948 - I:gt.blockmachines.basicmachine.recycler.tier.02_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.03_3830=3830 - I:gt.blockmachines.basicmachine.recycler.tier.03_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.04_3766=3766 - I:gt.blockmachines.basicmachine.recycler.tier.04_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.05_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.05_8156=8156 - I:gt.blockmachines.basicmachine.recycler.tier.06_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.06_836=836 - I:gt.blockmachines.basicmachine.recycler.tier.07_2026=2026 - I:gt.blockmachines.basicmachine.recycler.tier.07_400=400 - I:gt.blockmachines.basicmachine.recycler.tier.08_2500=2500 - I:gt.blockmachines.basicmachine.recycler.tier.08_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.01_2615=2615 - I:gt.blockmachines.basicmachine.replicator.tier.01_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.02_3501=3501 - I:gt.blockmachines.basicmachine.replicator.tier.02_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.03_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.03_4114=4114 - I:gt.blockmachines.basicmachine.replicator.tier.04_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.04_5890=5890 - I:gt.blockmachines.basicmachine.replicator.tier.05_10919=10919 - I:gt.blockmachines.basicmachine.replicator.tier.05_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.06_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.06_679=679 - I:gt.blockmachines.basicmachine.replicator.tier.07_1928=1928 - I:gt.blockmachines.basicmachine.replicator.tier.07_400=400 - I:gt.blockmachines.basicmachine.replicator.tier.08_2157=2157 - I:gt.blockmachines.basicmachine.replicator.tier.08_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.01_2043=2043 - I:gt.blockmachines.basicmachine.rockbreaker.tier.01_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.02_1570=1570 - I:gt.blockmachines.basicmachine.rockbreaker.tier.02_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.03_3174=3174 - I:gt.blockmachines.basicmachine.rockbreaker.tier.03_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.04_3315=3315 - I:gt.blockmachines.basicmachine.rockbreaker.tier.04_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.05_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.05_7181=7181 - I:gt.blockmachines.basicmachine.rockbreaker.tier.06_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.06_624=624 - I:gt.blockmachines.basicmachine.rockbreaker.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.rockbreaker.tier.07_400=400 - I:gt.blockmachines.basicmachine.rockbreaker.tier.08_2059=2059 - I:gt.blockmachines.basicmachine.rockbreaker.tier.08_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.01_1370=1370 - I:gt.blockmachines.basicmachine.scanner.tier.01_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.02_1221=1221 - I:gt.blockmachines.basicmachine.scanner.tier.02_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.03_1561=1561 - I:gt.blockmachines.basicmachine.scanner.tier.03_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.04_1454=1454 - I:gt.blockmachines.basicmachine.scanner.tier.04_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.05_2995=2995 - I:gt.blockmachines.basicmachine.scanner.tier.05_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.06_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.06_624=624 - I:gt.blockmachines.basicmachine.scanner.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.scanner.tier.07_400=400 - I:gt.blockmachines.basicmachine.scanner.tier.08_2059=2059 - I:gt.blockmachines.basicmachine.scanner.tier.08_400=400 - I:gt.blockmachines.basicmachine.seismicprospector.3_1906=1906 - I:gt.blockmachines.basicmachine.seismicprospector.3_400=400 - I:gt.blockmachines.basicmachine.seismicprospector_1610=1610 - I:gt.blockmachines.basicmachine.seismicprospector_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.01_2430=2430 - I:gt.blockmachines.basicmachine.sifter.tier.01_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.02_1752=1752 - I:gt.blockmachines.basicmachine.sifter.tier.02_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.03_3634=3634 - I:gt.blockmachines.basicmachine.sifter.tier.03_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.04_3570=3570 - I:gt.blockmachines.basicmachine.sifter.tier.04_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.05_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.05_7960=7960 - I:gt.blockmachines.basicmachine.sifter.tier.06_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.06_640=640 - I:gt.blockmachines.basicmachine.sifter.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.sifter.tier.07_400=400 - I:gt.blockmachines.basicmachine.sifter.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.sifter.tier.08_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.01_3198=3198 - I:gt.blockmachines.basicmachine.slicer.tier.01_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.02_2684=2684 - I:gt.blockmachines.basicmachine.slicer.tier.02_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.03_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.03_4901=4901 - I:gt.blockmachines.basicmachine.slicer.tier.04_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.04_5158=5158 - I:gt.blockmachines.basicmachine.slicer.tier.05_10520=10520 - I:gt.blockmachines.basicmachine.slicer.tier.05_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.06_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.06_760=760 - I:gt.blockmachines.basicmachine.slicer.tier.07_1977=1977 - I:gt.blockmachines.basicmachine.slicer.tier.07_400=400 - I:gt.blockmachines.basicmachine.slicer.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.slicer.tier.08_400=400 - I:gt.blockmachines.basicmachine.teleporter_400=400 - I:gt.blockmachines.basicmachine.teleporter_9934=9934 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.01_1788=1788 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.01_400=400 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.02_1508=1508 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.02_400=400 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.03_2770=2770 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.03_400=400 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.04_3164=3164 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.04_400=400 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.05_400=400 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.05_6782=6782 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.06_1032=1032 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.06_400=400 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.07_2222=2222 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.07_400=400 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.08_2696=2696 - I:gt.blockmachines.basicmachine.thermalcentrifuge.tier.08_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.01_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.01_4236=4236 - I:gt.blockmachines.basicmachine.unboxinator.tier.02_3746=3746 - I:gt.blockmachines.basicmachine.unboxinator.tier.02_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.03_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.03_6887=6887 - I:gt.blockmachines.basicmachine.unboxinator.tier.04_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.04_7794=7794 - I:gt.blockmachines.basicmachine.unboxinator.tier.05_15765=15765 - I:gt.blockmachines.basicmachine.unboxinator.tier.05_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.06_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.06_784=784 - I:gt.blockmachines.basicmachine.unboxinator.tier.07_1974=1974 - I:gt.blockmachines.basicmachine.unboxinator.tier.07_400=400 - I:gt.blockmachines.basicmachine.unboxinator.tier.08_2448=2448 - I:gt.blockmachines.basicmachine.unboxinator.tier.08_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.01_2290=2290 - I:gt.blockmachines.basicmachine.wiremill.tier.01_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.02_2104=2104 - I:gt.blockmachines.basicmachine.wiremill.tier.02_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.03_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.03_4258=4258 - I:gt.blockmachines.basicmachine.wiremill.tier.04_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.04_5346=5346 - I:gt.blockmachines.basicmachine.wiremill.tier.05_11184=11184 - I:gt.blockmachines.basicmachine.wiremill.tier.05_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.06_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.06_640=640 - I:gt.blockmachines.basicmachine.wiremill.tier.07_1830=1830 - I:gt.blockmachines.basicmachine.wiremill.tier.07_400=400 - I:gt.blockmachines.basicmachine.wiremill.tier.08_2304=2304 - I:gt.blockmachines.basicmachine.wiremill.tier.08_400=400 - I:gt.blockmachines.batterybuffer.01.tier.00_1190=1190 - I:gt.blockmachines.batterybuffer.01.tier.00_400=400 - I:gt.blockmachines.batterybuffer.01.tier.01_400=400 - I:gt.blockmachines.batterybuffer.01.tier.01_923=923 - I:gt.blockmachines.batterybuffer.01.tier.02_400=400 - I:gt.blockmachines.batterybuffer.01.tier.02_518=518 - I:gt.blockmachines.batterybuffer.01.tier.03_1149=1149 - I:gt.blockmachines.batterybuffer.01.tier.03_400=400 - I:gt.blockmachines.batterybuffer.01.tier.04_400=400 - I:gt.blockmachines.batterybuffer.01.tier.04_583=583 - I:gt.blockmachines.batterybuffer.01.tier.05_1622=1622 - I:gt.blockmachines.batterybuffer.01.tier.05_400=400 - I:gt.blockmachines.batterybuffer.01.tier.06_400=400 - I:gt.blockmachines.batterybuffer.01.tier.06_702=702 - I:gt.blockmachines.batterybuffer.01.tier.07_1951=1951 - I:gt.blockmachines.batterybuffer.01.tier.07_400=400 - I:gt.blockmachines.batterybuffer.01.tier.08_2180=2180 - I:gt.blockmachines.batterybuffer.01.tier.08_400=400 - I:gt.blockmachines.batterybuffer.01.tier.09_400=400 - I:gt.blockmachines.batterybuffer.01.tier.09_800366=800366 - I:gt.blockmachines.batterybuffer.04.tier.00_2432=2432 - I:gt.blockmachines.batterybuffer.04.tier.00_400=400 - I:gt.blockmachines.batterybuffer.04.tier.01_1631=1631 - I:gt.blockmachines.batterybuffer.04.tier.01_400=400 - I:gt.blockmachines.batterybuffer.04.tier.02_400=400 - I:gt.blockmachines.batterybuffer.04.tier.02_896=896 - I:gt.blockmachines.batterybuffer.04.tier.03_2325=2325 - I:gt.blockmachines.batterybuffer.04.tier.03_400=400 - I:gt.blockmachines.batterybuffer.04.tier.04_400=400 - I:gt.blockmachines.batterybuffer.04.tier.04_739=739 - I:gt.blockmachines.batterybuffer.04.tier.05_2720=2720 - I:gt.blockmachines.batterybuffer.04.tier.05_400=400 - I:gt.blockmachines.batterybuffer.04.tier.06_1032=1032 - I:gt.blockmachines.batterybuffer.04.tier.06_400=400 - I:gt.blockmachines.batterybuffer.04.tier.07_2539=2539 - I:gt.blockmachines.batterybuffer.04.tier.07_400=400 - I:gt.blockmachines.batterybuffer.04.tier.08_2768=2768 - I:gt.blockmachines.batterybuffer.04.tier.08_400=400 - I:gt.blockmachines.batterybuffer.04.tier.09_800954=800954 - I:gt.blockmachines.batterybuffer.09.tier.00_400=400 - I:gt.blockmachines.batterybuffer.09.tier.00_4088=4088 - I:gt.blockmachines.batterybuffer.09.tier.01_2575=2575 - I:gt.blockmachines.batterybuffer.09.tier.01_400=400 - I:gt.blockmachines.batterybuffer.09.tier.02_1400=1400 - I:gt.blockmachines.batterybuffer.09.tier.02_400=400 - I:gt.blockmachines.batterybuffer.09.tier.03_3893=3893 - I:gt.blockmachines.batterybuffer.09.tier.03_400=400 - I:gt.blockmachines.batterybuffer.09.tier.04_400=400 - I:gt.blockmachines.batterybuffer.09.tier.04_947=947 - I:gt.blockmachines.batterybuffer.09.tier.05_400=400 - I:gt.blockmachines.batterybuffer.09.tier.05_4184=4184 - I:gt.blockmachines.batterybuffer.09.tier.06_1472=1472 - I:gt.blockmachines.batterybuffer.09.tier.06_400=400 - I:gt.blockmachines.batterybuffer.09.tier.07_3323=3323 - I:gt.blockmachines.batterybuffer.09.tier.07_400=400 - I:gt.blockmachines.batterybuffer.09.tier.08_3552=3552 - I:gt.blockmachines.batterybuffer.09.tier.08_400=400 - I:gt.blockmachines.batterybuffer.09.tier.09_801738=801738 - I:gt.blockmachines.batterybuffer.16.tier.00_400=400 - I:gt.blockmachines.batterybuffer.16.tier.00_7400=7400 - I:gt.blockmachines.batterybuffer.16.tier.01_400=400 - I:gt.blockmachines.batterybuffer.16.tier.01_4463=4463 - I:gt.blockmachines.batterybuffer.16.tier.02_2408=2408 - I:gt.blockmachines.batterybuffer.16.tier.02_400=400 - I:gt.blockmachines.batterybuffer.16.tier.03_400=400 - I:gt.blockmachines.batterybuffer.16.tier.03_7029=7029 - I:gt.blockmachines.batterybuffer.16.tier.04_1363=1363 - I:gt.blockmachines.batterybuffer.16.tier.04_400=400 - I:gt.blockmachines.batterybuffer.16.tier.05_400=400 - I:gt.blockmachines.batterybuffer.16.tier.05_7112=7112 - I:gt.blockmachines.batterybuffer.16.tier.06_2352=2352 - I:gt.blockmachines.batterybuffer.16.tier.06_400=400 - I:gt.blockmachines.batterybuffer.16.tier.07_400=400 - I:gt.blockmachines.batterybuffer.16.tier.07_4891=4891 - I:gt.blockmachines.batterybuffer.16.tier.08_400=400 - I:gt.blockmachines.batterybuffer.16.tier.08_5120=5120 - I:gt.blockmachines.batterybuffer.16.tier.09_803306=803306 - I:gt.blockmachines.batterycharger.16.tier.00_400=400 - I:gt.blockmachines.batterycharger.16.tier.00_7400=7400 - I:gt.blockmachines.batterycharger.16.tier.01_400=400 - I:gt.blockmachines.batterycharger.16.tier.01_4463=4463 - I:gt.blockmachines.batterycharger.16.tier.02_2408=2408 - I:gt.blockmachines.batterycharger.16.tier.02_400=400 - I:gt.blockmachines.batterycharger.16.tier.03_400=400 - I:gt.blockmachines.batterycharger.16.tier.03_7029=7029 - I:gt.blockmachines.batterycharger.16.tier.04_1363=1363 - I:gt.blockmachines.batterycharger.16.tier.04_400=400 - I:gt.blockmachines.batterycharger.16.tier.05_400=400 - I:gt.blockmachines.batterycharger.16.tier.05_7112=7112 - I:gt.blockmachines.batterycharger.16.tier.06_2352=2352 - I:gt.blockmachines.batterycharger.16.tier.06_400=400 - I:gt.blockmachines.batterycharger.16.tier.07_400=400 - I:gt.blockmachines.batterycharger.16.tier.07_4891=4891 - I:gt.blockmachines.batterycharger.16.tier.08_400=400 - I:gt.blockmachines.batterycharger.16.tier.08_5120=5120 - I:gt.blockmachines.batterycharger.16.tier.09_803306=803306 - I:gt.blockmachines.boiler.bronze_1204=1204 - I:gt.blockmachines.boiler.bronze_400=400 - I:gt.blockmachines.boiler.lava_400=400 - I:gt.blockmachines.boiler.lava_680=680 - I:gt.blockmachines.boiler.solar_400=400 - I:gt.blockmachines.boiler.solar_973=973 - I:gt.blockmachines.boiler.steel_1104=1104 - I:gt.blockmachines.boiler.steel_400=400 - I:gt.blockmachines.bronzemachine.alloysmelter_2464=2464 - I:gt.blockmachines.bronzemachine.alloysmelter_400=400 - I:gt.blockmachines.bronzemachine.blastfurnace_3440=3440 - I:gt.blockmachines.bronzemachine.blastfurnace_400=400 - I:gt.blockmachines.bronzemachine.compressor_1902=1902 - I:gt.blockmachines.bronzemachine.compressor_400=400 - I:gt.blockmachines.bronzemachine.extractor_1503=1503 - I:gt.blockmachines.bronzemachine.extractor_400=400 - I:gt.blockmachines.bronzemachine.furnace_1756=1756 - I:gt.blockmachines.bronzemachine.furnace_400=400 - I:gt.blockmachines.bronzemachine.hammer_2043=2043 - I:gt.blockmachines.bronzemachine.hammer_400=400 - I:gt.blockmachines.bronzemachine.macerator_3286=3286 - I:gt.blockmachines.bronzemachine.macerator_400=400 - I:gt.blockmachines.gt_pipe_plasmacontain_400=400 - I:gt.blockmachines.gt_pipe_plasmacontain_548=548 - I:gt.blockmachines.hatch.dataaccess.adv_400=400 - I:gt.blockmachines.hatch.dataaccess.adv_520=520 - I:gt.blockmachines.hatch.dataaccess_400=400 - I:gt.blockmachines.hatch.dataaccess_459=459 - I:gt.blockmachines.hatch.dynamo.tier.00_400=400 - I:gt.blockmachines.hatch.dynamo.tier.00_832=832 - I:gt.blockmachines.hatch.dynamo.tier.01_400=400 - I:gt.blockmachines.hatch.dynamo.tier.01_698=698 - I:gt.blockmachines.hatch.dynamo.tier.02_376=376 - I:gt.blockmachines.hatch.dynamo.tier.02_400=400 - I:gt.blockmachines.hatch.dynamo.tier.03_400=400 - I:gt.blockmachines.hatch.dynamo.tier.03_807=807 - I:gt.blockmachines.hatch.dynamo.tier.04_400=400 - I:gt.blockmachines.hatch.dynamo.tier.04_496=496 - I:gt.blockmachines.hatch.dynamo.tier.05_1300=1300 - I:gt.blockmachines.hatch.dynamo.tier.05_400=400 - I:gt.blockmachines.hatch.dynamo.tier.06_400=400 - I:gt.blockmachines.hatch.dynamo.tier.06_572=572 - I:gt.blockmachines.hatch.dynamo.tier.07_1756=1756 - I:gt.blockmachines.hatch.dynamo.tier.07_400=400 - I:gt.blockmachines.hatch.dynamo.tier.08_2108=2108 - I:gt.blockmachines.hatch.dynamo.tier.08_400=400 - I:gt.blockmachines.hatch.dynamo.tier.09_400=400 - I:gt.blockmachines.hatch.dynamo.tier.09_800147=800147 - I:gt.blockmachines.hatch.energy.tier.00_400=400 - I:gt.blockmachines.hatch.energy.tier.00_832=832 - I:gt.blockmachines.hatch.energy.tier.01_400=400 - I:gt.blockmachines.hatch.energy.tier.01_698=698 - I:gt.blockmachines.hatch.energy.tier.02_376=376 - I:gt.blockmachines.hatch.energy.tier.02_400=400 - I:gt.blockmachines.hatch.energy.tier.03_400=400 - I:gt.blockmachines.hatch.energy.tier.03_807=807 - I:gt.blockmachines.hatch.energy.tier.04_400=400 - I:gt.blockmachines.hatch.energy.tier.04_496=496 - I:gt.blockmachines.hatch.energy.tier.05_1300=1300 - I:gt.blockmachines.hatch.energy.tier.05_400=400 - I:gt.blockmachines.hatch.energy.tier.06_400=400 - I:gt.blockmachines.hatch.energy.tier.06_572=572 - I:gt.blockmachines.hatch.energy.tier.07_1756=1756 - I:gt.blockmachines.hatch.energy.tier.07_400=400 - I:gt.blockmachines.hatch.energy.tier.08_2108=2108 - I:gt.blockmachines.hatch.energy.tier.08_400=400 - I:gt.blockmachines.hatch.energy.tier.09_400=400 - I:gt.blockmachines.hatch.energy.tier.09_800147=800147 - I:gt.blockmachines.hatch.input.tier.00_400=400 - I:gt.blockmachines.hatch.input.tier.00_724=724 - I:gt.blockmachines.hatch.input.tier.01_400=400 - I:gt.blockmachines.hatch.input.tier.01_635=635 - I:gt.blockmachines.hatch.input.tier.02_340=340 - I:gt.blockmachines.hatch.input.tier.02_400=400 - I:gt.blockmachines.hatch.input.tier.03_400=400 - I:gt.blockmachines.hatch.input.tier.03_705=705 - I:gt.blockmachines.hatch.input.tier.04_400=400 - I:gt.blockmachines.hatch.input.tier.04_479=479 - I:gt.blockmachines.hatch.input.tier.05_1204=1204 - I:gt.blockmachines.hatch.input.tier.05_400=400 - I:gt.blockmachines.hatch.input.tier.06_400=400 - I:gt.blockmachines.hatch.input.tier.06_520=520 - I:gt.blockmachines.hatch.input.tier.07_1683=1683 - I:gt.blockmachines.hatch.input.tier.07_400=400 - I:gt.blockmachines.hatch.input.tier.08_1912=1912 - I:gt.blockmachines.hatch.input.tier.08_400=400 - I:gt.blockmachines.hatch.input.tier.09_400=400 - I:gt.blockmachines.hatch.input.tier.09_800098=800098 - I:gt.blockmachines.hatch.input_bus.tier.00_400=400 - I:gt.blockmachines.hatch.input_bus.tier.00_776=776 - I:gt.blockmachines.hatch.input_bus.tier.01_400=400 - I:gt.blockmachines.hatch.input_bus.tier.01_687=687 - I:gt.blockmachines.hatch.input_bus.tier.02_392=392 - I:gt.blockmachines.hatch.input_bus.tier.02_400=400 - I:gt.blockmachines.hatch.input_bus.tier.03_400=400 - I:gt.blockmachines.hatch.input_bus.tier.03_757=757 - I:gt.blockmachines.hatch.input_bus.tier.04_400=400 - I:gt.blockmachines.hatch.input_bus.tier.04_531=531 - I:gt.blockmachines.hatch.input_bus.tier.05_1256=1256 - I:gt.blockmachines.hatch.input_bus.tier.05_400=400 - I:gt.blockmachines.hatch.input_bus.tier.06_400=400 - I:gt.blockmachines.hatch.input_bus.tier.06_592=592 - I:gt.blockmachines.hatch.input_bus.tier.07_1755=1755 - I:gt.blockmachines.hatch.input_bus.tier.07_400=400 - I:gt.blockmachines.hatch.input_bus.tier.08_1984=1984 - I:gt.blockmachines.hatch.input_bus.tier.08_400=400 - I:gt.blockmachines.hatch.input_bus.tier.09_400=400 - I:gt.blockmachines.hatch.input_bus.tier.09_800170=800170 - I:gt.blockmachines.hatch.maintenance.auto_19636=19636 - I:gt.blockmachines.hatch.maintenance.auto_400=400 - I:gt.blockmachines.hatch.maintenance_400=400 - I:gt.blockmachines.hatch.maintenance_615=615 - I:gt.blockmachines.hatch.muffler.tier.01_400=400 - I:gt.blockmachines.hatch.muffler.tier.01_783=783 - I:gt.blockmachines.hatch.muffler.tier.02_400=400 - I:gt.blockmachines.hatch.muffler.tier.02_488=488 - I:gt.blockmachines.hatch.muffler.tier.03_400=400 - I:gt.blockmachines.hatch.muffler.tier.03_853=853 - I:gt.blockmachines.hatch.muffler.tier.04_400=400 - I:gt.blockmachines.hatch.muffler.tier.04_627=627 - I:gt.blockmachines.hatch.muffler.tier.05_1352=1352 - I:gt.blockmachines.hatch.muffler.tier.05_400=400 - I:gt.blockmachines.hatch.muffler.tier.06_400=400 - I:gt.blockmachines.hatch.muffler.tier.06_688=688 - I:gt.blockmachines.hatch.muffler.tier.07_1851=1851 - I:gt.blockmachines.hatch.muffler.tier.07_400=400 - I:gt.blockmachines.hatch.muffler.tier.08_2080=2080 - I:gt.blockmachines.hatch.muffler.tier.08_400=400 - I:gt.blockmachines.hatch.muffler.tier.09_400=400 - I:gt.blockmachines.hatch.muffler.tier.09_800266=800266 - I:gt.blockmachines.hatch.output.tier.00_400=400 - I:gt.blockmachines.hatch.output.tier.00_724=724 - I:gt.blockmachines.hatch.output.tier.01_400=400 - I:gt.blockmachines.hatch.output.tier.01_635=635 - I:gt.blockmachines.hatch.output.tier.02_340=340 - I:gt.blockmachines.hatch.output.tier.02_400=400 - I:gt.blockmachines.hatch.output.tier.03_400=400 - I:gt.blockmachines.hatch.output.tier.03_705=705 - I:gt.blockmachines.hatch.output.tier.04_400=400 - I:gt.blockmachines.hatch.output.tier.04_479=479 - I:gt.blockmachines.hatch.output.tier.05_1204=1204 - I:gt.blockmachines.hatch.output.tier.05_400=400 - I:gt.blockmachines.hatch.output.tier.06_400=400 - I:gt.blockmachines.hatch.output.tier.06_520=520 - I:gt.blockmachines.hatch.output.tier.07_1683=1683 - I:gt.blockmachines.hatch.output.tier.07_400=400 - I:gt.blockmachines.hatch.output.tier.08_1912=1912 - I:gt.blockmachines.hatch.output.tier.08_400=400 - I:gt.blockmachines.hatch.output.tier.09_400=400 - I:gt.blockmachines.hatch.output.tier.09_800098=800098 - I:gt.blockmachines.hatch.output_bus.tier.00_400=400 - I:gt.blockmachines.hatch.output_bus.tier.00_776=776 - I:gt.blockmachines.hatch.output_bus.tier.01_400=400 - I:gt.blockmachines.hatch.output_bus.tier.01_687=687 - I:gt.blockmachines.hatch.output_bus.tier.02_392=392 - I:gt.blockmachines.hatch.output_bus.tier.02_400=400 - I:gt.blockmachines.hatch.output_bus.tier.03_400=400 - I:gt.blockmachines.hatch.output_bus.tier.03_757=757 - I:gt.blockmachines.hatch.output_bus.tier.04_400=400 - I:gt.blockmachines.hatch.output_bus.tier.04_531=531 - I:gt.blockmachines.hatch.output_bus.tier.05_1256=1256 - I:gt.blockmachines.hatch.output_bus.tier.05_400=400 - I:gt.blockmachines.hatch.output_bus.tier.06_400=400 - I:gt.blockmachines.hatch.output_bus.tier.06_592=592 - I:gt.blockmachines.hatch.output_bus.tier.07_1755=1755 - I:gt.blockmachines.hatch.output_bus.tier.07_400=400 - I:gt.blockmachines.hatch.output_bus.tier.08_1984=1984 - I:gt.blockmachines.hatch.output_bus.tier.08_400=400 - I:gt.blockmachines.hatch.output_bus.tier.09_400=400 - I:gt.blockmachines.hatch.output_bus.tier.09_800170=800170 - I:gt.blockmachines.hull.bronze_400=400 - I:gt.blockmachines.hull.bronze_608=608 - I:gt.blockmachines.hull.bronze_bricked_400=400 - I:gt.blockmachines.hull.bronze_bricked_440=440 - I:gt.blockmachines.hull.steel_400=400 - I:gt.blockmachines.hull.steel_448=448 - I:gt.blockmachines.hull.steel_bricked_340=340 - I:gt.blockmachines.hull.steel_bricked_400=400 - I:gt.blockmachines.hull.tier.00_400=400 - I:gt.blockmachines.hull.tier.00_704=704 - I:gt.blockmachines.hull.tier.01_400=400 - I:gt.blockmachines.hull.tier.01_615=615 - I:gt.blockmachines.hull.tier.02_320=320 - I:gt.blockmachines.hull.tier.02_400=400 - I:gt.blockmachines.hull.tier.03_400=400 - I:gt.blockmachines.hull.tier.03_685=685 - I:gt.blockmachines.hull.tier.04_400=400 - I:gt.blockmachines.hull.tier.04_459=459 - I:gt.blockmachines.hull.tier.05_1184=1184 - I:gt.blockmachines.hull.tier.05_400=400 - I:gt.blockmachines.hull.tier.06_400=400 - I:gt.blockmachines.hull.tier.06_520=520 - I:gt.blockmachines.hull.tier.07_1683=1683 - I:gt.blockmachines.hull.tier.07_400=400 - I:gt.blockmachines.hull.tier.08_1912=1912 - I:gt.blockmachines.hull.tier.08_400=400 - I:gt.blockmachines.hull.tier.09_400=400 - I:gt.blockmachines.hull.tier.09_800098=800098 - I:gt.blockmachines.locker.tier.00_2504=2504 - I:gt.blockmachines.locker.tier.00_400=400 - I:gt.blockmachines.locker.tier.01_1703=1703 - I:gt.blockmachines.locker.tier.01_400=400 - I:gt.blockmachines.locker.tier.02_400=400 - I:gt.blockmachines.locker.tier.02_968=968 - I:gt.blockmachines.locker.tier.03_2397=2397 - I:gt.blockmachines.locker.tier.03_400=400 - I:gt.blockmachines.locker.tier.04_400=400 - I:gt.blockmachines.locker.tier.04_811=811 - I:gt.blockmachines.locker.tier.05_2792=2792 - I:gt.blockmachines.locker.tier.05_400=400 - I:gt.blockmachines.locker.tier.06_1104=1104 - I:gt.blockmachines.locker.tier.06_400=400 - I:gt.blockmachines.locker.tier.07_2611=2611 - I:gt.blockmachines.locker.tier.07_400=400 - I:gt.blockmachines.locker.tier.08_2840=2840 - I:gt.blockmachines.locker.tier.08_400=400 - I:gt.blockmachines.locker.tier.09_400=400 - I:gt.blockmachines.locker.tier.09_801026=801026 - I:gt.blockmachines.multimachine.assemblyline_23760=23760 - I:gt.blockmachines.multimachine.assemblyline_400=400 - I:gt.blockmachines.multimachine.blastfurnace_2743=2743 - I:gt.blockmachines.multimachine.blastfurnace_400=400 - I:gt.blockmachines.multimachine.boiler.bronze_400=400 - I:gt.blockmachines.multimachine.boiler.bronze_638=638 - I:gt.blockmachines.multimachine.boiler.steel_400=400 - I:gt.blockmachines.multimachine.boiler.steel_448=448 - I:gt.blockmachines.multimachine.boiler.titanium_400=400 - I:gt.blockmachines.multimachine.boiler.titanium_682=682 - I:gt.blockmachines.multimachine.boiler.tungstensteel_400=400 - I:gt.blockmachines.multimachine.boiler.tungstensteel_626=626 - I:gt.blockmachines.multimachine.brickedblastfurnace_400=400 - I:gt.blockmachines.multimachine.charcoalpile_400=400 - I:gt.blockmachines.multimachine.charcoalpile_452=452 - I:gt.blockmachines.multimachine.chemicalreactor_1942=1942 - I:gt.blockmachines.multimachine.chemicalreactor_400=400 - I:gt.blockmachines.multimachine.cleanroom_3596=3596 - I:gt.blockmachines.multimachine.cleanroom_400=400 - I:gt.blockmachines.multimachine.concretebackfiller1_2738=2738 - I:gt.blockmachines.multimachine.concretebackfiller1_400=400 - I:gt.blockmachines.multimachine.concretebackfiller3_400=400 - I:gt.blockmachines.multimachine.concretebackfiller3_7345=7345 - I:gt.blockmachines.multimachine.cracker_400=400 - I:gt.blockmachines.multimachine.cracker_5430=5430 - I:gt.blockmachines.multimachine.dieselengine_400=400 - I:gt.blockmachines.multimachine.dieselengine_6369=6369 - I:gt.blockmachines.multimachine.distillationtower_400=400 - I:gt.blockmachines.multimachine.distillationtower_4465=4465 - I:gt.blockmachines.multimachine.heatexchanger_400=400 - I:gt.blockmachines.multimachine.heatexchanger_7701=7701 - I:gt.blockmachines.multimachine.implosioncompressor_365=365 - I:gt.blockmachines.multimachine.implosioncompressor_400=400 - I:gt.blockmachines.multimachine.largegasturbine_1999=1999 - I:gt.blockmachines.multimachine.largegasturbine_400=400 - I:gt.blockmachines.multimachine.largehpturbine_2528=2528 - I:gt.blockmachines.multimachine.largehpturbine_400=400 - I:gt.blockmachines.multimachine.largeplasmaturbine_400=400 - I:gt.blockmachines.multimachine.largeplasmaturbine_6672=6672 - I:gt.blockmachines.multimachine.largeturbine_2253=2253 - I:gt.blockmachines.multimachine.largeturbine_400=400 - I:gt.blockmachines.multimachine.multifurnace_2688=2688 - I:gt.blockmachines.multimachine.multifurnace_400=400 - I:gt.blockmachines.multimachine.oildrill1_1910=1910 - I:gt.blockmachines.multimachine.oildrill1_400=400 - I:gt.blockmachines.multimachine.oildrill2_400=400 - I:gt.blockmachines.multimachine.oildrill2_4694=4694 - I:gt.blockmachines.multimachine.oildrill3_400=400 - I:gt.blockmachines.multimachine.oildrill3_9017=9017 - I:gt.blockmachines.multimachine.oredrill1_400=400 - I:gt.blockmachines.multimachine.oredrill1_4356=4356 - I:gt.blockmachines.multimachine.oredrill2_12387=12387 - I:gt.blockmachines.multimachine.oredrill2_400=400 - I:gt.blockmachines.multimachine.oredrill3_13533=13533 - I:gt.blockmachines.multimachine.oredrill3_400=400 - I:gt.blockmachines.multimachine.oredrill4_14121=14121 - I:gt.blockmachines.multimachine.oredrill4_400=400 - I:gt.blockmachines.multimachine.processingarray_400=400 - I:gt.blockmachines.multimachine.processingarray_8958=8958 - I:gt.blockmachines.multimachine.pyro_2902=2902 - I:gt.blockmachines.multimachine.pyro_400=400 - I:gt.blockmachines.multimachine.vacuumfreezer_400=400 - I:gt.blockmachines.multimachine.vacuumfreezer_4587=4587 - I:gt.blockmachines.quantum.chest.tier.01_1243=1243 - I:gt.blockmachines.quantum.chest.tier.01_400=400 - I:gt.blockmachines.quantum.chest.tier.02_1422=1422 - I:gt.blockmachines.quantum.chest.tier.02_400=400 - I:gt.blockmachines.quantum.chest.tier.03_2562=2562 - I:gt.blockmachines.quantum.chest.tier.03_400=400 - I:gt.blockmachines.quantum.chest.tier.04_400=400 - I:gt.blockmachines.quantum.chest.tier.04_4050=4050 - I:gt.blockmachines.quantum.chest.tier.05_400=400 - I:gt.blockmachines.quantum.chest.tier.05_7999=7999 - I:gt.blockmachines.quantum.tank.tier.01_1243=1243 - I:gt.blockmachines.quantum.tank.tier.01_400=400 - I:gt.blockmachines.quantum.tank.tier.02_1422=1422 - I:gt.blockmachines.quantum.tank.tier.02_400=400 - I:gt.blockmachines.quantum.tank.tier.03_2562=2562 - I:gt.blockmachines.quantum.tank.tier.03_400=400 - I:gt.blockmachines.quantum.tank.tier.04_400=400 - I:gt.blockmachines.quantum.tank.tier.04_4050=4050 - I:gt.blockmachines.quantum.tank.tier.05_400=400 - I:gt.blockmachines.quantum.tank.tier.05_7999=7999 - I:gt.blockmachines.steelmachine.alloysmelter_2244=2244 - I:gt.blockmachines.steelmachine.alloysmelter_400=400 - I:gt.blockmachines.steelmachine.compressor_1622=1622 - I:gt.blockmachines.steelmachine.compressor_400=400 - I:gt.blockmachines.steelmachine.extractor_1223=1223 - I:gt.blockmachines.steelmachine.extractor_400=400 - I:gt.blockmachines.steelmachine.furnace_1516=1516 - I:gt.blockmachines.steelmachine.furnace_400=400 - I:gt.blockmachines.steelmachine.hammer_1763=1763 - I:gt.blockmachines.steelmachine.hammer_400=400 - I:gt.blockmachines.steelmachine.macerator_3046=3046 - I:gt.blockmachines.steelmachine.macerator_400=400 - I:gt.blockmachines.transformer.tier.00_1299=1299 - I:gt.blockmachines.transformer.tier.00_400=400 - I:gt.blockmachines.transformer.tier.01_1005=1005 - I:gt.blockmachines.transformer.tier.01_400=400 - I:gt.blockmachines.transformer.tier.02_400=400 - I:gt.blockmachines.transformer.tier.02_666=666 - I:gt.blockmachines.transformer.tier.03_1212=1212 - I:gt.blockmachines.transformer.tier.03_400=400 - I:gt.blockmachines.transformer.tier.04_400=400 - I:gt.blockmachines.transformer.tier.04_725=725 - I:gt.blockmachines.transformer.tier.05_1700=1700 - I:gt.blockmachines.transformer.tier.05_400=400 - I:gt.blockmachines.transformer.tier.06_400=400 - I:gt.blockmachines.transformer.tier.06_801=801 - I:gt.blockmachines.transformer.tier.07_2173=2173 - I:gt.blockmachines.transformer.tier.07_400=400 - I:gt.blockmachines.transformer.tier.08_2745=2745 - I:gt.blockmachines.transformer.tier.08_400=400 - I:gt.blockreinforced.0_304=304 - I:gt.blockreinforced.0_400=400 - I:gt.blockreinforced.1_400=400 - I:gt.blockreinforced.1_528=528 - I:gt.blockreinforced.5_400=400 - I:gt.blockreinforced.5_428=428 - I:gt.blockstones.0_160=160 - I:gt.blockstones.0_400=400 - I:gt.blockstones.1_400=400 - I:gt.blockstones.2_400=400 - I:gt.blockstones.3_400=400 - I:gt.blockstones.4_400=400 - I:gt.blockstones.5_400=400 - I:gt.blockstones.6_400=400 - I:gt.blockstones.7_400=400 - I:gt.metaitem.01.32001_16=16 - I:gt.metaitem.01.32001_400=400 - I:gt.metaitem.01.32008_400=400 - I:gt.metaitem.01.32008_49=49 - I:gt.metaitem.01.32009_16=16 - I:gt.metaitem.01.32009_400=400 - I:gt.metaitem.01.32010_400=400 - I:gt.metaitem.01.32010_49=49 - I:gt.metaitem.01.32100_400=400 - I:gt.metaitem.01.32100_56=56 - I:gt.metaitem.01.32101_400=400 - I:gt.metaitem.01.32101_56=56 - I:gt.metaitem.01.32110_400=400 - I:gt.metaitem.01.32111_400=400 - I:gt.metaitem.01.32225_16=16 - I:gt.metaitem.01.32225_400=400 - I:gt.metaitem.01.32250_16=16 - I:gt.metaitem.01.32250_400=400 - I:gt.metaitem.01.32300_224=224 - I:gt.metaitem.01.32300_400=400 - I:gt.metaitem.01.32301_224=224 - I:gt.metaitem.01.32301_400=400 - I:gt.metaitem.01.32302_224=224 - I:gt.metaitem.01.32302_400=400 - I:gt.metaitem.01.32303_224=224 - I:gt.metaitem.01.32303_400=400 - I:gt.metaitem.01.32304_224=224 - I:gt.metaitem.01.32304_400=400 - I:gt.metaitem.01.32305_224=224 - I:gt.metaitem.01.32305_400=400 - I:gt.metaitem.01.32306_224=224 - I:gt.metaitem.01.32306_400=400 - I:gt.metaitem.01.32307_224=224 - I:gt.metaitem.01.32307_400=400 - I:gt.metaitem.01.32308_224=224 - I:gt.metaitem.01.32308_400=400 - I:gt.metaitem.01.32309_224=224 - I:gt.metaitem.01.32309_400=400 - I:gt.metaitem.01.32310_224=224 - I:gt.metaitem.01.32310_400=400 - I:gt.metaitem.01.32311_224=224 - I:gt.metaitem.01.32311_400=400 - I:gt.metaitem.01.32312_224=224 - I:gt.metaitem.01.32312_400=400 - I:gt.metaitem.01.32313_224=224 - I:gt.metaitem.01.32313_400=400 - I:gt.metaitem.01.32314_224=224 - I:gt.metaitem.01.32314_400=400 - I:gt.metaitem.01.32315_224=224 - I:gt.metaitem.01.32315_400=400 - I:gt.metaitem.01.32316_224=224 - I:gt.metaitem.01.32316_400=400 - I:gt.metaitem.01.32317_224=224 - I:gt.metaitem.01.32317_400=400 - I:gt.metaitem.01.32350_224=224 - I:gt.metaitem.01.32350_400=400 - I:gt.metaitem.01.32351_224=224 - I:gt.metaitem.01.32351_400=400 - I:gt.metaitem.01.32352_224=224 - I:gt.metaitem.01.32352_400=400 - I:gt.metaitem.01.32353_224=224 - I:gt.metaitem.01.32353_400=400 - I:gt.metaitem.01.32354_224=224 - I:gt.metaitem.01.32354_400=400 - I:gt.metaitem.01.32355_224=224 - I:gt.metaitem.01.32355_400=400 - I:gt.metaitem.01.32356_224=224 - I:gt.metaitem.01.32356_400=400 - I:gt.metaitem.01.32357_224=224 - I:gt.metaitem.01.32357_400=400 - I:gt.metaitem.01.32358_224=224 - I:gt.metaitem.01.32358_400=400 - I:gt.metaitem.01.32359_224=224 - I:gt.metaitem.01.32359_400=400 - I:gt.metaitem.01.32360_224=224 - I:gt.metaitem.01.32360_400=400 - I:gt.metaitem.01.32361_224=224 - I:gt.metaitem.01.32361_400=400 - I:gt.metaitem.01.32362_224=224 - I:gt.metaitem.01.32362_400=400 - I:gt.metaitem.01.32363_224=224 - I:gt.metaitem.01.32363_400=400 - I:gt.metaitem.01.32364_224=224 - I:gt.metaitem.01.32364_400=400 - I:gt.metaitem.01.32365_224=224 - I:gt.metaitem.01.32365_400=400 - I:gt.metaitem.01.32366_224=224 - I:gt.metaitem.01.32366_400=400 - I:gt.metaitem.01.32367_224=224 - I:gt.metaitem.01.32367_400=400 - I:gt.metaitem.01.32368_224=224 - I:gt.metaitem.01.32368_400=400 - I:gt.metaitem.01.32369_224=224 - I:gt.metaitem.01.32369_400=400 - I:gt.metaitem.01.32370_224=224 - I:gt.metaitem.01.32370_400=400 - I:gt.metaitem.01.32371_224=224 - I:gt.metaitem.01.32371_400=400 - I:gt.metaitem.01.32372_224=224 - I:gt.metaitem.01.32372_400=400 - I:gt.metaitem.01.32373_224=224 - I:gt.metaitem.01.32373_400=400 - I:gt.metaitem.01.32398_340=340 - I:gt.metaitem.01.32398_400=400 - I:gt.metaitem.01.32399_400=400 - I:gt.metaitem.01.32399_450=450 - I:gt.metaitem.01.32400_16=16 - I:gt.metaitem.01.32400_400=400 - I:gt.metaitem.01.32401_16=16 - I:gt.metaitem.01.32402_321=321 - I:gt.metaitem.01.32402_400=400 - I:gt.metaitem.01.32403_16=16 - I:gt.metaitem.01.32403_400=400 - I:gt.metaitem.01.32404_39=39 - I:gt.metaitem.01.32404_400=400 - I:gt.metaitem.01.32405_140=140 - I:gt.metaitem.01.32405_400=400 - I:gt.metaitem.01.32406_297=297 - I:gt.metaitem.01.32406_400=400 - I:gt.metaitem.01.32474_112=112 - I:gt.metaitem.01.32474_400=400 - I:gt.metaitem.01.32475_112=112 - I:gt.metaitem.01.32475_400=400 - I:gt.metaitem.01.32477_390=390 - I:gt.metaitem.01.32477_400=400 - I:gt.metaitem.01.32478_390=390 - I:gt.metaitem.01.32478_400=400 - I:gt.metaitem.01.32481_294=294 - I:gt.metaitem.01.32481_400=400 - I:gt.metaitem.01.32482_400=400 - I:gt.metaitem.01.32482_98=98 - I:gt.metaitem.01.32483_400=400 - I:gt.metaitem.01.32483_98=98 - I:gt.metaitem.01.32484_294=294 - I:gt.metaitem.01.32484_400=400 - I:gt.metaitem.01.32485_196=196 - I:gt.metaitem.01.32485_400=400 - I:gt.metaitem.01.32486_196=196 - I:gt.metaitem.01.32486_400=400 - I:gt.metaitem.01.32487_294=294 - I:gt.metaitem.01.32487_400=400 - I:gt.metaitem.01.32488_294=294 - I:gt.metaitem.01.32488_400=400 - I:gt.metaitem.01.32489_294=294 - I:gt.metaitem.01.32489_400=400 - I:gt.metaitem.01.32490_110=110 - I:gt.metaitem.01.32490_400=400 - I:gt.metaitem.01.32491_110=110 - I:gt.metaitem.01.32491_400=400 - I:gt.metaitem.01.32495_110=110 - I:gt.metaitem.01.32495_400=400 - I:gt.metaitem.01.32496_110=110 - I:gt.metaitem.01.32496_400=400 - I:gt.metaitem.01.32497_110=110 - I:gt.metaitem.01.32497_400=400 - I:gt.metaitem.01.32498_110=110 - I:gt.metaitem.01.32498_400=400 - I:gt.metaitem.01.32500_189=189 - I:gt.metaitem.01.32500_400=400 - I:gt.metaitem.01.32501_400=400 - I:gt.metaitem.01.32501_567=567 - I:gt.metaitem.01.32502_1701=1701 - I:gt.metaitem.01.32502_400=400 - I:gt.metaitem.01.32600_377=377 - I:gt.metaitem.01.32600_400=400 - I:gt.metaitem.01.32601_400=400 - I:gt.metaitem.01.32601_418=418 - I:gt.metaitem.01.32602_400=400 - I:gt.metaitem.01.32602_832=832 - I:gt.metaitem.01.32603_1203=1203 - I:gt.metaitem.01.32603_400=400 - I:gt.metaitem.01.32604_2439=2439 - I:gt.metaitem.01.32604_400=400 - I:gt.metaitem.01.32610_1252=1252 - I:gt.metaitem.01.32610_400=400 - I:gt.metaitem.01.32611_1022=1022 - I:gt.metaitem.01.32611_400=400 - I:gt.metaitem.01.32612_1412=1412 - I:gt.metaitem.01.32612_400=400 - I:gt.metaitem.01.32613_1673=1673 - I:gt.metaitem.01.32613_400=400 - I:gt.metaitem.01.32614_3479=3479 - I:gt.metaitem.01.32614_400=400 - I:gt.metaitem.01.32630_1425=1425 - I:gt.metaitem.01.32630_400=400 - I:gt.metaitem.01.32631_1480=1480 - I:gt.metaitem.01.32631_400=400 - I:gt.metaitem.01.32632_2374=2374 - I:gt.metaitem.01.32632_400=400 - I:gt.metaitem.01.32633_3031=3031 - I:gt.metaitem.01.32633_400=400 - I:gt.metaitem.01.32634_400=400 - I:gt.metaitem.01.32634_5582=5582 - I:gt.metaitem.01.32640_400=400 - I:gt.metaitem.01.32640_824=824 - I:gt.metaitem.01.32641_400=400 - I:gt.metaitem.01.32641_660=660 - I:gt.metaitem.01.32642_1352=1352 - I:gt.metaitem.01.32642_400=400 - I:gt.metaitem.01.32643_1518=1518 - I:gt.metaitem.01.32643_400=400 - I:gt.metaitem.01.32644_3266=3266 - I:gt.metaitem.01.32644_400=400 - I:gt.metaitem.01.32650_1884=1884 - I:gt.metaitem.01.32650_400=400 - I:gt.metaitem.01.32651_1690=1690 - I:gt.metaitem.01.32651_400=400 - I:gt.metaitem.01.32652_3438=3438 - I:gt.metaitem.01.32652_400=400 - I:gt.metaitem.01.32653_400=400 - I:gt.metaitem.01.32653_4084=4084 - I:gt.metaitem.01.32654_400=400 - I:gt.metaitem.01.32654_8611=8611 - I:gt.metaitem.01.32670_400=400 - I:gt.metaitem.01.32670_463=463 - I:gt.metaitem.01.32671_400=400 - I:gt.metaitem.01.32671_958=958 - I:gt.metaitem.01.32672_1520=1520 - I:gt.metaitem.01.32672_400=400 - I:gt.metaitem.01.32673_3138=3138 - I:gt.metaitem.01.32673_400=400 - I:gt.metaitem.01.32674_400=400 - I:gt.metaitem.01.32674_6080=6080 - I:gt.metaitem.01.32680_313=313 - I:gt.metaitem.01.32680_400=400 - I:gt.metaitem.01.32681_400=400 - I:gt.metaitem.01.32681_512=512 - I:gt.metaitem.01.32682_367=367 - I:gt.metaitem.01.32682_400=400 - I:gt.metaitem.01.32683_400=400 - I:gt.metaitem.01.32683_548=548 - I:gt.metaitem.01.32684_400=400 - I:gt.metaitem.01.32684_810=810 - I:gt.metaitem.01.32690_275=275 - I:gt.metaitem.01.32690_400=400 - I:gt.metaitem.01.32691_277=277 - I:gt.metaitem.01.32691_400=400 - I:gt.metaitem.01.32692_264=264 - I:gt.metaitem.01.32692_400=400 - I:gt.metaitem.01.32693_372=372 - I:gt.metaitem.01.32693_400=400 - I:gt.metaitem.01.32694_400=400 - I:gt.metaitem.01.32694_769=769 - I:gt.metaitem.01.32721_1000=1000 - I:gt.metaitem.01.32721_400=400 - I:gt.metaitem.01.32722_400=400 - I:gt.metaitem.01.32722_4064=4064 - I:gt.metaitem.01.32723_1724=1724 - I:gt.metaitem.01.32723_400=400 - I:gt.metaitem.01.32729_260=260 - I:gt.metaitem.01.32729_400=400 - I:gt.metaitem.01.32740_222=222 - I:gt.metaitem.01.32740_400=400 - I:gt.metaitem.01.32750_16=16 - I:gt.metaitem.01.32750_400=400 - I:gt.metaitem.01.32751_347=347 - I:gt.metaitem.01.32751_400=400 - I:gt.metaitem.01.32752_400=400 - I:gt.metaitem.01.32752_926=926 - I:gt.metaitem.01.32762_1089=1089 - I:gt.metaitem.01.32762_400=400 - I:gt.metaitem.02.32222_24=24 - I:gt.metaitem.02.32222_400=400 - I:gt.metaitem.02.32470_16=16 - I:gt.metaitem.02.32470_400=400 - I:gt.metaitem.02.32471_16=16 - I:gt.metaitem.02.32471_400=400 - I:gt.metaitem.02.32472_16=16 - I:gt.metaitem.02.32472_400=400 - I:gt.metaitem.02.32473_16=16 - I:gt.metaitem.02.32473_400=400 - I:gt.metaitem.02.32474_16=16 - I:gt.metaitem.02.32474_400=400 - I:gt.metaitem.02.32475_16=16 - I:gt.metaitem.02.32475_400=400 - I:gt.metaitem.02.32540_400=400 - I:gt.metaitem.02.32550_400=400 - I:gt.metaitem.02.32558_400=400 - I:gt.metaitem.02.32558_98=98 - I:gt.metaitem.02.32576_400=400 - I:ic2.blockCrop_400=400 - I:ic2.blockFenceIron_28=28 - I:ic2.blockFenceIron_400=400 - I:ic2.blockIronFurnace_280=280 - I:ic2.blockIronFurnace_400=400 - I:ic2.blockMachine_400=400 - I:ic2.blockMachine_448=448 - I:ic2.blockRubSapling_400=400 - I:ic2.blockRubWood_400=400 - I:ic2.itemArmorBronzeBoots_304=304 - I:ic2.itemArmorBronzeBoots_400=400 - I:ic2.itemArmorBronzeChestplate_400=400 - I:ic2.itemArmorBronzeChestplate_608=608 - I:ic2.itemArmorBronzeHelmet_380=380 - I:ic2.itemArmorBronzeHelmet_400=400 - I:ic2.itemArmorBronzeLegs_400=400 - I:ic2.itemArmorBronzeLegs_532=532 - I:ic2.itemCasingAdvIron_28=28 - I:ic2.itemCasingAdvIron_400=400 - I:ic2.itemCasingBronze_38=38 - I:ic2.itemCasingBronze_400=400 - I:ic2.itemCasingCopper_31=31 - I:ic2.itemCasingCopper_400=400 - I:ic2.itemCasingGold_400=400 - I:ic2.itemCasingGold_98=98 - I:ic2.itemCasingIron_28=28 - I:ic2.itemCasingIron_400=400 - I:ic2.itemCasingLead_103=103 - I:ic2.itemCasingLead_400=400 - I:ic2.itemCasingTin_400=400 - I:ic2.itemCasingTin_59=59 - I:ic2.itemCofeeBeans_400=400 - I:ic2.itemFluidCell_243=243 - I:ic2.itemFluidCell_400=400 - I:ic2.itemFuelRod_400=400 - I:ic2.itemFuelRod_56=56 - I:ic2.itemPlutoniumSmall_27=27 - I:ic2.itemPlutoniumSmall_400=400 - I:ic2.itemPlutonium_246=246 - I:ic2.itemPlutonium_400=400 - I:ic2.itemTinCan_400=400 - I:ic2.itemTinCan_59=59 - I:ic2.itemToolBronzeAxe_237=237 - I:ic2.itemToolBronzeAxe_400=400 - I:ic2.itemToolBronzeHoe_161=161 - I:ic2.itemToolBronzeHoe_400=400 - I:ic2.itemToolBronzePickaxe_237=237 - I:ic2.itemToolBronzePickaxe_400=400 - I:ic2.itemToolBronzeSpade_400=400 - I:ic2.itemToolBronzeSpade_85=85 - I:ic2.itemToolBronzeSword_156=156 - I:ic2.itemToolBronzeSword_400=400 - I:ic2.itemToolWrench_400=400 - I:ic2.itemToolWrench_456=456 - I:ic2.itemUran235_235=235 - I:ic2.itemUran235_400=400 - I:ic2.itemUran235small_26=26 - I:ic2.itemUran235small_400=400 - I:ic2.itemUran238_238=238 - I:ic2.itemUran238_400=400 - I:ingotAluminium_26=26 - I:ingotAluminium_400=400 - I:ingotAmericium_245=245 - I:ingotAmericium_400=400 - I:ingotAnnealedCopper_400=400 - I:ingotAnnealedCopper_63=63 - I:ingotAntimony_121=121 - I:ingotAntimony_400=400 - I:ingotArsenic_400=400 - I:ingotArsenic_75=75 - I:ingotBatteryAlloy_189=189 - I:ingotBatteryAlloy_400=400 - I:ingotBeryllium_16=16 - I:ingotBeryllium_400=400 - I:ingotBismuthBronze_400=400 - I:ingotBismuthBronze_92=92 - I:ingotBismuth_208=208 - I:ingotBismuth_400=400 - I:ingotBlackBronze_400=400 - I:ingotBlackBronze_98=98 - I:ingotBlackSteel_400=400 - I:ingotBlackSteel_64=64 - I:ingotBlueSteel_400=400 - I:ingotBlueSteel_75=75 - I:ingotBorosilicateGlass_18=18 - I:ingotBorosilicateGlass_400=400 - I:ingotBrass_400=400 - I:ingotBrass_63=63 - I:ingotBrick_400=400 - I:ingotBronze_400=400 - I:ingotBronze_76=76 - I:ingotCaesium_132=132 - I:ingotCaesium_400=400 - I:ingotCarbon_16=16 - I:ingotCarbon_400=400 - I:ingotCerium_140=140 - I:ingotCerium_400=400 - I:ingotChrome_400=400 - I:ingotChrome_52=52 - I:ingotCobaltBrass_400=400 - I:ingotCobaltBrass_58=58 - I:ingotCobalt_400=400 - I:ingotCobalt_59=59 - I:ingotCopper_400=400 - I:ingotCopper_63=63 - I:ingotCupronickel_400=400 - I:ingotCupronickel_60=60 - I:ingotDamascusSteel_400=400 - I:ingotDamascusSteel_56=56 - I:ingotDarkSteel_400=400 - I:ingotDarkSteel_98=98 - I:ingotDuranium_400=400 - I:ingotDuranium_98=98 - I:ingotElectrum_151=151 - I:ingotElectrum_400=400 - I:ingotEpoxidFiberReinforced_16=16 - I:ingotEpoxidFiberReinforced_400=400 - I:ingotEpoxid_16=16 - I:ingotEpoxid_400=400 - I:ingotEuropium_151=151 - I:ingotEuropium_400=400 - I:ingotGalliumArsenide_400=400 - I:ingotGalliumArsenide_72=72 - I:ingotGallium_400=400 - I:ingotGallium_70=70 - I:ingotGold_196=196 - I:ingotGold_400=400 - I:ingotHSSE_400=400 - I:ingotHSSE_81=81 - I:ingotHSSG_400=400 - I:ingotHSSG_98=98 - I:ingotHSSS_129=129 - I:ingotHSSS_400=400 - I:ingotIndiumGalliumPhosphide_400=400 - I:ingotIndiumGalliumPhosphide_71=71 - I:ingotIndium_114=114 - I:ingotIndium_400=400 - I:ingotInvar_400=400 - I:ingotInvar_56=56 - I:ingotIridium_192=192 - I:ingotIridium_400=400 - I:ingotIronMagnetic_400=400 - I:ingotIronMagnetic_56=56 - I:ingotIron_400=400 - I:ingotIron_56=56 - I:ingotKanthal_400=400 - I:ingotKanthal_44=44 - I:ingotLead_207=207 - I:ingotLead_400=400 - I:ingotLithium_16=16 - I:ingotLithium_400=400 - I:ingotLutetium_174=174 - I:ingotLutetium_400=400 - I:ingotMagnalium_25=25 - I:ingotMagnalium_400=400 - I:ingotMagnesium_24=24 - I:ingotMagnesium_400=400 - I:ingotManganese_400=400 - I:ingotManganese_55=55 - I:ingotMithril_245=245 - I:ingotMithril_400=400 - I:ingotMolybdenum_400=400 - I:ingotMolybdenum_95=95 - I:ingotNaquadahAlloy_400=400 - I:ingotNaquadahAlloy_98=98 - I:ingotNaquadahEnriched_400=400 - I:ingotNaquadahEnriched_98=98 - I:ingotNaquadah_400=400 - I:ingotNaquadah_98=98 - I:ingotNaquadria_400=400 - I:ingotNaquadria_98=98 - I:ingotNeodymiumMagnetic_144=144 - I:ingotNeodymiumMagnetic_400=400 - I:ingotNeodymium_144=144 - I:ingotNeodymium_400=400 - I:ingotNeutronium_100000=100000 - I:ingotNeutronium_400=400 - I:ingotNichrome_400=400 - I:ingotNichrome_56=56 - I:ingotNickelZincFerrite_33=33 - I:ingotNickelZincFerrite_400=400 - I:ingotNickel_400=400 - I:ingotNickel_58=58 - I:ingotNiobiumNitride_400=400 - I:ingotNiobiumNitride_54=54 - I:ingotNiobiumTitanium_400=400 - I:ingotNiobiumTitanium_71=71 - I:ingotNiobium_400=400 - I:ingotNiobium_94=94 - I:ingotOsmiridium_191=191 - I:ingotOsmiridium_400=400 - I:ingotOsmium_190=190 - I:ingotOsmium_400=400 - I:ingotPalladium_106=106 - I:ingotPalladium_400=400 - I:ingotPigIron_400=400 - I:ingotPigIron_56=56 - I:ingotPlastic_16=16 - I:ingotPlastic_400=400 - I:ingotPlatinum_195=195 - I:ingotPlatinum_400=400 - I:ingotPlutonium241_243=243 - I:ingotPlutonium241_400=400 - I:ingotPlutonium_246=246 - I:ingotPlutonium_400=400 - I:ingotPolycaprolactam_16=16 - I:ingotPolycaprolactam_400=400 - I:ingotPolyphenyleneSulfide_16=16 - I:ingotPolyphenyleneSulfide_400=400 - I:ingotPolystyrene_16=16 - I:ingotPolystyrene_400=400 - I:ingotPolytetrafluoroethylene_16=16 - I:ingotPolytetrafluoroethylene_400=400 - I:ingotPolyvinylChloride_16=16 - I:ingotPolyvinylChloride_400=400 - I:ingotPotassium_39=39 - I:ingotPotassium_400=400 - I:ingotRedAlloy_400=400 - I:ingotRedAlloy_403=403 - I:ingotRedSteel_400=400 - I:ingotRedSteel_69=69 - I:ingotRoseGold_169=169 - I:ingotRoseGold_400=400 - I:ingotRubber_16=16 - I:ingotRubber_400=400 - I:ingotSilicon_28=28 - I:ingotSilicon_400=400 - I:ingotSilicone_16=16 - I:ingotSilicone_400=400 - I:ingotSilver_107=107 - I:ingotSilver_400=400 - I:ingotSolderingAlloy_118=118 - I:ingotSolderingAlloy_400=400 - I:ingotStainlessSteel_400=400 - I:ingotStainlessSteel_55=55 - I:ingotSteelMagnetic_400=400 - I:ingotSteelMagnetic_56=56 - I:ingotSteel_400=400 - I:ingotSteel_56=56 - I:ingotSterlingSilver_400=400 - I:ingotSterlingSilver_98=98 - I:ingotStyreneButadieneRubber_16=16 - I:ingotStyreneButadieneRubber_400=400 - I:ingotTantalum_180=180 - I:ingotTantalum_400=400 - I:ingotThorium_230=230 - I:ingotThorium_400=400 - I:ingotTinAlloy_400=400 - I:ingotTinAlloy_87=87 - I:ingotTin_118=118 - I:ingotTin_400=400 - I:ingotTitanium_400=400 - I:ingotTitanium_48=48 - I:ingotTritanium_400=400 - I:ingotTritanium_98=98 - I:ingotTungstenCarbide_400=400 - I:ingotTungstenCarbide_97=97 - I:ingotTungstenSteel_119=119 - I:ingotTungstenSteel_400=400 - I:ingotTungsten_183=183 - I:ingotTungsten_400=400 - I:ingotUltimet_400=400 - I:ingotUltimet_61=61 - I:ingotUranium235_235=235 - I:ingotUranium235_400=400 - I:ingotUranium_238=238 - I:ingotUranium_400=400 - I:ingotVanadiumGallium_400=400 - I:ingotVanadiumGallium_55=55 - I:ingotVanadiumSteel_400=400 - I:ingotVanadiumSteel_55=55 - I:ingotVanadium_400=400 - I:ingotVanadium_51=51 - I:ingotWroughtIron_400=400 - I:ingotWroughtIron_56=56 - I:ingotYttriumBariumCuprate_400=400 - I:ingotYttriumBariumCuprate_51=51 - I:ingotYttrium_400=400 - I:ingotYttrium_89=89 - I:ingotZinc_400=400 - I:ingotZinc_65=65 - I:item.appleGold_14112=14112 - I:item.appleGold_1568=1568 - I:item.appleGold_400=400 - I:item.beefCooked_102=102 - I:item.beefCooked_400=400 - I:item.beefRaw_102=102 - I:item.beefRaw_400=400 - I:item.book_294=294 - I:item.book_400=400 - I:item.bootsChain_400=400 - I:item.bootsChain_56=56 - I:item.bootsDiamond_3072=3072 - I:item.bootsDiamond_400=400 - I:item.bootsGold_400=400 - I:item.bootsGold_784=784 - I:item.bootsIron_224=224 - I:item.bootsIron_400=400 - I:item.bow_400=400 - I:item.bowl_16=16 - I:item.bowl_400=400 - I:item.carrotGolden_174=174 - I:item.carrotGolden_400=400 - I:item.cauldron_392=392 - I:item.cauldron_400=400 - I:item.chestplateChain_112=112 - I:item.chestplateChain_400=400 - I:item.chestplateDiamond_400=400 - I:item.chestplateDiamond_6144=6144 - I:item.chestplateGold_1568=1568 - I:item.chestplateGold_400=400 - I:item.chestplateIron_400=400 - I:item.chestplateIron_448=448 - I:item.chickenCooked_102=102 - I:item.chickenCooked_400=400 - I:item.chickenRaw_102=102 - I:item.chickenRaw_400=400 - I:item.clay_16=16 - I:item.clay_400=400 - I:item.clock_400=400 - I:item.clock_869=869 - I:item.compass_309=309 - I:item.compass_400=400 - I:item.darkSteel_axe_303=303 - I:item.darkSteel_axe_400=400 - I:item.darkSteel_boots_392=392 - I:item.darkSteel_boots_400=400 - I:item.darkSteel_chestplate_400=400 - I:item.darkSteel_chestplate_784=784 - I:item.darkSteel_helmet_400=400 - I:item.darkSteel_helmet_490=490 - I:item.darkSteel_leggings_400=400 - I:item.darkSteel_leggings_686=686 - I:item.darkSteel_pickaxe_303=303 - I:item.darkSteel_pickaxe_400=400 - I:item.darkSteel_shears_196=196 - I:item.darkSteel_shears_400=400 - I:item.darkSteel_sword_200=200 - I:item.darkSteel_sword_400=400 - I:item.doorIron_336=336 - I:item.doorIron_400=400 - I:item.doorWood_400=400 - I:item.doorWood_54=54 - I:item.dyePowder.brown_400=400 - I:item.enchantedBook_294=294 - I:item.enchantedBook_400=400 - I:item.fish.cod.cooked_102=102 - I:item.fish.cod.cooked_400=400 - I:item.fish.cod.raw_102=102 - I:item.fish.cod.raw_400=400 - I:item.flint_400=400 - I:item.frame_400=400 - I:item.hatchetDiamond_2313=2313 - I:item.hatchetDiamond_400=400 - I:item.hatchetGold_400=400 - I:item.hatchetGold_597=597 - I:item.hatchetIron_177=177 - I:item.hatchetIron_400=400 - I:item.helmetChain_400=400 - I:item.helmetChain_70=70 - I:item.helmetDiamond_3840=3840 - I:item.helmetDiamond_400=400 - I:item.helmetGold_400=400 - I:item.helmetGold_980=980 - I:item.helmetIron_280=280 - I:item.helmetIron_400=400 - I:item.hoeDiamond_1545=1545 - I:item.hoeDiamond_400=400 - I:item.hoeGold_400=400 - I:item.hoeGold_401=401 - I:item.hoeIron_121=121 - I:item.hoeIron_400=400 - I:item.horsearmordiamond_400=400 - I:item.horsearmordiamond_6732=6732 - I:item.horsearmorgold_2156=2156 - I:item.horsearmorgold_400=400 - I:item.horsearmormetal_1036=1036 - I:item.horsearmormetal_400=400 - I:item.leggingsChain_400=400 - I:item.leggingsChain_98=98 - I:item.leggingsDiamond_400=400 - I:item.leggingsDiamond_5376=5376 - I:item.leggingsGold_1372=1372 - I:item.leggingsGold_400=400 - I:item.leggingsIron_392=392 - I:item.leggingsIron_400=400 - I:item.melon_400=400 - I:item.minecartChest_352=352 - I:item.minecartChest_400=400 - I:item.minecartFurnace_1064=1064 - I:item.minecartFurnace_400=400 - I:item.minecartHopper_400=400 - I:item.minecartHopper_632=632 - I:item.minecartTnt_280=280 - I:item.minecartTnt_400=400 - I:item.minecart_280=280 - I:item.minecart_400=400 - I:item.pickaxeDiamond_2313=2313 - I:item.pickaxeDiamond_400=400 - I:item.pickaxeGold_400=400 - I:item.pickaxeGold_597=597 - I:item.pickaxeIron_177=177 - I:item.pickaxeIron_400=400 - I:item.porkchopCooked_102=102 - I:item.porkchopCooked_400=400 - I:item.porkchopRaw_102=102 - I:item.porkchopRaw_400=400 - I:item.potion_20=20 - I:item.reeds_400=400 - I:item.shears_112=112 - I:item.shears_400=400 - I:item.shovelDiamond_400=400 - I:item.shovelDiamond_777=777 - I:item.shovelGold_205=205 - I:item.shovelGold_400=400 - I:item.shovelIron_400=400 - I:item.shovelIron_65=65 - I:item.sign_18=18 - I:item.sign_400=400 - I:item.snowball_16=16 - I:item.snowball_400=400 - I:item.speckledMelon_174=174 - I:item.speckledMelon_400=400 - I:item.swordDiamond_1540=1540 - I:item.swordDiamond_400=400 - I:item.swordGold_396=396 - I:item.swordGold_400=400 - I:item.swordIron_116=116 - I:item.swordIron_400=400 - I:item.wheat_400=400 - I:item.wheat_98=98 - I:item.writingBook_294=294 - I:item.writingBook_400=400 - I:item.writtenBook_294=294 - I:item.writtenBook_400=400 - I:lensAmethyst_20=20 - I:lensAmethyst_400=400 - I:lensBlueTopaz_16=16 - I:lensBlueTopaz_400=400 - I:lensDiamond_400=400 - I:lensDiamond_576=576 - I:lensDilithium_400=400 - I:lensDilithium_73=73 - I:lensEmerald_16=16 - I:lensEmerald_400=400 - I:lensEnderEye_148=148 - I:lensEnderEye_400=400 - I:lensEnderPearl_400=400 - I:lensEnderPearl_62=62 - I:lensFoolsRuby_400=400 - I:lensFoolsRuby_73=73 - I:lensForcicium_400=400 - I:lensForcicium_73=73 - I:lensForcillium_400=400 - I:lensForcillium_73=73 - I:lensGarnetRed_17=17 - I:lensGarnetRed_400=400 - I:lensGarnetYellow_17=17 - I:lensGarnetYellow_400=400 - I:lensGlass_16=16 - I:lensGlass_400=400 - I:lensGreenSapphire_16=16 - I:lensGreenSapphire_400=400 - I:lensJasper_400=400 - I:lensJasper_73=73 - I:lensNetherStar_400=400 - I:lensNetherStar_73=73 - I:lensOlivine_21=21 - I:lensOlivine_400=400 - I:lensOpal_16=16 - I:lensOpal_400=400 - I:lensRuby_18=18 - I:lensRuby_400=400 - I:lensSapphire_16=16 - I:lensSapphire_400=400 - I:lensTanzanite_16=16 - I:lensTanzanite_400=400 - I:lensTopaz_16=16 - I:lensTopaz_400=400 - I:nuggetAluminium_16=16 - I:nuggetAluminium_400=400 - I:nuggetAmericium_27=27 - I:nuggetAmericium_400=400 - I:nuggetAnnealedCopper_16=16 - I:nuggetAnnealedCopper_400=400 - I:nuggetAntimony_16=16 - I:nuggetAntimony_400=400 - I:nuggetArsenic_16=16 - I:nuggetArsenic_400=400 - I:nuggetBatteryAlloy_21=21 - I:nuggetBatteryAlloy_400=400 - I:nuggetBeryllium_16=16 - I:nuggetBeryllium_400=400 - I:nuggetBismuthBronze_16=16 - I:nuggetBismuthBronze_400=400 - I:nuggetBismuth_23=23 - I:nuggetBismuth_400=400 - I:nuggetBlackBronze_16=16 - I:nuggetBlackBronze_400=400 - I:nuggetBlackSteel_16=16 - I:nuggetBlackSteel_400=400 - I:nuggetBlueSteel_16=16 - I:nuggetBlueSteel_400=400 - I:nuggetBorosilicateGlass_16=16 - I:nuggetBorosilicateGlass_400=400 - I:nuggetBrass_16=16 - I:nuggetBrass_400=400 - I:nuggetBronze_16=16 - I:nuggetBronze_400=400 - I:nuggetCaesium_16=16 - I:nuggetCaesium_400=400 - I:nuggetCarbon_16=16 - I:nuggetCarbon_400=400 - I:nuggetCerium_16=16 - I:nuggetCerium_400=400 - I:nuggetChrome_16=16 - I:nuggetChrome_400=400 - I:nuggetCobaltBrass_16=16 - I:nuggetCobaltBrass_400=400 - I:nuggetCobalt_16=16 - I:nuggetCobalt_400=400 - I:nuggetCopper_16=16 - I:nuggetCopper_400=400 - I:nuggetCupronickel_16=16 - I:nuggetCupronickel_400=400 - I:nuggetDamascusSteel_16=16 - I:nuggetDamascusSteel_400=400 - I:nuggetDarkSteel_16=16 - I:nuggetDarkSteel_400=400 - I:nuggetDuranium_16=16 - I:nuggetDuranium_400=400 - I:nuggetElectrum_16=16 - I:nuggetElectrum_400=400 - I:nuggetEpoxidFiberReinforced_16=16 - I:nuggetEpoxidFiberReinforced_400=400 - I:nuggetEpoxid_16=16 - I:nuggetEpoxid_400=400 - I:nuggetEuropium_16=16 - I:nuggetEuropium_400=400 - I:nuggetGalliumArsenide_16=16 - I:nuggetGalliumArsenide_400=400 - I:nuggetGallium_16=16 - I:nuggetGallium_400=400 - I:nuggetGold_21=21 - I:nuggetGold_400=400 - I:nuggetHSSE_16=16 - I:nuggetHSSE_400=400 - I:nuggetHSSG_16=16 - I:nuggetHSSG_400=400 - I:nuggetHSSS_16=16 - I:nuggetHSSS_400=400 - I:nuggetIndiumGalliumPhosphide_16=16 - I:nuggetIndiumGalliumPhosphide_400=400 - I:nuggetIndium_16=16 - I:nuggetIndium_400=400 - I:nuggetInvar_16=16 - I:nuggetInvar_400=400 - I:nuggetIridium_21=21 - I:nuggetIridium_400=400 - I:nuggetIronMagnetic_16=16 - I:nuggetIronMagnetic_400=400 - I:nuggetIron_16=16 - I:nuggetIron_400=400 - I:nuggetKanthal_16=16 - I:nuggetKanthal_400=400 - I:nuggetLead_23=23 - I:nuggetLead_400=400 - I:nuggetLithium_16=16 - I:nuggetLithium_400=400 - I:nuggetLutetium_19=19 - I:nuggetLutetium_400=400 - I:nuggetMagnalium_16=16 - I:nuggetMagnalium_400=400 - I:nuggetMagnesium_16=16 - I:nuggetMagnesium_400=400 - I:nuggetManganese_16=16 - I:nuggetManganese_400=400 - I:nuggetMithril_27=27 - I:nuggetMithril_400=400 - I:nuggetMolybdenum_16=16 - I:nuggetMolybdenum_400=400 - I:nuggetNaquadahAlloy_16=16 - I:nuggetNaquadahAlloy_400=400 - I:nuggetNaquadahEnriched_16=16 - I:nuggetNaquadahEnriched_400=400 - I:nuggetNaquadah_16=16 - I:nuggetNaquadah_400=400 - I:nuggetNaquadria_16=16 - I:nuggetNaquadria_400=400 - I:nuggetNeodymiumMagnetic_16=16 - I:nuggetNeodymiumMagnetic_400=400 - I:nuggetNeodymium_16=16 - I:nuggetNeodymium_400=400 - I:nuggetNeutronium_11111=11111 - I:nuggetNeutronium_400=400 - I:nuggetNichrome_16=16 - I:nuggetNichrome_400=400 - I:nuggetNickelZincFerrite_16=16 - I:nuggetNickelZincFerrite_400=400 - I:nuggetNickel_16=16 - I:nuggetNickel_400=400 - I:nuggetNiobiumNitride_16=16 - I:nuggetNiobiumNitride_400=400 - I:nuggetNiobiumTitanium_16=16 - I:nuggetNiobiumTitanium_400=400 - I:nuggetNiobium_16=16 - I:nuggetNiobium_400=400 - I:nuggetOsmiridium_21=21 - I:nuggetOsmiridium_400=400 - I:nuggetOsmium_21=21 - I:nuggetOsmium_400=400 - I:nuggetPalladium_16=16 - I:nuggetPalladium_400=400 - I:nuggetPigIron_16=16 - I:nuggetPigIron_400=400 - I:nuggetPlastic_16=16 - I:nuggetPlastic_400=400 - I:nuggetPlatinum_21=21 - I:nuggetPlatinum_400=400 - I:nuggetPlutonium241_27=27 - I:nuggetPlutonium241_400=400 - I:nuggetPlutonium_27=27 - I:nuggetPlutonium_400=400 - I:nuggetPolycaprolactam_16=16 - I:nuggetPolycaprolactam_400=400 - I:nuggetPolyphenyleneSulfide_16=16 - I:nuggetPolyphenyleneSulfide_400=400 - I:nuggetPolystyrene_16=16 - I:nuggetPolystyrene_400=400 - I:nuggetPolytetrafluoroethylene_16=16 - I:nuggetPolytetrafluoroethylene_400=400 - I:nuggetPolyvinylChloride_16=16 - I:nuggetPolyvinylChloride_400=400 - I:nuggetPotassium_16=16 - I:nuggetPotassium_400=400 - I:nuggetRedAlloy_400=400 - I:nuggetRedAlloy_44=44 - I:nuggetRedSteel_16=16 - I:nuggetRedSteel_400=400 - I:nuggetRoseGold_18=18 - I:nuggetRoseGold_400=400 - I:nuggetRubber_16=16 - I:nuggetRubber_400=400 - I:nuggetSilicon_16=16 - I:nuggetSilicon_400=400 - I:nuggetSilicone_16=16 - I:nuggetSilicone_400=400 - I:nuggetSilver_16=16 - I:nuggetSilver_400=400 - I:nuggetSolderingAlloy_16=16 - I:nuggetSolderingAlloy_400=400 - I:nuggetStainlessSteel_16=16 - I:nuggetStainlessSteel_400=400 - I:nuggetSteelMagnetic_16=16 - I:nuggetSteelMagnetic_400=400 - I:nuggetSteel_16=16 - I:nuggetSteel_400=400 - I:nuggetSterlingSilver_16=16 - I:nuggetSterlingSilver_400=400 - I:nuggetStyreneButadieneRubber_16=16 - I:nuggetStyreneButadieneRubber_400=400 - I:nuggetTantalum_20=20 - I:nuggetTantalum_400=400 - I:nuggetThorium_25=25 - I:nuggetThorium_400=400 - I:nuggetTinAlloy_16=16 - I:nuggetTinAlloy_400=400 - I:nuggetTin_16=16 - I:nuggetTin_400=400 - I:nuggetTitanium_16=16 - I:nuggetTitanium_400=400 - I:nuggetTritanium_16=16 - I:nuggetTritanium_400=400 - I:nuggetTungstenCarbide_16=16 - I:nuggetTungstenCarbide_400=400 - I:nuggetTungstenSteel_16=16 - I:nuggetTungstenSteel_400=400 - I:nuggetTungsten_20=20 - I:nuggetTungsten_400=400 - I:nuggetUltimet_16=16 - I:nuggetUltimet_400=400 - I:nuggetUranium235_26=26 - I:nuggetUranium235_400=400 - I:nuggetUranium_26=26 - I:nuggetUranium_400=400 - I:nuggetVanadiumGallium_16=16 - I:nuggetVanadiumGallium_400=400 - I:nuggetVanadiumSteel_16=16 - I:nuggetVanadiumSteel_400=400 - I:nuggetVanadium_16=16 - I:nuggetVanadium_400=400 - I:nuggetWoodSealed_16=16 - I:nuggetWoodSealed_400=400 - I:nuggetWood_16=16 - I:nuggetWood_400=400 - I:nuggetWroughtIron_16=16 - I:nuggetWroughtIron_400=400 - I:nuggetYttriumBariumCuprate_16=16 - I:nuggetYttriumBariumCuprate_400=400 - I:nuggetYttrium_16=16 - I:nuggetYttrium_400=400 - I:nuggetZinc_16=16 - I:nuggetZinc_400=400 - I:oreAlmandine_400=400 - I:oreAluminium_400=400 - I:oreAmethyst_400=400 - I:oreApatite_400=400 - I:oreBandedIron_400=400 - I:oreBarite_400=400 - I:oreBasaltAlmandine_400=400 - I:oreBasaltAluminium_400=400 - I:oreBasaltAmethyst_400=400 - I:oreBasaltApatite_400=400 - I:oreBasaltBandedIron_400=400 - I:oreBasaltBarite_400=400 - I:oreBasaltBastnasite_400=400 - I:oreBasaltBauxite_400=400 - I:oreBasaltBentonite_400=400 - I:oreBasaltBeryllium_400=400 - I:oreBasaltBismuth_400=400 - I:oreBasaltBlueTopaz_400=400 - I:oreBasaltBrownLimonite_400=400 - I:oreBasaltCalcite_400=400 - I:oreBasaltCassiteriteSand_400=400 - I:oreBasaltCassiterite_400=400 - I:oreBasaltCertusQuartz_400=400 - I:oreBasaltChalcopyrite_400=400 - I:oreBasaltChromite_400=400 - I:oreBasaltCinnabar_400=400 - I:oreBasaltCoal_400=400 - I:oreBasaltCobaltite_400=400 - I:oreBasaltCooperite_400=400 - I:oreBasaltCopper_400=400 - I:oreBasaltDarkSteel_400=400 - I:oreBasaltDiamond_400=400 - I:oreBasaltDiatomite_400=400 - I:oreBasaltEmerald_400=400 - I:oreBasaltFoolsRuby_400=400 - I:oreBasaltGalena_400=400 - I:oreBasaltGarnetRed_400=400 - I:oreBasaltGarnetYellow_400=400 - I:oreBasaltGarnierite_400=400 - I:oreBasaltGlauconite_400=400 - I:oreBasaltGold_400=400 - I:oreBasaltGraphite_400=400 - I:oreBasaltGreenSapphire_400=400 - I:oreBasaltGrossular_400=400 - I:oreBasaltIlmenite_400=400 - I:oreBasaltIridium_400=400 - I:oreBasaltIron_400=400 - I:oreBasaltLapis_400=400 - I:oreBasaltLazurite_400=400 - I:oreBasaltLead_400=400 - I:oreBasaltLepidolite_400=400 - I:oreBasaltLignite_400=400 - I:oreBasaltLithium_400=400 - I:oreBasaltMagnesite_400=400 - I:oreBasaltMagnetite_400=400 - I:oreBasaltMalachite_400=400 - I:oreBasaltManganese_400=400 - I:oreBasaltMolybdenite_400=400 - I:oreBasaltMolybdenum_400=400 - I:oreBasaltMonazite_400=400 - I:oreBasaltNaquadahEnriched_400=400 - I:oreBasaltNaquadah_400=400 - I:oreBasaltNeodymium_400=400 - I:oreBasaltNetherQuartz_400=400 - I:oreBasaltNickel_400=400 - I:oreBasaltOlivine_400=400 - I:oreBasaltOpal_400=400 - I:oreBasaltOsmium_400=400 - I:oreBasaltPalladium_400=400 - I:oreBasaltPentlandite_400=400 - I:oreBasaltPhosphate_400=400 - I:oreBasaltPhosphorus_400=400 - I:oreBasaltPitchblende_400=400 - I:oreBasaltPlatinum_400=400 - I:oreBasaltPlutonium_400=400 - I:oreBasaltPowellite_400=400 - I:oreBasaltPyrite_400=400 - I:oreBasaltPyrochlore_400=400 - I:oreBasaltPyrolusite_400=400 - I:oreBasaltPyrope_400=400 - I:oreBasaltQuartzite_400=400 - I:oreBasaltRedstone_400=400 - I:oreBasaltRockSalt_400=400 - I:oreBasaltRuby_400=400 - I:oreBasaltSalt_400=400 - I:oreBasaltSaltpeter_400=400 - I:oreBasaltSapphire_400=400 - I:oreBasaltScheelite_400=400 - I:oreBasaltSilver_400=400 - I:oreBasaltSoapstone_400=400 - I:oreBasaltSodalite_400=400 - I:oreBasaltSpessartine_400=400 - I:oreBasaltSphalerite_400=400 - I:oreBasaltSpodumene_400=400 - I:oreBasaltStibnite_400=400 - I:oreBasaltSulfur_400=400 - I:oreBasaltTalc_400=400 - I:oreBasaltTantalite_400=400 - I:oreBasaltTanzanite_400=400 - I:oreBasaltTetrahedrite_400=400 - I:oreBasaltThorium_400=400 - I:oreBasaltTin_400=400 - I:oreBasaltTitanium_400=400 - I:oreBasaltTopaz_400=400 - I:oreBasaltTungstate_400=400 - I:oreBasaltUraninite_400=400 - I:oreBasaltUranium235_400=400 - I:oreBasaltUranium_400=400 - I:oreBasaltVanadiumMagnetite_400=400 - I:oreBasaltWulfenite_400=400 - I:oreBasaltYellowLimonite_400=400 - I:oreBasaltZinc_400=400 - I:oreBastnasite_400=400 - I:oreBauxite_400=400 - I:oreBentonite_400=400 - I:oreBeryllium_400=400 - I:oreBismuth_400=400 - I:oreBlackgraniteAlmandine_400=400 - I:oreBlackgraniteAluminium_400=400 - I:oreBlackgraniteAmethyst_400=400 - I:oreBlackgraniteApatite_400=400 - I:oreBlackgraniteBandedIron_400=400 - I:oreBlackgraniteBarite_400=400 - I:oreBlackgraniteBastnasite_400=400 - I:oreBlackgraniteBauxite_400=400 - I:oreBlackgraniteBentonite_400=400 - I:oreBlackgraniteBeryllium_400=400 - I:oreBlackgraniteBismuth_400=400 - I:oreBlackgraniteBlueTopaz_400=400 - I:oreBlackgraniteBrownLimonite_400=400 - I:oreBlackgraniteCalcite_400=400 - I:oreBlackgraniteCassiteriteSand_400=400 - I:oreBlackgraniteCassiterite_400=400 - I:oreBlackgraniteCertusQuartz_400=400 - I:oreBlackgraniteChalcopyrite_400=400 - I:oreBlackgraniteChromite_400=400 - I:oreBlackgraniteCinnabar_400=400 - I:oreBlackgraniteCoal_400=400 - I:oreBlackgraniteCobaltite_400=400 - I:oreBlackgraniteCooperite_400=400 - I:oreBlackgraniteCopper_400=400 - I:oreBlackgraniteDarkSteel_400=400 - I:oreBlackgraniteDiamond_400=400 - I:oreBlackgraniteDiatomite_400=400 - I:oreBlackgraniteEmerald_400=400 - I:oreBlackgraniteFoolsRuby_400=400 - I:oreBlackgraniteGalena_400=400 - I:oreBlackgraniteGarnetRed_400=400 - I:oreBlackgraniteGarnetYellow_400=400 - I:oreBlackgraniteGarnierite_400=400 - I:oreBlackgraniteGlauconite_400=400 - I:oreBlackgraniteGold_400=400 - I:oreBlackgraniteGraphite_400=400 - I:oreBlackgraniteGreenSapphire_400=400 - I:oreBlackgraniteGrossular_400=400 - I:oreBlackgraniteIlmenite_400=400 - I:oreBlackgraniteIridium_400=400 - I:oreBlackgraniteIron_400=400 - I:oreBlackgraniteLapis_400=400 - I:oreBlackgraniteLazurite_400=400 - I:oreBlackgraniteLead_400=400 - I:oreBlackgraniteLepidolite_400=400 - I:oreBlackgraniteLignite_400=400 - I:oreBlackgraniteLithium_400=400 - I:oreBlackgraniteMagnesite_400=400 - I:oreBlackgraniteMagnetite_400=400 - I:oreBlackgraniteMalachite_400=400 - I:oreBlackgraniteManganese_400=400 - I:oreBlackgraniteMolybdenite_400=400 - I:oreBlackgraniteMolybdenum_400=400 - I:oreBlackgraniteMonazite_400=400 - I:oreBlackgraniteNaquadahEnriched_400=400 - I:oreBlackgraniteNaquadah_400=400 - I:oreBlackgraniteNeodymium_400=400 - I:oreBlackgraniteNetherQuartz_400=400 - I:oreBlackgraniteNickel_400=400 - I:oreBlackgraniteOlivine_400=400 - I:oreBlackgraniteOpal_400=400 - I:oreBlackgraniteOsmium_400=400 - I:oreBlackgranitePalladium_400=400 - I:oreBlackgranitePentlandite_400=400 - I:oreBlackgranitePhosphate_400=400 - I:oreBlackgranitePhosphorus_400=400 - I:oreBlackgranitePitchblende_400=400 - I:oreBlackgranitePlatinum_400=400 - I:oreBlackgranitePlutonium_400=400 - I:oreBlackgranitePowellite_400=400 - I:oreBlackgranitePyrite_400=400 - I:oreBlackgranitePyrochlore_400=400 - I:oreBlackgranitePyrolusite_400=400 - I:oreBlackgranitePyrope_400=400 - I:oreBlackgraniteQuartzite_400=400 - I:oreBlackgraniteRedstone_400=400 - I:oreBlackgraniteRockSalt_400=400 - I:oreBlackgraniteRuby_400=400 - I:oreBlackgraniteSalt_400=400 - I:oreBlackgraniteSaltpeter_400=400 - I:oreBlackgraniteSapphire_400=400 - I:oreBlackgraniteScheelite_400=400 - I:oreBlackgraniteSilver_400=400 - I:oreBlackgraniteSoapstone_400=400 - I:oreBlackgraniteSodalite_400=400 - I:oreBlackgraniteSpessartine_400=400 - I:oreBlackgraniteSphalerite_400=400 - I:oreBlackgraniteSpodumene_400=400 - I:oreBlackgraniteStibnite_400=400 - I:oreBlackgraniteSulfur_400=400 - I:oreBlackgraniteTalc_400=400 - I:oreBlackgraniteTantalite_400=400 - I:oreBlackgraniteTanzanite_400=400 - I:oreBlackgraniteTetrahedrite_400=400 - I:oreBlackgraniteThorium_400=400 - I:oreBlackgraniteTin_400=400 - I:oreBlackgraniteTitanium_400=400 - I:oreBlackgraniteTopaz_400=400 - I:oreBlackgraniteTungstate_400=400 - I:oreBlackgraniteUraninite_400=400 - I:oreBlackgraniteUranium235_400=400 - I:oreBlackgraniteUranium_400=400 - I:oreBlackgraniteVanadiumMagnetite_400=400 - I:oreBlackgraniteWulfenite_400=400 - I:oreBlackgraniteYellowLimonite_400=400 - I:oreBlackgraniteZinc_400=400 - I:oreBlueTopaz_400=400 - I:oreBrownLimonite_400=400 - I:oreCalcite_400=400 - I:oreCassiteriteSand_400=400 - I:oreCassiterite_400=400 - I:oreCertusQuartz_400=400 - I:oreChalcopyrite_400=400 - I:oreChromite_400=400 - I:oreCinnabar_400=400 - I:oreCoal_400=400 - I:oreCobaltite_400=400 - I:oreCooperite_400=400 - I:oreCopper_400=400 - I:oreDarkSteel_400=400 - I:oreDiamond_400=400 - I:oreDiatomite_400=400 - I:oreEmerald_400=400 - I:oreEndstoneAlmandine_400=400 - I:oreEndstoneAluminium_400=400 - I:oreEndstoneAmethyst_400=400 - I:oreEndstoneApatite_400=400 - I:oreEndstoneBandedIron_400=400 - I:oreEndstoneBarite_400=400 - I:oreEndstoneBastnasite_400=400 - I:oreEndstoneBauxite_400=400 - I:oreEndstoneBentonite_400=400 - I:oreEndstoneBeryllium_400=400 - I:oreEndstoneBismuth_400=400 - I:oreEndstoneBlueTopaz_400=400 - I:oreEndstoneBrownLimonite_400=400 - I:oreEndstoneCalcite_400=400 - I:oreEndstoneCassiteriteSand_400=400 - I:oreEndstoneCassiterite_400=400 - I:oreEndstoneCertusQuartz_400=400 - I:oreEndstoneChalcopyrite_400=400 - I:oreEndstoneChromite_400=400 - I:oreEndstoneCinnabar_400=400 - I:oreEndstoneCoal_400=400 - I:oreEndstoneCobaltite_400=400 - I:oreEndstoneCooperite_400=400 - I:oreEndstoneCopper_400=400 - I:oreEndstoneDarkSteel_400=400 - I:oreEndstoneDiamond_400=400 - I:oreEndstoneDiatomite_400=400 - I:oreEndstoneEmerald_400=400 - I:oreEndstoneFoolsRuby_400=400 - I:oreEndstoneGalena_400=400 - I:oreEndstoneGarnetRed_400=400 - I:oreEndstoneGarnetYellow_400=400 - I:oreEndstoneGarnierite_400=400 - I:oreEndstoneGlauconite_400=400 - I:oreEndstoneGold_400=400 - I:oreEndstoneGraphite_400=400 - I:oreEndstoneGreenSapphire_400=400 - I:oreEndstoneGrossular_400=400 - I:oreEndstoneIlmenite_400=400 - I:oreEndstoneIridium_400=400 - I:oreEndstoneIron_400=400 - I:oreEndstoneLapis_400=400 - I:oreEndstoneLazurite_400=400 - I:oreEndstoneLead_400=400 - I:oreEndstoneLepidolite_400=400 - I:oreEndstoneLignite_400=400 - I:oreEndstoneLithium_400=400 - I:oreEndstoneMagnesite_400=400 - I:oreEndstoneMagnetite_400=400 - I:oreEndstoneMalachite_400=400 - I:oreEndstoneManganese_400=400 - I:oreEndstoneMolybdenite_400=400 - I:oreEndstoneMolybdenum_400=400 - I:oreEndstoneMonazite_400=400 - I:oreEndstoneNaquadahEnriched_400=400 - I:oreEndstoneNaquadah_400=400 - I:oreEndstoneNeodymium_400=400 - I:oreEndstoneNetherQuartz_400=400 - I:oreEndstoneNickel_400=400 - I:oreEndstoneOlivine_400=400 - I:oreEndstoneOpal_400=400 - I:oreEndstoneOsmium_400=400 - I:oreEndstonePalladium_400=400 - I:oreEndstonePentlandite_400=400 - I:oreEndstonePhosphate_400=400 - I:oreEndstonePhosphorus_400=400 - I:oreEndstonePitchblende_400=400 - I:oreEndstonePlatinum_400=400 - I:oreEndstonePlutonium_400=400 - I:oreEndstonePowellite_400=400 - I:oreEndstonePyrite_400=400 - I:oreEndstonePyrochlore_400=400 - I:oreEndstonePyrolusite_400=400 - I:oreEndstonePyrope_400=400 - I:oreEndstoneQuartzite_400=400 - I:oreEndstoneRedstone_400=400 - I:oreEndstoneRockSalt_400=400 - I:oreEndstoneRuby_400=400 - I:oreEndstoneSalt_400=400 - I:oreEndstoneSaltpeter_400=400 - I:oreEndstoneSapphire_400=400 - I:oreEndstoneScheelite_400=400 - I:oreEndstoneSilver_400=400 - I:oreEndstoneSoapstone_400=400 - I:oreEndstoneSodalite_400=400 - I:oreEndstoneSpessartine_400=400 - I:oreEndstoneSphalerite_400=400 - I:oreEndstoneSpodumene_400=400 - I:oreEndstoneStibnite_400=400 - I:oreEndstoneSulfur_400=400 - I:oreEndstoneTalc_400=400 - I:oreEndstoneTantalite_400=400 - I:oreEndstoneTanzanite_400=400 - I:oreEndstoneTetrahedrite_400=400 - I:oreEndstoneThorium_400=400 - I:oreEndstoneTin_400=400 - I:oreEndstoneTitanium_400=400 - I:oreEndstoneTopaz_400=400 - I:oreEndstoneTungstate_400=400 - I:oreEndstoneUraninite_400=400 - I:oreEndstoneUranium235_400=400 - I:oreEndstoneUranium_400=400 - I:oreEndstoneVanadiumMagnetite_400=400 - I:oreEndstoneWulfenite_400=400 - I:oreEndstoneYellowLimonite_400=400 - I:oreEndstoneZinc_400=400 - I:oreFoolsRuby_400=400 - I:oreGalena_400=400 - I:oreGarnetRed_400=400 - I:oreGarnetYellow_400=400 - I:oreGarnierite_400=400 - I:oreGlauconite_400=400 - I:oreGold_400=400 - I:oreGraphite_400=400 - I:oreGreenSapphire_400=400 - I:oreGrossular_400=400 - I:oreIlmenite_400=400 - I:oreIridium_400=400 - I:oreIron_400=400 - I:oreLapis_400=400 - I:oreLazurite_400=400 - I:oreLead_400=400 - I:oreLepidolite_400=400 - I:oreLignite_400=400 - I:oreLithium_400=400 - I:oreMagnesite_400=400 - I:oreMagnetite_400=400 - I:oreMalachite_400=400 - I:oreManganese_400=400 - I:oreMarbleAlmandine_400=400 - I:oreMarbleAluminium_400=400 - I:oreMarbleAmethyst_400=400 - I:oreMarbleApatite_400=400 - I:oreMarbleBandedIron_400=400 - I:oreMarbleBarite_400=400 - I:oreMarbleBastnasite_400=400 - I:oreMarbleBauxite_400=400 - I:oreMarbleBentonite_400=400 - I:oreMarbleBeryllium_400=400 - I:oreMarbleBismuth_400=400 - I:oreMarbleBlueTopaz_400=400 - I:oreMarbleBrownLimonite_400=400 - I:oreMarbleCalcite_400=400 - I:oreMarbleCassiteriteSand_400=400 - I:oreMarbleCassiterite_400=400 - I:oreMarbleCertusQuartz_400=400 - I:oreMarbleChalcopyrite_400=400 - I:oreMarbleChromite_400=400 - I:oreMarbleCinnabar_400=400 - I:oreMarbleCoal_400=400 - I:oreMarbleCobaltite_400=400 - I:oreMarbleCooperite_400=400 - I:oreMarbleCopper_400=400 - I:oreMarbleDarkSteel_400=400 - I:oreMarbleDiamond_400=400 - I:oreMarbleDiatomite_400=400 - I:oreMarbleEmerald_400=400 - I:oreMarbleFoolsRuby_400=400 - I:oreMarbleGalena_400=400 - I:oreMarbleGarnetRed_400=400 - I:oreMarbleGarnetYellow_400=400 - I:oreMarbleGarnierite_400=400 - I:oreMarbleGlauconite_400=400 - I:oreMarbleGold_400=400 - I:oreMarbleGraphite_400=400 - I:oreMarbleGreenSapphire_400=400 - I:oreMarbleGrossular_400=400 - I:oreMarbleIlmenite_400=400 - I:oreMarbleIridium_400=400 - I:oreMarbleIron_400=400 - I:oreMarbleLapis_400=400 - I:oreMarbleLazurite_400=400 - I:oreMarbleLead_400=400 - I:oreMarbleLepidolite_400=400 - I:oreMarbleLignite_400=400 - I:oreMarbleLithium_400=400 - I:oreMarbleMagnesite_400=400 - I:oreMarbleMagnetite_400=400 - I:oreMarbleMalachite_400=400 - I:oreMarbleManganese_400=400 - I:oreMarbleMolybdenite_400=400 - I:oreMarbleMolybdenum_400=400 - I:oreMarbleMonazite_400=400 - I:oreMarbleNaquadahEnriched_400=400 - I:oreMarbleNaquadah_400=400 - I:oreMarbleNeodymium_400=400 - I:oreMarbleNetherQuartz_400=400 - I:oreMarbleNickel_400=400 - I:oreMarbleOlivine_400=400 - I:oreMarbleOpal_400=400 - I:oreMarbleOsmium_400=400 - I:oreMarblePalladium_400=400 - I:oreMarblePentlandite_400=400 - I:oreMarblePhosphate_400=400 - I:oreMarblePhosphorus_400=400 - I:oreMarblePitchblende_400=400 - I:oreMarblePlatinum_400=400 - I:oreMarblePlutonium_400=400 - I:oreMarblePowellite_400=400 - I:oreMarblePyrite_400=400 - I:oreMarblePyrochlore_400=400 - I:oreMarblePyrolusite_400=400 - I:oreMarblePyrope_400=400 - I:oreMarbleQuartzite_400=400 - I:oreMarbleRedstone_400=400 - I:oreMarbleRockSalt_400=400 - I:oreMarbleRuby_400=400 - I:oreMarbleSalt_400=400 - I:oreMarbleSaltpeter_400=400 - I:oreMarbleSapphire_400=400 - I:oreMarbleScheelite_400=400 - I:oreMarbleSilver_400=400 - I:oreMarbleSoapstone_400=400 - I:oreMarbleSodalite_400=400 - I:oreMarbleSpessartine_400=400 - I:oreMarbleSphalerite_400=400 - I:oreMarbleSpodumene_400=400 - I:oreMarbleStibnite_400=400 - I:oreMarbleSulfur_400=400 - I:oreMarbleTalc_400=400 - I:oreMarbleTantalite_400=400 - I:oreMarbleTanzanite_400=400 - I:oreMarbleTetrahedrite_400=400 - I:oreMarbleThorium_400=400 - I:oreMarbleTin_400=400 - I:oreMarbleTitanium_400=400 - I:oreMarbleTopaz_400=400 - I:oreMarbleTungstate_400=400 - I:oreMarbleUraninite_400=400 - I:oreMarbleUranium235_400=400 - I:oreMarbleUranium_400=400 - I:oreMarbleVanadiumMagnetite_400=400 - I:oreMarbleWulfenite_400=400 - I:oreMarbleYellowLimonite_400=400 - I:oreMarbleZinc_400=400 - I:oreMolybdenite_400=400 - I:oreMolybdenum_400=400 - I:oreMonazite_400=400 - I:oreNaquadahEnriched_400=400 - I:oreNaquadah_400=400 - I:oreNeodymium_400=400 - I:oreNetherQuartz_400=400 - I:oreNetherrackAlmandine_400=400 - I:oreNetherrackAluminium_400=400 - I:oreNetherrackAmethyst_400=400 - I:oreNetherrackApatite_400=400 - I:oreNetherrackBandedIron_400=400 - I:oreNetherrackBarite_400=400 - I:oreNetherrackBastnasite_400=400 - I:oreNetherrackBauxite_400=400 - I:oreNetherrackBentonite_400=400 - I:oreNetherrackBeryllium_400=400 - I:oreNetherrackBismuth_400=400 - I:oreNetherrackBlueTopaz_400=400 - I:oreNetherrackBrownLimonite_400=400 - I:oreNetherrackCalcite_400=400 - I:oreNetherrackCassiteriteSand_400=400 - I:oreNetherrackCassiterite_400=400 - I:oreNetherrackCertusQuartz_400=400 - I:oreNetherrackChalcopyrite_400=400 - I:oreNetherrackChromite_400=400 - I:oreNetherrackCinnabar_400=400 - I:oreNetherrackCoal_400=400 - I:oreNetherrackCobaltite_400=400 - I:oreNetherrackCooperite_400=400 - I:oreNetherrackCopper_400=400 - I:oreNetherrackDarkSteel_400=400 - I:oreNetherrackDiamond_400=400 - I:oreNetherrackDiatomite_400=400 - I:oreNetherrackEmerald_400=400 - I:oreNetherrackFoolsRuby_400=400 - I:oreNetherrackGalena_400=400 - I:oreNetherrackGarnetRed_400=400 - I:oreNetherrackGarnetYellow_400=400 - I:oreNetherrackGarnierite_400=400 - I:oreNetherrackGlauconite_400=400 - I:oreNetherrackGold_400=400 - I:oreNetherrackGraphite_400=400 - I:oreNetherrackGreenSapphire_400=400 - I:oreNetherrackGrossular_400=400 - I:oreNetherrackIlmenite_400=400 - I:oreNetherrackIridium_400=400 - I:oreNetherrackIron_400=400 - I:oreNetherrackLapis_400=400 - I:oreNetherrackLazurite_400=400 - I:oreNetherrackLead_400=400 - I:oreNetherrackLepidolite_400=400 - I:oreNetherrackLignite_400=400 - I:oreNetherrackLithium_400=400 - I:oreNetherrackMagnesite_400=400 - I:oreNetherrackMagnetite_400=400 - I:oreNetherrackMalachite_400=400 - I:oreNetherrackManganese_400=400 - I:oreNetherrackMolybdenite_400=400 - I:oreNetherrackMolybdenum_400=400 - I:oreNetherrackMonazite_400=400 - I:oreNetherrackNaquadahEnriched_400=400 - I:oreNetherrackNaquadah_400=400 - I:oreNetherrackNeodymium_400=400 - I:oreNetherrackNetherQuartz_400=400 - I:oreNetherrackNickel_400=400 - I:oreNetherrackOlivine_400=400 - I:oreNetherrackOpal_400=400 - I:oreNetherrackOsmium_400=400 - I:oreNetherrackPalladium_400=400 - I:oreNetherrackPentlandite_400=400 - I:oreNetherrackPhosphate_400=400 - I:oreNetherrackPhosphorus_400=400 - I:oreNetherrackPitchblende_400=400 - I:oreNetherrackPlatinum_400=400 - I:oreNetherrackPlutonium_400=400 - I:oreNetherrackPowellite_400=400 - I:oreNetherrackPyrite_400=400 - I:oreNetherrackPyrochlore_400=400 - I:oreNetherrackPyrolusite_400=400 - I:oreNetherrackPyrope_400=400 - I:oreNetherrackQuartzite_400=400 - I:oreNetherrackRedstone_400=400 - I:oreNetherrackRockSalt_400=400 - I:oreNetherrackRuby_400=400 - I:oreNetherrackSalt_400=400 - I:oreNetherrackSaltpeter_400=400 - I:oreNetherrackSapphire_400=400 - I:oreNetherrackScheelite_400=400 - I:oreNetherrackSilver_400=400 - I:oreNetherrackSoapstone_400=400 - I:oreNetherrackSodalite_400=400 - I:oreNetherrackSpessartine_400=400 - I:oreNetherrackSphalerite_400=400 - I:oreNetherrackSpodumene_400=400 - I:oreNetherrackStibnite_400=400 - I:oreNetherrackSulfur_400=400 - I:oreNetherrackTalc_400=400 - I:oreNetherrackTantalite_400=400 - I:oreNetherrackTanzanite_400=400 - I:oreNetherrackTetrahedrite_400=400 - I:oreNetherrackThorium_400=400 - I:oreNetherrackTin_400=400 - I:oreNetherrackTitanium_400=400 - I:oreNetherrackTopaz_400=400 - I:oreNetherrackTungstate_400=400 - I:oreNetherrackUraninite_400=400 - I:oreNetherrackUranium235_400=400 - I:oreNetherrackUranium_400=400 - I:oreNetherrackVanadiumMagnetite_400=400 - I:oreNetherrackWulfenite_400=400 - I:oreNetherrackYellowLimonite_400=400 - I:oreNetherrackZinc_400=400 - I:oreNickel_400=400 - I:oreOlivine_400=400 - I:oreOpal_400=400 - I:oreOsmium_400=400 - I:orePalladium_400=400 - I:orePentlandite_400=400 - I:orePhosphate_400=400 - I:orePhosphorus_400=400 - I:orePitchblende_400=400 - I:orePlatinum_400=400 - I:orePlutonium_400=400 - I:orePowellite_400=400 - I:orePyrite_400=400 - I:orePyrochlore_400=400 - I:orePyrolusite_400=400 - I:orePyrope_400=400 - I:oreQuartzite_400=400 - I:oreRedgraniteAlmandine_400=400 - I:oreRedgraniteAluminium_400=400 - I:oreRedgraniteAmethyst_400=400 - I:oreRedgraniteApatite_400=400 - I:oreRedgraniteBandedIron_400=400 - I:oreRedgraniteBarite_400=400 - I:oreRedgraniteBastnasite_400=400 - I:oreRedgraniteBauxite_400=400 - I:oreRedgraniteBentonite_400=400 - I:oreRedgraniteBeryllium_400=400 - I:oreRedgraniteBismuth_400=400 - I:oreRedgraniteBlueTopaz_400=400 - I:oreRedgraniteBrownLimonite_400=400 - I:oreRedgraniteCalcite_400=400 - I:oreRedgraniteCassiteriteSand_400=400 - I:oreRedgraniteCassiterite_400=400 - I:oreRedgraniteCertusQuartz_400=400 - I:oreRedgraniteChalcopyrite_400=400 - I:oreRedgraniteChromite_400=400 - I:oreRedgraniteCinnabar_400=400 - I:oreRedgraniteCoal_400=400 - I:oreRedgraniteCobaltite_400=400 - I:oreRedgraniteCooperite_400=400 - I:oreRedgraniteCopper_400=400 - I:oreRedgraniteDarkSteel_400=400 - I:oreRedgraniteDiamond_400=400 - I:oreRedgraniteDiatomite_400=400 - I:oreRedgraniteEmerald_400=400 - I:oreRedgraniteFoolsRuby_400=400 - I:oreRedgraniteGalena_400=400 - I:oreRedgraniteGarnetRed_400=400 - I:oreRedgraniteGarnetYellow_400=400 - I:oreRedgraniteGarnierite_400=400 - I:oreRedgraniteGlauconite_400=400 - I:oreRedgraniteGold_400=400 - I:oreRedgraniteGraphite_400=400 - I:oreRedgraniteGreenSapphire_400=400 - I:oreRedgraniteGrossular_400=400 - I:oreRedgraniteIlmenite_400=400 - I:oreRedgraniteIridium_400=400 - I:oreRedgraniteIron_400=400 - I:oreRedgraniteLapis_400=400 - I:oreRedgraniteLazurite_400=400 - I:oreRedgraniteLead_400=400 - I:oreRedgraniteLepidolite_400=400 - I:oreRedgraniteLignite_400=400 - I:oreRedgraniteLithium_400=400 - I:oreRedgraniteMagnesite_400=400 - I:oreRedgraniteMagnetite_400=400 - I:oreRedgraniteMalachite_400=400 - I:oreRedgraniteManganese_400=400 - I:oreRedgraniteMolybdenite_400=400 - I:oreRedgraniteMolybdenum_400=400 - I:oreRedgraniteMonazite_400=400 - I:oreRedgraniteNaquadahEnriched_400=400 - I:oreRedgraniteNaquadah_400=400 - I:oreRedgraniteNeodymium_400=400 - I:oreRedgraniteNetherQuartz_400=400 - I:oreRedgraniteNickel_400=400 - I:oreRedgraniteOlivine_400=400 - I:oreRedgraniteOpal_400=400 - I:oreRedgraniteOsmium_400=400 - I:oreRedgranitePalladium_400=400 - I:oreRedgranitePentlandite_400=400 - I:oreRedgranitePhosphate_400=400 - I:oreRedgranitePhosphorus_400=400 - I:oreRedgranitePitchblende_400=400 - I:oreRedgranitePlatinum_400=400 - I:oreRedgranitePlutonium_400=400 - I:oreRedgranitePowellite_400=400 - I:oreRedgranitePyrite_400=400 - I:oreRedgranitePyrochlore_400=400 - I:oreRedgranitePyrolusite_400=400 - I:oreRedgranitePyrope_400=400 - I:oreRedgraniteQuartzite_400=400 - I:oreRedgraniteRedstone_400=400 - I:oreRedgraniteRockSalt_400=400 - I:oreRedgraniteRuby_400=400 - I:oreRedgraniteSalt_400=400 - I:oreRedgraniteSaltpeter_400=400 - I:oreRedgraniteSapphire_400=400 - I:oreRedgraniteScheelite_400=400 - I:oreRedgraniteSilver_400=400 - I:oreRedgraniteSoapstone_400=400 - I:oreRedgraniteSodalite_400=400 - I:oreRedgraniteSpessartine_400=400 - I:oreRedgraniteSphalerite_400=400 - I:oreRedgraniteSpodumene_400=400 - I:oreRedgraniteStibnite_400=400 - I:oreRedgraniteSulfur_400=400 - I:oreRedgraniteTalc_400=400 - I:oreRedgraniteTantalite_400=400 - I:oreRedgraniteTanzanite_400=400 - I:oreRedgraniteTetrahedrite_400=400 - I:oreRedgraniteThorium_400=400 - I:oreRedgraniteTin_400=400 - I:oreRedgraniteTitanium_400=400 - I:oreRedgraniteTopaz_400=400 - I:oreRedgraniteTungstate_400=400 - I:oreRedgraniteUraninite_400=400 - I:oreRedgraniteUranium235_400=400 - I:oreRedgraniteUranium_400=400 - I:oreRedgraniteVanadiumMagnetite_400=400 - I:oreRedgraniteWulfenite_400=400 - I:oreRedgraniteYellowLimonite_400=400 - I:oreRedgraniteZinc_400=400 - I:oreRedstone_400=400 - I:oreRockSalt_400=400 - I:oreRuby_400=400 - I:oreSalt_400=400 - I:oreSaltpeter_400=400 - I:oreSapphire_400=400 - I:oreScheelite_400=400 - I:oreSilver_400=400 - I:oreSoapstone_400=400 - I:oreSodalite_400=400 - I:oreSpessartine_400=400 - I:oreSphalerite_400=400 - I:oreSpodumene_400=400 - I:oreStibnite_400=400 - I:oreSulfur_400=400 - I:oreTalc_400=400 - I:oreTantalite_400=400 - I:oreTanzanite_400=400 - I:oreTetrahedrite_400=400 - I:oreThorium_400=400 - I:oreTin_400=400 - I:oreTitanium_400=400 - I:oreTopaz_400=400 - I:oreTungstate_400=400 - I:oreUraninite_400=400 - I:oreUranium235_400=400 - I:oreUranium_400=400 - I:oreVanadiumMagnetite_400=400 - I:oreWulfenite_400=400 - I:oreYellowLimonite_400=400 - I:oreZinc_400=400 - I:pipeHugeAluminium_312=312 - I:pipeHugeAluminium_400=400 - I:pipeHugeBrass_400=400 - I:pipeHugeBrass_756=756 - I:pipeHugeBronze_400=400 - I:pipeHugeBronze_912=912 - I:pipeHugeCobalt_400=400 - I:pipeHugeCobalt_708=708 - I:pipeHugeCopper_400=400 - I:pipeHugeCopper_756=756 - I:pipeHugeElectrum_1812=1812 - I:pipeHugeElectrum_400=400 - I:pipeHugeNickel_400=400 - I:pipeHugeNickel_696=696 - I:pipeHugeOsmium_2280=2280 - I:pipeHugeOsmium_400=400 - I:pipeHugePlastic_400=400 - I:pipeHugePlastic_48=48 - I:pipeHugePlatinum_2340=2340 - I:pipeHugePlatinum_400=400 - I:pipeHugePolytetrafluoroethylene_192=192 - I:pipeHugePolytetrafluoroethylene_400=400 - I:pipeHugePolyvinylChloride_120=120 - I:pipeHugePolyvinylChloride_400=400 - I:pipeHugeStainlessSteel_400=400 - I:pipeHugeStainlessSteel_660=660 - I:pipeHugeSteel_400=400 - I:pipeHugeSteel_672=672 - I:pipeHugeTitanium_400=400 - I:pipeHugeTitanium_576=576 - I:pipeHugeTungstenSteel_1428=1428 - I:pipeHugeTungstenSteel_400=400 - I:pipeHugeWroughtIron_400=400 - I:pipeHugeWroughtIron_672=672 - I:pipeLargeAluminium_156=156 - I:pipeLargeAluminium_400=400 - I:pipeLargeBrass_378=378 - I:pipeLargeBrass_400=400 - I:pipeLargeBronze_400=400 - I:pipeLargeBronze_456=456 - I:pipeLargeCobalt_354=354 - I:pipeLargeCobalt_400=400 - I:pipeLargeCopper_378=378 - I:pipeLargeCopper_400=400 - I:pipeLargeElectrum_400=400 - I:pipeLargeElectrum_906=906 - I:pipeLargeNickel_348=348 - I:pipeLargeNickel_400=400 - I:pipeLargeOsmium_1140=1140 - I:pipeLargeOsmium_400=400 - I:pipeLargePlastic_24=24 - I:pipeLargePlastic_400=400 - I:pipeLargePlatinum_1170=1170 - I:pipeLargePlatinum_400=400 - I:pipeLargePolytetrafluoroethylene_400=400 - I:pipeLargePolytetrafluoroethylene_96=96 - I:pipeLargePolyvinylChloride_400=400 - I:pipeLargePolyvinylChloride_60=60 - I:pipeLargeStainlessSteel_330=330 - I:pipeLargeStainlessSteel_400=400 - I:pipeLargeSteel_336=336 - I:pipeLargeSteel_400=400 - I:pipeLargeTitanium_288=288 - I:pipeLargeTitanium_400=400 - I:pipeLargeTungstenSteel_400=400 - I:pipeLargeTungstenSteel_714=714 - I:pipeLargeWood_400=400 - I:pipeLargeWood_54=54 - I:pipeLargeWroughtIron_336=336 - I:pipeLargeWroughtIron_400=400 - I:pipeMediumAluminium_400=400 - I:pipeMediumAluminium_78=78 - I:pipeMediumBrass_189=189 - I:pipeMediumBrass_400=400 - I:pipeMediumBronze_228=228 - I:pipeMediumBronze_400=400 - I:pipeMediumCobalt_177=177 - I:pipeMediumCobalt_400=400 - I:pipeMediumCopper_189=189 - I:pipeMediumCopper_400=400 - I:pipeMediumElectrum_400=400 - I:pipeMediumElectrum_453=453 - I:pipeMediumNickel_174=174 - I:pipeMediumNickel_400=400 - I:pipeMediumOsmium_400=400 - I:pipeMediumOsmium_570=570 - I:pipeMediumPlastic_16=16 - I:pipeMediumPlastic_400=400 - I:pipeMediumPlatinum_400=400 - I:pipeMediumPlatinum_585=585 - I:pipeMediumPolytetrafluoroethylene_400=400 - I:pipeMediumPolytetrafluoroethylene_48=48 - I:pipeMediumPolyvinylChloride_30=30 - I:pipeMediumPolyvinylChloride_400=400 - I:pipeMediumStainlessSteel_165=165 - I:pipeMediumStainlessSteel_400=400 - I:pipeMediumSteel_168=168 - I:pipeMediumSteel_400=400 - I:pipeMediumTitanium_144=144 - I:pipeMediumTitanium_400=400 - I:pipeMediumTungstenSteel_357=357 - I:pipeMediumTungstenSteel_400=400 - I:pipeMediumWood_27=27 - I:pipeMediumWood_400=400 - I:pipeMediumWroughtIron_168=168 - I:pipeMediumWroughtIron_400=400 - I:pipeRestrictiveHugeAluminium_382=382 - I:pipeRestrictiveHugeAluminium_400=400 - I:pipeRestrictiveHugeBrass_400=400 - I:pipeRestrictiveHugeBrass_826=826 - I:pipeRestrictiveHugeCobalt_400=400 - I:pipeRestrictiveHugeCobalt_778=778 - I:pipeRestrictiveHugeElectrum_1882=1882 - I:pipeRestrictiveHugeElectrum_400=400 - I:pipeRestrictiveHugeNickel_400=400 - I:pipeRestrictiveHugeNickel_766=766 - I:pipeRestrictiveHugeOsmium_2350=2350 - I:pipeRestrictiveHugeOsmium_400=400 - I:pipeRestrictiveHugePlatinum_2410=2410 - I:pipeRestrictiveHugePlatinum_400=400 - I:pipeRestrictiveHugePolyvinylChloride_190=190 - I:pipeRestrictiveHugePolyvinylChloride_400=400 - I:pipeRestrictiveHugeWroughtIron_400=400 - I:pipeRestrictiveHugeWroughtIron_742=742 - I:pipeRestrictiveLargeAluminium_212=212 - I:pipeRestrictiveLargeAluminium_400=400 - I:pipeRestrictiveLargeBrass_400=400 - I:pipeRestrictiveLargeBrass_434=434 - I:pipeRestrictiveLargeCobalt_400=400 - I:pipeRestrictiveLargeCobalt_410=410 - I:pipeRestrictiveLargeElectrum_400=400 - I:pipeRestrictiveLargeElectrum_962=962 - I:pipeRestrictiveLargeNickel_400=400 - I:pipeRestrictiveLargeNickel_404=404 - I:pipeRestrictiveLargeOsmium_1196=1196 - I:pipeRestrictiveLargeOsmium_400=400 - I:pipeRestrictiveLargePlatinum_1226=1226 - I:pipeRestrictiveLargePlatinum_400=400 - I:pipeRestrictiveLargePolyvinylChloride_116=116 - I:pipeRestrictiveLargePolyvinylChloride_400=400 - I:pipeRestrictiveLargeWroughtIron_392=392 - I:pipeRestrictiveLargeWroughtIron_400=400 - I:pipeRestrictiveMediumAluminium_120=120 - I:pipeRestrictiveMediumAluminium_400=400 - I:pipeRestrictiveMediumBrass_231=231 - I:pipeRestrictiveMediumBrass_400=400 - I:pipeRestrictiveMediumCobalt_219=219 - I:pipeRestrictiveMediumCobalt_400=400 - I:pipeRestrictiveMediumElectrum_400=400 - I:pipeRestrictiveMediumElectrum_495=495 - I:pipeRestrictiveMediumNickel_216=216 - I:pipeRestrictiveMediumNickel_400=400 - I:pipeRestrictiveMediumOsmium_400=400 - I:pipeRestrictiveMediumOsmium_612=612 - I:pipeRestrictiveMediumPlatinum_400=400 - I:pipeRestrictiveMediumPlatinum_627=627 - I:pipeRestrictiveMediumPolyvinylChloride_400=400 - I:pipeRestrictiveMediumPolyvinylChloride_72=72 - I:pipeRestrictiveMediumWroughtIron_210=210 - I:pipeRestrictiveMediumWroughtIron_400=400 - I:pipeSmallBronze_400=400 - I:pipeSmallBronze_76=76 - I:pipeSmallCopper_400=400 - I:pipeSmallCopper_63=63 - I:pipeSmallPlastic_16=16 - I:pipeSmallPlastic_400=400 - I:pipeSmallPolytetrafluoroethylene_16=16 - I:pipeSmallPolytetrafluoroethylene_400=400 - I:pipeSmallStainlessSteel_400=400 - I:pipeSmallStainlessSteel_55=55 - I:pipeSmallSteel_400=400 - I:pipeSmallSteel_56=56 - I:pipeSmallTitanium_400=400 - I:pipeSmallTitanium_48=48 - I:pipeSmallTungstenSteel_119=119 - I:pipeSmallTungstenSteel_400=400 - I:pipeSmallWood_16=16 - I:pipeSmallWood_400=400 - I:pipeTinyBronze_38=38 - I:pipeTinyBronze_400=400 - I:pipeTinyCopper_31=31 - I:pipeTinyCopper_400=400 - I:pipeTinyPlastic_16=16 - I:pipeTinyPlastic_400=400 - I:pipeTinyPolytetrafluoroethylene_16=16 - I:pipeTinyPolytetrafluoroethylene_400=400 - I:pipeTinyStainlessSteel_27=27 - I:pipeTinyStainlessSteel_400=400 - I:pipeTinySteel_28=28 - I:pipeTinySteel_400=400 - I:pipeTinyTitanium_24=24 - I:pipeTinyTitanium_400=400 - I:pipeTinyTungstenSteel_400=400 - I:pipeTinyTungstenSteel_59=59 - I:plateAluminium_26=26 - I:plateAluminium_400=400 - I:plateAmericium_245=245 - I:plateAmericium_400=400 - I:plateAmethyst_27=27 - I:plateAmethyst_400=400 - I:plateAnnealedCopper_400=400 - I:plateAnnealedCopper_63=63 - I:plateBatteryAlloy_189=189 - I:plateBatteryAlloy_400=400 - I:plateBeryllium_16=16 - I:plateBeryllium_400=400 - I:plateBismuthBronze_400=400 - I:plateBismuthBronze_92=92 - I:plateBismuth_208=208 - I:plateBismuth_400=400 - I:plateBlackBronze_400=400 - I:plateBlackBronze_98=98 - I:plateBlackSteel_400=400 - I:plateBlackSteel_64=64 - I:plateBlueSteel_400=400 - I:plateBlueSteel_75=75 - I:plateBlueTopaz_16=16 - I:plateBlueTopaz_400=400 - I:plateBrass_400=400 - I:plateBrass_63=63 - I:plateBronze_400=400 - I:plateBronze_76=76 - I:plateCarbon_16=16 - I:plateCarbon_400=400 - I:plateCertusQuartz_400=400 - I:plateCertusQuartz_98=98 - I:plateChrome_400=400 - I:plateChrome_52=52 - I:plateCobaltBrass_400=400 - I:plateCobaltBrass_58=58 - I:plateCobalt_400=400 - I:plateCobalt_59=59 - I:plateCopper_400=400 - I:plateCopper_63=63 - I:plateCupronickel_400=400 - I:plateCupronickel_60=60 - I:plateDamascusSteel_400=400 - I:plateDamascusSteel_56=56 - I:plateDarkSteel_400=400 - I:plateDarkSteel_98=98 - I:plateDenseBronze_400=400 - I:plateDenseBronze_684=684 - I:plateDenseCopper_400=400 - I:plateDenseCopper_567=567 - I:plateDenseGold_1764=1764 - I:plateDenseGold_400=400 - I:plateDenseIron_400=400 - I:plateDenseIron_504=504 - I:plateDenseLapis_252=252 - I:plateDenseLapis_400=400 - I:plateDenseLead_1863=1863 - I:plateDenseLead_400=400 - I:plateDenseObsidian_198=198 - I:plateDenseObsidian_400=400 - I:plateDenseSteel_400=400 - I:plateDenseSteel_504=504 - I:plateDenseTin_1062=1062 - I:plateDenseTin_400=400 - I:plateDiamond_400=400 - I:plateDiamond_768=768 - I:plateDilithium_400=400 - I:plateDilithium_98=98 - I:plateDoubleAluminium_400=400 - I:plateDoubleAluminium_52=52 - I:plateDoubleBeryllium_18=18 - I:plateDoubleBeryllium_400=400 - I:plateDoubleBismuthBronze_184=184 - I:plateDoubleBismuthBronze_400=400 - I:plateDoubleBismuth_400=400 - I:plateDoubleBismuth_416=416 - I:plateDoubleBlackBronze_196=196 - I:plateDoubleBlackBronze_400=400 - I:plateDoubleBlackSteel_128=128 - I:plateDoubleBlackSteel_400=400 - I:plateDoubleBlueSteel_150=150 - I:plateDoubleBlueSteel_400=400 - I:plateDoubleBrass_126=126 - I:plateDoubleBrass_400=400 - I:plateDoubleBronze_152=152 - I:plateDoubleBronze_400=400 - I:plateDoubleCarbon_24=24 - I:plateDoubleCarbon_400=400 - I:plateDoubleChrome_104=104 - I:plateDoubleChrome_400=400 - I:plateDoubleCobaltBrass_116=116 - I:plateDoubleCobaltBrass_400=400 - I:plateDoubleCobalt_118=118 - I:plateDoubleCobalt_400=400 - I:plateDoubleCupronickel_120=120 - I:plateDoubleCupronickel_400=400 - I:plateDoubleDamascusSteel_112=112 - I:plateDoubleDamascusSteel_400=400 - I:plateDoubleDarkSteel_196=196 - I:plateDoubleDarkSteel_400=400 - I:plateDoubleDuranium_196=196 - I:plateDoubleDuranium_400=400 - I:plateDoubleElectrum_302=302 - I:plateDoubleElectrum_400=400 - I:plateDoubleEpoxidFiberReinforced_16=16 - I:plateDoubleEpoxidFiberReinforced_400=400 - I:plateDoubleEpoxid_16=16 - I:plateDoubleEpoxid_400=400 - I:plateDoubleGold_392=392 - I:plateDoubleGold_400=400 - I:plateDoubleHSSE_162=162 - I:plateDoubleHSSE_400=400 - I:plateDoubleHSSG_196=196 - I:plateDoubleHSSG_400=400 - I:plateDoubleHSSS_258=258 - I:plateDoubleHSSS_400=400 - I:plateDoubleInvar_112=112 - I:plateDoubleInvar_400=400 - I:plateDoubleIridium_384=384 - I:plateDoubleIridium_400=400 - I:plateDoubleIronMagnetic_112=112 - I:plateDoubleIronMagnetic_400=400 - I:plateDoubleIron_112=112 - I:plateDoubleIron_400=400 - I:plateDoubleKanthal_400=400 - I:plateDoubleKanthal_88=88 - I:plateDoubleLead_400=400 - I:plateDoubleLead_414=414 - I:plateDoubleMagnalium_400=400 - I:plateDoubleMagnalium_50=50 - I:plateDoubleManganese_110=110 - I:plateDoubleManganese_400=400 - I:plateDoubleMithril_400=400 - I:plateDoubleMithril_490=490 - I:plateDoubleMolybdenum_190=190 - I:plateDoubleMolybdenum_400=400 - I:plateDoubleNaquadahAlloy_196=196 - I:plateDoubleNaquadahAlloy_400=400 - I:plateDoubleNaquadahEnriched_196=196 - I:plateDoubleNaquadahEnriched_400=400 - I:plateDoubleNaquadah_196=196 - I:plateDoubleNaquadah_400=400 - I:plateDoubleNaquadria_196=196 - I:plateDoubleNaquadria_400=400 - I:plateDoubleNeodymiumMagnetic_288=288 - I:plateDoubleNeodymiumMagnetic_400=400 - I:plateDoubleNeodymium_288=288 - I:plateDoubleNeodymium_400=400 - I:plateDoubleNeutronium_200000=200000 - I:plateDoubleNeutronium_400=400 - I:plateDoubleNichrome_112=112 - I:plateDoubleNichrome_400=400 - I:plateDoubleNickelZincFerrite_400=400 - I:plateDoubleNickelZincFerrite_66=66 - I:plateDoubleNickel_116=116 - I:plateDoubleNickel_400=400 - I:plateDoubleOsmiridium_382=382 - I:plateDoubleOsmiridium_400=400 - I:plateDoubleOsmium_380=380 - I:plateDoubleOsmium_400=400 - I:plateDoublePalladium_212=212 - I:plateDoublePalladium_400=400 - I:plateDoublePaper_196=196 - I:plateDoublePaper_400=400 - I:plateDoublePigIron_112=112 - I:plateDoublePigIron_400=400 - I:plateDoublePlatinum_390=390 - I:plateDoublePlatinum_400=400 - I:plateDoublePlutonium241_400=400 - I:plateDoublePlutonium241_486=486 - I:plateDoublePlutonium_400=400 - I:plateDoublePlutonium_492=492 - I:plateDoublePolycaprolactam_16=16 - I:plateDoublePolycaprolactam_400=400 - I:plateDoublePolyphenyleneSulfide_18=18 - I:plateDoublePolyphenyleneSulfide_400=400 - I:plateDoublePolytetrafluoroethylene_32=32 - I:plateDoublePolytetrafluoroethylene_400=400 - I:plateDoubleRedSteel_138=138 - I:plateDoubleRedSteel_400=400 - I:plateDoubleRoseGold_338=338 - I:plateDoubleRoseGold_400=400 - I:plateDoubleSilver_214=214 - I:plateDoubleSilver_400=400 - I:plateDoubleStainlessSteel_110=110 - I:plateDoubleStainlessSteel_400=400 - I:plateDoubleSteelMagnetic_112=112 - I:plateDoubleSteelMagnetic_400=400 - I:plateDoubleSteel_112=112 - I:plateDoubleSteel_400=400 - I:plateDoubleSterlingSilver_196=196 - I:plateDoubleSterlingSilver_400=400 - I:plateDoubleThorium_400=400 - I:plateDoubleThorium_460=460 - I:plateDoubleTinAlloy_174=174 - I:plateDoubleTinAlloy_400=400 - I:plateDoubleTitanium_400=400 - I:plateDoubleTitanium_96=96 - I:plateDoubleTritanium_196=196 - I:plateDoubleTritanium_400=400 - I:plateDoubleTungstenCarbide_194=194 - I:plateDoubleTungstenCarbide_400=400 - I:plateDoubleTungstenSteel_238=238 - I:plateDoubleTungstenSteel_400=400 - I:plateDoubleTungsten_366=366 - I:plateDoubleTungsten_400=400 - I:plateDoubleUltimet_122=122 - I:plateDoubleUltimet_400=400 - I:plateDoubleUranium235_400=400 - I:plateDoubleUranium235_470=470 - I:plateDoubleUranium_400=400 - I:plateDoubleUranium_476=476 - I:plateDoubleVanadiumSteel_110=110 - I:plateDoubleVanadiumSteel_400=400 - I:plateDoubleWroughtIron_112=112 - I:plateDoubleWroughtIron_400=400 - I:plateDuranium_400=400 - I:plateDuranium_98=98 - I:plateElectrum_151=151 - I:plateElectrum_400=400 - I:plateEmerald_18=18 - I:plateEmerald_400=400 - I:plateEnderEye_198=198 - I:plateEnderEye_400=400 - I:plateEnderPearl_400=400 - I:plateEnderPearl_83=83 - I:plateEpoxidFiberReinforced_16=16 - I:plateEpoxidFiberReinforced_400=400 - I:plateEpoxid_16=16 - I:plateEpoxid_400=400 - I:plateEuropium_151=151 - I:plateEuropium_400=400 - I:plateForcicium_400=400 - I:plateForcicium_98=98 - I:plateForcillium_400=400 - I:plateForcillium_98=98 - I:plateGalliumArsenide_400=400 - I:plateGalliumArsenide_72=72 - I:plateGallium_400=400 - I:plateGallium_70=70 - I:plateGarnetRed_23=23 - I:plateGarnetRed_400=400 - I:plateGarnetYellow_23=23 - I:plateGarnetYellow_400=400 - I:plateGlass_20=20 - I:plateGlass_400=400 - I:plateGold_196=196 - I:plateGold_400=400 - I:plateGraniteBlack_20=20 - I:plateGraniteBlack_400=400 - I:plateGraniteRed_20=20 - I:plateGraniteRed_400=400 - I:plateGreenSapphire_20=20 - I:plateGreenSapphire_400=400 - I:plateHSSE_400=400 - I:plateHSSE_81=81 - I:plateHSSG_400=400 - I:plateHSSG_98=98 - I:plateHSSS_129=129 - I:plateHSSS_400=400 - I:plateIndiumGalliumPhosphide_400=400 - I:plateIndiumGalliumPhosphide_71=71 - I:plateInvar_400=400 - I:plateInvar_56=56 - I:plateIridium_192=192 - I:plateIridium_400=400 - I:plateIronMagnetic_400=400 - I:plateIronMagnetic_56=56 - I:plateIron_400=400 - I:plateIron_56=56 - I:plateJasper_400=400 - I:plateJasper_98=98 - I:plateKanthal_400=400 - I:plateKanthal_44=44 - I:plateLapis_28=28 - I:plateLapis_400=400 - I:plateLazurite_29=29 - I:plateLazurite_400=400 - I:plateLead_207=207 - I:plateLead_400=400 - I:plateMagnalium_25=25 - I:plateMagnalium_400=400 - I:plateManganese_400=400 - I:plateManganese_55=55 - I:plateMithril_245=245 - I:plateMithril_400=400 - I:plateMolybdenum_400=400 - I:plateMolybdenum_95=95 - I:plateNaquadahAlloy_400=400 - I:plateNaquadahAlloy_98=98 - I:plateNaquadahEnriched_400=400 - I:plateNaquadahEnriched_98=98 - I:plateNaquadah_400=400 - I:plateNaquadah_98=98 - I:plateNaquadria_400=400 - I:plateNaquadria_98=98 - I:plateNeodymiumMagnetic_144=144 - I:plateNeodymiumMagnetic_400=400 - I:plateNeodymium_144=144 - I:plateNeodymium_400=400 - I:plateNetherQuartz_400=400 - I:plateNetherQuartz_98=98 - I:plateNetherStar_400=400 - I:plateNetherStar_98=98 - I:plateNeutronium_100000=100000 - I:plateNeutronium_400=400 - I:plateNichrome_400=400 - I:plateNichrome_56=56 - I:plateNickelZincFerrite_33=33 - I:plateNickelZincFerrite_400=400 - I:plateNickel_400=400 - I:plateNickel_58=58 - I:plateNiobiumTitanium_400=400 - I:plateNiobiumTitanium_71=71 - I:plateObsidian_22=22 - I:plateObsidian_400=400 - I:plateOlivine_28=28 - I:plateOlivine_400=400 - I:plateOpal_20=20 - I:plateOpal_400=400 - I:plateOsmiridium_191=191 - I:plateOsmiridium_400=400 - I:plateOsmium_190=190 - I:plateOsmium_400=400 - I:platePalladium_106=106 - I:platePalladium_400=400 - I:platePaper_400=400 - I:platePaper_98=98 - I:platePigIron_400=400 - I:platePigIron_56=56 - I:platePlastic_16=16 - I:platePlastic_400=400 - I:platePlatinum_195=195 - I:platePlatinum_400=400 - I:platePlutonium241_243=243 - I:platePlutonium241_400=400 - I:platePlutonium_246=246 - I:platePlutonium_400=400 - I:platePolycaprolactam_16=16 - I:platePolycaprolactam_400=400 - I:platePolyphenyleneSulfide_16=16 - I:platePolyphenyleneSulfide_400=400 - I:platePolystyrene_16=16 - I:platePolystyrene_400=400 - I:platePolytetrafluoroethylene_16=16 - I:platePolytetrafluoroethylene_400=400 - I:platePolyvinylChloride_16=16 - I:platePolyvinylChloride_400=400 - I:plateQuadruplePaper_392=392 - I:plateQuadruplePaper_400=400 - I:plateQuintuplePaper_400=400 - I:plateQuintuplePaper_490=490 - I:plateRedAlloy_400=400 - I:plateRedAlloy_403=403 - I:plateRedSteel_400=400 - I:plateRedSteel_69=69 - I:plateRedstone_400=400 - I:plateRedstone_85=85 - I:plateRoseGold_169=169 - I:plateRoseGold_400=400 - I:plateRubber_16=16 - I:plateRubber_400=400 - I:plateRuby_25=25 - I:plateRuby_400=400 - I:plateSapphire_20=20 - I:plateSapphire_400=400 - I:plateSilicon_28=28 - I:plateSilicon_400=400 - I:plateSilicone_16=16 - I:plateSilicone_400=400 - I:plateSilver_107=107 - I:plateSilver_400=400 - I:plateSodalite_25=25 - I:plateSodalite_400=400 - I:plateSolderingAlloy_118=118 - I:plateSolderingAlloy_400=400 - I:plateStainlessSteel_400=400 - I:plateStainlessSteel_55=55 - I:plateSteelMagnetic_400=400 - I:plateSteelMagnetic_56=56 - I:plateSteel_400=400 - I:plateSteel_56=56 - I:plateSterlingSilver_400=400 - I:plateSterlingSilver_98=98 - I:plateStyreneButadieneRubber_16=16 - I:plateStyreneButadieneRubber_400=400 - I:plateTanzanite_20=20 - I:plateTanzanite_400=400 - I:plateThorium_230=230 - I:plateThorium_400=400 - I:plateTinAlloy_400=400 - I:plateTinAlloy_87=87 - I:plateTin_118=118 - I:plateTin_400=400 - I:plateTitanium_400=400 - I:plateTitanium_48=48 - I:plateTopaz_16=16 - I:plateTopaz_400=400 - I:plateTriplePaper_294=294 - I:plateTriplePaper_400=400 - I:plateTritanium_400=400 - I:plateTritanium_98=98 - I:plateTungstenCarbide_400=400 - I:plateTungstenCarbide_97=97 - I:plateTungstenSteel_119=119 - I:plateTungstenSteel_400=400 - I:plateTungsten_183=183 - I:plateTungsten_400=400 - I:plateUltimet_400=400 - I:plateUltimet_61=61 - I:plateUranium235_235=235 - I:plateUranium235_400=400 - I:plateUranium_238=238 - I:plateUranium_400=400 - I:plateVanadiumGallium_400=400 - I:plateVanadiumGallium_55=55 - I:plateVanadiumSteel_400=400 - I:plateVanadiumSteel_55=55 - I:plateWoodSealed_16=16 - I:plateWoodSealed_400=400 - I:plateWood_16=16 - I:plateWood_400=400 - I:plateWroughtIron_400=400 - I:plateWroughtIron_56=56 - I:plateYttriumBariumCuprate_400=400 - I:plateYttriumBariumCuprate_51=51 - I:plateZinc_400=400 - I:plateZinc_65=65 - I:ringAluminium_16=16 - I:ringAluminium_400=400 - I:ringBrass_16=16 - I:ringBrass_400=400 - I:ringBronze_19=19 - I:ringBronze_400=400 - I:ringChrome_16=16 - I:ringChrome_400=400 - I:ringHSSE_20=20 - I:ringHSSE_400=400 - I:ringHSSG_24=24 - I:ringHSSG_400=400 - I:ringInvar_16=16 - I:ringInvar_400=400 - I:ringIridium_400=400 - I:ringIridium_48=48 - I:ringIron_16=16 - I:ringIron_400=400 - I:ringNeutronium_25000=25000 - I:ringNeutronium_400=400 - I:ringOsmium_400=400 - I:ringOsmium_47=47 - I:ringPaper_24=24 - I:ringPaper_400=400 - I:ringPigIron_16=16 - I:ringPigIron_400=400 - I:ringRubber_16=16 - I:ringRubber_400=400 - I:ringSilicone_16=16 - I:ringSilicone_400=400 - I:ringStainlessSteel_16=16 - I:ringStainlessSteel_400=400 - I:ringSteel_16=16 - I:ringSteel_400=400 - I:ringStyreneButadieneRubber_16=16 - I:ringStyreneButadieneRubber_400=400 - I:ringTin_29=29 - I:ringTin_400=400 - I:ringTitanium_16=16 - I:ringTitanium_400=400 - I:ringTungstenSteel_29=29 - I:ringTungstenSteel_400=400 - I:ringWroughtIron_16=16 - I:ringWroughtIron_400=400 - I:rotorBronze_323=323 - I:rotorBronze_400=400 - I:rotorChrome_221=221 - I:rotorChrome_400=400 - I:rotorHSSE_344=344 - I:rotorHSSE_400=400 - I:rotorHSSG_400=400 - I:rotorHSSG_416=416 - I:rotorIridium_400=400 - I:rotorIridium_816=816 - I:rotorNeutronium_400=400 - I:rotorNeutronium_425000=425000 - I:rotorOsmium_400=400 - I:rotorOsmium_807=807 - I:rotorStainlessSteel_233=233 - I:rotorStainlessSteel_400=400 - I:rotorSteel_238=238 - I:rotorSteel_400=400 - I:rotorTin_400=400 - I:rotorTin_501=501 - I:rotorTitanium_204=204 - I:rotorTitanium_400=400 - I:rotorTungstenSteel_400=400 - I:rotorTungstenSteel_505=505 - I:roundHSSE_16=16 - I:roundHSSE_400=400 - I:roundHSSG_16=16 - I:roundHSSG_400=400 - I:roundNeutronium_11111=11111 - I:roundNeutronium_400=400 - I:screwAluminium_16=16 - I:screwAluminium_400=400 - I:screwAmethyst_16=16 - I:screwAmethyst_400=400 - I:screwBeryllium_16=16 - I:screwBeryllium_400=400 - I:screwBismuthBronze_16=16 - I:screwBismuthBronze_400=400 - I:screwBismuth_23=23 - I:screwBismuth_400=400 - I:screwBlackBronze_16=16 - I:screwBlackBronze_400=400 - I:screwBlackSteel_16=16 - I:screwBlackSteel_400=400 - I:screwBlueSteel_16=16 - I:screwBlueSteel_400=400 - I:screwBlueTopaz_16=16 - I:screwBlueTopaz_400=400 - I:screwBrass_16=16 - I:screwBrass_400=400 - I:screwBronze_16=16 - I:screwBronze_400=400 - I:screwCarbon_16=16 - I:screwCarbon_400=400 - I:screwCertusQuartz_16=16 - I:screwCertusQuartz_400=400 - I:screwChrome_16=16 - I:screwChrome_400=400 - I:screwCobaltBrass_16=16 - I:screwCobaltBrass_400=400 - I:screwCobalt_16=16 - I:screwCobalt_400=400 - I:screwCupronickel_16=16 - I:screwCupronickel_400=400 - I:screwDamascusSteel_16=16 - I:screwDamascusSteel_400=400 - I:screwDarkSteel_16=16 - I:screwDarkSteel_400=400 - I:screwDiamond_400=400 - I:screwDiamond_85=85 - I:screwDuranium_16=16 - I:screwDuranium_400=400 - I:screwElectrum_16=16 - I:screwElectrum_400=400 - I:screwEmerald_16=16 - I:screwEmerald_400=400 - I:screwEpoxidFiberReinforced_16=16 - I:screwEpoxidFiberReinforced_400=400 - I:screwEpoxid_16=16 - I:screwEpoxid_400=400 - I:screwGarnetRed_16=16 - I:screwGarnetRed_400=400 - I:screwGarnetYellow_16=16 - I:screwGarnetYellow_400=400 - I:screwGold_21=21 - I:screwGold_400=400 - I:screwGreenSapphire_16=16 - I:screwGreenSapphire_400=400 - I:screwHSSE_16=16 - I:screwHSSE_400=400 - I:screwHSSG_16=16 - I:screwHSSG_400=400 - I:screwHSSS_16=16 - I:screwHSSS_400=400 - I:screwInvar_16=16 - I:screwInvar_400=400 - I:screwIridium_21=21 - I:screwIridium_400=400 - I:screwIronMagnetic_16=16 - I:screwIronMagnetic_400=400 - I:screwIron_16=16 - I:screwIron_400=400 - I:screwKanthal_16=16 - I:screwKanthal_400=400 - I:screwLead_23=23 - I:screwLead_400=400 - I:screwMagnalium_16=16 - I:screwMagnalium_400=400 - I:screwManganese_16=16 - I:screwManganese_400=400 - I:screwMithril_27=27 - I:screwMithril_400=400 - I:screwMolybdenum_16=16 - I:screwMolybdenum_400=400 - I:screwNaquadahAlloy_16=16 - I:screwNaquadahAlloy_400=400 - I:screwNaquadahEnriched_16=16 - I:screwNaquadahEnriched_400=400 - I:screwNaquadah_16=16 - I:screwNaquadah_400=400 - I:screwNaquadria_16=16 - I:screwNaquadria_400=400 - I:screwNeodymiumMagnetic_16=16 - I:screwNeodymiumMagnetic_400=400 - I:screwNeodymium_16=16 - I:screwNeodymium_400=400 - I:screwNetherQuartz_16=16 - I:screwNetherQuartz_400=400 - I:screwNetherStar_16=16 - I:screwNetherStar_400=400 - I:screwNeutronium_11111=11111 - I:screwNeutronium_400=400 - I:screwNichrome_16=16 - I:screwNichrome_400=400 - I:screwNickelZincFerrite_16=16 - I:screwNickelZincFerrite_400=400 - I:screwNickel_16=16 - I:screwNickel_400=400 - I:screwOlivine_16=16 - I:screwOlivine_400=400 - I:screwOpal_16=16 - I:screwOpal_400=400 - I:screwOsmiridium_21=21 - I:screwOsmiridium_400=400 - I:screwOsmium_21=21 - I:screwOsmium_400=400 - I:screwPalladium_16=16 - I:screwPalladium_400=400 - I:screwPigIron_16=16 - I:screwPigIron_400=400 - I:screwPlastic_16=16 - I:screwPlastic_400=400 - I:screwPlatinum_21=21 - I:screwPlatinum_400=400 - I:screwPlutonium241_27=27 - I:screwPlutonium241_400=400 - I:screwPlutonium_27=27 - I:screwPlutonium_400=400 - I:screwPolycaprolactam_16=16 - I:screwPolycaprolactam_400=400 - I:screwPolyphenyleneSulfide_16=16 - I:screwPolyphenyleneSulfide_400=400 - I:screwPolystyrene_16=16 - I:screwPolystyrene_400=400 - I:screwPolytetrafluoroethylene_16=16 - I:screwPolytetrafluoroethylene_400=400 - I:screwPolyvinylChloride_16=16 - I:screwPolyvinylChloride_400=400 - I:screwRedSteel_16=16 - I:screwRedSteel_400=400 - I:screwRoseGold_18=18 - I:screwRoseGold_400=400 - I:screwRubber_16=16 - I:screwRubber_400=400 - I:screwRuby_16=16 - I:screwRuby_400=400 - I:screwSapphire_16=16 - I:screwSapphire_400=400 - I:screwSilicone_16=16 - I:screwSilicone_400=400 - I:screwSilver_16=16 - I:screwSilver_400=400 - I:screwStainlessSteel_16=16 - I:screwStainlessSteel_400=400 - I:screwSteelMagnetic_16=16 - I:screwSteelMagnetic_400=400 - I:screwSteel_16=16 - I:screwSteel_400=400 - I:screwSterlingSilver_16=16 - I:screwSterlingSilver_400=400 - I:screwStyreneButadieneRubber_16=16 - I:screwStyreneButadieneRubber_400=400 - I:screwTanzanite_16=16 - I:screwTanzanite_400=400 - I:screwThorium_25=25 - I:screwThorium_400=400 - I:screwTinAlloy_16=16 - I:screwTinAlloy_400=400 - I:screwTin_16=16 - I:screwTin_400=400 - I:screwTitanium_16=16 - I:screwTitanium_400=400 - I:screwTopaz_16=16 - I:screwTopaz_400=400 - I:screwTritanium_16=16 - I:screwTritanium_400=400 - I:screwTungstenCarbide_16=16 - I:screwTungstenCarbide_400=400 - I:screwTungstenSteel_16=16 - I:screwTungstenSteel_400=400 - I:screwTungsten_20=20 - I:screwTungsten_400=400 - I:screwUltimet_16=16 - I:screwUltimet_400=400 - I:screwUranium235_26=26 - I:screwUranium235_400=400 - I:screwUranium_26=26 - I:screwUranium_400=400 - I:screwVanadiumSteel_16=16 - I:screwVanadiumSteel_400=400 - I:screwWoodSealed_16=16 - I:screwWoodSealed_400=400 - I:screwWood_16=16 - I:screwWood_400=400 - I:screwWroughtIron_16=16 - I:screwWroughtIron_400=400 - I:springTitanium_400=400 - I:springTitanium_48=48 - I:stickAluminium_16=16 - I:stickAluminium_400=400 - I:stickAmericium_122=122 - I:stickAmericium_400=400 - I:stickAmethyst_16=16 - I:stickAmethyst_400=400 - I:stickBeryllium_16=16 - I:stickBeryllium_400=400 - I:stickBismuthBronze_400=400 - I:stickBismuthBronze_46=46 - I:stickBismuth_104=104 - I:stickBismuth_400=400 - I:stickBlackBronze_400=400 - I:stickBlackBronze_49=49 - I:stickBlackSteel_32=32 - I:stickBlackSteel_400=400 - I:stickBlaze_400=400 - I:stickBlueSteel_37=37 - I:stickBlueSteel_400=400 - I:stickBlueTopaz_16=16 - I:stickBlueTopaz_400=400 - I:stickBrass_31=31 - I:stickBrass_400=400 - I:stickBronze_38=38 - I:stickBronze_400=400 - I:stickCarbon_16=16 - I:stickCarbon_400=400 - I:stickCertusQuartz_400=400 - I:stickCertusQuartz_49=49 - I:stickChrome_26=26 - I:stickChrome_400=400 - I:stickCobaltBrass_29=29 - I:stickCobaltBrass_400=400 - I:stickCobalt_29=29 - I:stickCobalt_400=400 - I:stickCopper_31=31 - I:stickCopper_400=400 - I:stickCupronickel_30=30 - I:stickCupronickel_400=400 - I:stickDamascusSteel_28=28 - I:stickDamascusSteel_400=400 - I:stickDarkSteel_400=400 - I:stickDarkSteel_49=49 - I:stickDiamond_384=384 - I:stickDiamond_400=400 - I:stickDuranium_400=400 - I:stickDuranium_49=49 - I:stickElectrum_400=400 - I:stickElectrum_75=75 - I:stickEmerald_16=16 - I:stickEmerald_400=400 - I:stickEpoxidFiberReinforced_16=16 - I:stickEpoxidFiberReinforced_400=400 - I:stickEpoxid_16=16 - I:stickEpoxid_400=400 - I:stickEuropium_400=400 - I:stickEuropium_75=75 - I:stickGarnetRed_16=16 - I:stickGarnetRed_400=400 - I:stickGarnetYellow_16=16 - I:stickGarnetYellow_400=400 - I:stickGold_400=400 - I:stickGold_98=98 - I:stickGreenSapphire_16=16 - I:stickGreenSapphire_400=400 - I:stickHSSE_40=40 - I:stickHSSE_400=400 - I:stickHSSG_400=400 - I:stickHSSG_49=49 - I:stickHSSS_400=400 - I:stickHSSS_64=64 - I:stickInvar_28=28 - I:stickInvar_400=400 - I:stickIridium_400=400 - I:stickIridium_96=96 - I:stickIronMagnetic_28=28 - I:stickIronMagnetic_400=400 - I:stickIron_28=28 - I:stickIron_400=400 - I:stickKanthal_22=22 - I:stickKanthal_400=400 - I:stickLapis_16=16 - I:stickLapis_400=400 - I:stickLazurite_16=16 - I:stickLazurite_400=400 - I:stickLead_103=103 - I:stickLead_400=400 - I:stickLongAluminium_26=26 - I:stickLongAluminium_400=400 - I:stickLongAmericium_245=245 - I:stickLongAmericium_400=400 - I:stickLongAmethyst_27=27 - I:stickLongAmethyst_400=400 - I:stickLongBeryllium_16=16 - I:stickLongBeryllium_400=400 - I:stickLongBismuthBronze_400=400 - I:stickLongBismuthBronze_92=92 - I:stickLongBismuth_208=208 - I:stickLongBismuth_400=400 - I:stickLongBlackBronze_400=400 - I:stickLongBlackBronze_98=98 - I:stickLongBlackSteel_400=400 - I:stickLongBlackSteel_64=64 - I:stickLongBlaze_115=115 - I:stickLongBlaze_400=400 - I:stickLongBlueSteel_400=400 - I:stickLongBlueSteel_75=75 - I:stickLongBlueTopaz_16=16 - I:stickLongBlueTopaz_400=400 - I:stickLongBrass_400=400 - I:stickLongBrass_63=63 - I:stickLongBronze_400=400 - I:stickLongBronze_76=76 - I:stickLongCarbon_16=16 - I:stickLongCarbon_400=400 - I:stickLongCertusQuartz_400=400 - I:stickLongCertusQuartz_98=98 - I:stickLongChrome_400=400 - I:stickLongChrome_52=52 - I:stickLongCobaltBrass_400=400 - I:stickLongCobaltBrass_58=58 - I:stickLongCobalt_400=400 - I:stickLongCobalt_59=59 - I:stickLongCupronickel_400=400 - I:stickLongCupronickel_60=60 - I:stickLongDamascusSteel_400=400 - I:stickLongDamascusSteel_56=56 - I:stickLongDarkSteel_400=400 - I:stickLongDarkSteel_98=98 - I:stickLongDiamond_400=400 - I:stickLongDiamond_768=768 - I:stickLongDuranium_400=400 - I:stickLongDuranium_98=98 - I:stickLongElectrum_151=151 - I:stickLongElectrum_400=400 - I:stickLongEmerald_18=18 - I:stickLongEmerald_400=400 - I:stickLongEpoxidFiberReinforced_16=16 - I:stickLongEpoxidFiberReinforced_400=400 - I:stickLongEpoxid_16=16 - I:stickLongEpoxid_400=400 - I:stickLongGarnetRed_23=23 - I:stickLongGarnetRed_400=400 - I:stickLongGarnetYellow_23=23 - I:stickLongGarnetYellow_400=400 - I:stickLongGold_196=196 - I:stickLongGold_400=400 - I:stickLongGreenSapphire_20=20 - I:stickLongGreenSapphire_400=400 - I:stickLongHSSE_400=400 - I:stickLongHSSE_81=81 - I:stickLongHSSG_400=400 - I:stickLongHSSG_98=98 - I:stickLongHSSS_129=129 - I:stickLongHSSS_400=400 - I:stickLongInvar_400=400 - I:stickLongInvar_56=56 - I:stickLongIridium_192=192 - I:stickLongIridium_400=400 - I:stickLongIronMagnetic_400=400 - I:stickLongIronMagnetic_56=56 - I:stickLongIron_400=400 - I:stickLongIron_56=56 - I:stickLongKanthal_400=400 - I:stickLongKanthal_44=44 - I:stickLongLead_207=207 - I:stickLongLead_400=400 - I:stickLongMagnalium_25=25 - I:stickLongMagnalium_400=400 - I:stickLongManganese_400=400 - I:stickLongManganese_55=55 - I:stickLongMithril_245=245 - I:stickLongMithril_400=400 - I:stickLongMolybdenum_400=400 - I:stickLongMolybdenum_95=95 - I:stickLongNaquadahAlloy_400=400 - I:stickLongNaquadahAlloy_98=98 - I:stickLongNaquadahEnriched_400=400 - I:stickLongNaquadahEnriched_98=98 - I:stickLongNaquadah_400=400 - I:stickLongNaquadah_98=98 - I:stickLongNaquadria_400=400 - I:stickLongNaquadria_98=98 - I:stickLongNeodymiumMagnetic_144=144 - I:stickLongNeodymiumMagnetic_400=400 - I:stickLongNeodymium_144=144 - I:stickLongNeodymium_400=400 - I:stickLongNetherQuartz_400=400 - I:stickLongNetherQuartz_98=98 - I:stickLongNetherStar_400=400 - I:stickLongNetherStar_98=98 - I:stickLongNeutronium_100000=100000 - I:stickLongNeutronium_400=400 - I:stickLongNichrome_400=400 - I:stickLongNichrome_56=56 - I:stickLongNickelZincFerrite_33=33 - I:stickLongNickelZincFerrite_400=400 - I:stickLongNickel_400=400 - I:stickLongNickel_58=58 - I:stickLongOlivine_28=28 - I:stickLongOlivine_400=400 - I:stickLongOpal_20=20 - I:stickLongOpal_400=400 - I:stickLongOsmiridium_191=191 - I:stickLongOsmiridium_400=400 - I:stickLongOsmium_190=190 - I:stickLongOsmium_400=400 - I:stickLongPalladium_106=106 - I:stickLongPalladium_400=400 - I:stickLongPigIron_400=400 - I:stickLongPigIron_56=56 - I:stickLongPlastic_16=16 - I:stickLongPlastic_400=400 - I:stickLongPlatinum_195=195 - I:stickLongPlatinum_400=400 - I:stickLongPlutonium241_243=243 - I:stickLongPlutonium241_400=400 - I:stickLongPlutonium_246=246 - I:stickLongPlutonium_400=400 - I:stickLongPolycaprolactam_16=16 - I:stickLongPolycaprolactam_400=400 - I:stickLongPolyphenyleneSulfide_16=16 - I:stickLongPolyphenyleneSulfide_400=400 - I:stickLongPolystyrene_16=16 - I:stickLongPolystyrene_400=400 - I:stickLongPolytetrafluoroethylene_16=16 - I:stickLongPolytetrafluoroethylene_400=400 - I:stickLongPolyvinylChloride_16=16 - I:stickLongPolyvinylChloride_400=400 - I:stickLongRedSteel_400=400 - I:stickLongRedSteel_69=69 - I:stickLongRoseGold_169=169 - I:stickLongRoseGold_400=400 - I:stickLongRubber_16=16 - I:stickLongRubber_400=400 - I:stickLongRuby_25=25 - I:stickLongRuby_400=400 - I:stickLongSapphire_20=20 - I:stickLongSapphire_400=400 - I:stickLongSilicone_16=16 - I:stickLongSilicone_400=400 - I:stickLongSilver_107=107 - I:stickLongSilver_400=400 - I:stickLongStainlessSteel_400=400 - I:stickLongStainlessSteel_55=55 - I:stickLongSteelMagnetic_400=400 - I:stickLongSteelMagnetic_56=56 - I:stickLongSteel_400=400 - I:stickLongSteel_56=56 - I:stickLongSterlingSilver_400=400 - I:stickLongSterlingSilver_98=98 - I:stickLongStyreneButadieneRubber_16=16 - I:stickLongStyreneButadieneRubber_400=400 - I:stickLongTanzanite_20=20 - I:stickLongTanzanite_400=400 - I:stickLongThorium_230=230 - I:stickLongThorium_400=400 - I:stickLongTinAlloy_400=400 - I:stickLongTinAlloy_87=87 - I:stickLongTitanium_400=400 - I:stickLongTitanium_48=48 - I:stickLongTopaz_16=16 - I:stickLongTopaz_400=400 - I:stickLongTritanium_400=400 - I:stickLongTritanium_98=98 - I:stickLongTungstenCarbide_400=400 - I:stickLongTungstenCarbide_97=97 - I:stickLongTungstenSteel_119=119 - I:stickLongTungstenSteel_400=400 - I:stickLongTungsten_183=183 - I:stickLongTungsten_400=400 - I:stickLongUltimet_400=400 - I:stickLongUltimet_61=61 - I:stickLongUranium235_235=235 - I:stickLongUranium235_400=400 - I:stickLongUranium_238=238 - I:stickLongUranium_400=400 - I:stickLongVanadiumSteel_400=400 - I:stickLongVanadiumSteel_55=55 - I:stickLongWoodSealed_16=16 - I:stickLongWoodSealed_400=400 - I:stickLongWood_16=16 - I:stickLongWood_400=400 - I:stickLongWroughtIron_400=400 - I:stickLongWroughtIron_56=56 - I:stickMagnalium_16=16 - I:stickMagnalium_400=400 - I:stickManganese_27=27 - I:stickManganese_400=400 - I:stickMithril_122=122 - I:stickMithril_400=400 - I:stickMolybdenum_400=400 - I:stickMolybdenum_47=47 - I:stickNaquadahAlloy_400=400 - I:stickNaquadahAlloy_49=49 - I:stickNaquadahEnriched_400=400 - I:stickNaquadahEnriched_49=49 - I:stickNaquadah_400=400 - I:stickNaquadah_49=49 - I:stickNaquadria_400=400 - I:stickNaquadria_49=49 - I:stickNeodymiumMagnetic_400=400 - I:stickNeodymiumMagnetic_72=72 - I:stickNeodymium_400=400 - I:stickNeodymium_72=72 - I:stickNetherQuartz_400=400 - I:stickNetherQuartz_49=49 - I:stickNetherStar_400=400 - I:stickNetherStar_49=49 - I:stickNeutronium_400=400 - I:stickNeutronium_50000=50000 - I:stickNichrome_28=28 - I:stickNichrome_400=400 - I:stickNickelZincFerrite_16=16 - I:stickNickelZincFerrite_400=400 - I:stickNickel_29=29 - I:stickNickel_400=400 - I:stickOlivine_16=16 - I:stickOlivine_400=400 - I:stickOpal_16=16 - I:stickOpal_400=400 - I:stickOsmiridium_400=400 - I:stickOsmiridium_95=95 - I:stickOsmium_400=400 - I:stickOsmium_95=95 - I:stickPalladium_400=400 - I:stickPalladium_53=53 - I:stickPigIron_28=28 - I:stickPigIron_400=400 - I:stickPlastic_16=16 - I:stickPlastic_400=400 - I:stickPlatinum_400=400 - I:stickPlatinum_97=97 - I:stickPlutonium241_121=121 - I:stickPlutonium241_400=400 - I:stickPlutonium_123=123 - I:stickPlutonium_400=400 - I:stickPolycaprolactam_16=16 - I:stickPolycaprolactam_400=400 - I:stickPolyphenyleneSulfide_16=16 - I:stickPolyphenyleneSulfide_400=400 - I:stickPolystyrene_16=16 - I:stickPolystyrene_400=400 - I:stickPolytetrafluoroethylene_16=16 - I:stickPolytetrafluoroethylene_400=400 - I:stickPolyvinylChloride_16=16 - I:stickPolyvinylChloride_400=400 - I:stickRedSteel_34=34 - I:stickRedSteel_400=400 - I:stickRoseGold_400=400 - I:stickRoseGold_84=84 - I:stickRubber_16=16 - I:stickRubber_400=400 - I:stickRuby_16=16 - I:stickRuby_400=400 - I:stickSapphire_16=16 - I:stickSapphire_400=400 - I:stickSilicone_16=16 - I:stickSilicone_400=400 - I:stickSilver_400=400 - I:stickSilver_53=53 - I:stickSodalite_16=16 - I:stickSodalite_400=400 - I:stickSolderingAlloy_400=400 - I:stickSolderingAlloy_59=59 - I:stickStainlessSteel_27=27 - I:stickStainlessSteel_400=400 - I:stickSteelMagnetic_28=28 - I:stickSteelMagnetic_400=400 - I:stickSteel_28=28 - I:stickSteel_400=400 - I:stickSterlingSilver_400=400 - I:stickSterlingSilver_49=49 - I:stickStyreneButadieneRubber_16=16 - I:stickStyreneButadieneRubber_400=400 - I:stickTanzanite_16=16 - I:stickTanzanite_400=400 - I:stickThorium_115=115 - I:stickThorium_400=400 - I:stickTinAlloy_400=400 - I:stickTinAlloy_43=43 - I:stickTin_400=400 - I:stickTin_59=59 - I:stickTitanium_24=24 - I:stickTitanium_400=400 - I:stickTopaz_16=16 - I:stickTopaz_400=400 - I:stickTritanium_400=400 - I:stickTritanium_49=49 - I:stickTungstenCarbide_400=400 - I:stickTungstenCarbide_48=48 - I:stickTungstenSteel_400=400 - I:stickTungstenSteel_59=59 - I:stickTungsten_400=400 - I:stickTungsten_91=91 - I:stickUltimet_30=30 - I:stickUltimet_400=400 - I:stickUranium235_117=117 - I:stickUranium235_400=400 - I:stickUranium_119=119 - I:stickUranium_400=400 - I:stickVanadiumGallium_27=27 - I:stickVanadiumGallium_400=400 - I:stickVanadiumSteel_27=27 - I:stickVanadiumSteel_400=400 - I:stickWoodSealed_16=16 - I:stickWoodSealed_400=400 - I:stickWood_16=16 - I:stickWood_400=400 - I:stickWroughtIron_28=28 - I:stickWroughtIron_400=400 - I:tile.anvil.intact_1680=1680 - I:tile.anvil.intact_400=400 - I:tile.anvil.slightlyDamaged_1120=1120 - I:tile.anvil.slightlyDamaged_400=400 - I:tile.anvil.veryDamaged_400=400 - I:tile.anvil.veryDamaged_560=560 - I:tile.beacon_264=264 - I:tile.beacon_400=400 - I:tile.bookshelf_400=400 - I:tile.bookshelf_936=936 - I:tile.brick_20=20 - I:tile.brick_400=400 - I:tile.button_16=16 - I:tile.button_400=400 - I:tile.button_98=98 - I:tile.chestTrap_109=109 - I:tile.chestTrap_400=400 - I:tile.chest_400=400 - I:tile.chest_72=72 - I:tile.clayHardenedStained.black_16=16 - I:tile.clayHardenedStained.black_400=400 - I:tile.clayHardened_16=16 - I:tile.clayHardened_400=400 - I:tile.clay_30=30 - I:tile.clay_400=400 - I:tile.cloth.black_400=400 - I:tile.dispenser_400=400 - I:tile.dispenser_771=771 - I:tile.dropper_400=400 - I:tile.dropper_771=771 - I:tile.enchantmentTable_1918=1918 - I:tile.enchantmentTable_400=400 - I:tile.enderChest_374=374 - I:tile.enderChest_400=400 - I:tile.fenceIron_21=21 - I:tile.fenceIron_400=400 - I:tile.fence_16=16 - I:tile.fence_400=400 - I:tile.furnace_400=400 - I:tile.furnace_784=784 - I:tile.glass_20=20 - I:tile.glass_400=400 - I:tile.gravel_400=400 - I:tile.hayBlock_400=400 - I:tile.hayBlock_882=882 - I:tile.hellrock_400=400 - I:tile.hopper_352=352 - I:tile.hopper_400=400 - I:tile.icePacked_16=16 - I:tile.icePacked_400=400 - I:tile.ice_16=16 - I:tile.ice_400=400 - I:tile.jukebox_400=400 - I:tile.jukebox_840=840 - I:tile.ladder_16=16 - I:tile.ladder_400=400 - I:tile.lever_102=102 - I:tile.lever_400=400 - I:tile.lightgem_392=392 - I:tile.lightgem_400=400 - I:tile.log.acacia_400=400 - I:tile.log.oak_400=400 - I:tile.melon_400=400 - I:tile.mushroom_400=400 - I:tile.musicBlock_157=157 - I:tile.musicBlock_400=400 - I:tile.notGate_400=400 - I:tile.notGate_89=89 - I:tile.obsidian_400=400 - I:tile.pistonBase_400=400 - I:tile.pistonBase_419=419 - I:tile.pistonStickyBase_400=400 - I:tile.pistonStickyBase_419=419 - I:tile.pressurePlate_18=18 - I:tile.pressurePlate_196=196 - I:tile.pressurePlate_400=400 - I:tile.pumpkin_400=400 - I:tile.quartzBlock.default_392=392 - I:tile.quartzBlock.default_400=400 - I:tile.redstoneLight_400=400 - I:tile.redstoneLight_732=732 - I:tile.sandStone.default_400=400 - I:tile.sapling.oak_400=400 - I:tile.snow_16=16 - I:tile.snow_400=400 - I:tile.stainedGlass.black_20=20 - I:tile.stainedGlass.black_400=400 - I:tile.stoneMoss_400=400 - I:tile.stoneMoss_98=98 - I:tile.stoneSlab.cobble_400=400 - I:tile.stoneSlab.cobble_49=49 - I:tile.stoneSlab.cobble_98=98 - I:tile.stoneSlab.smoothStoneBrick_400=400 - I:tile.stoneSlab.smoothStoneBrick_49=49 - I:tile.stoneSlab.smoothStoneBrick_98=98 - I:tile.stoneSlab.stone_16=16 - I:tile.stoneSlab.stone_400=400 - I:tile.stoneSlab.stone_49=49 - I:tile.stoneSlab.stone_98=98 - I:tile.stoneSlab.wood_16=16 - I:tile.stoneSlab.wood_400=400 - I:tile.stone_400=400 - I:tile.stone_98=98 - I:tile.stonebrick_400=400 - I:tile.stonebrick_98=98 - I:tile.stonebricksmooth.default_400=400 - I:tile.stonebricksmooth.default_98=98 - I:tile.thinGlass_16=16 - I:tile.thinGlass_400=400 - I:tile.thinStainedGlass.black_16=16 - I:tile.thinStainedGlass.black_400=400 - I:tile.tripWireSource_37=37 - I:tile.tripWireSource_400=400 - I:tile.weightedPlate_heavy_112=112 - I:tile.weightedPlate_heavy_400=400 - I:tile.weightedPlate_light_392=392 - I:tile.weightedPlate_light_400=400 - I:tile.whiteStone_400=400 - I:tile.wood.oak_16=16 - I:tile.wood.oak_400=400 - I:tile.woodSlab.oak_16=16 - I:tile.woodSlab.oak_400=400 - I:tile.workbench_36=36 - I:tile.workbench_400=400 - I:toolHeadAxeAluminium_400=400 - I:toolHeadAxeAluminium_78=78 - I:toolHeadAxeAmethyst_400=400 - I:toolHeadAxeAmethyst_81=81 - I:toolHeadAxeBeryllium_27=27 - I:toolHeadAxeBeryllium_400=400 - I:toolHeadAxeBismuthBronze_276=276 - I:toolHeadAxeBismuthBronze_400=400 - I:toolHeadAxeBismuth_400=400 - I:toolHeadAxeBismuth_624=624 - I:toolHeadAxeBlackBronze_294=294 - I:toolHeadAxeBlackBronze_400=400 - I:toolHeadAxeBlackSteel_192=192 - I:toolHeadAxeBlackSteel_400=400 - I:toolHeadAxeBlaze_345=345 - I:toolHeadAxeBlaze_400=400 - I:toolHeadAxeBlueSteel_225=225 - I:toolHeadAxeBlueSteel_400=400 - I:toolHeadAxeBlueTopaz_400=400 - I:toolHeadAxeBlueTopaz_48=48 - I:toolHeadAxeBrass_189=189 - I:toolHeadAxeBrass_400=400 - I:toolHeadAxeBronze_228=228 - I:toolHeadAxeBronze_400=400 - I:toolHeadAxeCarbon_36=36 - I:toolHeadAxeCarbon_400=400 - I:toolHeadAxeCertusQuartz_294=294 - I:toolHeadAxeCertusQuartz_400=400 - I:toolHeadAxeChrome_156=156 - I:toolHeadAxeChrome_400=400 - I:toolHeadAxeCobaltBrass_174=174 - I:toolHeadAxeCobaltBrass_400=400 - I:toolHeadAxeCobalt_177=177 - I:toolHeadAxeCobalt_400=400 - I:toolHeadAxeCupronickel_180=180 - I:toolHeadAxeCupronickel_400=400 - I:toolHeadAxeDamascusSteel_168=168 - I:toolHeadAxeDamascusSteel_400=400 - I:toolHeadAxeDarkSteel_294=294 - I:toolHeadAxeDarkSteel_400=400 - I:toolHeadAxeDiamond_2304=2304 - I:toolHeadAxeDiamond_400=400 - I:toolHeadAxeDuranium_294=294 - I:toolHeadAxeDuranium_400=400 - I:toolHeadAxeElectrum_400=400 - I:toolHeadAxeElectrum_453=453 - I:toolHeadAxeEmerald_400=400 - I:toolHeadAxeEmerald_54=54 - I:toolHeadAxeEpoxidFiberReinforced_18=18 - I:toolHeadAxeEpoxidFiberReinforced_400=400 - I:toolHeadAxeEpoxid_18=18 - I:toolHeadAxeEpoxid_400=400 - I:toolHeadAxeFlint_400=400 - I:toolHeadAxeFlint_60=60 - I:toolHeadAxeGarnetRed_400=400 - I:toolHeadAxeGarnetRed_69=69 - I:toolHeadAxeGarnetYellow_400=400 - I:toolHeadAxeGarnetYellow_69=69 - I:toolHeadAxeGold_400=400 - I:toolHeadAxeGold_588=588 - I:toolHeadAxeGraniteBlack_400=400 - I:toolHeadAxeGraniteBlack_60=60 - I:toolHeadAxeGraniteRed_400=400 - I:toolHeadAxeGraniteRed_60=60 - I:toolHeadAxeGraphene_294=294 - I:toolHeadAxeGraphene_400=400 - I:toolHeadAxeGraphite_294=294 - I:toolHeadAxeGraphite_400=400 - I:toolHeadAxeGreenSapphire_400=400 - I:toolHeadAxeGreenSapphire_60=60 - I:toolHeadAxeHSSE_243=243 - I:toolHeadAxeHSSE_400=400 - I:toolHeadAxeHSSG_294=294 - I:toolHeadAxeHSSG_400=400 - I:toolHeadAxeHSSS_387=387 - I:toolHeadAxeHSSS_400=400 - I:toolHeadAxeInvar_168=168 - I:toolHeadAxeInvar_400=400 - I:toolHeadAxeIridium_400=400 - I:toolHeadAxeIridium_576=576 - I:toolHeadAxeIronMagnetic_168=168 - I:toolHeadAxeIronMagnetic_400=400 - I:toolHeadAxeIron_168=168 - I:toolHeadAxeIron_400=400 - I:toolHeadAxeKanthal_132=132 - I:toolHeadAxeKanthal_400=400 - I:toolHeadAxeLead_400=400 - I:toolHeadAxeLead_621=621 - I:toolHeadAxeMagnalium_400=400 - I:toolHeadAxeMagnalium_75=75 - I:toolHeadAxeManganese_165=165 - I:toolHeadAxeManganese_400=400 - I:toolHeadAxeMithril_400=400 - I:toolHeadAxeMithril_735=735 - I:toolHeadAxeMolybdenum_285=285 - I:toolHeadAxeMolybdenum_400=400 - I:toolHeadAxeNaquadahAlloy_294=294 - I:toolHeadAxeNaquadahAlloy_400=400 - I:toolHeadAxeNaquadahEnriched_294=294 - I:toolHeadAxeNaquadahEnriched_400=400 - I:toolHeadAxeNaquadah_294=294 - I:toolHeadAxeNaquadah_400=400 - I:toolHeadAxeNaquadria_294=294 - I:toolHeadAxeNaquadria_400=400 - I:toolHeadAxeNeodymiumMagnetic_400=400 - I:toolHeadAxeNeodymiumMagnetic_432=432 - I:toolHeadAxeNeodymium_400=400 - I:toolHeadAxeNeodymium_432=432 - I:toolHeadAxeNetherQuartz_294=294 - I:toolHeadAxeNetherQuartz_400=400 - I:toolHeadAxeNetherStar_294=294 - I:toolHeadAxeNetherStar_400=400 - I:toolHeadAxeNeutronium_300000=300000 - I:toolHeadAxeNeutronium_400=400 - I:toolHeadAxeNichrome_168=168 - I:toolHeadAxeNichrome_400=400 - I:toolHeadAxeNickelZincFerrite_400=400 - I:toolHeadAxeNickelZincFerrite_99=99 - I:toolHeadAxeNickel_174=174 - I:toolHeadAxeNickel_400=400 - I:toolHeadAxeOlivine_400=400 - I:toolHeadAxeOlivine_84=84 - I:toolHeadAxeOpal_400=400 - I:toolHeadAxeOpal_60=60 - I:toolHeadAxeOsmiridium_400=400 - I:toolHeadAxeOsmiridium_573=573 - I:toolHeadAxeOsmium_400=400 - I:toolHeadAxeOsmium_570=570 - I:toolHeadAxePalladium_318=318 - I:toolHeadAxePalladium_400=400 - I:toolHeadAxePigIron_168=168 - I:toolHeadAxePigIron_400=400 - I:toolHeadAxePlastic_16=16 - I:toolHeadAxePlastic_400=400 - I:toolHeadAxePlatinum_400=400 - I:toolHeadAxePlatinum_585=585 - I:toolHeadAxePlutonium241_400=400 - I:toolHeadAxePlutonium241_729=729 - I:toolHeadAxePlutonium_400=400 - I:toolHeadAxePlutonium_738=738 - I:toolHeadAxePolycaprolactam_16=16 - I:toolHeadAxePolycaprolactam_400=400 - I:toolHeadAxePolyphenyleneSulfide_27=27 - I:toolHeadAxePolyphenyleneSulfide_400=400 - I:toolHeadAxePolystyrene_18=18 - I:toolHeadAxePolystyrene_400=400 - I:toolHeadAxePolytetrafluoroethylene_400=400 - I:toolHeadAxePolytetrafluoroethylene_48=48 - I:toolHeadAxePolyvinylChloride_30=30 - I:toolHeadAxePolyvinylChloride_400=400 - I:toolHeadAxeRedSteel_207=207 - I:toolHeadAxeRedSteel_400=400 - I:toolHeadAxeRoseGold_400=400 - I:toolHeadAxeRoseGold_507=507 - I:toolHeadAxeRubber_16=16 - I:toolHeadAxeRubber_400=400 - I:toolHeadAxeRuby_400=400 - I:toolHeadAxeRuby_75=75 - I:toolHeadAxeSapphire_400=400 - I:toolHeadAxeSapphire_60=60 - I:toolHeadAxeSilicone_21=21 - I:toolHeadAxeSilicone_400=400 - I:toolHeadAxeSilver_321=321 - I:toolHeadAxeSilver_400=400 - I:toolHeadAxeStainlessSteel_165=165 - I:toolHeadAxeStainlessSteel_400=400 - I:toolHeadAxeSteelMagnetic_168=168 - I:toolHeadAxeSteelMagnetic_400=400 - I:toolHeadAxeSteel_168=168 - I:toolHeadAxeSteel_400=400 - I:toolHeadAxeSterlingSilver_294=294 - I:toolHeadAxeSterlingSilver_400=400 - I:toolHeadAxeStone_294=294 - I:toolHeadAxeStone_400=400 - I:toolHeadAxeStyreneButadieneRubber_16=16 - I:toolHeadAxeStyreneButadieneRubber_400=400 - I:toolHeadAxeTanzanite_400=400 - I:toolHeadAxeTanzanite_60=60 - I:toolHeadAxeThorium_400=400 - I:toolHeadAxeThorium_690=690 - I:toolHeadAxeTinAlloy_261=261 - I:toolHeadAxeTinAlloy_400=400 - I:toolHeadAxeTitanium_144=144 - I:toolHeadAxeTitanium_400=400 - I:toolHeadAxeTopaz_400=400 - I:toolHeadAxeTopaz_48=48 - I:toolHeadAxeTritanium_294=294 - I:toolHeadAxeTritanium_400=400 - I:toolHeadAxeTungstenCarbide_291=291 - I:toolHeadAxeTungstenCarbide_400=400 - I:toolHeadAxeTungstenSteel_357=357 - I:toolHeadAxeTungstenSteel_400=400 - I:toolHeadAxeTungsten_400=400 - I:toolHeadAxeTungsten_549=549 - I:toolHeadAxeUltimet_183=183 - I:toolHeadAxeUltimet_400=400 - I:toolHeadAxeUranium235_400=400 - I:toolHeadAxeUranium235_705=705 - I:toolHeadAxeUranium_400=400 - I:toolHeadAxeUranium_714=714 - I:toolHeadAxeVanadiumSteel_165=165 - I:toolHeadAxeVanadiumSteel_400=400 - I:toolHeadAxeWoodSealed_27=27 - I:toolHeadAxeWoodSealed_400=400 - I:toolHeadAxeWood_27=27 - I:toolHeadAxeWood_400=400 - I:toolHeadAxeWroughtIron_168=168 - I:toolHeadAxeWroughtIron_400=400 - I:toolHeadBuzzSawAluminium_104=104 - I:toolHeadBuzzSawAluminium_400=400 - I:toolHeadBuzzSawBeryllium_36=36 - I:toolHeadBuzzSawBeryllium_400=400 - I:toolHeadBuzzSawBismuthBronze_368=368 - I:toolHeadBuzzSawBismuthBronze_400=400 - I:toolHeadBuzzSawBismuth_400=400 - I:toolHeadBuzzSawBismuth_832=832 - I:toolHeadBuzzSawBlackBronze_392=392 - I:toolHeadBuzzSawBlackBronze_400=400 - I:toolHeadBuzzSawBlackSteel_256=256 - I:toolHeadBuzzSawBlackSteel_400=400 - I:toolHeadBuzzSawBlaze_400=400 - I:toolHeadBuzzSawBlaze_460=460 - I:toolHeadBuzzSawBlueSteel_300=300 - I:toolHeadBuzzSawBlueSteel_400=400 - I:toolHeadBuzzSawBrass_252=252 - I:toolHeadBuzzSawBrass_400=400 - I:toolHeadBuzzSawBronze_304=304 - I:toolHeadBuzzSawBronze_400=400 - I:toolHeadBuzzSawCarbon_400=400 - I:toolHeadBuzzSawCarbon_48=48 - I:toolHeadBuzzSawChrome_208=208 - I:toolHeadBuzzSawChrome_400=400 - I:toolHeadBuzzSawCobaltBrass_232=232 - I:toolHeadBuzzSawCobaltBrass_400=400 - I:toolHeadBuzzSawCobalt_236=236 - I:toolHeadBuzzSawCobalt_400=400 - I:toolHeadBuzzSawCupronickel_240=240 - I:toolHeadBuzzSawCupronickel_400=400 - I:toolHeadBuzzSawDamascusSteel_224=224 - I:toolHeadBuzzSawDamascusSteel_400=400 - I:toolHeadBuzzSawDarkSteel_392=392 - I:toolHeadBuzzSawDarkSteel_400=400 - I:toolHeadBuzzSawDuranium_392=392 - I:toolHeadBuzzSawDuranium_400=400 - I:toolHeadBuzzSawElectrum_400=400 - I:toolHeadBuzzSawElectrum_604=604 - I:toolHeadBuzzSawEpoxidFiberReinforced_24=24 - I:toolHeadBuzzSawEpoxidFiberReinforced_400=400 - I:toolHeadBuzzSawEpoxid_24=24 - I:toolHeadBuzzSawEpoxid_400=400 - I:toolHeadBuzzSawGold_400=400 - I:toolHeadBuzzSawGold_784=784 - I:toolHeadBuzzSawGraphene_392=392 - I:toolHeadBuzzSawGraphene_400=400 - I:toolHeadBuzzSawHSSE_324=324 - I:toolHeadBuzzSawHSSE_400=400 - I:toolHeadBuzzSawHSSG_392=392 - I:toolHeadBuzzSawHSSG_400=400 - I:toolHeadBuzzSawHSSS_400=400 - I:toolHeadBuzzSawHSSS_516=516 - I:toolHeadBuzzSawInvar_224=224 - I:toolHeadBuzzSawInvar_400=400 - I:toolHeadBuzzSawIridium_400=400 - I:toolHeadBuzzSawIridium_768=768 - I:toolHeadBuzzSawIronMagnetic_224=224 - I:toolHeadBuzzSawIronMagnetic_400=400 - I:toolHeadBuzzSawIron_224=224 - I:toolHeadBuzzSawIron_400=400 - I:toolHeadBuzzSawKanthal_176=176 - I:toolHeadBuzzSawKanthal_400=400 - I:toolHeadBuzzSawLead_400=400 - I:toolHeadBuzzSawLead_828=828 - I:toolHeadBuzzSawMagnalium_100=100 - I:toolHeadBuzzSawMagnalium_400=400 - I:toolHeadBuzzSawManganese_220=220 - I:toolHeadBuzzSawManganese_400=400 - I:toolHeadBuzzSawMithril_400=400 - I:toolHeadBuzzSawMithril_980=980 - I:toolHeadBuzzSawMolybdenum_380=380 - I:toolHeadBuzzSawMolybdenum_400=400 - I:toolHeadBuzzSawNaquadahAlloy_392=392 - I:toolHeadBuzzSawNaquadahAlloy_400=400 - I:toolHeadBuzzSawNaquadahEnriched_392=392 - I:toolHeadBuzzSawNaquadahEnriched_400=400 - I:toolHeadBuzzSawNaquadah_392=392 - I:toolHeadBuzzSawNaquadah_400=400 - I:toolHeadBuzzSawNaquadria_392=392 - I:toolHeadBuzzSawNaquadria_400=400 - I:toolHeadBuzzSawNeodymiumMagnetic_400=400 - I:toolHeadBuzzSawNeodymiumMagnetic_576=576 - I:toolHeadBuzzSawNeodymium_400=400 - I:toolHeadBuzzSawNeodymium_576=576 - I:toolHeadBuzzSawNeutronium_400=400 - I:toolHeadBuzzSawNeutronium_400000=400000 - I:toolHeadBuzzSawNichrome_224=224 - I:toolHeadBuzzSawNichrome_400=400 - I:toolHeadBuzzSawNickelZincFerrite_132=132 - I:toolHeadBuzzSawNickelZincFerrite_400=400 - I:toolHeadBuzzSawNickel_232=232 - I:toolHeadBuzzSawNickel_400=400 - I:toolHeadBuzzSawOsmiridium_400=400 - I:toolHeadBuzzSawOsmiridium_764=764 - I:toolHeadBuzzSawOsmium_400=400 - I:toolHeadBuzzSawOsmium_760=760 - I:toolHeadBuzzSawPalladium_400=400 - I:toolHeadBuzzSawPalladium_424=424 - I:toolHeadBuzzSawPigIron_224=224 - I:toolHeadBuzzSawPigIron_400=400 - I:toolHeadBuzzSawPlatinum_400=400 - I:toolHeadBuzzSawPlatinum_780=780 - I:toolHeadBuzzSawPlutonium241_400=400 - I:toolHeadBuzzSawPlutonium241_972=972 - I:toolHeadBuzzSawPlutonium_400=400 - I:toolHeadBuzzSawPlutonium_984=984 - I:toolHeadBuzzSawPolycaprolactam_20=20 - I:toolHeadBuzzSawPolycaprolactam_400=400 - I:toolHeadBuzzSawPolyphenyleneSulfide_36=36 - I:toolHeadBuzzSawPolyphenyleneSulfide_400=400 - I:toolHeadBuzzSawPolytetrafluoroethylene_400=400 - I:toolHeadBuzzSawPolytetrafluoroethylene_64=64 - I:toolHeadBuzzSawRedSteel_276=276 - I:toolHeadBuzzSawRedSteel_400=400 - I:toolHeadBuzzSawRoseGold_400=400 - I:toolHeadBuzzSawRoseGold_676=676 - I:toolHeadBuzzSawSilver_400=400 - I:toolHeadBuzzSawSilver_428=428 - I:toolHeadBuzzSawStainlessSteel_220=220 - I:toolHeadBuzzSawStainlessSteel_400=400 - I:toolHeadBuzzSawSteelMagnetic_224=224 - I:toolHeadBuzzSawSteelMagnetic_400=400 - I:toolHeadBuzzSawSteel_224=224 - I:toolHeadBuzzSawSteel_400=400 - I:toolHeadBuzzSawSterlingSilver_392=392 - I:toolHeadBuzzSawSterlingSilver_400=400 - I:toolHeadBuzzSawThorium_400=400 - I:toolHeadBuzzSawThorium_920=920 - I:toolHeadBuzzSawTinAlloy_348=348 - I:toolHeadBuzzSawTinAlloy_400=400 - I:toolHeadBuzzSawTitanium_192=192 - I:toolHeadBuzzSawTitanium_400=400 - I:toolHeadBuzzSawTritanium_392=392 - I:toolHeadBuzzSawTritanium_400=400 - I:toolHeadBuzzSawTungstenCarbide_388=388 - I:toolHeadBuzzSawTungstenCarbide_400=400 - I:toolHeadBuzzSawTungstenSteel_400=400 - I:toolHeadBuzzSawTungstenSteel_476=476 - I:toolHeadBuzzSawTungsten_400=400 - I:toolHeadBuzzSawTungsten_732=732 - I:toolHeadBuzzSawUltimet_244=244 - I:toolHeadBuzzSawUltimet_400=400 - I:toolHeadBuzzSawUranium235_400=400 - I:toolHeadBuzzSawUranium235_940=940 - I:toolHeadBuzzSawUranium_400=400 - I:toolHeadBuzzSawUranium_952=952 - I:toolHeadBuzzSawVanadiumSteel_220=220 - I:toolHeadBuzzSawVanadiumSteel_400=400 - I:toolHeadBuzzSawWroughtIron_224=224 - I:toolHeadBuzzSawWroughtIron_400=400 - I:toolHeadChainsawAluminium_304=304 - I:toolHeadChainsawAluminium_400=400 - I:toolHeadChainsawBeryllium_270=270 - I:toolHeadChainsawBeryllium_400=400 - I:toolHeadChainsawBismuthBronze_400=400 - I:toolHeadChainsawBismuthBronze_436=436 - I:toolHeadChainsawBismuth_400=400 - I:toolHeadChainsawBismuth_668=668 - I:toolHeadChainsawBlackBronze_400=400 - I:toolHeadChainsawBlackBronze_448=448 - I:toolHeadChainsawBlackSteel_380=380 - I:toolHeadChainsawBlackSteel_400=400 - I:toolHeadChainsawBlaze_400=400 - I:toolHeadChainsawBlaze_482=482 - I:toolHeadChainsawBlueSteel_400=400 - I:toolHeadChainsawBlueSteel_402=402 - I:toolHeadChainsawBrass_378=378 - I:toolHeadChainsawBrass_400=400 - I:toolHeadChainsawBronze_400=400 - I:toolHeadChainsawBronze_404=404 - I:toolHeadChainsawCarbon_276=276 - I:toolHeadChainsawCarbon_400=400 - I:toolHeadChainsawChrome_356=356 - I:toolHeadChainsawChrome_400=400 - I:toolHeadChainsawCobaltBrass_368=368 - I:toolHeadChainsawCobaltBrass_400=400 - I:toolHeadChainsawCobalt_370=370 - I:toolHeadChainsawCobalt_400=400 - I:toolHeadChainsawCupronickel_372=372 - I:toolHeadChainsawCupronickel_400=400 - I:toolHeadChainsawDamascusSteel_364=364 - I:toolHeadChainsawDamascusSteel_400=400 - I:toolHeadChainsawDarkSteel_400=400 - I:toolHeadChainsawDarkSteel_448=448 - I:toolHeadChainsawDuranium_400=400 - I:toolHeadChainsawDuranium_448=448 - I:toolHeadChainsawElectrum_400=400 - I:toolHeadChainsawElectrum_554=554 - I:toolHeadChainsawEpoxidFiberReinforced_264=264 - I:toolHeadChainsawEpoxidFiberReinforced_400=400 - I:toolHeadChainsawEpoxid_264=264 - I:toolHeadChainsawEpoxid_400=400 - I:toolHeadChainsawGold_400=400 - I:toolHeadChainsawGold_644=644 - I:toolHeadChainsawGraphene_400=400 - I:toolHeadChainsawGraphene_448=448 - I:toolHeadChainsawHSSE_400=400 - I:toolHeadChainsawHSSE_414=414 - I:toolHeadChainsawHSSG_400=400 - I:toolHeadChainsawHSSG_448=448 - I:toolHeadChainsawHSSS_400=400 - I:toolHeadChainsawHSSS_510=510 - I:toolHeadChainsawInvar_364=364 - I:toolHeadChainsawInvar_400=400 - I:toolHeadChainsawIridium_400=400 - I:toolHeadChainsawIridium_636=636 - I:toolHeadChainsawIronMagnetic_364=364 - I:toolHeadChainsawIronMagnetic_400=400 - I:toolHeadChainsawIron_364=364 - I:toolHeadChainsawIron_400=400 - I:toolHeadChainsawKanthal_340=340 - I:toolHeadChainsawKanthal_400=400 - I:toolHeadChainsawLead_400=400 - I:toolHeadChainsawLead_666=666 - I:toolHeadChainsawMagnalium_302=302 - I:toolHeadChainsawMagnalium_400=400 - I:toolHeadChainsawManganese_362=362 - I:toolHeadChainsawManganese_400=400 - I:toolHeadChainsawMithril_400=400 - I:toolHeadChainsawMithril_742=742 - I:toolHeadChainsawMolybdenum_400=400 - I:toolHeadChainsawMolybdenum_442=442 - I:toolHeadChainsawNaquadahAlloy_400=400 - I:toolHeadChainsawNaquadahAlloy_448=448 - I:toolHeadChainsawNaquadahEnriched_400=400 - I:toolHeadChainsawNaquadahEnriched_448=448 - I:toolHeadChainsawNaquadah_400=400 - I:toolHeadChainsawNaquadah_448=448 - I:toolHeadChainsawNaquadria_400=400 - I:toolHeadChainsawNaquadria_448=448 - I:toolHeadChainsawNeodymiumMagnetic_400=400 - I:toolHeadChainsawNeodymiumMagnetic_540=540 - I:toolHeadChainsawNeodymium_400=400 - I:toolHeadChainsawNeodymium_540=540 - I:toolHeadChainsawNeutronium_200252=200252 - I:toolHeadChainsawNeutronium_400=400 - I:toolHeadChainsawNichrome_364=364 - I:toolHeadChainsawNichrome_400=400 - I:toolHeadChainsawNickelZincFerrite_318=318 - I:toolHeadChainsawNickelZincFerrite_400=400 - I:toolHeadChainsawNickel_368=368 - I:toolHeadChainsawNickel_400=400 - I:toolHeadChainsawOsmiridium_400=400 - I:toolHeadChainsawOsmiridium_634=634 - I:toolHeadChainsawOsmium_400=400 - I:toolHeadChainsawOsmium_632=632 - I:toolHeadChainsawPalladium_400=400 - I:toolHeadChainsawPalladium_464=464 - I:toolHeadChainsawPigIron_364=364 - I:toolHeadChainsawPigIron_400=400 - I:toolHeadChainsawPlatinum_400=400 - I:toolHeadChainsawPlatinum_642=642 - I:toolHeadChainsawPlutonium241_400=400 - I:toolHeadChainsawPlutonium241_738=738 - I:toolHeadChainsawPlutonium_400=400 - I:toolHeadChainsawPlutonium_744=744 - I:toolHeadChainsawPolycaprolactam_262=262 - I:toolHeadChainsawPolycaprolactam_400=400 - I:toolHeadChainsawPolyphenyleneSulfide_270=270 - I:toolHeadChainsawPolyphenyleneSulfide_400=400 - I:toolHeadChainsawPolytetrafluoroethylene_284=284 - I:toolHeadChainsawPolytetrafluoroethylene_400=400 - I:toolHeadChainsawRedSteel_390=390 - I:toolHeadChainsawRedSteel_400=400 - I:toolHeadChainsawRoseGold_400=400 - I:toolHeadChainsawRoseGold_590=590 - I:toolHeadChainsawSilver_400=400 - I:toolHeadChainsawSilver_466=466 - I:toolHeadChainsawStainlessSteel_362=362 - I:toolHeadChainsawStainlessSteel_400=400 - I:toolHeadChainsawSteelMagnetic_364=364 - I:toolHeadChainsawSteelMagnetic_400=400 - I:toolHeadChainsawSteel_364=364 - I:toolHeadChainsawSteel_400=400 - I:toolHeadChainsawSterlingSilver_400=400 - I:toolHeadChainsawSterlingSilver_448=448 - I:toolHeadChainsawThorium_400=400 - I:toolHeadChainsawThorium_712=712 - I:toolHeadChainsawTinAlloy_400=400 - I:toolHeadChainsawTinAlloy_426=426 - I:toolHeadChainsawTitanium_348=348 - I:toolHeadChainsawTitanium_400=400 - I:toolHeadChainsawTritanium_400=400 - I:toolHeadChainsawTritanium_448=448 - I:toolHeadChainsawTungstenCarbide_400=400 - I:toolHeadChainsawTungstenCarbide_446=446 - I:toolHeadChainsawTungstenSteel_400=400 - I:toolHeadChainsawTungstenSteel_490=490 - I:toolHeadChainsawTungsten_400=400 - I:toolHeadChainsawTungsten_618=618 - I:toolHeadChainsawUltimet_374=374 - I:toolHeadChainsawUltimet_400=400 - I:toolHeadChainsawUranium235_400=400 - I:toolHeadChainsawUranium235_722=722 - I:toolHeadChainsawUranium_400=400 - I:toolHeadChainsawUranium_728=728 - I:toolHeadChainsawVanadiumSteel_362=362 - I:toolHeadChainsawVanadiumSteel_400=400 - I:toolHeadChainsawWroughtIron_364=364 - I:toolHeadChainsawWroughtIron_400=400 - I:toolHeadDrillAluminium_328=328 - I:toolHeadDrillAluminium_400=400 - I:toolHeadDrillBeryllium_260=260 - I:toolHeadDrillBeryllium_400=400 - I:toolHeadDrillBismuthBronze_400=400 - I:toolHeadDrillBismuthBronze_592=592 - I:toolHeadDrillBismuth_1056=1056 - I:toolHeadDrillBismuth_400=400 - I:toolHeadDrillBlackBronze_400=400 - I:toolHeadDrillBlackBronze_616=616 - I:toolHeadDrillBlackSteel_400=400 - I:toolHeadDrillBlackSteel_480=480 - I:toolHeadDrillBlaze_400=400 - I:toolHeadDrillBlaze_684=684 - I:toolHeadDrillBlueSteel_400=400 - I:toolHeadDrillBlueSteel_524=524 - I:toolHeadDrillBrass_400=400 - I:toolHeadDrillBrass_476=476 - I:toolHeadDrillBronze_400=400 - I:toolHeadDrillBronze_528=528 - I:toolHeadDrillCarbon_272=272 - I:toolHeadDrillCarbon_400=400 - I:toolHeadDrillChrome_400=400 - I:toolHeadDrillChrome_432=432 - I:toolHeadDrillCobaltBrass_400=400 - I:toolHeadDrillCobaltBrass_456=456 - I:toolHeadDrillCobalt_400=400 - I:toolHeadDrillCobalt_460=460 - I:toolHeadDrillCupronickel_400=400 - I:toolHeadDrillCupronickel_464=464 - I:toolHeadDrillDamascusSteel_400=400 - I:toolHeadDrillDamascusSteel_448=448 - I:toolHeadDrillDarkSteel_400=400 - I:toolHeadDrillDarkSteel_616=616 - I:toolHeadDrillDuranium_400=400 - I:toolHeadDrillDuranium_616=616 - I:toolHeadDrillElectrum_400=400 - I:toolHeadDrillElectrum_828=828 - I:toolHeadDrillEpoxidFiberReinforced_248=248 - I:toolHeadDrillEpoxidFiberReinforced_400=400 - I:toolHeadDrillEpoxid_248=248 - I:toolHeadDrillEpoxid_400=400 - I:toolHeadDrillGold_1008=1008 - I:toolHeadDrillGold_400=400 - I:toolHeadDrillGraphene_400=400 - I:toolHeadDrillGraphene_616=616 - I:toolHeadDrillHSSE_400=400 - I:toolHeadDrillHSSE_548=548 - I:toolHeadDrillHSSG_400=400 - I:toolHeadDrillHSSG_616=616 - I:toolHeadDrillHSSS_400=400 - I:toolHeadDrillHSSS_740=740 - I:toolHeadDrillInvar_400=400 - I:toolHeadDrillInvar_448=448 - I:toolHeadDrillIridium_400=400 - I:toolHeadDrillIridium_992=992 - I:toolHeadDrillIronMagnetic_400=400 - I:toolHeadDrillIronMagnetic_448=448 - I:toolHeadDrillIron_400=400 - I:toolHeadDrillIron_448=448 - I:toolHeadDrillKanthal_400=400 - I:toolHeadDrillLead_1052=1052 - I:toolHeadDrillLead_400=400 - I:toolHeadDrillMagnalium_324=324 - I:toolHeadDrillMagnalium_400=400 - I:toolHeadDrillManganese_400=400 - I:toolHeadDrillManganese_444=444 - I:toolHeadDrillMithril_1204=1204 - I:toolHeadDrillMithril_400=400 - I:toolHeadDrillMolybdenum_400=400 - I:toolHeadDrillMolybdenum_604=604 - I:toolHeadDrillNaquadahAlloy_400=400 - I:toolHeadDrillNaquadahAlloy_616=616 - I:toolHeadDrillNaquadahEnriched_400=400 - I:toolHeadDrillNaquadahEnriched_616=616 - I:toolHeadDrillNaquadah_400=400 - I:toolHeadDrillNaquadah_616=616 - I:toolHeadDrillNaquadria_400=400 - I:toolHeadDrillNaquadria_616=616 - I:toolHeadDrillNeodymiumMagnetic_400=400 - I:toolHeadDrillNeodymiumMagnetic_800=800 - I:toolHeadDrillNeodymium_400=400 - I:toolHeadDrillNeodymium_800=800 - I:toolHeadDrillNeutronium_400=400 - I:toolHeadDrillNeutronium_400224=400224 - I:toolHeadDrillNichrome_400=400 - I:toolHeadDrillNichrome_448=448 - I:toolHeadDrillNickelZincFerrite_356=356 - I:toolHeadDrillNickelZincFerrite_400=400 - I:toolHeadDrillNickel_400=400 - I:toolHeadDrillNickel_456=456 - I:toolHeadDrillOsmiridium_400=400 - I:toolHeadDrillOsmiridium_988=988 - I:toolHeadDrillOsmium_400=400 - I:toolHeadDrillOsmium_984=984 - I:toolHeadDrillPalladium_400=400 - I:toolHeadDrillPalladium_648=648 - I:toolHeadDrillPigIron_400=400 - I:toolHeadDrillPigIron_448=448 - I:toolHeadDrillPlatinum_1004=1004 - I:toolHeadDrillPlatinum_400=400 - I:toolHeadDrillPlutonium241_1196=1196 - I:toolHeadDrillPlutonium241_400=400 - I:toolHeadDrillPlutonium_1208=1208 - I:toolHeadDrillPlutonium_400=400 - I:toolHeadDrillPolycaprolactam_244=244 - I:toolHeadDrillPolycaprolactam_400=400 - I:toolHeadDrillPolyphenyleneSulfide_260=260 - I:toolHeadDrillPolyphenyleneSulfide_400=400 - I:toolHeadDrillPolytetrafluoroethylene_288=288 - I:toolHeadDrillPolytetrafluoroethylene_400=400 - I:toolHeadDrillRedSteel_400=400 - I:toolHeadDrillRedSteel_500=500 - I:toolHeadDrillRoseGold_400=400 - I:toolHeadDrillRoseGold_900=900 - I:toolHeadDrillSilver_400=400 - I:toolHeadDrillSilver_652=652 - I:toolHeadDrillStainlessSteel_400=400 - I:toolHeadDrillStainlessSteel_444=444 - I:toolHeadDrillSteelMagnetic_400=400 - I:toolHeadDrillSteelMagnetic_448=448 - I:toolHeadDrillSteel_400=400 - I:toolHeadDrillSteel_448=448 - I:toolHeadDrillSterlingSilver_400=400 - I:toolHeadDrillSterlingSilver_616=616 - I:toolHeadDrillThorium_1144=1144 - I:toolHeadDrillThorium_400=400 - I:toolHeadDrillTinAlloy_400=400 - I:toolHeadDrillTinAlloy_572=572 - I:toolHeadDrillTitanium_400=400 - I:toolHeadDrillTitanium_416=416 - I:toolHeadDrillTritanium_400=400 - I:toolHeadDrillTritanium_616=616 - I:toolHeadDrillTungstenCarbide_400=400 - I:toolHeadDrillTungstenCarbide_612=612 - I:toolHeadDrillTungstenSteel_400=400 - I:toolHeadDrillTungstenSteel_700=700 - I:toolHeadDrillTungsten_400=400 - I:toolHeadDrillTungsten_956=956 - I:toolHeadDrillUltimet_400=400 - I:toolHeadDrillUltimet_468=468 - I:toolHeadDrillUranium235_1164=1164 - I:toolHeadDrillUranium235_400=400 - I:toolHeadDrillUranium_1176=1176 - I:toolHeadDrillUranium_400=400 - I:toolHeadDrillVanadiumSteel_400=400 - I:toolHeadDrillVanadiumSteel_444=444 - I:toolHeadDrillWroughtIron_400=400 - I:toolHeadDrillWroughtIron_448=448 - I:toolHeadFileAluminium_400=400 - I:toolHeadFileAluminium_52=52 - I:toolHeadFileBeryllium_18=18 - I:toolHeadFileBeryllium_400=400 - I:toolHeadFileBismuthBronze_184=184 - I:toolHeadFileBismuthBronze_400=400 - I:toolHeadFileBismuth_400=400 - I:toolHeadFileBismuth_416=416 - I:toolHeadFileBlackBronze_196=196 - I:toolHeadFileBlackBronze_400=400 - I:toolHeadFileBlackSteel_128=128 - I:toolHeadFileBlackSteel_400=400 - I:toolHeadFileBlaze_230=230 - I:toolHeadFileBlaze_400=400 - I:toolHeadFileBlueSteel_150=150 - I:toolHeadFileBlueSteel_400=400 - I:toolHeadFileBrass_126=126 - I:toolHeadFileBrass_400=400 - I:toolHeadFileBronze_152=152 - I:toolHeadFileBronze_400=400 - I:toolHeadFileCarbon_24=24 - I:toolHeadFileCarbon_400=400 - I:toolHeadFileChrome_104=104 - I:toolHeadFileChrome_400=400 - I:toolHeadFileCobaltBrass_116=116 - I:toolHeadFileCobaltBrass_400=400 - I:toolHeadFileCobalt_118=118 - I:toolHeadFileCobalt_400=400 - I:toolHeadFileCupronickel_120=120 - I:toolHeadFileCupronickel_400=400 - I:toolHeadFileDamascusSteel_112=112 - I:toolHeadFileDamascusSteel_400=400 - I:toolHeadFileDarkSteel_196=196 - I:toolHeadFileDarkSteel_400=400 - I:toolHeadFileDuranium_196=196 - I:toolHeadFileDuranium_400=400 - I:toolHeadFileElectrum_302=302 - I:toolHeadFileElectrum_400=400 - I:toolHeadFileEpoxidFiberReinforced_16=16 - I:toolHeadFileEpoxidFiberReinforced_400=400 - I:toolHeadFileEpoxid_16=16 - I:toolHeadFileEpoxid_400=400 - I:toolHeadFileGold_392=392 - I:toolHeadFileGold_400=400 - I:toolHeadFileGraphene_196=196 - I:toolHeadFileGraphene_400=400 - I:toolHeadFileHSSE_162=162 - I:toolHeadFileHSSE_400=400 - I:toolHeadFileHSSG_196=196 - I:toolHeadFileHSSG_400=400 - I:toolHeadFileHSSS_258=258 - I:toolHeadFileHSSS_400=400 - I:toolHeadFileInvar_112=112 - I:toolHeadFileInvar_400=400 - I:toolHeadFileIridium_384=384 - I:toolHeadFileIridium_400=400 - I:toolHeadFileIronMagnetic_112=112 - I:toolHeadFileIronMagnetic_400=400 - I:toolHeadFileIron_112=112 - I:toolHeadFileIron_400=400 - I:toolHeadFileKanthal_400=400 - I:toolHeadFileKanthal_88=88 - I:toolHeadFileLead_400=400 - I:toolHeadFileLead_414=414 - I:toolHeadFileMagnalium_400=400 - I:toolHeadFileMagnalium_50=50 - I:toolHeadFileManganese_110=110 - I:toolHeadFileManganese_400=400 - I:toolHeadFileMithril_400=400 - I:toolHeadFileMithril_490=490 - I:toolHeadFileMolybdenum_190=190 - I:toolHeadFileMolybdenum_400=400 - I:toolHeadFileNaquadahAlloy_196=196 - I:toolHeadFileNaquadahAlloy_400=400 - I:toolHeadFileNaquadahEnriched_196=196 - I:toolHeadFileNaquadahEnriched_400=400 - I:toolHeadFileNaquadah_196=196 - I:toolHeadFileNaquadah_400=400 - I:toolHeadFileNaquadria_196=196 - I:toolHeadFileNaquadria_400=400 - I:toolHeadFileNeodymiumMagnetic_288=288 - I:toolHeadFileNeodymiumMagnetic_400=400 - I:toolHeadFileNeodymium_288=288 - I:toolHeadFileNeodymium_400=400 - I:toolHeadFileNeutronium_200000=200000 - I:toolHeadFileNeutronium_400=400 - I:toolHeadFileNichrome_112=112 - I:toolHeadFileNichrome_400=400 - I:toolHeadFileNickelZincFerrite_400=400 - I:toolHeadFileNickelZincFerrite_66=66 - I:toolHeadFileNickel_116=116 - I:toolHeadFileNickel_400=400 - I:toolHeadFileOsmiridium_382=382 - I:toolHeadFileOsmiridium_400=400 - I:toolHeadFileOsmium_380=380 - I:toolHeadFileOsmium_400=400 - I:toolHeadFilePalladium_212=212 - I:toolHeadFilePalladium_400=400 - I:toolHeadFilePigIron_112=112 - I:toolHeadFilePigIron_400=400 - I:toolHeadFilePlatinum_390=390 - I:toolHeadFilePlatinum_400=400 - I:toolHeadFilePlutonium241_400=400 - I:toolHeadFilePlutonium241_486=486 - I:toolHeadFilePlutonium_400=400 - I:toolHeadFilePlutonium_492=492 - I:toolHeadFilePolycaprolactam_16=16 - I:toolHeadFilePolycaprolactam_400=400 - I:toolHeadFilePolyphenyleneSulfide_18=18 - I:toolHeadFilePolyphenyleneSulfide_400=400 - I:toolHeadFilePolytetrafluoroethylene_32=32 - I:toolHeadFilePolytetrafluoroethylene_400=400 - I:toolHeadFileRedSteel_138=138 - I:toolHeadFileRedSteel_400=400 - I:toolHeadFileRoseGold_338=338 - I:toolHeadFileRoseGold_400=400 - I:toolHeadFileSilver_214=214 - I:toolHeadFileSilver_400=400 - I:toolHeadFileStainlessSteel_110=110 - I:toolHeadFileStainlessSteel_400=400 - I:toolHeadFileSteelMagnetic_112=112 - I:toolHeadFileSteelMagnetic_400=400 - I:toolHeadFileSteel_112=112 - I:toolHeadFileSteel_400=400 - I:toolHeadFileSterlingSilver_196=196 - I:toolHeadFileSterlingSilver_400=400 - I:toolHeadFileThorium_400=400 - I:toolHeadFileThorium_460=460 - I:toolHeadFileTinAlloy_174=174 - I:toolHeadFileTinAlloy_400=400 - I:toolHeadFileTitanium_400=400 - I:toolHeadFileTitanium_96=96 - I:toolHeadFileTritanium_196=196 - I:toolHeadFileTritanium_400=400 - I:toolHeadFileTungstenCarbide_194=194 - I:toolHeadFileTungstenCarbide_400=400 - I:toolHeadFileTungstenSteel_238=238 - I:toolHeadFileTungstenSteel_400=400 - I:toolHeadFileTungsten_366=366 - I:toolHeadFileTungsten_400=400 - I:toolHeadFileUltimet_122=122 - I:toolHeadFileUltimet_400=400 - I:toolHeadFileUranium235_400=400 - I:toolHeadFileUranium235_470=470 - I:toolHeadFileUranium_400=400 - I:toolHeadFileUranium_476=476 - I:toolHeadFileVanadiumSteel_110=110 - I:toolHeadFileVanadiumSteel_400=400 - I:toolHeadFileWroughtIron_112=112 - I:toolHeadFileWroughtIron_400=400 - I:toolHeadHammerAluminium_156=156 - I:toolHeadHammerAluminium_400=400 - I:toolHeadHammerAmethyst_162=162 - I:toolHeadHammerAmethyst_400=400 - I:toolHeadHammerBeryllium_400=400 - I:toolHeadHammerBeryllium_54=54 - I:toolHeadHammerBismuthBronze_400=400 - I:toolHeadHammerBismuthBronze_552=552 - I:toolHeadHammerBismuth_1248=1248 - I:toolHeadHammerBismuth_400=400 - I:toolHeadHammerBlackBronze_400=400 - I:toolHeadHammerBlackBronze_588=588 - I:toolHeadHammerBlackSteel_384=384 - I:toolHeadHammerBlackSteel_400=400 - I:toolHeadHammerBlaze_400=400 - I:toolHeadHammerBlaze_690=690 - I:toolHeadHammerBlueSteel_400=400 - I:toolHeadHammerBlueSteel_450=450 - I:toolHeadHammerBlueTopaz_400=400 - I:toolHeadHammerBlueTopaz_96=96 - I:toolHeadHammerBrass_378=378 - I:toolHeadHammerBrass_400=400 - I:toolHeadHammerBronze_400=400 - I:toolHeadHammerBronze_456=456 - I:toolHeadHammerCarbon_400=400 - I:toolHeadHammerCarbon_72=72 - I:toolHeadHammerCertusQuartz_400=400 - I:toolHeadHammerCertusQuartz_588=588 - I:toolHeadHammerChrome_312=312 - I:toolHeadHammerChrome_400=400 - I:toolHeadHammerCobaltBrass_348=348 - I:toolHeadHammerCobaltBrass_400=400 - I:toolHeadHammerCobalt_354=354 - I:toolHeadHammerCobalt_400=400 - I:toolHeadHammerCupronickel_360=360 - I:toolHeadHammerCupronickel_400=400 - I:toolHeadHammerDamascusSteel_336=336 - I:toolHeadHammerDamascusSteel_400=400 - I:toolHeadHammerDarkSteel_400=400 - I:toolHeadHammerDarkSteel_588=588 - I:toolHeadHammerDiamond_400=400 - I:toolHeadHammerDiamond_4608=4608 - I:toolHeadHammerDuranium_400=400 - I:toolHeadHammerDuranium_588=588 - I:toolHeadHammerElectrum_400=400 - I:toolHeadHammerElectrum_906=906 - I:toolHeadHammerEmerald_108=108 - I:toolHeadHammerEmerald_400=400 - I:toolHeadHammerEpoxidFiberReinforced_36=36 - I:toolHeadHammerEpoxidFiberReinforced_400=400 - I:toolHeadHammerEpoxid_36=36 - I:toolHeadHammerEpoxid_400=400 - I:toolHeadHammerFlint_120=120 - I:toolHeadHammerFlint_400=400 - I:toolHeadHammerGarnetRed_138=138 - I:toolHeadHammerGarnetRed_400=400 - I:toolHeadHammerGarnetYellow_138=138 - I:toolHeadHammerGarnetYellow_400=400 - I:toolHeadHammerGold_1176=1176 - I:toolHeadHammerGold_400=400 - I:toolHeadHammerGraniteBlack_120=120 - I:toolHeadHammerGraniteBlack_400=400 - I:toolHeadHammerGraniteRed_120=120 - I:toolHeadHammerGraniteRed_400=400 - I:toolHeadHammerGraphene_400=400 - I:toolHeadHammerGraphene_588=588 - I:toolHeadHammerGraphite_400=400 - I:toolHeadHammerGraphite_588=588 - I:toolHeadHammerGreenSapphire_120=120 - I:toolHeadHammerGreenSapphire_400=400 - I:toolHeadHammerHSSE_400=400 - I:toolHeadHammerHSSE_486=486 - I:toolHeadHammerHSSG_400=400 - I:toolHeadHammerHSSG_588=588 - I:toolHeadHammerHSSS_400=400 - I:toolHeadHammerHSSS_774=774 - I:toolHeadHammerInvar_336=336 - I:toolHeadHammerInvar_400=400 - I:toolHeadHammerIridium_1152=1152 - I:toolHeadHammerIridium_400=400 - I:toolHeadHammerIronMagnetic_336=336 - I:toolHeadHammerIronMagnetic_400=400 - I:toolHeadHammerIron_336=336 - I:toolHeadHammerIron_400=400 - I:toolHeadHammerKanthal_264=264 - I:toolHeadHammerKanthal_400=400 - I:toolHeadHammerLead_1242=1242 - I:toolHeadHammerLead_400=400 - I:toolHeadHammerMagnalium_150=150 - I:toolHeadHammerMagnalium_400=400 - I:toolHeadHammerManganese_330=330 - I:toolHeadHammerManganese_400=400 - I:toolHeadHammerMithril_1470=1470 - I:toolHeadHammerMithril_400=400 - I:toolHeadHammerMolybdenum_400=400 - I:toolHeadHammerMolybdenum_570=570 - I:toolHeadHammerNaquadahAlloy_400=400 - I:toolHeadHammerNaquadahAlloy_588=588 - I:toolHeadHammerNaquadahEnriched_400=400 - I:toolHeadHammerNaquadahEnriched_588=588 - I:toolHeadHammerNaquadah_400=400 - I:toolHeadHammerNaquadah_588=588 - I:toolHeadHammerNaquadria_400=400 - I:toolHeadHammerNaquadria_588=588 - I:toolHeadHammerNeodymiumMagnetic_400=400 - I:toolHeadHammerNeodymiumMagnetic_864=864 - I:toolHeadHammerNeodymium_400=400 - I:toolHeadHammerNeodymium_864=864 - I:toolHeadHammerNetherQuartz_400=400 - I:toolHeadHammerNetherQuartz_588=588 - I:toolHeadHammerNetherStar_400=400 - I:toolHeadHammerNetherStar_588=588 - I:toolHeadHammerNeutronium_400=400 - I:toolHeadHammerNeutronium_600000=600000 - I:toolHeadHammerNichrome_336=336 - I:toolHeadHammerNichrome_400=400 - I:toolHeadHammerNickelZincFerrite_198=198 - I:toolHeadHammerNickelZincFerrite_400=400 - I:toolHeadHammerNickel_348=348 - I:toolHeadHammerNickel_400=400 - I:toolHeadHammerOlivine_168=168 - I:toolHeadHammerOlivine_400=400 - I:toolHeadHammerOpal_120=120 - I:toolHeadHammerOpal_400=400 - I:toolHeadHammerOsmiridium_1146=1146 - I:toolHeadHammerOsmiridium_400=400 - I:toolHeadHammerOsmium_1140=1140 - I:toolHeadHammerOsmium_400=400 - I:toolHeadHammerPalladium_400=400 - I:toolHeadHammerPalladium_636=636 - I:toolHeadHammerPigIron_336=336 - I:toolHeadHammerPigIron_400=400 - I:toolHeadHammerPlastic_24=24 - I:toolHeadHammerPlastic_400=400 - I:toolHeadHammerPlatinum_1170=1170 - I:toolHeadHammerPlatinum_400=400 - I:toolHeadHammerPlutonium241_1458=1458 - I:toolHeadHammerPlutonium241_400=400 - I:toolHeadHammerPlutonium_1476=1476 - I:toolHeadHammerPlutonium_400=400 - I:toolHeadHammerPolycaprolactam_30=30 - I:toolHeadHammerPolycaprolactam_400=400 - I:toolHeadHammerPolyphenyleneSulfide_400=400 - I:toolHeadHammerPolyphenyleneSulfide_54=54 - I:toolHeadHammerPolystyrene_36=36 - I:toolHeadHammerPolystyrene_400=400 - I:toolHeadHammerPolytetrafluoroethylene_400=400 - I:toolHeadHammerPolytetrafluoroethylene_96=96 - I:toolHeadHammerPolyvinylChloride_400=400 - I:toolHeadHammerPolyvinylChloride_60=60 - I:toolHeadHammerRedSteel_400=400 - I:toolHeadHammerRedSteel_414=414 - I:toolHeadHammerRoseGold_1014=1014 - I:toolHeadHammerRoseGold_400=400 - I:toolHeadHammerRubber_30=30 - I:toolHeadHammerRubber_400=400 - I:toolHeadHammerRuby_150=150 - I:toolHeadHammerRuby_400=400 - I:toolHeadHammerSapphire_120=120 - I:toolHeadHammerSapphire_400=400 - I:toolHeadHammerSilicone_400=400 - I:toolHeadHammerSilicone_42=42 - I:toolHeadHammerSilver_400=400 - I:toolHeadHammerSilver_642=642 - I:toolHeadHammerStainlessSteel_330=330 - I:toolHeadHammerStainlessSteel_400=400 - I:toolHeadHammerSteelMagnetic_336=336 - I:toolHeadHammerSteelMagnetic_400=400 - I:toolHeadHammerSteel_336=336 - I:toolHeadHammerSteel_400=400 - I:toolHeadHammerSterlingSilver_400=400 - I:toolHeadHammerSterlingSilver_588=588 - I:toolHeadHammerStone_400=400 - I:toolHeadHammerStone_588=588 - I:toolHeadHammerStyreneButadieneRubber_30=30 - I:toolHeadHammerStyreneButadieneRubber_400=400 - I:toolHeadHammerTanzanite_120=120 - I:toolHeadHammerTanzanite_400=400 - I:toolHeadHammerThorium_1380=1380 - I:toolHeadHammerThorium_400=400 - I:toolHeadHammerTinAlloy_400=400 - I:toolHeadHammerTinAlloy_522=522 - I:toolHeadHammerTitanium_288=288 - I:toolHeadHammerTitanium_400=400 - I:toolHeadHammerTopaz_400=400 - I:toolHeadHammerTopaz_96=96 - I:toolHeadHammerTritanium_400=400 - I:toolHeadHammerTritanium_588=588 - I:toolHeadHammerTungstenCarbide_400=400 - I:toolHeadHammerTungstenCarbide_582=582 - I:toolHeadHammerTungstenSteel_400=400 - I:toolHeadHammerTungstenSteel_714=714 - I:toolHeadHammerTungsten_1098=1098 - I:toolHeadHammerTungsten_400=400 - I:toolHeadHammerUltimet_366=366 - I:toolHeadHammerUltimet_400=400 - I:toolHeadHammerUranium235_1410=1410 - I:toolHeadHammerUranium235_400=400 - I:toolHeadHammerUranium_1428=1428 - I:toolHeadHammerUranium_400=400 - I:toolHeadHammerVanadiumSteel_330=330 - I:toolHeadHammerVanadiumSteel_400=400 - I:toolHeadHammerWoodSealed_400=400 - I:toolHeadHammerWoodSealed_54=54 - I:toolHeadHammerWood_400=400 - I:toolHeadHammerWood_54=54 - I:toolHeadHammerWroughtIron_336=336 - I:toolHeadHammerWroughtIron_400=400 - I:toolHeadHoeAluminium_400=400 - I:toolHeadHoeAluminium_52=52 - I:toolHeadHoeAmethyst_400=400 - I:toolHeadHoeAmethyst_54=54 - I:toolHeadHoeBeryllium_18=18 - I:toolHeadHoeBeryllium_400=400 - I:toolHeadHoeBismuthBronze_184=184 - I:toolHeadHoeBismuthBronze_400=400 - I:toolHeadHoeBismuth_400=400 - I:toolHeadHoeBismuth_416=416 - I:toolHeadHoeBlackBronze_196=196 - I:toolHeadHoeBlackBronze_400=400 - I:toolHeadHoeBlackSteel_128=128 - I:toolHeadHoeBlackSteel_400=400 - I:toolHeadHoeBlaze_230=230 - I:toolHeadHoeBlaze_400=400 - I:toolHeadHoeBlueSteel_150=150 - I:toolHeadHoeBlueSteel_400=400 - I:toolHeadHoeBlueTopaz_32=32 - I:toolHeadHoeBlueTopaz_400=400 - I:toolHeadHoeBrass_126=126 - I:toolHeadHoeBrass_400=400 - I:toolHeadHoeBronze_152=152 - I:toolHeadHoeBronze_400=400 - I:toolHeadHoeCarbon_24=24 - I:toolHeadHoeCarbon_400=400 - I:toolHeadHoeCertusQuartz_196=196 - I:toolHeadHoeCertusQuartz_400=400 - I:toolHeadHoeChrome_104=104 - I:toolHeadHoeChrome_400=400 - I:toolHeadHoeCobaltBrass_116=116 - I:toolHeadHoeCobaltBrass_400=400 - I:toolHeadHoeCobalt_118=118 - I:toolHeadHoeCobalt_400=400 - I:toolHeadHoeCupronickel_120=120 - I:toolHeadHoeCupronickel_400=400 - I:toolHeadHoeDamascusSteel_112=112 - I:toolHeadHoeDamascusSteel_400=400 - I:toolHeadHoeDarkSteel_196=196 - I:toolHeadHoeDarkSteel_400=400 - I:toolHeadHoeDiamond_1536=1536 - I:toolHeadHoeDiamond_400=400 - I:toolHeadHoeDuranium_196=196 - I:toolHeadHoeDuranium_400=400 - I:toolHeadHoeElectrum_302=302 - I:toolHeadHoeElectrum_400=400 - I:toolHeadHoeEmerald_36=36 - I:toolHeadHoeEmerald_400=400 - I:toolHeadHoeEpoxidFiberReinforced_16=16 - I:toolHeadHoeEpoxidFiberReinforced_400=400 - I:toolHeadHoeEpoxid_16=16 - I:toolHeadHoeEpoxid_400=400 - I:toolHeadHoeFlint_40=40 - I:toolHeadHoeFlint_400=400 - I:toolHeadHoeGarnetRed_400=400 - I:toolHeadHoeGarnetRed_46=46 - I:toolHeadHoeGarnetYellow_400=400 - I:toolHeadHoeGarnetYellow_46=46 - I:toolHeadHoeGold_392=392 - I:toolHeadHoeGold_400=400 - I:toolHeadHoeGraniteBlack_40=40 - I:toolHeadHoeGraniteBlack_400=400 - I:toolHeadHoeGraniteRed_40=40 - I:toolHeadHoeGraniteRed_400=400 - I:toolHeadHoeGraphene_196=196 - I:toolHeadHoeGraphene_400=400 - I:toolHeadHoeGraphite_196=196 - I:toolHeadHoeGraphite_400=400 - I:toolHeadHoeGreenSapphire_40=40 - I:toolHeadHoeGreenSapphire_400=400 - I:toolHeadHoeHSSE_162=162 - I:toolHeadHoeHSSE_400=400 - I:toolHeadHoeHSSG_196=196 - I:toolHeadHoeHSSG_400=400 - I:toolHeadHoeHSSS_258=258 - I:toolHeadHoeHSSS_400=400 - I:toolHeadHoeInvar_112=112 - I:toolHeadHoeInvar_400=400 - I:toolHeadHoeIridium_384=384 - I:toolHeadHoeIridium_400=400 - I:toolHeadHoeIronMagnetic_112=112 - I:toolHeadHoeIronMagnetic_400=400 - I:toolHeadHoeIron_112=112 - I:toolHeadHoeIron_400=400 - I:toolHeadHoeKanthal_400=400 - I:toolHeadHoeKanthal_88=88 - I:toolHeadHoeLead_400=400 - I:toolHeadHoeLead_414=414 - I:toolHeadHoeMagnalium_400=400 - I:toolHeadHoeMagnalium_50=50 - I:toolHeadHoeManganese_110=110 - I:toolHeadHoeManganese_400=400 - I:toolHeadHoeMithril_400=400 - I:toolHeadHoeMithril_490=490 - I:toolHeadHoeMolybdenum_190=190 - I:toolHeadHoeMolybdenum_400=400 - I:toolHeadHoeNaquadahAlloy_196=196 - I:toolHeadHoeNaquadahAlloy_400=400 - I:toolHeadHoeNaquadahEnriched_196=196 - I:toolHeadHoeNaquadahEnriched_400=400 - I:toolHeadHoeNaquadah_196=196 - I:toolHeadHoeNaquadah_400=400 - I:toolHeadHoeNaquadria_196=196 - I:toolHeadHoeNaquadria_400=400 - I:toolHeadHoeNeodymiumMagnetic_288=288 - I:toolHeadHoeNeodymiumMagnetic_400=400 - I:toolHeadHoeNeodymium_288=288 - I:toolHeadHoeNeodymium_400=400 - I:toolHeadHoeNetherQuartz_196=196 - I:toolHeadHoeNetherQuartz_400=400 - I:toolHeadHoeNetherStar_196=196 - I:toolHeadHoeNetherStar_400=400 - I:toolHeadHoeNeutronium_200000=200000 - I:toolHeadHoeNeutronium_400=400 - I:toolHeadHoeNichrome_112=112 - I:toolHeadHoeNichrome_400=400 - I:toolHeadHoeNickelZincFerrite_400=400 - I:toolHeadHoeNickelZincFerrite_66=66 - I:toolHeadHoeNickel_116=116 - I:toolHeadHoeNickel_400=400 - I:toolHeadHoeOlivine_400=400 - I:toolHeadHoeOlivine_56=56 - I:toolHeadHoeOpal_40=40 - I:toolHeadHoeOpal_400=400 - I:toolHeadHoeOsmiridium_382=382 - I:toolHeadHoeOsmiridium_400=400 - I:toolHeadHoeOsmium_380=380 - I:toolHeadHoeOsmium_400=400 - I:toolHeadHoePalladium_212=212 - I:toolHeadHoePalladium_400=400 - I:toolHeadHoePigIron_112=112 - I:toolHeadHoePigIron_400=400 - I:toolHeadHoePlastic_16=16 - I:toolHeadHoePlastic_400=400 - I:toolHeadHoePlatinum_390=390 - I:toolHeadHoePlatinum_400=400 - I:toolHeadHoePlutonium241_400=400 - I:toolHeadHoePlutonium241_486=486 - I:toolHeadHoePlutonium_400=400 - I:toolHeadHoePlutonium_492=492 - I:toolHeadHoePolycaprolactam_16=16 - I:toolHeadHoePolycaprolactam_400=400 - I:toolHeadHoePolyphenyleneSulfide_18=18 - I:toolHeadHoePolyphenyleneSulfide_400=400 - I:toolHeadHoePolystyrene_16=16 - I:toolHeadHoePolystyrene_400=400 - I:toolHeadHoePolytetrafluoroethylene_32=32 - I:toolHeadHoePolytetrafluoroethylene_400=400 - I:toolHeadHoePolyvinylChloride_20=20 - I:toolHeadHoePolyvinylChloride_400=400 - I:toolHeadHoeRedSteel_138=138 - I:toolHeadHoeRedSteel_400=400 - I:toolHeadHoeRoseGold_338=338 - I:toolHeadHoeRoseGold_400=400 - I:toolHeadHoeRubber_16=16 - I:toolHeadHoeRubber_400=400 - I:toolHeadHoeRuby_400=400 - I:toolHeadHoeRuby_50=50 - I:toolHeadHoeSapphire_40=40 - I:toolHeadHoeSapphire_400=400 - I:toolHeadHoeSilicone_16=16 - I:toolHeadHoeSilicone_400=400 - I:toolHeadHoeSilver_214=214 - I:toolHeadHoeSilver_400=400 - I:toolHeadHoeStainlessSteel_110=110 - I:toolHeadHoeStainlessSteel_400=400 - I:toolHeadHoeSteelMagnetic_112=112 - I:toolHeadHoeSteelMagnetic_400=400 - I:toolHeadHoeSteel_112=112 - I:toolHeadHoeSteel_400=400 - I:toolHeadHoeSterlingSilver_196=196 - I:toolHeadHoeSterlingSilver_400=400 - I:toolHeadHoeStone_196=196 - I:toolHeadHoeStone_400=400 - I:toolHeadHoeStyreneButadieneRubber_16=16 - I:toolHeadHoeStyreneButadieneRubber_400=400 - I:toolHeadHoeTanzanite_40=40 - I:toolHeadHoeTanzanite_400=400 - I:toolHeadHoeThorium_400=400 - I:toolHeadHoeThorium_460=460 - I:toolHeadHoeTinAlloy_174=174 - I:toolHeadHoeTinAlloy_400=400 - I:toolHeadHoeTitanium_400=400 - I:toolHeadHoeTitanium_96=96 - I:toolHeadHoeTopaz_32=32 - I:toolHeadHoeTopaz_400=400 - I:toolHeadHoeTritanium_196=196 - I:toolHeadHoeTritanium_400=400 - I:toolHeadHoeTungstenCarbide_194=194 - I:toolHeadHoeTungstenCarbide_400=400 - I:toolHeadHoeTungstenSteel_238=238 - I:toolHeadHoeTungstenSteel_400=400 - I:toolHeadHoeTungsten_366=366 - I:toolHeadHoeTungsten_400=400 - I:toolHeadHoeUltimet_122=122 - I:toolHeadHoeUltimet_400=400 - I:toolHeadHoeUranium235_400=400 - I:toolHeadHoeUranium235_470=470 - I:toolHeadHoeUranium_400=400 - I:toolHeadHoeUranium_476=476 - I:toolHeadHoeVanadiumSteel_110=110 - I:toolHeadHoeVanadiumSteel_400=400 - I:toolHeadHoeWoodSealed_18=18 - I:toolHeadHoeWoodSealed_400=400 - I:toolHeadHoeWood_18=18 - I:toolHeadHoeWood_400=400 - I:toolHeadHoeWroughtIron_112=112 - I:toolHeadHoeWroughtIron_400=400 - I:toolHeadPickaxeAluminium_400=400 - I:toolHeadPickaxeAluminium_78=78 - I:toolHeadPickaxeAmethyst_400=400 - I:toolHeadPickaxeAmethyst_81=81 - I:toolHeadPickaxeBeryllium_27=27 - I:toolHeadPickaxeBeryllium_400=400 - I:toolHeadPickaxeBismuthBronze_276=276 - I:toolHeadPickaxeBismuthBronze_400=400 - I:toolHeadPickaxeBismuth_400=400 - I:toolHeadPickaxeBismuth_624=624 - I:toolHeadPickaxeBlackBronze_294=294 - I:toolHeadPickaxeBlackBronze_400=400 - I:toolHeadPickaxeBlackSteel_192=192 - I:toolHeadPickaxeBlackSteel_400=400 - I:toolHeadPickaxeBlaze_345=345 - I:toolHeadPickaxeBlaze_400=400 - I:toolHeadPickaxeBlueSteel_225=225 - I:toolHeadPickaxeBlueSteel_400=400 - I:toolHeadPickaxeBlueTopaz_400=400 - I:toolHeadPickaxeBlueTopaz_48=48 - I:toolHeadPickaxeBrass_189=189 - I:toolHeadPickaxeBrass_400=400 - I:toolHeadPickaxeBronze_228=228 - I:toolHeadPickaxeBronze_400=400 - I:toolHeadPickaxeCarbon_36=36 - I:toolHeadPickaxeCarbon_400=400 - I:toolHeadPickaxeCertusQuartz_294=294 - I:toolHeadPickaxeCertusQuartz_400=400 - I:toolHeadPickaxeChrome_156=156 - I:toolHeadPickaxeChrome_400=400 - I:toolHeadPickaxeCobaltBrass_174=174 - I:toolHeadPickaxeCobaltBrass_400=400 - I:toolHeadPickaxeCobalt_177=177 - I:toolHeadPickaxeCobalt_400=400 - I:toolHeadPickaxeCupronickel_180=180 - I:toolHeadPickaxeCupronickel_400=400 - I:toolHeadPickaxeDamascusSteel_168=168 - I:toolHeadPickaxeDamascusSteel_400=400 - I:toolHeadPickaxeDarkSteel_294=294 - I:toolHeadPickaxeDarkSteel_400=400 - I:toolHeadPickaxeDiamond_2304=2304 - I:toolHeadPickaxeDiamond_400=400 - I:toolHeadPickaxeDuranium_294=294 - I:toolHeadPickaxeDuranium_400=400 - I:toolHeadPickaxeElectrum_400=400 - I:toolHeadPickaxeElectrum_453=453 - I:toolHeadPickaxeEmerald_400=400 - I:toolHeadPickaxeEmerald_54=54 - I:toolHeadPickaxeEpoxidFiberReinforced_18=18 - I:toolHeadPickaxeEpoxidFiberReinforced_400=400 - I:toolHeadPickaxeEpoxid_18=18 - I:toolHeadPickaxeEpoxid_400=400 - I:toolHeadPickaxeFlint_400=400 - I:toolHeadPickaxeFlint_60=60 - I:toolHeadPickaxeGarnetRed_400=400 - I:toolHeadPickaxeGarnetRed_69=69 - I:toolHeadPickaxeGarnetYellow_400=400 - I:toolHeadPickaxeGarnetYellow_69=69 - I:toolHeadPickaxeGold_400=400 - I:toolHeadPickaxeGold_588=588 - I:toolHeadPickaxeGraniteBlack_400=400 - I:toolHeadPickaxeGraniteBlack_60=60 - I:toolHeadPickaxeGraniteRed_400=400 - I:toolHeadPickaxeGraniteRed_60=60 - I:toolHeadPickaxeGraphene_294=294 - I:toolHeadPickaxeGraphene_400=400 - I:toolHeadPickaxeGraphite_294=294 - I:toolHeadPickaxeGraphite_400=400 - I:toolHeadPickaxeGreenSapphire_400=400 - I:toolHeadPickaxeGreenSapphire_60=60 - I:toolHeadPickaxeHSSE_243=243 - I:toolHeadPickaxeHSSE_400=400 - I:toolHeadPickaxeHSSG_294=294 - I:toolHeadPickaxeHSSG_400=400 - I:toolHeadPickaxeHSSS_387=387 - I:toolHeadPickaxeHSSS_400=400 - I:toolHeadPickaxeInvar_168=168 - I:toolHeadPickaxeInvar_400=400 - I:toolHeadPickaxeIridium_400=400 - I:toolHeadPickaxeIridium_576=576 - I:toolHeadPickaxeIronMagnetic_168=168 - I:toolHeadPickaxeIronMagnetic_400=400 - I:toolHeadPickaxeIron_168=168 - I:toolHeadPickaxeIron_400=400 - I:toolHeadPickaxeKanthal_132=132 - I:toolHeadPickaxeKanthal_400=400 - I:toolHeadPickaxeLead_400=400 - I:toolHeadPickaxeLead_621=621 - I:toolHeadPickaxeMagnalium_400=400 - I:toolHeadPickaxeMagnalium_75=75 - I:toolHeadPickaxeManganese_165=165 - I:toolHeadPickaxeManganese_400=400 - I:toolHeadPickaxeMithril_400=400 - I:toolHeadPickaxeMithril_735=735 - I:toolHeadPickaxeMolybdenum_285=285 - I:toolHeadPickaxeMolybdenum_400=400 - I:toolHeadPickaxeNaquadahAlloy_294=294 - I:toolHeadPickaxeNaquadahAlloy_400=400 - I:toolHeadPickaxeNaquadahEnriched_294=294 - I:toolHeadPickaxeNaquadahEnriched_400=400 - I:toolHeadPickaxeNaquadah_294=294 - I:toolHeadPickaxeNaquadah_400=400 - I:toolHeadPickaxeNaquadria_294=294 - I:toolHeadPickaxeNaquadria_400=400 - I:toolHeadPickaxeNeodymiumMagnetic_400=400 - I:toolHeadPickaxeNeodymiumMagnetic_432=432 - I:toolHeadPickaxeNeodymium_400=400 - I:toolHeadPickaxeNeodymium_432=432 - I:toolHeadPickaxeNetherQuartz_294=294 - I:toolHeadPickaxeNetherQuartz_400=400 - I:toolHeadPickaxeNetherStar_294=294 - I:toolHeadPickaxeNetherStar_400=400 - I:toolHeadPickaxeNeutronium_300000=300000 - I:toolHeadPickaxeNeutronium_400=400 - I:toolHeadPickaxeNichrome_168=168 - I:toolHeadPickaxeNichrome_400=400 - I:toolHeadPickaxeNickelZincFerrite_400=400 - I:toolHeadPickaxeNickelZincFerrite_99=99 - I:toolHeadPickaxeNickel_174=174 - I:toolHeadPickaxeNickel_400=400 - I:toolHeadPickaxeOlivine_400=400 - I:toolHeadPickaxeOlivine_84=84 - I:toolHeadPickaxeOpal_400=400 - I:toolHeadPickaxeOpal_60=60 - I:toolHeadPickaxeOsmiridium_400=400 - I:toolHeadPickaxeOsmiridium_573=573 - I:toolHeadPickaxeOsmium_400=400 - I:toolHeadPickaxeOsmium_570=570 - I:toolHeadPickaxePalladium_318=318 - I:toolHeadPickaxePalladium_400=400 - I:toolHeadPickaxePigIron_168=168 - I:toolHeadPickaxePigIron_400=400 - I:toolHeadPickaxePlastic_16=16 - I:toolHeadPickaxePlastic_400=400 - I:toolHeadPickaxePlatinum_400=400 - I:toolHeadPickaxePlatinum_585=585 - I:toolHeadPickaxePlutonium241_400=400 - I:toolHeadPickaxePlutonium241_729=729 - I:toolHeadPickaxePlutonium_400=400 - I:toolHeadPickaxePlutonium_738=738 - I:toolHeadPickaxePolycaprolactam_16=16 - I:toolHeadPickaxePolycaprolactam_400=400 - I:toolHeadPickaxePolyphenyleneSulfide_27=27 - I:toolHeadPickaxePolyphenyleneSulfide_400=400 - I:toolHeadPickaxePolystyrene_18=18 - I:toolHeadPickaxePolystyrene_400=400 - I:toolHeadPickaxePolytetrafluoroethylene_400=400 - I:toolHeadPickaxePolytetrafluoroethylene_48=48 - I:toolHeadPickaxePolyvinylChloride_30=30 - I:toolHeadPickaxePolyvinylChloride_400=400 - I:toolHeadPickaxeRedSteel_207=207 - I:toolHeadPickaxeRedSteel_400=400 - I:toolHeadPickaxeRoseGold_400=400 - I:toolHeadPickaxeRoseGold_507=507 - I:toolHeadPickaxeRubber_16=16 - I:toolHeadPickaxeRubber_400=400 - I:toolHeadPickaxeRuby_400=400 - I:toolHeadPickaxeRuby_75=75 - I:toolHeadPickaxeSapphire_400=400 - I:toolHeadPickaxeSapphire_60=60 - I:toolHeadPickaxeSilicone_21=21 - I:toolHeadPickaxeSilicone_400=400 - I:toolHeadPickaxeSilver_321=321 - I:toolHeadPickaxeSilver_400=400 - I:toolHeadPickaxeStainlessSteel_165=165 - I:toolHeadPickaxeStainlessSteel_400=400 - I:toolHeadPickaxeSteelMagnetic_168=168 - I:toolHeadPickaxeSteelMagnetic_400=400 - I:toolHeadPickaxeSteel_168=168 - I:toolHeadPickaxeSteel_400=400 - I:toolHeadPickaxeSterlingSilver_294=294 - I:toolHeadPickaxeSterlingSilver_400=400 - I:toolHeadPickaxeStone_294=294 - I:toolHeadPickaxeStone_400=400 - I:toolHeadPickaxeStyreneButadieneRubber_16=16 - I:toolHeadPickaxeStyreneButadieneRubber_400=400 - I:toolHeadPickaxeTanzanite_400=400 - I:toolHeadPickaxeTanzanite_60=60 - I:toolHeadPickaxeThorium_400=400 - I:toolHeadPickaxeThorium_690=690 - I:toolHeadPickaxeTinAlloy_261=261 - I:toolHeadPickaxeTinAlloy_400=400 - I:toolHeadPickaxeTitanium_144=144 - I:toolHeadPickaxeTitanium_400=400 - I:toolHeadPickaxeTopaz_400=400 - I:toolHeadPickaxeTopaz_48=48 - I:toolHeadPickaxeTritanium_294=294 - I:toolHeadPickaxeTritanium_400=400 - I:toolHeadPickaxeTungstenCarbide_291=291 - I:toolHeadPickaxeTungstenCarbide_400=400 - I:toolHeadPickaxeTungstenSteel_357=357 - I:toolHeadPickaxeTungstenSteel_400=400 - I:toolHeadPickaxeTungsten_400=400 - I:toolHeadPickaxeTungsten_549=549 - I:toolHeadPickaxeUltimet_183=183 - I:toolHeadPickaxeUltimet_400=400 - I:toolHeadPickaxeUranium235_400=400 - I:toolHeadPickaxeUranium235_705=705 - I:toolHeadPickaxeUranium_400=400 - I:toolHeadPickaxeUranium_714=714 - I:toolHeadPickaxeVanadiumSteel_165=165 - I:toolHeadPickaxeVanadiumSteel_400=400 - I:toolHeadPickaxeWoodSealed_27=27 - I:toolHeadPickaxeWoodSealed_400=400 - I:toolHeadPickaxeWood_27=27 - I:toolHeadPickaxeWood_400=400 - I:toolHeadPickaxeWroughtIron_168=168 - I:toolHeadPickaxeWroughtIron_400=400 - I:toolHeadPlowAluminium_104=104 - I:toolHeadPlowAluminium_400=400 - I:toolHeadPlowAmethyst_108=108 - I:toolHeadPlowAmethyst_400=400 - I:toolHeadPlowBeryllium_36=36 - I:toolHeadPlowBeryllium_400=400 - I:toolHeadPlowBismuthBronze_368=368 - I:toolHeadPlowBismuthBronze_400=400 - I:toolHeadPlowBismuth_400=400 - I:toolHeadPlowBismuth_832=832 - I:toolHeadPlowBlackBronze_392=392 - I:toolHeadPlowBlackBronze_400=400 - I:toolHeadPlowBlackSteel_256=256 - I:toolHeadPlowBlackSteel_400=400 - I:toolHeadPlowBlaze_400=400 - I:toolHeadPlowBlaze_460=460 - I:toolHeadPlowBlueSteel_300=300 - I:toolHeadPlowBlueSteel_400=400 - I:toolHeadPlowBlueTopaz_400=400 - I:toolHeadPlowBlueTopaz_64=64 - I:toolHeadPlowBrass_252=252 - I:toolHeadPlowBrass_400=400 - I:toolHeadPlowBronze_304=304 - I:toolHeadPlowBronze_400=400 - I:toolHeadPlowCarbon_400=400 - I:toolHeadPlowCarbon_48=48 - I:toolHeadPlowCertusQuartz_392=392 - I:toolHeadPlowCertusQuartz_400=400 - I:toolHeadPlowChrome_208=208 - I:toolHeadPlowChrome_400=400 - I:toolHeadPlowCobaltBrass_232=232 - I:toolHeadPlowCobaltBrass_400=400 - I:toolHeadPlowCobalt_236=236 - I:toolHeadPlowCobalt_400=400 - I:toolHeadPlowCupronickel_240=240 - I:toolHeadPlowCupronickel_400=400 - I:toolHeadPlowDamascusSteel_224=224 - I:toolHeadPlowDamascusSteel_400=400 - I:toolHeadPlowDarkSteel_392=392 - I:toolHeadPlowDarkSteel_400=400 - I:toolHeadPlowDiamond_3072=3072 - I:toolHeadPlowDiamond_400=400 - I:toolHeadPlowDuranium_392=392 - I:toolHeadPlowDuranium_400=400 - I:toolHeadPlowElectrum_400=400 - I:toolHeadPlowElectrum_604=604 - I:toolHeadPlowEmerald_400=400 - I:toolHeadPlowEmerald_72=72 - I:toolHeadPlowEpoxidFiberReinforced_24=24 - I:toolHeadPlowEpoxidFiberReinforced_400=400 - I:toolHeadPlowEpoxid_24=24 - I:toolHeadPlowEpoxid_400=400 - I:toolHeadPlowFlint_400=400 - I:toolHeadPlowFlint_80=80 - I:toolHeadPlowGarnetRed_400=400 - I:toolHeadPlowGarnetRed_92=92 - I:toolHeadPlowGarnetYellow_400=400 - I:toolHeadPlowGarnetYellow_92=92 - I:toolHeadPlowGold_400=400 - I:toolHeadPlowGold_784=784 - I:toolHeadPlowGraniteBlack_400=400 - I:toolHeadPlowGraniteBlack_80=80 - I:toolHeadPlowGraniteRed_400=400 - I:toolHeadPlowGraniteRed_80=80 - I:toolHeadPlowGraphene_392=392 - I:toolHeadPlowGraphene_400=400 - I:toolHeadPlowGraphite_392=392 - I:toolHeadPlowGraphite_400=400 - I:toolHeadPlowGreenSapphire_400=400 - I:toolHeadPlowGreenSapphire_80=80 - I:toolHeadPlowHSSE_324=324 - I:toolHeadPlowHSSE_400=400 - I:toolHeadPlowHSSG_392=392 - I:toolHeadPlowHSSG_400=400 - I:toolHeadPlowHSSS_400=400 - I:toolHeadPlowHSSS_516=516 - I:toolHeadPlowInvar_224=224 - I:toolHeadPlowInvar_400=400 - I:toolHeadPlowIridium_400=400 - I:toolHeadPlowIridium_768=768 - I:toolHeadPlowIronMagnetic_224=224 - I:toolHeadPlowIronMagnetic_400=400 - I:toolHeadPlowIron_224=224 - I:toolHeadPlowIron_400=400 - I:toolHeadPlowKanthal_176=176 - I:toolHeadPlowKanthal_400=400 - I:toolHeadPlowLead_400=400 - I:toolHeadPlowLead_828=828 - I:toolHeadPlowMagnalium_100=100 - I:toolHeadPlowMagnalium_400=400 - I:toolHeadPlowManganese_220=220 - I:toolHeadPlowManganese_400=400 - I:toolHeadPlowMithril_400=400 - I:toolHeadPlowMithril_980=980 - I:toolHeadPlowMolybdenum_380=380 - I:toolHeadPlowMolybdenum_400=400 - I:toolHeadPlowNaquadahAlloy_392=392 - I:toolHeadPlowNaquadahAlloy_400=400 - I:toolHeadPlowNaquadahEnriched_392=392 - I:toolHeadPlowNaquadahEnriched_400=400 - I:toolHeadPlowNaquadah_392=392 - I:toolHeadPlowNaquadah_400=400 - I:toolHeadPlowNaquadria_392=392 - I:toolHeadPlowNaquadria_400=400 - I:toolHeadPlowNeodymiumMagnetic_400=400 - I:toolHeadPlowNeodymiumMagnetic_576=576 - I:toolHeadPlowNeodymium_400=400 - I:toolHeadPlowNeodymium_576=576 - I:toolHeadPlowNetherQuartz_392=392 - I:toolHeadPlowNetherQuartz_400=400 - I:toolHeadPlowNetherStar_392=392 - I:toolHeadPlowNetherStar_400=400 - I:toolHeadPlowNeutronium_400=400 - I:toolHeadPlowNeutronium_400000=400000 - I:toolHeadPlowNichrome_224=224 - I:toolHeadPlowNichrome_400=400 - I:toolHeadPlowNickelZincFerrite_132=132 - I:toolHeadPlowNickelZincFerrite_400=400 - I:toolHeadPlowNickel_232=232 - I:toolHeadPlowNickel_400=400 - I:toolHeadPlowOlivine_112=112 - I:toolHeadPlowOlivine_400=400 - I:toolHeadPlowOpal_400=400 - I:toolHeadPlowOpal_80=80 - I:toolHeadPlowOsmiridium_400=400 - I:toolHeadPlowOsmiridium_764=764 - I:toolHeadPlowOsmium_400=400 - I:toolHeadPlowOsmium_760=760 - I:toolHeadPlowPalladium_400=400 - I:toolHeadPlowPalladium_424=424 - I:toolHeadPlowPigIron_224=224 - I:toolHeadPlowPigIron_400=400 - I:toolHeadPlowPlastic_16=16 - I:toolHeadPlowPlastic_400=400 - I:toolHeadPlowPlatinum_400=400 - I:toolHeadPlowPlatinum_780=780 - I:toolHeadPlowPlutonium241_400=400 - I:toolHeadPlowPlutonium241_972=972 - I:toolHeadPlowPlutonium_400=400 - I:toolHeadPlowPlutonium_984=984 - I:toolHeadPlowPolycaprolactam_20=20 - I:toolHeadPlowPolycaprolactam_400=400 - I:toolHeadPlowPolyphenyleneSulfide_36=36 - I:toolHeadPlowPolyphenyleneSulfide_400=400 - I:toolHeadPlowPolystyrene_24=24 - I:toolHeadPlowPolystyrene_400=400 - I:toolHeadPlowPolytetrafluoroethylene_400=400 - I:toolHeadPlowPolytetrafluoroethylene_64=64 - I:toolHeadPlowPolyvinylChloride_40=40 - I:toolHeadPlowPolyvinylChloride_400=400 - I:toolHeadPlowRedSteel_276=276 - I:toolHeadPlowRedSteel_400=400 - I:toolHeadPlowRoseGold_400=400 - I:toolHeadPlowRoseGold_676=676 - I:toolHeadPlowRubber_20=20 - I:toolHeadPlowRubber_400=400 - I:toolHeadPlowRuby_100=100 - I:toolHeadPlowRuby_400=400 - I:toolHeadPlowSapphire_400=400 - I:toolHeadPlowSapphire_80=80 - I:toolHeadPlowSilicone_28=28 - I:toolHeadPlowSilicone_400=400 - I:toolHeadPlowSilver_400=400 - I:toolHeadPlowSilver_428=428 - I:toolHeadPlowStainlessSteel_220=220 - I:toolHeadPlowStainlessSteel_400=400 - I:toolHeadPlowSteelMagnetic_224=224 - I:toolHeadPlowSteelMagnetic_400=400 - I:toolHeadPlowSteel_224=224 - I:toolHeadPlowSteel_400=400 - I:toolHeadPlowSterlingSilver_392=392 - I:toolHeadPlowSterlingSilver_400=400 - I:toolHeadPlowStone_392=392 - I:toolHeadPlowStone_400=400 - I:toolHeadPlowStyreneButadieneRubber_20=20 - I:toolHeadPlowStyreneButadieneRubber_400=400 - I:toolHeadPlowTanzanite_400=400 - I:toolHeadPlowTanzanite_80=80 - I:toolHeadPlowThorium_400=400 - I:toolHeadPlowThorium_920=920 - I:toolHeadPlowTinAlloy_348=348 - I:toolHeadPlowTinAlloy_400=400 - I:toolHeadPlowTitanium_192=192 - I:toolHeadPlowTitanium_400=400 - I:toolHeadPlowTopaz_400=400 - I:toolHeadPlowTopaz_64=64 - I:toolHeadPlowTritanium_392=392 - I:toolHeadPlowTritanium_400=400 - I:toolHeadPlowTungstenCarbide_388=388 - I:toolHeadPlowTungstenCarbide_400=400 - I:toolHeadPlowTungstenSteel_400=400 - I:toolHeadPlowTungstenSteel_476=476 - I:toolHeadPlowTungsten_400=400 - I:toolHeadPlowTungsten_732=732 - I:toolHeadPlowUltimet_244=244 - I:toolHeadPlowUltimet_400=400 - I:toolHeadPlowUranium235_400=400 - I:toolHeadPlowUranium235_940=940 - I:toolHeadPlowUranium_400=400 - I:toolHeadPlowUranium_952=952 - I:toolHeadPlowVanadiumSteel_220=220 - I:toolHeadPlowVanadiumSteel_400=400 - I:toolHeadPlowWoodSealed_36=36 - I:toolHeadPlowWoodSealed_400=400 - I:toolHeadPlowWood_36=36 - I:toolHeadPlowWood_400=400 - I:toolHeadPlowWroughtIron_224=224 - I:toolHeadPlowWroughtIron_400=400 - I:toolHeadSawAluminium_400=400 - I:toolHeadSawAluminium_52=52 - I:toolHeadSawBeryllium_18=18 - I:toolHeadSawBeryllium_400=400 - I:toolHeadSawBismuthBronze_184=184 - I:toolHeadSawBismuthBronze_400=400 - I:toolHeadSawBismuth_400=400 - I:toolHeadSawBismuth_416=416 - I:toolHeadSawBlackBronze_196=196 - I:toolHeadSawBlackBronze_400=400 - I:toolHeadSawBlackSteel_128=128 - I:toolHeadSawBlackSteel_400=400 - I:toolHeadSawBlaze_230=230 - I:toolHeadSawBlaze_400=400 - I:toolHeadSawBlueSteel_150=150 - I:toolHeadSawBlueSteel_400=400 - I:toolHeadSawBrass_126=126 - I:toolHeadSawBrass_400=400 - I:toolHeadSawBronze_152=152 - I:toolHeadSawBronze_400=400 - I:toolHeadSawCarbon_24=24 - I:toolHeadSawCarbon_400=400 - I:toolHeadSawChrome_104=104 - I:toolHeadSawChrome_400=400 - I:toolHeadSawCobaltBrass_116=116 - I:toolHeadSawCobaltBrass_400=400 - I:toolHeadSawCobalt_118=118 - I:toolHeadSawCobalt_400=400 - I:toolHeadSawCupronickel_120=120 - I:toolHeadSawCupronickel_400=400 - I:toolHeadSawDamascusSteel_112=112 - I:toolHeadSawDamascusSteel_400=400 - I:toolHeadSawDarkSteel_196=196 - I:toolHeadSawDarkSteel_400=400 - I:toolHeadSawDuranium_196=196 - I:toolHeadSawDuranium_400=400 - I:toolHeadSawElectrum_302=302 - I:toolHeadSawElectrum_400=400 - I:toolHeadSawEpoxidFiberReinforced_16=16 - I:toolHeadSawEpoxidFiberReinforced_400=400 - I:toolHeadSawEpoxid_16=16 - I:toolHeadSawEpoxid_400=400 - I:toolHeadSawGold_392=392 - I:toolHeadSawGold_400=400 - I:toolHeadSawGraphene_196=196 - I:toolHeadSawGraphene_400=400 - I:toolHeadSawHSSE_162=162 - I:toolHeadSawHSSE_400=400 - I:toolHeadSawHSSG_196=196 - I:toolHeadSawHSSG_400=400 - I:toolHeadSawHSSS_258=258 - I:toolHeadSawHSSS_400=400 - I:toolHeadSawInvar_112=112 - I:toolHeadSawInvar_400=400 - I:toolHeadSawIridium_384=384 - I:toolHeadSawIridium_400=400 - I:toolHeadSawIronMagnetic_112=112 - I:toolHeadSawIronMagnetic_400=400 - I:toolHeadSawIron_112=112 - I:toolHeadSawIron_400=400 - I:toolHeadSawKanthal_400=400 - I:toolHeadSawKanthal_88=88 - I:toolHeadSawLead_400=400 - I:toolHeadSawLead_414=414 - I:toolHeadSawMagnalium_400=400 - I:toolHeadSawMagnalium_50=50 - I:toolHeadSawManganese_110=110 - I:toolHeadSawManganese_400=400 - I:toolHeadSawMithril_400=400 - I:toolHeadSawMithril_490=490 - I:toolHeadSawMolybdenum_190=190 - I:toolHeadSawMolybdenum_400=400 - I:toolHeadSawNaquadahAlloy_196=196 - I:toolHeadSawNaquadahAlloy_400=400 - I:toolHeadSawNaquadahEnriched_196=196 - I:toolHeadSawNaquadahEnriched_400=400 - I:toolHeadSawNaquadah_196=196 - I:toolHeadSawNaquadah_400=400 - I:toolHeadSawNaquadria_196=196 - I:toolHeadSawNaquadria_400=400 - I:toolHeadSawNeodymiumMagnetic_288=288 - I:toolHeadSawNeodymiumMagnetic_400=400 - I:toolHeadSawNeodymium_288=288 - I:toolHeadSawNeodymium_400=400 - I:toolHeadSawNeutronium_200000=200000 - I:toolHeadSawNeutronium_400=400 - I:toolHeadSawNichrome_112=112 - I:toolHeadSawNichrome_400=400 - I:toolHeadSawNickelZincFerrite_400=400 - I:toolHeadSawNickelZincFerrite_66=66 - I:toolHeadSawNickel_116=116 - I:toolHeadSawNickel_400=400 - I:toolHeadSawOsmiridium_382=382 - I:toolHeadSawOsmiridium_400=400 - I:toolHeadSawOsmium_380=380 - I:toolHeadSawOsmium_400=400 - I:toolHeadSawPalladium_212=212 - I:toolHeadSawPalladium_400=400 - I:toolHeadSawPigIron_112=112 - I:toolHeadSawPigIron_400=400 - I:toolHeadSawPlatinum_390=390 - I:toolHeadSawPlatinum_400=400 - I:toolHeadSawPlutonium241_400=400 - I:toolHeadSawPlutonium241_486=486 - I:toolHeadSawPlutonium_400=400 - I:toolHeadSawPlutonium_492=492 - I:toolHeadSawPolycaprolactam_16=16 - I:toolHeadSawPolycaprolactam_400=400 - I:toolHeadSawPolyphenyleneSulfide_18=18 - I:toolHeadSawPolyphenyleneSulfide_400=400 - I:toolHeadSawPolytetrafluoroethylene_32=32 - I:toolHeadSawPolytetrafluoroethylene_400=400 - I:toolHeadSawRedSteel_138=138 - I:toolHeadSawRedSteel_400=400 - I:toolHeadSawRoseGold_338=338 - I:toolHeadSawRoseGold_400=400 - I:toolHeadSawSilver_214=214 - I:toolHeadSawSilver_400=400 - I:toolHeadSawStainlessSteel_110=110 - I:toolHeadSawStainlessSteel_400=400 - I:toolHeadSawSteelMagnetic_112=112 - I:toolHeadSawSteelMagnetic_400=400 - I:toolHeadSawSteel_112=112 - I:toolHeadSawSteel_400=400 - I:toolHeadSawSterlingSilver_196=196 - I:toolHeadSawSterlingSilver_400=400 - I:toolHeadSawThorium_400=400 - I:toolHeadSawThorium_460=460 - I:toolHeadSawTinAlloy_174=174 - I:toolHeadSawTinAlloy_400=400 - I:toolHeadSawTitanium_400=400 - I:toolHeadSawTitanium_96=96 - I:toolHeadSawTritanium_196=196 - I:toolHeadSawTritanium_400=400 - I:toolHeadSawTungstenCarbide_194=194 - I:toolHeadSawTungstenCarbide_400=400 - I:toolHeadSawTungstenSteel_238=238 - I:toolHeadSawTungstenSteel_400=400 - I:toolHeadSawTungsten_366=366 - I:toolHeadSawTungsten_400=400 - I:toolHeadSawUltimet_122=122 - I:toolHeadSawUltimet_400=400 - I:toolHeadSawUranium235_400=400 - I:toolHeadSawUranium235_470=470 - I:toolHeadSawUranium_400=400 - I:toolHeadSawUranium_476=476 - I:toolHeadSawVanadiumSteel_110=110 - I:toolHeadSawVanadiumSteel_400=400 - I:toolHeadSawWroughtIron_112=112 - I:toolHeadSawWroughtIron_400=400 - I:toolHeadSenseAluminium_400=400 - I:toolHeadSenseAluminium_78=78 - I:toolHeadSenseAmethyst_400=400 - I:toolHeadSenseAmethyst_81=81 - I:toolHeadSenseBeryllium_27=27 - I:toolHeadSenseBeryllium_400=400 - I:toolHeadSenseBismuthBronze_276=276 - I:toolHeadSenseBismuthBronze_400=400 - I:toolHeadSenseBismuth_400=400 - I:toolHeadSenseBismuth_624=624 - I:toolHeadSenseBlackBronze_294=294 - I:toolHeadSenseBlackBronze_400=400 - I:toolHeadSenseBlackSteel_192=192 - I:toolHeadSenseBlackSteel_400=400 - I:toolHeadSenseBlaze_345=345 - I:toolHeadSenseBlaze_400=400 - I:toolHeadSenseBlueSteel_225=225 - I:toolHeadSenseBlueSteel_400=400 - I:toolHeadSenseBlueTopaz_400=400 - I:toolHeadSenseBlueTopaz_48=48 - I:toolHeadSenseBrass_189=189 - I:toolHeadSenseBrass_400=400 - I:toolHeadSenseBronze_228=228 - I:toolHeadSenseBronze_400=400 - I:toolHeadSenseCarbon_36=36 - I:toolHeadSenseCarbon_400=400 - I:toolHeadSenseCertusQuartz_294=294 - I:toolHeadSenseCertusQuartz_400=400 - I:toolHeadSenseChrome_156=156 - I:toolHeadSenseChrome_400=400 - I:toolHeadSenseCobaltBrass_174=174 - I:toolHeadSenseCobaltBrass_400=400 - I:toolHeadSenseCobalt_177=177 - I:toolHeadSenseCobalt_400=400 - I:toolHeadSenseCupronickel_180=180 - I:toolHeadSenseCupronickel_400=400 - I:toolHeadSenseDamascusSteel_168=168 - I:toolHeadSenseDamascusSteel_400=400 - I:toolHeadSenseDarkSteel_294=294 - I:toolHeadSenseDarkSteel_400=400 - I:toolHeadSenseDiamond_2304=2304 - I:toolHeadSenseDiamond_400=400 - I:toolHeadSenseDuranium_294=294 - I:toolHeadSenseDuranium_400=400 - I:toolHeadSenseElectrum_400=400 - I:toolHeadSenseElectrum_453=453 - I:toolHeadSenseEmerald_400=400 - I:toolHeadSenseEmerald_54=54 - I:toolHeadSenseEpoxidFiberReinforced_18=18 - I:toolHeadSenseEpoxidFiberReinforced_400=400 - I:toolHeadSenseEpoxid_18=18 - I:toolHeadSenseEpoxid_400=400 - I:toolHeadSenseFlint_400=400 - I:toolHeadSenseFlint_60=60 - I:toolHeadSenseGarnetRed_400=400 - I:toolHeadSenseGarnetRed_69=69 - I:toolHeadSenseGarnetYellow_400=400 - I:toolHeadSenseGarnetYellow_69=69 - I:toolHeadSenseGold_400=400 - I:toolHeadSenseGold_588=588 - I:toolHeadSenseGraniteBlack_400=400 - I:toolHeadSenseGraniteBlack_60=60 - I:toolHeadSenseGraniteRed_400=400 - I:toolHeadSenseGraniteRed_60=60 - I:toolHeadSenseGraphene_294=294 - I:toolHeadSenseGraphene_400=400 - I:toolHeadSenseGraphite_294=294 - I:toolHeadSenseGraphite_400=400 - I:toolHeadSenseGreenSapphire_400=400 - I:toolHeadSenseGreenSapphire_60=60 - I:toolHeadSenseHSSE_243=243 - I:toolHeadSenseHSSE_400=400 - I:toolHeadSenseHSSG_294=294 - I:toolHeadSenseHSSG_400=400 - I:toolHeadSenseHSSS_387=387 - I:toolHeadSenseHSSS_400=400 - I:toolHeadSenseInvar_168=168 - I:toolHeadSenseInvar_400=400 - I:toolHeadSenseIridium_400=400 - I:toolHeadSenseIridium_576=576 - I:toolHeadSenseIronMagnetic_168=168 - I:toolHeadSenseIronMagnetic_400=400 - I:toolHeadSenseIron_168=168 - I:toolHeadSenseIron_400=400 - I:toolHeadSenseKanthal_132=132 - I:toolHeadSenseKanthal_400=400 - I:toolHeadSenseLead_400=400 - I:toolHeadSenseLead_621=621 - I:toolHeadSenseMagnalium_400=400 - I:toolHeadSenseMagnalium_75=75 - I:toolHeadSenseManganese_165=165 - I:toolHeadSenseManganese_400=400 - I:toolHeadSenseMithril_400=400 - I:toolHeadSenseMithril_735=735 - I:toolHeadSenseMolybdenum_285=285 - I:toolHeadSenseMolybdenum_400=400 - I:toolHeadSenseNaquadahAlloy_294=294 - I:toolHeadSenseNaquadahAlloy_400=400 - I:toolHeadSenseNaquadahEnriched_294=294 - I:toolHeadSenseNaquadahEnriched_400=400 - I:toolHeadSenseNaquadah_294=294 - I:toolHeadSenseNaquadah_400=400 - I:toolHeadSenseNaquadria_294=294 - I:toolHeadSenseNaquadria_400=400 - I:toolHeadSenseNeodymiumMagnetic_400=400 - I:toolHeadSenseNeodymiumMagnetic_432=432 - I:toolHeadSenseNeodymium_400=400 - I:toolHeadSenseNeodymium_432=432 - I:toolHeadSenseNetherQuartz_294=294 - I:toolHeadSenseNetherQuartz_400=400 - I:toolHeadSenseNetherStar_294=294 - I:toolHeadSenseNetherStar_400=400 - I:toolHeadSenseNeutronium_300000=300000 - I:toolHeadSenseNeutronium_400=400 - I:toolHeadSenseNichrome_168=168 - I:toolHeadSenseNichrome_400=400 - I:toolHeadSenseNickelZincFerrite_400=400 - I:toolHeadSenseNickelZincFerrite_99=99 - I:toolHeadSenseNickel_174=174 - I:toolHeadSenseNickel_400=400 - I:toolHeadSenseOlivine_400=400 - I:toolHeadSenseOlivine_84=84 - I:toolHeadSenseOpal_400=400 - I:toolHeadSenseOpal_60=60 - I:toolHeadSenseOsmiridium_400=400 - I:toolHeadSenseOsmiridium_573=573 - I:toolHeadSenseOsmium_400=400 - I:toolHeadSenseOsmium_570=570 - I:toolHeadSensePalladium_318=318 - I:toolHeadSensePalladium_400=400 - I:toolHeadSensePigIron_168=168 - I:toolHeadSensePigIron_400=400 - I:toolHeadSensePlastic_16=16 - I:toolHeadSensePlastic_400=400 - I:toolHeadSensePlatinum_400=400 - I:toolHeadSensePlatinum_585=585 - I:toolHeadSensePlutonium241_400=400 - I:toolHeadSensePlutonium241_729=729 - I:toolHeadSensePlutonium_400=400 - I:toolHeadSensePlutonium_738=738 - I:toolHeadSensePolycaprolactam_16=16 - I:toolHeadSensePolycaprolactam_400=400 - I:toolHeadSensePolyphenyleneSulfide_27=27 - I:toolHeadSensePolyphenyleneSulfide_400=400 - I:toolHeadSensePolystyrene_18=18 - I:toolHeadSensePolystyrene_400=400 - I:toolHeadSensePolytetrafluoroethylene_400=400 - I:toolHeadSensePolytetrafluoroethylene_48=48 - I:toolHeadSensePolyvinylChloride_30=30 - I:toolHeadSensePolyvinylChloride_400=400 - I:toolHeadSenseRedSteel_207=207 - I:toolHeadSenseRedSteel_400=400 - I:toolHeadSenseRoseGold_400=400 - I:toolHeadSenseRoseGold_507=507 - I:toolHeadSenseRubber_16=16 - I:toolHeadSenseRubber_400=400 - I:toolHeadSenseRuby_400=400 - I:toolHeadSenseRuby_75=75 - I:toolHeadSenseSapphire_400=400 - I:toolHeadSenseSapphire_60=60 - I:toolHeadSenseSilicone_21=21 - I:toolHeadSenseSilicone_400=400 - I:toolHeadSenseSilver_321=321 - I:toolHeadSenseSilver_400=400 - I:toolHeadSenseStainlessSteel_165=165 - I:toolHeadSenseStainlessSteel_400=400 - I:toolHeadSenseSteelMagnetic_168=168 - I:toolHeadSenseSteelMagnetic_400=400 - I:toolHeadSenseSteel_168=168 - I:toolHeadSenseSteel_400=400 - I:toolHeadSenseSterlingSilver_294=294 - I:toolHeadSenseSterlingSilver_400=400 - I:toolHeadSenseStone_294=294 - I:toolHeadSenseStone_400=400 - I:toolHeadSenseStyreneButadieneRubber_16=16 - I:toolHeadSenseStyreneButadieneRubber_400=400 - I:toolHeadSenseTanzanite_400=400 - I:toolHeadSenseTanzanite_60=60 - I:toolHeadSenseThorium_400=400 - I:toolHeadSenseThorium_690=690 - I:toolHeadSenseTinAlloy_261=261 - I:toolHeadSenseTinAlloy_400=400 - I:toolHeadSenseTitanium_144=144 - I:toolHeadSenseTitanium_400=400 - I:toolHeadSenseTopaz_400=400 - I:toolHeadSenseTopaz_48=48 - I:toolHeadSenseTritanium_294=294 - I:toolHeadSenseTritanium_400=400 - I:toolHeadSenseTungstenCarbide_291=291 - I:toolHeadSenseTungstenCarbide_400=400 - I:toolHeadSenseTungstenSteel_357=357 - I:toolHeadSenseTungstenSteel_400=400 - I:toolHeadSenseTungsten_400=400 - I:toolHeadSenseTungsten_549=549 - I:toolHeadSenseUltimet_183=183 - I:toolHeadSenseUltimet_400=400 - I:toolHeadSenseUranium235_400=400 - I:toolHeadSenseUranium235_705=705 - I:toolHeadSenseUranium_400=400 - I:toolHeadSenseUranium_714=714 - I:toolHeadSenseVanadiumSteel_165=165 - I:toolHeadSenseVanadiumSteel_400=400 - I:toolHeadSenseWoodSealed_27=27 - I:toolHeadSenseWoodSealed_400=400 - I:toolHeadSenseWood_27=27 - I:toolHeadSenseWood_400=400 - I:toolHeadSenseWroughtIron_168=168 - I:toolHeadSenseWroughtIron_400=400 - I:toolHeadShovelAluminium_26=26 - I:toolHeadShovelAluminium_400=400 - I:toolHeadShovelAmethyst_27=27 - I:toolHeadShovelAmethyst_400=400 - I:toolHeadShovelBeryllium_16=16 - I:toolHeadShovelBeryllium_400=400 - I:toolHeadShovelBismuthBronze_400=400 - I:toolHeadShovelBismuthBronze_92=92 - I:toolHeadShovelBismuth_208=208 - I:toolHeadShovelBismuth_400=400 - I:toolHeadShovelBlackBronze_400=400 - I:toolHeadShovelBlackBronze_98=98 - I:toolHeadShovelBlackSteel_400=400 - I:toolHeadShovelBlackSteel_64=64 - I:toolHeadShovelBlaze_115=115 - I:toolHeadShovelBlaze_400=400 - I:toolHeadShovelBlueSteel_400=400 - I:toolHeadShovelBlueSteel_75=75 - I:toolHeadShovelBlueTopaz_16=16 - I:toolHeadShovelBlueTopaz_400=400 - I:toolHeadShovelBrass_400=400 - I:toolHeadShovelBrass_63=63 - I:toolHeadShovelBronze_400=400 - I:toolHeadShovelBronze_76=76 - I:toolHeadShovelCarbon_16=16 - I:toolHeadShovelCarbon_400=400 - I:toolHeadShovelCertusQuartz_400=400 - I:toolHeadShovelCertusQuartz_98=98 - I:toolHeadShovelChrome_400=400 - I:toolHeadShovelChrome_52=52 - I:toolHeadShovelCobaltBrass_400=400 - I:toolHeadShovelCobaltBrass_58=58 - I:toolHeadShovelCobalt_400=400 - I:toolHeadShovelCobalt_59=59 - I:toolHeadShovelCupronickel_400=400 - I:toolHeadShovelCupronickel_60=60 - I:toolHeadShovelDamascusSteel_400=400 - I:toolHeadShovelDamascusSteel_56=56 - I:toolHeadShovelDarkSteel_400=400 - I:toolHeadShovelDarkSteel_98=98 - I:toolHeadShovelDiamond_400=400 - I:toolHeadShovelDiamond_768=768 - I:toolHeadShovelDuranium_400=400 - I:toolHeadShovelDuranium_98=98 - I:toolHeadShovelElectrum_151=151 - I:toolHeadShovelElectrum_400=400 - I:toolHeadShovelEmerald_18=18 - I:toolHeadShovelEmerald_400=400 - I:toolHeadShovelEpoxidFiberReinforced_16=16 - I:toolHeadShovelEpoxidFiberReinforced_400=400 - I:toolHeadShovelEpoxid_16=16 - I:toolHeadShovelEpoxid_400=400 - I:toolHeadShovelFlint_20=20 - I:toolHeadShovelFlint_400=400 - I:toolHeadShovelGarnetRed_23=23 - I:toolHeadShovelGarnetRed_400=400 - I:toolHeadShovelGarnetYellow_23=23 - I:toolHeadShovelGarnetYellow_400=400 - I:toolHeadShovelGold_196=196 - I:toolHeadShovelGold_400=400 - I:toolHeadShovelGraniteBlack_20=20 - I:toolHeadShovelGraniteBlack_400=400 - I:toolHeadShovelGraniteRed_20=20 - I:toolHeadShovelGraniteRed_400=400 - I:toolHeadShovelGraphene_400=400 - I:toolHeadShovelGraphene_98=98 - I:toolHeadShovelGraphite_400=400 - I:toolHeadShovelGraphite_98=98 - I:toolHeadShovelGreenSapphire_20=20 - I:toolHeadShovelGreenSapphire_400=400 - I:toolHeadShovelHSSE_400=400 - I:toolHeadShovelHSSE_81=81 - I:toolHeadShovelHSSG_400=400 - I:toolHeadShovelHSSG_98=98 - I:toolHeadShovelHSSS_129=129 - I:toolHeadShovelHSSS_400=400 - I:toolHeadShovelInvar_400=400 - I:toolHeadShovelInvar_56=56 - I:toolHeadShovelIridium_192=192 - I:toolHeadShovelIridium_400=400 - I:toolHeadShovelIronMagnetic_400=400 - I:toolHeadShovelIronMagnetic_56=56 - I:toolHeadShovelIron_400=400 - I:toolHeadShovelIron_56=56 - I:toolHeadShovelKanthal_400=400 - I:toolHeadShovelKanthal_44=44 - I:toolHeadShovelLead_207=207 - I:toolHeadShovelLead_400=400 - I:toolHeadShovelMagnalium_25=25 - I:toolHeadShovelMagnalium_400=400 - I:toolHeadShovelManganese_400=400 - I:toolHeadShovelManganese_55=55 - I:toolHeadShovelMithril_245=245 - I:toolHeadShovelMithril_400=400 - I:toolHeadShovelMolybdenum_400=400 - I:toolHeadShovelMolybdenum_95=95 - I:toolHeadShovelNaquadahAlloy_400=400 - I:toolHeadShovelNaquadahAlloy_98=98 - I:toolHeadShovelNaquadahEnriched_400=400 - I:toolHeadShovelNaquadahEnriched_98=98 - I:toolHeadShovelNaquadah_400=400 - I:toolHeadShovelNaquadah_98=98 - I:toolHeadShovelNaquadria_400=400 - I:toolHeadShovelNaquadria_98=98 - I:toolHeadShovelNeodymiumMagnetic_144=144 - I:toolHeadShovelNeodymiumMagnetic_400=400 - I:toolHeadShovelNeodymium_144=144 - I:toolHeadShovelNeodymium_400=400 - I:toolHeadShovelNetherQuartz_400=400 - I:toolHeadShovelNetherQuartz_98=98 - I:toolHeadShovelNetherStar_400=400 - I:toolHeadShovelNetherStar_98=98 - I:toolHeadShovelNeutronium_100000=100000 - I:toolHeadShovelNeutronium_400=400 - I:toolHeadShovelNichrome_400=400 - I:toolHeadShovelNichrome_56=56 - I:toolHeadShovelNickelZincFerrite_33=33 - I:toolHeadShovelNickelZincFerrite_400=400 - I:toolHeadShovelNickel_400=400 - I:toolHeadShovelNickel_58=58 - I:toolHeadShovelOlivine_28=28 - I:toolHeadShovelOlivine_400=400 - I:toolHeadShovelOpal_20=20 - I:toolHeadShovelOpal_400=400 - I:toolHeadShovelOsmiridium_191=191 - I:toolHeadShovelOsmiridium_400=400 - I:toolHeadShovelOsmium_190=190 - I:toolHeadShovelOsmium_400=400 - I:toolHeadShovelPalladium_106=106 - I:toolHeadShovelPalladium_400=400 - I:toolHeadShovelPigIron_400=400 - I:toolHeadShovelPigIron_56=56 - I:toolHeadShovelPlastic_16=16 - I:toolHeadShovelPlastic_400=400 - I:toolHeadShovelPlatinum_195=195 - I:toolHeadShovelPlatinum_400=400 - I:toolHeadShovelPlutonium241_243=243 - I:toolHeadShovelPlutonium241_400=400 - I:toolHeadShovelPlutonium_246=246 - I:toolHeadShovelPlutonium_400=400 - I:toolHeadShovelPolycaprolactam_16=16 - I:toolHeadShovelPolycaprolactam_400=400 - I:toolHeadShovelPolyphenyleneSulfide_16=16 - I:toolHeadShovelPolyphenyleneSulfide_400=400 - I:toolHeadShovelPolystyrene_16=16 - I:toolHeadShovelPolystyrene_400=400 - I:toolHeadShovelPolytetrafluoroethylene_16=16 - I:toolHeadShovelPolytetrafluoroethylene_400=400 - I:toolHeadShovelPolyvinylChloride_16=16 - I:toolHeadShovelPolyvinylChloride_400=400 - I:toolHeadShovelRedSteel_400=400 - I:toolHeadShovelRedSteel_69=69 - I:toolHeadShovelRoseGold_169=169 - I:toolHeadShovelRoseGold_400=400 - I:toolHeadShovelRubber_16=16 - I:toolHeadShovelRubber_400=400 - I:toolHeadShovelRuby_25=25 - I:toolHeadShovelRuby_400=400 - I:toolHeadShovelSapphire_20=20 - I:toolHeadShovelSapphire_400=400 - I:toolHeadShovelSilicone_16=16 - I:toolHeadShovelSilicone_400=400 - I:toolHeadShovelSilver_107=107 - I:toolHeadShovelSilver_400=400 - I:toolHeadShovelStainlessSteel_400=400 - I:toolHeadShovelStainlessSteel_55=55 - I:toolHeadShovelSteelMagnetic_400=400 - I:toolHeadShovelSteelMagnetic_56=56 - I:toolHeadShovelSteel_400=400 - I:toolHeadShovelSteel_56=56 - I:toolHeadShovelSterlingSilver_400=400 - I:toolHeadShovelSterlingSilver_98=98 - I:toolHeadShovelStone_400=400 - I:toolHeadShovelStone_98=98 - I:toolHeadShovelStyreneButadieneRubber_16=16 - I:toolHeadShovelStyreneButadieneRubber_400=400 - I:toolHeadShovelTanzanite_20=20 - I:toolHeadShovelTanzanite_400=400 - I:toolHeadShovelThorium_230=230 - I:toolHeadShovelThorium_400=400 - I:toolHeadShovelTinAlloy_400=400 - I:toolHeadShovelTinAlloy_87=87 - I:toolHeadShovelTitanium_400=400 - I:toolHeadShovelTitanium_48=48 - I:toolHeadShovelTopaz_16=16 - I:toolHeadShovelTopaz_400=400 - I:toolHeadShovelTritanium_400=400 - I:toolHeadShovelTritanium_98=98 - I:toolHeadShovelTungstenCarbide_400=400 - I:toolHeadShovelTungstenCarbide_97=97 - I:toolHeadShovelTungstenSteel_119=119 - I:toolHeadShovelTungstenSteel_400=400 - I:toolHeadShovelTungsten_183=183 - I:toolHeadShovelTungsten_400=400 - I:toolHeadShovelUltimet_400=400 - I:toolHeadShovelUltimet_61=61 - I:toolHeadShovelUranium235_235=235 - I:toolHeadShovelUranium235_400=400 - I:toolHeadShovelUranium_238=238 - I:toolHeadShovelUranium_400=400 - I:toolHeadShovelVanadiumSteel_400=400 - I:toolHeadShovelVanadiumSteel_55=55 - I:toolHeadShovelWoodSealed_16=16 - I:toolHeadShovelWoodSealed_400=400 - I:toolHeadShovelWood_16=16 - I:toolHeadShovelWood_400=400 - I:toolHeadShovelWroughtIron_400=400 - I:toolHeadShovelWroughtIron_56=56 - I:toolHeadSwordAluminium_400=400 - I:toolHeadSwordAluminium_52=52 - I:toolHeadSwordAmethyst_400=400 - I:toolHeadSwordAmethyst_54=54 - I:toolHeadSwordBeryllium_18=18 - I:toolHeadSwordBeryllium_400=400 - I:toolHeadSwordBismuthBronze_184=184 - I:toolHeadSwordBismuthBronze_400=400 - I:toolHeadSwordBismuth_400=400 - I:toolHeadSwordBismuth_416=416 - I:toolHeadSwordBlackBronze_196=196 - I:toolHeadSwordBlackBronze_400=400 - I:toolHeadSwordBlackSteel_128=128 - I:toolHeadSwordBlackSteel_400=400 - I:toolHeadSwordBlaze_230=230 - I:toolHeadSwordBlaze_400=400 - I:toolHeadSwordBlueSteel_150=150 - I:toolHeadSwordBlueSteel_400=400 - I:toolHeadSwordBlueTopaz_32=32 - I:toolHeadSwordBlueTopaz_400=400 - I:toolHeadSwordBrass_126=126 - I:toolHeadSwordBrass_400=400 - I:toolHeadSwordBronze_152=152 - I:toolHeadSwordBronze_400=400 - I:toolHeadSwordCarbon_24=24 - I:toolHeadSwordCarbon_400=400 - I:toolHeadSwordCertusQuartz_196=196 - I:toolHeadSwordCertusQuartz_400=400 - I:toolHeadSwordChrome_104=104 - I:toolHeadSwordChrome_400=400 - I:toolHeadSwordCobaltBrass_116=116 - I:toolHeadSwordCobaltBrass_400=400 - I:toolHeadSwordCobalt_118=118 - I:toolHeadSwordCobalt_400=400 - I:toolHeadSwordCupronickel_120=120 - I:toolHeadSwordCupronickel_400=400 - I:toolHeadSwordDamascusSteel_112=112 - I:toolHeadSwordDamascusSteel_400=400 - I:toolHeadSwordDarkSteel_196=196 - I:toolHeadSwordDarkSteel_400=400 - I:toolHeadSwordDiamond_1536=1536 - I:toolHeadSwordDiamond_400=400 - I:toolHeadSwordDuranium_196=196 - I:toolHeadSwordDuranium_400=400 - I:toolHeadSwordElectrum_302=302 - I:toolHeadSwordElectrum_400=400 - I:toolHeadSwordEmerald_36=36 - I:toolHeadSwordEmerald_400=400 - I:toolHeadSwordEpoxidFiberReinforced_16=16 - I:toolHeadSwordEpoxidFiberReinforced_400=400 - I:toolHeadSwordEpoxid_16=16 - I:toolHeadSwordEpoxid_400=400 - I:toolHeadSwordFlint_40=40 - I:toolHeadSwordFlint_400=400 - I:toolHeadSwordGarnetRed_400=400 - I:toolHeadSwordGarnetRed_46=46 - I:toolHeadSwordGarnetYellow_400=400 - I:toolHeadSwordGarnetYellow_46=46 - I:toolHeadSwordGold_392=392 - I:toolHeadSwordGold_400=400 - I:toolHeadSwordGraniteBlack_40=40 - I:toolHeadSwordGraniteBlack_400=400 - I:toolHeadSwordGraniteRed_40=40 - I:toolHeadSwordGraniteRed_400=400 - I:toolHeadSwordGraphene_196=196 - I:toolHeadSwordGraphene_400=400 - I:toolHeadSwordGraphite_196=196 - I:toolHeadSwordGraphite_400=400 - I:toolHeadSwordGreenSapphire_40=40 - I:toolHeadSwordGreenSapphire_400=400 - I:toolHeadSwordHSSE_162=162 - I:toolHeadSwordHSSE_400=400 - I:toolHeadSwordHSSG_196=196 - I:toolHeadSwordHSSG_400=400 - I:toolHeadSwordHSSS_258=258 - I:toolHeadSwordHSSS_400=400 - I:toolHeadSwordInvar_112=112 - I:toolHeadSwordInvar_400=400 - I:toolHeadSwordIridium_384=384 - I:toolHeadSwordIridium_400=400 - I:toolHeadSwordIronMagnetic_112=112 - I:toolHeadSwordIronMagnetic_400=400 - I:toolHeadSwordIron_112=112 - I:toolHeadSwordIron_400=400 - I:toolHeadSwordKanthal_400=400 - I:toolHeadSwordKanthal_88=88 - I:toolHeadSwordLead_400=400 - I:toolHeadSwordLead_414=414 - I:toolHeadSwordMagnalium_400=400 - I:toolHeadSwordMagnalium_50=50 - I:toolHeadSwordManganese_110=110 - I:toolHeadSwordManganese_400=400 - I:toolHeadSwordMithril_400=400 - I:toolHeadSwordMithril_490=490 - I:toolHeadSwordMolybdenum_190=190 - I:toolHeadSwordMolybdenum_400=400 - I:toolHeadSwordNaquadahAlloy_196=196 - I:toolHeadSwordNaquadahAlloy_400=400 - I:toolHeadSwordNaquadahEnriched_196=196 - I:toolHeadSwordNaquadahEnriched_400=400 - I:toolHeadSwordNaquadah_196=196 - I:toolHeadSwordNaquadah_400=400 - I:toolHeadSwordNaquadria_196=196 - I:toolHeadSwordNaquadria_400=400 - I:toolHeadSwordNeodymiumMagnetic_288=288 - I:toolHeadSwordNeodymiumMagnetic_400=400 - I:toolHeadSwordNeodymium_288=288 - I:toolHeadSwordNeodymium_400=400 - I:toolHeadSwordNetherQuartz_196=196 - I:toolHeadSwordNetherQuartz_400=400 - I:toolHeadSwordNetherStar_196=196 - I:toolHeadSwordNetherStar_400=400 - I:toolHeadSwordNeutronium_200000=200000 - I:toolHeadSwordNeutronium_400=400 - I:toolHeadSwordNichrome_112=112 - I:toolHeadSwordNichrome_400=400 - I:toolHeadSwordNickelZincFerrite_400=400 - I:toolHeadSwordNickelZincFerrite_66=66 - I:toolHeadSwordNickel_116=116 - I:toolHeadSwordNickel_400=400 - I:toolHeadSwordOlivine_400=400 - I:toolHeadSwordOlivine_56=56 - I:toolHeadSwordOpal_40=40 - I:toolHeadSwordOpal_400=400 - I:toolHeadSwordOsmiridium_382=382 - I:toolHeadSwordOsmiridium_400=400 - I:toolHeadSwordOsmium_380=380 - I:toolHeadSwordOsmium_400=400 - I:toolHeadSwordPalladium_212=212 - I:toolHeadSwordPalladium_400=400 - I:toolHeadSwordPigIron_112=112 - I:toolHeadSwordPigIron_400=400 - I:toolHeadSwordPlastic_16=16 - I:toolHeadSwordPlastic_400=400 - I:toolHeadSwordPlatinum_390=390 - I:toolHeadSwordPlatinum_400=400 - I:toolHeadSwordPlutonium241_400=400 - I:toolHeadSwordPlutonium241_486=486 - I:toolHeadSwordPlutonium_400=400 - I:toolHeadSwordPlutonium_492=492 - I:toolHeadSwordPolycaprolactam_16=16 - I:toolHeadSwordPolycaprolactam_400=400 - I:toolHeadSwordPolyphenyleneSulfide_18=18 - I:toolHeadSwordPolyphenyleneSulfide_400=400 - I:toolHeadSwordPolystyrene_16=16 - I:toolHeadSwordPolystyrene_400=400 - I:toolHeadSwordPolytetrafluoroethylene_32=32 - I:toolHeadSwordPolytetrafluoroethylene_400=400 - I:toolHeadSwordPolyvinylChloride_20=20 - I:toolHeadSwordPolyvinylChloride_400=400 - I:toolHeadSwordRedSteel_138=138 - I:toolHeadSwordRedSteel_400=400 - I:toolHeadSwordRoseGold_338=338 - I:toolHeadSwordRoseGold_400=400 - I:toolHeadSwordRubber_16=16 - I:toolHeadSwordRubber_400=400 - I:toolHeadSwordRuby_400=400 - I:toolHeadSwordRuby_50=50 - I:toolHeadSwordSapphire_40=40 - I:toolHeadSwordSapphire_400=400 - I:toolHeadSwordSilicone_16=16 - I:toolHeadSwordSilicone_400=400 - I:toolHeadSwordSilver_214=214 - I:toolHeadSwordSilver_400=400 - I:toolHeadSwordStainlessSteel_110=110 - I:toolHeadSwordStainlessSteel_400=400 - I:toolHeadSwordSteelMagnetic_112=112 - I:toolHeadSwordSteelMagnetic_400=400 - I:toolHeadSwordSteel_112=112 - I:toolHeadSwordSteel_400=400 - I:toolHeadSwordSterlingSilver_196=196 - I:toolHeadSwordSterlingSilver_400=400 - I:toolHeadSwordStone_196=196 - I:toolHeadSwordStone_400=400 - I:toolHeadSwordStyreneButadieneRubber_16=16 - I:toolHeadSwordStyreneButadieneRubber_400=400 - I:toolHeadSwordTanzanite_40=40 - I:toolHeadSwordTanzanite_400=400 - I:toolHeadSwordThorium_400=400 - I:toolHeadSwordThorium_460=460 - I:toolHeadSwordTinAlloy_174=174 - I:toolHeadSwordTinAlloy_400=400 - I:toolHeadSwordTitanium_400=400 - I:toolHeadSwordTitanium_96=96 - I:toolHeadSwordTopaz_32=32 - I:toolHeadSwordTopaz_400=400 - I:toolHeadSwordTritanium_196=196 - I:toolHeadSwordTritanium_400=400 - I:toolHeadSwordTungstenCarbide_194=194 - I:toolHeadSwordTungstenCarbide_400=400 - I:toolHeadSwordTungstenSteel_238=238 - I:toolHeadSwordTungstenSteel_400=400 - I:toolHeadSwordTungsten_366=366 - I:toolHeadSwordTungsten_400=400 - I:toolHeadSwordUltimet_122=122 - I:toolHeadSwordUltimet_400=400 - I:toolHeadSwordUranium235_400=400 - I:toolHeadSwordUranium235_470=470 - I:toolHeadSwordUranium_400=400 - I:toolHeadSwordUranium_476=476 - I:toolHeadSwordVanadiumSteel_110=110 - I:toolHeadSwordVanadiumSteel_400=400 - I:toolHeadSwordWoodSealed_18=18 - I:toolHeadSwordWoodSealed_400=400 - I:toolHeadSwordWood_18=18 - I:toolHeadSwordWood_400=400 - I:toolHeadSwordWroughtIron_112=112 - I:toolHeadSwordWroughtIron_400=400 - I:toolHeadUniversalSpadeAluminium_26=26 - I:toolHeadUniversalSpadeAluminium_400=400 - I:toolHeadUniversalSpadeAmethyst_27=27 - I:toolHeadUniversalSpadeAmethyst_400=400 - I:toolHeadUniversalSpadeBeryllium_16=16 - I:toolHeadUniversalSpadeBeryllium_400=400 - I:toolHeadUniversalSpadeBismuthBronze_400=400 - I:toolHeadUniversalSpadeBismuthBronze_92=92 - I:toolHeadUniversalSpadeBismuth_208=208 - I:toolHeadUniversalSpadeBismuth_400=400 - I:toolHeadUniversalSpadeBlackBronze_400=400 - I:toolHeadUniversalSpadeBlackBronze_98=98 - I:toolHeadUniversalSpadeBlackSteel_400=400 - I:toolHeadUniversalSpadeBlackSteel_64=64 - I:toolHeadUniversalSpadeBlaze_115=115 - I:toolHeadUniversalSpadeBlaze_400=400 - I:toolHeadUniversalSpadeBlueSteel_400=400 - I:toolHeadUniversalSpadeBlueSteel_75=75 - I:toolHeadUniversalSpadeBlueTopaz_16=16 - I:toolHeadUniversalSpadeBlueTopaz_400=400 - I:toolHeadUniversalSpadeBrass_400=400 - I:toolHeadUniversalSpadeBrass_63=63 - I:toolHeadUniversalSpadeBronze_400=400 - I:toolHeadUniversalSpadeBronze_76=76 - I:toolHeadUniversalSpadeCarbon_16=16 - I:toolHeadUniversalSpadeCarbon_400=400 - I:toolHeadUniversalSpadeCertusQuartz_400=400 - I:toolHeadUniversalSpadeCertusQuartz_98=98 - I:toolHeadUniversalSpadeChrome_400=400 - I:toolHeadUniversalSpadeChrome_52=52 - I:toolHeadUniversalSpadeCobaltBrass_400=400 - I:toolHeadUniversalSpadeCobaltBrass_58=58 - I:toolHeadUniversalSpadeCobalt_400=400 - I:toolHeadUniversalSpadeCobalt_59=59 - I:toolHeadUniversalSpadeCupronickel_400=400 - I:toolHeadUniversalSpadeCupronickel_60=60 - I:toolHeadUniversalSpadeDamascusSteel_400=400 - I:toolHeadUniversalSpadeDamascusSteel_56=56 - I:toolHeadUniversalSpadeDarkSteel_400=400 - I:toolHeadUniversalSpadeDarkSteel_98=98 - I:toolHeadUniversalSpadeDiamond_400=400 - I:toolHeadUniversalSpadeDiamond_768=768 - I:toolHeadUniversalSpadeDuranium_400=400 - I:toolHeadUniversalSpadeDuranium_98=98 - I:toolHeadUniversalSpadeElectrum_151=151 - I:toolHeadUniversalSpadeElectrum_400=400 - I:toolHeadUniversalSpadeEmerald_18=18 - I:toolHeadUniversalSpadeEmerald_400=400 - I:toolHeadUniversalSpadeEpoxidFiberReinforced_16=16 - I:toolHeadUniversalSpadeEpoxidFiberReinforced_400=400 - I:toolHeadUniversalSpadeEpoxid_16=16 - I:toolHeadUniversalSpadeEpoxid_400=400 - I:toolHeadUniversalSpadeFlint_20=20 - I:toolHeadUniversalSpadeFlint_400=400 - I:toolHeadUniversalSpadeGarnetRed_23=23 - I:toolHeadUniversalSpadeGarnetRed_400=400 - I:toolHeadUniversalSpadeGarnetYellow_23=23 - I:toolHeadUniversalSpadeGarnetYellow_400=400 - I:toolHeadUniversalSpadeGold_196=196 - I:toolHeadUniversalSpadeGold_400=400 - I:toolHeadUniversalSpadeGraniteBlack_20=20 - I:toolHeadUniversalSpadeGraniteBlack_400=400 - I:toolHeadUniversalSpadeGraniteRed_20=20 - I:toolHeadUniversalSpadeGraniteRed_400=400 - I:toolHeadUniversalSpadeGraphene_400=400 - I:toolHeadUniversalSpadeGraphene_98=98 - I:toolHeadUniversalSpadeGraphite_400=400 - I:toolHeadUniversalSpadeGraphite_98=98 - I:toolHeadUniversalSpadeGreenSapphire_20=20 - I:toolHeadUniversalSpadeGreenSapphire_400=400 - I:toolHeadUniversalSpadeHSSE_400=400 - I:toolHeadUniversalSpadeHSSE_81=81 - I:toolHeadUniversalSpadeHSSG_400=400 - I:toolHeadUniversalSpadeHSSG_98=98 - I:toolHeadUniversalSpadeHSSS_129=129 - I:toolHeadUniversalSpadeHSSS_400=400 - I:toolHeadUniversalSpadeInvar_400=400 - I:toolHeadUniversalSpadeInvar_56=56 - I:toolHeadUniversalSpadeIridium_192=192 - I:toolHeadUniversalSpadeIridium_400=400 - I:toolHeadUniversalSpadeIronMagnetic_400=400 - I:toolHeadUniversalSpadeIronMagnetic_56=56 - I:toolHeadUniversalSpadeIron_400=400 - I:toolHeadUniversalSpadeIron_56=56 - I:toolHeadUniversalSpadeKanthal_400=400 - I:toolHeadUniversalSpadeKanthal_44=44 - I:toolHeadUniversalSpadeLead_207=207 - I:toolHeadUniversalSpadeLead_400=400 - I:toolHeadUniversalSpadeMagnalium_25=25 - I:toolHeadUniversalSpadeMagnalium_400=400 - I:toolHeadUniversalSpadeManganese_400=400 - I:toolHeadUniversalSpadeManganese_55=55 - I:toolHeadUniversalSpadeMithril_245=245 - I:toolHeadUniversalSpadeMithril_400=400 - I:toolHeadUniversalSpadeMolybdenum_400=400 - I:toolHeadUniversalSpadeMolybdenum_95=95 - I:toolHeadUniversalSpadeNaquadahAlloy_400=400 - I:toolHeadUniversalSpadeNaquadahAlloy_98=98 - I:toolHeadUniversalSpadeNaquadahEnriched_400=400 - I:toolHeadUniversalSpadeNaquadahEnriched_98=98 - I:toolHeadUniversalSpadeNaquadah_400=400 - I:toolHeadUniversalSpadeNaquadah_98=98 - I:toolHeadUniversalSpadeNaquadria_400=400 - I:toolHeadUniversalSpadeNaquadria_98=98 - I:toolHeadUniversalSpadeNeodymiumMagnetic_144=144 - I:toolHeadUniversalSpadeNeodymiumMagnetic_400=400 - I:toolHeadUniversalSpadeNeodymium_144=144 - I:toolHeadUniversalSpadeNeodymium_400=400 - I:toolHeadUniversalSpadeNetherQuartz_400=400 - I:toolHeadUniversalSpadeNetherQuartz_98=98 - I:toolHeadUniversalSpadeNetherStar_400=400 - I:toolHeadUniversalSpadeNetherStar_98=98 - I:toolHeadUniversalSpadeNeutronium_100000=100000 - I:toolHeadUniversalSpadeNeutronium_400=400 - I:toolHeadUniversalSpadeNichrome_400=400 - I:toolHeadUniversalSpadeNichrome_56=56 - I:toolHeadUniversalSpadeNickelZincFerrite_33=33 - I:toolHeadUniversalSpadeNickelZincFerrite_400=400 - I:toolHeadUniversalSpadeNickel_400=400 - I:toolHeadUniversalSpadeNickel_58=58 - I:toolHeadUniversalSpadeOlivine_28=28 - I:toolHeadUniversalSpadeOlivine_400=400 - I:toolHeadUniversalSpadeOpal_20=20 - I:toolHeadUniversalSpadeOpal_400=400 - I:toolHeadUniversalSpadeOsmiridium_191=191 - I:toolHeadUniversalSpadeOsmiridium_400=400 - I:toolHeadUniversalSpadeOsmium_190=190 - I:toolHeadUniversalSpadeOsmium_400=400 - I:toolHeadUniversalSpadePalladium_106=106 - I:toolHeadUniversalSpadePalladium_400=400 - I:toolHeadUniversalSpadePigIron_400=400 - I:toolHeadUniversalSpadePigIron_56=56 - I:toolHeadUniversalSpadePlastic_16=16 - I:toolHeadUniversalSpadePlastic_400=400 - I:toolHeadUniversalSpadePlatinum_195=195 - I:toolHeadUniversalSpadePlatinum_400=400 - I:toolHeadUniversalSpadePlutonium241_243=243 - I:toolHeadUniversalSpadePlutonium241_400=400 - I:toolHeadUniversalSpadePlutonium_246=246 - I:toolHeadUniversalSpadePlutonium_400=400 - I:toolHeadUniversalSpadePolycaprolactam_16=16 - I:toolHeadUniversalSpadePolycaprolactam_400=400 - I:toolHeadUniversalSpadePolyphenyleneSulfide_16=16 - I:toolHeadUniversalSpadePolyphenyleneSulfide_400=400 - I:toolHeadUniversalSpadePolystyrene_16=16 - I:toolHeadUniversalSpadePolystyrene_400=400 - I:toolHeadUniversalSpadePolytetrafluoroethylene_16=16 - I:toolHeadUniversalSpadePolytetrafluoroethylene_400=400 - I:toolHeadUniversalSpadePolyvinylChloride_16=16 - I:toolHeadUniversalSpadePolyvinylChloride_400=400 - I:toolHeadUniversalSpadeRedSteel_400=400 - I:toolHeadUniversalSpadeRedSteel_69=69 - I:toolHeadUniversalSpadeRoseGold_169=169 - I:toolHeadUniversalSpadeRoseGold_400=400 - I:toolHeadUniversalSpadeRubber_16=16 - I:toolHeadUniversalSpadeRubber_400=400 - I:toolHeadUniversalSpadeRuby_25=25 - I:toolHeadUniversalSpadeRuby_400=400 - I:toolHeadUniversalSpadeSapphire_20=20 - I:toolHeadUniversalSpadeSapphire_400=400 - I:toolHeadUniversalSpadeSilicone_16=16 - I:toolHeadUniversalSpadeSilicone_400=400 - I:toolHeadUniversalSpadeSilver_107=107 - I:toolHeadUniversalSpadeSilver_400=400 - I:toolHeadUniversalSpadeStainlessSteel_400=400 - I:toolHeadUniversalSpadeStainlessSteel_55=55 - I:toolHeadUniversalSpadeSteelMagnetic_400=400 - I:toolHeadUniversalSpadeSteelMagnetic_56=56 - I:toolHeadUniversalSpadeSteel_400=400 - I:toolHeadUniversalSpadeSteel_56=56 - I:toolHeadUniversalSpadeSterlingSilver_400=400 - I:toolHeadUniversalSpadeSterlingSilver_98=98 - I:toolHeadUniversalSpadeStone_400=400 - I:toolHeadUniversalSpadeStone_98=98 - I:toolHeadUniversalSpadeStyreneButadieneRubber_16=16 - I:toolHeadUniversalSpadeStyreneButadieneRubber_400=400 - I:toolHeadUniversalSpadeTanzanite_20=20 - I:toolHeadUniversalSpadeTanzanite_400=400 - I:toolHeadUniversalSpadeThorium_230=230 - I:toolHeadUniversalSpadeThorium_400=400 - I:toolHeadUniversalSpadeTinAlloy_400=400 - I:toolHeadUniversalSpadeTinAlloy_87=87 - I:toolHeadUniversalSpadeTitanium_400=400 - I:toolHeadUniversalSpadeTitanium_48=48 - I:toolHeadUniversalSpadeTopaz_16=16 - I:toolHeadUniversalSpadeTopaz_400=400 - I:toolHeadUniversalSpadeTritanium_400=400 - I:toolHeadUniversalSpadeTritanium_98=98 - I:toolHeadUniversalSpadeTungstenCarbide_400=400 - I:toolHeadUniversalSpadeTungstenCarbide_97=97 - I:toolHeadUniversalSpadeTungstenSteel_119=119 - I:toolHeadUniversalSpadeTungstenSteel_400=400 - I:toolHeadUniversalSpadeTungsten_183=183 - I:toolHeadUniversalSpadeTungsten_400=400 - I:toolHeadUniversalSpadeUltimet_400=400 - I:toolHeadUniversalSpadeUltimet_61=61 - I:toolHeadUniversalSpadeUranium235_235=235 - I:toolHeadUniversalSpadeUranium235_400=400 - I:toolHeadUniversalSpadeUranium_238=238 - I:toolHeadUniversalSpadeUranium_400=400 - I:toolHeadUniversalSpadeVanadiumSteel_400=400 - I:toolHeadUniversalSpadeVanadiumSteel_55=55 - I:toolHeadUniversalSpadeWoodSealed_16=16 - I:toolHeadUniversalSpadeWoodSealed_400=400 - I:toolHeadUniversalSpadeWood_16=16 - I:toolHeadUniversalSpadeWood_400=400 - I:toolHeadUniversalSpadeWroughtIron_400=400 - I:toolHeadUniversalSpadeWroughtIron_56=56 - I:toolHeadWrenchAluminium_130=130 - I:toolHeadWrenchAluminium_400=400 - I:toolHeadWrenchBeryllium_400=400 - I:toolHeadWrenchBeryllium_62=62 - I:toolHeadWrenchBismuthBronze_394=394 - I:toolHeadWrenchBismuthBronze_400=400 - I:toolHeadWrenchBismuth_400=400 - I:toolHeadWrenchBismuth_858=858 - I:toolHeadWrenchBlackBronze_400=400 - I:toolHeadWrenchBlackBronze_418=418 - I:toolHeadWrenchBlackSteel_282=282 - I:toolHeadWrenchBlackSteel_400=400 - I:toolHeadWrenchBlaze_400=400 - I:toolHeadWrenchBlaze_486=486 - I:toolHeadWrenchBlueSteel_326=326 - I:toolHeadWrenchBlueSteel_400=400 - I:toolHeadWrenchBrass_278=278 - I:toolHeadWrenchBrass_400=400 - I:toolHeadWrenchBronze_330=330 - I:toolHeadWrenchBronze_400=400 - I:toolHeadWrenchCarbon_400=400 - I:toolHeadWrenchCarbon_74=74 - I:toolHeadWrenchChrome_234=234 - I:toolHeadWrenchChrome_400=400 - I:toolHeadWrenchCobaltBrass_258=258 - I:toolHeadWrenchCobaltBrass_400=400 - I:toolHeadWrenchCobalt_262=262 - I:toolHeadWrenchCobalt_400=400 - I:toolHeadWrenchCupronickel_266=266 - I:toolHeadWrenchCupronickel_400=400 - I:toolHeadWrenchDamascusSteel_250=250 - I:toolHeadWrenchDamascusSteel_400=400 - I:toolHeadWrenchDarkSteel_400=400 - I:toolHeadWrenchDarkSteel_418=418 - I:toolHeadWrenchDuranium_400=400 - I:toolHeadWrenchDuranium_418=418 - I:toolHeadWrenchElectrum_400=400 - I:toolHeadWrenchElectrum_630=630 - I:toolHeadWrenchEpoxidFiberReinforced_400=400 - I:toolHeadWrenchEpoxidFiberReinforced_50=50 - I:toolHeadWrenchEpoxid_400=400 - I:toolHeadWrenchEpoxid_50=50 - I:toolHeadWrenchGold_400=400 - I:toolHeadWrenchGold_810=810 - I:toolHeadWrenchGraphene_400=400 - I:toolHeadWrenchGraphene_418=418 - I:toolHeadWrenchHSSE_350=350 - I:toolHeadWrenchHSSE_400=400 - I:toolHeadWrenchHSSG_400=400 - I:toolHeadWrenchHSSG_418=418 - I:toolHeadWrenchHSSS_400=400 - I:toolHeadWrenchHSSS_542=542 - I:toolHeadWrenchInvar_250=250 - I:toolHeadWrenchInvar_400=400 - I:toolHeadWrenchIridium_400=400 - I:toolHeadWrenchIridium_794=794 - I:toolHeadWrenchIronMagnetic_250=250 - I:toolHeadWrenchIronMagnetic_400=400 - I:toolHeadWrenchIron_250=250 - I:toolHeadWrenchIron_400=400 - I:toolHeadWrenchKanthal_202=202 - I:toolHeadWrenchKanthal_400=400 - I:toolHeadWrenchLead_400=400 - I:toolHeadWrenchLead_854=854 - I:toolHeadWrenchMagnalium_126=126 - I:toolHeadWrenchMagnalium_400=400 - I:toolHeadWrenchManganese_246=246 - I:toolHeadWrenchManganese_400=400 - I:toolHeadWrenchMithril_1006=1006 - I:toolHeadWrenchMithril_400=400 - I:toolHeadWrenchMolybdenum_400=400 - I:toolHeadWrenchMolybdenum_406=406 - I:toolHeadWrenchNaquadahAlloy_400=400 - I:toolHeadWrenchNaquadahAlloy_418=418 - I:toolHeadWrenchNaquadahEnriched_400=400 - I:toolHeadWrenchNaquadahEnriched_418=418 - I:toolHeadWrenchNaquadah_400=400 - I:toolHeadWrenchNaquadah_418=418 - I:toolHeadWrenchNaquadria_400=400 - I:toolHeadWrenchNaquadria_418=418 - I:toolHeadWrenchNeodymiumMagnetic_400=400 - I:toolHeadWrenchNeodymiumMagnetic_602=602 - I:toolHeadWrenchNeodymium_400=400 - I:toolHeadWrenchNeodymium_602=602 - I:toolHeadWrenchNeutronium_400=400 - I:toolHeadWrenchNeutronium_400026=400026 - I:toolHeadWrenchNichrome_250=250 - I:toolHeadWrenchNichrome_400=400 - I:toolHeadWrenchNickelZincFerrite_158=158 - I:toolHeadWrenchNickelZincFerrite_400=400 - I:toolHeadWrenchNickel_258=258 - I:toolHeadWrenchNickel_400=400 - I:toolHeadWrenchOsmiridium_400=400 - I:toolHeadWrenchOsmiridium_790=790 - I:toolHeadWrenchOsmium_400=400 - I:toolHeadWrenchOsmium_786=786 - I:toolHeadWrenchPalladium_400=400 - I:toolHeadWrenchPalladium_450=450 - I:toolHeadWrenchPigIron_250=250 - I:toolHeadWrenchPigIron_400=400 - I:toolHeadWrenchPlatinum_400=400 - I:toolHeadWrenchPlatinum_806=806 - I:toolHeadWrenchPlutonium241_400=400 - I:toolHeadWrenchPlutonium241_998=998 - I:toolHeadWrenchPlutonium_1010=1010 - I:toolHeadWrenchPlutonium_400=400 - I:toolHeadWrenchPolycaprolactam_400=400 - I:toolHeadWrenchPolycaprolactam_46=46 - I:toolHeadWrenchPolyphenyleneSulfide_400=400 - I:toolHeadWrenchPolyphenyleneSulfide_62=62 - I:toolHeadWrenchPolytetrafluoroethylene_400=400 - I:toolHeadWrenchPolytetrafluoroethylene_90=90 - I:toolHeadWrenchRedSteel_302=302 - I:toolHeadWrenchRedSteel_400=400 - I:toolHeadWrenchRoseGold_400=400 - I:toolHeadWrenchRoseGold_702=702 - I:toolHeadWrenchSilver_400=400 - I:toolHeadWrenchSilver_454=454 - I:toolHeadWrenchStainlessSteel_246=246 - I:toolHeadWrenchStainlessSteel_400=400 - I:toolHeadWrenchSteelMagnetic_250=250 - I:toolHeadWrenchSteelMagnetic_400=400 - I:toolHeadWrenchSteel_250=250 - I:toolHeadWrenchSteel_400=400 - I:toolHeadWrenchSterlingSilver_400=400 - I:toolHeadWrenchSterlingSilver_418=418 - I:toolHeadWrenchThorium_400=400 - I:toolHeadWrenchThorium_946=946 - I:toolHeadWrenchTinAlloy_374=374 - I:toolHeadWrenchTinAlloy_400=400 - I:toolHeadWrenchTitanium_218=218 - I:toolHeadWrenchTitanium_400=400 - I:toolHeadWrenchTritanium_400=400 - I:toolHeadWrenchTritanium_418=418 - I:toolHeadWrenchTungstenCarbide_400=400 - I:toolHeadWrenchTungstenCarbide_414=414 - I:toolHeadWrenchTungstenSteel_400=400 - I:toolHeadWrenchTungstenSteel_502=502 - I:toolHeadWrenchTungsten_400=400 - I:toolHeadWrenchTungsten_758=758 - I:toolHeadWrenchUltimet_270=270 - I:toolHeadWrenchUltimet_400=400 - I:toolHeadWrenchUranium235_400=400 - I:toolHeadWrenchUranium235_966=966 - I:toolHeadWrenchUranium_400=400 - I:toolHeadWrenchUranium_978=978 - I:toolHeadWrenchVanadiumSteel_246=246 - I:toolHeadWrenchVanadiumSteel_400=400 - I:toolHeadWrenchWroughtIron_250=250 - I:toolHeadWrenchWroughtIron_400=400 - I:turbineBladeAluminium_156=156 - I:turbineBladeAluminium_400=400 - I:turbineBladeBeryllium_400=400 - I:turbineBladeBeryllium_54=54 - I:turbineBladeBismuthBronze_400=400 - I:turbineBladeBismuthBronze_552=552 - I:turbineBladeBismuth_1248=1248 - I:turbineBladeBismuth_400=400 - I:turbineBladeBlackBronze_400=400 - I:turbineBladeBlackBronze_588=588 - I:turbineBladeBlackSteel_384=384 - I:turbineBladeBlackSteel_400=400 - I:turbineBladeBlaze_400=400 - I:turbineBladeBlaze_690=690 - I:turbineBladeBlueSteel_400=400 - I:turbineBladeBlueSteel_450=450 - I:turbineBladeBrass_378=378 - I:turbineBladeBrass_400=400 - I:turbineBladeBronze_400=400 - I:turbineBladeBronze_456=456 - I:turbineBladeCarbon_400=400 - I:turbineBladeCarbon_72=72 - I:turbineBladeChrome_312=312 - I:turbineBladeChrome_400=400 - I:turbineBladeCobaltBrass_348=348 - I:turbineBladeCobaltBrass_400=400 - I:turbineBladeCobalt_354=354 - I:turbineBladeCobalt_400=400 - I:turbineBladeCupronickel_360=360 - I:turbineBladeCupronickel_400=400 - I:turbineBladeDamascusSteel_336=336 - I:turbineBladeDamascusSteel_400=400 - I:turbineBladeDarkSteel_400=400 - I:turbineBladeDarkSteel_588=588 - I:turbineBladeDuranium_400=400 - I:turbineBladeDuranium_588=588 - I:turbineBladeElectrum_400=400 - I:turbineBladeElectrum_906=906 - I:turbineBladeEpoxidFiberReinforced_36=36 - I:turbineBladeEpoxidFiberReinforced_400=400 - I:turbineBladeEpoxid_36=36 - I:turbineBladeEpoxid_400=400 - I:turbineBladeGold_1176=1176 - I:turbineBladeGold_400=400 - I:turbineBladeGraphene_400=400 - I:turbineBladeGraphene_588=588 - I:turbineBladeHSSE_400=400 - I:turbineBladeHSSE_486=486 - I:turbineBladeHSSG_400=400 - I:turbineBladeHSSG_588=588 - I:turbineBladeHSSS_400=400 - I:turbineBladeHSSS_774=774 - I:turbineBladeInvar_336=336 - I:turbineBladeInvar_400=400 - I:turbineBladeIridium_1152=1152 - I:turbineBladeIridium_400=400 - I:turbineBladeIronMagnetic_336=336 - I:turbineBladeIronMagnetic_400=400 - I:turbineBladeIron_336=336 - I:turbineBladeIron_400=400 - I:turbineBladeKanthal_264=264 - I:turbineBladeKanthal_400=400 - I:turbineBladeLead_1242=1242 - I:turbineBladeLead_400=400 - I:turbineBladeMagnalium_150=150 - I:turbineBladeMagnalium_400=400 - I:turbineBladeManganese_330=330 - I:turbineBladeManganese_400=400 - I:turbineBladeMithril_1470=1470 - I:turbineBladeMithril_400=400 - I:turbineBladeMolybdenum_400=400 - I:turbineBladeMolybdenum_570=570 - I:turbineBladeNaquadahAlloy_400=400 - I:turbineBladeNaquadahAlloy_588=588 - I:turbineBladeNaquadahEnriched_400=400 - I:turbineBladeNaquadahEnriched_588=588 - I:turbineBladeNaquadah_400=400 - I:turbineBladeNaquadah_588=588 - I:turbineBladeNaquadria_400=400 - I:turbineBladeNaquadria_588=588 - I:turbineBladeNeodymiumMagnetic_400=400 - I:turbineBladeNeodymiumMagnetic_864=864 - I:turbineBladeNeodymium_400=400 - I:turbineBladeNeodymium_864=864 - I:turbineBladeNeutronium_400=400 - I:turbineBladeNeutronium_600000=600000 - I:turbineBladeNichrome_336=336 - I:turbineBladeNichrome_400=400 - I:turbineBladeNickelZincFerrite_198=198 - I:turbineBladeNickelZincFerrite_400=400 - I:turbineBladeNickel_348=348 - I:turbineBladeNickel_400=400 - I:turbineBladeOsmiridium_1146=1146 - I:turbineBladeOsmiridium_400=400 - I:turbineBladeOsmium_1140=1140 - I:turbineBladeOsmium_400=400 - I:turbineBladePalladium_400=400 - I:turbineBladePalladium_636=636 - I:turbineBladePigIron_336=336 - I:turbineBladePigIron_400=400 - I:turbineBladePlatinum_1170=1170 - I:turbineBladePlatinum_400=400 - I:turbineBladePlutonium241_1458=1458 - I:turbineBladePlutonium241_400=400 - I:turbineBladePlutonium_1476=1476 - I:turbineBladePlutonium_400=400 - I:turbineBladePolycaprolactam_30=30 - I:turbineBladePolycaprolactam_400=400 - I:turbineBladePolyphenyleneSulfide_400=400 - I:turbineBladePolyphenyleneSulfide_54=54 - I:turbineBladePolytetrafluoroethylene_400=400 - I:turbineBladePolytetrafluoroethylene_96=96 - I:turbineBladeRedSteel_400=400 - I:turbineBladeRedSteel_414=414 - I:turbineBladeRoseGold_1014=1014 - I:turbineBladeRoseGold_400=400 - I:turbineBladeSilver_400=400 - I:turbineBladeSilver_642=642 - I:turbineBladeStainlessSteel_330=330 - I:turbineBladeStainlessSteel_400=400 - I:turbineBladeSteelMagnetic_336=336 - I:turbineBladeSteelMagnetic_400=400 - I:turbineBladeSteel_336=336 - I:turbineBladeSteel_400=400 - I:turbineBladeSterlingSilver_400=400 - I:turbineBladeSterlingSilver_588=588 - I:turbineBladeThorium_1380=1380 - I:turbineBladeThorium_400=400 - I:turbineBladeTinAlloy_400=400 - I:turbineBladeTinAlloy_522=522 - I:turbineBladeTitanium_288=288 - I:turbineBladeTitanium_400=400 - I:turbineBladeTritanium_400=400 - I:turbineBladeTritanium_588=588 - I:turbineBladeTungstenCarbide_400=400 - I:turbineBladeTungstenCarbide_582=582 - I:turbineBladeTungstenSteel_400=400 - I:turbineBladeTungstenSteel_714=714 - I:turbineBladeTungsten_1098=1098 - I:turbineBladeTungsten_400=400 - I:turbineBladeUltimet_366=366 - I:turbineBladeUltimet_400=400 - I:turbineBladeUranium235_1410=1410 - I:turbineBladeUranium235_400=400 - I:turbineBladeUranium_1428=1428 - I:turbineBladeUranium_400=400 - I:turbineBladeVanadiumSteel_330=330 - I:turbineBladeVanadiumSteel_400=400 - I:turbineBladeWroughtIron_336=336 - I:turbineBladeWroughtIron_400=400 - I:wireFineAnnealedCopper_16=16 - I:wireFineAnnealedCopper_400=400 - I:wireFineCopper_16=16 - I:wireFineCopper_400=400 - I:wireFineElectrum_18=18 - I:wireFineElectrum_400=400 - I:wireFineGold_24=24 - I:wireFineGold_400=400 - I:wireFineLead_25=25 - I:wireFineLead_400=400 - I:wireFineNiobiumTitanium_16=16 - I:wireFineNiobiumTitanium_400=400 - I:wireFineOsmium_23=23 - I:wireFineOsmium_400=400 - I:wireFinePlatinum_24=24 - I:wireFinePlatinum_400=400 - I:wireFineRedAlloy_400=400 - I:wireFineRedAlloy_50=50 - I:wireFineSolderingAlloy_16=16 - I:wireFineSolderingAlloy_400=400 - I:wireFineSteel_16=16 - I:wireFineSteel_400=400 - I:wireFineTin_16=16 - I:wireFineTin_400=400 - I:wireFineYttriumBariumCuprate_16=16 - I:wireFineYttriumBariumCuprate_400=400 - I:wireGt01Aluminium_16=16 - I:wireGt01Aluminium_400=400 - I:wireGt01AnnealedCopper_31=31 - I:wireGt01AnnealedCopper_400=400 - I:wireGt01BlackSteel_32=32 - I:wireGt01BlackSteel_400=400 - I:wireGt01Cobalt_29=29 - I:wireGt01Cobalt_400=400 - I:wireGt01Copper_31=31 - I:wireGt01Copper_400=400 - I:wireGt01Cupronickel_30=30 - I:wireGt01Cupronickel_400=400 - I:wireGt01Duranium_400=400 - I:wireGt01Duranium_49=49 - I:wireGt01Electrum_400=400 - I:wireGt01Electrum_75=75 - I:wireGt01Gold_400=400 - I:wireGt01Gold_98=98 - I:wireGt01Graphene_400=400 - I:wireGt01Graphene_49=49 - I:wireGt01HSSG_400=400 - I:wireGt01HSSG_49=49 - I:wireGt01Iron_28=28 - I:wireGt01Iron_400=400 - I:wireGt01Kanthal_22=22 - I:wireGt01Kanthal_400=400 - I:wireGt01Lead_103=103 - I:wireGt01Lead_400=400 - I:wireGt01NaquadahAlloy_400=400 - I:wireGt01NaquadahAlloy_49=49 - I:wireGt01Naquadah_400=400 - I:wireGt01Naquadah_49=49 - I:wireGt01Nichrome_28=28 - I:wireGt01Nichrome_400=400 - I:wireGt01Nickel_29=29 - I:wireGt01Nickel_400=400 - I:wireGt01NiobiumTitanium_35=35 - I:wireGt01NiobiumTitanium_400=400 - I:wireGt01Osmium_400=400 - I:wireGt01Osmium_95=95 - I:wireGt01Platinum_400=400 - I:wireGt01Platinum_97=97 - I:wireGt01RedAlloy_201=201 - I:wireGt01RedAlloy_400=400 - I:wireGt01Silver_400=400 - I:wireGt01Silver_53=53 - I:wireGt01SolderingAlloy_400=400 - I:wireGt01SolderingAlloy_59=59 - I:wireGt01Steel_28=28 - I:wireGt01Steel_400=400 - I:wireGt01Tin_400=400 - I:wireGt01Tin_59=59 - I:wireGt01Titanium_24=24 - I:wireGt01Titanium_400=400 - I:wireGt01TungstenSteel_400=400 - I:wireGt01TungstenSteel_59=59 - I:wireGt01Tungsten_400=400 - I:wireGt01Tungsten_91=91 - I:wireGt01VanadiumGallium_27=27 - I:wireGt01VanadiumGallium_400=400 - I:wireGt01YttriumBariumCuprate_25=25 - I:wireGt01YttriumBariumCuprate_400=400 - I:wireGt01Zinc_32=32 - I:wireGt01Zinc_400=400 - I:wireGt02Aluminium_26=26 - I:wireGt02Aluminium_400=400 - I:wireGt02AnnealedCopper_400=400 - I:wireGt02AnnealedCopper_63=63 - I:wireGt02BlackSteel_400=400 - I:wireGt02BlackSteel_64=64 - I:wireGt02Cobalt_400=400 - I:wireGt02Cobalt_59=59 - I:wireGt02Copper_400=400 - I:wireGt02Copper_63=63 - I:wireGt02Cupronickel_400=400 - I:wireGt02Cupronickel_60=60 - I:wireGt02Duranium_400=400 - I:wireGt02Duranium_98=98 - I:wireGt02Electrum_151=151 - I:wireGt02Electrum_400=400 - I:wireGt02Gold_196=196 - I:wireGt02Gold_400=400 - I:wireGt02Graphene_400=400 - I:wireGt02Graphene_98=98 - I:wireGt02HSSG_400=400 - I:wireGt02HSSG_98=98 - I:wireGt02Iron_400=400 - I:wireGt02Iron_56=56 - I:wireGt02Kanthal_400=400 - I:wireGt02Kanthal_44=44 - I:wireGt02Lead_207=207 - I:wireGt02Lead_400=400 - I:wireGt02NaquadahAlloy_400=400 - I:wireGt02NaquadahAlloy_98=98 - I:wireGt02Naquadah_400=400 - I:wireGt02Naquadah_98=98 - I:wireGt02Nichrome_400=400 - I:wireGt02Nichrome_56=56 - I:wireGt02Nickel_400=400 - I:wireGt02Nickel_58=58 - I:wireGt02NiobiumTitanium_400=400 - I:wireGt02NiobiumTitanium_71=71 - I:wireGt02Osmium_190=190 - I:wireGt02Osmium_400=400 - I:wireGt02Platinum_195=195 - I:wireGt02Platinum_400=400 - I:wireGt02RedAlloy_400=400 - I:wireGt02RedAlloy_403=403 - I:wireGt02Silver_107=107 - I:wireGt02Silver_400=400 - I:wireGt02SolderingAlloy_118=118 - I:wireGt02SolderingAlloy_400=400 - I:wireGt02Steel_400=400 - I:wireGt02Steel_56=56 - I:wireGt02Tin_118=118 - I:wireGt02Tin_400=400 - I:wireGt02Titanium_400=400 - I:wireGt02Titanium_48=48 - I:wireGt02TungstenSteel_119=119 - I:wireGt02TungstenSteel_400=400 - I:wireGt02Tungsten_183=183 - I:wireGt02Tungsten_400=400 - I:wireGt02VanadiumGallium_400=400 - I:wireGt02VanadiumGallium_55=55 - I:wireGt02YttriumBariumCuprate_400=400 - I:wireGt02YttriumBariumCuprate_51=51 - I:wireGt02Zinc_400=400 - I:wireGt02Zinc_65=65 - I:wireGt04Aluminium_400=400 - I:wireGt04Aluminium_52=52 - I:wireGt04AnnealedCopper_126=126 - I:wireGt04AnnealedCopper_400=400 - I:wireGt04BlackSteel_128=128 - I:wireGt04BlackSteel_400=400 - I:wireGt04Cobalt_118=118 - I:wireGt04Cobalt_400=400 - I:wireGt04Copper_126=126 - I:wireGt04Copper_400=400 - I:wireGt04Cupronickel_120=120 - I:wireGt04Cupronickel_400=400 - I:wireGt04Duranium_196=196 - I:wireGt04Duranium_400=400 - I:wireGt04Electrum_302=302 - I:wireGt04Electrum_400=400 - I:wireGt04Gold_392=392 - I:wireGt04Gold_400=400 - I:wireGt04Graphene_196=196 - I:wireGt04Graphene_400=400 - I:wireGt04HSSG_196=196 - I:wireGt04HSSG_400=400 - I:wireGt04Iron_112=112 - I:wireGt04Iron_400=400 - I:wireGt04Kanthal_400=400 - I:wireGt04Kanthal_88=88 - I:wireGt04Lead_400=400 - I:wireGt04Lead_414=414 - I:wireGt04NaquadahAlloy_196=196 - I:wireGt04NaquadahAlloy_400=400 - I:wireGt04Naquadah_196=196 - I:wireGt04Naquadah_400=400 - I:wireGt04Nichrome_112=112 - I:wireGt04Nichrome_400=400 - I:wireGt04Nickel_116=116 - I:wireGt04Nickel_400=400 - I:wireGt04NiobiumTitanium_142=142 - I:wireGt04NiobiumTitanium_400=400 - I:wireGt04Osmium_380=380 - I:wireGt04Osmium_400=400 - I:wireGt04Platinum_390=390 - I:wireGt04Platinum_400=400 - I:wireGt04RedAlloy_400=400 - I:wireGt04RedAlloy_806=806 - I:wireGt04Silver_214=214 - I:wireGt04Silver_400=400 - I:wireGt04SolderingAlloy_236=236 - I:wireGt04SolderingAlloy_400=400 - I:wireGt04Steel_112=112 - I:wireGt04Steel_400=400 - I:wireGt04Tin_236=236 - I:wireGt04Tin_400=400 - I:wireGt04Titanium_400=400 - I:wireGt04Titanium_96=96 - I:wireGt04TungstenSteel_238=238 - I:wireGt04TungstenSteel_400=400 - I:wireGt04Tungsten_366=366 - I:wireGt04Tungsten_400=400 - I:wireGt04VanadiumGallium_110=110 - I:wireGt04VanadiumGallium_400=400 - I:wireGt04YttriumBariumCuprate_102=102 - I:wireGt04YttriumBariumCuprate_400=400 - I:wireGt04Zinc_130=130 - I:wireGt04Zinc_400=400 - I:wireGt08Aluminium_104=104 - I:wireGt08Aluminium_400=400 - I:wireGt08AnnealedCopper_252=252 - I:wireGt08AnnealedCopper_400=400 - I:wireGt08BlackSteel_256=256 - I:wireGt08BlackSteel_400=400 - I:wireGt08Cobalt_236=236 - I:wireGt08Cobalt_400=400 - I:wireGt08Copper_252=252 - I:wireGt08Copper_400=400 - I:wireGt08Cupronickel_240=240 - I:wireGt08Cupronickel_400=400 - I:wireGt08Duranium_392=392 - I:wireGt08Duranium_400=400 - I:wireGt08Electrum_400=400 - I:wireGt08Electrum_604=604 - I:wireGt08Gold_400=400 - I:wireGt08Gold_784=784 - I:wireGt08Graphene_392=392 - I:wireGt08Graphene_400=400 - I:wireGt08HSSG_392=392 - I:wireGt08HSSG_400=400 - I:wireGt08Iron_224=224 - I:wireGt08Iron_400=400 - I:wireGt08Kanthal_176=176 - I:wireGt08Kanthal_400=400 - I:wireGt08Lead_400=400 - I:wireGt08Lead_828=828 - I:wireGt08NaquadahAlloy_392=392 - I:wireGt08NaquadahAlloy_400=400 - I:wireGt08Naquadah_392=392 - I:wireGt08Naquadah_400=400 - I:wireGt08Nichrome_224=224 - I:wireGt08Nichrome_400=400 - I:wireGt08Nickel_232=232 - I:wireGt08Nickel_400=400 - I:wireGt08NiobiumTitanium_284=284 - I:wireGt08NiobiumTitanium_400=400 - I:wireGt08Osmium_400=400 - I:wireGt08Osmium_760=760 - I:wireGt08Platinum_400=400 - I:wireGt08Platinum_780=780 - I:wireGt08RedAlloy_1612=1612 - I:wireGt08RedAlloy_400=400 - I:wireGt08Silver_400=400 - I:wireGt08Silver_428=428 - I:wireGt08SolderingAlloy_400=400 - I:wireGt08SolderingAlloy_472=472 - I:wireGt08Steel_224=224 - I:wireGt08Steel_400=400 - I:wireGt08Tin_400=400 - I:wireGt08Tin_472=472 - I:wireGt08Titanium_192=192 - I:wireGt08Titanium_400=400 - I:wireGt08TungstenSteel_400=400 - I:wireGt08TungstenSteel_476=476 - I:wireGt08Tungsten_400=400 - I:wireGt08Tungsten_732=732 - I:wireGt08VanadiumGallium_220=220 - I:wireGt08VanadiumGallium_400=400 - I:wireGt08YttriumBariumCuprate_204=204 - I:wireGt08YttriumBariumCuprate_400=400 - I:wireGt08Zinc_260=260 - I:wireGt08Zinc_400=400 - I:wireGt12Aluminium_156=156 - I:wireGt12Aluminium_400=400 - I:wireGt12AnnealedCopper_378=378 - I:wireGt12AnnealedCopper_400=400 - I:wireGt12BlackSteel_384=384 - I:wireGt12BlackSteel_400=400 - I:wireGt12Cobalt_354=354 - I:wireGt12Cobalt_400=400 - I:wireGt12Copper_378=378 - I:wireGt12Copper_400=400 - I:wireGt12Cupronickel_360=360 - I:wireGt12Cupronickel_400=400 - I:wireGt12Duranium_400=400 - I:wireGt12Duranium_588=588 - I:wireGt12Electrum_400=400 - I:wireGt12Electrum_906=906 - I:wireGt12Gold_1176=1176 - I:wireGt12Gold_400=400 - I:wireGt12Graphene_400=400 - I:wireGt12Graphene_588=588 - I:wireGt12HSSG_400=400 - I:wireGt12HSSG_588=588 - I:wireGt12Iron_336=336 - I:wireGt12Iron_400=400 - I:wireGt12Kanthal_264=264 - I:wireGt12Kanthal_400=400 - I:wireGt12Lead_1242=1242 - I:wireGt12Lead_400=400 - I:wireGt12NaquadahAlloy_400=400 - I:wireGt12NaquadahAlloy_588=588 - I:wireGt12Naquadah_400=400 - I:wireGt12Naquadah_588=588 - I:wireGt12Nichrome_336=336 - I:wireGt12Nichrome_400=400 - I:wireGt12Nickel_348=348 - I:wireGt12Nickel_400=400 - I:wireGt12NiobiumTitanium_400=400 - I:wireGt12NiobiumTitanium_426=426 - I:wireGt12Osmium_1140=1140 - I:wireGt12Osmium_400=400 - I:wireGt12Platinum_1170=1170 - I:wireGt12Platinum_400=400 - I:wireGt12RedAlloy_2418=2418 - I:wireGt12RedAlloy_400=400 - I:wireGt12Silver_400=400 - I:wireGt12Silver_642=642 - I:wireGt12SolderingAlloy_400=400 - I:wireGt12SolderingAlloy_708=708 - I:wireGt12Steel_336=336 - I:wireGt12Steel_400=400 - I:wireGt12Tin_400=400 - I:wireGt12Tin_708=708 - I:wireGt12Titanium_288=288 - I:wireGt12Titanium_400=400 - I:wireGt12TungstenSteel_400=400 - I:wireGt12TungstenSteel_714=714 - I:wireGt12Tungsten_1098=1098 - I:wireGt12Tungsten_400=400 - I:wireGt12VanadiumGallium_330=330 - I:wireGt12VanadiumGallium_400=400 - I:wireGt12YttriumBariumCuprate_306=306 - I:wireGt12YttriumBariumCuprate_400=400 - I:wireGt12Zinc_390=390 - I:wireGt12Zinc_400=400 - I:wireGt16Aluminium_208=208 - I:wireGt16Aluminium_400=400 - I:wireGt16AnnealedCopper_400=400 - I:wireGt16AnnealedCopper_504=504 - I:wireGt16BlackSteel_400=400 - I:wireGt16BlackSteel_512=512 - I:wireGt16Cobalt_400=400 - I:wireGt16Cobalt_472=472 - I:wireGt16Copper_400=400 - I:wireGt16Copper_504=504 - I:wireGt16Cupronickel_400=400 - I:wireGt16Cupronickel_480=480 - I:wireGt16Duranium_400=400 - I:wireGt16Duranium_784=784 - I:wireGt16Electrum_1208=1208 - I:wireGt16Electrum_400=400 - I:wireGt16Gold_1568=1568 - I:wireGt16Gold_400=400 - I:wireGt16Graphene_400=400 - I:wireGt16Graphene_784=784 - I:wireGt16HSSG_400=400 - I:wireGt16HSSG_784=784 - I:wireGt16Iron_400=400 - I:wireGt16Iron_448=448 - I:wireGt16Kanthal_352=352 - I:wireGt16Kanthal_400=400 - I:wireGt16Lead_1656=1656 - I:wireGt16Lead_400=400 - I:wireGt16NaquadahAlloy_400=400 - I:wireGt16NaquadahAlloy_784=784 - I:wireGt16Naquadah_400=400 - I:wireGt16Naquadah_784=784 - I:wireGt16Nichrome_400=400 - I:wireGt16Nichrome_448=448 - I:wireGt16Nickel_400=400 - I:wireGt16Nickel_464=464 - I:wireGt16NiobiumTitanium_400=400 - I:wireGt16NiobiumTitanium_568=568 - I:wireGt16Osmium_1520=1520 - I:wireGt16Osmium_400=400 - I:wireGt16Platinum_1560=1560 - I:wireGt16Platinum_400=400 - I:wireGt16RedAlloy_3224=3224 - I:wireGt16RedAlloy_400=400 - I:wireGt16Silver_400=400 - I:wireGt16Silver_856=856 - I:wireGt16SolderingAlloy_400=400 - I:wireGt16SolderingAlloy_944=944 - I:wireGt16Steel_400=400 - I:wireGt16Steel_448=448 - I:wireGt16Tin_400=400 - I:wireGt16Tin_944=944 - I:wireGt16Titanium_384=384 - I:wireGt16Titanium_400=400 - I:wireGt16TungstenSteel_400=400 - I:wireGt16TungstenSteel_952=952 - I:wireGt16Tungsten_1464=1464 - I:wireGt16Tungsten_400=400 - I:wireGt16VanadiumGallium_400=400 - I:wireGt16VanadiumGallium_440=440 - I:wireGt16YttriumBariumCuprate_400=400 - I:wireGt16YttriumBariumCuprate_408=408 - I:wireGt16Zinc_400=400 - I:wireGt16Zinc_520=520 -} - - -pyrolyse { - I:dustSugar_160=160 - I:dustSugar_320=320 - I:ic2.itemBiochaff_100=100 - I:ic2.itemBiochaff_200=200 - I:tile.log.acacia_320=320 - I:tile.log.acacia_640=640 - I:tile.log.oak_320=320 - I:tile.log.oak_640=640 -} - - -rcblastfurnace { - B:dustSteelMagnetic_true=true - B:dustSteel_true=true -} - - -recipereplacements { - B:Bronze.Axe_true=true - B:Bronze.Boots_true=true - B:Bronze.ChestPlate_true=true - B:Bronze.Helmet_true=true - B:Bronze.Hoe_true=true - B:Bronze.Pants_true=true - B:Bronze.Pickaxe_true=true - B:Bronze.Shovel_true=true - B:Bronze.Sword_true=true - B:DarkSteel.Axe_true=true - B:DarkSteel.Boots_true=true - B:DarkSteel.ChestPlate_true=true - B:DarkSteel.Helmet_true=true - B:DarkSteel.Pants_true=true - B:DarkSteel.Pickaxe_true=true - B:DarkSteel.Shears_true=true - B:DarkSteel.Sword_true=true - B:Gold.Axe_true=true - B:Gold.Boots_true=true - B:Gold.ChestPlate_true=true - B:Gold.Helmet_true=true - B:Gold.Hoe_true=true - B:Gold.Pants_true=true - B:Gold.Pickaxe_true=true - B:Gold.PressurePlate_true=true - B:Gold.Shovel_true=true - B:Gold.Sword_true=true - B:Iron.Axe_true=true - B:Iron.Bars_true=true - B:Iron.Boots_true=true - B:Iron.Bucket_true=true - B:Iron.Cauldron_true=true - B:Iron.ChestPlate_true=true - B:Iron.Door_true=true - B:Iron.Helmet_true=true - B:Iron.Hoe_true=true - B:Iron.Hopper_true=true - B:Iron.Pants_true=true - B:Iron.Pickaxe_true=true - B:Iron.PressurePlate_true=true - B:Iron.Shears_true=true - B:Iron.Shovel_true=true - B:Iron.Sword_true=true - B:Rubber.Sheet_true=true -} - - -rockcrushing { - B:blockAluminium_true=true - B:blockAmericium_true=true - B:blockAmethyst_true=true - B:blockAnnealedCopper_true=true - B:blockAntimony_true=true - B:blockArsenic_true=true - B:blockBasalt_true=true - B:blockBatteryAlloy_true=true - B:blockBeryllium_true=true - B:blockBismuthBronze_true=true - B:blockBismuth_true=true - B:blockBlackBronze_true=true - B:blockBlackSteel_true=true - B:blockBlueSteel_true=true - B:blockBlueTopaz_true=true - B:blockBrass_true=true - B:blockBronze_true=true - B:blockCaesium_true=true - B:blockCerium_true=true - B:blockCertusQuartz_true=true - B:blockCharcoal_true=true - B:blockChrome_true=true - B:blockCoal_true=true - B:blockCobaltBrass_true=true - B:blockCobalt_true=true - B:blockCopper_true=true - B:blockCupronickel_true=true - B:blockDamascusSteel_true=true - B:blockDarkSteel_true=true - B:blockDiamond_true=true - B:blockDilithium_true=true - B:blockDuranium_true=true - B:blockElectrum_true=true - B:blockEmerald_true=true - B:blockEnderEye_true=true - B:blockEnderPearl_true=true - B:blockEuropium_true=true - B:blockFoolsRuby_true=true - B:blockForcicium_true=true - B:blockForcillium_true=true - B:blockGallium_true=true - B:blockGarnetRed_true=true - B:blockGarnetYellow_true=true - B:blockGold_true=true - B:blockGreenSapphire_true=true - B:blockHSSE_true=true - B:blockHSSG_true=true - B:blockHSSS_true=true - B:blockIndium_true=true - B:blockInvar_true=true - B:blockIridium_true=true - B:blockIronMagnetic_true=true - B:blockIron_true=true - B:blockJasper_true=true - B:blockKanthal_true=true - B:blockLapis_true=true - B:blockLazurite_true=true - B:blockLead_true=true - B:blockLignite_true=true - B:blockLutetium_true=true - B:blockMagnalium_true=true - B:blockMagnesium_true=true - B:blockManganese_true=true - B:blockMithril_true=true - B:blockMolybdenum_true=true - B:blockMonazite_true=true - B:blockNaquadahAlloy_true=true - B:blockNaquadahEnriched_true=true - B:blockNaquadah_true=true - B:blockNaquadria_true=true - B:blockNeodymiumMagnetic_true=true - B:blockNeodymium_true=true - B:blockNetherStar_true=true - B:blockNeutronium_true=true - B:blockNichrome_true=true - B:blockNickel_true=true - B:blockNiobiumNitride_true=true - B:blockNiobiumTitanium_true=true - B:blockNiobium_true=true - B:blockNiter_true=true - B:blockObsidian_true=true - B:blockOlivine_true=true - B:blockOpal_true=true - B:blockOsmiridium_true=true - B:blockOsmium_true=true - B:blockPalladium_true=true - B:blockPhosphorus_true=true - B:blockPigIron_true=true - B:blockPlatinum_true=true - B:blockPlutonium241_true=true - B:blockPlutonium_true=true - B:blockQuartzite_true=true - B:blockRedAlloy_true=true - B:blockRedSteel_true=true - B:blockRedstone_true=true - B:blockRoseGold_true=true - B:blockRuby_true=true - B:blockSapphire_true=true - B:blockSilicon_true=true - B:blockSilver_true=true - B:blockSodalite_true=true - B:blockSolderingAlloy_true=true - B:blockStainlessSteel_true=true - B:blockSteelMagnetic_true=true - B:blockSteel_true=true - B:blockSterlingSilver_true=true - B:blockTantalum_true=true - B:blockTanzanite_true=true - B:blockThorium_true=true - B:blockTinAlloy_true=true - B:blockTin_true=true - B:blockTitanium_true=true - B:blockTopaz_true=true - B:blockTritanium_true=true - B:blockTungstenCarbide_true=true - B:blockTungstenSteel_true=true - B:blockTungsten_true=true - B:blockUltimet_true=true - B:blockUranium235_true=true - B:blockUranium_true=true - B:blockVanadiumGallium_true=true - B:blockVanadiumSteel_true=true - B:blockVanadium_true=true - B:blockWroughtIron_true=true - B:blockYttriumBariumCuprate_true=true - B:blockYttrium_true=true - B:blockZinc_true=true - B:boltAluminium_true=true - B:boltAmethyst_true=true - B:boltBeryllium_true=true - B:boltBismuthBronze_true=true - B:boltBismuth_true=true - B:boltBlackBronze_true=true - B:boltBlackSteel_true=true - B:boltBlueSteel_true=true - B:boltBlueTopaz_true=true - B:boltBrass_true=true - B:boltBronze_true=true - B:boltCarbon_true=true - B:boltCertusQuartz_true=true - B:boltChrome_true=true - B:boltCobaltBrass_true=true - B:boltCobalt_true=true - B:boltCupronickel_true=true - B:boltDamascusSteel_true=true - B:boltDarkSteel_true=true - B:boltDiamond_true=true - B:boltDuranium_true=true - B:boltElectrum_true=true - B:boltEmerald_true=true - B:boltEpoxidFiberReinforced_true=true - B:boltEpoxid_true=true - B:boltGarnetRed_true=true - B:boltGarnetYellow_true=true - B:boltGold_true=true - B:boltGreenSapphire_true=true - B:boltHSSE_true=true - B:boltHSSG_true=true - B:boltHSSS_true=true - B:boltInvar_true=true - B:boltIridium_true=true - B:boltIronMagnetic_true=true - B:boltIron_true=true - B:boltKanthal_true=true - B:boltLead_true=true - B:boltMagnalium_true=true - B:boltManganese_true=true - B:boltMithril_true=true - B:boltMolybdenum_true=true - B:boltNaquadahAlloy_true=true - B:boltNaquadahEnriched_true=true - B:boltNaquadah_true=true - B:boltNaquadria_true=true - B:boltNeodymiumMagnetic_true=true - B:boltNeodymium_true=true - B:boltNetherQuartz_true=true - B:boltNetherStar_true=true - B:boltNeutronium_true=true - B:boltNichrome_true=true - B:boltNickelZincFerrite_true=true - B:boltNickel_true=true - B:boltOlivine_true=true - B:boltOpal_true=true - B:boltOsmiridium_true=true - B:boltOsmium_true=true - B:boltPalladium_true=true - B:boltPigIron_true=true - B:boltPlastic_true=true - B:boltPlatinum_true=true - B:boltPlutonium241_true=true - B:boltPlutonium_true=true - B:boltPolycaprolactam_true=true - B:boltPolyphenyleneSulfide_true=true - B:boltPolystyrene_true=true - B:boltPolytetrafluoroethylene_true=true - B:boltPolyvinylChloride_true=true - B:boltRedSteel_true=true - B:boltRoseGold_true=true - B:boltRubber_true=true - B:boltRuby_true=true - B:boltSapphire_true=true - B:boltSilicone_true=true - B:boltSilver_true=true - B:boltStainlessSteel_true=true - B:boltSteelMagnetic_true=true - B:boltSteel_true=true - B:boltSterlingSilver_true=true - B:boltStyreneButadieneRubber_true=true - B:boltTanzanite_true=true - B:boltThorium_true=true - B:boltTinAlloy_true=true - B:boltTin_true=true - B:boltTitanium_true=true - B:boltTopaz_true=true - B:boltTritanium_true=true - B:boltTungstenCarbide_true=true - B:boltTungstenSteel_true=true - B:boltTungsten_true=true - B:boltUltimet_true=true - B:boltUranium235_true=true - B:boltUranium_true=true - B:boltVanadiumSteel_true=true - B:boltWroughtIron_true=true - B:bucketEmpty_true=true - B:cableGt01Aluminium_true=true - B:cableGt01AnnealedCopper_true=true - B:cableGt01BlackSteel_true=true - B:cableGt01Cobalt_true=true - B:cableGt01Copper_true=true - B:cableGt01Cupronickel_true=true - B:cableGt01Duranium_true=true - B:cableGt01Electrum_true=true - B:cableGt01Gold_true=true - B:cableGt01HSSG_true=true - B:cableGt01Iron_true=true - B:cableGt01Kanthal_true=true - B:cableGt01Lead_true=true - B:cableGt01NaquadahAlloy_true=true - B:cableGt01Naquadah_true=true - B:cableGt01Nichrome_true=true - B:cableGt01Nickel_true=true - B:cableGt01NiobiumTitanium_true=true - B:cableGt01Osmium_true=true - B:cableGt01Platinum_true=true - B:cableGt01RedAlloy_true=true - B:cableGt01Silver_true=true - B:cableGt01SolderingAlloy_true=true - B:cableGt01Steel_true=true - B:cableGt01Tin_true=true - B:cableGt01Titanium_true=true - B:cableGt01TungstenSteel_true=true - B:cableGt01Tungsten_true=true - B:cableGt01VanadiumGallium_true=true - B:cableGt01YttriumBariumCuprate_true=true - B:cableGt01Zinc_true=true - B:cableGt02Aluminium_true=true - B:cableGt02AnnealedCopper_true=true - B:cableGt02BlackSteel_true=true - B:cableGt02Cobalt_true=true - B:cableGt02Copper_true=true - B:cableGt02Cupronickel_true=true - B:cableGt02Duranium_true=true - B:cableGt02Electrum_true=true - B:cableGt02Gold_true=true - B:cableGt02HSSG_true=true - B:cableGt02Iron_true=true - B:cableGt02Kanthal_true=true - B:cableGt02Lead_true=true - B:cableGt02NaquadahAlloy_true=true - B:cableGt02Naquadah_true=true - B:cableGt02Nichrome_true=true - B:cableGt02Nickel_true=true - B:cableGt02NiobiumTitanium_true=true - B:cableGt02Osmium_true=true - B:cableGt02Platinum_true=true - B:cableGt02RedAlloy_true=true - B:cableGt02Silver_true=true - B:cableGt02SolderingAlloy_true=true - B:cableGt02Steel_true=true - B:cableGt02Tin_true=true - B:cableGt02Titanium_true=true - B:cableGt02TungstenSteel_true=true - B:cableGt02Tungsten_true=true - B:cableGt02VanadiumGallium_true=true - B:cableGt02YttriumBariumCuprate_true=true - B:cableGt02Zinc_true=true - B:cableGt04Aluminium_true=true - B:cableGt04AnnealedCopper_true=true - B:cableGt04BlackSteel_true=true - B:cableGt04Cobalt_true=true - B:cableGt04Copper_true=true - B:cableGt04Cupronickel_true=true - B:cableGt04Duranium_true=true - B:cableGt04Electrum_true=true - B:cableGt04Gold_true=true - B:cableGt04HSSG_true=true - B:cableGt04Iron_true=true - B:cableGt04Kanthal_true=true - B:cableGt04Lead_true=true - B:cableGt04NaquadahAlloy_true=true - B:cableGt04Naquadah_true=true - B:cableGt04Nichrome_true=true - B:cableGt04Nickel_true=true - B:cableGt04NiobiumTitanium_true=true - B:cableGt04Osmium_true=true - B:cableGt04Platinum_true=true - B:cableGt04RedAlloy_true=true - B:cableGt04Silver_true=true - B:cableGt04SolderingAlloy_true=true - B:cableGt04Steel_true=true - B:cableGt04Tin_true=true - B:cableGt04Titanium_true=true - B:cableGt04TungstenSteel_true=true - B:cableGt04Tungsten_true=true - B:cableGt04VanadiumGallium_true=true - B:cableGt04YttriumBariumCuprate_true=true - B:cableGt04Zinc_true=true - B:cableGt08Aluminium_true=true - B:cableGt08AnnealedCopper_true=true - B:cableGt08BlackSteel_true=true - B:cableGt08Cobalt_true=true - B:cableGt08Copper_true=true - B:cableGt08Cupronickel_true=true - B:cableGt08Duranium_true=true - B:cableGt08Electrum_true=true - B:cableGt08Gold_true=true - B:cableGt08HSSG_true=true - B:cableGt08Iron_true=true - B:cableGt08Kanthal_true=true - B:cableGt08Lead_true=true - B:cableGt08NaquadahAlloy_true=true - B:cableGt08Naquadah_true=true - B:cableGt08Nichrome_true=true - B:cableGt08Nickel_true=true - B:cableGt08NiobiumTitanium_true=true - B:cableGt08Osmium_true=true - B:cableGt08Platinum_true=true - B:cableGt08RedAlloy_true=true - B:cableGt08Silver_true=true - B:cableGt08SolderingAlloy_true=true - B:cableGt08Steel_true=true - B:cableGt08Tin_true=true - B:cableGt08Titanium_true=true - B:cableGt08TungstenSteel_true=true - B:cableGt08Tungsten_true=true - B:cableGt08VanadiumGallium_true=true - B:cableGt08YttriumBariumCuprate_true=true - B:cableGt08Zinc_true=true - B:cableGt12Aluminium_true=true - B:cableGt12AnnealedCopper_true=true - B:cableGt12BlackSteel_true=true - B:cableGt12Cobalt_true=true - B:cableGt12Copper_true=true - B:cableGt12Cupronickel_true=true - B:cableGt12Duranium_true=true - B:cableGt12Electrum_true=true - B:cableGt12Gold_true=true - B:cableGt12HSSG_true=true - B:cableGt12Iron_true=true - B:cableGt12Kanthal_true=true - B:cableGt12Lead_true=true - B:cableGt12NaquadahAlloy_true=true - B:cableGt12Naquadah_true=true - B:cableGt12Nichrome_true=true - B:cableGt12Nickel_true=true - B:cableGt12NiobiumTitanium_true=true - B:cableGt12Osmium_true=true - B:cableGt12Platinum_true=true - B:cableGt12RedAlloy_true=true - B:cableGt12Silver_true=true - B:cableGt12SolderingAlloy_true=true - B:cableGt12Steel_true=true - B:cableGt12Tin_true=true - B:cableGt12Titanium_true=true - B:cableGt12TungstenSteel_true=true - B:cableGt12Tungsten_true=true - B:cableGt12VanadiumGallium_true=true - B:cableGt12YttriumBariumCuprate_true=true - B:cableGt12Zinc_true=true - B:cellEmpty_true=true - B:crushedAlmandine_true=true - B:crushedAluminium_true=true - B:crushedAmethyst_true=true - B:crushedApatite_true=true - B:crushedBandedIron_true=true - B:crushedBarite_true=true - B:crushedBastnasite_true=true - B:crushedBauxite_true=true - B:crushedBentonite_true=true - B:crushedBeryllium_true=true - B:crushedBismuth_true=true - B:crushedBlueTopaz_true=true - B:crushedBrownLimonite_true=true - B:crushedCalcite_true=true - B:crushedCassiteriteSand_true=true - B:crushedCassiterite_true=true - B:crushedCentrifugedAlmandine_true=true - B:crushedCentrifugedAluminium_true=true - B:crushedCentrifugedAmethyst_true=true - B:crushedCentrifugedApatite_true=true - B:crushedCentrifugedBandedIron_true=true - B:crushedCentrifugedBarite_true=true - B:crushedCentrifugedBastnasite_true=true - B:crushedCentrifugedBauxite_true=true - B:crushedCentrifugedBentonite_true=true - B:crushedCentrifugedBeryllium_true=true - B:crushedCentrifugedBismuth_true=true - B:crushedCentrifugedBlueTopaz_true=true - B:crushedCentrifugedBrownLimonite_true=true - B:crushedCentrifugedCalcite_true=true - B:crushedCentrifugedCassiteriteSand_true=true - B:crushedCentrifugedCassiterite_true=true - B:crushedCentrifugedCertusQuartz_true=true - B:crushedCentrifugedChalcopyrite_true=true - B:crushedCentrifugedChrome_true=true - B:crushedCentrifugedChromite_true=true - B:crushedCentrifugedCinnabar_true=true - B:crushedCentrifugedCoal_true=true - B:crushedCentrifugedCobaltite_true=true - B:crushedCentrifugedCooperite_true=true - B:crushedCentrifugedCopper_true=true - B:crushedCentrifugedDarkSteel_true=true - B:crushedCentrifugedDiamond_true=true - B:crushedCentrifugedDiatomite_true=true - B:crushedCentrifugedEmerald_true=true - B:crushedCentrifugedFoolsRuby_true=true - B:crushedCentrifugedGalena_true=true - B:crushedCentrifugedGarnetRed_true=true - B:crushedCentrifugedGarnetYellow_true=true - B:crushedCentrifugedGarnierite_true=true - B:crushedCentrifugedGlauconite_true=true - B:crushedCentrifugedGold_true=true - B:crushedCentrifugedGraphite_true=true - B:crushedCentrifugedGreenSapphire_true=true - B:crushedCentrifugedGrossular_true=true - B:crushedCentrifugedIlmenite_true=true - B:crushedCentrifugedIridium_true=true - B:crushedCentrifugedIron_true=true - B:crushedCentrifugedLapis_true=true - B:crushedCentrifugedLazurite_true=true - B:crushedCentrifugedLead_true=true - B:crushedCentrifugedLepidolite_true=true - B:crushedCentrifugedLignite_true=true - B:crushedCentrifugedLithium_true=true - B:crushedCentrifugedMagnesite_true=true - B:crushedCentrifugedMagnetite_true=true - B:crushedCentrifugedMalachite_true=true - B:crushedCentrifugedManganese_true=true - B:crushedCentrifugedMolybdenite_true=true - B:crushedCentrifugedMolybdenum_true=true - B:crushedCentrifugedMonazite_true=true - B:crushedCentrifugedNaquadahEnriched_true=true - B:crushedCentrifugedNaquadah_true=true - B:crushedCentrifugedNaquadria_true=true - B:crushedCentrifugedNeodymium_true=true - B:crushedCentrifugedNetherQuartz_true=true - B:crushedCentrifugedNickel_true=true - B:crushedCentrifugedOilsands_true=true - B:crushedCentrifugedOlivine_true=true - B:crushedCentrifugedOpal_true=true - B:crushedCentrifugedOsmium_true=true - B:crushedCentrifugedPalladium_true=true - B:crushedCentrifugedPentlandite_true=true - B:crushedCentrifugedPhosphate_true=true - B:crushedCentrifugedPhosphorus_true=true - B:crushedCentrifugedPitchblende_true=true - B:crushedCentrifugedPlatinum_true=true - B:crushedCentrifugedPlutonium_true=true - B:crushedCentrifugedPowellite_true=true - B:crushedCentrifugedPyrite_true=true - B:crushedCentrifugedPyrochlore_true=true - B:crushedCentrifugedPyrolusite_true=true - B:crushedCentrifugedPyrope_true=true - B:crushedCentrifugedQuartzite_true=true - B:crushedCentrifugedRedstone_true=true - B:crushedCentrifugedRockSalt_true=true - B:crushedCentrifugedRuby_true=true - B:crushedCentrifugedSalt_true=true - B:crushedCentrifugedSaltpeter_true=true - B:crushedCentrifugedSapphire_true=true - B:crushedCentrifugedScheelite_true=true - B:crushedCentrifugedSilver_true=true - B:crushedCentrifugedSoapstone_true=true - B:crushedCentrifugedSodalite_true=true - B:crushedCentrifugedSpessartine_true=true - B:crushedCentrifugedSphalerite_true=true - B:crushedCentrifugedSpodumene_true=true - B:crushedCentrifugedStibnite_true=true - B:crushedCentrifugedSulfur_true=true - B:crushedCentrifugedTalc_true=true - B:crushedCentrifugedTantalite_true=true - B:crushedCentrifugedTanzanite_true=true - B:crushedCentrifugedTetrahedrite_true=true - B:crushedCentrifugedThorium_true=true - B:crushedCentrifugedTin_true=true - B:crushedCentrifugedTitanium_true=true - B:crushedCentrifugedTopaz_true=true - B:crushedCentrifugedTungstate_true=true - B:crushedCentrifugedUraninite_true=true - B:crushedCentrifugedUranium235_true=true - B:crushedCentrifugedUranium_true=true - B:crushedCentrifugedVanadiumMagnetite_true=true - B:crushedCentrifugedWulfenite_true=true - B:crushedCentrifugedYellowLimonite_true=true - B:crushedCentrifugedZinc_true=true - B:crushedCertusQuartz_true=true - B:crushedChalcopyrite_true=true - B:crushedChrome_true=true - B:crushedChromite_true=true - B:crushedCinnabar_true=true - B:crushedCoal_true=true - B:crushedCobaltite_true=true - B:crushedCooperite_true=true - B:crushedCopper_true=true - B:crushedDarkSteel_true=true - B:crushedDiamond_true=true - B:crushedDiatomite_true=true - B:crushedEmerald_true=true - B:crushedFoolsRuby_true=true - B:crushedGalena_true=true - B:crushedGarnetRed_true=true - B:crushedGarnetYellow_true=true - B:crushedGarnierite_true=true - B:crushedGlauconite_true=true - B:crushedGold_true=true - B:crushedGraphite_true=true - B:crushedGreenSapphire_true=true - B:crushedGrossular_true=true - B:crushedIlmenite_true=true - B:crushedIridium_true=true - B:crushedIron_true=true - B:crushedLapis_true=true - B:crushedLazurite_true=true - B:crushedLead_true=true - B:crushedLepidolite_true=true - B:crushedLignite_true=true - B:crushedLithium_true=true - B:crushedMagnesite_true=true - B:crushedMagnetite_true=true - B:crushedMalachite_true=true - B:crushedManganese_true=true - B:crushedMolybdenite_true=true - B:crushedMolybdenum_true=true - B:crushedMonazite_true=true - B:crushedNaquadahEnriched_true=true - B:crushedNaquadah_true=true - B:crushedNaquadria_true=true - B:crushedNeodymium_true=true - B:crushedNetherQuartz_true=true - B:crushedNickel_true=true - B:crushedOilsands_true=true - B:crushedOlivine_true=true - B:crushedOpal_true=true - B:crushedOsmium_true=true - B:crushedPalladium_true=true - B:crushedPentlandite_true=true - B:crushedPhosphate_true=true - B:crushedPhosphorus_true=true - B:crushedPitchblende_true=true - B:crushedPlatinum_true=true - B:crushedPlutonium_true=true - B:crushedPowellite_true=true - B:crushedPurifiedAlmandine_true=true - B:crushedPurifiedAluminium_true=true - B:crushedPurifiedAmethyst_true=true - B:crushedPurifiedApatite_true=true - B:crushedPurifiedBandedIron_true=true - B:crushedPurifiedBarite_true=true - B:crushedPurifiedBastnasite_true=true - B:crushedPurifiedBauxite_true=true - B:crushedPurifiedBentonite_true=true - B:crushedPurifiedBeryllium_true=true - B:crushedPurifiedBismuth_true=true - B:crushedPurifiedBlueTopaz_true=true - B:crushedPurifiedBrownLimonite_true=true - B:crushedPurifiedCalcite_true=true - B:crushedPurifiedCassiteriteSand_true=true - B:crushedPurifiedCassiterite_true=true - B:crushedPurifiedCertusQuartz_true=true - B:crushedPurifiedChalcopyrite_true=true - B:crushedPurifiedChrome_true=true - B:crushedPurifiedChromite_true=true - B:crushedPurifiedCinnabar_true=true - B:crushedPurifiedCoal_true=true - B:crushedPurifiedCobaltite_true=true - B:crushedPurifiedCooperite_true=true - B:crushedPurifiedCopper_true=true - B:crushedPurifiedDarkSteel_true=true - B:crushedPurifiedDiamond_true=true - B:crushedPurifiedDiatomite_true=true - B:crushedPurifiedEmerald_true=true - B:crushedPurifiedFoolsRuby_true=true - B:crushedPurifiedGalena_true=true - B:crushedPurifiedGarnetRed_true=true - B:crushedPurifiedGarnetYellow_true=true - B:crushedPurifiedGarnierite_true=true - B:crushedPurifiedGlauconite_true=true - B:crushedPurifiedGold_true=true - B:crushedPurifiedGraphite_true=true - B:crushedPurifiedGreenSapphire_true=true - B:crushedPurifiedGrossular_true=true - B:crushedPurifiedIlmenite_true=true - B:crushedPurifiedIridium_true=true - B:crushedPurifiedIron_true=true - B:crushedPurifiedLapis_true=true - B:crushedPurifiedLazurite_true=true - B:crushedPurifiedLead_true=true - B:crushedPurifiedLepidolite_true=true - B:crushedPurifiedLignite_true=true - B:crushedPurifiedLithium_true=true - B:crushedPurifiedMagnesite_true=true - B:crushedPurifiedMagnetite_true=true - B:crushedPurifiedMalachite_true=true - B:crushedPurifiedManganese_true=true - B:crushedPurifiedMolybdenite_true=true - B:crushedPurifiedMolybdenum_true=true - B:crushedPurifiedMonazite_true=true - B:crushedPurifiedNaquadahEnriched_true=true - B:crushedPurifiedNaquadah_true=true - B:crushedPurifiedNaquadria_true=true - B:crushedPurifiedNeodymium_true=true - B:crushedPurifiedNetherQuartz_true=true - B:crushedPurifiedNickel_true=true - B:crushedPurifiedOilsands_true=true - B:crushedPurifiedOlivine_true=true - B:crushedPurifiedOpal_true=true - B:crushedPurifiedOsmium_true=true - B:crushedPurifiedPalladium_true=true - B:crushedPurifiedPentlandite_true=true - B:crushedPurifiedPhosphate_true=true - B:crushedPurifiedPhosphorus_true=true - B:crushedPurifiedPitchblende_true=true - B:crushedPurifiedPlatinum_true=true - B:crushedPurifiedPlutonium_true=true - B:crushedPurifiedPowellite_true=true - B:crushedPurifiedPyrite_true=true - B:crushedPurifiedPyrochlore_true=true - B:crushedPurifiedPyrolusite_true=true - B:crushedPurifiedPyrope_true=true - B:crushedPurifiedQuartzite_true=true - B:crushedPurifiedRedstone_true=true - B:crushedPurifiedRockSalt_true=true - B:crushedPurifiedRuby_true=true - B:crushedPurifiedSalt_true=true - B:crushedPurifiedSaltpeter_true=true - B:crushedPurifiedSapphire_true=true - B:crushedPurifiedScheelite_true=true - B:crushedPurifiedSilver_true=true - B:crushedPurifiedSoapstone_true=true - B:crushedPurifiedSodalite_true=true - B:crushedPurifiedSpessartine_true=true - B:crushedPurifiedSphalerite_true=true - B:crushedPurifiedSpodumene_true=true - B:crushedPurifiedStibnite_true=true - B:crushedPurifiedSulfur_true=true - B:crushedPurifiedTalc_true=true - B:crushedPurifiedTantalite_true=true - B:crushedPurifiedTanzanite_true=true - B:crushedPurifiedTetrahedrite_true=true - B:crushedPurifiedThorium_true=true - B:crushedPurifiedTin_true=true - B:crushedPurifiedTitanium_true=true - B:crushedPurifiedTopaz_true=true - B:crushedPurifiedTungstate_true=true - B:crushedPurifiedUraninite_true=true - B:crushedPurifiedUranium235_true=true - B:crushedPurifiedUranium_true=true - B:crushedPurifiedVanadiumMagnetite_true=true - B:crushedPurifiedWulfenite_true=true - B:crushedPurifiedYellowLimonite_true=true - B:crushedPurifiedZinc_true=true - B:crushedPyrite_true=true - B:crushedPyrochlore_true=true - B:crushedPyrolusite_true=true - B:crushedPyrope_true=true - B:crushedQuartzite_true=true - B:crushedRedstone_true=true - B:crushedRockSalt_true=true - B:crushedRuby_true=true - B:crushedSalt_true=true - B:crushedSaltpeter_true=true - B:crushedSapphire_true=true - B:crushedScheelite_true=true - B:crushedSilver_true=true - B:crushedSoapstone_true=true - B:crushedSodalite_true=true - B:crushedSpessartine_true=true - B:crushedSphalerite_true=true - B:crushedSpodumene_true=true - B:crushedStibnite_true=true - B:crushedSulfur_true=true - B:crushedTalc_true=true - B:crushedTantalite_true=true - B:crushedTanzanite_true=true - B:crushedTetrahedrite_true=true - B:crushedThorium_true=true - B:crushedTin_true=true - B:crushedTitanium_true=true - B:crushedTopaz_true=true - B:crushedTungstate_true=true - B:crushedUraninite_true=true - B:crushedUranium235_true=true - B:crushedUranium_true=true - B:crushedVanadiumMagnetite_true=true - B:crushedWulfenite_true=true - B:crushedYellowLimonite_true=true - B:crushedZinc_true=true - B:enderio.silicon_true=true - B:foilAluminium_true=true - B:foilAnnealedCopper_true=true - B:foilBlackSteel_true=true - B:foilCopper_true=true - B:foilDuranium_true=true - B:foilElectrum_true=true - B:foilGold_true=true - B:foilHSSG_true=true - B:foilManganese_true=true - B:foilNaquadahAlloy_true=true - B:foilNaquadah_true=true - B:foilNichrome_true=true - B:foilNiobiumTitanium_true=true - B:foilOsmiridium_true=true - B:foilOsmium_true=true - B:foilPlastic_true=true - B:foilPlatinum_true=true - B:foilPolyphenyleneSulfide_true=true - B:foilPolyvinylChloride_true=true - B:foilSilicon_true=true - B:foilSilicone_true=true - B:foilSteel_true=true - B:foilTitanium_true=true - B:foilTungstenSteel_true=true - B:foilTungsten_true=true - B:foilVanadiumGallium_true=true - B:foilYttriumBariumCuprate_true=true - B:foilZinc_true=true - B:frameGtAluminium_true=true - B:frameGtAmericium_true=true - B:frameGtAnnealedCopper_true=true - B:frameGtAntimony_true=true - B:frameGtArsenic_true=true - B:frameGtBatteryAlloy_true=true - B:frameGtBeryllium_true=true - B:frameGtBismuthBronze_true=true - B:frameGtBismuth_true=true - B:frameGtBlackBronze_true=true - B:frameGtBlackSteel_true=true - B:frameGtBlueSteel_true=true - B:frameGtBorosilicateGlass_true=true - B:frameGtBrass_true=true - B:frameGtBronze_true=true - B:frameGtCaesium_true=true - B:frameGtCarbon_true=true - B:frameGtCerium_true=true - B:frameGtChrome_true=true - B:frameGtCobaltBrass_true=true - B:frameGtCobalt_true=true - B:frameGtCopper_true=true - B:frameGtCupronickel_true=true - B:frameGtDamascusSteel_true=true - B:frameGtDarkSteel_true=true - B:frameGtDuranium_true=true - B:frameGtElectrum_true=true - B:frameGtEpoxidFiberReinforced_true=true - B:frameGtEpoxid_true=true - B:frameGtEuropium_true=true - B:frameGtGalliumArsenide_true=true - B:frameGtGallium_true=true - B:frameGtGold_true=true - B:frameGtHSSE_true=true - B:frameGtHSSG_true=true - B:frameGtHSSS_true=true - B:frameGtIndiumGalliumPhosphide_true=true - B:frameGtIndium_true=true - B:frameGtInvar_true=true - B:frameGtIridium_true=true - B:frameGtIronMagnetic_true=true - B:frameGtIron_true=true - B:frameGtKanthal_true=true - B:frameGtLead_true=true - B:frameGtLithium_true=true - B:frameGtLutetium_true=true - B:frameGtMagnalium_true=true - B:frameGtMagnesium_true=true - B:frameGtManganese_true=true - B:frameGtMithril_true=true - B:frameGtMolybdenum_true=true - B:frameGtNaquadahAlloy_true=true - B:frameGtNaquadahEnriched_true=true - B:frameGtNaquadah_true=true - B:frameGtNaquadria_true=true - B:frameGtNeodymiumMagnetic_true=true - B:frameGtNeodymium_true=true - B:frameGtNeutronium_true=true - B:frameGtNichrome_true=true - B:frameGtNickelZincFerrite_true=true - B:frameGtNickel_true=true - B:frameGtNiobiumNitride_true=true - B:frameGtNiobiumTitanium_true=true - B:frameGtNiobium_true=true - B:frameGtOsmiridium_true=true - B:frameGtOsmium_true=true - B:frameGtPalladium_true=true - B:frameGtPigIron_true=true - B:frameGtPlastic_true=true - B:frameGtPlatinum_true=true - B:frameGtPlutonium241_true=true - B:frameGtPlutonium_true=true - B:frameGtPolycaprolactam_true=true - B:frameGtPolyphenyleneSulfide_true=true - B:frameGtPolystyrene_true=true - B:frameGtPolytetrafluoroethylene_true=true - B:frameGtPolyvinylChloride_true=true - B:frameGtPotassium_true=true - B:frameGtRedAlloy_true=true - B:frameGtRedSteel_true=true - B:frameGtRoseGold_true=true - B:frameGtRubber_true=true - B:frameGtSilicon_true=true - B:frameGtSilicone_true=true - B:frameGtSilver_true=true - B:frameGtSolderingAlloy_true=true - B:frameGtStainlessSteel_true=true - B:frameGtSteelMagnetic_true=true - B:frameGtSteel_true=true - B:frameGtSterlingSilver_true=true - B:frameGtStyreneButadieneRubber_true=true - B:frameGtTantalum_true=true - B:frameGtThorium_true=true - B:frameGtTinAlloy_true=true - B:frameGtTin_true=true - B:frameGtTitanium_true=true - B:frameGtTritanium_true=true - B:frameGtTungstenCarbide_true=true - B:frameGtTungstenSteel_true=true - B:frameGtTungsten_true=true - B:frameGtUltimet_true=true - B:frameGtUranium235_true=true - B:frameGtUranium_true=true - B:frameGtVanadiumGallium_true=true - B:frameGtVanadiumSteel_true=true - B:frameGtVanadium_true=true - B:frameGtWroughtIron_true=true - B:frameGtYttriumBariumCuprate_true=true - B:frameGtYttrium_true=true - B:frameGtZinc_true=true - B:gearGtAluminium_true=true - B:gearGtBronze_true=true - B:gearGtCobaltBrass_true=true - B:gearGtCopper_true=true - B:gearGtDiamond_true=true - B:gearGtGold_true=true - B:gearGtHSSE_true=true - B:gearGtHSSG_true=true - B:gearGtIron_true=true - B:gearGtNeutronium_true=true - B:gearGtSmallAluminium_true=true - B:gearGtSmallHSSE_true=true - B:gearGtSmallHSSG_true=true - B:gearGtSmallNeutronium_true=true - B:gearGtSmallStainlessSteel_true=true - B:gearGtSmallSteel_true=true - B:gearGtSmallTitanium_true=true - B:gearGtSmallTungstenSteel_true=true - B:gearGtStainlessSteel_true=true - B:gearGtSteel_true=true - B:gearGtStone_true=true - B:gearGtTin_true=true - B:gearGtTitanium_true=true - B:gearGtTungstenSteel_true=true - B:gemAmethyst_true=true - B:gemApatite_true=true - B:gemBlueTopaz_true=true - B:gemCertusQuartz_true=true - B:gemCharcoal_true=true - B:gemChippedAmethyst_true=true - B:gemChippedBlueTopaz_true=true - B:gemChippedDiamond_true=true - B:gemChippedEmerald_true=true - B:gemChippedFoolsRuby_true=true - B:gemChippedGarnetRed_true=true - B:gemChippedGarnetYellow_true=true - B:gemChippedGlass_true=true - B:gemChippedGreenSapphire_true=true - B:gemChippedJasper_true=true - B:gemChippedOlivine_true=true - B:gemChippedOpal_true=true - B:gemChippedRuby_true=true - B:gemChippedSapphire_true=true - B:gemChippedTanzanite_true=true - B:gemChippedTopaz_true=true - B:gemCoal_true=true - B:gemDiamond_true=true - B:gemDilithium_true=true - B:gemEmerald_true=true - B:gemEnderEye_true=true - B:gemEnderPearl_true=true - B:gemExquisiteAmethyst_true=true - B:gemExquisiteBlueTopaz_true=true - B:gemExquisiteDiamond_true=true - B:gemExquisiteEmerald_true=true - B:gemExquisiteFoolsRuby_true=true - B:gemExquisiteGarnetRed_true=true - B:gemExquisiteGarnetYellow_true=true - B:gemExquisiteGlass_true=true - B:gemExquisiteGreenSapphire_true=true - B:gemExquisiteJasper_true=true - B:gemExquisiteOlivine_true=true - B:gemExquisiteOpal_true=true - B:gemExquisiteRuby_true=true - B:gemExquisiteSapphire_true=true - B:gemExquisiteTanzanite_true=true - B:gemExquisiteTopaz_true=true - B:gemFlawedAmethyst_true=true - B:gemFlawedBlueTopaz_true=true - B:gemFlawedDiamond_true=true - B:gemFlawedEmerald_true=true - B:gemFlawedFoolsRuby_true=true - B:gemFlawedGarnetRed_true=true - B:gemFlawedGarnetYellow_true=true - B:gemFlawedGlass_true=true - B:gemFlawedGreenSapphire_true=true - B:gemFlawedJasper_true=true - B:gemFlawedOlivine_true=true - B:gemFlawedOpal_true=true - B:gemFlawedRuby_true=true - B:gemFlawedSapphire_true=true - B:gemFlawedTanzanite_true=true - B:gemFlawedTopaz_true=true - B:gemFlawlessAmethyst_true=true - B:gemFlawlessBlueTopaz_true=true - B:gemFlawlessDiamond_true=true - B:gemFlawlessEmerald_true=true - B:gemFlawlessFoolsRuby_true=true - B:gemFlawlessGarnetRed_true=true - B:gemFlawlessGarnetYellow_true=true - B:gemFlawlessGlass_true=true - B:gemFlawlessGreenSapphire_true=true - B:gemFlawlessJasper_true=true - B:gemFlawlessOlivine_true=true - B:gemFlawlessOpal_true=true - B:gemFlawlessRuby_true=true - B:gemFlawlessSapphire_true=true - B:gemFlawlessTanzanite_true=true - B:gemFlawlessTopaz_true=true - B:gemFoolsRuby_true=true - B:gemForcicium_true=true - B:gemForcillium_true=true - B:gemGarnetRed_true=true - B:gemGarnetYellow_true=true - B:gemGlass_true=true - B:gemGreenSapphire_true=true - B:gemIridium_true=true - B:gemJasper_true=true - B:gemLapis_true=true - B:gemLazurite_true=true - B:gemLignite_true=true - B:gemMonazite_true=true - B:gemNetherQuartz_true=true - B:gemNetherStar_true=true - B:gemNiter_true=true - B:gemOlivine_true=true - B:gemOpal_true=true - B:gemPhosphorus_true=true - B:gemQuartzite_true=true - B:gemRuby_true=true - B:gemSapphire_true=true - B:gemSodalite_true=true - B:gemTanzanite_true=true - B:gemTopaz_true=true - B:gt.blockcasings.0_true=true - B:gt.blockcasings.10_true=true - B:gt.blockcasings.11_true=true - B:gt.blockcasings.1_true=true - B:gt.blockcasings.2_true=true - B:gt.blockcasings.3_true=true - B:gt.blockcasings.4_true=true - B:gt.blockcasings.5_true=true - B:gt.blockcasings.6_true=true - B:gt.blockcasings.7_true=true - B:gt.blockcasings.8_true=true - B:gt.blockcasings.9_true=true - B:gt.blockcasings2.0_true=true - B:gt.blockcasings2.12_true=true - B:gt.blockcasings2.13_true=true - B:gt.blockcasings2.14_true=true - B:gt.blockcasings2.15_true=true - B:gt.blockcasings2.1_true=true - B:gt.blockcasings2.2_true=true - B:gt.blockcasings2.3_true=true - B:gt.blockcasings2.4_true=true - B:gt.blockcasings2.5_true=true - B:gt.blockcasings2.9_true=true - B:gt.blockcasings3.0_true=true - B:gt.blockcasings3.10_true=true - B:gt.blockcasings3.11_true=true - B:gt.blockcasings3.13_true=true - B:gt.blockcasings3.14_true=true - B:gt.blockcasings3.15_true=true - B:gt.blockcasings3.1_true=true - B:gt.blockcasings3.2_true=true - B:gt.blockcasings3.3_true=true - B:gt.blockcasings3.4_true=true - B:gt.blockcasings3.5_true=true - B:gt.blockcasings3.6_true=true - B:gt.blockcasings3.7_true=true - B:gt.blockcasings3.8_true=true - B:gt.blockcasings3.9_true=true - B:gt.blockcasings4.0_true=true - B:gt.blockcasings4.10_true=true - B:gt.blockcasings4.11_true=true - B:gt.blockcasings4.12_true=true - B:gt.blockcasings4.13_true=true - B:gt.blockcasings4.14_true=true - B:gt.blockcasings4.15_true=true - B:gt.blockcasings4.1_true=true - B:gt.blockcasings4.2_true=true - B:gt.blockcasings4.3_true=true - B:gt.blockcasings4.6_true=true - B:gt.blockcasings4.7_true=true - B:gt.blockcasings4.8_true=true - B:gt.blockcasings4.9_true=true - B:gt.blockcasings5.0_true=true - B:gt.blockcasings5.1_true=true - B:gt.blockcasings5.2_true=true - B:gt.blockcasings5.3_true=true - B:gt.blockcasings5.4_true=true - B:gt.blockcasings5.5_true=true - B:gt.blockcasings5.6_true=true - B:gt.blockcasings8.1_true=true - B:gt.blockconcretes.0_true=true - B:gt.blockconcretes.10_true=true - B:gt.blockconcretes.11_true=true - B:gt.blockconcretes.12_true=true - B:gt.blockconcretes.13_true=true - B:gt.blockconcretes.14_true=true - B:gt.blockconcretes.15_true=true - B:gt.blockconcretes.1_true=true - B:gt.blockconcretes.2_true=true - B:gt.blockconcretes.3_true=true - B:gt.blockconcretes.4_true=true - B:gt.blockconcretes.5_true=true - B:gt.blockconcretes.6_true=true - B:gt.blockconcretes.7_true=true - B:gt.blockconcretes.8_true=true - B:gt.blockconcretes.9_true=true - B:gt.blockgranites.0_true=true - B:gt.blockgranites.10_true=true - B:gt.blockgranites.11_true=true - B:gt.blockgranites.12_true=true - B:gt.blockgranites.13_true=true - B:gt.blockgranites.14_true=true - B:gt.blockgranites.15_true=true - B:gt.blockgranites.1_true=true - B:gt.blockgranites.2_true=true - B:gt.blockgranites.3_true=true - B:gt.blockgranites.4_true=true - B:gt.blockgranites.5_true=true - B:gt.blockgranites.6_true=true - B:gt.blockgranites.7_true=true - B:gt.blockgranites.8_true=true - B:gt.blockgranites.9_true=true - B:gt.blockmachines.automation.chestbuffer.tier.00_true=true - B:gt.blockmachines.automation.chestbuffer.tier.02_true=true - B:gt.blockmachines.automation.chestbuffer.tier.03_true=true - B:gt.blockmachines.automation.chestbuffer.tier.04_true=true - B:gt.blockmachines.automation.chestbuffer.tier.05_true=true - B:gt.blockmachines.automation.filter.tier.00_true=true - B:gt.blockmachines.automation.filter.tier.02_true=true - B:gt.blockmachines.automation.filter.tier.03_true=true - B:gt.blockmachines.automation.filter.tier.04_true=true - B:gt.blockmachines.automation.filter.tier.05_true=true - B:gt.blockmachines.automation.itemdistributor.tier.00_true=true - B:gt.blockmachines.automation.itemdistributor.tier.01_true=true - B:gt.blockmachines.automation.itemdistributor.tier.02_true=true - B:gt.blockmachines.automation.itemdistributor.tier.03_true=true - B:gt.blockmachines.automation.itemdistributor.tier.04_true=true - B:gt.blockmachines.automation.itemdistributor.tier.05_true=true - B:gt.blockmachines.automation.regulator.tier.00_true=true - B:gt.blockmachines.automation.regulator.tier.01_true=true - B:gt.blockmachines.automation.regulator.tier.02_true=true - B:gt.blockmachines.automation.regulator.tier.03_true=true - B:gt.blockmachines.automation.regulator.tier.04_true=true - B:gt.blockmachines.automation.regulator.tier.05_true=true - B:gt.blockmachines.automation.regulator.tier.06_true=true - B:gt.blockmachines.automation.regulator.tier.07_true=true - B:gt.blockmachines.automation.regulator.tier.08_true=true - B:gt.blockmachines.automation.regulator.tier.09_true=true - B:gt.blockmachines.automation.superbuffer.tier.00_true=true - B:gt.blockmachines.automation.superbuffer.tier.01_true=true - B:gt.blockmachines.automation.superbuffer.tier.02_true=true - B:gt.blockmachines.automation.superbuffer.tier.03_true=true - B:gt.blockmachines.automation.superbuffer.tier.04_true=true - B:gt.blockmachines.automation.superbuffer.tier.05_true=true - B:gt.blockmachines.automation.superbuffer.tier.06_true=true - B:gt.blockmachines.automation.superbuffer.tier.07_true=true - B:gt.blockmachines.automation.superbuffer.tier.08_true=true - B:gt.blockmachines.automation.superbuffer.tier.09_true=true - B:gt.blockmachines.automation.typefilter.tier.00_true=true - B:gt.blockmachines.automation.typefilter.tier.02_true=true - B:gt.blockmachines.automation.typefilter.tier.03_true=true - B:gt.blockmachines.automation.typefilter.tier.04_true=true - B:gt.blockmachines.automation.typefilter.tier.05_true=true - B:gt.blockmachines.basicgenerator.diesel.tier.01_true=true - B:gt.blockmachines.basicgenerator.diesel.tier.02_true=true - B:gt.blockmachines.basicgenerator.diesel.tier.03_true=true - B:gt.blockmachines.basicgenerator.gasturbine.tier.01_true=true - B:gt.blockmachines.basicgenerator.gasturbine.tier.02_true=true - B:gt.blockmachines.basicgenerator.gasturbine.tier.03_true=true - B:gt.blockmachines.basicgenerator.lightningrod.03_true=true - B:gt.blockmachines.basicgenerator.lightningrod.04_true=true - B:gt.blockmachines.basicgenerator.lightningrod.05_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.01_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.02_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.03_true=true - B:gt.blockmachines.basicgenerator.magicenergyabsorber.tier.04_true=true - B:gt.blockmachines.basicgenerator.magicenergyconverter.tier.01_true=true - B:gt.blockmachines.basicgenerator.magicenergyconverter.tier.02_true=true - B:gt.blockmachines.basicgenerator.magicenergyconverter.tier.03_true=true - B:gt.blockmachines.basicgenerator.naquadah.tier.04_true=true - B:gt.blockmachines.basicgenerator.naquadah.tier.05_true=true - B:gt.blockmachines.basicgenerator.naquadah.tier.06_true=true - B:gt.blockmachines.basicgenerator.plasmagenerator.tier.05_true=true - B:gt.blockmachines.basicgenerator.plasmagenerator.tier.06_true=true - B:gt.blockmachines.basicgenerator.plasmagenerator.tier.07_true=true - B:gt.blockmachines.basicgenerator.steamturbine.tier.01_true=true - B:gt.blockmachines.basicgenerator.steamturbine.tier.02_true=true - B:gt.blockmachines.basicgenerator.steamturbine.tier.03_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.01_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.02_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.03_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.04_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.05_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.06_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.07_true=true - B:gt.blockmachines.basicmachine.alloysmelter.tier.08_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.01_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.02_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.03_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.04_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.05_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.06_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.07_true=true - B:gt.blockmachines.basicmachine.amplifab.tier.08_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.01_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.02_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.03_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.04_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.05_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.06_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.07_true=true - B:gt.blockmachines.basicmachine.arcfurnace.tier.08_true=true - B:gt.blockmachines.basicmachine.assembler.tier.01_true=true - B:gt.blockmachines.basicmachine.assembler.tier.02_true=true - B:gt.blockmachines.basicmachine.assembler.tier.03_true=true - B:gt.blockmachines.basicmachine.assembler.tier.04_true=true - B:gt.blockmachines.basicmachine.assembler.tier.05_true=true - B:gt.blockmachines.basicmachine.assembler.tier.06_true=true - B:gt.blockmachines.basicmachine.assembler.tier.07_true=true - B:gt.blockmachines.basicmachine.assembler.tier.08_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.01_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.02_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.03_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.04_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.05_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.06_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.07_true=true - B:gt.blockmachines.basicmachine.autoclave.tier.08_true=true - B:gt.blockmachines.basicmachine.bender.tier.01_true=true - B:gt.blockmachines.basicmachine.bender.tier.02_true=true - B:gt.blockmachines.basicmachine.bender.tier.03_true=true - B:gt.blockmachines.basicmachine.bender.tier.04_true=true - B:gt.blockmachines.basicmachine.bender.tier.05_true=true - B:gt.blockmachines.basicmachine.bender.tier.06_true=true - B:gt.blockmachines.basicmachine.bender.tier.07_true=true - B:gt.blockmachines.basicmachine.bender.tier.08_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.02_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.03_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.04_true=true - B:gt.blockmachines.basicmachine.boxinator.tier.05_true=true - B:gt.blockmachines.basicmachine.brewery.tier.01_true=true - B:gt.blockmachines.basicmachine.brewery.tier.02_true=true - B:gt.blockmachines.basicmachine.brewery.tier.03_true=true - B:gt.blockmachines.basicmachine.brewery.tier.04_true=true - B:gt.blockmachines.basicmachine.brewery.tier.05_true=true - B:gt.blockmachines.basicmachine.brewery.tier.06_true=true - B:gt.blockmachines.basicmachine.brewery.tier.07_true=true - B:gt.blockmachines.basicmachine.brewery.tier.08_true=true - B:gt.blockmachines.basicmachine.canner.tier.01_true=true - B:gt.blockmachines.basicmachine.canner.tier.02_true=true - B:gt.blockmachines.basicmachine.canner.tier.03_true=true - B:gt.blockmachines.basicmachine.canner.tier.04_true=true - B:gt.blockmachines.basicmachine.canner.tier.05_true=true - B:gt.blockmachines.basicmachine.canner.tier.06_true=true - B:gt.blockmachines.basicmachine.canner.tier.07_true=true - B:gt.blockmachines.basicmachine.canner.tier.08_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.01_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.02_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.03_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.04_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.05_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.06_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.07_true=true - B:gt.blockmachines.basicmachine.centrifuge.tier.08_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.01_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.02_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.03_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.04_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.05_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.06_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.07_true=true - B:gt.blockmachines.basicmachine.chemicalbath.tier.08_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.01_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.02_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.03_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.04_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.05_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.06_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.07_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.08_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.01_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.02_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.03_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.04_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.05_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.06_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.07_true=true - B:gt.blockmachines.basicmachine.circuitassembler.tier.08_true=true - B:gt.blockmachines.basicmachine.compressor.tier.01_true=true - B:gt.blockmachines.basicmachine.compressor.tier.02_true=true - B:gt.blockmachines.basicmachine.compressor.tier.03_true=true - B:gt.blockmachines.basicmachine.compressor.tier.04_true=true - B:gt.blockmachines.basicmachine.compressor.tier.05_true=true - B:gt.blockmachines.basicmachine.compressor.tier.06_true=true - B:gt.blockmachines.basicmachine.compressor.tier.07_true=true - B:gt.blockmachines.basicmachine.compressor.tier.08_true=true - B:gt.blockmachines.basicmachine.cutter.tier.01_true=true - B:gt.blockmachines.basicmachine.cutter.tier.02_true=true - B:gt.blockmachines.basicmachine.cutter.tier.03_true=true - B:gt.blockmachines.basicmachine.cutter.tier.04_true=true - B:gt.blockmachines.basicmachine.cutter.tier.05_true=true - B:gt.blockmachines.basicmachine.cutter.tier.06_true=true - B:gt.blockmachines.basicmachine.cutter.tier.07_true=true - B:gt.blockmachines.basicmachine.cutter.tier.08_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.01_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.02_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.03_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.04_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.05_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.06_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.07_true=true - B:gt.blockmachines.basicmachine.disassembler.tier.08_true=true - B:gt.blockmachines.basicmachine.distillery.tier.01_true=true - B:gt.blockmachines.basicmachine.distillery.tier.02_true=true - B:gt.blockmachines.basicmachine.distillery.tier.03_true=true - B:gt.blockmachines.basicmachine.distillery.tier.04_true=true - B:gt.blockmachines.basicmachine.distillery.tier.05_true=true - B:gt.blockmachines.basicmachine.distillery.tier.06_true=true - B:gt.blockmachines.basicmachine.distillery.tier.07_true=true - B:gt.blockmachines.basicmachine.distillery.tier.08_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.01_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.02_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.03_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.04_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.05_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.06_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.07_true=true - B:gt.blockmachines.basicmachine.e_furnace.tier.08_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.01_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.02_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.03_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.04_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.05_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.06_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.07_true=true - B:gt.blockmachines.basicmachine.e_oven.tier.08_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.01_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.02_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.03_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.04_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.05_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.06_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.07_true=true - B:gt.blockmachines.basicmachine.electrolyzer.tier.08_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.01_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.02_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.03_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.04_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.05_true=true - B:gt.blockmachines.basicmachine.electromagneticseparator.tier.06_true=true - B:gt.blockmachines.basicmachine.extractor.tier.01_true=true - B:gt.blockmachines.basicmachine.extractor.tier.02_true=true - B:gt.blockmachines.basicmachine.extractor.tier.03_true=true - B:gt.blockmachines.basicmachine.extractor.tier.04_true=true - B:gt.blockmachines.basicmachine.extractor.tier.05_true=true - B:gt.blockmachines.basicmachine.extractor.tier.06_true=true - B:gt.blockmachines.basicmachine.extractor.tier.07_true=true - B:gt.blockmachines.basicmachine.extractor.tier.08_true=true - B:gt.blockmachines.basicmachine.extruder.tier.01_true=true - B:gt.blockmachines.basicmachine.extruder.tier.02_true=true - B:gt.blockmachines.basicmachine.extruder.tier.03_true=true - B:gt.blockmachines.basicmachine.extruder.tier.04_true=true - B:gt.blockmachines.basicmachine.extruder.tier.05_true=true - B:gt.blockmachines.basicmachine.extruder.tier.06_true=true - B:gt.blockmachines.basicmachine.extruder.tier.07_true=true - B:gt.blockmachines.basicmachine.extruder.tier.08_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.01_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.02_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.03_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.04_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.05_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.06_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.07_true=true - B:gt.blockmachines.basicmachine.fermenter.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidcanner.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidextractor.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidheater.tier.08_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.01_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.02_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.03_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.04_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.05_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.06_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.07_true=true - B:gt.blockmachines.basicmachine.fluidsolidifier.tier.08_true=true - B:gt.blockmachines.basicmachine.hammer.tier.01_true=true - B:gt.blockmachines.basicmachine.hammer.tier.02_true=true - B:gt.blockmachines.basicmachine.hammer.tier.03_true=true - B:gt.blockmachines.basicmachine.hammer.tier.04_true=true - B:gt.blockmachines.basicmachine.hammer.tier.05_true=true - B:gt.blockmachines.basicmachine.hammer.tier.06_true=true - B:gt.blockmachines.basicmachine.hammer.tier.07_true=true - B:gt.blockmachines.basicmachine.hammer.tier.08_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.01_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.02_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.03_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.04_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.05_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.06_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.07_true=true - B:gt.blockmachines.basicmachine.laserengraver.tier.08_true=true - B:gt.blockmachines.basicmachine.lathe.tier.01_true=true - B:gt.blockmachines.basicmachine.lathe.tier.02_true=true - B:gt.blockmachines.basicmachine.lathe.tier.03_true=true - B:gt.blockmachines.basicmachine.lathe.tier.04_true=true - B:gt.blockmachines.basicmachine.lathe.tier.05_true=true - B:gt.blockmachines.basicmachine.lathe.tier.06_true=true - B:gt.blockmachines.basicmachine.lathe.tier.07_true=true - B:gt.blockmachines.basicmachine.lathe.tier.08_true=true - B:gt.blockmachines.basicmachine.macerator.tier.01_true=true - B:gt.blockmachines.basicmachine.macerator.tier.02_true=true - B:gt.blockmachines.basicmachine.macerator.tier.03_true=true - B:gt.blockmachines.basicmachine.macerator.tier.04_true=true - B:gt.blockmachines.basicmachine.macerator.tier.05_true=true - B:gt.blockmachines.basicmachine.macerator.tier.06_true=true - B:gt.blockmachines.basicmachine.macerator.tier.07_true=true - B:gt.blockmachines.basicmachine.macerator.tier.08_true=true - B:gt.blockmachines.basicmachine.massfab.tier.01_true=true - B:gt.blockmachines.basicmachine.massfab.tier.02_true=true - B:gt.blockmachines.basicmachine.massfab.tier.03_true=true - B:gt.blockmachines.basicmachine.massfab.tier.04_true=true - B:gt.blockmachines.basicmachine.massfab.tier.05_true=true - B:gt.blockmachines.basicmachine.massfab.tier.06_true=true - B:gt.blockmachines.basicmachine.massfab.tier.07_true=true - B:gt.blockmachines.basicmachine.massfab.tier.08_true=true - B:gt.blockmachines.basicmachine.microtransmitter.03_true=true - B:gt.blockmachines.basicmachine.microtransmitter.04_true=true - B:gt.blockmachines.basicmachine.microtransmitter.05_true=true - B:gt.blockmachines.basicmachine.microtransmitter.06_true=true - B:gt.blockmachines.basicmachine.microtransmitter.07_true=true - B:gt.blockmachines.basicmachine.microwave.tier.01_true=true - B:gt.blockmachines.basicmachine.microwave.tier.02_true=true - B:gt.blockmachines.basicmachine.microwave.tier.03_true=true - B:gt.blockmachines.basicmachine.microwave.tier.04_true=true - B:gt.blockmachines.basicmachine.microwave.tier.05_true=true - B:gt.blockmachines.basicmachine.microwave.tier.06_true=true - B:gt.blockmachines.basicmachine.microwave.tier.07_true=true - B:gt.blockmachines.basicmachine.microwave.tier.08_true=true - B:gt.blockmachines.basicmachine.miner.tier.01_true=true - B:gt.blockmachines.basicmachine.miner.tier.02_true=true - B:gt.blockmachines.basicmachine.mixer.tier.01_true=true - B:gt.blockmachines.basicmachine.mixer.tier.02_true=true - B:gt.blockmachines.basicmachine.mixer.tier.03_true=true - B:gt.blockmachines.basicmachine.mixer.tier.04_true=true - B:gt.blockmachines.basicmachine.mixer.tier.05_true=true - B:gt.blockmachines.basicmachine.mixer.tier.06_true=true - B:gt.blockmachines.basicmachine.mixer.tier.07_true=true - B:gt.blockmachines.basicmachine.mixer.tier.08_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.01_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.02_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.03_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.04_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.05_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.06_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.07_true=true - B:gt.blockmachines.basicmachine.mobrep.tier.08_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.01_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.02_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.03_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.04_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.05_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.06_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.07_true=true - B:gt.blockmachines.basicmachine.orewasher.tier.08_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.01_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.02_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.03_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.04_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.05_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.06_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.07_true=true - B:gt.blockmachines.basicmachine.plasmaarcfurnace.tier.08_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.01_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.02_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.03_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.04_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.05_true=true - B:gt.blockmachines.basicmachine.polarizer.tier.06_true=true - B:gt.blockmachines.basicmachine.press.tier.01_true=true - B:gt.blockmachines.basicmachine.press.tier.02_true=true - B:gt.blockmachines.basicmachine.press.tier.03_true=true - B:gt.blockmachines.basicmachine.press.tier.04_true=true - B:gt.blockmachines.basicmachine.press.tier.05_true=true - B:gt.blockmachines.basicmachine.press.tier.06_true=true - B:gt.blockmachines.basicmachine.press.tier.07_true=true - B:gt.blockmachines.basicmachine.press.tier.08_true=true - B:gt.blockmachines.basicmachine.printer.tier.01_true=true - B:gt.blockmachines.basicmachine.printer.tier.02_true=true - B:gt.blockmachines.basicmachine.printer.tier.03_true=true - B:gt.blockmachines.basicmachine.printer.tier.04_true=true - B:gt.blockmachines.basicmachine.printer.tier.05_true=true - B:gt.blockmachines.basicmachine.printer.tier.06_true=true - B:gt.blockmachines.basicmachine.printer.tier.07_true=true - B:gt.blockmachines.basicmachine.printer.tier.08_true=true - B:gt.blockmachines.basicmachine.pump.tier.01_true=true - B:gt.blockmachines.basicmachine.pump.tier.02_true=true - B:gt.blockmachines.basicmachine.pump.tier.03_true=true - B:gt.blockmachines.basicmachine.pump.tier.04_true=true - B:gt.blockmachines.basicmachine.pump.tier.05_true=true - B:gt.blockmachines.basicmachine.recycler.tier.01_true=true - B:gt.blockmachines.basicmachine.recycler.tier.02_true=true - B:gt.blockmachines.basicmachine.recycler.tier.03_true=true - B:gt.blockmachines.basicmachine.recycler.tier.04_true=true - B:gt.blockmachines.basicmachine.recycler.tier.05_true=true - B:gt.blockmachines.basicmachine.recycler.tier.06_true=true - B:gt.blockmachines.basicmachine.recycler.tier.07_true=true - B:gt.blockmachines.basicmachine.recycler.tier.08_true=true - B:gt.blockmachines.basicmachine.replicator.tier.01_true=true - B:gt.blockmachines.basicmachine.replicator.tier.02_true=true - B:gt.blockmachines.basicmachine.replicator.tier.03_true=true - B:gt.blockmachines.basicmachine.replicator.tier.04_true=true - B:gt.blockmachines.basicmachine.replicator.tier.05_true=true - B:gt.blockmachines.basicmachine.replicator.tier.06_true=true - B:gt.blockmachines.basicmachine.replicator.tier.07_true=true - B:gt.blockmachines.basicmachine.replicator.tier.08_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.01_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.02_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.03_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.04_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.05_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.06_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.07_true=true - B:gt.blockmachines.basicmachine.rockbreaker.tier.08_true=true - B:gt.blockmachines.basicmachine.scanner.tier.01_true=true - B:gt.blockmachines.basicmachine.scanner.tier.02_true=true - B:gt.blockmachines.basicmachine.scanner.tier.03_true=true - B:gt.blockmachines.basicmachine.scanner.tier.04_true=true - B:gt.blockmachines.basicmachine.scanner.tier.05_true=true - B:gt.blockmachines.basicmachine.scanner.tier.06_true=true - B:gt.blockmachines.basicmachine.scanner.tier.07_true=true - B:gt.blockmachines.basicmachine.scanner.tier.08_true=true - B:gt.blockmachines.basicmachine.seismicprospector.3_true=true - B:gt.blockmachines.basicmachine.seismicprospector_true=true - B:gt.blockmachines.basicmachine.sifter.tier.01_true=true - B:gt.blockmachines.basicmachine.sifter.tier.02_true=true - B:gt.blockmachines.basicmachine.sifter.tier.03_true=true - B:gt.blockmachines.basicmachine.sifter.tier.04_true=true - B:gt.blockmachines.basicmachine.sifter.tier.05_true=true - B:gt.blockmachines.basicmachine.sifter.tier.06_true=true - B:gt.blockmachines.basicmachine.sifter.tier.07_true=true - B:gt.blockmachines.basicmachine.sifter.tier.08_true=true - B:gt.blockmachines.basicmachine.slicer.tier.01_true=true - B:gt.blockmachines.basicmachine.slicer.tier.02_true=true - B:gt.blockmachines.basicmachine.slicer.tier.03_true=true - B:gt.blockmachines.basicmachine.slicer.tier.04_true=true - B:gt.blockmachines.basicmachine.slicer.tier.05_true=true - B:gt.blockmachines.basicmachine.slicer.tier.06_true=true - B:gt.blockmachines.basicmachine.slicer.tier.07_true=true - B:gt.blockmachines.basicmachine.slicer.tier.08_true=true - B:gt.blockmachines.basicmachine.teleporter_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.01_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.02_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.03_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.04_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.05_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.06_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.07_true=true - B:gt.blockmachines.basicmachine.thermalcentrifuge.tier.08_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.02_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.03_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.04_true=true - B:gt.blockmachines.basicmachine.unboxinator.tier.05_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.01_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.02_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.03_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.04_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.05_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.06_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.07_true=true - B:gt.blockmachines.basicmachine.wiremill.tier.08_true=true - B:gt.blockmachines.batterybuffer.04.tier.00_true=true - B:gt.blockmachines.batterybuffer.04.tier.01_true=true - B:gt.blockmachines.batterybuffer.04.tier.02_true=true - B:gt.blockmachines.batterybuffer.04.tier.03_true=true - B:gt.blockmachines.batterybuffer.04.tier.04_true=true - B:gt.blockmachines.batterybuffer.04.tier.05_true=true - B:gt.blockmachines.batterybuffer.04.tier.06_true=true - B:gt.blockmachines.batterybuffer.04.tier.07_true=true - B:gt.blockmachines.batterybuffer.04.tier.08_true=true - B:gt.blockmachines.batterybuffer.09.tier.00_true=true - B:gt.blockmachines.batterybuffer.09.tier.01_true=true - B:gt.blockmachines.batterybuffer.09.tier.02_true=true - B:gt.blockmachines.batterybuffer.09.tier.03_true=true - B:gt.blockmachines.batterybuffer.09.tier.04_true=true - B:gt.blockmachines.batterybuffer.09.tier.05_true=true - B:gt.blockmachines.batterybuffer.09.tier.06_true=true - B:gt.blockmachines.batterybuffer.09.tier.07_true=true - B:gt.blockmachines.batterybuffer.09.tier.08_true=true - B:gt.blockmachines.batterybuffer.16.tier.00_true=true - B:gt.blockmachines.batterybuffer.16.tier.01_true=true - B:gt.blockmachines.batterybuffer.16.tier.02_true=true - B:gt.blockmachines.batterybuffer.16.tier.03_true=true - B:gt.blockmachines.batterybuffer.16.tier.04_true=true - B:gt.blockmachines.batterybuffer.16.tier.05_true=true - B:gt.blockmachines.batterybuffer.16.tier.06_true=true - B:gt.blockmachines.batterybuffer.16.tier.07_true=true - B:gt.blockmachines.batterybuffer.16.tier.08_true=true - B:gt.blockmachines.batterycharger.16.tier.00_true=true - B:gt.blockmachines.batterycharger.16.tier.01_true=true - B:gt.blockmachines.batterycharger.16.tier.02_true=true - B:gt.blockmachines.batterycharger.16.tier.03_true=true - B:gt.blockmachines.batterycharger.16.tier.04_true=true - B:gt.blockmachines.batterycharger.16.tier.05_true=true - B:gt.blockmachines.batterycharger.16.tier.06_true=true - B:gt.blockmachines.batterycharger.16.tier.07_true=true - B:gt.blockmachines.batterycharger.16.tier.08_true=true - B:gt.blockmachines.boiler.bronze_true=true - B:gt.blockmachines.boiler.lava_true=true - B:gt.blockmachines.boiler.solar_true=true - B:gt.blockmachines.boiler.steel_true=true - B:gt.blockmachines.bronzemachine.alloysmelter_true=true - B:gt.blockmachines.bronzemachine.blastfurnace_true=true - B:gt.blockmachines.bronzemachine.compressor_true=true - B:gt.blockmachines.bronzemachine.extractor_true=true - B:gt.blockmachines.bronzemachine.furnace_true=true - B:gt.blockmachines.bronzemachine.hammer_true=true - B:gt.blockmachines.bronzemachine.macerator_true=true - B:gt.blockmachines.gt_pipe_plasmacontain_true=true - B:gt.blockmachines.hatch.dataaccess.adv_true=true - B:gt.blockmachines.hatch.dataaccess_true=true - B:gt.blockmachines.hatch.dynamo.tier.00_true=true - B:gt.blockmachines.hatch.dynamo.tier.01_true=true - B:gt.blockmachines.hatch.dynamo.tier.02_true=true - B:gt.blockmachines.hatch.dynamo.tier.03_true=true - B:gt.blockmachines.hatch.dynamo.tier.04_true=true - B:gt.blockmachines.hatch.dynamo.tier.05_true=true - B:gt.blockmachines.hatch.dynamo.tier.06_true=true - B:gt.blockmachines.hatch.dynamo.tier.07_true=true - B:gt.blockmachines.hatch.dynamo.tier.08_true=true - B:gt.blockmachines.hatch.dynamo.tier.09_true=true - B:gt.blockmachines.hatch.energy.tier.00_true=true - B:gt.blockmachines.hatch.energy.tier.01_true=true - B:gt.blockmachines.hatch.energy.tier.02_true=true - B:gt.blockmachines.hatch.energy.tier.03_true=true - B:gt.blockmachines.hatch.energy.tier.04_true=true - B:gt.blockmachines.hatch.energy.tier.05_true=true - B:gt.blockmachines.hatch.energy.tier.06_true=true - B:gt.blockmachines.hatch.energy.tier.07_true=true - B:gt.blockmachines.hatch.energy.tier.08_true=true - B:gt.blockmachines.hatch.energy.tier.09_true=true - B:gt.blockmachines.hatch.input.tier.00_true=true - B:gt.blockmachines.hatch.input.tier.01_true=true - B:gt.blockmachines.hatch.input.tier.02_true=true - B:gt.blockmachines.hatch.input.tier.03_true=true - B:gt.blockmachines.hatch.input.tier.04_true=true - B:gt.blockmachines.hatch.input.tier.05_true=true - B:gt.blockmachines.hatch.input.tier.06_true=true - B:gt.blockmachines.hatch.input.tier.07_true=true - B:gt.blockmachines.hatch.input.tier.08_true=true - B:gt.blockmachines.hatch.input.tier.09_true=true - B:gt.blockmachines.hatch.maintenance.auto_true=true - B:gt.blockmachines.hatch.maintenance_true=true - B:gt.blockmachines.hatch.muffler.tier.01_true=true - B:gt.blockmachines.hatch.muffler.tier.02_true=true - B:gt.blockmachines.hatch.muffler.tier.03_true=true - B:gt.blockmachines.hatch.muffler.tier.04_true=true - B:gt.blockmachines.hatch.muffler.tier.05_true=true - B:gt.blockmachines.hatch.muffler.tier.06_true=true - B:gt.blockmachines.hatch.muffler.tier.07_true=true - B:gt.blockmachines.hatch.muffler.tier.08_true=true - B:gt.blockmachines.hatch.muffler.tier.09_true=true - B:gt.blockmachines.hatch.output.tier.00_true=true - B:gt.blockmachines.hatch.output.tier.01_true=true - B:gt.blockmachines.hatch.output.tier.02_true=true - B:gt.blockmachines.hatch.output.tier.03_true=true - B:gt.blockmachines.hatch.output.tier.04_true=true - B:gt.blockmachines.hatch.output.tier.05_true=true - B:gt.blockmachines.hatch.output.tier.06_true=true - B:gt.blockmachines.hatch.output.tier.07_true=true - B:gt.blockmachines.hatch.output.tier.08_true=true - B:gt.blockmachines.hatch.output.tier.09_true=true - B:gt.blockmachines.hatch.output_bus.tier.00_true=true - B:gt.blockmachines.hatch.output_bus.tier.01_true=true - B:gt.blockmachines.hatch.output_bus.tier.02_true=true - B:gt.blockmachines.hatch.output_bus.tier.03_true=true - B:gt.blockmachines.hatch.output_bus.tier.04_true=true - B:gt.blockmachines.hatch.output_bus.tier.05_true=true - B:gt.blockmachines.hatch.output_bus.tier.06_true=true - B:gt.blockmachines.hatch.output_bus.tier.07_true=true - B:gt.blockmachines.hatch.output_bus.tier.08_true=true - B:gt.blockmachines.hatch.output_bus.tier.09_true=true - B:gt.blockmachines.hull.bronze_bricked_true=true - B:gt.blockmachines.hull.bronze_true=true - B:gt.blockmachines.hull.steel_bricked_true=true - B:gt.blockmachines.hull.steel_true=true - B:gt.blockmachines.hull.tier.00_true=true - B:gt.blockmachines.hull.tier.01_true=true - B:gt.blockmachines.hull.tier.02_true=true - B:gt.blockmachines.hull.tier.03_true=true - B:gt.blockmachines.hull.tier.04_true=true - B:gt.blockmachines.hull.tier.05_true=true - B:gt.blockmachines.hull.tier.06_true=true - B:gt.blockmachines.hull.tier.07_true=true - B:gt.blockmachines.hull.tier.08_true=true - B:gt.blockmachines.hull.tier.09_true=true - B:gt.blockmachines.multimachine.assemblyline_true=true - B:gt.blockmachines.multimachine.blastfurnace_true=true - B:gt.blockmachines.multimachine.boiler.bronze_true=true - B:gt.blockmachines.multimachine.boiler.steel_true=true - B:gt.blockmachines.multimachine.boiler.titanium_true=true - B:gt.blockmachines.multimachine.boiler.tungstensteel_true=true - B:gt.blockmachines.multimachine.brickedblastfurnace_true=true - B:gt.blockmachines.multimachine.charcoalpile_true=true - B:gt.blockmachines.multimachine.chemicalreactor_true=true - B:gt.blockmachines.multimachine.cleanroom_true=true - B:gt.blockmachines.multimachine.concretebackfiller1_true=true - B:gt.blockmachines.multimachine.concretebackfiller3_true=true - B:gt.blockmachines.multimachine.cracker_true=true - B:gt.blockmachines.multimachine.dieselengine_true=true - B:gt.blockmachines.multimachine.distillationtower_true=true - B:gt.blockmachines.multimachine.heatexchanger_true=true - B:gt.blockmachines.multimachine.implosioncompressor_true=true - B:gt.blockmachines.multimachine.largegasturbine_true=true - B:gt.blockmachines.multimachine.largehpturbine_true=true - B:gt.blockmachines.multimachine.largeplasmaturbine_true=true - B:gt.blockmachines.multimachine.largeturbine_true=true - B:gt.blockmachines.multimachine.multifurnace_true=true - B:gt.blockmachines.multimachine.oildrill1_true=true - B:gt.blockmachines.multimachine.oildrill2_true=true - B:gt.blockmachines.multimachine.oildrill3_true=true - B:gt.blockmachines.multimachine.oredrill1_true=true - B:gt.blockmachines.multimachine.oredrill2_true=true - B:gt.blockmachines.multimachine.oredrill3_true=true - B:gt.blockmachines.multimachine.oredrill4_true=true - B:gt.blockmachines.multimachine.processingarray_true=true - B:gt.blockmachines.multimachine.pyro_true=true - B:gt.blockmachines.multimachine.vacuumfreezer_true=true - B:gt.blockmachines.quantum.chest.tier.01_true=true - B:gt.blockmachines.quantum.chest.tier.02_true=true - B:gt.blockmachines.quantum.chest.tier.03_true=true - B:gt.blockmachines.quantum.chest.tier.04_true=true - B:gt.blockmachines.quantum.chest.tier.05_true=true - B:gt.blockmachines.quantum.tank.tier.01_true=true - B:gt.blockmachines.quantum.tank.tier.02_true=true - B:gt.blockmachines.quantum.tank.tier.03_true=true - B:gt.blockmachines.quantum.tank.tier.04_true=true - B:gt.blockmachines.quantum.tank.tier.05_true=true - B:gt.blockmachines.steelmachine.alloysmelter_true=true - B:gt.blockmachines.steelmachine.compressor_true=true - B:gt.blockmachines.steelmachine.extractor_true=true - B:gt.blockmachines.steelmachine.furnace_true=true - B:gt.blockmachines.steelmachine.hammer_true=true - B:gt.blockmachines.steelmachine.macerator_true=true - B:gt.blockmachines.transformer.tier.00_true=true - B:gt.blockmachines.transformer.tier.01_true=true - B:gt.blockmachines.transformer.tier.02_true=true - B:gt.blockmachines.transformer.tier.03_true=true - B:gt.blockmachines.transformer.tier.04_true=true - B:gt.blockmachines.transformer.tier.05_true=true - B:gt.blockmachines.transformer.tier.06_true=true - B:gt.blockmachines.transformer.tier.07_true=true - B:gt.blockmachines.transformer.tier.08_true=true - B:gt.blockreinforced.0_true=true - B:gt.blockreinforced.1_true=true - B:gt.blockstones.0_true=true - B:gt.blockstones.1_true=true - B:gt.blockstones.2_true=true - B:gt.blockstones.3_true=true - B:gt.blockstones.4_true=true - B:gt.blockstones.5_true=true - B:gt.blockstones.6_true=true - B:gt.blockstones.7_true=true - B:gt.metaitem.01.32001_true=true - B:gt.metaitem.01.32008_true=true - B:gt.metaitem.01.32009_true=true - B:gt.metaitem.01.32010_true=true - B:gt.metaitem.01.32100_true=true - B:gt.metaitem.01.32101_true=true - B:gt.metaitem.01.32110_true=true - B:gt.metaitem.01.32111_true=true - B:gt.metaitem.01.32250_true=true - B:gt.metaitem.01.32300_true=true - B:gt.metaitem.01.32301_true=true - B:gt.metaitem.01.32302_true=true - B:gt.metaitem.01.32303_true=true - B:gt.metaitem.01.32304_true=true - B:gt.metaitem.01.32305_true=true - B:gt.metaitem.01.32306_true=true - B:gt.metaitem.01.32307_true=true - B:gt.metaitem.01.32308_true=true - B:gt.metaitem.01.32309_true=true - B:gt.metaitem.01.32310_true=true - B:gt.metaitem.01.32311_true=true - B:gt.metaitem.01.32312_true=true - B:gt.metaitem.01.32313_true=true - B:gt.metaitem.01.32314_true=true - B:gt.metaitem.01.32315_true=true - B:gt.metaitem.01.32316_true=true - B:gt.metaitem.01.32317_true=true - B:gt.metaitem.01.32350_true=true - B:gt.metaitem.01.32351_true=true - B:gt.metaitem.01.32352_true=true - B:gt.metaitem.01.32353_true=true - B:gt.metaitem.01.32354_true=true - B:gt.metaitem.01.32355_true=true - B:gt.metaitem.01.32356_true=true - B:gt.metaitem.01.32357_true=true - B:gt.metaitem.01.32358_true=true - B:gt.metaitem.01.32359_true=true - B:gt.metaitem.01.32360_true=true - B:gt.metaitem.01.32361_true=true - B:gt.metaitem.01.32362_true=true - B:gt.metaitem.01.32363_true=true - B:gt.metaitem.01.32364_true=true - B:gt.metaitem.01.32365_true=true - B:gt.metaitem.01.32366_true=true - B:gt.metaitem.01.32367_true=true - B:gt.metaitem.01.32368_true=true - B:gt.metaitem.01.32369_true=true - B:gt.metaitem.01.32370_true=true - B:gt.metaitem.01.32371_true=true - B:gt.metaitem.01.32372_true=true - B:gt.metaitem.01.32373_true=true - B:gt.metaitem.01.32398_true=true - B:gt.metaitem.01.32399_true=true - B:gt.metaitem.01.32400_true=true - B:gt.metaitem.01.32402_true=true - B:gt.metaitem.01.32404_true=true - B:gt.metaitem.01.32405_true=true - B:gt.metaitem.01.32406_true=true - B:gt.metaitem.01.32474_true=true - B:gt.metaitem.01.32475_true=true - B:gt.metaitem.01.32477_true=true - B:gt.metaitem.01.32478_true=true - B:gt.metaitem.01.32481_true=true - B:gt.metaitem.01.32482_true=true - B:gt.metaitem.01.32483_true=true - B:gt.metaitem.01.32484_true=true - B:gt.metaitem.01.32485_true=true - B:gt.metaitem.01.32486_true=true - B:gt.metaitem.01.32487_true=true - B:gt.metaitem.01.32488_true=true - B:gt.metaitem.01.32489_true=true - B:gt.metaitem.01.32490_true=true - B:gt.metaitem.01.32491_true=true - B:gt.metaitem.01.32495_true=true - B:gt.metaitem.01.32496_true=true - B:gt.metaitem.01.32497_true=true - B:gt.metaitem.01.32498_true=true - B:gt.metaitem.01.32500_true=true - B:gt.metaitem.01.32501_true=true - B:gt.metaitem.01.32502_true=true - B:gt.metaitem.01.32600_true=true - B:gt.metaitem.01.32601_true=true - B:gt.metaitem.01.32602_true=true - B:gt.metaitem.01.32603_true=true - B:gt.metaitem.01.32604_true=true - B:gt.metaitem.01.32610_true=true - B:gt.metaitem.01.32611_true=true - B:gt.metaitem.01.32612_true=true - B:gt.metaitem.01.32613_true=true - B:gt.metaitem.01.32614_true=true - B:gt.metaitem.01.32630_true=true - B:gt.metaitem.01.32631_true=true - B:gt.metaitem.01.32632_true=true - B:gt.metaitem.01.32633_true=true - B:gt.metaitem.01.32634_true=true - B:gt.metaitem.01.32640_true=true - B:gt.metaitem.01.32641_true=true - B:gt.metaitem.01.32642_true=true - B:gt.metaitem.01.32643_true=true - B:gt.metaitem.01.32644_true=true - B:gt.metaitem.01.32650_true=true - B:gt.metaitem.01.32651_true=true - B:gt.metaitem.01.32652_true=true - B:gt.metaitem.01.32653_true=true - B:gt.metaitem.01.32654_true=true - B:gt.metaitem.01.32670_true=true - B:gt.metaitem.01.32671_true=true - B:gt.metaitem.01.32672_true=true - B:gt.metaitem.01.32673_true=true - B:gt.metaitem.01.32674_true=true - B:gt.metaitem.01.32680_true=true - B:gt.metaitem.01.32681_true=true - B:gt.metaitem.01.32682_true=true - B:gt.metaitem.01.32683_true=true - B:gt.metaitem.01.32684_true=true - B:gt.metaitem.01.32690_true=true - B:gt.metaitem.01.32691_true=true - B:gt.metaitem.01.32692_true=true - B:gt.metaitem.01.32693_true=true - B:gt.metaitem.01.32694_true=true - B:gt.metaitem.01.32721_true=true - B:gt.metaitem.01.32722_true=true - B:gt.metaitem.01.32723_true=true - B:gt.metaitem.01.32729_true=true - B:gt.metaitem.01.32740_true=true - B:gt.metaitem.01.32750_true=true - B:gt.metaitem.01.32751_true=true - B:gt.metaitem.01.32752_true=true - B:gt.metaitem.01.32762_true=true - B:gt.metaitem.02.32222_true=true - B:gt.metaitem.02.32550_true=true - B:gt.metaitem.02.32558_true=true - B:gt.metaitem.02.32576_true=true - B:ic2.blockFenceIron_true=true - B:ic2.blockIronFurnace_true=true - B:ic2.blockMachine_true=true - B:ic2.itemArmorBronzeBoots_true=true - B:ic2.itemArmorBronzeChestplate_true=true - B:ic2.itemArmorBronzeHelmet_true=true - B:ic2.itemArmorBronzeLegs_true=true - B:ic2.itemCasingAdvIron_true=true - B:ic2.itemCasingBronze_true=true - B:ic2.itemCasingCopper_true=true - B:ic2.itemCasingGold_true=true - B:ic2.itemCasingIron_true=true - B:ic2.itemCasingLead_true=true - B:ic2.itemCasingTin_true=true - B:ic2.itemCofeeBeans_true=true - B:ic2.itemFluidCell_true=true - B:ic2.itemFuelRod_true=true - B:ic2.itemPlutoniumSmall_true=true - B:ic2.itemPlutonium_true=true - B:ic2.itemTinCan_true=true - B:ic2.itemToolBronzeAxe_true=true - B:ic2.itemToolBronzeHoe_true=true - B:ic2.itemToolBronzePickaxe_true=true - B:ic2.itemToolBronzeSpade_true=true - B:ic2.itemToolBronzeSword_true=true - B:ic2.itemToolWrench_true=true - B:ic2.itemUran235_true=true - B:ic2.itemUran235small_true=true - B:ic2.itemUran238_true=true - B:ingotAluminium_true=true - B:ingotAmericium_true=true - B:ingotAnnealedCopper_true=true - B:ingotAntimony_true=true - B:ingotArsenic_true=true - B:ingotBatteryAlloy_true=true - B:ingotBeryllium_true=true - B:ingotBismuthBronze_true=true - B:ingotBismuth_true=true - B:ingotBlackBronze_true=true - B:ingotBlackSteel_true=true - B:ingotBlueSteel_true=true - B:ingotBorosilicateGlass_true=true - B:ingotBrass_true=true - B:ingotBrick_true=true - B:ingotBronze_true=true - B:ingotCaesium_true=true - B:ingotCarbon_true=true - B:ingotCerium_true=true - B:ingotChrome_true=true - B:ingotCobaltBrass_true=true - B:ingotCobalt_true=true - B:ingotCopper_true=true - B:ingotCupronickel_true=true - B:ingotDamascusSteel_true=true - B:ingotDarkSteel_true=true - B:ingotDuranium_true=true - B:ingotElectrum_true=true - B:ingotEpoxidFiberReinforced_true=true - B:ingotEpoxid_true=true - B:ingotEuropium_true=true - B:ingotGalliumArsenide_true=true - B:ingotGallium_true=true - B:ingotGold_true=true - B:ingotHSSE_true=true - B:ingotHSSG_true=true - B:ingotHSSS_true=true - B:ingotIndiumGalliumPhosphide_true=true - B:ingotIndium_true=true - B:ingotInvar_true=true - B:ingotIridium_true=true - B:ingotIronMagnetic_true=true - B:ingotIron_true=true - B:ingotKanthal_true=true - B:ingotLead_true=true - B:ingotLithium_true=true - B:ingotLutetium_true=true - B:ingotMagnalium_true=true - B:ingotMagnesium_true=true - B:ingotManganese_true=true - B:ingotMithril_true=true - B:ingotMolybdenum_true=true - B:ingotNaquadahAlloy_true=true - B:ingotNaquadahEnriched_true=true - B:ingotNaquadah_true=true - B:ingotNaquadria_true=true - B:ingotNeodymiumMagnetic_true=true - B:ingotNeodymium_true=true - B:ingotNeutronium_true=true - B:ingotNichrome_true=true - B:ingotNickelZincFerrite_true=true - B:ingotNickel_true=true - B:ingotNiobiumNitride_true=true - B:ingotNiobiumTitanium_true=true - B:ingotNiobium_true=true - B:ingotOsmiridium_true=true - B:ingotOsmium_true=true - B:ingotPalladium_true=true - B:ingotPigIron_true=true - B:ingotPlastic_true=true - B:ingotPlatinum_true=true - B:ingotPlutonium241_true=true - B:ingotPlutonium_true=true - B:ingotPolycaprolactam_true=true - B:ingotPolyphenyleneSulfide_true=true - B:ingotPolystyrene_true=true - B:ingotPolytetrafluoroethylene_true=true - B:ingotPolyvinylChloride_true=true - B:ingotPotassium_true=true - B:ingotRedAlloy_true=true - B:ingotRedSteel_true=true - B:ingotRoseGold_true=true - B:ingotRubber_true=true - B:ingotSilicon_true=true - B:ingotSilicone_true=true - B:ingotSilver_true=true - B:ingotSolderingAlloy_true=true - B:ingotStainlessSteel_true=true - B:ingotSteelMagnetic_true=true - B:ingotSteel_true=true - B:ingotSterlingSilver_true=true - B:ingotStyreneButadieneRubber_true=true - B:ingotTantalum_true=true - B:ingotThorium_true=true - B:ingotTinAlloy_true=true - B:ingotTin_true=true - B:ingotTitanium_true=true - B:ingotTritanium_true=true - B:ingotTungstenCarbide_true=true - B:ingotTungstenSteel_true=true - B:ingotTungsten_true=true - B:ingotUltimet_true=true - B:ingotUranium235_true=true - B:ingotUranium_true=true - B:ingotVanadiumGallium_true=true - B:ingotVanadiumSteel_true=true - B:ingotVanadium_true=true - B:ingotWroughtIron_true=true - B:ingotYttriumBariumCuprate_true=true - B:ingotYttrium_true=true - B:ingotZinc_true=true - B:item.appleGold_true=true - B:item.beefCooked_true=true - B:item.beefRaw_true=true - B:item.book_true=true - B:item.bootsChain_true=true - B:item.bootsDiamond_true=true - B:item.bootsGold_true=true - B:item.bootsIron_true=true - B:item.bow_true=true - B:item.carrotGolden_true=true - B:item.cauldron_true=true - B:item.chestplateChain_true=true - B:item.chestplateDiamond_true=true - B:item.chestplateGold_true=true - B:item.chestplateIron_true=true - B:item.chickenCooked_true=true - B:item.chickenRaw_true=true - B:item.clay_true=true - B:item.clock_true=true - B:item.compass_true=true - B:item.darkSteel_axe_true=true - B:item.darkSteel_boots_true=true - B:item.darkSteel_chestplate_true=true - B:item.darkSteel_helmet_true=true - B:item.darkSteel_leggings_true=true - B:item.darkSteel_pickaxe_true=true - B:item.darkSteel_shears_true=true - B:item.darkSteel_sword_true=true - B:item.doorIron_true=true - B:item.dyePowder.brown_true=true - B:item.enchantedBook_true=true - B:item.fish.cod.cooked_true=true - B:item.fish.cod.raw_true=true - B:item.flint_true=true - B:item.frame_true=true - B:item.hatchetDiamond_true=true - B:item.hatchetGold_true=true - B:item.hatchetIron_true=true - B:item.helmetChain_true=true - B:item.helmetDiamond_true=true - B:item.helmetGold_true=true - B:item.helmetIron_true=true - B:item.hoeDiamond_true=true - B:item.hoeGold_true=true - B:item.hoeIron_true=true - B:item.horsearmordiamond_true=true - B:item.horsearmorgold_true=true - B:item.horsearmormetal_true=true - B:item.leggingsChain_true=true - B:item.leggingsDiamond_true=true - B:item.leggingsGold_true=true - B:item.leggingsIron_true=true - B:item.melon_true=true - B:item.minecartFurnace_true=true - B:item.minecartHopper_true=true - B:item.minecartTnt_true=true - B:item.minecart_true=true - B:item.pickaxeDiamond_true=true - B:item.pickaxeGold_true=true - B:item.pickaxeIron_true=true - B:item.porkchopCooked_true=true - B:item.porkchopRaw_true=true - B:item.reeds_true=true - B:item.shears_true=true - B:item.shovelDiamond_true=true - B:item.shovelGold_true=true - B:item.shovelIron_true=true - B:item.snowball_true=true - B:item.speckledMelon_true=true - B:item.swordDiamond_true=true - B:item.swordGold_true=true - B:item.swordIron_true=true - B:item.wheat_true=true - B:item.writingBook_true=true - B:item.writtenBook_true=true - B:lensAmethyst_true=true - B:lensBlueTopaz_true=true - B:lensDiamond_true=true - B:lensDilithium_true=true - B:lensEmerald_true=true - B:lensEnderEye_true=true - B:lensEnderPearl_true=true - B:lensFoolsRuby_true=true - B:lensForcicium_true=true - B:lensForcillium_true=true - B:lensGarnetRed_true=true - B:lensGarnetYellow_true=true - B:lensGlass_true=true - B:lensGreenSapphire_true=true - B:lensJasper_true=true - B:lensNetherStar_true=true - B:lensOlivine_true=true - B:lensOpal_true=true - B:lensRuby_true=true - B:lensSapphire_true=true - B:lensTanzanite_true=true - B:lensTopaz_true=true - B:nuggetAluminium_true=true - B:nuggetAmericium_true=true - B:nuggetAnnealedCopper_true=true - B:nuggetAntimony_true=true - B:nuggetArsenic_true=true - B:nuggetBatteryAlloy_true=true - B:nuggetBeryllium_true=true - B:nuggetBismuthBronze_true=true - B:nuggetBismuth_true=true - B:nuggetBlackBronze_true=true - B:nuggetBlackSteel_true=true - B:nuggetBlueSteel_true=true - B:nuggetBorosilicateGlass_true=true - B:nuggetBrass_true=true - B:nuggetBronze_true=true - B:nuggetCaesium_true=true - B:nuggetCarbon_true=true - B:nuggetCerium_true=true - B:nuggetChrome_true=true - B:nuggetCobaltBrass_true=true - B:nuggetCobalt_true=true - B:nuggetCopper_true=true - B:nuggetCupronickel_true=true - B:nuggetDamascusSteel_true=true - B:nuggetDarkSteel_true=true - B:nuggetDuranium_true=true - B:nuggetElectrum_true=true - B:nuggetEpoxidFiberReinforced_true=true - B:nuggetEpoxid_true=true - B:nuggetEuropium_true=true - B:nuggetGalliumArsenide_true=true - B:nuggetGallium_true=true - B:nuggetGold_true=true - B:nuggetHSSE_true=true - B:nuggetHSSG_true=true - B:nuggetHSSS_true=true - B:nuggetIndiumGalliumPhosphide_true=true - B:nuggetIndium_true=true - B:nuggetInvar_true=true - B:nuggetIridium_true=true - B:nuggetIronMagnetic_true=true - B:nuggetIron_true=true - B:nuggetKanthal_true=true - B:nuggetLead_true=true - B:nuggetLithium_true=true - B:nuggetLutetium_true=true - B:nuggetMagnalium_true=true - B:nuggetMagnesium_true=true - B:nuggetManganese_true=true - B:nuggetMithril_true=true - B:nuggetMolybdenum_true=true - B:nuggetNaquadahAlloy_true=true - B:nuggetNaquadahEnriched_true=true - B:nuggetNaquadah_true=true - B:nuggetNaquadria_true=true - B:nuggetNeodymiumMagnetic_true=true - B:nuggetNeodymium_true=true - B:nuggetNeutronium_true=true - B:nuggetNichrome_true=true - B:nuggetNickelZincFerrite_true=true - B:nuggetNickel_true=true - B:nuggetNiobiumNitride_true=true - B:nuggetNiobiumTitanium_true=true - B:nuggetNiobium_true=true - B:nuggetOsmiridium_true=true - B:nuggetOsmium_true=true - B:nuggetPalladium_true=true - B:nuggetPigIron_true=true - B:nuggetPlastic_true=true - B:nuggetPlatinum_true=true - B:nuggetPlutonium241_true=true - B:nuggetPlutonium_true=true - B:nuggetPolycaprolactam_true=true - B:nuggetPolyphenyleneSulfide_true=true - B:nuggetPolystyrene_true=true - B:nuggetPolytetrafluoroethylene_true=true - B:nuggetPolyvinylChloride_true=true - B:nuggetPotassium_true=true - B:nuggetRedAlloy_true=true - B:nuggetRedSteel_true=true - B:nuggetRoseGold_true=true - B:nuggetRubber_true=true - B:nuggetSilicon_true=true - B:nuggetSilicone_true=true - B:nuggetSilver_true=true - B:nuggetSolderingAlloy_true=true - B:nuggetStainlessSteel_true=true - B:nuggetSteelMagnetic_true=true - B:nuggetSteel_true=true - B:nuggetSterlingSilver_true=true - B:nuggetStyreneButadieneRubber_true=true - B:nuggetTantalum_true=true - B:nuggetThorium_true=true - B:nuggetTinAlloy_true=true - B:nuggetTin_true=true - B:nuggetTitanium_true=true - B:nuggetTritanium_true=true - B:nuggetTungstenCarbide_true=true - B:nuggetTungstenSteel_true=true - B:nuggetTungsten_true=true - B:nuggetUltimet_true=true - B:nuggetUranium235_true=true - B:nuggetUranium_true=true - B:nuggetVanadiumGallium_true=true - B:nuggetVanadiumSteel_true=true - B:nuggetVanadium_true=true - B:nuggetWroughtIron_true=true - B:nuggetYttriumBariumCuprate_true=true - B:nuggetYttrium_true=true - B:nuggetZinc_true=true - B:oreAlmandine_true=true - B:oreAluminium_true=true - B:oreAmethyst_true=true - B:oreApatite_true=true - B:oreBandedIron_true=true - B:oreBarite_true=true - B:oreBasaltAlmandine_true=true - B:oreBasaltAluminium_true=true - B:oreBasaltAmethyst_true=true - B:oreBasaltApatite_true=true - B:oreBasaltBandedIron_true=true - B:oreBasaltBarite_true=true - B:oreBasaltBastnasite_true=true - B:oreBasaltBauxite_true=true - B:oreBasaltBentonite_true=true - B:oreBasaltBeryllium_true=true - B:oreBasaltBismuth_true=true - B:oreBasaltBlueTopaz_true=true - B:oreBasaltBrownLimonite_true=true - B:oreBasaltCalcite_true=true - B:oreBasaltCassiteriteSand_true=true - B:oreBasaltCassiterite_true=true - B:oreBasaltCertusQuartz_true=true - B:oreBasaltChalcopyrite_true=true - B:oreBasaltChromite_true=true - B:oreBasaltCinnabar_true=true - B:oreBasaltCoal_true=true - B:oreBasaltCobaltite_true=true - B:oreBasaltCooperite_true=true - B:oreBasaltCopper_true=true - B:oreBasaltDarkSteel_true=true - B:oreBasaltDiamond_true=true - B:oreBasaltDiatomite_true=true - B:oreBasaltEmerald_true=true - B:oreBasaltFoolsRuby_true=true - B:oreBasaltGalena_true=true - B:oreBasaltGarnetRed_true=true - B:oreBasaltGarnetYellow_true=true - B:oreBasaltGarnierite_true=true - B:oreBasaltGlauconite_true=true - B:oreBasaltGold_true=true - B:oreBasaltGraphite_true=true - B:oreBasaltGreenSapphire_true=true - B:oreBasaltGrossular_true=true - B:oreBasaltIlmenite_true=true - B:oreBasaltIridium_true=true - B:oreBasaltIron_true=true - B:oreBasaltLapis_true=true - B:oreBasaltLazurite_true=true - B:oreBasaltLead_true=true - B:oreBasaltLepidolite_true=true - B:oreBasaltLignite_true=true - B:oreBasaltLithium_true=true - B:oreBasaltMagnesite_true=true - B:oreBasaltMagnetite_true=true - B:oreBasaltMalachite_true=true - B:oreBasaltManganese_true=true - B:oreBasaltMolybdenite_true=true - B:oreBasaltMolybdenum_true=true - B:oreBasaltMonazite_true=true - B:oreBasaltNaquadahEnriched_true=true - B:oreBasaltNaquadah_true=true - B:oreBasaltNeodymium_true=true - B:oreBasaltNetherQuartz_true=true - B:oreBasaltNickel_true=true - B:oreBasaltOlivine_true=true - B:oreBasaltOpal_true=true - B:oreBasaltOsmium_true=true - B:oreBasaltPalladium_true=true - B:oreBasaltPentlandite_true=true - B:oreBasaltPhosphate_true=true - B:oreBasaltPhosphorus_true=true - B:oreBasaltPitchblende_true=true - B:oreBasaltPlatinum_true=true - B:oreBasaltPlutonium_true=true - B:oreBasaltPowellite_true=true - B:oreBasaltPyrite_true=true - B:oreBasaltPyrochlore_true=true - B:oreBasaltPyrolusite_true=true - B:oreBasaltPyrope_true=true - B:oreBasaltQuartzite_true=true - B:oreBasaltRedstone_true=true - B:oreBasaltRockSalt_true=true - B:oreBasaltRuby_true=true - B:oreBasaltSalt_true=true - B:oreBasaltSaltpeter_true=true - B:oreBasaltSapphire_true=true - B:oreBasaltScheelite_true=true - B:oreBasaltSilver_true=true - B:oreBasaltSoapstone_true=true - B:oreBasaltSodalite_true=true - B:oreBasaltSpessartine_true=true - B:oreBasaltSphalerite_true=true - B:oreBasaltSpodumene_true=true - B:oreBasaltStibnite_true=true - B:oreBasaltSulfur_true=true - B:oreBasaltTalc_true=true - B:oreBasaltTantalite_true=true - B:oreBasaltTanzanite_true=true - B:oreBasaltTetrahedrite_true=true - B:oreBasaltThorium_true=true - B:oreBasaltTin_true=true - B:oreBasaltTitanium_true=true - B:oreBasaltTopaz_true=true - B:oreBasaltTungstate_true=true - B:oreBasaltUraninite_true=true - B:oreBasaltUranium235_true=true - B:oreBasaltUranium_true=true - B:oreBasaltVanadiumMagnetite_true=true - B:oreBasaltWulfenite_true=true - B:oreBasaltYellowLimonite_true=true - B:oreBasaltZinc_true=true - B:oreBastnasite_true=true - B:oreBauxite_true=true - B:oreBentonite_true=true - B:oreBeryllium_true=true - B:oreBismuth_true=true - B:oreBlackgraniteAlmandine_true=true - B:oreBlackgraniteAluminium_true=true - B:oreBlackgraniteAmethyst_true=true - B:oreBlackgraniteApatite_true=true - B:oreBlackgraniteBandedIron_true=true - B:oreBlackgraniteBarite_true=true - B:oreBlackgraniteBastnasite_true=true - B:oreBlackgraniteBauxite_true=true - B:oreBlackgraniteBentonite_true=true - B:oreBlackgraniteBeryllium_true=true - B:oreBlackgraniteBismuth_true=true - B:oreBlackgraniteBlueTopaz_true=true - B:oreBlackgraniteBrownLimonite_true=true - B:oreBlackgraniteCalcite_true=true - B:oreBlackgraniteCassiteriteSand_true=true - B:oreBlackgraniteCassiterite_true=true - B:oreBlackgraniteCertusQuartz_true=true - B:oreBlackgraniteChalcopyrite_true=true - B:oreBlackgraniteChromite_true=true - B:oreBlackgraniteCinnabar_true=true - B:oreBlackgraniteCoal_true=true - B:oreBlackgraniteCobaltite_true=true - B:oreBlackgraniteCooperite_true=true - B:oreBlackgraniteCopper_true=true - B:oreBlackgraniteDarkSteel_true=true - B:oreBlackgraniteDiamond_true=true - B:oreBlackgraniteDiatomite_true=true - B:oreBlackgraniteEmerald_true=true - B:oreBlackgraniteFoolsRuby_true=true - B:oreBlackgraniteGalena_true=true - B:oreBlackgraniteGarnetRed_true=true - B:oreBlackgraniteGarnetYellow_true=true - B:oreBlackgraniteGarnierite_true=true - B:oreBlackgraniteGlauconite_true=true - B:oreBlackgraniteGold_true=true - B:oreBlackgraniteGraphite_true=true - B:oreBlackgraniteGreenSapphire_true=true - B:oreBlackgraniteGrossular_true=true - B:oreBlackgraniteIlmenite_true=true - B:oreBlackgraniteIridium_true=true - B:oreBlackgraniteIron_true=true - B:oreBlackgraniteLapis_true=true - B:oreBlackgraniteLazurite_true=true - B:oreBlackgraniteLead_true=true - B:oreBlackgraniteLepidolite_true=true - B:oreBlackgraniteLignite_true=true - B:oreBlackgraniteLithium_true=true - B:oreBlackgraniteMagnesite_true=true - B:oreBlackgraniteMagnetite_true=true - B:oreBlackgraniteMalachite_true=true - B:oreBlackgraniteManganese_true=true - B:oreBlackgraniteMolybdenite_true=true - B:oreBlackgraniteMolybdenum_true=true - B:oreBlackgraniteMonazite_true=true - B:oreBlackgraniteNaquadahEnriched_true=true - B:oreBlackgraniteNaquadah_true=true - B:oreBlackgraniteNeodymium_true=true - B:oreBlackgraniteNetherQuartz_true=true - B:oreBlackgraniteNickel_true=true - B:oreBlackgraniteOlivine_true=true - B:oreBlackgraniteOpal_true=true - B:oreBlackgraniteOsmium_true=true - B:oreBlackgranitePalladium_true=true - B:oreBlackgranitePentlandite_true=true - B:oreBlackgranitePhosphate_true=true - B:oreBlackgranitePhosphorus_true=true - B:oreBlackgranitePitchblende_true=true - B:oreBlackgranitePlatinum_true=true - B:oreBlackgranitePlutonium_true=true - B:oreBlackgranitePowellite_true=true - B:oreBlackgranitePyrite_true=true - B:oreBlackgranitePyrochlore_true=true - B:oreBlackgranitePyrolusite_true=true - B:oreBlackgranitePyrope_true=true - B:oreBlackgraniteQuartzite_true=true - B:oreBlackgraniteRedstone_true=true - B:oreBlackgraniteRockSalt_true=true - B:oreBlackgraniteRuby_true=true - B:oreBlackgraniteSalt_true=true - B:oreBlackgraniteSaltpeter_true=true - B:oreBlackgraniteSapphire_true=true - B:oreBlackgraniteScheelite_true=true - B:oreBlackgraniteSilver_true=true - B:oreBlackgraniteSoapstone_true=true - B:oreBlackgraniteSodalite_true=true - B:oreBlackgraniteSpessartine_true=true - B:oreBlackgraniteSphalerite_true=true - B:oreBlackgraniteSpodumene_true=true - B:oreBlackgraniteStibnite_true=true - B:oreBlackgraniteSulfur_true=true - B:oreBlackgraniteTalc_true=true - B:oreBlackgraniteTantalite_true=true - B:oreBlackgraniteTanzanite_true=true - B:oreBlackgraniteTetrahedrite_true=true - B:oreBlackgraniteThorium_true=true - B:oreBlackgraniteTin_true=true - B:oreBlackgraniteTitanium_true=true - B:oreBlackgraniteTopaz_true=true - B:oreBlackgraniteTungstate_true=true - B:oreBlackgraniteUraninite_true=true - B:oreBlackgraniteUranium235_true=true - B:oreBlackgraniteUranium_true=true - B:oreBlackgraniteVanadiumMagnetite_true=true - B:oreBlackgraniteWulfenite_true=true - B:oreBlackgraniteYellowLimonite_true=true - B:oreBlackgraniteZinc_true=true - B:oreBlueTopaz_true=true - B:oreBrownLimonite_true=true - B:oreCalcite_true=true - B:oreCassiteriteSand_true=true - B:oreCassiterite_true=true - B:oreCertusQuartz_true=true - B:oreChalcopyrite_true=true - B:oreChromite_true=true - B:oreCinnabar_true=true - B:oreCoal_true=true - B:oreCobaltite_true=true - B:oreCooperite_true=true - B:oreCopper_true=true - B:oreDarkSteel_true=true - B:oreDiamond_true=true - B:oreDiatomite_true=true - B:oreEmerald_true=true - B:oreEndstoneAlmandine_true=true - B:oreEndstoneAluminium_true=true - B:oreEndstoneAmethyst_true=true - B:oreEndstoneApatite_true=true - B:oreEndstoneBandedIron_true=true - B:oreEndstoneBarite_true=true - B:oreEndstoneBastnasite_true=true - B:oreEndstoneBauxite_true=true - B:oreEndstoneBentonite_true=true - B:oreEndstoneBeryllium_true=true - B:oreEndstoneBismuth_true=true - B:oreEndstoneBlueTopaz_true=true - B:oreEndstoneBrownLimonite_true=true - B:oreEndstoneCalcite_true=true - B:oreEndstoneCassiteriteSand_true=true - B:oreEndstoneCassiterite_true=true - B:oreEndstoneCertusQuartz_true=true - B:oreEndstoneChalcopyrite_true=true - B:oreEndstoneChromite_true=true - B:oreEndstoneCinnabar_true=true - B:oreEndstoneCoal_true=true - B:oreEndstoneCobaltite_true=true - B:oreEndstoneCooperite_true=true - B:oreEndstoneCopper_true=true - B:oreEndstoneDarkSteel_true=true - B:oreEndstoneDiamond_true=true - B:oreEndstoneDiatomite_true=true - B:oreEndstoneEmerald_true=true - B:oreEndstoneFoolsRuby_true=true - B:oreEndstoneGalena_true=true - B:oreEndstoneGarnetRed_true=true - B:oreEndstoneGarnetYellow_true=true - B:oreEndstoneGarnierite_true=true - B:oreEndstoneGlauconite_true=true - B:oreEndstoneGold_true=true - B:oreEndstoneGraphite_true=true - B:oreEndstoneGreenSapphire_true=true - B:oreEndstoneGrossular_true=true - B:oreEndstoneIlmenite_true=true - B:oreEndstoneIridium_true=true - B:oreEndstoneIron_true=true - B:oreEndstoneLapis_true=true - B:oreEndstoneLazurite_true=true - B:oreEndstoneLead_true=true - B:oreEndstoneLepidolite_true=true - B:oreEndstoneLignite_true=true - B:oreEndstoneLithium_true=true - B:oreEndstoneMagnesite_true=true - B:oreEndstoneMagnetite_true=true - B:oreEndstoneMalachite_true=true - B:oreEndstoneManganese_true=true - B:oreEndstoneMolybdenite_true=true - B:oreEndstoneMolybdenum_true=true - B:oreEndstoneMonazite_true=true - B:oreEndstoneNaquadahEnriched_true=true - B:oreEndstoneNaquadah_true=true - B:oreEndstoneNeodymium_true=true - B:oreEndstoneNetherQuartz_true=true - B:oreEndstoneNickel_true=true - B:oreEndstoneOlivine_true=true - B:oreEndstoneOpal_true=true - B:oreEndstoneOsmium_true=true - B:oreEndstonePalladium_true=true - B:oreEndstonePentlandite_true=true - B:oreEndstonePhosphate_true=true - B:oreEndstonePhosphorus_true=true - B:oreEndstonePitchblende_true=true - B:oreEndstonePlatinum_true=true - B:oreEndstonePlutonium_true=true - B:oreEndstonePowellite_true=true - B:oreEndstonePyrite_true=true - B:oreEndstonePyrochlore_true=true - B:oreEndstonePyrolusite_true=true - B:oreEndstonePyrope_true=true - B:oreEndstoneQuartzite_true=true - B:oreEndstoneRedstone_true=true - B:oreEndstoneRockSalt_true=true - B:oreEndstoneRuby_true=true - B:oreEndstoneSalt_true=true - B:oreEndstoneSaltpeter_true=true - B:oreEndstoneSapphire_true=true - B:oreEndstoneScheelite_true=true - B:oreEndstoneSilver_true=true - B:oreEndstoneSoapstone_true=true - B:oreEndstoneSodalite_true=true - B:oreEndstoneSpessartine_true=true - B:oreEndstoneSphalerite_true=true - B:oreEndstoneSpodumene_true=true - B:oreEndstoneStibnite_true=true - B:oreEndstoneSulfur_true=true - B:oreEndstoneTalc_true=true - B:oreEndstoneTantalite_true=true - B:oreEndstoneTanzanite_true=true - B:oreEndstoneTetrahedrite_true=true - B:oreEndstoneThorium_true=true - B:oreEndstoneTin_true=true - B:oreEndstoneTitanium_true=true - B:oreEndstoneTopaz_true=true - B:oreEndstoneTungstate_true=true - B:oreEndstoneUraninite_true=true - B:oreEndstoneUranium235_true=true - B:oreEndstoneUranium_true=true - B:oreEndstoneVanadiumMagnetite_true=true - B:oreEndstoneWulfenite_true=true - B:oreEndstoneYellowLimonite_true=true - B:oreEndstoneZinc_true=true - B:oreFoolsRuby_true=true - B:oreGalena_true=true - B:oreGarnetRed_true=true - B:oreGarnetYellow_true=true - B:oreGarnierite_true=true - B:oreGlauconite_true=true - B:oreGold_true=true - B:oreGraphite_true=true - B:oreGreenSapphire_true=true - B:oreGrossular_true=true - B:oreIlmenite_true=true - B:oreIridium_true=true - B:oreIron_true=true - B:oreLapis_true=true - B:oreLazurite_true=true - B:oreLead_true=true - B:oreLepidolite_true=true - B:oreLignite_true=true - B:oreLithium_true=true - B:oreMagnesite_true=true - B:oreMagnetite_true=true - B:oreMalachite_true=true - B:oreManganese_true=true - B:oreMarbleAlmandine_true=true - B:oreMarbleAluminium_true=true - B:oreMarbleAmethyst_true=true - B:oreMarbleApatite_true=true - B:oreMarbleBandedIron_true=true - B:oreMarbleBarite_true=true - B:oreMarbleBastnasite_true=true - B:oreMarbleBauxite_true=true - B:oreMarbleBentonite_true=true - B:oreMarbleBeryllium_true=true - B:oreMarbleBismuth_true=true - B:oreMarbleBlueTopaz_true=true - B:oreMarbleBrownLimonite_true=true - B:oreMarbleCalcite_true=true - B:oreMarbleCassiteriteSand_true=true - B:oreMarbleCassiterite_true=true - B:oreMarbleCertusQuartz_true=true - B:oreMarbleChalcopyrite_true=true - B:oreMarbleChromite_true=true - B:oreMarbleCinnabar_true=true - B:oreMarbleCoal_true=true - B:oreMarbleCobaltite_true=true - B:oreMarbleCooperite_true=true - B:oreMarbleCopper_true=true - B:oreMarbleDarkSteel_true=true - B:oreMarbleDiamond_true=true - B:oreMarbleDiatomite_true=true - B:oreMarbleEmerald_true=true - B:oreMarbleFoolsRuby_true=true - B:oreMarbleGalena_true=true - B:oreMarbleGarnetRed_true=true - B:oreMarbleGarnetYellow_true=true - B:oreMarbleGarnierite_true=true - B:oreMarbleGlauconite_true=true - B:oreMarbleGold_true=true - B:oreMarbleGraphite_true=true - B:oreMarbleGreenSapphire_true=true - B:oreMarbleGrossular_true=true - B:oreMarbleIlmenite_true=true - B:oreMarbleIridium_true=true - B:oreMarbleIron_true=true - B:oreMarbleLapis_true=true - B:oreMarbleLazurite_true=true - B:oreMarbleLead_true=true - B:oreMarbleLepidolite_true=true - B:oreMarbleLignite_true=true - B:oreMarbleLithium_true=true - B:oreMarbleMagnesite_true=true - B:oreMarbleMagnetite_true=true - B:oreMarbleMalachite_true=true - B:oreMarbleManganese_true=true - B:oreMarbleMolybdenite_true=true - B:oreMarbleMolybdenum_true=true - B:oreMarbleMonazite_true=true - B:oreMarbleNaquadahEnriched_true=true - B:oreMarbleNaquadah_true=true - B:oreMarbleNeodymium_true=true - B:oreMarbleNetherQuartz_true=true - B:oreMarbleNickel_true=true - B:oreMarbleOlivine_true=true - B:oreMarbleOpal_true=true - B:oreMarbleOsmium_true=true - B:oreMarblePalladium_true=true - B:oreMarblePentlandite_true=true - B:oreMarblePhosphate_true=true - B:oreMarblePhosphorus_true=true - B:oreMarblePitchblende_true=true - B:oreMarblePlatinum_true=true - B:oreMarblePlutonium_true=true - B:oreMarblePowellite_true=true - B:oreMarblePyrite_true=true - B:oreMarblePyrochlore_true=true - B:oreMarblePyrolusite_true=true - B:oreMarblePyrope_true=true - B:oreMarbleQuartzite_true=true - B:oreMarbleRedstone_true=true - B:oreMarbleRockSalt_true=true - B:oreMarbleRuby_true=true - B:oreMarbleSalt_true=true - B:oreMarbleSaltpeter_true=true - B:oreMarbleSapphire_true=true - B:oreMarbleScheelite_true=true - B:oreMarbleSilver_true=true - B:oreMarbleSoapstone_true=true - B:oreMarbleSodalite_true=true - B:oreMarbleSpessartine_true=true - B:oreMarbleSphalerite_true=true - B:oreMarbleSpodumene_true=true - B:oreMarbleStibnite_true=true - B:oreMarbleSulfur_true=true - B:oreMarbleTalc_true=true - B:oreMarbleTantalite_true=true - B:oreMarbleTanzanite_true=true - B:oreMarbleTetrahedrite_true=true - B:oreMarbleThorium_true=true - B:oreMarbleTin_true=true - B:oreMarbleTitanium_true=true - B:oreMarbleTopaz_true=true - B:oreMarbleTungstate_true=true - B:oreMarbleUraninite_true=true - B:oreMarbleUranium235_true=true - B:oreMarbleUranium_true=true - B:oreMarbleVanadiumMagnetite_true=true - B:oreMarbleWulfenite_true=true - B:oreMarbleYellowLimonite_true=true - B:oreMarbleZinc_true=true - B:oreMolybdenite_true=true - B:oreMolybdenum_true=true - B:oreMonazite_true=true - B:oreNaquadahEnriched_true=true - B:oreNaquadah_true=true - B:oreNeodymium_true=true - B:oreNetherQuartz_true=true - B:oreNetherrackAlmandine_true=true - B:oreNetherrackAluminium_true=true - B:oreNetherrackAmethyst_true=true - B:oreNetherrackApatite_true=true - B:oreNetherrackBandedIron_true=true - B:oreNetherrackBarite_true=true - B:oreNetherrackBastnasite_true=true - B:oreNetherrackBauxite_true=true - B:oreNetherrackBentonite_true=true - B:oreNetherrackBeryllium_true=true - B:oreNetherrackBismuth_true=true - B:oreNetherrackBlueTopaz_true=true - B:oreNetherrackBrownLimonite_true=true - B:oreNetherrackCalcite_true=true - B:oreNetherrackCassiteriteSand_true=true - B:oreNetherrackCassiterite_true=true - B:oreNetherrackCertusQuartz_true=true - B:oreNetherrackChalcopyrite_true=true - B:oreNetherrackChromite_true=true - B:oreNetherrackCinnabar_true=true - B:oreNetherrackCoal_true=true - B:oreNetherrackCobaltite_true=true - B:oreNetherrackCooperite_true=true - B:oreNetherrackCopper_true=true - B:oreNetherrackDarkSteel_true=true - B:oreNetherrackDiamond_true=true - B:oreNetherrackDiatomite_true=true - B:oreNetherrackEmerald_true=true - B:oreNetherrackFoolsRuby_true=true - B:oreNetherrackGalena_true=true - B:oreNetherrackGarnetRed_true=true - B:oreNetherrackGarnetYellow_true=true - B:oreNetherrackGarnierite_true=true - B:oreNetherrackGlauconite_true=true - B:oreNetherrackGold_true=true - B:oreNetherrackGraphite_true=true - B:oreNetherrackGreenSapphire_true=true - B:oreNetherrackGrossular_true=true - B:oreNetherrackIlmenite_true=true - B:oreNetherrackIridium_true=true - B:oreNetherrackIron_true=true - B:oreNetherrackLapis_true=true - B:oreNetherrackLazurite_true=true - B:oreNetherrackLead_true=true - B:oreNetherrackLepidolite_true=true - B:oreNetherrackLignite_true=true - B:oreNetherrackLithium_true=true - B:oreNetherrackMagnesite_true=true - B:oreNetherrackMagnetite_true=true - B:oreNetherrackMalachite_true=true - B:oreNetherrackManganese_true=true - B:oreNetherrackMolybdenite_true=true - B:oreNetherrackMolybdenum_true=true - B:oreNetherrackMonazite_true=true - B:oreNetherrackNaquadahEnriched_true=true - B:oreNetherrackNaquadah_true=true - B:oreNetherrackNeodymium_true=true - B:oreNetherrackNetherQuartz_true=true - B:oreNetherrackNickel_true=true - B:oreNetherrackOlivine_true=true - B:oreNetherrackOpal_true=true - B:oreNetherrackOsmium_true=true - B:oreNetherrackPalladium_true=true - B:oreNetherrackPentlandite_true=true - B:oreNetherrackPhosphate_true=true - B:oreNetherrackPhosphorus_true=true - B:oreNetherrackPitchblende_true=true - B:oreNetherrackPlatinum_true=true - B:oreNetherrackPlutonium_true=true - B:oreNetherrackPowellite_true=true - B:oreNetherrackPyrite_true=true - B:oreNetherrackPyrochlore_true=true - B:oreNetherrackPyrolusite_true=true - B:oreNetherrackPyrope_true=true - B:oreNetherrackQuartzite_true=true - B:oreNetherrackRedstone_true=true - B:oreNetherrackRockSalt_true=true - B:oreNetherrackRuby_true=true - B:oreNetherrackSalt_true=true - B:oreNetherrackSaltpeter_true=true - B:oreNetherrackSapphire_true=true - B:oreNetherrackScheelite_true=true - B:oreNetherrackSilver_true=true - B:oreNetherrackSoapstone_true=true - B:oreNetherrackSodalite_true=true - B:oreNetherrackSpessartine_true=true - B:oreNetherrackSphalerite_true=true - B:oreNetherrackSpodumene_true=true - B:oreNetherrackStibnite_true=true - B:oreNetherrackSulfur_true=true - B:oreNetherrackTalc_true=true - B:oreNetherrackTantalite_true=true - B:oreNetherrackTanzanite_true=true - B:oreNetherrackTetrahedrite_true=true - B:oreNetherrackThorium_true=true - B:oreNetherrackTin_true=true - B:oreNetherrackTitanium_true=true - B:oreNetherrackTopaz_true=true - B:oreNetherrackTungstate_true=true - B:oreNetherrackUraninite_true=true - B:oreNetherrackUranium235_true=true - B:oreNetherrackUranium_true=true - B:oreNetherrackVanadiumMagnetite_true=true - B:oreNetherrackWulfenite_true=true - B:oreNetherrackYellowLimonite_true=true - B:oreNetherrackZinc_true=true - B:oreNickel_true=true - B:oreOlivine_true=true - B:oreOpal_true=true - B:oreOsmium_true=true - B:orePalladium_true=true - B:orePentlandite_true=true - B:orePhosphate_true=true - B:orePhosphorus_true=true - B:orePitchblende_true=true - B:orePlatinum_true=true - B:orePlutonium_true=true - B:orePowellite_true=true - B:orePyrite_true=true - B:orePyrochlore_true=true - B:orePyrolusite_true=true - B:orePyrope_true=true - B:oreQuartzite_true=true - B:oreRedgraniteAlmandine_true=true - B:oreRedgraniteAluminium_true=true - B:oreRedgraniteAmethyst_true=true - B:oreRedgraniteApatite_true=true - B:oreRedgraniteBandedIron_true=true - B:oreRedgraniteBarite_true=true - B:oreRedgraniteBastnasite_true=true - B:oreRedgraniteBauxite_true=true - B:oreRedgraniteBentonite_true=true - B:oreRedgraniteBeryllium_true=true - B:oreRedgraniteBismuth_true=true - B:oreRedgraniteBlueTopaz_true=true - B:oreRedgraniteBrownLimonite_true=true - B:oreRedgraniteCalcite_true=true - B:oreRedgraniteCassiteriteSand_true=true - B:oreRedgraniteCassiterite_true=true - B:oreRedgraniteCertusQuartz_true=true - B:oreRedgraniteChalcopyrite_true=true - B:oreRedgraniteChromite_true=true - B:oreRedgraniteCinnabar_true=true - B:oreRedgraniteCoal_true=true - B:oreRedgraniteCobaltite_true=true - B:oreRedgraniteCooperite_true=true - B:oreRedgraniteCopper_true=true - B:oreRedgraniteDarkSteel_true=true - B:oreRedgraniteDiamond_true=true - B:oreRedgraniteDiatomite_true=true - B:oreRedgraniteEmerald_true=true - B:oreRedgraniteFoolsRuby_true=true - B:oreRedgraniteGalena_true=true - B:oreRedgraniteGarnetRed_true=true - B:oreRedgraniteGarnetYellow_true=true - B:oreRedgraniteGarnierite_true=true - B:oreRedgraniteGlauconite_true=true - B:oreRedgraniteGold_true=true - B:oreRedgraniteGraphite_true=true - B:oreRedgraniteGreenSapphire_true=true - B:oreRedgraniteGrossular_true=true - B:oreRedgraniteIlmenite_true=true - B:oreRedgraniteIridium_true=true - B:oreRedgraniteIron_true=true - B:oreRedgraniteLapis_true=true - B:oreRedgraniteLazurite_true=true - B:oreRedgraniteLead_true=true - B:oreRedgraniteLepidolite_true=true - B:oreRedgraniteLignite_true=true - B:oreRedgraniteLithium_true=true - B:oreRedgraniteMagnesite_true=true - B:oreRedgraniteMagnetite_true=true - B:oreRedgraniteMalachite_true=true - B:oreRedgraniteManganese_true=true - B:oreRedgraniteMolybdenite_true=true - B:oreRedgraniteMolybdenum_true=true - B:oreRedgraniteMonazite_true=true - B:oreRedgraniteNaquadahEnriched_true=true - B:oreRedgraniteNaquadah_true=true - B:oreRedgraniteNeodymium_true=true - B:oreRedgraniteNetherQuartz_true=true - B:oreRedgraniteNickel_true=true - B:oreRedgraniteOlivine_true=true - B:oreRedgraniteOpal_true=true - B:oreRedgraniteOsmium_true=true - B:oreRedgranitePalladium_true=true - B:oreRedgranitePentlandite_true=true - B:oreRedgranitePhosphate_true=true - B:oreRedgranitePhosphorus_true=true - B:oreRedgranitePitchblende_true=true - B:oreRedgranitePlatinum_true=true - B:oreRedgranitePlutonium_true=true - B:oreRedgranitePowellite_true=true - B:oreRedgranitePyrite_true=true - B:oreRedgranitePyrochlore_true=true - B:oreRedgranitePyrolusite_true=true - B:oreRedgranitePyrope_true=true - B:oreRedgraniteQuartzite_true=true - B:oreRedgraniteRedstone_true=true - B:oreRedgraniteRockSalt_true=true - B:oreRedgraniteRuby_true=true - B:oreRedgraniteSalt_true=true - B:oreRedgraniteSaltpeter_true=true - B:oreRedgraniteSapphire_true=true - B:oreRedgraniteScheelite_true=true - B:oreRedgraniteSilver_true=true - B:oreRedgraniteSoapstone_true=true - B:oreRedgraniteSodalite_true=true - B:oreRedgraniteSpessartine_true=true - B:oreRedgraniteSphalerite_true=true - B:oreRedgraniteSpodumene_true=true - B:oreRedgraniteStibnite_true=true - B:oreRedgraniteSulfur_true=true - B:oreRedgraniteTalc_true=true - B:oreRedgraniteTantalite_true=true - B:oreRedgraniteTanzanite_true=true - B:oreRedgraniteTetrahedrite_true=true - B:oreRedgraniteThorium_true=true - B:oreRedgraniteTin_true=true - B:oreRedgraniteTitanium_true=true - B:oreRedgraniteTopaz_true=true - B:oreRedgraniteTungstate_true=true - B:oreRedgraniteUraninite_true=true - B:oreRedgraniteUranium235_true=true - B:oreRedgraniteUranium_true=true - B:oreRedgraniteVanadiumMagnetite_true=true - B:oreRedgraniteWulfenite_true=true - B:oreRedgraniteYellowLimonite_true=true - B:oreRedgraniteZinc_true=true - B:oreRedstone_true=true - B:oreRockSalt_true=true - B:oreRuby_true=true - B:oreSalt_true=true - B:oreSaltpeter_true=true - B:oreSapphire_true=true - B:oreScheelite_true=true - B:oreSilver_true=true - B:oreSoapstone_true=true - B:oreSodalite_true=true - B:oreSpessartine_true=true - B:oreSphalerite_true=true - B:oreSpodumene_true=true - B:oreStibnite_true=true - B:oreSulfur_true=true - B:oreTalc_true=true - B:oreTantalite_true=true - B:oreTanzanite_true=true - B:oreTetrahedrite_true=true - B:oreThorium_true=true - B:oreTin_true=true - B:oreTitanium_true=true - B:oreTopaz_true=true - B:oreTungstate_true=true - B:oreUraninite_true=true - B:oreUranium235_true=true - B:oreUranium_true=true - B:oreVanadiumMagnetite_true=true - B:oreWulfenite_true=true - B:oreYellowLimonite_true=true - B:oreZinc_true=true - B:pipeHugeAluminium_true=true - B:pipeHugeBrass_true=true - B:pipeHugeBronze_true=true - B:pipeHugeCobalt_true=true - B:pipeHugeCopper_true=true - B:pipeHugeElectrum_true=true - B:pipeHugeNickel_true=true - B:pipeHugeOsmium_true=true - B:pipeHugePlastic_true=true - B:pipeHugePlatinum_true=true - B:pipeHugePolytetrafluoroethylene_true=true - B:pipeHugePolyvinylChloride_true=true - B:pipeHugeStainlessSteel_true=true - B:pipeHugeSteel_true=true - B:pipeHugeTitanium_true=true - B:pipeHugeTungstenSteel_true=true - B:pipeHugeWroughtIron_true=true - B:pipeLargeAluminium_true=true - B:pipeLargeBrass_true=true - B:pipeLargeBronze_true=true - B:pipeLargeCobalt_true=true - B:pipeLargeCopper_true=true - B:pipeLargeElectrum_true=true - B:pipeLargeNickel_true=true - B:pipeLargeOsmium_true=true - B:pipeLargePlastic_true=true - B:pipeLargePlatinum_true=true - B:pipeLargePolytetrafluoroethylene_true=true - B:pipeLargePolyvinylChloride_true=true - B:pipeLargeStainlessSteel_true=true - B:pipeLargeSteel_true=true - B:pipeLargeTitanium_true=true - B:pipeLargeTungstenSteel_true=true - B:pipeLargeWroughtIron_true=true - B:pipeMediumAluminium_true=true - B:pipeMediumBrass_true=true - B:pipeMediumBronze_true=true - B:pipeMediumCobalt_true=true - B:pipeMediumCopper_true=true - B:pipeMediumElectrum_true=true - B:pipeMediumNickel_true=true - B:pipeMediumOsmium_true=true - B:pipeMediumPlastic_true=true - B:pipeMediumPlatinum_true=true - B:pipeMediumPolytetrafluoroethylene_true=true - B:pipeMediumPolyvinylChloride_true=true - B:pipeMediumStainlessSteel_true=true - B:pipeMediumSteel_true=true - B:pipeMediumTitanium_true=true - B:pipeMediumTungstenSteel_true=true - B:pipeMediumWroughtIron_true=true - B:pipeRestrictiveHugeAluminium_true=true - B:pipeRestrictiveHugeBrass_true=true - B:pipeRestrictiveHugeCobalt_true=true - B:pipeRestrictiveHugeElectrum_true=true - B:pipeRestrictiveHugeNickel_true=true - B:pipeRestrictiveHugeOsmium_true=true - B:pipeRestrictiveHugePlatinum_true=true - B:pipeRestrictiveHugePolyvinylChloride_true=true - B:pipeRestrictiveHugeWroughtIron_true=true - B:pipeRestrictiveLargeAluminium_true=true - B:pipeRestrictiveLargeBrass_true=true - B:pipeRestrictiveLargeCobalt_true=true - B:pipeRestrictiveLargeElectrum_true=true - B:pipeRestrictiveLargeNickel_true=true - B:pipeRestrictiveLargeOsmium_true=true - B:pipeRestrictiveLargePlatinum_true=true - B:pipeRestrictiveLargePolyvinylChloride_true=true - B:pipeRestrictiveLargeWroughtIron_true=true - B:pipeRestrictiveMediumAluminium_true=true - B:pipeRestrictiveMediumBrass_true=true - B:pipeRestrictiveMediumCobalt_true=true - B:pipeRestrictiveMediumElectrum_true=true - B:pipeRestrictiveMediumNickel_true=true - B:pipeRestrictiveMediumOsmium_true=true - B:pipeRestrictiveMediumPlatinum_true=true - B:pipeRestrictiveMediumPolyvinylChloride_true=true - B:pipeRestrictiveMediumWroughtIron_true=true - B:pipeSmallBronze_true=true - B:pipeSmallCopper_true=true - B:pipeSmallPlastic_true=true - B:pipeSmallPolytetrafluoroethylene_true=true - B:pipeSmallStainlessSteel_true=true - B:pipeSmallSteel_true=true - B:pipeSmallTitanium_true=true - B:pipeSmallTungstenSteel_true=true - B:pipeTinyBronze_true=true - B:pipeTinyCopper_true=true - B:pipeTinyPlastic_true=true - B:pipeTinyPolytetrafluoroethylene_true=true - B:pipeTinyStainlessSteel_true=true - B:pipeTinySteel_true=true - B:pipeTinyTitanium_true=true - B:pipeTinyTungstenSteel_true=true - B:plateAluminium_true=true - B:plateAmericium_true=true - B:plateAmethyst_true=true - B:plateAnnealedCopper_true=true - B:plateBatteryAlloy_true=true - B:plateBeryllium_true=true - B:plateBismuthBronze_true=true - B:plateBismuth_true=true - B:plateBlackBronze_true=true - B:plateBlackSteel_true=true - B:plateBlueSteel_true=true - B:plateBlueTopaz_true=true - B:plateBrass_true=true - B:plateBronze_true=true - B:plateCarbon_true=true - B:plateCertusQuartz_true=true - B:plateChrome_true=true - B:plateCobaltBrass_true=true - B:plateCobalt_true=true - B:plateCopper_true=true - B:plateCupronickel_true=true - B:plateDamascusSteel_true=true - B:plateDarkSteel_true=true - B:plateDenseBronze_true=true - B:plateDenseCopper_true=true - B:plateDenseGold_true=true - B:plateDenseIron_true=true - B:plateDenseLapis_true=true - B:plateDenseLead_true=true - B:plateDenseObsidian_true=true - B:plateDenseSteel_true=true - B:plateDenseTin_true=true - B:plateDiamond_true=true - B:plateDilithium_true=true - B:plateDoubleAluminium_true=true - B:plateDoubleBeryllium_true=true - B:plateDoubleBismuthBronze_true=true - B:plateDoubleBismuth_true=true - B:plateDoubleBlackBronze_true=true - B:plateDoubleBlackSteel_true=true - B:plateDoubleBlueSteel_true=true - B:plateDoubleBrass_true=true - B:plateDoubleBronze_true=true - B:plateDoubleCarbon_true=true - B:plateDoubleChrome_true=true - B:plateDoubleCobaltBrass_true=true - B:plateDoubleCobalt_true=true - B:plateDoubleCupronickel_true=true - B:plateDoubleDamascusSteel_true=true - B:plateDoubleDarkSteel_true=true - B:plateDoubleDuranium_true=true - B:plateDoubleElectrum_true=true - B:plateDoubleEpoxidFiberReinforced_true=true - B:plateDoubleEpoxid_true=true - B:plateDoubleGold_true=true - B:plateDoubleHSSE_true=true - B:plateDoubleHSSG_true=true - B:plateDoubleHSSS_true=true - B:plateDoubleInvar_true=true - B:plateDoubleIridium_true=true - B:plateDoubleIronMagnetic_true=true - B:plateDoubleIron_true=true - B:plateDoubleKanthal_true=true - B:plateDoubleLead_true=true - B:plateDoubleMagnalium_true=true - B:plateDoubleManganese_true=true - B:plateDoubleMithril_true=true - B:plateDoubleMolybdenum_true=true - B:plateDoubleNaquadahAlloy_true=true - B:plateDoubleNaquadahEnriched_true=true - B:plateDoubleNaquadah_true=true - B:plateDoubleNaquadria_true=true - B:plateDoubleNeodymiumMagnetic_true=true - B:plateDoubleNeodymium_true=true - B:plateDoubleNeutronium_true=true - B:plateDoubleNichrome_true=true - B:plateDoubleNickelZincFerrite_true=true - B:plateDoubleNickel_true=true - B:plateDoubleOsmiridium_true=true - B:plateDoubleOsmium_true=true - B:plateDoublePalladium_true=true - B:plateDoublePaper_true=true - B:plateDoublePigIron_true=true - B:plateDoublePlatinum_true=true - B:plateDoublePlutonium241_true=true - B:plateDoublePlutonium_true=true - B:plateDoublePolycaprolactam_true=true - B:plateDoublePolyphenyleneSulfide_true=true - B:plateDoublePolytetrafluoroethylene_true=true - B:plateDoubleRedSteel_true=true - B:plateDoubleRoseGold_true=true - B:plateDoubleSilver_true=true - B:plateDoubleStainlessSteel_true=true - B:plateDoubleSteelMagnetic_true=true - B:plateDoubleSteel_true=true - B:plateDoubleSterlingSilver_true=true - B:plateDoubleThorium_true=true - B:plateDoubleTinAlloy_true=true - B:plateDoubleTitanium_true=true - B:plateDoubleTritanium_true=true - B:plateDoubleTungstenCarbide_true=true - B:plateDoubleTungstenSteel_true=true - B:plateDoubleTungsten_true=true - B:plateDoubleUltimet_true=true - B:plateDoubleUranium235_true=true - B:plateDoubleUranium_true=true - B:plateDoubleVanadiumSteel_true=true - B:plateDoubleWroughtIron_true=true - B:plateDuranium_true=true - B:plateElectrum_true=true - B:plateEmerald_true=true - B:plateEnderEye_true=true - B:plateEnderPearl_true=true - B:plateEpoxidFiberReinforced_true=true - B:plateEpoxid_true=true - B:plateEuropium_true=true - B:plateForcicium_true=true - B:plateForcillium_true=true - B:plateGalliumArsenide_true=true - B:plateGallium_true=true - B:plateGarnetRed_true=true - B:plateGarnetYellow_true=true - B:plateGlass_true=true - B:plateGold_true=true - B:plateGraniteBlack_true=true - B:plateGraniteRed_true=true - B:plateGreenSapphire_true=true - B:plateHSSE_true=true - B:plateHSSG_true=true - B:plateHSSS_true=true - B:plateIndiumGalliumPhosphide_true=true - B:plateInvar_true=true - B:plateIridium_true=true - B:plateIronMagnetic_true=true - B:plateIron_true=true - B:plateJasper_true=true - B:plateKanthal_true=true - B:plateLapis_true=true - B:plateLazurite_true=true - B:plateLead_true=true - B:plateMagnalium_true=true - B:plateManganese_true=true - B:plateMithril_true=true - B:plateMolybdenum_true=true - B:plateNaquadahAlloy_true=true - B:plateNaquadahEnriched_true=true - B:plateNaquadah_true=true - B:plateNaquadria_true=true - B:plateNeodymiumMagnetic_true=true - B:plateNeodymium_true=true - B:plateNetherQuartz_true=true - B:plateNetherStar_true=true - B:plateNeutronium_true=true - B:plateNichrome_true=true - B:plateNickelZincFerrite_true=true - B:plateNickel_true=true - B:plateNiobiumTitanium_true=true - B:plateObsidian_true=true - B:plateOlivine_true=true - B:plateOpal_true=true - B:plateOsmiridium_true=true - B:plateOsmium_true=true - B:platePalladium_true=true - B:platePaper_true=true - B:platePigIron_true=true - B:platePlastic_true=true - B:platePlatinum_true=true - B:platePlutonium241_true=true - B:platePlutonium_true=true - B:platePolycaprolactam_true=true - B:platePolyphenyleneSulfide_true=true - B:platePolystyrene_true=true - B:platePolytetrafluoroethylene_true=true - B:platePolyvinylChloride_true=true - B:plateQuadruplePaper_true=true - B:plateQuintuplePaper_true=true - B:plateRedAlloy_true=true - B:plateRedSteel_true=true - B:plateRedstone_true=true - B:plateRoseGold_true=true - B:plateRubber_true=true - B:plateRuby_true=true - B:plateSapphire_true=true - B:plateSilicon_true=true - B:plateSilicone_true=true - B:plateSilver_true=true - B:plateSodalite_true=true - B:plateSolderingAlloy_true=true - B:plateStainlessSteel_true=true - B:plateSteelMagnetic_true=true - B:plateSteel_true=true - B:plateSterlingSilver_true=true - B:plateStyreneButadieneRubber_true=true - B:plateTanzanite_true=true - B:plateThorium_true=true - B:plateTinAlloy_true=true - B:plateTin_true=true - B:plateTitanium_true=true - B:plateTopaz_true=true - B:plateTriplePaper_true=true - B:plateTritanium_true=true - B:plateTungstenCarbide_true=true - B:plateTungstenSteel_true=true - B:plateTungsten_true=true - B:plateUltimet_true=true - B:plateUranium235_true=true - B:plateUranium_true=true - B:plateVanadiumGallium_true=true - B:plateVanadiumSteel_true=true - B:plateWroughtIron_true=true - B:plateYttriumBariumCuprate_true=true - B:plateZinc_true=true - B:ringAluminium_true=true - B:ringBrass_true=true - B:ringBronze_true=true - B:ringChrome_true=true - B:ringHSSE_true=true - B:ringHSSG_true=true - B:ringInvar_true=true - B:ringIridium_true=true - B:ringIron_true=true - B:ringNeutronium_true=true - B:ringOsmium_true=true - B:ringPaper_true=true - B:ringPigIron_true=true - B:ringRubber_true=true - B:ringSilicone_true=true - B:ringStainlessSteel_true=true - B:ringSteel_true=true - B:ringStyreneButadieneRubber_true=true - B:ringTin_true=true - B:ringTitanium_true=true - B:ringTungstenSteel_true=true - B:ringWroughtIron_true=true - B:rotorBronze_true=true - B:rotorChrome_true=true - B:rotorHSSE_true=true - B:rotorHSSG_true=true - B:rotorIridium_true=true - B:rotorNeutronium_true=true - B:rotorOsmium_true=true - B:rotorStainlessSteel_true=true - B:rotorSteel_true=true - B:rotorTin_true=true - B:rotorTitanium_true=true - B:rotorTungstenSteel_true=true - B:roundHSSE_true=true - B:roundHSSG_true=true - B:roundNeutronium_true=true - B:screwAluminium_true=true - B:screwAmethyst_true=true - B:screwBeryllium_true=true - B:screwBismuthBronze_true=true - B:screwBismuth_true=true - B:screwBlackBronze_true=true - B:screwBlackSteel_true=true - B:screwBlueSteel_true=true - B:screwBlueTopaz_true=true - B:screwBrass_true=true - B:screwBronze_true=true - B:screwCarbon_true=true - B:screwCertusQuartz_true=true - B:screwChrome_true=true - B:screwCobaltBrass_true=true - B:screwCobalt_true=true - B:screwCupronickel_true=true - B:screwDamascusSteel_true=true - B:screwDarkSteel_true=true - B:screwDiamond_true=true - B:screwDuranium_true=true - B:screwElectrum_true=true - B:screwEmerald_true=true - B:screwEpoxidFiberReinforced_true=true - B:screwEpoxid_true=true - B:screwGarnetRed_true=true - B:screwGarnetYellow_true=true - B:screwGold_true=true - B:screwGreenSapphire_true=true - B:screwHSSE_true=true - B:screwHSSG_true=true - B:screwHSSS_true=true - B:screwInvar_true=true - B:screwIridium_true=true - B:screwIronMagnetic_true=true - B:screwIron_true=true - B:screwKanthal_true=true - B:screwLead_true=true - B:screwMagnalium_true=true - B:screwManganese_true=true - B:screwMithril_true=true - B:screwMolybdenum_true=true - B:screwNaquadahAlloy_true=true - B:screwNaquadahEnriched_true=true - B:screwNaquadah_true=true - B:screwNaquadria_true=true - B:screwNeodymiumMagnetic_true=true - B:screwNeodymium_true=true - B:screwNetherQuartz_true=true - B:screwNetherStar_true=true - B:screwNeutronium_true=true - B:screwNichrome_true=true - B:screwNickelZincFerrite_true=true - B:screwNickel_true=true - B:screwOlivine_true=true - B:screwOpal_true=true - B:screwOsmiridium_true=true - B:screwOsmium_true=true - B:screwPalladium_true=true - B:screwPigIron_true=true - B:screwPlastic_true=true - B:screwPlatinum_true=true - B:screwPlutonium241_true=true - B:screwPlutonium_true=true - B:screwPolycaprolactam_true=true - B:screwPolyphenyleneSulfide_true=true - B:screwPolystyrene_true=true - B:screwPolytetrafluoroethylene_true=true - B:screwPolyvinylChloride_true=true - B:screwRedSteel_true=true - B:screwRoseGold_true=true - B:screwRubber_true=true - B:screwRuby_true=true - B:screwSapphire_true=true - B:screwSilicone_true=true - B:screwSilver_true=true - B:screwStainlessSteel_true=true - B:screwSteelMagnetic_true=true - B:screwSteel_true=true - B:screwSterlingSilver_true=true - B:screwStyreneButadieneRubber_true=true - B:screwTanzanite_true=true - B:screwThorium_true=true - B:screwTinAlloy_true=true - B:screwTin_true=true - B:screwTitanium_true=true - B:screwTopaz_true=true - B:screwTritanium_true=true - B:screwTungstenCarbide_true=true - B:screwTungstenSteel_true=true - B:screwTungsten_true=true - B:screwUltimet_true=true - B:screwUranium235_true=true - B:screwUranium_true=true - B:screwVanadiumSteel_true=true - B:screwWroughtIron_true=true - B:springTitanium_true=true - B:stickAluminium_true=true - B:stickAmericium_true=true - B:stickAmethyst_true=true - B:stickBeryllium_true=true - B:stickBismuthBronze_true=true - B:stickBismuth_true=true - B:stickBlackBronze_true=true - B:stickBlackSteel_true=true - B:stickBlaze_true=true - B:stickBlueSteel_true=true - B:stickBlueTopaz_true=true - B:stickBrass_true=true - B:stickBronze_true=true - B:stickCarbon_true=true - B:stickCertusQuartz_true=true - B:stickChrome_true=true - B:stickCobaltBrass_true=true - B:stickCobalt_true=true - B:stickCopper_true=true - B:stickCupronickel_true=true - B:stickDamascusSteel_true=true - B:stickDarkSteel_true=true - B:stickDiamond_true=true - B:stickDuranium_true=true - B:stickElectrum_true=true - B:stickEmerald_true=true - B:stickEpoxidFiberReinforced_true=true - B:stickEpoxid_true=true - B:stickEuropium_true=true - B:stickGarnetRed_true=true - B:stickGarnetYellow_true=true - B:stickGold_true=true - B:stickGreenSapphire_true=true - B:stickHSSE_true=true - B:stickHSSG_true=true - B:stickHSSS_true=true - B:stickInvar_true=true - B:stickIridium_true=true - B:stickIronMagnetic_true=true - B:stickIron_true=true - B:stickKanthal_true=true - B:stickLapis_true=true - B:stickLazurite_true=true - B:stickLead_true=true - B:stickLongAluminium_true=true - B:stickLongAmericium_true=true - B:stickLongAmethyst_true=true - B:stickLongBeryllium_true=true - B:stickLongBismuthBronze_true=true - B:stickLongBismuth_true=true - B:stickLongBlackBronze_true=true - B:stickLongBlackSteel_true=true - B:stickLongBlaze_true=true - B:stickLongBlueSteel_true=true - B:stickLongBlueTopaz_true=true - B:stickLongBrass_true=true - B:stickLongBronze_true=true - B:stickLongCarbon_true=true - B:stickLongCertusQuartz_true=true - B:stickLongChrome_true=true - B:stickLongCobaltBrass_true=true - B:stickLongCobalt_true=true - B:stickLongCupronickel_true=true - B:stickLongDamascusSteel_true=true - B:stickLongDarkSteel_true=true - B:stickLongDiamond_true=true - B:stickLongDuranium_true=true - B:stickLongElectrum_true=true - B:stickLongEmerald_true=true - B:stickLongEpoxidFiberReinforced_true=true - B:stickLongEpoxid_true=true - B:stickLongGarnetRed_true=true - B:stickLongGarnetYellow_true=true - B:stickLongGold_true=true - B:stickLongGreenSapphire_true=true - B:stickLongHSSE_true=true - B:stickLongHSSG_true=true - B:stickLongHSSS_true=true - B:stickLongInvar_true=true - B:stickLongIridium_true=true - B:stickLongIronMagnetic_true=true - B:stickLongIron_true=true - B:stickLongKanthal_true=true - B:stickLongLead_true=true - B:stickLongMagnalium_true=true - B:stickLongManganese_true=true - B:stickLongMithril_true=true - B:stickLongMolybdenum_true=true - B:stickLongNaquadahAlloy_true=true - B:stickLongNaquadahEnriched_true=true - B:stickLongNaquadah_true=true - B:stickLongNaquadria_true=true - B:stickLongNeodymiumMagnetic_true=true - B:stickLongNeodymium_true=true - B:stickLongNetherQuartz_true=true - B:stickLongNetherStar_true=true - B:stickLongNeutronium_true=true - B:stickLongNichrome_true=true - B:stickLongNickelZincFerrite_true=true - B:stickLongNickel_true=true - B:stickLongOlivine_true=true - B:stickLongOpal_true=true - B:stickLongOsmiridium_true=true - B:stickLongOsmium_true=true - B:stickLongPalladium_true=true - B:stickLongPigIron_true=true - B:stickLongPlastic_true=true - B:stickLongPlatinum_true=true - B:stickLongPlutonium241_true=true - B:stickLongPlutonium_true=true - B:stickLongPolycaprolactam_true=true - B:stickLongPolyphenyleneSulfide_true=true - B:stickLongPolystyrene_true=true - B:stickLongPolytetrafluoroethylene_true=true - B:stickLongPolyvinylChloride_true=true - B:stickLongRedSteel_true=true - B:stickLongRoseGold_true=true - B:stickLongRubber_true=true - B:stickLongRuby_true=true - B:stickLongSapphire_true=true - B:stickLongSilicone_true=true - B:stickLongSilver_true=true - B:stickLongStainlessSteel_true=true - B:stickLongSteelMagnetic_true=true - B:stickLongSteel_true=true - B:stickLongSterlingSilver_true=true - B:stickLongStyreneButadieneRubber_true=true - B:stickLongTanzanite_true=true - B:stickLongThorium_true=true - B:stickLongTinAlloy_true=true - B:stickLongTitanium_true=true - B:stickLongTopaz_true=true - B:stickLongTritanium_true=true - B:stickLongTungstenCarbide_true=true - B:stickLongTungstenSteel_true=true - B:stickLongTungsten_true=true - B:stickLongUltimet_true=true - B:stickLongUranium235_true=true - B:stickLongUranium_true=true - B:stickLongVanadiumSteel_true=true - B:stickLongWroughtIron_true=true - B:stickMagnalium_true=true - B:stickManganese_true=true - B:stickMithril_true=true - B:stickMolybdenum_true=true - B:stickNaquadahAlloy_true=true - B:stickNaquadahEnriched_true=true - B:stickNaquadah_true=true - B:stickNaquadria_true=true - B:stickNeodymiumMagnetic_true=true - B:stickNeodymium_true=true - B:stickNetherQuartz_true=true - B:stickNetherStar_true=true - B:stickNeutronium_true=true - B:stickNichrome_true=true - B:stickNickelZincFerrite_true=true - B:stickNickel_true=true - B:stickOlivine_true=true - B:stickOpal_true=true - B:stickOsmiridium_true=true - B:stickOsmium_true=true - B:stickPalladium_true=true - B:stickPigIron_true=true - B:stickPlastic_true=true - B:stickPlatinum_true=true - B:stickPlutonium241_true=true - B:stickPlutonium_true=true - B:stickPolycaprolactam_true=true - B:stickPolyphenyleneSulfide_true=true - B:stickPolystyrene_true=true - B:stickPolytetrafluoroethylene_true=true - B:stickPolyvinylChloride_true=true - B:stickRedSteel_true=true - B:stickRoseGold_true=true - B:stickRubber_true=true - B:stickRuby_true=true - B:stickSapphire_true=true - B:stickSilicone_true=true - B:stickSilver_true=true - B:stickSodalite_true=true - B:stickSolderingAlloy_true=true - B:stickStainlessSteel_true=true - B:stickSteelMagnetic_true=true - B:stickSteel_true=true - B:stickSterlingSilver_true=true - B:stickStyreneButadieneRubber_true=true - B:stickTanzanite_true=true - B:stickThorium_true=true - B:stickTinAlloy_true=true - B:stickTin_true=true - B:stickTitanium_true=true - B:stickTopaz_true=true - B:stickTritanium_true=true - B:stickTungstenCarbide_true=true - B:stickTungstenSteel_true=true - B:stickTungsten_true=true - B:stickUltimet_true=true - B:stickUranium235_true=true - B:stickUranium_true=true - B:stickVanadiumGallium_true=true - B:stickVanadiumSteel_true=true - B:stickWroughtIron_true=true - B:tile.anvil.intact_true=true - B:tile.anvil.slightlyDamaged_true=true - B:tile.anvil.veryDamaged_true=true - B:tile.beacon_true=true - B:tile.bookshelf_true=true - B:tile.brick_true=true - B:tile.button_true=true - B:tile.clayHardenedStained.black_true=true - B:tile.clayHardened_true=true - B:tile.clay_true=true - B:tile.cloth.black_true=true - B:tile.dispenser_true=true - B:tile.dropper_true=true - B:tile.enchantmentTable_true=true - B:tile.enderChest_true=true - B:tile.fenceIron_true=true - B:tile.furnace_true=true - B:tile.glass_true=true - B:tile.gravel_true=true - B:tile.hayBlock_true=true - B:tile.hellrock_true=true - B:tile.icePacked_true=true - B:tile.ice_true=true - B:tile.lever_true=true - B:tile.lightgem_true=true - B:tile.melon_true=true - B:tile.mushroom_true=true - B:tile.notGate_true=true - B:tile.obsidian_true=true - B:tile.pistonBase_true=true - B:tile.pistonStickyBase_true=true - B:tile.pressurePlate_true=true - B:tile.pumpkin_true=true - B:tile.quartzBlock.default_true=true - B:tile.redstoneLight_true=true - B:tile.sandStone.default_true=true - B:tile.snow_true=true - B:tile.stainedGlass.black_true=true - B:tile.stoneMoss_true=true - B:tile.stoneSlab.cobble_true=true - B:tile.stoneSlab.smoothStoneBrick_true=true - B:tile.stoneSlab.stone_true=true - B:tile.stone_true=true - B:tile.stonebrick_true=true - B:tile.stonebricksmooth.default_true=true - B:tile.thinGlass_true=true - B:tile.thinStainedGlass.black_true=true - B:tile.weightedPlate_heavy_true=true - B:tile.weightedPlate_light_true=true - B:tile.whiteStone_true=true - B:toolHeadAxeAluminium_true=true - B:toolHeadAxeAmethyst_true=true - B:toolHeadAxeBeryllium_true=true - B:toolHeadAxeBismuthBronze_true=true - B:toolHeadAxeBismuth_true=true - B:toolHeadAxeBlackBronze_true=true - B:toolHeadAxeBlackSteel_true=true - B:toolHeadAxeBlaze_true=true - B:toolHeadAxeBlueSteel_true=true - B:toolHeadAxeBlueTopaz_true=true - B:toolHeadAxeBrass_true=true - B:toolHeadAxeBronze_true=true - B:toolHeadAxeCarbon_true=true - B:toolHeadAxeCertusQuartz_true=true - B:toolHeadAxeChrome_true=true - B:toolHeadAxeCobaltBrass_true=true - B:toolHeadAxeCobalt_true=true - B:toolHeadAxeCupronickel_true=true - B:toolHeadAxeDamascusSteel_true=true - B:toolHeadAxeDarkSteel_true=true - B:toolHeadAxeDiamond_true=true - B:toolHeadAxeDuranium_true=true - B:toolHeadAxeElectrum_true=true - B:toolHeadAxeEmerald_true=true - B:toolHeadAxeEpoxidFiberReinforced_true=true - B:toolHeadAxeEpoxid_true=true - B:toolHeadAxeFlint_true=true - B:toolHeadAxeGarnetRed_true=true - B:toolHeadAxeGarnetYellow_true=true - B:toolHeadAxeGold_true=true - B:toolHeadAxeGraniteBlack_true=true - B:toolHeadAxeGraniteRed_true=true - B:toolHeadAxeGraphene_true=true - B:toolHeadAxeGraphite_true=true - B:toolHeadAxeGreenSapphire_true=true - B:toolHeadAxeHSSE_true=true - B:toolHeadAxeHSSG_true=true - B:toolHeadAxeHSSS_true=true - B:toolHeadAxeInvar_true=true - B:toolHeadAxeIridium_true=true - B:toolHeadAxeIronMagnetic_true=true - B:toolHeadAxeIron_true=true - B:toolHeadAxeKanthal_true=true - B:toolHeadAxeLead_true=true - B:toolHeadAxeMagnalium_true=true - B:toolHeadAxeManganese_true=true - B:toolHeadAxeMithril_true=true - B:toolHeadAxeMolybdenum_true=true - B:toolHeadAxeNaquadahAlloy_true=true - B:toolHeadAxeNaquadahEnriched_true=true - B:toolHeadAxeNaquadah_true=true - B:toolHeadAxeNaquadria_true=true - B:toolHeadAxeNeodymiumMagnetic_true=true - B:toolHeadAxeNeodymium_true=true - B:toolHeadAxeNetherQuartz_true=true - B:toolHeadAxeNetherStar_true=true - B:toolHeadAxeNeutronium_true=true - B:toolHeadAxeNichrome_true=true - B:toolHeadAxeNickelZincFerrite_true=true - B:toolHeadAxeNickel_true=true - B:toolHeadAxeOlivine_true=true - B:toolHeadAxeOpal_true=true - B:toolHeadAxeOsmiridium_true=true - B:toolHeadAxeOsmium_true=true - B:toolHeadAxePalladium_true=true - B:toolHeadAxePigIron_true=true - B:toolHeadAxePlastic_true=true - B:toolHeadAxePlatinum_true=true - B:toolHeadAxePlutonium241_true=true - B:toolHeadAxePlutonium_true=true - B:toolHeadAxePolycaprolactam_true=true - B:toolHeadAxePolyphenyleneSulfide_true=true - B:toolHeadAxePolystyrene_true=true - B:toolHeadAxePolytetrafluoroethylene_true=true - B:toolHeadAxePolyvinylChloride_true=true - B:toolHeadAxeRedSteel_true=true - B:toolHeadAxeRoseGold_true=true - B:toolHeadAxeRubber_true=true - B:toolHeadAxeRuby_true=true - B:toolHeadAxeSapphire_true=true - B:toolHeadAxeSilicone_true=true - B:toolHeadAxeSilver_true=true - B:toolHeadAxeStainlessSteel_true=true - B:toolHeadAxeSteelMagnetic_true=true - B:toolHeadAxeSteel_true=true - B:toolHeadAxeSterlingSilver_true=true - B:toolHeadAxeStone_true=true - B:toolHeadAxeStyreneButadieneRubber_true=true - B:toolHeadAxeTanzanite_true=true - B:toolHeadAxeThorium_true=true - B:toolHeadAxeTinAlloy_true=true - B:toolHeadAxeTitanium_true=true - B:toolHeadAxeTopaz_true=true - B:toolHeadAxeTritanium_true=true - B:toolHeadAxeTungstenCarbide_true=true - B:toolHeadAxeTungstenSteel_true=true - B:toolHeadAxeTungsten_true=true - B:toolHeadAxeUltimet_true=true - B:toolHeadAxeUranium235_true=true - B:toolHeadAxeUranium_true=true - B:toolHeadAxeVanadiumSteel_true=true - B:toolHeadAxeWroughtIron_true=true - B:toolHeadBuzzSawAluminium_true=true - B:toolHeadBuzzSawBeryllium_true=true - B:toolHeadBuzzSawBismuthBronze_true=true - B:toolHeadBuzzSawBismuth_true=true - B:toolHeadBuzzSawBlackBronze_true=true - B:toolHeadBuzzSawBlackSteel_true=true - B:toolHeadBuzzSawBlaze_true=true - B:toolHeadBuzzSawBlueSteel_true=true - B:toolHeadBuzzSawBrass_true=true - B:toolHeadBuzzSawBronze_true=true - B:toolHeadBuzzSawCarbon_true=true - B:toolHeadBuzzSawChrome_true=true - B:toolHeadBuzzSawCobaltBrass_true=true - B:toolHeadBuzzSawCobalt_true=true - B:toolHeadBuzzSawCupronickel_true=true - B:toolHeadBuzzSawDamascusSteel_true=true - B:toolHeadBuzzSawDarkSteel_true=true - B:toolHeadBuzzSawDuranium_true=true - B:toolHeadBuzzSawElectrum_true=true - B:toolHeadBuzzSawEpoxidFiberReinforced_true=true - B:toolHeadBuzzSawEpoxid_true=true - B:toolHeadBuzzSawGold_true=true - B:toolHeadBuzzSawGraphene_true=true - B:toolHeadBuzzSawHSSE_true=true - B:toolHeadBuzzSawHSSG_true=true - B:toolHeadBuzzSawHSSS_true=true - B:toolHeadBuzzSawInvar_true=true - B:toolHeadBuzzSawIridium_true=true - B:toolHeadBuzzSawIronMagnetic_true=true - B:toolHeadBuzzSawIron_true=true - B:toolHeadBuzzSawKanthal_true=true - B:toolHeadBuzzSawLead_true=true - B:toolHeadBuzzSawMagnalium_true=true - B:toolHeadBuzzSawManganese_true=true - B:toolHeadBuzzSawMithril_true=true - B:toolHeadBuzzSawMolybdenum_true=true - B:toolHeadBuzzSawNaquadahAlloy_true=true - B:toolHeadBuzzSawNaquadahEnriched_true=true - B:toolHeadBuzzSawNaquadah_true=true - B:toolHeadBuzzSawNaquadria_true=true - B:toolHeadBuzzSawNeodymiumMagnetic_true=true - B:toolHeadBuzzSawNeodymium_true=true - B:toolHeadBuzzSawNeutronium_true=true - B:toolHeadBuzzSawNichrome_true=true - B:toolHeadBuzzSawNickelZincFerrite_true=true - B:toolHeadBuzzSawNickel_true=true - B:toolHeadBuzzSawOsmiridium_true=true - B:toolHeadBuzzSawOsmium_true=true - B:toolHeadBuzzSawPalladium_true=true - B:toolHeadBuzzSawPigIron_true=true - B:toolHeadBuzzSawPlatinum_true=true - B:toolHeadBuzzSawPlutonium241_true=true - B:toolHeadBuzzSawPlutonium_true=true - B:toolHeadBuzzSawPolycaprolactam_true=true - B:toolHeadBuzzSawPolyphenyleneSulfide_true=true - B:toolHeadBuzzSawPolytetrafluoroethylene_true=true - B:toolHeadBuzzSawRedSteel_true=true - B:toolHeadBuzzSawRoseGold_true=true - B:toolHeadBuzzSawSilver_true=true - B:toolHeadBuzzSawStainlessSteel_true=true - B:toolHeadBuzzSawSteelMagnetic_true=true - B:toolHeadBuzzSawSteel_true=true - B:toolHeadBuzzSawSterlingSilver_true=true - B:toolHeadBuzzSawThorium_true=true - B:toolHeadBuzzSawTinAlloy_true=true - B:toolHeadBuzzSawTitanium_true=true - B:toolHeadBuzzSawTritanium_true=true - B:toolHeadBuzzSawTungstenCarbide_true=true - B:toolHeadBuzzSawTungstenSteel_true=true - B:toolHeadBuzzSawTungsten_true=true - B:toolHeadBuzzSawUltimet_true=true - B:toolHeadBuzzSawUranium235_true=true - B:toolHeadBuzzSawUranium_true=true - B:toolHeadBuzzSawVanadiumSteel_true=true - B:toolHeadBuzzSawWroughtIron_true=true - B:toolHeadChainsawAluminium_true=true - B:toolHeadChainsawBeryllium_true=true - B:toolHeadChainsawBismuthBronze_true=true - B:toolHeadChainsawBismuth_true=true - B:toolHeadChainsawBlackBronze_true=true - B:toolHeadChainsawBlackSteel_true=true - B:toolHeadChainsawBlaze_true=true - B:toolHeadChainsawBlueSteel_true=true - B:toolHeadChainsawBrass_true=true - B:toolHeadChainsawBronze_true=true - B:toolHeadChainsawCarbon_true=true - B:toolHeadChainsawChrome_true=true - B:toolHeadChainsawCobaltBrass_true=true - B:toolHeadChainsawCobalt_true=true - B:toolHeadChainsawCupronickel_true=true - B:toolHeadChainsawDamascusSteel_true=true - B:toolHeadChainsawDarkSteel_true=true - B:toolHeadChainsawDuranium_true=true - B:toolHeadChainsawElectrum_true=true - B:toolHeadChainsawEpoxidFiberReinforced_true=true - B:toolHeadChainsawEpoxid_true=true - B:toolHeadChainsawGold_true=true - B:toolHeadChainsawGraphene_true=true - B:toolHeadChainsawHSSE_true=true - B:toolHeadChainsawHSSG_true=true - B:toolHeadChainsawHSSS_true=true - B:toolHeadChainsawInvar_true=true - B:toolHeadChainsawIridium_true=true - B:toolHeadChainsawIronMagnetic_true=true - B:toolHeadChainsawIron_true=true - B:toolHeadChainsawKanthal_true=true - B:toolHeadChainsawLead_true=true - B:toolHeadChainsawMagnalium_true=true - B:toolHeadChainsawManganese_true=true - B:toolHeadChainsawMithril_true=true - B:toolHeadChainsawMolybdenum_true=true - B:toolHeadChainsawNaquadahAlloy_true=true - B:toolHeadChainsawNaquadahEnriched_true=true - B:toolHeadChainsawNaquadah_true=true - B:toolHeadChainsawNaquadria_true=true - B:toolHeadChainsawNeodymiumMagnetic_true=true - B:toolHeadChainsawNeodymium_true=true - B:toolHeadChainsawNeutronium_true=true - B:toolHeadChainsawNichrome_true=true - B:toolHeadChainsawNickelZincFerrite_true=true - B:toolHeadChainsawNickel_true=true - B:toolHeadChainsawOsmiridium_true=true - B:toolHeadChainsawOsmium_true=true - B:toolHeadChainsawPalladium_true=true - B:toolHeadChainsawPigIron_true=true - B:toolHeadChainsawPlatinum_true=true - B:toolHeadChainsawPlutonium241_true=true - B:toolHeadChainsawPlutonium_true=true - B:toolHeadChainsawPolycaprolactam_true=true - B:toolHeadChainsawPolyphenyleneSulfide_true=true - B:toolHeadChainsawPolytetrafluoroethylene_true=true - B:toolHeadChainsawRedSteel_true=true - B:toolHeadChainsawRoseGold_true=true - B:toolHeadChainsawSilver_true=true - B:toolHeadChainsawStainlessSteel_true=true - B:toolHeadChainsawSteelMagnetic_true=true - B:toolHeadChainsawSteel_true=true - B:toolHeadChainsawSterlingSilver_true=true - B:toolHeadChainsawThorium_true=true - B:toolHeadChainsawTinAlloy_true=true - B:toolHeadChainsawTitanium_true=true - B:toolHeadChainsawTritanium_true=true - B:toolHeadChainsawTungstenCarbide_true=true - B:toolHeadChainsawTungstenSteel_true=true - B:toolHeadChainsawTungsten_true=true - B:toolHeadChainsawUltimet_true=true - B:toolHeadChainsawUranium235_true=true - B:toolHeadChainsawUranium_true=true - B:toolHeadChainsawVanadiumSteel_true=true - B:toolHeadChainsawWroughtIron_true=true - B:toolHeadDrillAluminium_true=true - B:toolHeadDrillBeryllium_true=true - B:toolHeadDrillBismuthBronze_true=true - B:toolHeadDrillBismuth_true=true - B:toolHeadDrillBlackBronze_true=true - B:toolHeadDrillBlackSteel_true=true - B:toolHeadDrillBlaze_true=true - B:toolHeadDrillBlueSteel_true=true - B:toolHeadDrillBrass_true=true - B:toolHeadDrillBronze_true=true - B:toolHeadDrillCarbon_true=true - B:toolHeadDrillChrome_true=true - B:toolHeadDrillCobaltBrass_true=true - B:toolHeadDrillCobalt_true=true - B:toolHeadDrillCupronickel_true=true - B:toolHeadDrillDamascusSteel_true=true - B:toolHeadDrillDarkSteel_true=true - B:toolHeadDrillDuranium_true=true - B:toolHeadDrillElectrum_true=true - B:toolHeadDrillEpoxidFiberReinforced_true=true - B:toolHeadDrillEpoxid_true=true - B:toolHeadDrillGold_true=true - B:toolHeadDrillGraphene_true=true - B:toolHeadDrillHSSE_true=true - B:toolHeadDrillHSSG_true=true - B:toolHeadDrillHSSS_true=true - B:toolHeadDrillInvar_true=true - B:toolHeadDrillIridium_true=true - B:toolHeadDrillIronMagnetic_true=true - B:toolHeadDrillIron_true=true - B:toolHeadDrillKanthal_true=true - B:toolHeadDrillLead_true=true - B:toolHeadDrillMagnalium_true=true - B:toolHeadDrillManganese_true=true - B:toolHeadDrillMithril_true=true - B:toolHeadDrillMolybdenum_true=true - B:toolHeadDrillNaquadahAlloy_true=true - B:toolHeadDrillNaquadahEnriched_true=true - B:toolHeadDrillNaquadah_true=true - B:toolHeadDrillNaquadria_true=true - B:toolHeadDrillNeodymiumMagnetic_true=true - B:toolHeadDrillNeodymium_true=true - B:toolHeadDrillNeutronium_true=true - B:toolHeadDrillNichrome_true=true - B:toolHeadDrillNickelZincFerrite_true=true - B:toolHeadDrillNickel_true=true - B:toolHeadDrillOsmiridium_true=true - B:toolHeadDrillOsmium_true=true - B:toolHeadDrillPalladium_true=true - B:toolHeadDrillPigIron_true=true - B:toolHeadDrillPlatinum_true=true - B:toolHeadDrillPlutonium241_true=true - B:toolHeadDrillPlutonium_true=true - B:toolHeadDrillPolycaprolactam_true=true - B:toolHeadDrillPolyphenyleneSulfide_true=true - B:toolHeadDrillPolytetrafluoroethylene_true=true - B:toolHeadDrillRedSteel_true=true - B:toolHeadDrillRoseGold_true=true - B:toolHeadDrillSilver_true=true - B:toolHeadDrillStainlessSteel_true=true - B:toolHeadDrillSteelMagnetic_true=true - B:toolHeadDrillSteel_true=true - B:toolHeadDrillSterlingSilver_true=true - B:toolHeadDrillThorium_true=true - B:toolHeadDrillTinAlloy_true=true - B:toolHeadDrillTitanium_true=true - B:toolHeadDrillTritanium_true=true - B:toolHeadDrillTungstenCarbide_true=true - B:toolHeadDrillTungstenSteel_true=true - B:toolHeadDrillTungsten_true=true - B:toolHeadDrillUltimet_true=true - B:toolHeadDrillUranium235_true=true - B:toolHeadDrillUranium_true=true - B:toolHeadDrillVanadiumSteel_true=true - B:toolHeadDrillWroughtIron_true=true - B:toolHeadFileAluminium_true=true - B:toolHeadFileBeryllium_true=true - B:toolHeadFileBismuthBronze_true=true - B:toolHeadFileBismuth_true=true - B:toolHeadFileBlackBronze_true=true - B:toolHeadFileBlackSteel_true=true - B:toolHeadFileBlaze_true=true - B:toolHeadFileBlueSteel_true=true - B:toolHeadFileBrass_true=true - B:toolHeadFileBronze_true=true - B:toolHeadFileCarbon_true=true - B:toolHeadFileChrome_true=true - B:toolHeadFileCobaltBrass_true=true - B:toolHeadFileCobalt_true=true - B:toolHeadFileCupronickel_true=true - B:toolHeadFileDamascusSteel_true=true - B:toolHeadFileDarkSteel_true=true - B:toolHeadFileDuranium_true=true - B:toolHeadFileElectrum_true=true - B:toolHeadFileEpoxidFiberReinforced_true=true - B:toolHeadFileEpoxid_true=true - B:toolHeadFileGold_true=true - B:toolHeadFileGraphene_true=true - B:toolHeadFileHSSE_true=true - B:toolHeadFileHSSG_true=true - B:toolHeadFileHSSS_true=true - B:toolHeadFileInvar_true=true - B:toolHeadFileIridium_true=true - B:toolHeadFileIronMagnetic_true=true - B:toolHeadFileIron_true=true - B:toolHeadFileKanthal_true=true - B:toolHeadFileLead_true=true - B:toolHeadFileMagnalium_true=true - B:toolHeadFileManganese_true=true - B:toolHeadFileMithril_true=true - B:toolHeadFileMolybdenum_true=true - B:toolHeadFileNaquadahAlloy_true=true - B:toolHeadFileNaquadahEnriched_true=true - B:toolHeadFileNaquadah_true=true - B:toolHeadFileNaquadria_true=true - B:toolHeadFileNeodymiumMagnetic_true=true - B:toolHeadFileNeodymium_true=true - B:toolHeadFileNeutronium_true=true - B:toolHeadFileNichrome_true=true - B:toolHeadFileNickelZincFerrite_true=true - B:toolHeadFileNickel_true=true - B:toolHeadFileOsmiridium_true=true - B:toolHeadFileOsmium_true=true - B:toolHeadFilePalladium_true=true - B:toolHeadFilePigIron_true=true - B:toolHeadFilePlatinum_true=true - B:toolHeadFilePlutonium241_true=true - B:toolHeadFilePlutonium_true=true - B:toolHeadFilePolycaprolactam_true=true - B:toolHeadFilePolyphenyleneSulfide_true=true - B:toolHeadFilePolytetrafluoroethylene_true=true - B:toolHeadFileRedSteel_true=true - B:toolHeadFileRoseGold_true=true - B:toolHeadFileSilver_true=true - B:toolHeadFileStainlessSteel_true=true - B:toolHeadFileSteelMagnetic_true=true - B:toolHeadFileSteel_true=true - B:toolHeadFileSterlingSilver_true=true - B:toolHeadFileThorium_true=true - B:toolHeadFileTinAlloy_true=true - B:toolHeadFileTitanium_true=true - B:toolHeadFileTritanium_true=true - B:toolHeadFileTungstenCarbide_true=true - B:toolHeadFileTungstenSteel_true=true - B:toolHeadFileTungsten_true=true - B:toolHeadFileUltimet_true=true - B:toolHeadFileUranium235_true=true - B:toolHeadFileUranium_true=true - B:toolHeadFileVanadiumSteel_true=true - B:toolHeadFileWroughtIron_true=true - B:toolHeadHammerAluminium_true=true - B:toolHeadHammerAmethyst_true=true - B:toolHeadHammerBeryllium_true=true - B:toolHeadHammerBismuthBronze_true=true - B:toolHeadHammerBismuth_true=true - B:toolHeadHammerBlackBronze_true=true - B:toolHeadHammerBlackSteel_true=true - B:toolHeadHammerBlaze_true=true - B:toolHeadHammerBlueSteel_true=true - B:toolHeadHammerBlueTopaz_true=true - B:toolHeadHammerBrass_true=true - B:toolHeadHammerBronze_true=true - B:toolHeadHammerCarbon_true=true - B:toolHeadHammerCertusQuartz_true=true - B:toolHeadHammerChrome_true=true - B:toolHeadHammerCobaltBrass_true=true - B:toolHeadHammerCobalt_true=true - B:toolHeadHammerCupronickel_true=true - B:toolHeadHammerDamascusSteel_true=true - B:toolHeadHammerDarkSteel_true=true - B:toolHeadHammerDiamond_true=true - B:toolHeadHammerDuranium_true=true - B:toolHeadHammerElectrum_true=true - B:toolHeadHammerEmerald_true=true - B:toolHeadHammerEpoxidFiberReinforced_true=true - B:toolHeadHammerEpoxid_true=true - B:toolHeadHammerFlint_true=true - B:toolHeadHammerGarnetRed_true=true - B:toolHeadHammerGarnetYellow_true=true - B:toolHeadHammerGold_true=true - B:toolHeadHammerGraniteBlack_true=true - B:toolHeadHammerGraniteRed_true=true - B:toolHeadHammerGraphene_true=true - B:toolHeadHammerGraphite_true=true - B:toolHeadHammerGreenSapphire_true=true - B:toolHeadHammerHSSE_true=true - B:toolHeadHammerHSSG_true=true - B:toolHeadHammerHSSS_true=true - B:toolHeadHammerInvar_true=true - B:toolHeadHammerIridium_true=true - B:toolHeadHammerIronMagnetic_true=true - B:toolHeadHammerIron_true=true - B:toolHeadHammerKanthal_true=true - B:toolHeadHammerLead_true=true - B:toolHeadHammerMagnalium_true=true - B:toolHeadHammerManganese_true=true - B:toolHeadHammerMithril_true=true - B:toolHeadHammerMolybdenum_true=true - B:toolHeadHammerNaquadahAlloy_true=true - B:toolHeadHammerNaquadahEnriched_true=true - B:toolHeadHammerNaquadah_true=true - B:toolHeadHammerNaquadria_true=true - B:toolHeadHammerNeodymiumMagnetic_true=true - B:toolHeadHammerNeodymium_true=true - B:toolHeadHammerNetherQuartz_true=true - B:toolHeadHammerNetherStar_true=true - B:toolHeadHammerNeutronium_true=true - B:toolHeadHammerNichrome_true=true - B:toolHeadHammerNickelZincFerrite_true=true - B:toolHeadHammerNickel_true=true - B:toolHeadHammerOlivine_true=true - B:toolHeadHammerOpal_true=true - B:toolHeadHammerOsmiridium_true=true - B:toolHeadHammerOsmium_true=true - B:toolHeadHammerPalladium_true=true - B:toolHeadHammerPigIron_true=true - B:toolHeadHammerPlastic_true=true - B:toolHeadHammerPlatinum_true=true - B:toolHeadHammerPlutonium241_true=true - B:toolHeadHammerPlutonium_true=true - B:toolHeadHammerPolycaprolactam_true=true - B:toolHeadHammerPolyphenyleneSulfide_true=true - B:toolHeadHammerPolystyrene_true=true - B:toolHeadHammerPolytetrafluoroethylene_true=true - B:toolHeadHammerPolyvinylChloride_true=true - B:toolHeadHammerRedSteel_true=true - B:toolHeadHammerRoseGold_true=true - B:toolHeadHammerRubber_true=true - B:toolHeadHammerRuby_true=true - B:toolHeadHammerSapphire_true=true - B:toolHeadHammerSilicone_true=true - B:toolHeadHammerSilver_true=true - B:toolHeadHammerStainlessSteel_true=true - B:toolHeadHammerSteelMagnetic_true=true - B:toolHeadHammerSteel_true=true - B:toolHeadHammerSterlingSilver_true=true - B:toolHeadHammerStone_true=true - B:toolHeadHammerStyreneButadieneRubber_true=true - B:toolHeadHammerTanzanite_true=true - B:toolHeadHammerThorium_true=true - B:toolHeadHammerTinAlloy_true=true - B:toolHeadHammerTitanium_true=true - B:toolHeadHammerTopaz_true=true - B:toolHeadHammerTritanium_true=true - B:toolHeadHammerTungstenCarbide_true=true - B:toolHeadHammerTungstenSteel_true=true - B:toolHeadHammerTungsten_true=true - B:toolHeadHammerUltimet_true=true - B:toolHeadHammerUranium235_true=true - B:toolHeadHammerUranium_true=true - B:toolHeadHammerVanadiumSteel_true=true - B:toolHeadHammerWroughtIron_true=true - B:toolHeadHoeAluminium_true=true - B:toolHeadHoeAmethyst_true=true - B:toolHeadHoeBeryllium_true=true - B:toolHeadHoeBismuthBronze_true=true - B:toolHeadHoeBismuth_true=true - B:toolHeadHoeBlackBronze_true=true - B:toolHeadHoeBlackSteel_true=true - B:toolHeadHoeBlaze_true=true - B:toolHeadHoeBlueSteel_true=true - B:toolHeadHoeBlueTopaz_true=true - B:toolHeadHoeBrass_true=true - B:toolHeadHoeBronze_true=true - B:toolHeadHoeCarbon_true=true - B:toolHeadHoeCertusQuartz_true=true - B:toolHeadHoeChrome_true=true - B:toolHeadHoeCobaltBrass_true=true - B:toolHeadHoeCobalt_true=true - B:toolHeadHoeCupronickel_true=true - B:toolHeadHoeDamascusSteel_true=true - B:toolHeadHoeDarkSteel_true=true - B:toolHeadHoeDiamond_true=true - B:toolHeadHoeDuranium_true=true - B:toolHeadHoeElectrum_true=true - B:toolHeadHoeEmerald_true=true - B:toolHeadHoeEpoxidFiberReinforced_true=true - B:toolHeadHoeEpoxid_true=true - B:toolHeadHoeFlint_true=true - B:toolHeadHoeGarnetRed_true=true - B:toolHeadHoeGarnetYellow_true=true - B:toolHeadHoeGold_true=true - B:toolHeadHoeGraniteBlack_true=true - B:toolHeadHoeGraniteRed_true=true - B:toolHeadHoeGraphene_true=true - B:toolHeadHoeGraphite_true=true - B:toolHeadHoeGreenSapphire_true=true - B:toolHeadHoeHSSE_true=true - B:toolHeadHoeHSSG_true=true - B:toolHeadHoeHSSS_true=true - B:toolHeadHoeInvar_true=true - B:toolHeadHoeIridium_true=true - B:toolHeadHoeIronMagnetic_true=true - B:toolHeadHoeIron_true=true - B:toolHeadHoeKanthal_true=true - B:toolHeadHoeLead_true=true - B:toolHeadHoeMagnalium_true=true - B:toolHeadHoeManganese_true=true - B:toolHeadHoeMithril_true=true - B:toolHeadHoeMolybdenum_true=true - B:toolHeadHoeNaquadahAlloy_true=true - B:toolHeadHoeNaquadahEnriched_true=true - B:toolHeadHoeNaquadah_true=true - B:toolHeadHoeNaquadria_true=true - B:toolHeadHoeNeodymiumMagnetic_true=true - B:toolHeadHoeNeodymium_true=true - B:toolHeadHoeNetherQuartz_true=true - B:toolHeadHoeNetherStar_true=true - B:toolHeadHoeNeutronium_true=true - B:toolHeadHoeNichrome_true=true - B:toolHeadHoeNickelZincFerrite_true=true - B:toolHeadHoeNickel_true=true - B:toolHeadHoeOlivine_true=true - B:toolHeadHoeOpal_true=true - B:toolHeadHoeOsmiridium_true=true - B:toolHeadHoeOsmium_true=true - B:toolHeadHoePalladium_true=true - B:toolHeadHoePigIron_true=true - B:toolHeadHoePlastic_true=true - B:toolHeadHoePlatinum_true=true - B:toolHeadHoePlutonium241_true=true - B:toolHeadHoePlutonium_true=true - B:toolHeadHoePolycaprolactam_true=true - B:toolHeadHoePolyphenyleneSulfide_true=true - B:toolHeadHoePolystyrene_true=true - B:toolHeadHoePolytetrafluoroethylene_true=true - B:toolHeadHoePolyvinylChloride_true=true - B:toolHeadHoeRedSteel_true=true - B:toolHeadHoeRoseGold_true=true - B:toolHeadHoeRubber_true=true - B:toolHeadHoeRuby_true=true - B:toolHeadHoeSapphire_true=true - B:toolHeadHoeSilicone_true=true - B:toolHeadHoeSilver_true=true - B:toolHeadHoeStainlessSteel_true=true - B:toolHeadHoeSteelMagnetic_true=true - B:toolHeadHoeSteel_true=true - B:toolHeadHoeSterlingSilver_true=true - B:toolHeadHoeStone_true=true - B:toolHeadHoeStyreneButadieneRubber_true=true - B:toolHeadHoeTanzanite_true=true - B:toolHeadHoeThorium_true=true - B:toolHeadHoeTinAlloy_true=true - B:toolHeadHoeTitanium_true=true - B:toolHeadHoeTopaz_true=true - B:toolHeadHoeTritanium_true=true - B:toolHeadHoeTungstenCarbide_true=true - B:toolHeadHoeTungstenSteel_true=true - B:toolHeadHoeTungsten_true=true - B:toolHeadHoeUltimet_true=true - B:toolHeadHoeUranium235_true=true - B:toolHeadHoeUranium_true=true - B:toolHeadHoeVanadiumSteel_true=true - B:toolHeadHoeWroughtIron_true=true - B:toolHeadPickaxeAluminium_true=true - B:toolHeadPickaxeAmethyst_true=true - B:toolHeadPickaxeBeryllium_true=true - B:toolHeadPickaxeBismuthBronze_true=true - B:toolHeadPickaxeBismuth_true=true - B:toolHeadPickaxeBlackBronze_true=true - B:toolHeadPickaxeBlackSteel_true=true - B:toolHeadPickaxeBlaze_true=true - B:toolHeadPickaxeBlueSteel_true=true - B:toolHeadPickaxeBlueTopaz_true=true - B:toolHeadPickaxeBrass_true=true - B:toolHeadPickaxeBronze_true=true - B:toolHeadPickaxeCarbon_true=true - B:toolHeadPickaxeCertusQuartz_true=true - B:toolHeadPickaxeChrome_true=true - B:toolHeadPickaxeCobaltBrass_true=true - B:toolHeadPickaxeCobalt_true=true - B:toolHeadPickaxeCupronickel_true=true - B:toolHeadPickaxeDamascusSteel_true=true - B:toolHeadPickaxeDarkSteel_true=true - B:toolHeadPickaxeDiamond_true=true - B:toolHeadPickaxeDuranium_true=true - B:toolHeadPickaxeElectrum_true=true - B:toolHeadPickaxeEmerald_true=true - B:toolHeadPickaxeEpoxidFiberReinforced_true=true - B:toolHeadPickaxeEpoxid_true=true - B:toolHeadPickaxeFlint_true=true - B:toolHeadPickaxeGarnetRed_true=true - B:toolHeadPickaxeGarnetYellow_true=true - B:toolHeadPickaxeGold_true=true - B:toolHeadPickaxeGraniteBlack_true=true - B:toolHeadPickaxeGraniteRed_true=true - B:toolHeadPickaxeGraphene_true=true - B:toolHeadPickaxeGraphite_true=true - B:toolHeadPickaxeGreenSapphire_true=true - B:toolHeadPickaxeHSSE_true=true - B:toolHeadPickaxeHSSG_true=true - B:toolHeadPickaxeHSSS_true=true - B:toolHeadPickaxeInvar_true=true - B:toolHeadPickaxeIridium_true=true - B:toolHeadPickaxeIronMagnetic_true=true - B:toolHeadPickaxeIron_true=true - B:toolHeadPickaxeKanthal_true=true - B:toolHeadPickaxeLead_true=true - B:toolHeadPickaxeMagnalium_true=true - B:toolHeadPickaxeManganese_true=true - B:toolHeadPickaxeMithril_true=true - B:toolHeadPickaxeMolybdenum_true=true - B:toolHeadPickaxeNaquadahAlloy_true=true - B:toolHeadPickaxeNaquadahEnriched_true=true - B:toolHeadPickaxeNaquadah_true=true - B:toolHeadPickaxeNaquadria_true=true - B:toolHeadPickaxeNeodymiumMagnetic_true=true - B:toolHeadPickaxeNeodymium_true=true - B:toolHeadPickaxeNetherQuartz_true=true - B:toolHeadPickaxeNetherStar_true=true - B:toolHeadPickaxeNeutronium_true=true - B:toolHeadPickaxeNichrome_true=true - B:toolHeadPickaxeNickelZincFerrite_true=true - B:toolHeadPickaxeNickel_true=true - B:toolHeadPickaxeOlivine_true=true - B:toolHeadPickaxeOpal_true=true - B:toolHeadPickaxeOsmiridium_true=true - B:toolHeadPickaxeOsmium_true=true - B:toolHeadPickaxePalladium_true=true - B:toolHeadPickaxePigIron_true=true - B:toolHeadPickaxePlastic_true=true - B:toolHeadPickaxePlatinum_true=true - B:toolHeadPickaxePlutonium241_true=true - B:toolHeadPickaxePlutonium_true=true - B:toolHeadPickaxePolycaprolactam_true=true - B:toolHeadPickaxePolyphenyleneSulfide_true=true - B:toolHeadPickaxePolystyrene_true=true - B:toolHeadPickaxePolytetrafluoroethylene_true=true - B:toolHeadPickaxePolyvinylChloride_true=true - B:toolHeadPickaxeRedSteel_true=true - B:toolHeadPickaxeRoseGold_true=true - B:toolHeadPickaxeRubber_true=true - B:toolHeadPickaxeRuby_true=true - B:toolHeadPickaxeSapphire_true=true - B:toolHeadPickaxeSilicone_true=true - B:toolHeadPickaxeSilver_true=true - B:toolHeadPickaxeStainlessSteel_true=true - B:toolHeadPickaxeSteelMagnetic_true=true - B:toolHeadPickaxeSteel_true=true - B:toolHeadPickaxeSterlingSilver_true=true - B:toolHeadPickaxeStone_true=true - B:toolHeadPickaxeStyreneButadieneRubber_true=true - B:toolHeadPickaxeTanzanite_true=true - B:toolHeadPickaxeThorium_true=true - B:toolHeadPickaxeTinAlloy_true=true - B:toolHeadPickaxeTitanium_true=true - B:toolHeadPickaxeTopaz_true=true - B:toolHeadPickaxeTritanium_true=true - B:toolHeadPickaxeTungstenCarbide_true=true - B:toolHeadPickaxeTungstenSteel_true=true - B:toolHeadPickaxeTungsten_true=true - B:toolHeadPickaxeUltimet_true=true - B:toolHeadPickaxeUranium235_true=true - B:toolHeadPickaxeUranium_true=true - B:toolHeadPickaxeVanadiumSteel_true=true - B:toolHeadPickaxeWroughtIron_true=true - B:toolHeadPlowAluminium_true=true - B:toolHeadPlowAmethyst_true=true - B:toolHeadPlowBeryllium_true=true - B:toolHeadPlowBismuthBronze_true=true - B:toolHeadPlowBismuth_true=true - B:toolHeadPlowBlackBronze_true=true - B:toolHeadPlowBlackSteel_true=true - B:toolHeadPlowBlaze_true=true - B:toolHeadPlowBlueSteel_true=true - B:toolHeadPlowBlueTopaz_true=true - B:toolHeadPlowBrass_true=true - B:toolHeadPlowBronze_true=true - B:toolHeadPlowCarbon_true=true - B:toolHeadPlowCertusQuartz_true=true - B:toolHeadPlowChrome_true=true - B:toolHeadPlowCobaltBrass_true=true - B:toolHeadPlowCobalt_true=true - B:toolHeadPlowCupronickel_true=true - B:toolHeadPlowDamascusSteel_true=true - B:toolHeadPlowDarkSteel_true=true - B:toolHeadPlowDiamond_true=true - B:toolHeadPlowDuranium_true=true - B:toolHeadPlowElectrum_true=true - B:toolHeadPlowEmerald_true=true - B:toolHeadPlowEpoxidFiberReinforced_true=true - B:toolHeadPlowEpoxid_true=true - B:toolHeadPlowFlint_true=true - B:toolHeadPlowGarnetRed_true=true - B:toolHeadPlowGarnetYellow_true=true - B:toolHeadPlowGold_true=true - B:toolHeadPlowGraniteBlack_true=true - B:toolHeadPlowGraniteRed_true=true - B:toolHeadPlowGraphene_true=true - B:toolHeadPlowGraphite_true=true - B:toolHeadPlowGreenSapphire_true=true - B:toolHeadPlowHSSE_true=true - B:toolHeadPlowHSSG_true=true - B:toolHeadPlowHSSS_true=true - B:toolHeadPlowInvar_true=true - B:toolHeadPlowIridium_true=true - B:toolHeadPlowIronMagnetic_true=true - B:toolHeadPlowIron_true=true - B:toolHeadPlowKanthal_true=true - B:toolHeadPlowLead_true=true - B:toolHeadPlowMagnalium_true=true - B:toolHeadPlowManganese_true=true - B:toolHeadPlowMithril_true=true - B:toolHeadPlowMolybdenum_true=true - B:toolHeadPlowNaquadahAlloy_true=true - B:toolHeadPlowNaquadahEnriched_true=true - B:toolHeadPlowNaquadah_true=true - B:toolHeadPlowNaquadria_true=true - B:toolHeadPlowNeodymiumMagnetic_true=true - B:toolHeadPlowNeodymium_true=true - B:toolHeadPlowNetherQuartz_true=true - B:toolHeadPlowNetherStar_true=true - B:toolHeadPlowNeutronium_true=true - B:toolHeadPlowNichrome_true=true - B:toolHeadPlowNickelZincFerrite_true=true - B:toolHeadPlowNickel_true=true - B:toolHeadPlowOlivine_true=true - B:toolHeadPlowOpal_true=true - B:toolHeadPlowOsmiridium_true=true - B:toolHeadPlowOsmium_true=true - B:toolHeadPlowPalladium_true=true - B:toolHeadPlowPigIron_true=true - B:toolHeadPlowPlastic_true=true - B:toolHeadPlowPlatinum_true=true - B:toolHeadPlowPlutonium241_true=true - B:toolHeadPlowPlutonium_true=true - B:toolHeadPlowPolycaprolactam_true=true - B:toolHeadPlowPolyphenyleneSulfide_true=true - B:toolHeadPlowPolystyrene_true=true - B:toolHeadPlowPolytetrafluoroethylene_true=true - B:toolHeadPlowPolyvinylChloride_true=true - B:toolHeadPlowRedSteel_true=true - B:toolHeadPlowRoseGold_true=true - B:toolHeadPlowRubber_true=true - B:toolHeadPlowRuby_true=true - B:toolHeadPlowSapphire_true=true - B:toolHeadPlowSilicone_true=true - B:toolHeadPlowSilver_true=true - B:toolHeadPlowStainlessSteel_true=true - B:toolHeadPlowSteelMagnetic_true=true - B:toolHeadPlowSteel_true=true - B:toolHeadPlowSterlingSilver_true=true - B:toolHeadPlowStone_true=true - B:toolHeadPlowStyreneButadieneRubber_true=true - B:toolHeadPlowTanzanite_true=true - B:toolHeadPlowThorium_true=true - B:toolHeadPlowTinAlloy_true=true - B:toolHeadPlowTitanium_true=true - B:toolHeadPlowTopaz_true=true - B:toolHeadPlowTritanium_true=true - B:toolHeadPlowTungstenCarbide_true=true - B:toolHeadPlowTungstenSteel_true=true - B:toolHeadPlowTungsten_true=true - B:toolHeadPlowUltimet_true=true - B:toolHeadPlowUranium235_true=true - B:toolHeadPlowUranium_true=true - B:toolHeadPlowVanadiumSteel_true=true - B:toolHeadPlowWroughtIron_true=true - B:toolHeadSawAluminium_true=true - B:toolHeadSawBeryllium_true=true - B:toolHeadSawBismuthBronze_true=true - B:toolHeadSawBismuth_true=true - B:toolHeadSawBlackBronze_true=true - B:toolHeadSawBlackSteel_true=true - B:toolHeadSawBlaze_true=true - B:toolHeadSawBlueSteel_true=true - B:toolHeadSawBrass_true=true - B:toolHeadSawBronze_true=true - B:toolHeadSawCarbon_true=true - B:toolHeadSawChrome_true=true - B:toolHeadSawCobaltBrass_true=true - B:toolHeadSawCobalt_true=true - B:toolHeadSawCupronickel_true=true - B:toolHeadSawDamascusSteel_true=true - B:toolHeadSawDarkSteel_true=true - B:toolHeadSawDuranium_true=true - B:toolHeadSawElectrum_true=true - B:toolHeadSawEpoxidFiberReinforced_true=true - B:toolHeadSawEpoxid_true=true - B:toolHeadSawGold_true=true - B:toolHeadSawGraphene_true=true - B:toolHeadSawHSSE_true=true - B:toolHeadSawHSSG_true=true - B:toolHeadSawHSSS_true=true - B:toolHeadSawInvar_true=true - B:toolHeadSawIridium_true=true - B:toolHeadSawIronMagnetic_true=true - B:toolHeadSawIron_true=true - B:toolHeadSawKanthal_true=true - B:toolHeadSawLead_true=true - B:toolHeadSawMagnalium_true=true - B:toolHeadSawManganese_true=true - B:toolHeadSawMithril_true=true - B:toolHeadSawMolybdenum_true=true - B:toolHeadSawNaquadahAlloy_true=true - B:toolHeadSawNaquadahEnriched_true=true - B:toolHeadSawNaquadah_true=true - B:toolHeadSawNaquadria_true=true - B:toolHeadSawNeodymiumMagnetic_true=true - B:toolHeadSawNeodymium_true=true - B:toolHeadSawNeutronium_true=true - B:toolHeadSawNichrome_true=true - B:toolHeadSawNickelZincFerrite_true=true - B:toolHeadSawNickel_true=true - B:toolHeadSawOsmiridium_true=true - B:toolHeadSawOsmium_true=true - B:toolHeadSawPalladium_true=true - B:toolHeadSawPigIron_true=true - B:toolHeadSawPlatinum_true=true - B:toolHeadSawPlutonium241_true=true - B:toolHeadSawPlutonium_true=true - B:toolHeadSawPolycaprolactam_true=true - B:toolHeadSawPolyphenyleneSulfide_true=true - B:toolHeadSawPolytetrafluoroethylene_true=true - B:toolHeadSawRedSteel_true=true - B:toolHeadSawRoseGold_true=true - B:toolHeadSawSilver_true=true - B:toolHeadSawStainlessSteel_true=true - B:toolHeadSawSteelMagnetic_true=true - B:toolHeadSawSteel_true=true - B:toolHeadSawSterlingSilver_true=true - B:toolHeadSawThorium_true=true - B:toolHeadSawTinAlloy_true=true - B:toolHeadSawTitanium_true=true - B:toolHeadSawTritanium_true=true - B:toolHeadSawTungstenCarbide_true=true - B:toolHeadSawTungstenSteel_true=true - B:toolHeadSawTungsten_true=true - B:toolHeadSawUltimet_true=true - B:toolHeadSawUranium235_true=true - B:toolHeadSawUranium_true=true - B:toolHeadSawVanadiumSteel_true=true - B:toolHeadSawWroughtIron_true=true - B:toolHeadSenseAluminium_true=true - B:toolHeadSenseAmethyst_true=true - B:toolHeadSenseBeryllium_true=true - B:toolHeadSenseBismuthBronze_true=true - B:toolHeadSenseBismuth_true=true - B:toolHeadSenseBlackBronze_true=true - B:toolHeadSenseBlackSteel_true=true - B:toolHeadSenseBlaze_true=true - B:toolHeadSenseBlueSteel_true=true - B:toolHeadSenseBlueTopaz_true=true - B:toolHeadSenseBrass_true=true - B:toolHeadSenseBronze_true=true - B:toolHeadSenseCarbon_true=true - B:toolHeadSenseCertusQuartz_true=true - B:toolHeadSenseChrome_true=true - B:toolHeadSenseCobaltBrass_true=true - B:toolHeadSenseCobalt_true=true - B:toolHeadSenseCupronickel_true=true - B:toolHeadSenseDamascusSteel_true=true - B:toolHeadSenseDarkSteel_true=true - B:toolHeadSenseDiamond_true=true - B:toolHeadSenseDuranium_true=true - B:toolHeadSenseElectrum_true=true - B:toolHeadSenseEmerald_true=true - B:toolHeadSenseEpoxidFiberReinforced_true=true - B:toolHeadSenseEpoxid_true=true - B:toolHeadSenseFlint_true=true - B:toolHeadSenseGarnetRed_true=true - B:toolHeadSenseGarnetYellow_true=true - B:toolHeadSenseGold_true=true - B:toolHeadSenseGraniteBlack_true=true - B:toolHeadSenseGraniteRed_true=true - B:toolHeadSenseGraphene_true=true - B:toolHeadSenseGraphite_true=true - B:toolHeadSenseGreenSapphire_true=true - B:toolHeadSenseHSSE_true=true - B:toolHeadSenseHSSG_true=true - B:toolHeadSenseHSSS_true=true - B:toolHeadSenseInvar_true=true - B:toolHeadSenseIridium_true=true - B:toolHeadSenseIronMagnetic_true=true - B:toolHeadSenseIron_true=true - B:toolHeadSenseKanthal_true=true - B:toolHeadSenseLead_true=true - B:toolHeadSenseMagnalium_true=true - B:toolHeadSenseManganese_true=true - B:toolHeadSenseMithril_true=true - B:toolHeadSenseMolybdenum_true=true - B:toolHeadSenseNaquadahAlloy_true=true - B:toolHeadSenseNaquadahEnriched_true=true - B:toolHeadSenseNaquadah_true=true - B:toolHeadSenseNaquadria_true=true - B:toolHeadSenseNeodymiumMagnetic_true=true - B:toolHeadSenseNeodymium_true=true - B:toolHeadSenseNetherQuartz_true=true - B:toolHeadSenseNetherStar_true=true - B:toolHeadSenseNeutronium_true=true - B:toolHeadSenseNichrome_true=true - B:toolHeadSenseNickelZincFerrite_true=true - B:toolHeadSenseNickel_true=true - B:toolHeadSenseOlivine_true=true - B:toolHeadSenseOpal_true=true - B:toolHeadSenseOsmiridium_true=true - B:toolHeadSenseOsmium_true=true - B:toolHeadSensePalladium_true=true - B:toolHeadSensePigIron_true=true - B:toolHeadSensePlastic_true=true - B:toolHeadSensePlatinum_true=true - B:toolHeadSensePlutonium241_true=true - B:toolHeadSensePlutonium_true=true - B:toolHeadSensePolycaprolactam_true=true - B:toolHeadSensePolyphenyleneSulfide_true=true - B:toolHeadSensePolystyrene_true=true - B:toolHeadSensePolytetrafluoroethylene_true=true - B:toolHeadSensePolyvinylChloride_true=true - B:toolHeadSenseRedSteel_true=true - B:toolHeadSenseRoseGold_true=true - B:toolHeadSenseRubber_true=true - B:toolHeadSenseRuby_true=true - B:toolHeadSenseSapphire_true=true - B:toolHeadSenseSilicone_true=true - B:toolHeadSenseSilver_true=true - B:toolHeadSenseStainlessSteel_true=true - B:toolHeadSenseSteelMagnetic_true=true - B:toolHeadSenseSteel_true=true - B:toolHeadSenseSterlingSilver_true=true - B:toolHeadSenseStone_true=true - B:toolHeadSenseStyreneButadieneRubber_true=true - B:toolHeadSenseTanzanite_true=true - B:toolHeadSenseThorium_true=true - B:toolHeadSenseTinAlloy_true=true - B:toolHeadSenseTitanium_true=true - B:toolHeadSenseTopaz_true=true - B:toolHeadSenseTritanium_true=true - B:toolHeadSenseTungstenCarbide_true=true - B:toolHeadSenseTungstenSteel_true=true - B:toolHeadSenseTungsten_true=true - B:toolHeadSenseUltimet_true=true - B:toolHeadSenseUranium235_true=true - B:toolHeadSenseUranium_true=true - B:toolHeadSenseVanadiumSteel_true=true - B:toolHeadSenseWroughtIron_true=true - B:toolHeadShovelAluminium_true=true - B:toolHeadShovelAmethyst_true=true - B:toolHeadShovelBeryllium_true=true - B:toolHeadShovelBismuthBronze_true=true - B:toolHeadShovelBismuth_true=true - B:toolHeadShovelBlackBronze_true=true - B:toolHeadShovelBlackSteel_true=true - B:toolHeadShovelBlaze_true=true - B:toolHeadShovelBlueSteel_true=true - B:toolHeadShovelBlueTopaz_true=true - B:toolHeadShovelBrass_true=true - B:toolHeadShovelBronze_true=true - B:toolHeadShovelCarbon_true=true - B:toolHeadShovelCertusQuartz_true=true - B:toolHeadShovelChrome_true=true - B:toolHeadShovelCobaltBrass_true=true - B:toolHeadShovelCobalt_true=true - B:toolHeadShovelCupronickel_true=true - B:toolHeadShovelDamascusSteel_true=true - B:toolHeadShovelDarkSteel_true=true - B:toolHeadShovelDiamond_true=true - B:toolHeadShovelDuranium_true=true - B:toolHeadShovelElectrum_true=true - B:toolHeadShovelEmerald_true=true - B:toolHeadShovelEpoxidFiberReinforced_true=true - B:toolHeadShovelEpoxid_true=true - B:toolHeadShovelFlint_true=true - B:toolHeadShovelGarnetRed_true=true - B:toolHeadShovelGarnetYellow_true=true - B:toolHeadShovelGold_true=true - B:toolHeadShovelGraniteBlack_true=true - B:toolHeadShovelGraniteRed_true=true - B:toolHeadShovelGraphene_true=true - B:toolHeadShovelGraphite_true=true - B:toolHeadShovelGreenSapphire_true=true - B:toolHeadShovelHSSE_true=true - B:toolHeadShovelHSSG_true=true - B:toolHeadShovelHSSS_true=true - B:toolHeadShovelInvar_true=true - B:toolHeadShovelIridium_true=true - B:toolHeadShovelIronMagnetic_true=true - B:toolHeadShovelIron_true=true - B:toolHeadShovelKanthal_true=true - B:toolHeadShovelLead_true=true - B:toolHeadShovelMagnalium_true=true - B:toolHeadShovelManganese_true=true - B:toolHeadShovelMithril_true=true - B:toolHeadShovelMolybdenum_true=true - B:toolHeadShovelNaquadahAlloy_true=true - B:toolHeadShovelNaquadahEnriched_true=true - B:toolHeadShovelNaquadah_true=true - B:toolHeadShovelNaquadria_true=true - B:toolHeadShovelNeodymiumMagnetic_true=true - B:toolHeadShovelNeodymium_true=true - B:toolHeadShovelNetherQuartz_true=true - B:toolHeadShovelNetherStar_true=true - B:toolHeadShovelNeutronium_true=true - B:toolHeadShovelNichrome_true=true - B:toolHeadShovelNickelZincFerrite_true=true - B:toolHeadShovelNickel_true=true - B:toolHeadShovelOlivine_true=true - B:toolHeadShovelOpal_true=true - B:toolHeadShovelOsmiridium_true=true - B:toolHeadShovelOsmium_true=true - B:toolHeadShovelPalladium_true=true - B:toolHeadShovelPigIron_true=true - B:toolHeadShovelPlastic_true=true - B:toolHeadShovelPlatinum_true=true - B:toolHeadShovelPlutonium241_true=true - B:toolHeadShovelPlutonium_true=true - B:toolHeadShovelPolycaprolactam_true=true - B:toolHeadShovelPolyphenyleneSulfide_true=true - B:toolHeadShovelPolystyrene_true=true - B:toolHeadShovelPolytetrafluoroethylene_true=true - B:toolHeadShovelPolyvinylChloride_true=true - B:toolHeadShovelRedSteel_true=true - B:toolHeadShovelRoseGold_true=true - B:toolHeadShovelRubber_true=true - B:toolHeadShovelRuby_true=true - B:toolHeadShovelSapphire_true=true - B:toolHeadShovelSilicone_true=true - B:toolHeadShovelSilver_true=true - B:toolHeadShovelStainlessSteel_true=true - B:toolHeadShovelSteelMagnetic_true=true - B:toolHeadShovelSteel_true=true - B:toolHeadShovelSterlingSilver_true=true - B:toolHeadShovelStone_true=true - B:toolHeadShovelStyreneButadieneRubber_true=true - B:toolHeadShovelTanzanite_true=true - B:toolHeadShovelThorium_true=true - B:toolHeadShovelTinAlloy_true=true - B:toolHeadShovelTitanium_true=true - B:toolHeadShovelTopaz_true=true - B:toolHeadShovelTritanium_true=true - B:toolHeadShovelTungstenCarbide_true=true - B:toolHeadShovelTungstenSteel_true=true - B:toolHeadShovelTungsten_true=true - B:toolHeadShovelUltimet_true=true - B:toolHeadShovelUranium235_true=true - B:toolHeadShovelUranium_true=true - B:toolHeadShovelVanadiumSteel_true=true - B:toolHeadShovelWroughtIron_true=true - B:toolHeadSwordAluminium_true=true - B:toolHeadSwordAmethyst_true=true - B:toolHeadSwordBeryllium_true=true - B:toolHeadSwordBismuthBronze_true=true - B:toolHeadSwordBismuth_true=true - B:toolHeadSwordBlackBronze_true=true - B:toolHeadSwordBlackSteel_true=true - B:toolHeadSwordBlaze_true=true - B:toolHeadSwordBlueSteel_true=true - B:toolHeadSwordBlueTopaz_true=true - B:toolHeadSwordBrass_true=true - B:toolHeadSwordBronze_true=true - B:toolHeadSwordCarbon_true=true - B:toolHeadSwordCertusQuartz_true=true - B:toolHeadSwordChrome_true=true - B:toolHeadSwordCobaltBrass_true=true - B:toolHeadSwordCobalt_true=true - B:toolHeadSwordCupronickel_true=true - B:toolHeadSwordDamascusSteel_true=true - B:toolHeadSwordDarkSteel_true=true - B:toolHeadSwordDiamond_true=true - B:toolHeadSwordDuranium_true=true - B:toolHeadSwordElectrum_true=true - B:toolHeadSwordEmerald_true=true - B:toolHeadSwordEpoxidFiberReinforced_true=true - B:toolHeadSwordEpoxid_true=true - B:toolHeadSwordFlint_true=true - B:toolHeadSwordGarnetRed_true=true - B:toolHeadSwordGarnetYellow_true=true - B:toolHeadSwordGold_true=true - B:toolHeadSwordGraniteBlack_true=true - B:toolHeadSwordGraniteRed_true=true - B:toolHeadSwordGraphene_true=true - B:toolHeadSwordGraphite_true=true - B:toolHeadSwordGreenSapphire_true=true - B:toolHeadSwordHSSE_true=true - B:toolHeadSwordHSSG_true=true - B:toolHeadSwordHSSS_true=true - B:toolHeadSwordInvar_true=true - B:toolHeadSwordIridium_true=true - B:toolHeadSwordIronMagnetic_true=true - B:toolHeadSwordIron_true=true - B:toolHeadSwordKanthal_true=true - B:toolHeadSwordLead_true=true - B:toolHeadSwordMagnalium_true=true - B:toolHeadSwordManganese_true=true - B:toolHeadSwordMithril_true=true - B:toolHeadSwordMolybdenum_true=true - B:toolHeadSwordNaquadahAlloy_true=true - B:toolHeadSwordNaquadahEnriched_true=true - B:toolHeadSwordNaquadah_true=true - B:toolHeadSwordNaquadria_true=true - B:toolHeadSwordNeodymiumMagnetic_true=true - B:toolHeadSwordNeodymium_true=true - B:toolHeadSwordNetherQuartz_true=true - B:toolHeadSwordNetherStar_true=true - B:toolHeadSwordNeutronium_true=true - B:toolHeadSwordNichrome_true=true - B:toolHeadSwordNickelZincFerrite_true=true - B:toolHeadSwordNickel_true=true - B:toolHeadSwordOlivine_true=true - B:toolHeadSwordOpal_true=true - B:toolHeadSwordOsmiridium_true=true - B:toolHeadSwordOsmium_true=true - B:toolHeadSwordPalladium_true=true - B:toolHeadSwordPigIron_true=true - B:toolHeadSwordPlastic_true=true - B:toolHeadSwordPlatinum_true=true - B:toolHeadSwordPlutonium241_true=true - B:toolHeadSwordPlutonium_true=true - B:toolHeadSwordPolycaprolactam_true=true - B:toolHeadSwordPolyphenyleneSulfide_true=true - B:toolHeadSwordPolystyrene_true=true - B:toolHeadSwordPolytetrafluoroethylene_true=true - B:toolHeadSwordPolyvinylChloride_true=true - B:toolHeadSwordRedSteel_true=true - B:toolHeadSwordRoseGold_true=true - B:toolHeadSwordRubber_true=true - B:toolHeadSwordRuby_true=true - B:toolHeadSwordSapphire_true=true - B:toolHeadSwordSilicone_true=true - B:toolHeadSwordSilver_true=true - B:toolHeadSwordStainlessSteel_true=true - B:toolHeadSwordSteelMagnetic_true=true - B:toolHeadSwordSteel_true=true - B:toolHeadSwordSterlingSilver_true=true - B:toolHeadSwordStone_true=true - B:toolHeadSwordStyreneButadieneRubber_true=true - B:toolHeadSwordTanzanite_true=true - B:toolHeadSwordThorium_true=true - B:toolHeadSwordTinAlloy_true=true - B:toolHeadSwordTitanium_true=true - B:toolHeadSwordTopaz_true=true - B:toolHeadSwordTritanium_true=true - B:toolHeadSwordTungstenCarbide_true=true - B:toolHeadSwordTungstenSteel_true=true - B:toolHeadSwordTungsten_true=true - B:toolHeadSwordUltimet_true=true - B:toolHeadSwordUranium235_true=true - B:toolHeadSwordUranium_true=true - B:toolHeadSwordVanadiumSteel_true=true - B:toolHeadSwordWroughtIron_true=true - B:toolHeadUniversalSpadeAluminium_true=true - B:toolHeadUniversalSpadeAmethyst_true=true - B:toolHeadUniversalSpadeBeryllium_true=true - B:toolHeadUniversalSpadeBismuthBronze_true=true - B:toolHeadUniversalSpadeBismuth_true=true - B:toolHeadUniversalSpadeBlackBronze_true=true - B:toolHeadUniversalSpadeBlackSteel_true=true - B:toolHeadUniversalSpadeBlaze_true=true - B:toolHeadUniversalSpadeBlueSteel_true=true - B:toolHeadUniversalSpadeBlueTopaz_true=true - B:toolHeadUniversalSpadeBrass_true=true - B:toolHeadUniversalSpadeBronze_true=true - B:toolHeadUniversalSpadeCarbon_true=true - B:toolHeadUniversalSpadeCertusQuartz_true=true - B:toolHeadUniversalSpadeChrome_true=true - B:toolHeadUniversalSpadeCobaltBrass_true=true - B:toolHeadUniversalSpadeCobalt_true=true - B:toolHeadUniversalSpadeCupronickel_true=true - B:toolHeadUniversalSpadeDamascusSteel_true=true - B:toolHeadUniversalSpadeDarkSteel_true=true - B:toolHeadUniversalSpadeDiamond_true=true - B:toolHeadUniversalSpadeDuranium_true=true - B:toolHeadUniversalSpadeElectrum_true=true - B:toolHeadUniversalSpadeEmerald_true=true - B:toolHeadUniversalSpadeEpoxidFiberReinforced_true=true - B:toolHeadUniversalSpadeEpoxid_true=true - B:toolHeadUniversalSpadeFlint_true=true - B:toolHeadUniversalSpadeGarnetRed_true=true - B:toolHeadUniversalSpadeGarnetYellow_true=true - B:toolHeadUniversalSpadeGold_true=true - B:toolHeadUniversalSpadeGraniteBlack_true=true - B:toolHeadUniversalSpadeGraniteRed_true=true - B:toolHeadUniversalSpadeGraphene_true=true - B:toolHeadUniversalSpadeGraphite_true=true - B:toolHeadUniversalSpadeGreenSapphire_true=true - B:toolHeadUniversalSpadeHSSE_true=true - B:toolHeadUniversalSpadeHSSG_true=true - B:toolHeadUniversalSpadeHSSS_true=true - B:toolHeadUniversalSpadeInvar_true=true - B:toolHeadUniversalSpadeIridium_true=true - B:toolHeadUniversalSpadeIronMagnetic_true=true - B:toolHeadUniversalSpadeIron_true=true - B:toolHeadUniversalSpadeKanthal_true=true - B:toolHeadUniversalSpadeLead_true=true - B:toolHeadUniversalSpadeMagnalium_true=true - B:toolHeadUniversalSpadeManganese_true=true - B:toolHeadUniversalSpadeMithril_true=true - B:toolHeadUniversalSpadeMolybdenum_true=true - B:toolHeadUniversalSpadeNaquadahAlloy_true=true - B:toolHeadUniversalSpadeNaquadahEnriched_true=true - B:toolHeadUniversalSpadeNaquadah_true=true - B:toolHeadUniversalSpadeNaquadria_true=true - B:toolHeadUniversalSpadeNeodymiumMagnetic_true=true - B:toolHeadUniversalSpadeNeodymium_true=true - B:toolHeadUniversalSpadeNetherQuartz_true=true - B:toolHeadUniversalSpadeNetherStar_true=true - B:toolHeadUniversalSpadeNeutronium_true=true - B:toolHeadUniversalSpadeNichrome_true=true - B:toolHeadUniversalSpadeNickelZincFerrite_true=true - B:toolHeadUniversalSpadeNickel_true=true - B:toolHeadUniversalSpadeOlivine_true=true - B:toolHeadUniversalSpadeOpal_true=true - B:toolHeadUniversalSpadeOsmiridium_true=true - B:toolHeadUniversalSpadeOsmium_true=true - B:toolHeadUniversalSpadePalladium_true=true - B:toolHeadUniversalSpadePigIron_true=true - B:toolHeadUniversalSpadePlastic_true=true - B:toolHeadUniversalSpadePlatinum_true=true - B:toolHeadUniversalSpadePlutonium241_true=true - B:toolHeadUniversalSpadePlutonium_true=true - B:toolHeadUniversalSpadePolycaprolactam_true=true - B:toolHeadUniversalSpadePolyphenyleneSulfide_true=true - B:toolHeadUniversalSpadePolystyrene_true=true - B:toolHeadUniversalSpadePolytetrafluoroethylene_true=true - B:toolHeadUniversalSpadePolyvinylChloride_true=true - B:toolHeadUniversalSpadeRedSteel_true=true - B:toolHeadUniversalSpadeRoseGold_true=true - B:toolHeadUniversalSpadeRubber_true=true - B:toolHeadUniversalSpadeRuby_true=true - B:toolHeadUniversalSpadeSapphire_true=true - B:toolHeadUniversalSpadeSilicone_true=true - B:toolHeadUniversalSpadeSilver_true=true - B:toolHeadUniversalSpadeStainlessSteel_true=true - B:toolHeadUniversalSpadeSteelMagnetic_true=true - B:toolHeadUniversalSpadeSteel_true=true - B:toolHeadUniversalSpadeSterlingSilver_true=true - B:toolHeadUniversalSpadeStone_true=true - B:toolHeadUniversalSpadeStyreneButadieneRubber_true=true - B:toolHeadUniversalSpadeTanzanite_true=true - B:toolHeadUniversalSpadeThorium_true=true - B:toolHeadUniversalSpadeTinAlloy_true=true - B:toolHeadUniversalSpadeTitanium_true=true - B:toolHeadUniversalSpadeTopaz_true=true - B:toolHeadUniversalSpadeTritanium_true=true - B:toolHeadUniversalSpadeTungstenCarbide_true=true - B:toolHeadUniversalSpadeTungstenSteel_true=true - B:toolHeadUniversalSpadeTungsten_true=true - B:toolHeadUniversalSpadeUltimet_true=true - B:toolHeadUniversalSpadeUranium235_true=true - B:toolHeadUniversalSpadeUranium_true=true - B:toolHeadUniversalSpadeVanadiumSteel_true=true - B:toolHeadUniversalSpadeWroughtIron_true=true - B:toolHeadWrenchAluminium_true=true - B:toolHeadWrenchBeryllium_true=true - B:toolHeadWrenchBismuthBronze_true=true - B:toolHeadWrenchBismuth_true=true - B:toolHeadWrenchBlackBronze_true=true - B:toolHeadWrenchBlackSteel_true=true - B:toolHeadWrenchBlaze_true=true - B:toolHeadWrenchBlueSteel_true=true - B:toolHeadWrenchBrass_true=true - B:toolHeadWrenchBronze_true=true - B:toolHeadWrenchCarbon_true=true - B:toolHeadWrenchChrome_true=true - B:toolHeadWrenchCobaltBrass_true=true - B:toolHeadWrenchCobalt_true=true - B:toolHeadWrenchCupronickel_true=true - B:toolHeadWrenchDamascusSteel_true=true - B:toolHeadWrenchDarkSteel_true=true - B:toolHeadWrenchDuranium_true=true - B:toolHeadWrenchElectrum_true=true - B:toolHeadWrenchEpoxidFiberReinforced_true=true - B:toolHeadWrenchEpoxid_true=true - B:toolHeadWrenchGold_true=true - B:toolHeadWrenchGraphene_true=true - B:toolHeadWrenchHSSE_true=true - B:toolHeadWrenchHSSG_true=true - B:toolHeadWrenchHSSS_true=true - B:toolHeadWrenchInvar_true=true - B:toolHeadWrenchIridium_true=true - B:toolHeadWrenchIronMagnetic_true=true - B:toolHeadWrenchIron_true=true - B:toolHeadWrenchKanthal_true=true - B:toolHeadWrenchLead_true=true - B:toolHeadWrenchMagnalium_true=true - B:toolHeadWrenchManganese_true=true - B:toolHeadWrenchMithril_true=true - B:toolHeadWrenchMolybdenum_true=true - B:toolHeadWrenchNaquadahAlloy_true=true - B:toolHeadWrenchNaquadahEnriched_true=true - B:toolHeadWrenchNaquadah_true=true - B:toolHeadWrenchNaquadria_true=true - B:toolHeadWrenchNeodymiumMagnetic_true=true - B:toolHeadWrenchNeodymium_true=true - B:toolHeadWrenchNeutronium_true=true - B:toolHeadWrenchNichrome_true=true - B:toolHeadWrenchNickelZincFerrite_true=true - B:toolHeadWrenchNickel_true=true - B:toolHeadWrenchOsmiridium_true=true - B:toolHeadWrenchOsmium_true=true - B:toolHeadWrenchPalladium_true=true - B:toolHeadWrenchPigIron_true=true - B:toolHeadWrenchPlatinum_true=true - B:toolHeadWrenchPlutonium241_true=true - B:toolHeadWrenchPlutonium_true=true - B:toolHeadWrenchPolycaprolactam_true=true - B:toolHeadWrenchPolyphenyleneSulfide_true=true - B:toolHeadWrenchPolytetrafluoroethylene_true=true - B:toolHeadWrenchRedSteel_true=true - B:toolHeadWrenchRoseGold_true=true - B:toolHeadWrenchSilver_true=true - B:toolHeadWrenchStainlessSteel_true=true - B:toolHeadWrenchSteelMagnetic_true=true - B:toolHeadWrenchSteel_true=true - B:toolHeadWrenchSterlingSilver_true=true - B:toolHeadWrenchThorium_true=true - B:toolHeadWrenchTinAlloy_true=true - B:toolHeadWrenchTitanium_true=true - B:toolHeadWrenchTritanium_true=true - B:toolHeadWrenchTungstenCarbide_true=true - B:toolHeadWrenchTungstenSteel_true=true - B:toolHeadWrenchTungsten_true=true - B:toolHeadWrenchUltimet_true=true - B:toolHeadWrenchUranium235_true=true - B:toolHeadWrenchUranium_true=true - B:toolHeadWrenchVanadiumSteel_true=true - B:toolHeadWrenchWroughtIron_true=true - B:turbineBladeAluminium_true=true - B:turbineBladeBeryllium_true=true - B:turbineBladeBismuthBronze_true=true - B:turbineBladeBismuth_true=true - B:turbineBladeBlackBronze_true=true - B:turbineBladeBlackSteel_true=true - B:turbineBladeBlaze_true=true - B:turbineBladeBlueSteel_true=true - B:turbineBladeBrass_true=true - B:turbineBladeBronze_true=true - B:turbineBladeCarbon_true=true - B:turbineBladeChrome_true=true - B:turbineBladeCobaltBrass_true=true - B:turbineBladeCobalt_true=true - B:turbineBladeCupronickel_true=true - B:turbineBladeDamascusSteel_true=true - B:turbineBladeDarkSteel_true=true - B:turbineBladeDuranium_true=true - B:turbineBladeElectrum_true=true - B:turbineBladeEpoxidFiberReinforced_true=true - B:turbineBladeEpoxid_true=true - B:turbineBladeGold_true=true - B:turbineBladeGraphene_true=true - B:turbineBladeHSSE_true=true - B:turbineBladeHSSG_true=true - B:turbineBladeHSSS_true=true - B:turbineBladeInvar_true=true - B:turbineBladeIridium_true=true - B:turbineBladeIronMagnetic_true=true - B:turbineBladeIron_true=true - B:turbineBladeKanthal_true=true - B:turbineBladeLead_true=true - B:turbineBladeMagnalium_true=true - B:turbineBladeManganese_true=true - B:turbineBladeMithril_true=true - B:turbineBladeMolybdenum_true=true - B:turbineBladeNaquadahAlloy_true=true - B:turbineBladeNaquadahEnriched_true=true - B:turbineBladeNaquadah_true=true - B:turbineBladeNaquadria_true=true - B:turbineBladeNeodymiumMagnetic_true=true - B:turbineBladeNeodymium_true=true - B:turbineBladeNeutronium_true=true - B:turbineBladeNichrome_true=true - B:turbineBladeNickelZincFerrite_true=true - B:turbineBladeNickel_true=true - B:turbineBladeOsmiridium_true=true - B:turbineBladeOsmium_true=true - B:turbineBladePalladium_true=true - B:turbineBladePigIron_true=true - B:turbineBladePlatinum_true=true - B:turbineBladePlutonium241_true=true - B:turbineBladePlutonium_true=true - B:turbineBladePolycaprolactam_true=true - B:turbineBladePolyphenyleneSulfide_true=true - B:turbineBladePolytetrafluoroethylene_true=true - B:turbineBladeRedSteel_true=true - B:turbineBladeRoseGold_true=true - B:turbineBladeSilver_true=true - B:turbineBladeStainlessSteel_true=true - B:turbineBladeSteelMagnetic_true=true - B:turbineBladeSteel_true=true - B:turbineBladeSterlingSilver_true=true - B:turbineBladeThorium_true=true - B:turbineBladeTinAlloy_true=true - B:turbineBladeTitanium_true=true - B:turbineBladeTritanium_true=true - B:turbineBladeTungstenCarbide_true=true - B:turbineBladeTungstenSteel_true=true - B:turbineBladeTungsten_true=true - B:turbineBladeUltimet_true=true - B:turbineBladeUranium235_true=true - B:turbineBladeUranium_true=true - B:turbineBladeVanadiumSteel_true=true - B:turbineBladeWroughtIron_true=true - B:wireFineAnnealedCopper_true=true - B:wireFineCopper_true=true - B:wireFineElectrum_true=true - B:wireFineGold_true=true - B:wireFineLead_true=true - B:wireFineNiobiumTitanium_true=true - B:wireFineOsmium_true=true - B:wireFinePlatinum_true=true - B:wireFineRedAlloy_true=true - B:wireFineSolderingAlloy_true=true - B:wireFineSteel_true=true - B:wireFineTin_true=true - B:wireFineYttriumBariumCuprate_true=true - B:wireGt01Aluminium_true=true - B:wireGt01AnnealedCopper_true=true - B:wireGt01BlackSteel_true=true - B:wireGt01Cobalt_true=true - B:wireGt01Copper_true=true - B:wireGt01Cupronickel_true=true - B:wireGt01Duranium_true=true - B:wireGt01Electrum_true=true - B:wireGt01Gold_true=true - B:wireGt01Graphene_true=true - B:wireGt01HSSG_true=true - B:wireGt01Iron_true=true - B:wireGt01Kanthal_true=true - B:wireGt01Lead_true=true - B:wireGt01NaquadahAlloy_true=true - B:wireGt01Naquadah_true=true - B:wireGt01Nichrome_true=true - B:wireGt01Nickel_true=true - B:wireGt01NiobiumTitanium_true=true - B:wireGt01Osmium_true=true - B:wireGt01Platinum_true=true - B:wireGt01RedAlloy_true=true - B:wireGt01Silver_true=true - B:wireGt01SolderingAlloy_true=true - B:wireGt01Steel_true=true - B:wireGt01Tin_true=true - B:wireGt01Titanium_true=true - B:wireGt01TungstenSteel_true=true - B:wireGt01Tungsten_true=true - B:wireGt01VanadiumGallium_true=true - B:wireGt01YttriumBariumCuprate_true=true - B:wireGt01Zinc_true=true - B:wireGt02Aluminium_true=true - B:wireGt02AnnealedCopper_true=true - B:wireGt02BlackSteel_true=true - B:wireGt02Cobalt_true=true - B:wireGt02Copper_true=true - B:wireGt02Cupronickel_true=true - B:wireGt02Duranium_true=true - B:wireGt02Electrum_true=true - B:wireGt02Gold_true=true - B:wireGt02Graphene_true=true - B:wireGt02HSSG_true=true - B:wireGt02Iron_true=true - B:wireGt02Kanthal_true=true - B:wireGt02Lead_true=true - B:wireGt02NaquadahAlloy_true=true - B:wireGt02Naquadah_true=true - B:wireGt02Nichrome_true=true - B:wireGt02Nickel_true=true - B:wireGt02NiobiumTitanium_true=true - B:wireGt02Osmium_true=true - B:wireGt02Platinum_true=true - B:wireGt02RedAlloy_true=true - B:wireGt02Silver_true=true - B:wireGt02SolderingAlloy_true=true - B:wireGt02Steel_true=true - B:wireGt02Tin_true=true - B:wireGt02Titanium_true=true - B:wireGt02TungstenSteel_true=true - B:wireGt02Tungsten_true=true - B:wireGt02VanadiumGallium_true=true - B:wireGt02YttriumBariumCuprate_true=true - B:wireGt02Zinc_true=true - B:wireGt04Aluminium_true=true - B:wireGt04AnnealedCopper_true=true - B:wireGt04BlackSteel_true=true - B:wireGt04Cobalt_true=true - B:wireGt04Copper_true=true - B:wireGt04Cupronickel_true=true - B:wireGt04Duranium_true=true - B:wireGt04Electrum_true=true - B:wireGt04Gold_true=true - B:wireGt04Graphene_true=true - B:wireGt04HSSG_true=true - B:wireGt04Iron_true=true - B:wireGt04Kanthal_true=true - B:wireGt04Lead_true=true - B:wireGt04NaquadahAlloy_true=true - B:wireGt04Naquadah_true=true - B:wireGt04Nichrome_true=true - B:wireGt04Nickel_true=true - B:wireGt04NiobiumTitanium_true=true - B:wireGt04Osmium_true=true - B:wireGt04Platinum_true=true - B:wireGt04RedAlloy_true=true - B:wireGt04Silver_true=true - B:wireGt04SolderingAlloy_true=true - B:wireGt04Steel_true=true - B:wireGt04Tin_true=true - B:wireGt04Titanium_true=true - B:wireGt04TungstenSteel_true=true - B:wireGt04Tungsten_true=true - B:wireGt04VanadiumGallium_true=true - B:wireGt04YttriumBariumCuprate_true=true - B:wireGt04Zinc_true=true - B:wireGt08Aluminium_true=true - B:wireGt08AnnealedCopper_true=true - B:wireGt08BlackSteel_true=true - B:wireGt08Cobalt_true=true - B:wireGt08Copper_true=true - B:wireGt08Cupronickel_true=true - B:wireGt08Duranium_true=true - B:wireGt08Electrum_true=true - B:wireGt08Gold_true=true - B:wireGt08Graphene_true=true - B:wireGt08HSSG_true=true - B:wireGt08Iron_true=true - B:wireGt08Kanthal_true=true - B:wireGt08Lead_true=true - B:wireGt08NaquadahAlloy_true=true - B:wireGt08Naquadah_true=true - B:wireGt08Nichrome_true=true - B:wireGt08Nickel_true=true - B:wireGt08NiobiumTitanium_true=true - B:wireGt08Osmium_true=true - B:wireGt08Platinum_true=true - B:wireGt08RedAlloy_true=true - B:wireGt08Silver_true=true - B:wireGt08SolderingAlloy_true=true - B:wireGt08Steel_true=true - B:wireGt08Tin_true=true - B:wireGt08Titanium_true=true - B:wireGt08TungstenSteel_true=true - B:wireGt08Tungsten_true=true - B:wireGt08VanadiumGallium_true=true - B:wireGt08YttriumBariumCuprate_true=true - B:wireGt08Zinc_true=true - B:wireGt12Aluminium_true=true - B:wireGt12AnnealedCopper_true=true - B:wireGt12BlackSteel_true=true - B:wireGt12Cobalt_true=true - B:wireGt12Copper_true=true - B:wireGt12Cupronickel_true=true - B:wireGt12Duranium_true=true - B:wireGt12Electrum_true=true - B:wireGt12Gold_true=true - B:wireGt12Graphene_true=true - B:wireGt12HSSG_true=true - B:wireGt12Iron_true=true - B:wireGt12Kanthal_true=true - B:wireGt12Lead_true=true - B:wireGt12NaquadahAlloy_true=true - B:wireGt12Naquadah_true=true - B:wireGt12Nichrome_true=true - B:wireGt12Nickel_true=true - B:wireGt12NiobiumTitanium_true=true - B:wireGt12Osmium_true=true - B:wireGt12Platinum_true=true - B:wireGt12RedAlloy_true=true - B:wireGt12Silver_true=true - B:wireGt12SolderingAlloy_true=true - B:wireGt12Steel_true=true - B:wireGt12Tin_true=true - B:wireGt12Titanium_true=true - B:wireGt12TungstenSteel_true=true - B:wireGt12Tungsten_true=true - B:wireGt12VanadiumGallium_true=true - B:wireGt12YttriumBariumCuprate_true=true - B:wireGt12Zinc_true=true - B:wireGt16Aluminium_true=true - B:wireGt16AnnealedCopper_true=true - B:wireGt16BlackSteel_true=true - B:wireGt16Cobalt_true=true - B:wireGt16Copper_true=true - B:wireGt16Cupronickel_true=true - B:wireGt16Duranium_true=true - B:wireGt16Electrum_true=true - B:wireGt16Gold_true=true - B:wireGt16Graphene_true=true - B:wireGt16HSSG_true=true - B:wireGt16Iron_true=true - B:wireGt16Kanthal_true=true - B:wireGt16Lead_true=true - B:wireGt16NaquadahAlloy_true=true - B:wireGt16Naquadah_true=true - B:wireGt16Nichrome_true=true - B:wireGt16Nickel_true=true - B:wireGt16NiobiumTitanium_true=true - B:wireGt16Osmium_true=true - B:wireGt16Platinum_true=true - B:wireGt16RedAlloy_true=true - B:wireGt16Silver_true=true - B:wireGt16SolderingAlloy_true=true - B:wireGt16Steel_true=true - B:wireGt16Tin_true=true - B:wireGt16Titanium_true=true - B:wireGt16TungstenSteel_true=true - B:wireGt16Tungsten_true=true - B:wireGt16VanadiumGallium_true=true - B:wireGt16YttriumBariumCuprate_true=true - B:wireGt16Zinc_true=true -} - - -sawmill { - B:ic2.blockRubWood_true=true - B:tile.log.acacia_true=true - B:tile.log.big_oak_true=true - B:tile.log.birch_true=true - B:tile.log.jungle_true=true - B:tile.log.oak_true=true - B:tile.log.spruce_true=true -} - - -scoop { - B:Flint_true=true -} - - -scrapboxdrops { - D:cellEmpty_2.0=2.0 - D:cellWater_1.0=1.0 - D:circuitPrimitive_3.5999999046325684=3.5999999046325684 - D:dustAluminium_0.5=0.5 - D:dustBauxite_0.5=0.5 - D:dustBrass_0.5=0.5 - D:dustCalcite_2.0=2.0 - D:dustCharcoal_2.5=2.5 - D:dustChrome_0.029999999329447746=0.029999999329447746 - D:dustCoal_0.800000011920929=0.800000011920929 - D:dustCopper_1.2000000476837158=1.2000000476837158 - D:dustElectrum_0.5=0.5 - D:dustEndstone_0.029999999329447746=0.029999999329447746 - D:dustFlint_4.0=4.0 - D:dustGarnetRed_0.5=0.5 - D:dustGarnetYellow_0.5=0.5 - D:dustGlowstone_0.800000011920929=0.800000011920929 - D:dustGold_1.0=1.0 - D:dustIron_1.0=1.0 - D:dustLazurite_2.0=2.0 - D:dustLead_0.5=0.5 - D:dustMagnesium_0.029999999329447746=0.029999999329447746 - D:dustNetherrack_4.0=4.0 - D:dustNickel_0.5=0.5 - D:dustObsidian_1.5=1.5 - D:dustPlatinum_0.029999999329447746=0.029999999329447746 - D:dustPyrite_2.0=2.0 - D:dustRedstone_0.8999999761581421=0.8999999761581421 - D:dustRubber_0.800000011920929=0.800000011920929 - D:dustSaltpeter_2.0=2.0 - D:dustSilicon_0.20000000298023224=0.20000000298023224 - D:dustSilver_0.5=0.5 - D:dustSodalite_2.0=2.0 - D:dustSteel_0.5=0.5 - D:dustSulfur_1.5=1.5 - D:dustTin_1.2000000476837158=1.2000000476837158 - D:dustTitanium_0.029999999329447746=0.029999999329447746 - D:dustTungsten_0.029999999329447746=0.029999999329447746 - D:dustWood_3.799999952316284=3.799999952316284 - D:dustZinc_0.5=0.5 - D:gemDiamond_0.05000000074505806=0.05000000074505806 - D:gemEmerald_0.05000000074505806=0.05000000074505806 - D:gemGreenSapphire_0.05000000074505806=0.05000000074505806 - D:gemOlivine_0.05000000074505806=0.05000000074505806 - D:gemRuby_0.05000000074505806=0.05000000074505806 - D:gemSapphire_0.05000000074505806=0.05000000074505806 - D:gt.metaitem.01.32710_1.7999999523162842=1.7999999523162842 - D:gt.metaitem.01.32711_0.4000000059604645=0.4000000059604645 - D:gt.metaitem.01.32712_0.20000000298023224=0.20000000298023224 - D:gt.metaitem.01.32715_0.800000011920929=0.800000011920929 - D:ic2.itemBatSU_2.700000047683716=2.700000047683716 - D:ic2.itemFuelPlantBall_0.699999988079071=0.699999988079071 - D:ic2.itemScrap_200.0=200.0 - D:ic2.itemTinCanFilled_1.0=1.0 - D:ic2.itemTinCanFilled_2.0=2.0 - D:item.apple_0.5=0.5 - D:item.beefCooked_0.4000000059604645=0.4000000059604645 - D:item.bone_1.0=1.0 - D:item.bread_0.5=0.5 - D:item.cake_0.10000000149011612=0.10000000149011612 - D:item.chickenCooked_0.4000000059604645=0.4000000059604645 - D:item.feather_1.0=1.0 - D:item.hatchetWood_2.0=2.0 - D:item.hoeWood_9.5=9.5 - D:item.leather_1.0=1.0 - D:item.pickaxeWood_2.0=2.0 - D:item.porkchopCooked_0.4000000059604645=0.4000000059604645 - D:item.rottenFlesh_9.0=9.0 - D:item.shovelWood_2.0=2.0 - D:item.sign_2.0=2.0 - D:item.slimeball_0.6000000238418579=0.6000000238418579 - D:item.swordWood_2.0=2.0 - D:platePaper_5.0=5.0 - D:stickWood_9.5=9.5 - D:tile.dirt.default_5.0=5.0 - D:tile.grass_3.0=3.0 - D:tile.gravel_3.0=3.0 - D:tile.hellrock_2.0=2.0 - D:tile.hellsand_1.0=1.0 - D:tile.pumpkin_0.5=0.5 -} - - -sifter { - I:crushedPurifiedAmethyst_800=800 - I:crushedPurifiedApatite_800=800 - I:crushedPurifiedBlueTopaz_800=800 - I:crushedPurifiedCertusQuartz_800=800 - I:crushedPurifiedCoal_800=800 - I:crushedPurifiedDiamond_800=800 - I:crushedPurifiedEmerald_800=800 - I:crushedPurifiedFoolsRuby_800=800 - I:crushedPurifiedGarnetRed_800=800 - I:crushedPurifiedGarnetYellow_800=800 - I:crushedPurifiedGreenSapphire_800=800 - I:crushedPurifiedLapis_800=800 - I:crushedPurifiedLazurite_800=800 - I:crushedPurifiedLignite_800=800 - I:crushedPurifiedMonazite_800=800 - I:crushedPurifiedNetherQuartz_800=800 - I:crushedPurifiedOlivine_800=800 - I:crushedPurifiedOpal_800=800 - I:crushedPurifiedPhosphorus_800=800 - I:crushedPurifiedQuartzite_800=800 - I:crushedPurifiedRuby_800=800 - I:crushedPurifiedSapphire_800=800 - I:crushedPurifiedSodalite_800=800 - I:crushedPurifiedTanzanite_800=800 - I:crushedPurifiedTopaz_800=800 - I:tile.gravel_800=800 -} - - -slicer { - I:gt.metaitem.02.32202_64=64 - I:gt.metaitem.02.32205_64=64 - I:gt.metaitem.02.32214_128=128 - I:gt.metaitem.02.32566_128=128 - I:gt.metaitem.02.32567_128=128 - I:gt.metaitem.02.32568_128=128 - I:gt.metaitem.02.32571_64=64 - I:gt.metaitem.02.32572_64=64 - I:gt.metaitem.02.32573_64=64 - I:gt.metaitem.02.32574_64=64 - I:gt.metaitem.02.32576_64=64 -} - - -smelting { - B:arrowGtWoodDamascusSteel_true=true - B:arrowGtWoodSterlingSilver_true=true - B:blockArsenic_true=true - B:blockRedstoneAlloy_true=true - B:blockSoularium_true=true - B:boltAluminium_true=true - B:boltBeryllium_true=true - B:boltBismuthBronze_true=true - B:boltBismuth_true=true - B:boltBlackBronze_true=true - B:boltBlackSteel_true=true - B:boltBlueSteel_true=true - B:boltBrass_true=true - B:boltBronze_true=true - B:boltCarbon_true=true - B:boltChrome_true=true - B:boltCobaltBrass_true=true - B:boltCobalt_true=true - B:boltCupronickel_true=true - B:boltDamascusSteel_true=true - B:boltDarkSteel_true=true - B:boltDuranium_true=true - B:boltElectrum_true=true - B:boltEpoxidFiberReinforced_true=true - B:boltEpoxid_true=true - B:boltGold_true=true - B:boltHSSE_true=true - B:boltHSSG_true=true - B:boltHSSS_true=true - B:boltInvar_true=true - B:boltIridium_true=true - B:boltIronMagnetic_true=true - B:boltIron_true=true - B:boltKanthal_true=true - B:boltLead_true=true - B:boltMagnalium_true=true - B:boltManganese_true=true - B:boltMithril_true=true - B:boltMolybdenum_true=true - B:boltNaquadahAlloy_true=true - B:boltNaquadria_true=true - B:boltNeodymiumMagnetic_true=true - B:boltNeodymium_true=true - B:boltNeutronium_true=true - B:boltNichrome_true=true - B:boltNickelZincFerrite_true=true - B:boltNickel_true=true - B:boltOsmiridium_true=true - B:boltOsmium_true=true - B:boltPalladium_true=true - B:boltPigIron_true=true - B:boltPlastic_true=true - B:boltPlatinum_true=true - B:boltPlutonium241_true=true - B:boltPlutonium_true=true - B:boltPolycaprolactam_true=true - B:boltPolyphenyleneSulfide_true=true - B:boltPolystyrene_true=true - B:boltPolytetrafluoroethylene_true=true - B:boltPolyvinylChloride_true=true - B:boltRedSteel_true=true - B:boltRoseGold_true=true - B:boltRubber_true=true - B:boltSilicone_true=true - B:boltSilver_true=true - B:boltStainlessSteel_true=true - B:boltSteelMagnetic_true=true - B:boltSteel_true=true - B:boltSterlingSilver_true=true - B:boltStyreneButadieneRubber_true=true - B:boltThorium_true=true - B:boltTinAlloy_true=true - B:boltTin_true=true - B:boltTitanium_true=true - B:boltTritanium_true=true - B:boltTungstenCarbide_true=true - B:boltTungstenSteel_true=true - B:boltTungsten_true=true - B:boltUltimet_true=true - B:boltUranium235_true=true - B:boltUranium_true=true - B:boltVanadiumSteel_true=true - B:boltWroughtIron_true=true - B:cableGt01Aluminium_true=true - B:cableGt01AnnealedCopper_true=true - B:cableGt01BlackSteel_true=true - B:cableGt01Cobalt_true=true - B:cableGt01Copper_true=true - B:cableGt01Cupronickel_true=true - B:cableGt01Duranium_true=true - B:cableGt01Electrum_true=true - B:cableGt01Gold_true=true - B:cableGt01HSSG_true=true - B:cableGt01Iron_true=true - B:cableGt01Kanthal_true=true - B:cableGt01Lead_true=true - B:cableGt01NaquadahAlloy_true=true - B:cableGt01Nichrome_true=true - B:cableGt01Nickel_true=true - B:cableGt01NiobiumTitanium_true=true - B:cableGt01Osmium_true=true - B:cableGt01Platinum_true=true - B:cableGt01RedAlloy_true=true - B:cableGt01Silver_true=true - B:cableGt01SolderingAlloy_true=true - B:cableGt01Steel_true=true - B:cableGt01Tin_true=true - B:cableGt01Titanium_true=true - B:cableGt01TungstenSteel_true=true - B:cableGt01Tungsten_true=true - B:cableGt01VanadiumGallium_true=true - B:cableGt01YttriumBariumCuprate_true=true - B:cableGt01Zinc_true=true - B:cableGt02Aluminium_true=true - B:cableGt02AnnealedCopper_true=true - B:cableGt02BlackSteel_true=true - B:cableGt02Cobalt_true=true - B:cableGt02Copper_true=true - B:cableGt02Cupronickel_true=true - B:cableGt02Duranium_true=true - B:cableGt02Electrum_true=true - B:cableGt02Gold_true=true - B:cableGt02HSSG_true=true - B:cableGt02Iron_true=true - B:cableGt02Kanthal_true=true - B:cableGt02Lead_true=true - B:cableGt02NaquadahAlloy_true=true - B:cableGt02Nichrome_true=true - B:cableGt02Nickel_true=true - B:cableGt02NiobiumTitanium_true=true - B:cableGt02Osmium_true=true - B:cableGt02Platinum_true=true - B:cableGt02RedAlloy_true=true - B:cableGt02Silver_true=true - B:cableGt02SolderingAlloy_true=true - B:cableGt02Steel_true=true - B:cableGt02Tin_true=true - B:cableGt02Titanium_true=true - B:cableGt02TungstenSteel_true=true - B:cableGt02Tungsten_true=true - B:cableGt02VanadiumGallium_true=true - B:cableGt02YttriumBariumCuprate_true=true - B:cableGt02Zinc_true=true - B:crushedBandedIron_true=true - B:crushedBeryllium_true=true - B:crushedBismuth_true=true - B:crushedBrownLimonite_true=true - B:crushedCassiteriteSand_true=true - B:crushedCassiterite_true=true - B:crushedCentrifugedBandedIron_true=true - B:crushedCentrifugedBeryllium_true=true - B:crushedCentrifugedBismuth_true=true - B:crushedCentrifugedBrownLimonite_true=true - B:crushedCentrifugedCassiteriteSand_true=true - B:crushedCentrifugedCassiterite_true=true - B:crushedCentrifugedChalcopyrite_true=true - B:crushedCentrifugedCobaltite_true=true - B:crushedCentrifugedCooperite_true=true - B:crushedCentrifugedCopper_true=true - B:crushedCentrifugedDarkSteel_true=true - B:crushedCentrifugedGalena_true=true - B:crushedCentrifugedGarnierite_true=true - B:crushedCentrifugedGold_true=true - B:crushedCentrifugedIron_true=true - B:crushedCentrifugedLead_true=true - B:crushedCentrifugedLithium_true=true - B:crushedCentrifugedMagnesite_true=true - B:crushedCentrifugedMagnetite_true=true - B:crushedCentrifugedMalachite_true=true - B:crushedCentrifugedManganese_true=true - B:crushedCentrifugedMolybdenite_true=true - B:crushedCentrifugedMolybdenum_true=true - B:crushedCentrifugedNickel_true=true - B:crushedCentrifugedPentlandite_true=true - B:crushedCentrifugedPlatinum_true=true - B:crushedCentrifugedPlutonium_true=true - B:crushedCentrifugedPyrite_true=true - B:crushedCentrifugedPyrolusite_true=true - B:crushedCentrifugedSilver_true=true - B:crushedCentrifugedSphalerite_true=true - B:crushedCentrifugedStibnite_true=true - B:crushedCentrifugedTetrahedrite_true=true - B:crushedCentrifugedThorium_true=true - B:crushedCentrifugedTin_true=true - B:crushedCentrifugedUranium235_true=true - B:crushedCentrifugedUranium_true=true - B:crushedCentrifugedYellowLimonite_true=true - B:crushedCentrifugedZinc_true=true - B:crushedChalcopyrite_true=true - B:crushedCobaltite_true=true - B:crushedCooperite_true=true - B:crushedCopper_true=true - B:crushedDarkSteel_true=true - B:crushedGalena_true=true - B:crushedGarnierite_true=true - B:crushedGold_true=true - B:crushedIron_true=true - B:crushedLead_true=true - B:crushedLithium_true=true - B:crushedMagnesite_true=true - B:crushedMagnetite_true=true - B:crushedMalachite_true=true - B:crushedManganese_true=true - B:crushedMolybdenite_true=true - B:crushedMolybdenum_true=true - B:crushedNickel_true=true - B:crushedPentlandite_true=true - B:crushedPlatinum_true=true - B:crushedPlutonium_true=true - B:crushedPurifiedBandedIron_true=true - B:crushedPurifiedBeryllium_true=true - B:crushedPurifiedBismuth_true=true - B:crushedPurifiedBrownLimonite_true=true - B:crushedPurifiedCassiteriteSand_true=true - B:crushedPurifiedCassiterite_true=true - B:crushedPurifiedChalcopyrite_true=true - B:crushedPurifiedCobaltite_true=true - B:crushedPurifiedCooperite_true=true - B:crushedPurifiedCopper_true=true - B:crushedPurifiedDarkSteel_true=true - B:crushedPurifiedGalena_true=true - B:crushedPurifiedGarnierite_true=true - B:crushedPurifiedGold_true=true - B:crushedPurifiedIron_true=true - B:crushedPurifiedLead_true=true - B:crushedPurifiedLithium_true=true - B:crushedPurifiedMagnesite_true=true - B:crushedPurifiedMagnetite_true=true - B:crushedPurifiedMalachite_true=true - B:crushedPurifiedManganese_true=true - B:crushedPurifiedMolybdenite_true=true - B:crushedPurifiedMolybdenum_true=true - B:crushedPurifiedNickel_true=true - B:crushedPurifiedPentlandite_true=true - B:crushedPurifiedPlatinum_true=true - B:crushedPurifiedPlutonium_true=true - B:crushedPurifiedPyrite_true=true - B:crushedPurifiedPyrolusite_true=true - B:crushedPurifiedSilver_true=true - B:crushedPurifiedSphalerite_true=true - B:crushedPurifiedStibnite_true=true - B:crushedPurifiedTetrahedrite_true=true - B:crushedPurifiedThorium_true=true - B:crushedPurifiedTin_true=true - B:crushedPurifiedUranium235_true=true - B:crushedPurifiedUranium_true=true - B:crushedPurifiedYellowLimonite_true=true - B:crushedPurifiedZinc_true=true - B:crushedPyrite_true=true - B:crushedPyrolusite_true=true - B:crushedSilver_true=true - B:crushedSphalerite_true=true - B:crushedStibnite_true=true - B:crushedTetrahedrite_true=true - B:crushedThorium_true=true - B:crushedTin_true=true - B:crushedUranium235_true=true - B:crushedUranium_true=true - B:crushedYellowLimonite_true=true - B:crushedZinc_true=true - B:dustAmericium_true=true - B:dustAnnealedCopper_true=true - B:dustAntimony_true=true - B:dustArsenic_true=true - B:dustBandedIron_true=true - B:dustBasalticMineralSand_true=true - B:dustBatteryAlloy_true=true - B:dustBeryllium_true=true - B:dustBismuth_true=true - B:dustBorosilicateGlass_true=true - B:dustBrass_true=true - B:dustBronze_true=true - B:dustBrownLimonite_true=true - B:dustCaesium_true=true - B:dustCarbon_true=true - B:dustCassiteriteSand_true=true - B:dustCassiterite_true=true - B:dustChalcopyrite_true=true - B:dustCobaltBrass_true=true - B:dustCobalt_true=true - B:dustCobaltite_true=true - B:dustCooperite_true=true - B:dustCopper_true=true - B:dustCupronickel_true=true - B:dustDarkSteel_true=true - B:dustDuranium_true=true - B:dustElectrum_true=true - B:dustEpoxidFiberReinforced_true=true - B:dustEpoxid_true=true - B:dustGalena_true=true - B:dustGallium_true=true - B:dustGarnierite_true=true - B:dustGlass_true=true - B:dustGold_true=true - B:dustGraniticMineralSand_true=true - B:dustHydratedCoal_true=true - B:dustImpureBandedIron_true=true - B:dustImpureBeryllium_true=true - B:dustImpureBismuth_true=true - B:dustImpureBrownLimonite_true=true - B:dustImpureCassiteriteSand_true=true - B:dustImpureCassiterite_true=true - B:dustImpureChalcopyrite_true=true - B:dustImpureCobaltite_true=true - B:dustImpureCooperite_true=true - B:dustImpureCopper_true=true - B:dustImpureDarkSteel_true=true - B:dustImpureGalena_true=true - B:dustImpureGarnierite_true=true - B:dustImpureGold_true=true - B:dustImpureIron_true=true - B:dustImpureLead_true=true - B:dustImpureLithium_true=true - B:dustImpureMagnesite_true=true - B:dustImpureMagnetite_true=true - B:dustImpureMalachite_true=true - B:dustImpureManganese_true=true - B:dustImpureMolybdenite_true=true - B:dustImpureMolybdenum_true=true - B:dustImpureNickel_true=true - B:dustImpurePentlandite_true=true - B:dustImpurePlatinum_true=true - B:dustImpurePlutonium_true=true - B:dustImpurePyrite_true=true - B:dustImpurePyrolusite_true=true - B:dustImpureSilver_true=true - B:dustImpureSphalerite_true=true - B:dustImpureStibnite_true=true - B:dustImpureTetrahedrite_true=true - B:dustImpureThorium_true=true - B:dustImpureTin_true=true - B:dustImpureUranium235_true=true - B:dustImpureUranium_true=true - B:dustImpureYellowLimonite_true=true - B:dustImpureZinc_true=true - B:dustIndiumGalliumPhosphide_true=true - B:dustIndium_true=true - B:dustInvar_true=true - B:dustIronMagnetic_true=true - B:dustIron_true=true - B:dustLead_true=true - B:dustLithium_true=true - B:dustMagnalium_true=true - B:dustMagnesite_true=true - B:dustMagnesium_true=true - B:dustMagnetite_true=true - B:dustMalachite_true=true - B:dustManganese_true=true - B:dustMeatRaw_true=true - B:dustMithril_true=true - B:dustMolybdenite_true=true - B:dustMolybdenum_true=true - B:dustNeutronium_true=true - B:dustNickel_true=true - B:dustPentlandite_true=true - B:dustPigIron_true=true - B:dustPlastic_true=true - B:dustPlatinum_true=true - B:dustPlutonium241_true=true - B:dustPlutonium_true=true - B:dustPolycaprolactam_true=true - B:dustPolyphenyleneSulfide_true=true - B:dustPolystyrene_true=true - B:dustPolytetrafluoroethylene_true=true - B:dustPolyvinylChloride_true=true - B:dustPotassium_true=true - B:dustPureBandedIron_true=true - B:dustPureBeryllium_true=true - B:dustPureBismuth_true=true - B:dustPureBrownLimonite_true=true - B:dustPureCassiteriteSand_true=true - B:dustPureCassiterite_true=true - B:dustPureChalcopyrite_true=true - B:dustPureCobaltite_true=true - B:dustPureCooperite_true=true - B:dustPureCopper_true=true - B:dustPureDarkSteel_true=true - B:dustPureGalena_true=true - B:dustPureGarnierite_true=true - B:dustPureGold_true=true - B:dustPureIron_true=true - B:dustPureLead_true=true - B:dustPureLithium_true=true - B:dustPureMagnesite_true=true - B:dustPureMagnetite_true=true - B:dustPureMalachite_true=true - B:dustPureManganese_true=true - B:dustPureMolybdenite_true=true - B:dustPureMolybdenum_true=true - B:dustPureNickel_true=true - B:dustPurePentlandite_true=true - B:dustPurePlatinum_true=true - B:dustPurePlutonium_true=true - B:dustPurePyrite_true=true - B:dustPurePyrolusite_true=true - B:dustPureSilver_true=true - B:dustPureSphalerite_true=true - B:dustPureStibnite_true=true - B:dustPureTetrahedrite_true=true - B:dustPureThorium_true=true - B:dustPureTin_true=true - B:dustPureUranium235_true=true - B:dustPureUranium_true=true - B:dustPureYellowLimonite_true=true - B:dustPureZinc_true=true - B:dustPyrite_true=true - B:dustPyrolusite_true=true - B:dustRedAlloy_true=true - B:dustRubber_true=true - B:dustSilicon_true=true - B:dustSilicone_true=true - B:dustSilver_true=true - B:dustSolderingAlloy_true=true - B:dustSphalerite_true=true - B:dustStibnite_true=true - B:dustStyreneButadieneRubber_true=true - B:dustTantalum_true=true - B:dustTetrahedrite_true=true - B:dustThorium_true=true - B:dustTinAlloy_true=true - B:dustTin_true=true - B:dustTinyAmericium_true=true - B:dustTinyAnnealedCopper_true=true - B:dustTinyAntimony_true=true - B:dustTinyArsenic_true=true - B:dustTinyBatteryAlloy_true=true - B:dustTinyBeryllium_true=true - B:dustTinyBismuth_true=true - B:dustTinyBorosilicateGlass_true=true - B:dustTinyBrass_true=true - B:dustTinyBronze_true=true - B:dustTinyCaesium_true=true - B:dustTinyCarbon_true=true - B:dustTinyCobaltBrass_true=true - B:dustTinyCobalt_true=true - B:dustTinyCopper_true=true - B:dustTinyCupronickel_true=true - B:dustTinyDarkSteel_true=true - B:dustTinyDuranium_true=true - B:dustTinyElectrum_true=true - B:dustTinyEpoxidFiberReinforced_true=true - B:dustTinyEpoxid_true=true - B:dustTinyGallium_true=true - B:dustTinyGold_true=true - B:dustTinyIndiumGalliumPhosphide_true=true - B:dustTinyIndium_true=true - B:dustTinyInvar_true=true - B:dustTinyIronMagnetic_true=true - B:dustTinyIron_true=true - B:dustTinyLead_true=true - B:dustTinyLithium_true=true - B:dustTinyMagnalium_true=true - B:dustTinyMagnesium_true=true - B:dustTinyManganese_true=true - B:dustTinyMithril_true=true - B:dustTinyMolybdenum_true=true - B:dustTinyNeutronium_true=true - B:dustTinyNickel_true=true - B:dustTinyPigIron_true=true - B:dustTinyPlastic_true=true - B:dustTinyPlatinum_true=true - B:dustTinyPlutonium241_true=true - B:dustTinyPlutonium_true=true - B:dustTinyPolycaprolactam_true=true - B:dustTinyPolyphenyleneSulfide_true=true - B:dustTinyPolystyrene_true=true - B:dustTinyPolytetrafluoroethylene_true=true - B:dustTinyPolyvinylChloride_true=true - B:dustTinyPotassium_true=true - B:dustTinyRedAlloy_true=true - B:dustTinyRubber_true=true - B:dustTinySilicon_true=true - B:dustTinySilicone_true=true - B:dustTinySilver_true=true - B:dustTinySolderingAlloy_true=true - B:dustTinyStyreneButadieneRubber_true=true - B:dustTinyTantalum_true=true - B:dustTinyThorium_true=true - B:dustTinyTinAlloy_true=true - B:dustTinyTin_true=true - B:dustTinyTritanium_true=true - B:dustTinyUranium235_true=true - B:dustTinyUranium_true=true - B:dustTinyWroughtIron_true=true - B:dustTinyZinc_true=true - B:dustTritanium_true=true - B:dustUranium235_true=true - B:dustUranium_true=true - B:dustWroughtIron_true=true - B:dustYellowLimonite_true=true - B:dustZinc_true=true - B:enderio.silicon_true=true - B:foilAluminium_true=true - B:foilAnnealedCopper_true=true - B:foilBlackSteel_true=true - B:foilCopper_true=true - B:foilDuranium_true=true - B:foilElectrum_true=true - B:foilGold_true=true - B:foilHSSG_true=true - B:foilManganese_true=true - B:foilNaquadahAlloy_true=true - B:foilNichrome_true=true - B:foilNiobiumTitanium_true=true - B:foilOsmiridium_true=true - B:foilOsmium_true=true - B:foilPlastic_true=true - B:foilPlatinum_true=true - B:foilPolyphenyleneSulfide_true=true - B:foilPolyvinylChloride_true=true - B:foilSilicon_true=true - B:foilSilicone_true=true - B:foilSteel_true=true - B:foilTitanium_true=true - B:foilTungstenSteel_true=true - B:foilTungsten_true=true - B:foilVanadiumGallium_true=true - B:foilYttriumBariumCuprate_true=true - B:foilZinc_true=true - B:frameGtArsenic_true=true - B:frameGtBorosilicateGlass_true=true - B:frameGtCarbon_true=true - B:frameGtEpoxidFiberReinforced_true=true - B:frameGtEpoxid_true=true - B:frameGtGalliumArsenide_true=true - B:frameGtIndiumGalliumPhosphide_true=true - B:frameGtLithium_true=true - B:frameGtNickelZincFerrite_true=true - B:frameGtPlastic_true=true - B:frameGtPolycaprolactam_true=true - B:frameGtPolyphenyleneSulfide_true=true - B:frameGtPolystyrene_true=true - B:frameGtPolytetrafluoroethylene_true=true - B:frameGtPolyvinylChloride_true=true - B:frameGtPotassium_true=true - B:frameGtRubber_true=true - B:frameGtSilicone_true=true - B:frameGtStyreneButadieneRubber_true=true - B:gearGtSmallAluminium_true=true - B:gearGtSmallHSSE_true=true - B:gearGtSmallHSSG_true=true - B:gearGtSmallNeutronium_true=true - B:gearGtSmallStainlessSteel_true=true - B:gearGtSmallSteel_true=true - B:gearGtSmallTitanium_true=true - B:gearGtSmallTungstenSteel_true=true - B:gemIridium_true=true - B:gt.blockcasings8.1_true=true - B:gt.blockconcretes.0_true=true - B:gt.blockconcretes.10_true=true - B:gt.blockconcretes.11_true=true - B:gt.blockconcretes.12_true=true - B:gt.blockconcretes.13_true=true - B:gt.blockconcretes.14_true=true - B:gt.blockconcretes.15_true=true - B:gt.blockconcretes.1_true=true - B:gt.blockconcretes.2_true=true - B:gt.blockconcretes.3_true=true - B:gt.blockconcretes.4_true=true - B:gt.blockconcretes.5_true=true - B:gt.blockconcretes.6_true=true - B:gt.blockconcretes.7_true=true - B:gt.blockconcretes.8_true=true - B:gt.blockconcretes.9_true=true - B:gt.blockgranites.0_true=true - B:gt.blockgranites.10_true=true - B:gt.blockgranites.11_true=true - B:gt.blockgranites.12_true=true - B:gt.blockgranites.13_true=true - B:gt.blockgranites.14_true=true - B:gt.blockgranites.15_true=true - B:gt.blockgranites.1_true=true - B:gt.blockgranites.2_true=true - B:gt.blockgranites.3_true=true - B:gt.blockgranites.4_true=true - B:gt.blockgranites.5_true=true - B:gt.blockgranites.6_true=true - B:gt.blockgranites.7_true=true - B:gt.blockgranites.8_true=true - B:gt.blockgranites.9_true=true - B:gt.blockmachines.automation.itemdistributor.tier.00_true=true - B:gt.blockmachines.automation.itemdistributor.tier.01_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.06_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.07_true=true - B:gt.blockmachines.basicmachine.chemicalreactor.tier.08_true=true - B:gt.blockmachines.gt_pipe_plasmacontain_true=true - B:gt.blockreinforced.1_true=true - B:gt.blockstones.0_true=true - B:gt.blockstones.10_true=true - B:gt.blockstones.11_true=true - B:gt.blockstones.12_true=true - B:gt.blockstones.13_true=true - B:gt.blockstones.14_true=true - B:gt.blockstones.15_true=true - B:gt.blockstones.1_true=true - B:gt.blockstones.2_true=true - B:gt.blockstones.3_true=true - B:gt.blockstones.4_true=true - B:gt.blockstones.5_true=true - B:gt.blockstones.6_true=true - B:gt.blockstones.7_true=true - B:gt.blockstones.8_true=true - B:gt.blockstones.9_true=true - B:gt.metaitem.01.32001_true=true - B:gt.metaitem.01.32008_true=true - B:gt.metaitem.01.32009_true=true - B:gt.metaitem.01.32010_true=true - B:gt.metaitem.01.32100_true=true - B:gt.metaitem.01.32101_true=true - B:gt.metaitem.01.32250_true=true - B:gt.metaitem.01.32400_true=true - B:gt.metaitem.01.32500_true=true - B:gt.metaitem.01.32630_true=true - B:gt.metaitem.02.32200_true=true - B:gt.metaitem.02.32205_true=true - B:gt.metaitem.02.32214_true=true - B:gt.metaitem.02.32250_true=true - B:gt.metaitem.02.32251_true=true - B:gt.metaitem.02.32252_true=true - B:gt.metaitem.02.32561_true=true - B:gt.metaitem.02.32562_true=true - B:gt.metaitem.02.32563_true=true - B:gt.metaitem.02.32569_true=true - B:ic2.blockFenceIron_true=true - B:ic2.itemCasingAdvIron_true=true - B:ic2.itemCasingBronze_true=true - B:ic2.itemCasingCopper_true=true - B:ic2.itemCasingGold_true=true - B:ic2.itemCasingIron_true=true - B:ic2.itemCasingLead_true=true - B:ic2.itemCasingTin_true=true - B:ic2.itemFuelRod_true=true - B:ic2.itemPlutoniumSmall_true=true - B:ic2.itemPlutonium_true=true - B:ic2.itemTinCan_true=true - B:ic2.itemToolBronzeSpade_true=true - B:ic2.itemUran235_true=true - B:ic2.itemUran235small_true=true - B:ic2.itemUran238_true=true - B:ingotAluminium_true=true - B:ingotAmericium_true=true - B:ingotAnnealedCopper_true=true - B:ingotAntimony_true=true - B:ingotArsenic_true=true - B:ingotBatteryAlloy_true=true - B:ingotBeryllium_true=true - B:ingotBismuthBronze_true=true - B:ingotBismuth_true=true - B:ingotBlackBronze_true=true - B:ingotBlackSteel_true=true - B:ingotBlueSteel_true=true - B:ingotBorosilicateGlass_true=true - B:ingotBrass_true=true - B:ingotBronze_true=true - B:ingotCaesium_true=true - B:ingotCarbon_true=true - B:ingotCerium_true=true - B:ingotChrome_true=true - B:ingotCobaltBrass_true=true - B:ingotCobalt_true=true - B:ingotCopper_true=true - B:ingotCupronickel_true=true - B:ingotDamascusSteel_true=true - B:ingotDarkSteel_true=true - B:ingotDuranium_true=true - B:ingotElectrum_true=true - B:ingotEpoxidFiberReinforced_true=true - B:ingotEpoxid_true=true - B:ingotEuropium_true=true - B:ingotGalliumArsenide_true=true - B:ingotGallium_true=true - B:ingotGold_true=true - B:ingotHSSE_true=true - B:ingotHSSG_true=true - B:ingotHSSS_true=true - B:ingotIndiumGalliumPhosphide_true=true - B:ingotIndium_true=true - B:ingotInvar_true=true - B:ingotIridium_true=true - B:ingotIronMagnetic_true=true - B:ingotIron_true=true - B:ingotKanthal_true=true - B:ingotLead_true=true - B:ingotLithium_true=true - B:ingotLutetium_true=true - B:ingotMagnalium_true=true - B:ingotMagnesium_true=true - B:ingotManganese_true=true - B:ingotMithril_true=true - B:ingotMolybdenum_true=true - B:ingotNaquadahAlloy_true=true - B:ingotNaquadahEnriched_true=true - B:ingotNaquadah_true=true - B:ingotNaquadria_true=true - B:ingotNeodymiumMagnetic_true=true - B:ingotNeodymium_true=true - B:ingotNeutronium_true=true - B:ingotNichrome_true=true - B:ingotNickelZincFerrite_true=true - B:ingotNickel_true=true - B:ingotNiobiumNitride_true=true - B:ingotNiobiumTitanium_true=true - B:ingotNiobium_true=true - B:ingotOsmiridium_true=true - B:ingotOsmium_true=true - B:ingotPalladium_true=true - B:ingotPhasedGold_true=true - B:ingotPhasedIron_true=true - B:ingotPigIron_true=true - B:ingotPlastic_true=true - B:ingotPlatinum_true=true - B:ingotPlutonium241_true=true - B:ingotPlutonium_true=true - B:ingotPolycaprolactam_true=true - B:ingotPolyphenyleneSulfide_true=true - B:ingotPolystyrene_true=true - B:ingotPolytetrafluoroethylene_true=true - B:ingotPolyvinylChloride_true=true - B:ingotPotassium_true=true - B:ingotPulsatingIron_true=true - B:ingotRedAlloy_true=true - B:ingotRedSteel_true=true - B:ingotRoseGold_true=true - B:ingotRubber_true=true - B:ingotSilicon_true=true - B:ingotSilicone_true=true - B:ingotSilver_true=true - B:ingotSolderingAlloy_true=true - B:ingotStainlessSteel_true=true - B:ingotSteelMagnetic_true=true - B:ingotSteel_true=true - B:ingotSterlingSilver_true=true - B:ingotStyreneButadieneRubber_true=true - B:ingotTantalum_true=true - B:ingotThorium_true=true - B:ingotTinAlloy_true=true - B:ingotTin_true=true - B:ingotTitanium_true=true - B:ingotTritanium_true=true - B:ingotTungstenCarbide_true=true - B:ingotTungstenSteel_true=true - B:ingotTungsten_true=true - B:ingotUltimet_true=true - B:ingotUranium235_true=true - B:ingotUranium_true=true - B:ingotVanadiumGallium_true=true - B:ingotVanadiumSteel_true=true - B:ingotVanadium_true=true - B:ingotVibrantAlloy_true=true - B:ingotWroughtIron_true=true - B:ingotYttriumBariumCuprate_true=true - B:ingotYttrium_true=true - B:ingotZinc_true=true - B:item.bootsChain_true=true - B:item.carrotGolden_true=true - B:item.shovelGold_true=true - B:item.shovelIron_true=true - B:item.slimeball_true=true - B:item.speckledMelon_true=true - B:nuggetIron_true=true - B:oreAmethyst_true=true - B:oreApatite_true=true - B:oreBandedIron_true=true - B:oreBasaltAmethyst_true=true - B:oreBasaltApatite_true=true - B:oreBasaltBandedIron_true=true - B:oreBasaltBeryllium_true=true - B:oreBasaltBismuth_true=true - B:oreBasaltBlueTopaz_true=true - B:oreBasaltBrownLimonite_true=true - B:oreBasaltCassiteriteSand_true=true - B:oreBasaltCassiterite_true=true - B:oreBasaltCertusQuartz_true=true - B:oreBasaltChalcopyrite_true=true - B:oreBasaltCoal_true=true - B:oreBasaltCobaltite_true=true - B:oreBasaltCooperite_true=true - B:oreBasaltCopper_true=true - B:oreBasaltDarkSteel_true=true - B:oreBasaltDiamond_true=true - B:oreBasaltEmerald_true=true - B:oreBasaltFoolsRuby_true=true - B:oreBasaltGalena_true=true - B:oreBasaltGarnetRed_true=true - B:oreBasaltGarnetYellow_true=true - B:oreBasaltGarnierite_true=true - B:oreBasaltGold_true=true - B:oreBasaltGreenSapphire_true=true - B:oreBasaltIron_true=true - B:oreBasaltLapis_true=true - B:oreBasaltLazurite_true=true - B:oreBasaltLead_true=true - B:oreBasaltLignite_true=true - B:oreBasaltLithium_true=true - B:oreBasaltMagnesite_true=true - B:oreBasaltMagnetite_true=true - B:oreBasaltMalachite_true=true - B:oreBasaltManganese_true=true - B:oreBasaltMolybdenite_true=true - B:oreBasaltMolybdenum_true=true - B:oreBasaltMonazite_true=true - B:oreBasaltNetherQuartz_true=true - B:oreBasaltNickel_true=true - B:oreBasaltOlivine_true=true - B:oreBasaltOpal_true=true - B:oreBasaltPentlandite_true=true - B:oreBasaltPhosphorus_true=true - B:oreBasaltPlatinum_true=true - B:oreBasaltPlutonium_true=true - B:oreBasaltPyrite_true=true - B:oreBasaltPyrolusite_true=true - B:oreBasaltQuartzite_true=true - B:oreBasaltRuby_true=true - B:oreBasaltSapphire_true=true - B:oreBasaltSilver_true=true - B:oreBasaltSodalite_true=true - B:oreBasaltSphalerite_true=true - B:oreBasaltStibnite_true=true - B:oreBasaltTanzanite_true=true - B:oreBasaltTetrahedrite_true=true - B:oreBasaltThorium_true=true - B:oreBasaltTin_true=true - B:oreBasaltTopaz_true=true - B:oreBasaltUranium235_true=true - B:oreBasaltUranium_true=true - B:oreBasaltYellowLimonite_true=true - B:oreBasaltZinc_true=true - B:oreBeryllium_true=true - B:oreBismuth_true=true - B:oreBlackgraniteAmethyst_true=true - B:oreBlackgraniteApatite_true=true - B:oreBlackgraniteBandedIron_true=true - B:oreBlackgraniteBeryllium_true=true - B:oreBlackgraniteBismuth_true=true - B:oreBlackgraniteBlueTopaz_true=true - B:oreBlackgraniteBrownLimonite_true=true - B:oreBlackgraniteCassiteriteSand_true=true - B:oreBlackgraniteCassiterite_true=true - B:oreBlackgraniteCertusQuartz_true=true - B:oreBlackgraniteChalcopyrite_true=true - B:oreBlackgraniteCoal_true=true - B:oreBlackgraniteCobaltite_true=true - B:oreBlackgraniteCooperite_true=true - B:oreBlackgraniteCopper_true=true - B:oreBlackgraniteDarkSteel_true=true - B:oreBlackgraniteDiamond_true=true - B:oreBlackgraniteEmerald_true=true - B:oreBlackgraniteFoolsRuby_true=true - B:oreBlackgraniteGalena_true=true - B:oreBlackgraniteGarnetRed_true=true - B:oreBlackgraniteGarnetYellow_true=true - B:oreBlackgraniteGarnierite_true=true - B:oreBlackgraniteGold_true=true - B:oreBlackgraniteGraphite_true=true - B:oreBlackgraniteGreenSapphire_true=true - B:oreBlackgraniteIron_true=true - B:oreBlackgraniteLapis_true=true - B:oreBlackgraniteLazurite_true=true - B:oreBlackgraniteLead_true=true - B:oreBlackgraniteLignite_true=true - B:oreBlackgraniteLithium_true=true - B:oreBlackgraniteMagnesite_true=true - B:oreBlackgraniteMagnetite_true=true - B:oreBlackgraniteMalachite_true=true - B:oreBlackgraniteManganese_true=true - B:oreBlackgraniteMolybdenite_true=true - B:oreBlackgraniteMolybdenum_true=true - B:oreBlackgraniteMonazite_true=true - B:oreBlackgraniteNetherQuartz_true=true - B:oreBlackgraniteNickel_true=true - B:oreBlackgraniteOlivine_true=true - B:oreBlackgraniteOpal_true=true - B:oreBlackgranitePentlandite_true=true - B:oreBlackgranitePhosphorus_true=true - B:oreBlackgranitePlatinum_true=true - B:oreBlackgranitePlutonium_true=true - B:oreBlackgranitePyrite_true=true - B:oreBlackgranitePyrolusite_true=true - B:oreBlackgraniteQuartzite_true=true - B:oreBlackgraniteRuby_true=true - B:oreBlackgraniteSapphire_true=true - B:oreBlackgraniteSilver_true=true - B:oreBlackgraniteSodalite_true=true - B:oreBlackgraniteSphalerite_true=true - B:oreBlackgraniteStibnite_true=true - B:oreBlackgraniteTanzanite_true=true - B:oreBlackgraniteTetrahedrite_true=true - B:oreBlackgraniteThorium_true=true - B:oreBlackgraniteTin_true=true - B:oreBlackgraniteTopaz_true=true - B:oreBlackgraniteUranium235_true=true - B:oreBlackgraniteUranium_true=true - B:oreBlackgraniteYellowLimonite_true=true - B:oreBlackgraniteZinc_true=true - B:oreBlueTopaz_true=true - B:oreBrownLimonite_true=true - B:oreCassiteriteSand_true=true - B:oreCassiterite_true=true - B:oreCertusQuartz_true=true - B:oreChalcopyrite_true=true - B:oreCoal_true=true - B:oreCobaltite_true=true - B:oreCooperite_true=true - B:oreCopper_true=true - B:oreDarkSteel_true=true - B:oreDiamond_true=true - B:oreEmerald_true=true - B:oreEndstoneAmethyst_true=true - B:oreEndstoneApatite_true=true - B:oreEndstoneBandedIron_true=true - B:oreEndstoneBeryllium_true=true - B:oreEndstoneBismuth_true=true - B:oreEndstoneBlueTopaz_true=true - B:oreEndstoneBrownLimonite_true=true - B:oreEndstoneCassiteriteSand_true=true - B:oreEndstoneCassiterite_true=true - B:oreEndstoneCertusQuartz_true=true - B:oreEndstoneChalcopyrite_true=true - B:oreEndstoneCoal_true=true - B:oreEndstoneCobaltite_true=true - B:oreEndstoneCooperite_true=true - B:oreEndstoneCopper_true=true - B:oreEndstoneDarkSteel_true=true - B:oreEndstoneDiamond_true=true - B:oreEndstoneEmerald_true=true - B:oreEndstoneFoolsRuby_true=true - B:oreEndstoneGalena_true=true - B:oreEndstoneGarnetRed_true=true - B:oreEndstoneGarnetYellow_true=true - B:oreEndstoneGarnierite_true=true - B:oreEndstoneGold_true=true - B:oreEndstoneGraphite_true=true - B:oreEndstoneGreenSapphire_true=true - B:oreEndstoneIron_true=true - B:oreEndstoneLapis_true=true - B:oreEndstoneLazurite_true=true - B:oreEndstoneLead_true=true - B:oreEndstoneLignite_true=true - B:oreEndstoneLithium_true=true - B:oreEndstoneMagnesite_true=true - B:oreEndstoneMagnetite_true=true - B:oreEndstoneMalachite_true=true - B:oreEndstoneManganese_true=true - B:oreEndstoneMolybdenite_true=true - B:oreEndstoneMolybdenum_true=true - B:oreEndstoneMonazite_true=true - B:oreEndstoneNetherQuartz_true=true - B:oreEndstoneNickel_true=true - B:oreEndstoneOlivine_true=true - B:oreEndstoneOpal_true=true - B:oreEndstonePentlandite_true=true - B:oreEndstonePhosphorus_true=true - B:oreEndstonePlatinum_true=true - B:oreEndstonePlutonium_true=true - B:oreEndstonePyrite_true=true - B:oreEndstonePyrolusite_true=true - B:oreEndstoneQuartzite_true=true - B:oreEndstoneRuby_true=true - B:oreEndstoneSapphire_true=true - B:oreEndstoneSilver_true=true - B:oreEndstoneSodalite_true=true - B:oreEndstoneSphalerite_true=true - B:oreEndstoneStibnite_true=true - B:oreEndstoneTanzanite_true=true - B:oreEndstoneTetrahedrite_true=true - B:oreEndstoneThorium_true=true - B:oreEndstoneTin_true=true - B:oreEndstoneTopaz_true=true - B:oreEndstoneUranium235_true=true - B:oreEndstoneUranium_true=true - B:oreEndstoneYellowLimonite_true=true - B:oreEndstoneZinc_true=true - B:oreFoolsRuby_true=true - B:oreGalena_true=true - B:oreGarnetRed_true=true - B:oreGarnetYellow_true=true - B:oreGarnierite_true=true - B:oreGold_true=true - B:oreGraphite_true=true - B:oreGreenSapphire_true=true - B:oreIron_true=true - B:oreLapis_true=true - B:oreLazurite_true=true - B:oreLead_true=true - B:oreLignite_true=true - B:oreLithium_true=true - B:oreMagnesite_true=true - B:oreMagnetite_true=true - B:oreMalachite_true=true - B:oreManganese_true=true - B:oreMarbleAmethyst_true=true - B:oreMarbleApatite_true=true - B:oreMarbleBandedIron_true=true - B:oreMarbleBeryllium_true=true - B:oreMarbleBismuth_true=true - B:oreMarbleBlueTopaz_true=true - B:oreMarbleBrownLimonite_true=true - B:oreMarbleCassiteriteSand_true=true - B:oreMarbleCassiterite_true=true - B:oreMarbleCertusQuartz_true=true - B:oreMarbleChalcopyrite_true=true - B:oreMarbleCoal_true=true - B:oreMarbleCobaltite_true=true - B:oreMarbleCooperite_true=true - B:oreMarbleCopper_true=true - B:oreMarbleDarkSteel_true=true - B:oreMarbleDiamond_true=true - B:oreMarbleEmerald_true=true - B:oreMarbleFoolsRuby_true=true - B:oreMarbleGalena_true=true - B:oreMarbleGarnetRed_true=true - B:oreMarbleGarnetYellow_true=true - B:oreMarbleGarnierite_true=true - B:oreMarbleGold_true=true - B:oreMarbleGreenSapphire_true=true - B:oreMarbleIron_true=true - B:oreMarbleLapis_true=true - B:oreMarbleLazurite_true=true - B:oreMarbleLead_true=true - B:oreMarbleLignite_true=true - B:oreMarbleLithium_true=true - B:oreMarbleMagnesite_true=true - B:oreMarbleMagnetite_true=true - B:oreMarbleMalachite_true=true - B:oreMarbleManganese_true=true - B:oreMarbleMolybdenite_true=true - B:oreMarbleMolybdenum_true=true - B:oreMarbleMonazite_true=true - B:oreMarbleNetherQuartz_true=true - B:oreMarbleNickel_true=true - B:oreMarbleOlivine_true=true - B:oreMarbleOpal_true=true - B:oreMarblePentlandite_true=true - B:oreMarblePhosphorus_true=true - B:oreMarblePlatinum_true=true - B:oreMarblePlutonium_true=true - B:oreMarblePyrite_true=true - B:oreMarblePyrolusite_true=true - B:oreMarbleQuartzite_true=true - B:oreMarbleRuby_true=true - B:oreMarbleSapphire_true=true - B:oreMarbleSilver_true=true - B:oreMarbleSodalite_true=true - B:oreMarbleSphalerite_true=true - B:oreMarbleStibnite_true=true - B:oreMarbleTanzanite_true=true - B:oreMarbleTetrahedrite_true=true - B:oreMarbleThorium_true=true - B:oreMarbleTin_true=true - B:oreMarbleTopaz_true=true - B:oreMarbleUranium235_true=true - B:oreMarbleUranium_true=true - B:oreMarbleYellowLimonite_true=true - B:oreMarbleZinc_true=true - B:oreMolybdenite_true=true - B:oreMolybdenum_true=true - B:oreMonazite_true=true - B:oreNetherQuartz_true=true - B:oreNetherrackAmethyst_true=true - B:oreNetherrackApatite_true=true - B:oreNetherrackBandedIron_true=true - B:oreNetherrackBeryllium_true=true - B:oreNetherrackBismuth_true=true - B:oreNetherrackBlueTopaz_true=true - B:oreNetherrackBrownLimonite_true=true - B:oreNetherrackCassiteriteSand_true=true - B:oreNetherrackCassiterite_true=true - B:oreNetherrackCertusQuartz_true=true - B:oreNetherrackChalcopyrite_true=true - B:oreNetherrackCoal_true=true - B:oreNetherrackCobaltite_true=true - B:oreNetherrackCooperite_true=true - B:oreNetherrackCopper_true=true - B:oreNetherrackDarkSteel_true=true - B:oreNetherrackDiamond_true=true - B:oreNetherrackEmerald_true=true - B:oreNetherrackFoolsRuby_true=true - B:oreNetherrackGalena_true=true - B:oreNetherrackGarnetRed_true=true - B:oreNetherrackGarnetYellow_true=true - B:oreNetherrackGarnierite_true=true - B:oreNetherrackGold_true=true - B:oreNetherrackGraphite_true=true - B:oreNetherrackGreenSapphire_true=true - B:oreNetherrackIron_true=true - B:oreNetherrackLapis_true=true - B:oreNetherrackLazurite_true=true - B:oreNetherrackLead_true=true - B:oreNetherrackLignite_true=true - B:oreNetherrackLithium_true=true - B:oreNetherrackMagnesite_true=true - B:oreNetherrackMagnetite_true=true - B:oreNetherrackMalachite_true=true - B:oreNetherrackManganese_true=true - B:oreNetherrackMolybdenite_true=true - B:oreNetherrackMolybdenum_true=true - B:oreNetherrackMonazite_true=true - B:oreNetherrackNetherQuartz_true=true - B:oreNetherrackNickel_true=true - B:oreNetherrackOlivine_true=true - B:oreNetherrackOpal_true=true - B:oreNetherrackPentlandite_true=true - B:oreNetherrackPhosphorus_true=true - B:oreNetherrackPlatinum_true=true - B:oreNetherrackPlutonium_true=true - B:oreNetherrackPyrite_true=true - B:oreNetherrackPyrolusite_true=true - B:oreNetherrackQuartzite_true=true - B:oreNetherrackRuby_true=true - B:oreNetherrackSapphire_true=true - B:oreNetherrackSilver_true=true - B:oreNetherrackSodalite_true=true - B:oreNetherrackSphalerite_true=true - B:oreNetherrackStibnite_true=true - B:oreNetherrackTanzanite_true=true - B:oreNetherrackTetrahedrite_true=true - B:oreNetherrackThorium_true=true - B:oreNetherrackTin_true=true - B:oreNetherrackTopaz_true=true - B:oreNetherrackUranium235_true=true - B:oreNetherrackUranium_true=true - B:oreNetherrackYellowLimonite_true=true - B:oreNetherrackZinc_true=true - B:oreNickel_true=true - B:oreOlivine_true=true - B:oreOpal_true=true - B:orePentlandite_true=true - B:orePhosphorus_true=true - B:orePlatinum_true=true - B:orePlutonium_true=true - B:orePyrite_true=true - B:orePyrolusite_true=true - B:oreQuartzite_true=true - B:oreRedgraniteAmethyst_true=true - B:oreRedgraniteApatite_true=true - B:oreRedgraniteBandedIron_true=true - B:oreRedgraniteBeryllium_true=true - B:oreRedgraniteBismuth_true=true - B:oreRedgraniteBlueTopaz_true=true - B:oreRedgraniteBrownLimonite_true=true - B:oreRedgraniteCassiteriteSand_true=true - B:oreRedgraniteCassiterite_true=true - B:oreRedgraniteCertusQuartz_true=true - B:oreRedgraniteChalcopyrite_true=true - B:oreRedgraniteCoal_true=true - B:oreRedgraniteCobaltite_true=true - B:oreRedgraniteCooperite_true=true - B:oreRedgraniteCopper_true=true - B:oreRedgraniteDarkSteel_true=true - B:oreRedgraniteDiamond_true=true - B:oreRedgraniteEmerald_true=true - B:oreRedgraniteFoolsRuby_true=true - B:oreRedgraniteGalena_true=true - B:oreRedgraniteGarnetRed_true=true - B:oreRedgraniteGarnetYellow_true=true - B:oreRedgraniteGarnierite_true=true - B:oreRedgraniteGold_true=true - B:oreRedgraniteGraphite_true=true - B:oreRedgraniteGreenSapphire_true=true - B:oreRedgraniteIron_true=true - B:oreRedgraniteLapis_true=true - B:oreRedgraniteLazurite_true=true - B:oreRedgraniteLead_true=true - B:oreRedgraniteLignite_true=true - B:oreRedgraniteLithium_true=true - B:oreRedgraniteMagnesite_true=true - B:oreRedgraniteMagnetite_true=true - B:oreRedgraniteMalachite_true=true - B:oreRedgraniteManganese_true=true - B:oreRedgraniteMolybdenite_true=true - B:oreRedgraniteMolybdenum_true=true - B:oreRedgraniteMonazite_true=true - B:oreRedgraniteNetherQuartz_true=true - B:oreRedgraniteNickel_true=true - B:oreRedgraniteOlivine_true=true - B:oreRedgraniteOpal_true=true - B:oreRedgranitePentlandite_true=true - B:oreRedgranitePhosphorus_true=true - B:oreRedgranitePlatinum_true=true - B:oreRedgranitePlutonium_true=true - B:oreRedgranitePyrite_true=true - B:oreRedgranitePyrolusite_true=true - B:oreRedgraniteQuartzite_true=true - B:oreRedgraniteRuby_true=true - B:oreRedgraniteSapphire_true=true - B:oreRedgraniteSilver_true=true - B:oreRedgraniteSodalite_true=true - B:oreRedgraniteSphalerite_true=true - B:oreRedgraniteStibnite_true=true - B:oreRedgraniteTanzanite_true=true - B:oreRedgraniteTetrahedrite_true=true - B:oreRedgraniteThorium_true=true - B:oreRedgraniteTin_true=true - B:oreRedgraniteTopaz_true=true - B:oreRedgraniteUranium235_true=true - B:oreRedgraniteUranium_true=true - B:oreRedgraniteYellowLimonite_true=true - B:oreRedgraniteZinc_true=true - B:oreRuby_true=true - B:oreSapphire_true=true - B:oreSilver_true=true - B:oreSodalite_true=true - B:oreSphalerite_true=true - B:oreStibnite_true=true - B:oreTanzanite_true=true - B:oreTetrahedrite_true=true - B:oreThorium_true=true - B:oreTin_true=true - B:oreTopaz_true=true - B:oreUranium235_true=true - B:oreUranium_true=true - B:oreYellowLimonite_true=true - B:oreZinc_true=true - B:pipeHugePlastic_true=true - B:pipeHugePolytetrafluoroethylene_true=true - B:pipeHugePolyvinylChloride_true=true - B:pipeLargePlastic_true=true - B:pipeLargePolytetrafluoroethylene_true=true - B:pipeLargePolyvinylChloride_true=true - B:pipeMediumPlastic_true=true - B:pipeMediumPolytetrafluoroethylene_true=true - B:pipeMediumPolyvinylChloride_true=true - B:pipeRestrictiveHugePolyvinylChloride_true=true - B:pipeRestrictiveLargePolyvinylChloride_true=true - B:pipeRestrictiveMediumPolyvinylChloride_true=true - B:pipeSmallBronze_true=true - B:pipeSmallCopper_true=true - B:pipeSmallPlastic_true=true - B:pipeSmallPolytetrafluoroethylene_true=true - B:pipeSmallStainlessSteel_true=true - B:pipeSmallSteel_true=true - B:pipeSmallTitanium_true=true - B:pipeSmallTungstenSteel_true=true - B:pipeTinyBronze_true=true - B:pipeTinyCopper_true=true - B:pipeTinyPlastic_true=true - B:pipeTinyPolytetrafluoroethylene_true=true - B:pipeTinyStainlessSteel_true=true - B:pipeTinySteel_true=true - B:pipeTinyTitanium_true=true - B:pipeTinyTungstenSteel_true=true - B:plateAluminium_true=true - B:plateAmericium_true=true - B:plateAnnealedCopper_true=true - B:plateBatteryAlloy_true=true - B:plateBeryllium_true=true - B:plateBismuthBronze_true=true - B:plateBismuth_true=true - B:plateBlackBronze_true=true - B:plateBlackSteel_true=true - B:plateBlueSteel_true=true - B:plateBrass_true=true - B:plateBronze_true=true - B:plateCarbon_true=true - B:plateChrome_true=true - B:plateCobaltBrass_true=true - B:plateCobalt_true=true - B:plateCopper_true=true - B:plateCupronickel_true=true - B:plateDamascusSteel_true=true - B:plateDarkSteel_true=true - B:plateDoubleCarbon_true=true - B:plateDoubleEpoxidFiberReinforced_true=true - B:plateDoubleEpoxid_true=true - B:plateDoubleNickelZincFerrite_true=true - B:plateDoublePolycaprolactam_true=true - B:plateDoublePolyphenyleneSulfide_true=true - B:plateDoublePolytetrafluoroethylene_true=true - B:plateDuranium_true=true - B:plateElectrum_true=true - B:plateEpoxidFiberReinforced_true=true - B:plateEpoxid_true=true - B:plateEuropium_true=true - B:plateGalliumArsenide_true=true - B:plateGallium_true=true - B:plateGold_true=true - B:plateHSSE_true=true - B:plateHSSG_true=true - B:plateHSSS_true=true - B:plateIndiumGalliumPhosphide_true=true - B:plateInvar_true=true - B:plateIridium_true=true - B:plateIronMagnetic_true=true - B:plateIron_true=true - B:plateKanthal_true=true - B:plateLead_true=true - B:plateMagnalium_true=true - B:plateManganese_true=true - B:plateMithril_true=true - B:plateMolybdenum_true=true - B:plateNaquadahAlloy_true=true - B:plateNaquadria_true=true - B:plateNeodymiumMagnetic_true=true - B:plateNeodymium_true=true - B:plateNeutronium_true=true - B:plateNichrome_true=true - B:plateNickelZincFerrite_true=true - B:plateNickel_true=true - B:plateNiobiumTitanium_true=true - B:plateOsmiridium_true=true - B:plateOsmium_true=true - B:platePalladium_true=true - B:platePigIron_true=true - B:platePlastic_true=true - B:platePlatinum_true=true - B:platePlutonium241_true=true - B:platePlutonium_true=true - B:platePolycaprolactam_true=true - B:platePolyphenyleneSulfide_true=true - B:platePolystyrene_true=true - B:platePolytetrafluoroethylene_true=true - B:platePolyvinylChloride_true=true - B:plateRedAlloy_true=true - B:plateRedSteel_true=true - B:plateRoseGold_true=true - B:plateRubber_true=true - B:plateSilicon_true=true - B:plateSilicone_true=true - B:plateSilver_true=true - B:plateSolderingAlloy_true=true - B:plateStainlessSteel_true=true - B:plateSteelMagnetic_true=true - B:plateSteel_true=true - B:plateSterlingSilver_true=true - B:plateStyreneButadieneRubber_true=true - B:plateThorium_true=true - B:plateTinAlloy_true=true - B:plateTin_true=true - B:plateTitanium_true=true - B:plateTritanium_true=true - B:plateTungstenCarbide_true=true - B:plateTungstenSteel_true=true - B:plateTungsten_true=true - B:plateUltimet_true=true - B:plateUranium235_true=true - B:plateUranium_true=true - B:plateVanadiumGallium_true=true - B:plateVanadiumSteel_true=true - B:plateWroughtIron_true=true - B:plateYttriumBariumCuprate_true=true - B:plateZinc_true=true - B:ringAluminium_true=true - B:ringBrass_true=true - B:ringBronze_true=true - B:ringChrome_true=true - B:ringHSSE_true=true - B:ringHSSG_true=true - B:ringInvar_true=true - B:ringIridium_true=true - B:ringIron_true=true - B:ringNeutronium_true=true - B:ringOsmium_true=true - B:ringPigIron_true=true - B:ringRubber_true=true - B:ringSilicone_true=true - B:ringStainlessSteel_true=true - B:ringSteel_true=true - B:ringStyreneButadieneRubber_true=true - B:ringTin_true=true - B:ringTitanium_true=true - B:ringTungstenSteel_true=true - B:ringWroughtIron_true=true - B:roundHSSE_true=true - B:roundHSSG_true=true - B:roundNeutronium_true=true - B:screwAluminium_true=true - B:screwBeryllium_true=true - B:screwBismuthBronze_true=true - B:screwBismuth_true=true - B:screwBlackBronze_true=true - B:screwBlackSteel_true=true - B:screwBlueSteel_true=true - B:screwBrass_true=true - B:screwBronze_true=true - B:screwCarbon_true=true - B:screwChrome_true=true - B:screwCobaltBrass_true=true - B:screwCobalt_true=true - B:screwCupronickel_true=true - B:screwDamascusSteel_true=true - B:screwDarkSteel_true=true - B:screwDuranium_true=true - B:screwElectrum_true=true - B:screwEpoxidFiberReinforced_true=true - B:screwEpoxid_true=true - B:screwGold_true=true - B:screwHSSE_true=true - B:screwHSSG_true=true - B:screwHSSS_true=true - B:screwInvar_true=true - B:screwIridium_true=true - B:screwIronMagnetic_true=true - B:screwIron_true=true - B:screwKanthal_true=true - B:screwLead_true=true - B:screwMagnalium_true=true - B:screwManganese_true=true - B:screwMithril_true=true - B:screwMolybdenum_true=true - B:screwNaquadahAlloy_true=true - B:screwNaquadria_true=true - B:screwNeodymiumMagnetic_true=true - B:screwNeodymium_true=true - B:screwNeutronium_true=true - B:screwNichrome_true=true - B:screwNickelZincFerrite_true=true - B:screwNickel_true=true - B:screwOsmiridium_true=true - B:screwOsmium_true=true - B:screwPalladium_true=true - B:screwPigIron_true=true - B:screwPlastic_true=true - B:screwPlatinum_true=true - B:screwPlutonium241_true=true - B:screwPlutonium_true=true - B:screwPolycaprolactam_true=true - B:screwPolyphenyleneSulfide_true=true - B:screwPolystyrene_true=true - B:screwPolytetrafluoroethylene_true=true - B:screwPolyvinylChloride_true=true - B:screwRedSteel_true=true - B:screwRoseGold_true=true - B:screwRubber_true=true - B:screwSilicone_true=true - B:screwSilver_true=true - B:screwStainlessSteel_true=true - B:screwSteelMagnetic_true=true - B:screwSteel_true=true - B:screwSterlingSilver_true=true - B:screwStyreneButadieneRubber_true=true - B:screwThorium_true=true - B:screwTinAlloy_true=true - B:screwTin_true=true - B:screwTitanium_true=true - B:screwTritanium_true=true - B:screwTungstenCarbide_true=true - B:screwTungstenSteel_true=true - B:screwTungsten_true=true - B:screwUltimet_true=true - B:screwUranium235_true=true - B:screwUranium_true=true - B:screwVanadiumSteel_true=true - B:screwWroughtIron_true=true - B:springTitanium_true=true - B:stickAluminium_true=true - B:stickAmericium_true=true - B:stickBeryllium_true=true - B:stickBismuthBronze_true=true - B:stickBismuth_true=true - B:stickBlackBronze_true=true - B:stickBlackSteel_true=true - B:stickBlueSteel_true=true - B:stickBrass_true=true - B:stickBronze_true=true - B:stickCarbon_true=true - B:stickChrome_true=true - B:stickCobaltBrass_true=true - B:stickCobalt_true=true - B:stickCopper_true=true - B:stickCupronickel_true=true - B:stickDamascusSteel_true=true - B:stickDarkSteel_true=true - B:stickDuranium_true=true - B:stickElectrum_true=true - B:stickEpoxidFiberReinforced_true=true - B:stickEpoxid_true=true - B:stickEuropium_true=true - B:stickGold_true=true - B:stickHSSE_true=true - B:stickHSSG_true=true - B:stickHSSS_true=true - B:stickInvar_true=true - B:stickIridium_true=true - B:stickIronMagnetic_true=true - B:stickIron_true=true - B:stickKanthal_true=true - B:stickLead_true=true - B:stickLongAluminium_true=true - B:stickLongAmericium_true=true - B:stickLongBeryllium_true=true - B:stickLongBismuthBronze_true=true - B:stickLongBismuth_true=true - B:stickLongBlackBronze_true=true - B:stickLongBlackSteel_true=true - B:stickLongBlueSteel_true=true - B:stickLongBrass_true=true - B:stickLongBronze_true=true - B:stickLongCarbon_true=true - B:stickLongChrome_true=true - B:stickLongCobaltBrass_true=true - B:stickLongCobalt_true=true - B:stickLongCupronickel_true=true - B:stickLongDamascusSteel_true=true - B:stickLongDarkSteel_true=true - B:stickLongDuranium_true=true - B:stickLongElectrum_true=true - B:stickLongEpoxidFiberReinforced_true=true - B:stickLongEpoxid_true=true - B:stickLongGold_true=true - B:stickLongHSSE_true=true - B:stickLongHSSG_true=true - B:stickLongHSSS_true=true - B:stickLongInvar_true=true - B:stickLongIridium_true=true - B:stickLongIronMagnetic_true=true - B:stickLongIron_true=true - B:stickLongKanthal_true=true - B:stickLongLead_true=true - B:stickLongMagnalium_true=true - B:stickLongManganese_true=true - B:stickLongMithril_true=true - B:stickLongMolybdenum_true=true - B:stickLongNaquadahAlloy_true=true - B:stickLongNaquadria_true=true - B:stickLongNeodymiumMagnetic_true=true - B:stickLongNeodymium_true=true - B:stickLongNeutronium_true=true - B:stickLongNichrome_true=true - B:stickLongNickelZincFerrite_true=true - B:stickLongNickel_true=true - B:stickLongOsmiridium_true=true - B:stickLongOsmium_true=true - B:stickLongPalladium_true=true - B:stickLongPigIron_true=true - B:stickLongPlastic_true=true - B:stickLongPlatinum_true=true - B:stickLongPlutonium241_true=true - B:stickLongPlutonium_true=true - B:stickLongPolycaprolactam_true=true - B:stickLongPolyphenyleneSulfide_true=true - B:stickLongPolystyrene_true=true - B:stickLongPolytetrafluoroethylene_true=true - B:stickLongPolyvinylChloride_true=true - B:stickLongRedSteel_true=true - B:stickLongRoseGold_true=true - B:stickLongRubber_true=true - B:stickLongSilicone_true=true - B:stickLongSilver_true=true - B:stickLongStainlessSteel_true=true - B:stickLongSteelMagnetic_true=true - B:stickLongSteel_true=true - B:stickLongSterlingSilver_true=true - B:stickLongStyreneButadieneRubber_true=true - B:stickLongThorium_true=true - B:stickLongTinAlloy_true=true - B:stickLongTitanium_true=true - B:stickLongTritanium_true=true - B:stickLongTungstenCarbide_true=true - B:stickLongTungstenSteel_true=true - B:stickLongTungsten_true=true - B:stickLongUltimet_true=true - B:stickLongUranium235_true=true - B:stickLongUranium_true=true - B:stickLongVanadiumSteel_true=true - B:stickLongWroughtIron_true=true - B:stickMagnalium_true=true - B:stickManganese_true=true - B:stickMithril_true=true - B:stickMolybdenum_true=true - B:stickNaquadahAlloy_true=true - B:stickNaquadria_true=true - B:stickNeodymiumMagnetic_true=true - B:stickNeodymium_true=true - B:stickNeutronium_true=true - B:stickNichrome_true=true - B:stickNickelZincFerrite_true=true - B:stickNickel_true=true - B:stickOsmiridium_true=true - B:stickOsmium_true=true - B:stickPalladium_true=true - B:stickPigIron_true=true - B:stickPlastic_true=true - B:stickPlatinum_true=true - B:stickPlutonium241_true=true - B:stickPlutonium_true=true - B:stickPolycaprolactam_true=true - B:stickPolyphenyleneSulfide_true=true - B:stickPolystyrene_true=true - B:stickPolytetrafluoroethylene_true=true - B:stickPolyvinylChloride_true=true - B:stickRedSteel_true=true - B:stickRoseGold_true=true - B:stickRubber_true=true - B:stickSilicone_true=true - B:stickSilver_true=true - B:stickSolderingAlloy_true=true - B:stickStainlessSteel_true=true - B:stickSteelMagnetic_true=true - B:stickSteel_true=true - B:stickSterlingSilver_true=true - B:stickStyreneButadieneRubber_true=true - B:stickThorium_true=true - B:stickTinAlloy_true=true - B:stickTin_true=true - B:stickTitanium_true=true - B:stickTritanium_true=true - B:stickTungstenCarbide_true=true - B:stickTungstenSteel_true=true - B:stickTungsten_true=true - B:stickUltimet_true=true - B:stickUranium235_true=true - B:stickUranium_true=true - B:stickVanadiumGallium_true=true - B:stickVanadiumSteel_true=true - B:stickWroughtIron_true=true - B:tile.fenceIron_true=true - B:tile.tripWireSource_true=true - B:toolHeadAxeCarbon_true=true - B:toolHeadAxeEpoxidFiberReinforced_true=true - B:toolHeadAxeEpoxid_true=true - B:toolHeadAxeNickelZincFerrite_true=true - B:toolHeadAxePlastic_true=true - B:toolHeadAxePolycaprolactam_true=true - B:toolHeadAxePolyphenyleneSulfide_true=true - B:toolHeadAxePolystyrene_true=true - B:toolHeadAxePolytetrafluoroethylene_true=true - B:toolHeadAxePolyvinylChloride_true=true - B:toolHeadAxeRubber_true=true - B:toolHeadAxeSilicone_true=true - B:toolHeadAxeStyreneButadieneRubber_true=true - B:toolHeadBuzzSawCarbon_true=true - B:toolHeadBuzzSawEpoxidFiberReinforced_true=true - B:toolHeadBuzzSawEpoxid_true=true - B:toolHeadBuzzSawNickelZincFerrite_true=true - B:toolHeadBuzzSawPolycaprolactam_true=true - B:toolHeadBuzzSawPolyphenyleneSulfide_true=true - B:toolHeadBuzzSawPolytetrafluoroethylene_true=true - B:toolHeadChainsawCarbon_true=true - B:toolHeadChainsawEpoxidFiberReinforced_true=true - B:toolHeadChainsawEpoxid_true=true - B:toolHeadChainsawNickelZincFerrite_true=true - B:toolHeadChainsawPolycaprolactam_true=true - B:toolHeadChainsawPolyphenyleneSulfide_true=true - B:toolHeadChainsawPolytetrafluoroethylene_true=true - B:toolHeadDrillCarbon_true=true - B:toolHeadDrillEpoxidFiberReinforced_true=true - B:toolHeadDrillEpoxid_true=true - B:toolHeadDrillNickelZincFerrite_true=true - B:toolHeadDrillPolycaprolactam_true=true - B:toolHeadDrillPolyphenyleneSulfide_true=true - B:toolHeadDrillPolytetrafluoroethylene_true=true - B:toolHeadFileCarbon_true=true - B:toolHeadFileEpoxidFiberReinforced_true=true - B:toolHeadFileEpoxid_true=true - B:toolHeadFileNickelZincFerrite_true=true - B:toolHeadFilePolycaprolactam_true=true - B:toolHeadFilePolyphenyleneSulfide_true=true - B:toolHeadFilePolytetrafluoroethylene_true=true - B:toolHeadHammerCarbon_true=true - B:toolHeadHammerEpoxidFiberReinforced_true=true - B:toolHeadHammerEpoxid_true=true - B:toolHeadHammerNickelZincFerrite_true=true - B:toolHeadHammerPlastic_true=true - B:toolHeadHammerPolycaprolactam_true=true - B:toolHeadHammerPolyphenyleneSulfide_true=true - B:toolHeadHammerPolystyrene_true=true - B:toolHeadHammerPolytetrafluoroethylene_true=true - B:toolHeadHammerPolyvinylChloride_true=true - B:toolHeadHammerRubber_true=true - B:toolHeadHammerSilicone_true=true - B:toolHeadHammerStyreneButadieneRubber_true=true - B:toolHeadHoeCarbon_true=true - B:toolHeadHoeEpoxidFiberReinforced_true=true - B:toolHeadHoeEpoxid_true=true - B:toolHeadHoeNickelZincFerrite_true=true - B:toolHeadHoePlastic_true=true - B:toolHeadHoePolycaprolactam_true=true - B:toolHeadHoePolyphenyleneSulfide_true=true - B:toolHeadHoePolystyrene_true=true - B:toolHeadHoePolytetrafluoroethylene_true=true - B:toolHeadHoePolyvinylChloride_true=true - B:toolHeadHoeRubber_true=true - B:toolHeadHoeSilicone_true=true - B:toolHeadHoeStyreneButadieneRubber_true=true - B:toolHeadPickaxeCarbon_true=true - B:toolHeadPickaxeEpoxidFiberReinforced_true=true - B:toolHeadPickaxeEpoxid_true=true - B:toolHeadPickaxeNickelZincFerrite_true=true - B:toolHeadPickaxePlastic_true=true - B:toolHeadPickaxePolycaprolactam_true=true - B:toolHeadPickaxePolyphenyleneSulfide_true=true - B:toolHeadPickaxePolystyrene_true=true - B:toolHeadPickaxePolytetrafluoroethylene_true=true - B:toolHeadPickaxePolyvinylChloride_true=true - B:toolHeadPickaxeRubber_true=true - B:toolHeadPickaxeSilicone_true=true - B:toolHeadPickaxeStyreneButadieneRubber_true=true - B:toolHeadPlowCarbon_true=true - B:toolHeadPlowEpoxidFiberReinforced_true=true - B:toolHeadPlowEpoxid_true=true - B:toolHeadPlowNickelZincFerrite_true=true - B:toolHeadPlowPlastic_true=true - B:toolHeadPlowPolycaprolactam_true=true - B:toolHeadPlowPolyphenyleneSulfide_true=true - B:toolHeadPlowPolystyrene_true=true - B:toolHeadPlowPolytetrafluoroethylene_true=true - B:toolHeadPlowPolyvinylChloride_true=true - B:toolHeadPlowRubber_true=true - B:toolHeadPlowSilicone_true=true - B:toolHeadPlowStyreneButadieneRubber_true=true - B:toolHeadSawCarbon_true=true - B:toolHeadSawEpoxidFiberReinforced_true=true - B:toolHeadSawEpoxid_true=true - B:toolHeadSawNickelZincFerrite_true=true - B:toolHeadSawPolycaprolactam_true=true - B:toolHeadSawPolyphenyleneSulfide_true=true - B:toolHeadSawPolytetrafluoroethylene_true=true - B:toolHeadSenseCarbon_true=true - B:toolHeadSenseEpoxidFiberReinforced_true=true - B:toolHeadSenseEpoxid_true=true - B:toolHeadSenseNickelZincFerrite_true=true - B:toolHeadSensePlastic_true=true - B:toolHeadSensePolycaprolactam_true=true - B:toolHeadSensePolyphenyleneSulfide_true=true - B:toolHeadSensePolystyrene_true=true - B:toolHeadSensePolytetrafluoroethylene_true=true - B:toolHeadSensePolyvinylChloride_true=true - B:toolHeadSenseRubber_true=true - B:toolHeadSenseSilicone_true=true - B:toolHeadSenseStyreneButadieneRubber_true=true - B:toolHeadShovelAluminium_true=true - B:toolHeadShovelBeryllium_true=true - B:toolHeadShovelBismuthBronze_true=true - B:toolHeadShovelBismuth_true=true - B:toolHeadShovelBlackBronze_true=true - B:toolHeadShovelBlackSteel_true=true - B:toolHeadShovelBlueSteel_true=true - B:toolHeadShovelBrass_true=true - B:toolHeadShovelBronze_true=true - B:toolHeadShovelCarbon_true=true - B:toolHeadShovelChrome_true=true - B:toolHeadShovelCobaltBrass_true=true - B:toolHeadShovelCobalt_true=true - B:toolHeadShovelCupronickel_true=true - B:toolHeadShovelDamascusSteel_true=true - B:toolHeadShovelDarkSteel_true=true - B:toolHeadShovelDuranium_true=true - B:toolHeadShovelElectrum_true=true - B:toolHeadShovelEpoxidFiberReinforced_true=true - B:toolHeadShovelEpoxid_true=true - B:toolHeadShovelGold_true=true - B:toolHeadShovelHSSE_true=true - B:toolHeadShovelHSSG_true=true - B:toolHeadShovelHSSS_true=true - B:toolHeadShovelInvar_true=true - B:toolHeadShovelIridium_true=true - B:toolHeadShovelIronMagnetic_true=true - B:toolHeadShovelIron_true=true - B:toolHeadShovelKanthal_true=true - B:toolHeadShovelLead_true=true - B:toolHeadShovelMagnalium_true=true - B:toolHeadShovelManganese_true=true - B:toolHeadShovelMithril_true=true - B:toolHeadShovelMolybdenum_true=true - B:toolHeadShovelNaquadahAlloy_true=true - B:toolHeadShovelNaquadria_true=true - B:toolHeadShovelNeodymiumMagnetic_true=true - B:toolHeadShovelNeodymium_true=true - B:toolHeadShovelNeutronium_true=true - B:toolHeadShovelNichrome_true=true - B:toolHeadShovelNickelZincFerrite_true=true - B:toolHeadShovelNickel_true=true - B:toolHeadShovelOsmiridium_true=true - B:toolHeadShovelOsmium_true=true - B:toolHeadShovelPalladium_true=true - B:toolHeadShovelPigIron_true=true - B:toolHeadShovelPlastic_true=true - B:toolHeadShovelPlatinum_true=true - B:toolHeadShovelPlutonium241_true=true - B:toolHeadShovelPlutonium_true=true - B:toolHeadShovelPolycaprolactam_true=true - B:toolHeadShovelPolyphenyleneSulfide_true=true - B:toolHeadShovelPolystyrene_true=true - B:toolHeadShovelPolytetrafluoroethylene_true=true - B:toolHeadShovelPolyvinylChloride_true=true - B:toolHeadShovelRedSteel_true=true - B:toolHeadShovelRoseGold_true=true - B:toolHeadShovelRubber_true=true - B:toolHeadShovelSilicone_true=true - B:toolHeadShovelSilver_true=true - B:toolHeadShovelStainlessSteel_true=true - B:toolHeadShovelSteelMagnetic_true=true - B:toolHeadShovelSteel_true=true - B:toolHeadShovelSterlingSilver_true=true - B:toolHeadShovelStyreneButadieneRubber_true=true - B:toolHeadShovelThorium_true=true - B:toolHeadShovelTinAlloy_true=true - B:toolHeadShovelTitanium_true=true - B:toolHeadShovelTritanium_true=true - B:toolHeadShovelTungstenCarbide_true=true - B:toolHeadShovelTungstenSteel_true=true - B:toolHeadShovelTungsten_true=true - B:toolHeadShovelUltimet_true=true - B:toolHeadShovelUranium235_true=true - B:toolHeadShovelUranium_true=true - B:toolHeadShovelVanadiumSteel_true=true - B:toolHeadShovelWroughtIron_true=true - B:toolHeadSwordCarbon_true=true - B:toolHeadSwordEpoxidFiberReinforced_true=true - B:toolHeadSwordEpoxid_true=true - B:toolHeadSwordNickelZincFerrite_true=true - B:toolHeadSwordPlastic_true=true - B:toolHeadSwordPolycaprolactam_true=true - B:toolHeadSwordPolyphenyleneSulfide_true=true - B:toolHeadSwordPolystyrene_true=true - B:toolHeadSwordPolytetrafluoroethylene_true=true - B:toolHeadSwordPolyvinylChloride_true=true - B:toolHeadSwordRubber_true=true - B:toolHeadSwordSilicone_true=true - B:toolHeadSwordStyreneButadieneRubber_true=true - B:toolHeadUniversalSpadeAluminium_true=true - B:toolHeadUniversalSpadeBeryllium_true=true - B:toolHeadUniversalSpadeBismuthBronze_true=true - B:toolHeadUniversalSpadeBismuth_true=true - B:toolHeadUniversalSpadeBlackBronze_true=true - B:toolHeadUniversalSpadeBlackSteel_true=true - B:toolHeadUniversalSpadeBlueSteel_true=true - B:toolHeadUniversalSpadeBrass_true=true - B:toolHeadUniversalSpadeBronze_true=true - B:toolHeadUniversalSpadeCarbon_true=true - B:toolHeadUniversalSpadeChrome_true=true - B:toolHeadUniversalSpadeCobaltBrass_true=true - B:toolHeadUniversalSpadeCobalt_true=true - B:toolHeadUniversalSpadeCupronickel_true=true - B:toolHeadUniversalSpadeDamascusSteel_true=true - B:toolHeadUniversalSpadeDarkSteel_true=true - B:toolHeadUniversalSpadeDuranium_true=true - B:toolHeadUniversalSpadeElectrum_true=true - B:toolHeadUniversalSpadeEpoxidFiberReinforced_true=true - B:toolHeadUniversalSpadeEpoxid_true=true - B:toolHeadUniversalSpadeGold_true=true - B:toolHeadUniversalSpadeHSSE_true=true - B:toolHeadUniversalSpadeHSSG_true=true - B:toolHeadUniversalSpadeHSSS_true=true - B:toolHeadUniversalSpadeInvar_true=true - B:toolHeadUniversalSpadeIridium_true=true - B:toolHeadUniversalSpadeIronMagnetic_true=true - B:toolHeadUniversalSpadeIron_true=true - B:toolHeadUniversalSpadeKanthal_true=true - B:toolHeadUniversalSpadeLead_true=true - B:toolHeadUniversalSpadeMagnalium_true=true - B:toolHeadUniversalSpadeManganese_true=true - B:toolHeadUniversalSpadeMithril_true=true - B:toolHeadUniversalSpadeMolybdenum_true=true - B:toolHeadUniversalSpadeNaquadahAlloy_true=true - B:toolHeadUniversalSpadeNaquadria_true=true - B:toolHeadUniversalSpadeNeodymiumMagnetic_true=true - B:toolHeadUniversalSpadeNeodymium_true=true - B:toolHeadUniversalSpadeNeutronium_true=true - B:toolHeadUniversalSpadeNichrome_true=true - B:toolHeadUniversalSpadeNickelZincFerrite_true=true - B:toolHeadUniversalSpadeNickel_true=true - B:toolHeadUniversalSpadeOsmiridium_true=true - B:toolHeadUniversalSpadeOsmium_true=true - B:toolHeadUniversalSpadePalladium_true=true - B:toolHeadUniversalSpadePigIron_true=true - B:toolHeadUniversalSpadePlastic_true=true - B:toolHeadUniversalSpadePlatinum_true=true - B:toolHeadUniversalSpadePlutonium241_true=true - B:toolHeadUniversalSpadePlutonium_true=true - B:toolHeadUniversalSpadePolycaprolactam_true=true - B:toolHeadUniversalSpadePolyphenyleneSulfide_true=true - B:toolHeadUniversalSpadePolystyrene_true=true - B:toolHeadUniversalSpadePolytetrafluoroethylene_true=true - B:toolHeadUniversalSpadePolyvinylChloride_true=true - B:toolHeadUniversalSpadeRedSteel_true=true - B:toolHeadUniversalSpadeRoseGold_true=true - B:toolHeadUniversalSpadeRubber_true=true - B:toolHeadUniversalSpadeSilicone_true=true - B:toolHeadUniversalSpadeSilver_true=true - B:toolHeadUniversalSpadeStainlessSteel_true=true - B:toolHeadUniversalSpadeSteelMagnetic_true=true - B:toolHeadUniversalSpadeSteel_true=true - B:toolHeadUniversalSpadeSterlingSilver_true=true - B:toolHeadUniversalSpadeStyreneButadieneRubber_true=true - B:toolHeadUniversalSpadeThorium_true=true - B:toolHeadUniversalSpadeTinAlloy_true=true - B:toolHeadUniversalSpadeTitanium_true=true - B:toolHeadUniversalSpadeTritanium_true=true - B:toolHeadUniversalSpadeTungstenCarbide_true=true - B:toolHeadUniversalSpadeTungstenSteel_true=true - B:toolHeadUniversalSpadeTungsten_true=true - B:toolHeadUniversalSpadeUltimet_true=true - B:toolHeadUniversalSpadeUranium235_true=true - B:toolHeadUniversalSpadeUranium_true=true - B:toolHeadUniversalSpadeVanadiumSteel_true=true - B:toolHeadUniversalSpadeWroughtIron_true=true - B:toolHeadWrenchCarbon_true=true - B:toolHeadWrenchEpoxidFiberReinforced_true=true - B:toolHeadWrenchEpoxid_true=true - B:toolHeadWrenchNickelZincFerrite_true=true - B:toolHeadWrenchPolycaprolactam_true=true - B:toolHeadWrenchPolyphenyleneSulfide_true=true - B:toolHeadWrenchPolytetrafluoroethylene_true=true - B:turbineBladeCarbon_true=true - B:turbineBladeEpoxidFiberReinforced_true=true - B:turbineBladeEpoxid_true=true - B:turbineBladeNickelZincFerrite_true=true - B:turbineBladePolycaprolactam_true=true - B:turbineBladePolyphenyleneSulfide_true=true - B:turbineBladePolytetrafluoroethylene_true=true - B:wireFineAnnealedCopper_true=true - B:wireFineCopper_true=true - B:wireFineElectrum_true=true - B:wireFineGold_true=true - B:wireFineLead_true=true - B:wireFineNiobiumTitanium_true=true - B:wireFineOsmium_true=true - B:wireFinePlatinum_true=true - B:wireFineRedAlloy_true=true - B:wireFineSolderingAlloy_true=true - B:wireFineSteel_true=true - B:wireFineTin_true=true - B:wireFineYttriumBariumCuprate_true=true - B:wireGt01Aluminium_true=true - B:wireGt01AnnealedCopper_true=true - B:wireGt01BlackSteel_true=true - B:wireGt01Cobalt_true=true - B:wireGt01Copper_true=true - B:wireGt01Cupronickel_true=true - B:wireGt01Duranium_true=true - B:wireGt01Electrum_true=true - B:wireGt01Gold_true=true - B:wireGt01HSSG_true=true - B:wireGt01Iron_true=true - B:wireGt01Kanthal_true=true - B:wireGt01Lead_true=true - B:wireGt01NaquadahAlloy_true=true - B:wireGt01Nichrome_true=true - B:wireGt01Nickel_true=true - B:wireGt01NiobiumTitanium_true=true - B:wireGt01Osmium_true=true - B:wireGt01Platinum_true=true - B:wireGt01RedAlloy_true=true - B:wireGt01Silver_true=true - B:wireGt01SolderingAlloy_true=true - B:wireGt01Steel_true=true - B:wireGt01Tin_true=true - B:wireGt01Titanium_true=true - B:wireGt01TungstenSteel_true=true - B:wireGt01Tungsten_true=true - B:wireGt01VanadiumGallium_true=true - B:wireGt01YttriumBariumCuprate_true=true - B:wireGt01Zinc_true=true - B:wireGt02Aluminium_true=true - B:wireGt02AnnealedCopper_true=true - B:wireGt02BlackSteel_true=true - B:wireGt02Cobalt_true=true - B:wireGt02Copper_true=true - B:wireGt02Cupronickel_true=true - B:wireGt02Duranium_true=true - B:wireGt02Electrum_true=true - B:wireGt02Gold_true=true - B:wireGt02HSSG_true=true - B:wireGt02Iron_true=true - B:wireGt02Kanthal_true=true - B:wireGt02Lead_true=true - B:wireGt02NaquadahAlloy_true=true - B:wireGt02Nichrome_true=true - B:wireGt02Nickel_true=true - B:wireGt02NiobiumTitanium_true=true - B:wireGt02Osmium_true=true - B:wireGt02Platinum_true=true - B:wireGt02RedAlloy_true=true - B:wireGt02Silver_true=true - B:wireGt02SolderingAlloy_true=true - B:wireGt02Steel_true=true - B:wireGt02Tin_true=true - B:wireGt02Titanium_true=true - B:wireGt02TungstenSteel_true=true - B:wireGt02Tungsten_true=true - B:wireGt02VanadiumGallium_true=true - B:wireGt02YttriumBariumCuprate_true=true - B:wireGt02Zinc_true=true -} - - -storageblockcrafting { - B:blockAluminium_false=false - B:blockAmericium_false=false - B:blockAmethyst_false=false - B:blockAnnealedCopper_false=false - B:blockAntimony_false=false - B:blockArsenic_false=false - B:blockBasalt_false=false - B:blockBatteryAlloy_false=false - B:blockBeryllium_false=false - B:blockBismuthBronze_false=false - B:blockBismuth_false=false - B:blockBlackBronze_false=false - B:blockBlackSteel_false=false - B:blockBlueSteel_false=false - B:blockBlueTopaz_false=false - B:blockBrass_false=false - B:blockBronze_false=false - B:blockCaesium_false=false - B:blockCerium_false=false - B:blockCharcoal_false=false - B:blockChrome_false=false - B:blockCoal_false=false - B:blockCobaltBrass_false=false - B:blockCobalt_false=false - B:blockConductiveIron_false=false - B:blockCopper_false=false - B:blockCupronickel_false=false - B:blockDamascusSteel_false=false - B:blockDarkSteel_false=false - B:blockDiamond_false=false - B:blockDilithium_false=false - B:blockDuranium_false=false - B:blockElectricalSteel_false=false - B:blockElectrum_false=false - B:blockEmerald_false=false - B:blockEnderEye_false=false - B:blockEnderPearl_false=false - B:blockEnergeticAlloy_false=false - B:blockEuropium_false=false - B:blockFoolsRuby_false=false - B:blockForcicium_false=false - B:blockForcillium_false=false - B:blockGallium_false=false - B:blockGarnetRed_false=false - B:blockGarnetYellow_false=false - B:blockGold_false=false - B:blockGreenSapphire_false=false - B:blockHSSE_false=false - B:blockHSSG_false=false - B:blockHSSS_false=false - B:blockIndium_false=false - B:blockInvar_false=false - B:blockIridium_false=false - B:blockIronMagnetic_false=false - B:blockIron_false=false - B:blockJasper_false=false - B:blockKanthal_false=false - B:blockLapis_false=false - B:blockLazurite_false=false - B:blockLead_false=false - B:blockLignite_false=false - B:blockLutetium_false=false - B:blockMagnalium_false=false - B:blockMagnesium_false=false - B:blockManganese_false=false - B:blockMithril_false=false - B:blockMolybdenum_false=false - B:blockMonazite_false=false - B:blockNaquadahAlloy_false=false - B:blockNaquadahEnriched_false=false - B:blockNaquadah_false=false - B:blockNaquadria_false=false - B:blockNeodymiumMagnetic_false=false - B:blockNeodymium_false=false - B:blockNetherStar_false=false - B:blockNeutronium_false=false - B:blockNichrome_false=false - B:blockNickel_false=false - B:blockNiobiumNitride_false=false - B:blockNiobiumTitanium_false=false - B:blockNiobium_false=false - B:blockNiter_false=false - B:blockObsidian_false=false - B:blockOlivine_false=false - B:blockOpal_false=false - B:blockOsmiridium_false=false - B:blockOsmium_false=false - B:blockPalladium_false=false - B:blockPhasedGold_false=false - B:blockPhasedIron_false=false - B:blockPhosphorus_false=false - B:blockPigIron_false=false - B:blockPlatinum_false=false - B:blockPlutonium241_false=false - B:blockPlutonium_false=false - B:blockPulsatingIron_false=false - B:blockQuartzite_false=false - B:blockRedAlloy_false=false - B:blockRedSteel_false=false - B:blockRedstoneAlloy_false=false - B:blockRedstone_false=false - B:blockRoseGold_false=false - B:blockRuby_false=false - B:blockSapphire_false=false - B:blockSilicon_false=false - B:blockSilver_false=false - B:blockSodalite_false=false - B:blockSolderingAlloy_false=false - B:blockSoularium_false=false - B:blockStainlessSteel_false=false - B:blockSteelMagnetic_false=false - B:blockSteel_false=false - B:blockSterlingSilver_false=false - B:blockTantalum_false=false - B:blockTanzanite_false=false - B:blockThorium_false=false - B:blockTinAlloy_false=false - B:blockTin_false=false - B:blockTitanium_false=false - B:blockTopaz_false=false - B:blockTritanium_false=false - B:blockTungstenCarbide_false=false - B:blockTungstenSteel_false=false - B:blockTungsten_false=false - B:blockUltimet_false=false - B:blockUranium235_false=false - B:blockUranium_false=false - B:blockVanadiumGallium_false=false - B:blockVanadiumSteel_false=false - B:blockVanadium_false=false - B:blockVibrantAlloy_false=false - B:blockWroughtIron_false=false - B:blockYttriumBariumCuprate_false=false - B:blockYttrium_false=false - B:blockZinc_false=false - B:tile.glowstone_false=false -} - - -storageblockdecrafting { - B:blockAluminium_false=false - B:blockAmericium_false=false - B:blockAmethyst_true=true - B:blockAnnealedCopper_false=false - B:blockAntimony_false=false - B:blockArsenic_false=false - B:blockBasalt_false=false - B:blockBatteryAlloy_false=false - B:blockBeryllium_false=false - B:blockBismuthBronze_false=false - B:blockBismuth_false=false - B:blockBlackBronze_false=false - B:blockBlackSteel_false=false - B:blockBlueSteel_false=false - B:blockBlueTopaz_true=true - B:blockBrass_false=false - B:blockBronze_false=false - B:blockCaesium_false=false - B:blockCerium_false=false - B:blockCharcoal_true=true - B:blockChrome_false=false - B:blockCoal_true=true - B:blockCobaltBrass_false=false - B:blockCobalt_false=false - B:blockConductiveIron_false=false - B:blockCopper_false=false - B:blockCupronickel_false=false - B:blockDamascusSteel_false=false - B:blockDarkSteel_false=false - B:blockDiamond_true=true - B:blockDilithium_true=true - B:blockDuranium_false=false - B:blockElectricalSteel_false=false - B:blockElectrum_false=false - B:blockEmerald_true=true - B:blockEnderEye_true=true - B:blockEnderPearl_true=true - B:blockEnergeticAlloy_false=false - B:blockEuropium_false=false - B:blockFoolsRuby_true=true - B:blockForcicium_true=true - B:blockForcillium_true=true - B:blockGallium_false=false - B:blockGarnetRed_true=true - B:blockGarnetYellow_true=true - B:blockGold_false=false - B:blockGreenSapphire_true=true - B:blockHSSE_false=false - B:blockHSSG_false=false - B:blockHSSS_false=false - B:blockIndium_false=false - B:blockInvar_false=false - B:blockIridium_false=false - B:blockIronMagnetic_false=false - B:blockIron_false=false - B:blockJasper_true=true - B:blockKanthal_false=false - B:blockLapis_true=true - B:blockLazurite_true=true - B:blockLead_false=false - B:blockLignite_true=true - B:blockLutetium_false=false - B:blockMagnalium_false=false - B:blockMagnesium_false=false - B:blockManganese_false=false - B:blockMithril_false=false - B:blockMolybdenum_false=false - B:blockMonazite_true=true - B:blockNaquadahAlloy_false=false - B:blockNaquadahEnriched_false=false - B:blockNaquadah_false=false - B:blockNaquadria_false=false - B:blockNeodymiumMagnetic_false=false - B:blockNeodymium_false=false - B:blockNetherStar_true=true - B:blockNeutronium_false=false - B:blockNichrome_false=false - B:blockNickel_false=false - B:blockNiobiumNitride_false=false - B:blockNiobiumTitanium_false=false - B:blockNiobium_false=false - B:blockNiter_true=true - B:blockObsidian_false=false - B:blockOlivine_true=true - B:blockOpal_true=true - B:blockOsmiridium_false=false - B:blockOsmium_false=false - B:blockPalladium_false=false - B:blockPhasedGold_false=false - B:blockPhasedIron_false=false - B:blockPhosphorus_true=true - B:blockPigIron_false=false - B:blockPlatinum_false=false - B:blockPlutonium241_false=false - B:blockPlutonium_false=false - B:blockPulsatingIron_false=false - B:blockQuartzite_true=true - B:blockRedAlloy_false=false - B:blockRedSteel_false=false - B:blockRedstoneAlloy_false=false - B:blockRedstone_false=false - B:blockRoseGold_false=false - B:blockRuby_true=true - B:blockSapphire_true=true - B:blockSilicon_false=false - B:blockSilver_false=false - B:blockSodalite_true=true - B:blockSolderingAlloy_false=false - B:blockSoularium_false=false - B:blockStainlessSteel_false=false - B:blockSteelMagnetic_false=false - B:blockSteel_false=false - B:blockSterlingSilver_false=false - B:blockTantalum_false=false - B:blockTanzanite_true=true - B:blockThorium_false=false - B:blockTinAlloy_false=false - B:blockTin_false=false - B:blockTitanium_false=false - B:blockTopaz_true=true - B:blockTritanium_false=false - B:blockTungstenCarbide_false=false - B:blockTungstenSteel_false=false - B:blockTungsten_false=false - B:blockUltimet_false=false - B:blockUranium235_false=false - B:blockUranium_false=false - B:blockVanadiumGallium_false=false - B:blockVanadiumSteel_false=false - B:blockVanadium_false=false - B:blockVibrantAlloy_false=false - B:blockWroughtIron_false=false - B:blockYttriumBariumCuprate_false=false - B:blockYttrium_false=false - B:blockZinc_false=false -} - - -thermalcentrifuge { - B:crushedAlmandine_true=true - B:crushedAluminium_true=true - B:crushedAmethyst_true=true - B:crushedApatite_true=true - B:crushedBandedIron_true=true - B:crushedBarite_true=true - B:crushedBastnasite_true=true - B:crushedBauxite_true=true - B:crushedBentonite_true=true - B:crushedBeryllium_true=true - B:crushedBismuth_true=true - B:crushedBlueTopaz_true=true - B:crushedBrownLimonite_true=true - B:crushedCalcite_true=true - B:crushedCassiteriteSand_true=true - B:crushedCassiterite_true=true - B:crushedCertusQuartz_true=true - B:crushedChalcopyrite_true=true - B:crushedChrome_true=true - B:crushedChromite_true=true - B:crushedCinnabar_true=true - B:crushedCoal_true=true - B:crushedCobaltite_true=true - B:crushedCooperite_true=true - B:crushedCopper_true=true - B:crushedDarkSteel_true=true - B:crushedDiamond_true=true - B:crushedDiatomite_true=true - B:crushedEmerald_true=true - B:crushedFoolsRuby_true=true - B:crushedGalena_true=true - B:crushedGarnetRed_true=true - B:crushedGarnetYellow_true=true - B:crushedGarnierite_true=true - B:crushedGlauconite_true=true - B:crushedGold_true=true - B:crushedGraphite_true=true - B:crushedGreenSapphire_true=true - B:crushedGrossular_true=true - B:crushedIlmenite_true=true - B:crushedIridium_true=true - B:crushedIron_true=true - B:crushedLapis_true=true - B:crushedLazurite_true=true - B:crushedLead_true=true - B:crushedLepidolite_true=true - B:crushedLignite_true=true - B:crushedLithium_true=true - B:crushedMagnesite_true=true - B:crushedMagnetite_true=true - B:crushedMalachite_true=true - B:crushedManganese_true=true - B:crushedMolybdenite_true=true - B:crushedMolybdenum_true=true - B:crushedMonazite_true=true - B:crushedNaquadahEnriched_true=true - B:crushedNaquadah_true=true - B:crushedNaquadria_true=true - B:crushedNeodymium_true=true - B:crushedNetherQuartz_true=true - B:crushedNickel_true=true - B:crushedOilsands_true=true - B:crushedOlivine_true=true - B:crushedOpal_true=true - B:crushedOsmium_true=true - B:crushedPalladium_true=true - B:crushedPentlandite_true=true - B:crushedPhosphate_true=true - B:crushedPhosphorus_true=true - B:crushedPitchblende_true=true - B:crushedPlatinum_true=true - B:crushedPlutonium_true=true - B:crushedPowellite_true=true - B:crushedPurifiedAlmandine_true=true - B:crushedPurifiedAluminium_true=true - B:crushedPurifiedAmethyst_true=true - B:crushedPurifiedApatite_true=true - B:crushedPurifiedBandedIron_true=true - B:crushedPurifiedBarite_true=true - B:crushedPurifiedBastnasite_true=true - B:crushedPurifiedBauxite_true=true - B:crushedPurifiedBentonite_true=true - B:crushedPurifiedBeryllium_true=true - B:crushedPurifiedBismuth_true=true - B:crushedPurifiedBlueTopaz_true=true - B:crushedPurifiedBrownLimonite_true=true - B:crushedPurifiedCalcite_true=true - B:crushedPurifiedCassiteriteSand_true=true - B:crushedPurifiedCassiterite_true=true - B:crushedPurifiedCertusQuartz_true=true - B:crushedPurifiedChalcopyrite_true=true - B:crushedPurifiedChrome_true=true - B:crushedPurifiedChromite_true=true - B:crushedPurifiedCinnabar_true=true - B:crushedPurifiedCoal_true=true - B:crushedPurifiedCobaltite_true=true - B:crushedPurifiedCooperite_true=true - B:crushedPurifiedCopper_true=true - B:crushedPurifiedDarkSteel_true=true - B:crushedPurifiedDiamond_true=true - B:crushedPurifiedDiatomite_true=true - B:crushedPurifiedEmerald_true=true - B:crushedPurifiedFoolsRuby_true=true - B:crushedPurifiedGalena_true=true - B:crushedPurifiedGarnetRed_true=true - B:crushedPurifiedGarnetYellow_true=true - B:crushedPurifiedGarnierite_true=true - B:crushedPurifiedGlauconite_true=true - B:crushedPurifiedGold_true=true - B:crushedPurifiedGraphite_true=true - B:crushedPurifiedGreenSapphire_true=true - B:crushedPurifiedGrossular_true=true - B:crushedPurifiedIlmenite_true=true - B:crushedPurifiedIridium_true=true - B:crushedPurifiedIron_true=true - B:crushedPurifiedLapis_true=true - B:crushedPurifiedLazurite_true=true - B:crushedPurifiedLead_true=true - B:crushedPurifiedLepidolite_true=true - B:crushedPurifiedLignite_true=true - B:crushedPurifiedLithium_true=true - B:crushedPurifiedMagnesite_true=true - B:crushedPurifiedMagnetite_true=true - B:crushedPurifiedMalachite_true=true - B:crushedPurifiedManganese_true=true - B:crushedPurifiedMolybdenite_true=true - B:crushedPurifiedMolybdenum_true=true - B:crushedPurifiedMonazite_true=true - B:crushedPurifiedNaquadahEnriched_true=true - B:crushedPurifiedNaquadah_true=true - B:crushedPurifiedNaquadria_true=true - B:crushedPurifiedNeodymium_true=true - B:crushedPurifiedNetherQuartz_true=true - B:crushedPurifiedNickel_true=true - B:crushedPurifiedOilsands_true=true - B:crushedPurifiedOlivine_true=true - B:crushedPurifiedOpal_true=true - B:crushedPurifiedOsmium_true=true - B:crushedPurifiedPalladium_true=true - B:crushedPurifiedPentlandite_true=true - B:crushedPurifiedPhosphate_true=true - B:crushedPurifiedPhosphorus_true=true - B:crushedPurifiedPitchblende_true=true - B:crushedPurifiedPlatinum_true=true - B:crushedPurifiedPlutonium_true=true - B:crushedPurifiedPowellite_true=true - B:crushedPurifiedPyrite_true=true - B:crushedPurifiedPyrochlore_true=true - B:crushedPurifiedPyrolusite_true=true - B:crushedPurifiedPyrope_true=true - B:crushedPurifiedQuartzite_true=true - B:crushedPurifiedRedstone_true=true - B:crushedPurifiedRockSalt_true=true - B:crushedPurifiedRuby_true=true - B:crushedPurifiedSalt_true=true - B:crushedPurifiedSaltpeter_true=true - B:crushedPurifiedSapphire_true=true - B:crushedPurifiedScheelite_true=true - B:crushedPurifiedSilver_true=true - B:crushedPurifiedSoapstone_true=true - B:crushedPurifiedSodalite_true=true - B:crushedPurifiedSpessartine_true=true - B:crushedPurifiedSphalerite_true=true - B:crushedPurifiedSpodumene_true=true - B:crushedPurifiedStibnite_true=true - B:crushedPurifiedSulfur_true=true - B:crushedPurifiedTalc_true=true - B:crushedPurifiedTantalite_true=true - B:crushedPurifiedTanzanite_true=true - B:crushedPurifiedTetrahedrite_true=true - B:crushedPurifiedThorium_true=true - B:crushedPurifiedTin_true=true - B:crushedPurifiedTitanium_true=true - B:crushedPurifiedTopaz_true=true - B:crushedPurifiedTungstate_true=true - B:crushedPurifiedUraninite_true=true - B:crushedPurifiedUranium235_true=true - B:crushedPurifiedUranium_true=true - B:crushedPurifiedVanadiumMagnetite_true=true - B:crushedPurifiedWulfenite_true=true - B:crushedPurifiedYellowLimonite_true=true - B:crushedPurifiedZinc_true=true - B:crushedPyrite_true=true - B:crushedPyrochlore_true=true - B:crushedPyrolusite_true=true - B:crushedPyrope_true=true - B:crushedQuartzite_true=true - B:crushedRedstone_true=true - B:crushedRockSalt_true=true - B:crushedRuby_true=true - B:crushedSalt_true=true - B:crushedSaltpeter_true=true - B:crushedSapphire_true=true - B:crushedScheelite_true=true - B:crushedSilver_true=true - B:crushedSoapstone_true=true - B:crushedSodalite_true=true - B:crushedSpessartine_true=true - B:crushedSphalerite_true=true - B:crushedSpodumene_true=true - B:crushedStibnite_true=true - B:crushedSulfur_true=true - B:crushedTalc_true=true - B:crushedTantalite_true=true - B:crushedTanzanite_true=true - B:crushedTetrahedrite_true=true - B:crushedThorium_true=true - B:crushedTin_true=true - B:crushedTitanium_true=true - B:crushedTopaz_true=true - B:crushedTungstate_true=true - B:crushedUraninite_true=true - B:crushedUranium235_true=true - B:crushedUranium_true=true - B:crushedVanadiumMagnetite_true=true - B:crushedWulfenite_true=true - B:crushedYellowLimonite_true=true - B:crushedZinc_true=true - B:gt.Double_NaquadahcellDep_true=true - B:gt.Double_ThoriumcellDep_true=true - B:gt.NaquadahcellDep_true=true - B:gt.Quad_NaquadahcellDep_true=true - B:gt.Quad_ThoriumcellDep_true=true - B:gt.ThoriumcellDep_true=true -} - - -unboxing { - B:cableGt01Aluminium_true=true - B:cableGt01AnnealedCopper_true=true - B:cableGt01BlackSteel_true=true - B:cableGt01BlueAlloy_true=true - B:cableGt01Cobalt_true=true - B:cableGt01Copper_true=true - B:cableGt01Cupronickel_true=true - B:cableGt01Duranium_true=true - B:cableGt01Electrum_true=true - B:cableGt01Gold_true=true - B:cableGt01HSSG_true=true - B:cableGt01Iron_true=true - B:cableGt01Kanthal_true=true - B:cableGt01Lead_true=true - B:cableGt01NaquadahAlloy_true=true - B:cableGt01Naquadah_true=true - B:cableGt01Nichrome_true=true - B:cableGt01Nickel_true=true - B:cableGt01NiobiumTitanium_true=true - B:cableGt01Osmium_true=true - B:cableGt01Platinum_true=true - B:cableGt01RedAlloy_true=true - B:cableGt01Silver_true=true - B:cableGt01SolderingAlloy_true=true - B:cableGt01Steel_true=true - B:cableGt01Tin_true=true - B:cableGt01Titanium_true=true - B:cableGt01TungstenSteel_true=true - B:cableGt01Tungsten_true=true - B:cableGt01VanadiumGallium_true=true - B:cableGt01YttriumBariumCuprate_true=true - B:cableGt01Zinc_true=true - B:cableGt02Aluminium_true=true - B:cableGt02AnnealedCopper_true=true - B:cableGt02BlackSteel_true=true - B:cableGt02BlueAlloy_true=true - B:cableGt02Cobalt_true=true - B:cableGt02Copper_true=true - B:cableGt02Cupronickel_true=true - B:cableGt02Duranium_true=true - B:cableGt02Electrum_true=true - B:cableGt02Gold_true=true - B:cableGt02HSSG_true=true - B:cableGt02Iron_true=true - B:cableGt02Kanthal_true=true - B:cableGt02Lead_true=true - B:cableGt02NaquadahAlloy_true=true - B:cableGt02Naquadah_true=true - B:cableGt02Nichrome_true=true - B:cableGt02Nickel_true=true - B:cableGt02NiobiumTitanium_true=true - B:cableGt02Osmium_true=true - B:cableGt02Platinum_true=true - B:cableGt02RedAlloy_true=true - B:cableGt02Silver_true=true - B:cableGt02SolderingAlloy_true=true - B:cableGt02Steel_true=true - B:cableGt02Tin_true=true - B:cableGt02Titanium_true=true - B:cableGt02TungstenSteel_true=true - B:cableGt02Tungsten_true=true - B:cableGt02VanadiumGallium_true=true - B:cableGt02YttriumBariumCuprate_true=true - B:cableGt02Zinc_true=true - B:cableGt04Aluminium_true=true - B:cableGt04AnnealedCopper_true=true - B:cableGt04BlackSteel_true=true - B:cableGt04BlueAlloy_true=true - B:cableGt04Cobalt_true=true - B:cableGt04Copper_true=true - B:cableGt04Cupronickel_true=true - B:cableGt04Duranium_true=true - B:cableGt04Electrum_true=true - B:cableGt04Gold_true=true - B:cableGt04HSSG_true=true - B:cableGt04Iron_true=true - B:cableGt04Kanthal_true=true - B:cableGt04Lead_true=true - B:cableGt04NaquadahAlloy_true=true - B:cableGt04Naquadah_true=true - B:cableGt04Nichrome_true=true - B:cableGt04Nickel_true=true - B:cableGt04NiobiumTitanium_true=true - B:cableGt04Osmium_true=true - B:cableGt04Platinum_true=true - B:cableGt04RedAlloy_true=true - B:cableGt04Silver_true=true - B:cableGt04SolderingAlloy_true=true - B:cableGt04Steel_true=true - B:cableGt04Tin_true=true - B:cableGt04Titanium_true=true - B:cableGt04TungstenSteel_true=true - B:cableGt04Tungsten_true=true - B:cableGt04VanadiumGallium_true=true - B:cableGt04YttriumBariumCuprate_true=true - B:cableGt04Zinc_true=true - B:cableGt08Aluminium_true=true - B:cableGt08AnnealedCopper_true=true - B:cableGt08BlackSteel_true=true - B:cableGt08BlueAlloy_true=true - B:cableGt08Cobalt_true=true - B:cableGt08Copper_true=true - B:cableGt08Cupronickel_true=true - B:cableGt08Duranium_true=true - B:cableGt08Electrum_true=true - B:cableGt08Gold_true=true - B:cableGt08HSSG_true=true - B:cableGt08Iron_true=true - B:cableGt08Kanthal_true=true - B:cableGt08Lead_true=true - B:cableGt08NaquadahAlloy_true=true - B:cableGt08Naquadah_true=true - B:cableGt08Nichrome_true=true - B:cableGt08Nickel_true=true - B:cableGt08NiobiumTitanium_true=true - B:cableGt08Osmium_true=true - B:cableGt08Platinum_true=true - B:cableGt08RedAlloy_true=true - B:cableGt08Silver_true=true - B:cableGt08SolderingAlloy_true=true - B:cableGt08Steel_true=true - B:cableGt08Tin_true=true - B:cableGt08Titanium_true=true - B:cableGt08TungstenSteel_true=true - B:cableGt08Tungsten_true=true - B:cableGt08VanadiumGallium_true=true - B:cableGt08YttriumBariumCuprate_true=true - B:cableGt08Zinc_true=true - B:cableGt12Aluminium_true=true - B:cableGt12AnnealedCopper_true=true - B:cableGt12BlackSteel_true=true - B:cableGt12BlueAlloy_true=true - B:cableGt12Cobalt_true=true - B:cableGt12Copper_true=true - B:cableGt12Cupronickel_true=true - B:cableGt12Duranium_true=true - B:cableGt12Electrum_true=true - B:cableGt12Gold_true=true - B:cableGt12HSSG_true=true - B:cableGt12Iron_true=true - B:cableGt12Kanthal_true=true - B:cableGt12Lead_true=true - B:cableGt12NaquadahAlloy_true=true - B:cableGt12Naquadah_true=true - B:cableGt12Nichrome_true=true - B:cableGt12Nickel_true=true - B:cableGt12NiobiumTitanium_true=true - B:cableGt12Osmium_true=true - B:cableGt12Platinum_true=true - B:cableGt12RedAlloy_true=true - B:cableGt12Silver_true=true - B:cableGt12SolderingAlloy_true=true - B:cableGt12Steel_true=true - B:cableGt12Tin_true=true - B:cableGt12Titanium_true=true - B:cableGt12TungstenSteel_true=true - B:cableGt12Tungsten_true=true - B:cableGt12VanadiumGallium_true=true - B:cableGt12YttriumBariumCuprate_true=true - B:cableGt12Zinc_true=true - B:crateGtDustChrome_true=true - B:crateGtDustNeodymium_true=true - B:crateGtIngotBronze_true=true - B:crateGtIngotDamascusSteel_true=true - B:crateGtIngotManganese_true=true - B:crateGtIngotSteel_true=true - B:gt.metaitem.01.32473_true=true -} - - -vacuumfreezer { - I:cellPlasmaArgon_80=80 - I:cellPlasmaArsenic_150=150 - I:cellPlasmaCarbonDioxide_28=28 - I:cellPlasmaCarbon_24=24 - I:cellPlasmaChlorine_70=70 - I:cellPlasmaDeuterium_4=4 - I:cellPlasmaFluorine_36=36 - I:cellPlasmaHelium_3_6=6 - I:cellPlasmaHelium_8=8 - I:cellPlasmaHydrogen_2=2 - I:cellPlasmaLiquidAir_28=28 - I:cellPlasmaMercury_400=400 - I:cellPlasmaNitrogen_28=28 - I:cellPlasmaNobleGases_20=20 - I:cellPlasmaOxygen_32=32 - I:cellPlasmaRadon_440=440 - I:cellPlasmaTritium_6=6 - I:cellWater_50=50 - I:gt.180k_Helium_Coolantcell_1800=1800 - I:gt.180k_NaK_Coolantcell_1800=1800 - I:gt.360k_Helium_Coolantcell_3600=3600 - I:gt.360k_NaK_Coolantcell_3600=3600 - I:gt.60k_Helium_Coolantcell_600=600 - I:gt.60k_NaK_Coolantcell_600=600 - I:ic2.itemCellAir_25=25 - I:ic2.reactorCoolantSimple_100=100 - I:ic2.reactorCoolantSix_600=600 - I:ic2.reactorCoolantTriple_300=300 - I:ingotHotBlackBronze_294=294 - I:ingotHotHSSE_243=243 - I:ingotHotHSSG_294=294 - I:ingotHotHSSS_387=387 - I:ingotHotIridium_576=576 - I:ingotHotKanthal_132=132 - I:ingotHotLutetium_522=522 - I:ingotHotNaquadahAlloy_294=294 - I:ingotHotNaquadahEnriched_294=294 - I:ingotHotNaquadah_294=294 - I:ingotHotNaquadria_294=294 - I:ingotHotNichrome_168=168 - I:ingotHotNiobiumNitride_162=162 - I:ingotHotNiobiumTitanium_213=213 - I:ingotHotNiobium_282=282 - I:ingotHotOsmiridium_573=573 - I:ingotHotOsmium_570=570 - I:ingotHotPalladium_318=318 - I:ingotHotTitanium_144=144 - I:ingotHotTungstenCarbide_291=291 - I:ingotHotTungstenSteel_357=357 - I:ingotHotTungsten_549=549 - I:ingotHotUltimet_183=183 - I:ingotHotVanadiumGallium_165=165 - I:ingotHotVanadium_153=153 - I:ingotHotYttriumBariumCuprate_153=153 - I:ingotHotYttrium_267=267 -} - - -wiremill { - I:dustGraphene_400=400 - I:ingotAluminium_100=100 - I:ingotAnnealedCopper_100=100 - I:ingotBlackSteel_100=100 - I:ingotCobalt_100=100 - I:ingotCopper_100=100 - I:ingotCupronickel_100=100 - I:ingotDuranium_100=100 - I:ingotElectrum_100=100 - I:ingotGold_100=100 - I:ingotHSSG_100=100 - I:ingotIron_100=100 - I:ingotKanthal_100=100 - I:ingotLead_100=100 - I:ingotNaquadahAlloy_100=100 - I:ingotNaquadah_100=100 - I:ingotNichrome_100=100 - I:ingotNickel_100=100 - I:ingotNiobiumTitanium_100=100 - I:ingotOsmium_100=100 - I:ingotPlatinum_100=100 - I:ingotPolycaprolactam_80=80 - I:ingotRedAlloy_100=100 - I:ingotSilver_100=100 - I:ingotSolderingAlloy_100=100 - I:ingotSteel_100=100 - I:ingotTin_100=100 - I:ingotTitanium_100=100 - I:ingotTungstenSteel_100=100 - I:ingotTungsten_100=100 - I:ingotVanadiumGallium_100=100 - I:ingotYttriumBariumCuprate_100=100 - I:ingotZinc_100=100 - I:pipeTinySteel_200=200 - I:stickAluminium_50=50 - I:stickBlackSteel_50=50 - I:stickCobalt_50=50 - I:stickCopper_50=50 - I:stickCupronickel_50=50 - I:stickDuranium_50=50 - I:stickElectrum_50=50 - I:stickGold_50=50 - I:stickHSSG_50=50 - I:stickIron_50=50 - I:stickKanthal_50=50 - I:stickLead_50=50 - I:stickNaquadahAlloy_50=50 - I:stickNaquadah_50=50 - I:stickNichrome_50=50 - I:stickNickel_50=50 - I:stickOsmium_50=50 - I:stickPlatinum_50=50 - I:stickSilver_50=50 - I:stickSolderingAlloy_50=50 - I:stickSteel_50=50 - I:stickTin_50=50 - I:stickTitanium_50=50 - I:stickTungstenSteel_50=50 - I:stickTungsten_50=50 - I:stickVanadiumGallium_50=50 - I:wireGt01AnnealedCopper_200=200 - I:wireGt01Copper_200=200 - I:wireGt01Electrum_200=200 - I:wireGt01Gold_200=200 - I:wireGt01Lead_200=200 - I:wireGt01NiobiumTitanium_200=200 - I:wireGt01Osmium_200=200 - I:wireGt01Platinum_200=200 - I:wireGt01RedAlloy_200=200 - I:wireGt01SolderingAlloy_200=200 - I:wireGt01Steel_200=200 - I:wireGt01Tin_200=200 - I:wireGt01YttriumBariumCuprate_200=200 -} - - diff --git a/config/GregTech/Unification.cfg b/config/GregTech/Unification.cfg deleted file mode 100644 index afa6166fd8..0000000000 --- a/config/GregTech/Unification.cfg +++ /dev/null @@ -1,4163 +0,0 @@ -# Configuration file - -specialunificationtargets { - - railcraft { - B:plateCopper_true=true - B:plateIron_true=true - B:plateSteel_true=true - B:plateTinAlloy_true=true - } - - ic2 { - B:circuitAdvanced_false=false - B:circuitBasic_false=false - B:crushedCopper_false=false - B:crushedGold_false=false - B:crushedIron_false=false - B:crushedLead_false=false - B:crushedPurifiedCopper_false=false - B:crushedPurifiedGold_false=false - B:crushedPurifiedIron_false=false - B:crushedPurifiedLead_false=false - B:crushedPurifiedSilver_false=false - B:crushedPurifiedTin_false=false - B:crushedPurifiedUranium_false=false - B:crushedSilver_false=false - B:crushedTin_false=false - B:crushedUranium_false=false - B:dustBronze_false=false - B:dustClay_false=false - B:dustCoal_false=false - B:dustCopper_false=false - B:dustDiamond_false=false - B:dustGold_false=false - B:dustHydratedCoal_false=false - B:dustIron_false=false - B:dustLapis_false=false - B:dustLead_false=false - B:dustLithium_false=false - B:dustObsidian_false=false - B:dustSiliconDioxide_false=false - B:dustSilver_false=false - B:dustStone_false=false - B:dustSulfur_false=false - B:dustTin_false=false - B:dustTinyBronze_false=false - B:dustTinyCopper_false=false - B:dustTinyGold_false=false - B:dustTinyIron_false=false - B:dustTinyLapis_false=false - B:dustTinyLead_false=false - B:dustTinyLithium_false=false - B:dustTinyObsidian_false=false - B:dustTinySilver_false=false - B:dustTinySulfur_false=false - B:dustTinyTin_false=false - B:ingotBronze_false=false - B:ingotCopper_false=false - B:ingotLead_false=false - B:ingotSilver_false=false - B:ingotSteel_false=false - B:ingotTin_false=false - B:plateBronze_false=false - B:plateCopper_false=false - B:plateDenseBronze_false=false - B:plateDenseCopper_false=false - B:plateDenseGold_false=false - B:plateDenseIron_false=false - B:plateDenseLapis_false=false - B:plateDenseLead_false=false - B:plateDenseObsidian_false=false - B:plateDenseSteel_false=false - B:plateDenseTin_false=false - B:plateGold_false=false - B:plateIron_false=false - B:plateLapis_false=false - B:plateLead_false=false - B:plateObsidian_false=false - B:plateSteel_false=false - B:plateTin_false=false - } - - gregtech { - B:boltAluminium_false=false - B:boltAmethyst_false=false - B:boltBeryllium_false=false - B:boltBismuthBronze_false=false - B:boltBismuth_false=false - B:boltBlackBronze_false=false - B:boltBlackSteel_false=false - B:boltBlueSteel_false=false - B:boltBlueTopaz_false=false - B:boltBrass_false=false - B:boltBronze_false=false - B:boltCarbon_false=false - B:boltCertusQuartz_false=false - B:boltChrome_false=false - B:boltCobaltBrass_false=false - B:boltCobalt_false=false - B:boltCupronickel_false=false - B:boltDamascusSteel_false=false - B:boltDarkSteel_false=false - B:boltDiamond_false=false - B:boltDuranium_false=false - B:boltElectrum_false=false - B:boltEmerald_false=false - B:boltEpoxidFiberReinforced_false=false - B:boltEpoxid_false=false - B:boltGarnetRed_false=false - B:boltGarnetYellow_false=false - B:boltGold_false=false - B:boltGreenSapphire_false=false - B:boltHSSE_false=false - B:boltHSSG_false=false - B:boltHSSS_false=false - B:boltInvar_false=false - B:boltIridium_false=false - B:boltIronMagnetic_false=false - B:boltIron_false=false - B:boltKanthal_false=false - B:boltLead_false=false - B:boltMagnalium_false=false - B:boltManganese_false=false - B:boltMithril_false=false - B:boltMolybdenum_false=false - B:boltNaquadahAlloy_false=false - B:boltNaquadahEnriched_false=false - B:boltNaquadah_false=false - B:boltNaquadria_false=false - B:boltNeodymiumMagnetic_false=false - B:boltNeodymium_false=false - B:boltNetherQuartz_false=false - B:boltNetherStar_false=false - B:boltNeutronium_false=false - B:boltNichrome_false=false - B:boltNickelZincFerrite_false=false - B:boltNickel_false=false - B:boltOlivine_false=false - B:boltOpal_false=false - B:boltOsmiridium_false=false - B:boltOsmium_false=false - B:boltPalladium_false=false - B:boltPigIron_false=false - B:boltPlastic_false=false - B:boltPlatinum_false=false - B:boltPlutonium241_false=false - B:boltPlutonium_false=false - B:boltPolycaprolactam_false=false - B:boltPolyphenyleneSulfide_false=false - B:boltPolystyrene_false=false - B:boltPolytetrafluoroethylene_false=false - B:boltPolyvinylChloride_false=false - B:boltRedSteel_false=false - B:boltRoseGold_false=false - B:boltRubber_false=false - B:boltRuby_false=false - B:boltSapphire_false=false - B:boltSilicone_false=false - B:boltSilver_false=false - B:boltStainlessSteel_false=false - B:boltSteelMagnetic_false=false - B:boltSteel_false=false - B:boltSterlingSilver_false=false - B:boltStyreneButadieneRubber_false=false - B:boltTanzanite_false=false - B:boltThorium_false=false - B:boltTinAlloy_false=false - B:boltTin_false=false - B:boltTitanium_false=false - B:boltTopaz_false=false - B:boltTritanium_false=false - B:boltTungstenCarbide_false=false - B:boltTungstenSteel_false=false - B:boltTungsten_false=false - B:boltUltimet_false=false - B:boltUranium235_false=false - B:boltUranium_false=false - B:boltVanadiumSteel_false=false - B:boltWoodSealed_false=false - B:boltWood_false=false - B:boltWroughtIron_false=false - B:cellAlduorite_false=false - B:cellArsenic_false=false - B:cellBioFuel_false=false - B:cellCarbon_false=false - B:cellCobaltHexahydrate_false=false - B:cellDilithium_false=false - B:cellForcicium_false=false - B:cellForcillium_false=false - B:cellGlowstone_false=false - B:cellGraphite_false=false - B:cellMagnesiumchloride_false=false - B:cellNitricAcid_false=false - B:cellNitroCarbon_false=false - B:cellPhosphate_false=false - B:cellPhosphorousPentoxide_false=false - B:cellPhosphorus_false=false - B:cellPlasmaCarbonDioxide_false=false - B:cellPlasmaLiquidAir_false=false - B:cellPlasmaNobleGases_false=false - B:cellSeedOilHemp_false=false - B:cellSeedOilLin_false=false - B:cellSiliconDioxide_false=false - B:cellSnow_false=false - B:crateGtDustChrome_false=false - B:crateGtDustNeodymium_false=false - B:crateGtIngotBronze_false=false - B:crateGtIngotDamascusSteel_false=false - B:crateGtIngotManganese_false=false - B:crateGtIngotSteel_false=false - B:crushedAlmandine_false=false - B:crushedAluminium_false=false - B:crushedAmethyst_false=false - B:crushedApatite_false=false - B:crushedBandedIron_false=false - B:crushedBarite_false=false - B:crushedBastnasite_false=false - B:crushedBauxite_false=false - B:crushedBentonite_false=false - B:crushedBeryllium_false=false - B:crushedBismuth_false=false - B:crushedBlueTopaz_false=false - B:crushedBrownLimonite_false=false - B:crushedCalcite_false=false - B:crushedCassiteriteSand_false=false - B:crushedCassiterite_false=false - B:crushedCentrifugedAlmandine_false=false - B:crushedCentrifugedAluminium_false=false - B:crushedCentrifugedAmethyst_false=false - B:crushedCentrifugedApatite_false=false - B:crushedCentrifugedBandedIron_false=false - B:crushedCentrifugedBarite_false=false - B:crushedCentrifugedBastnasite_false=false - B:crushedCentrifugedBauxite_false=false - B:crushedCentrifugedBentonite_false=false - B:crushedCentrifugedBeryllium_false=false - B:crushedCentrifugedBismuth_false=false - B:crushedCentrifugedBlueTopaz_false=false - B:crushedCentrifugedBrownLimonite_false=false - B:crushedCentrifugedCalcite_false=false - B:crushedCentrifugedCassiteriteSand_false=false - B:crushedCentrifugedCassiterite_false=false - B:crushedCentrifugedCertusQuartz_false=false - B:crushedCentrifugedChalcopyrite_false=false - B:crushedCentrifugedChrome_false=false - B:crushedCentrifugedChromite_false=false - B:crushedCentrifugedCinnabar_false=false - B:crushedCentrifugedCoal_false=false - B:crushedCentrifugedCobaltite_false=false - B:crushedCentrifugedCooperite_false=false - B:crushedCentrifugedCopper_false=false - B:crushedCentrifugedDarkSteel_false=false - B:crushedCentrifugedDiamond_false=false - B:crushedCentrifugedDiatomite_false=false - B:crushedCentrifugedEmerald_false=false - B:crushedCentrifugedFoolsRuby_false=false - B:crushedCentrifugedGalena_false=false - B:crushedCentrifugedGarnetRed_false=false - B:crushedCentrifugedGarnetYellow_false=false - B:crushedCentrifugedGarnierite_false=false - B:crushedCentrifugedGlauconite_false=false - B:crushedCentrifugedGold_false=false - B:crushedCentrifugedGraphite_false=false - B:crushedCentrifugedGreenSapphire_false=false - B:crushedCentrifugedGrossular_false=false - B:crushedCentrifugedIlmenite_false=false - B:crushedCentrifugedIridium_false=false - B:crushedCentrifugedIron_false=false - B:crushedCentrifugedLapis_false=false - B:crushedCentrifugedLazurite_false=false - B:crushedCentrifugedLead_false=false - B:crushedCentrifugedLepidolite_false=false - B:crushedCentrifugedLignite_false=false - B:crushedCentrifugedLithium_false=false - B:crushedCentrifugedMagnesite_false=false - B:crushedCentrifugedMagnetite_false=false - B:crushedCentrifugedMalachite_false=false - B:crushedCentrifugedManganese_false=false - B:crushedCentrifugedMolybdenite_false=false - B:crushedCentrifugedMolybdenum_false=false - B:crushedCentrifugedMonazite_false=false - B:crushedCentrifugedNaquadahEnriched_false=false - B:crushedCentrifugedNaquadah_false=false - B:crushedCentrifugedNaquadria_false=false - B:crushedCentrifugedNeodymium_false=false - B:crushedCentrifugedNetherQuartz_false=false - B:crushedCentrifugedNickel_false=false - B:crushedCentrifugedOilsands_false=false - B:crushedCentrifugedOlivine_false=false - B:crushedCentrifugedOpal_false=false - B:crushedCentrifugedOsmium_false=false - B:crushedCentrifugedPalladium_false=false - B:crushedCentrifugedPentlandite_false=false - B:crushedCentrifugedPhosphate_false=false - B:crushedCentrifugedPhosphorus_false=false - B:crushedCentrifugedPitchblende_false=false - B:crushedCentrifugedPlatinum_false=false - B:crushedCentrifugedPlutonium_false=false - B:crushedCentrifugedPowellite_false=false - B:crushedCentrifugedPyrite_false=false - B:crushedCentrifugedPyrochlore_false=false - B:crushedCentrifugedPyrolusite_false=false - B:crushedCentrifugedPyrope_false=false - B:crushedCentrifugedQuartzite_false=false - B:crushedCentrifugedRedstone_false=false - B:crushedCentrifugedRockSalt_false=false - B:crushedCentrifugedRuby_false=false - B:crushedCentrifugedSalt_false=false - B:crushedCentrifugedSaltpeter_false=false - B:crushedCentrifugedSapphire_false=false - B:crushedCentrifugedScheelite_false=false - B:crushedCentrifugedSilver_false=false - B:crushedCentrifugedSoapstone_false=false - B:crushedCentrifugedSodalite_false=false - B:crushedCentrifugedSpessartine_false=false - B:crushedCentrifugedSphalerite_false=false - B:crushedCentrifugedSpodumene_false=false - B:crushedCentrifugedStibnite_false=false - B:crushedCentrifugedSulfur_false=false - B:crushedCentrifugedTalc_false=false - B:crushedCentrifugedTantalite_false=false - B:crushedCentrifugedTanzanite_false=false - B:crushedCentrifugedTetrahedrite_false=false - B:crushedCentrifugedThorium_false=false - B:crushedCentrifugedTin_false=false - B:crushedCentrifugedTitanium_false=false - B:crushedCentrifugedTopaz_false=false - B:crushedCentrifugedTungstate_false=false - B:crushedCentrifugedUraninite_false=false - B:crushedCentrifugedUranium235_false=false - B:crushedCentrifugedUranium_false=false - B:crushedCentrifugedVanadiumMagnetite_false=false - B:crushedCentrifugedWulfenite_false=false - B:crushedCentrifugedYellowLimonite_false=false - B:crushedCentrifugedZinc_false=false - B:crushedCertusQuartz_false=false - B:crushedChalcopyrite_false=false - B:crushedChrome_false=false - B:crushedChromite_false=false - B:crushedCinnabar_false=false - B:crushedCoal_false=false - B:crushedCobaltite_false=false - B:crushedCooperite_false=false - B:crushedCopper_false=false - B:crushedDarkSteel_false=false - B:crushedDiamond_false=false - B:crushedDiatomite_false=false - B:crushedEmerald_false=false - B:crushedFoolsRuby_false=false - B:crushedGalena_false=false - B:crushedGarnetRed_false=false - B:crushedGarnetYellow_false=false - B:crushedGarnierite_false=false - B:crushedGlauconite_false=false - B:crushedGold_false=false - B:crushedGraphite_false=false - B:crushedGreenSapphire_false=false - B:crushedGrossular_false=false - B:crushedIlmenite_false=false - B:crushedIridium_false=false - B:crushedIron_false=false - B:crushedLapis_false=false - B:crushedLazurite_false=false - B:crushedLead_false=false - B:crushedLepidolite_false=false - B:crushedLignite_false=false - B:crushedLithium_false=false - B:crushedMagnesite_false=false - B:crushedMagnetite_false=false - B:crushedMalachite_false=false - B:crushedManganese_false=false - B:crushedMolybdenite_false=false - B:crushedMolybdenum_false=false - B:crushedMonazite_false=false - B:crushedNaquadahEnriched_false=false - B:crushedNaquadah_false=false - B:crushedNaquadria_false=false - B:crushedNeodymium_false=false - B:crushedNetherQuartz_false=false - B:crushedNickel_false=false - B:crushedOilsands_false=false - B:crushedOlivine_false=false - B:crushedOpal_false=false - B:crushedOsmium_false=false - B:crushedPalladium_false=false - B:crushedPentlandite_false=false - B:crushedPhosphate_false=false - B:crushedPhosphorus_false=false - B:crushedPitchblende_false=false - B:crushedPlatinum_false=false - B:crushedPlutonium_false=false - B:crushedPowellite_false=false - B:crushedPurifiedAlmandine_false=false - B:crushedPurifiedAluminium_false=false - B:crushedPurifiedAmethyst_false=false - B:crushedPurifiedApatite_false=false - B:crushedPurifiedBandedIron_false=false - B:crushedPurifiedBarite_false=false - B:crushedPurifiedBastnasite_false=false - B:crushedPurifiedBauxite_false=false - B:crushedPurifiedBentonite_false=false - B:crushedPurifiedBeryllium_false=false - B:crushedPurifiedBismuth_false=false - B:crushedPurifiedBlueTopaz_false=false - B:crushedPurifiedBrownLimonite_false=false - B:crushedPurifiedCalcite_false=false - B:crushedPurifiedCassiteriteSand_false=false - B:crushedPurifiedCassiterite_false=false - B:crushedPurifiedCertusQuartz_false=false - B:crushedPurifiedChalcopyrite_false=false - B:crushedPurifiedChrome_false=false - B:crushedPurifiedChromite_false=false - B:crushedPurifiedCinnabar_false=false - B:crushedPurifiedCoal_false=false - B:crushedPurifiedCobaltite_false=false - B:crushedPurifiedCooperite_false=false - B:crushedPurifiedCopper_false=false - B:crushedPurifiedDarkSteel_false=false - B:crushedPurifiedDiamond_false=false - B:crushedPurifiedDiatomite_false=false - B:crushedPurifiedEmerald_false=false - B:crushedPurifiedFoolsRuby_false=false - B:crushedPurifiedGalena_false=false - B:crushedPurifiedGarnetRed_false=false - B:crushedPurifiedGarnetYellow_false=false - B:crushedPurifiedGarnierite_false=false - B:crushedPurifiedGlauconite_false=false - B:crushedPurifiedGold_false=false - B:crushedPurifiedGraphite_false=false - B:crushedPurifiedGreenSapphire_false=false - B:crushedPurifiedGrossular_false=false - B:crushedPurifiedIlmenite_false=false - B:crushedPurifiedIridium_false=false - B:crushedPurifiedIron_false=false - B:crushedPurifiedLapis_false=false - B:crushedPurifiedLazurite_false=false - B:crushedPurifiedLead_false=false - B:crushedPurifiedLepidolite_false=false - B:crushedPurifiedLignite_false=false - B:crushedPurifiedLithium_false=false - B:crushedPurifiedMagnesite_false=false - B:crushedPurifiedMagnetite_false=false - B:crushedPurifiedMalachite_false=false - B:crushedPurifiedManganese_false=false - B:crushedPurifiedMolybdenite_false=false - B:crushedPurifiedMolybdenum_false=false - B:crushedPurifiedMonazite_false=false - B:crushedPurifiedNaquadahEnriched_false=false - B:crushedPurifiedNaquadah_false=false - B:crushedPurifiedNaquadria_false=false - B:crushedPurifiedNeodymium_false=false - B:crushedPurifiedNetherQuartz_false=false - B:crushedPurifiedNickel_false=false - B:crushedPurifiedOilsands_false=false - B:crushedPurifiedOlivine_false=false - B:crushedPurifiedOpal_false=false - B:crushedPurifiedOsmium_false=false - B:crushedPurifiedPalladium_false=false - B:crushedPurifiedPentlandite_false=false - B:crushedPurifiedPhosphate_false=false - B:crushedPurifiedPhosphorus_false=false - B:crushedPurifiedPitchblende_false=false - B:crushedPurifiedPlatinum_false=false - B:crushedPurifiedPlutonium_false=false - B:crushedPurifiedPowellite_false=false - B:crushedPurifiedPyrite_false=false - B:crushedPurifiedPyrochlore_false=false - B:crushedPurifiedPyrolusite_false=false - B:crushedPurifiedPyrope_false=false - B:crushedPurifiedQuartzite_false=false - B:crushedPurifiedRedstone_false=false - B:crushedPurifiedRockSalt_false=false - B:crushedPurifiedRuby_false=false - B:crushedPurifiedSalt_false=false - B:crushedPurifiedSaltpeter_false=false - B:crushedPurifiedSapphire_false=false - B:crushedPurifiedScheelite_false=false - B:crushedPurifiedSilver_false=false - B:crushedPurifiedSoapstone_false=false - B:crushedPurifiedSodalite_false=false - B:crushedPurifiedSpessartine_false=false - B:crushedPurifiedSphalerite_false=false - B:crushedPurifiedSpodumene_false=false - B:crushedPurifiedStibnite_false=false - B:crushedPurifiedSulfur_false=false - B:crushedPurifiedTalc_false=false - B:crushedPurifiedTantalite_false=false - B:crushedPurifiedTanzanite_false=false - B:crushedPurifiedTetrahedrite_false=false - B:crushedPurifiedThorium_false=false - B:crushedPurifiedTin_false=false - B:crushedPurifiedTitanium_false=false - B:crushedPurifiedTopaz_false=false - B:crushedPurifiedTungstate_false=false - B:crushedPurifiedUraninite_false=false - B:crushedPurifiedUranium235_false=false - B:crushedPurifiedUranium_false=false - B:crushedPurifiedVanadiumMagnetite_false=false - B:crushedPurifiedWulfenite_false=false - B:crushedPurifiedYellowLimonite_false=false - B:crushedPurifiedZinc_false=false - B:crushedPyrite_false=false - B:crushedPyrochlore_false=false - B:crushedPyrolusite_false=false - B:crushedPyrope_false=false - B:crushedQuartzite_false=false - B:crushedRedstone_false=false - B:crushedRockSalt_false=false - B:crushedRuby_false=false - B:crushedSalt_false=false - B:crushedSaltpeter_false=false - B:crushedSapphire_false=false - B:crushedScheelite_false=false - B:crushedSilver_false=false - B:crushedSoapstone_false=false - B:crushedSodalite_false=false - B:crushedSpessartine_false=false - B:crushedSphalerite_false=false - B:crushedSpodumene_false=false - B:crushedStibnite_false=false - B:crushedSulfur_false=false - B:crushedTalc_false=false - B:crushedTantalite_false=false - B:crushedTanzanite_false=false - B:crushedTetrahedrite_false=false - B:crushedThorium_false=false - B:crushedTin_false=false - B:crushedTitanium_false=false - B:crushedTopaz_false=false - B:crushedTungstate_false=false - B:crushedUraninite_false=false - B:crushedUranium235_false=false - B:crushedUranium_false=false - B:crushedVanadiumMagnetite_false=false - B:crushedWulfenite_false=false - B:crushedYellowLimonite_false=false - B:crushedZinc_false=false - B:dustAlduorite_false=false - B:dustAlmandine_false=false - B:dustAluminium_false=false - B:dustAlunite_false=false - B:dustAmericium_false=false - B:dustAmethyst_false=false - B:dustAndradite_false=false - B:dustAnnealedCopper_false=false - B:dustAntimonyTrioxide_false=false - B:dustAntimony_false=false - B:dustApatite_false=false - B:dustArsenicTrioxide_false=false - B:dustArsenic_false=false - B:dustAsbestos_false=false - B:dustAsh_false=false - B:dustBandedIron_false=false - B:dustBarite_false=false - B:dustBarium_false=false - B:dustBasalt_false=false - B:dustBasalticMineralSand_false=false - B:dustBastnasite_false=false - B:dustBatteryAlloy_false=false - B:dustBauxite_false=false - B:dustBentonite_false=false - B:dustBeryllium_false=false - B:dustBiotite_false=false - B:dustBismuthBronze_false=false - B:dustBismuth_false=false - B:dustBlackBronze_false=false - B:dustBlackSteel_false=false - B:dustBlaze_false=false - B:dustBlueSteel_false=false - B:dustBlueTopaz_false=false - B:dustBluestone_false=false - B:dustBone_false=false - B:dustBorax_false=false - B:dustBoron_false=false - B:dustBorosilicateGlass_false=false - B:dustBrass_false=false - B:dustBrick_false=false - B:dustBronze_false=false - B:dustBrownLimonite_false=false - B:dustCadmium_false=false - B:dustCaesium_false=false - B:dustCalcite_false=false - B:dustCalcium_false=false - B:dustCarbon_false=false - B:dustCassiteriteSand_false=false - B:dustCassiterite_false=false - B:dustCerium_false=false - B:dustCertusQuartz_false=false - B:dustChalcopyrite_false=false - B:dustCharcoal_false=false - B:dustCheese_false=false - B:dustChili_false=false - B:dustChocolate_false=false - B:dustChrome_false=false - B:dustChromite_false=false - B:dustChrysotile_false=false - B:dustCinnabar_false=false - B:dustClay_false=false - B:dustCoal_false=false - B:dustCobaltBrass_false=false - B:dustCobaltHexahydrate_false=false - B:dustCobaltOxide_false=false - B:dustCobalt_false=false - B:dustCobaltite_false=false - B:dustCocoa_false=false - B:dustCoffee_false=false - B:dustConcrete_false=false - B:dustConstructionFoam_false=false - B:dustCooperite_false=false - B:dustCopper_false=false - B:dustCrudeOil_false=false - B:dustCupricOxide_false=false - B:dustCupronickel_false=false - B:dustDamascusSteel_false=false - B:dustDarkAsh_false=false - B:dustDarkSteel_false=false - B:dustDiamond_false=false - B:dustDiatomite_false=false - B:dustDilithium_false=false - B:dustDolomite_false=false - B:dustDuranium_false=false - B:dustElectrum_false=false - B:dustEmerald_false=false - B:dustEmery_false=false - B:dustEnderEye_false=false - B:dustEnderPearl_false=false - B:dustEndstone_false=false - B:dustEpidote_false=false - B:dustEpoxidFiberReinforced_false=false - B:dustEpoxid_false=false - B:dustEuropium_false=false - B:dustFerriteMixture_false=false - B:dustFerrosilite_false=false - B:dustFireclay_false=false - B:dustFlint_false=false - B:dustFoolsRuby_false=false - B:dustForcicium_false=false - B:dustForcillium_false=false - B:dustFullersEarth_false=false - B:dustGalena_false=false - B:dustGalliumArsenide_false=false - B:dustGallium_false=false - B:dustGarnetRed_false=false - B:dustGarnetSand_false=false - B:dustGarnetYellow_false=false - B:dustGarnierite_false=false - B:dustGlass_false=false - B:dustGlauconiteSand_false=false - B:dustGlauconite_false=false - B:dustGold_false=false - B:dustGraniteBlack_false=false - B:dustGraniteRed_false=false - B:dustGraniticMineralSand_false=false - B:dustGraphene_false=false - B:dustGraphite_false=false - B:dustGreenSapphire_false=false - B:dustGreenstone_false=false - B:dustGrossular_false=false - B:dustGunpowder_false=false - B:dustGypsum_false=false - B:dustHSSE_false=false - B:dustHSSG_false=false - B:dustHSSS_false=false - B:dustHydratedCoal_false=false - B:dustIce_false=false - B:dustIlmenite_false=false - B:dustImpureAlmandine_false=false - B:dustImpureAluminium_false=false - B:dustImpureAmethyst_false=false - B:dustImpureApatite_false=false - B:dustImpureBandedIron_false=false - B:dustImpureBarite_false=false - B:dustImpureBasalt_false=false - B:dustImpureBastnasite_false=false - B:dustImpureBauxite_false=false - B:dustImpureBentonite_false=false - B:dustImpureBeryllium_false=false - B:dustImpureBismuth_false=false - B:dustImpureBlueTopaz_false=false - B:dustImpureBrownLimonite_false=false - B:dustImpureCalcite_false=false - B:dustImpureCassiteriteSand_false=false - B:dustImpureCassiterite_false=false - B:dustImpureCertusQuartz_false=false - B:dustImpureChalcopyrite_false=false - B:dustImpureChrome_false=false - B:dustImpureChromite_false=false - B:dustImpureCinnabar_false=false - B:dustImpureCoal_false=false - B:dustImpureCobaltite_false=false - B:dustImpureCooperite_false=false - B:dustImpureCopper_false=false - B:dustImpureDarkSteel_false=false - B:dustImpureDiamond_false=false - B:dustImpureDiatomite_false=false - B:dustImpureEmerald_false=false - B:dustImpureEndstone_false=false - B:dustImpureFlint_false=false - B:dustImpureFoolsRuby_false=false - B:dustImpureGalena_false=false - B:dustImpureGarnetRed_false=false - B:dustImpureGarnetYellow_false=false - B:dustImpureGarnierite_false=false - B:dustImpureGlauconite_false=false - B:dustImpureGold_false=false - B:dustImpureGraniteBlack_false=false - B:dustImpureGraniteRed_false=false - B:dustImpureGraphite_false=false - B:dustImpureGreenSapphire_false=false - B:dustImpureGrossular_false=false - B:dustImpureIlmenite_false=false - B:dustImpureIridium_false=false - B:dustImpureIron_false=false - B:dustImpureLapis_false=false - B:dustImpureLazurite_false=false - B:dustImpureLead_false=false - B:dustImpureLepidolite_false=false - B:dustImpureLignite_false=false - B:dustImpureLithium_false=false - B:dustImpureMagnesite_false=false - B:dustImpureMagnetite_false=false - B:dustImpureMalachite_false=false - B:dustImpureManganese_false=false - B:dustImpureMarble_false=false - B:dustImpureMolybdenite_false=false - B:dustImpureMolybdenum_false=false - B:dustImpureMonazite_false=false - B:dustImpureNaquadahEnriched_false=false - B:dustImpureNaquadah_false=false - B:dustImpureNaquadria_false=false - B:dustImpureNeodymium_false=false - B:dustImpureNetherQuartz_false=false - B:dustImpureNetherrack_false=false - B:dustImpureNickel_false=false - B:dustImpureOilsands_false=false - B:dustImpureOlivine_false=false - B:dustImpureOpal_false=false - B:dustImpureOsmium_false=false - B:dustImpurePalladium_false=false - B:dustImpurePentlandite_false=false - B:dustImpurePhosphate_false=false - B:dustImpurePhosphorus_false=false - B:dustImpurePitchblende_false=false - B:dustImpurePlatinum_false=false - B:dustImpurePlutonium_false=false - B:dustImpurePowellite_false=false - B:dustImpurePyrite_false=false - B:dustImpurePyrochlore_false=false - B:dustImpurePyrolusite_false=false - B:dustImpurePyrope_false=false - B:dustImpureQuartzite_false=false - B:dustImpureRedrock_false=false - B:dustImpureRedstone_false=false - B:dustImpureRockSalt_false=false - B:dustImpureRuby_false=false - B:dustImpureSalt_false=false - B:dustImpureSaltpeter_false=false - B:dustImpureSapphire_false=false - B:dustImpureScheelite_false=false - B:dustImpureSilver_false=false - B:dustImpureSoapstone_false=false - B:dustImpureSodalite_false=false - B:dustImpureSpessartine_false=false - B:dustImpureSphalerite_false=false - B:dustImpureSpodumene_false=false - B:dustImpureStibnite_false=false - B:dustImpureStone_false=false - B:dustImpureSulfur_false=false - B:dustImpureTalc_false=false - B:dustImpureTantalite_false=false - B:dustImpureTanzanite_false=false - B:dustImpureTetrahedrite_false=false - B:dustImpureThorium_false=false - B:dustImpureTin_false=false - B:dustImpureTitanium_false=false - B:dustImpureTopaz_false=false - B:dustImpureTungstate_false=false - B:dustImpureUraninite_false=false - B:dustImpureUranium235_false=false - B:dustImpureUranium_false=false - B:dustImpureVanadiumMagnetite_false=false - B:dustImpureWulfenite_false=false - B:dustImpureYellowLimonite_false=false - B:dustImpureZinc_false=false - B:dustIndiumGalliumPhosphide_false=false - B:dustIndium_false=false - B:dustInvar_false=false - B:dustIridium_false=false - B:dustIronMagnetic_false=false - B:dustIron_false=false - B:dustJade_false=false - B:dustJasper_false=false - B:dustKanthal_false=false - B:dustKaolinite_false=false - B:dustKyanite_false=false - B:dustLapis_false=false - B:dustLazurite_false=false - B:dustLead_false=false - B:dustLepidolite_false=false - B:dustLignite_false=false - B:dustLithium_false=false - B:dustLutetium_false=false - B:dustMagnalium_false=false - B:dustMagnesia_false=false - B:dustMagnesite_false=false - B:dustMagnesium_false=false - B:dustMagnesiumchloride_false=false - B:dustMagnetite_false=false - B:dustMalachite_false=false - B:dustManganese_false=false - B:dustMarble_false=false - B:dustMassicot_false=false - B:dustMeatCooked_false=false - B:dustMeatRaw_false=false - B:dustMetalMixture_false=false - B:dustMica_false=false - B:dustMigmatite_false=false - B:dustMilk_false=false - B:dustMirabilite_false=false - B:dustMithril_false=false - B:dustMolybdenite_false=false - B:dustMolybdenum_false=false - B:dustMonazite_false=false - B:dustNaquadahAlloy_false=false - B:dustNaquadahEnriched_false=false - B:dustNaquadah_false=false - B:dustNaquadria_false=false - B:dustNeodymiumMagnetic_false=false - B:dustNeodymium_false=false - B:dustNetherBrick_false=false - B:dustNetherQuartz_false=false - B:dustNetherStar_false=false - B:dustNetherrack_false=false - B:dustNeutronium_false=false - B:dustNichrome_false=false - B:dustNickelZincFerrite_false=false - B:dustNickel_false=false - B:dustNiobiumNitride_false=false - B:dustNiobiumTitanium_false=false - B:dustNiobium_false=false - B:dustNiter_false=false - B:dustObsidian_false=false - B:dustOilsands_false=false - B:dustOlivine_false=false - B:dustOpal_false=false - B:dustOsmiridium_false=false - B:dustOsmium_false=false - B:dustPalladium_false=false - B:dustPaper_false=false - B:dustPentlandite_false=false - B:dustPerlite_false=false - B:dustPhosphate_false=false - B:dustPhosphor_false=false - B:dustPhosphorousPentoxide_false=false - B:dustPhosphorus_false=false - B:dustPigIron_false=false - B:dustPitchblende_false=false - B:dustPlastic_false=false - B:dustPlatinumGroupSludge_false=false - B:dustPlatinum_false=false - B:dustPlutonium241_false=false - B:dustPlutonium_false=false - B:dustPollucite_false=false - B:dustPolycaprolactam_false=false - B:dustPolydimethylsiloxane_false=false - B:dustPolyphenyleneSulfide_false=false - B:dustPolystyrene_false=false - B:dustPolytetrafluoroethylene_false=false - B:dustPolyvinylChloride_false=false - B:dustPotash_false=false - B:dustPotassiumFeldspar_false=false - B:dustPotassium_false=false - B:dustPowellite_false=false - B:dustPumice_false=false - B:dustPureAlmandine_false=false - B:dustPureAluminium_false=false - B:dustPureAmethyst_false=false - B:dustPureApatite_false=false - B:dustPureBandedIron_false=false - B:dustPureBarite_false=false - B:dustPureBastnasite_false=false - B:dustPureBauxite_false=false - B:dustPureBentonite_false=false - B:dustPureBeryllium_false=false - B:dustPureBismuth_false=false - B:dustPureBlueTopaz_false=false - B:dustPureBrownLimonite_false=false - B:dustPureCalcite_false=false - B:dustPureCassiteriteSand_false=false - B:dustPureCassiterite_false=false - B:dustPureCertusQuartz_false=false - B:dustPureChalcopyrite_false=false - B:dustPureChrome_false=false - B:dustPureChromite_false=false - B:dustPureCinnabar_false=false - B:dustPureCoal_false=false - B:dustPureCobaltite_false=false - B:dustPureCooperite_false=false - B:dustPureCopper_false=false - B:dustPureDarkSteel_false=false - B:dustPureDiamond_false=false - B:dustPureDiatomite_false=false - B:dustPureEmerald_false=false - B:dustPureFoolsRuby_false=false - B:dustPureGalena_false=false - B:dustPureGarnetRed_false=false - B:dustPureGarnetYellow_false=false - B:dustPureGarnierite_false=false - B:dustPureGlauconite_false=false - B:dustPureGold_false=false - B:dustPureGraphite_false=false - B:dustPureGreenSapphire_false=false - B:dustPureGrossular_false=false - B:dustPureIlmenite_false=false - B:dustPureIridium_false=false - B:dustPureIron_false=false - B:dustPureLapis_false=false - B:dustPureLazurite_false=false - B:dustPureLead_false=false - B:dustPureLepidolite_false=false - B:dustPureLignite_false=false - B:dustPureLithium_false=false - B:dustPureMagnesite_false=false - B:dustPureMagnetite_false=false - B:dustPureMalachite_false=false - B:dustPureManganese_false=false - B:dustPureMolybdenite_false=false - B:dustPureMolybdenum_false=false - B:dustPureMonazite_false=false - B:dustPureNaquadahEnriched_false=false - B:dustPureNaquadah_false=false - B:dustPureNaquadria_false=false - B:dustPureNeodymium_false=false - B:dustPureNetherQuartz_false=false - B:dustPureNickel_false=false - B:dustPureOilsands_false=false - B:dustPureOlivine_false=false - B:dustPureOpal_false=false - B:dustPureOsmium_false=false - B:dustPurePalladium_false=false - B:dustPurePentlandite_false=false - B:dustPurePhosphate_false=false - B:dustPurePhosphorus_false=false - B:dustPurePitchblende_false=false - B:dustPurePlatinum_false=false - B:dustPurePlutonium_false=false - B:dustPurePowellite_false=false - B:dustPurePyrite_false=false - B:dustPurePyrochlore_false=false - B:dustPurePyrolusite_false=false - B:dustPurePyrope_false=false - B:dustPureQuartzite_false=false - B:dustPureRedstone_false=false - B:dustPureRockSalt_false=false - B:dustPureRuby_false=false - B:dustPureSalt_false=false - B:dustPureSaltpeter_false=false - B:dustPureSapphire_false=false - B:dustPureScheelite_false=false - B:dustPureSilver_false=false - B:dustPureSoapstone_false=false - B:dustPureSodalite_false=false - B:dustPureSpessartine_false=false - B:dustPureSphalerite_false=false - B:dustPureSpodumene_false=false - B:dustPureStibnite_false=false - B:dustPureSulfur_false=false - B:dustPureTalc_false=false - B:dustPureTantalite_false=false - B:dustPureTanzanite_false=false - B:dustPureTetrahedrite_false=false - B:dustPureThorium_false=false - B:dustPureTin_false=false - B:dustPureTitanium_false=false - B:dustPureTopaz_false=false - B:dustPureTungstate_false=false - B:dustPureUraninite_false=false - B:dustPureUranium235_false=false - B:dustPureUranium_false=false - B:dustPureVanadiumMagnetite_false=false - B:dustPureWulfenite_false=false - B:dustPureYellowLimonite_false=false - B:dustPureZinc_false=false - B:dustPyrite_false=false - B:dustPyrochlore_false=false - B:dustPyrolusite_false=false - B:dustPyrope_false=false - B:dustPyrotheum_false=false - B:dustQuartzSand_false=false - B:dustQuartzite_false=false - B:dustQuicklime_false=false - B:dustRareEarth_false=false - B:dustRawRubber_false=false - B:dustRawStyreneButadieneRubber_false=false - B:dustRealgar_false=false - B:dustRedAlloy_false=false - B:dustRedSteel_false=false - B:dustRedrock_false=false - B:dustRockSalt_false=false - B:dustRoseGold_false=false - B:dustRubber_false=false - B:dustRuby_false=false - B:dustRutile_false=false - B:dustSalt_false=false - B:dustSaltpeter_false=false - B:dustSapphire_false=false - B:dustScheelite_false=false - B:dustSiliconDioxide_false=false - B:dustSilicon_false=false - B:dustSilicone_false=false - B:dustSiltstone_false=false - B:dustSilver_false=false - B:dustSmallAlduorite_false=false - B:dustSmallAlmandine_false=false - B:dustSmallAluminium_false=false - B:dustSmallAlunite_false=false - B:dustSmallAmericium_false=false - B:dustSmallAmethyst_false=false - B:dustSmallAndradite_false=false - B:dustSmallAnnealedCopper_false=false - B:dustSmallAntimonyTrioxide_false=false - B:dustSmallAntimony_false=false - B:dustSmallApatite_false=false - B:dustSmallArsenicTrioxide_false=false - B:dustSmallArsenic_false=false - B:dustSmallAsbestos_false=false - B:dustSmallAsh_false=false - B:dustSmallBandedIron_false=false - B:dustSmallBarite_false=false - B:dustSmallBarium_false=false - B:dustSmallBasalt_false=false - B:dustSmallBasalticMineralSand_false=false - B:dustSmallBastnasite_false=false - B:dustSmallBatteryAlloy_false=false - B:dustSmallBauxite_false=false - B:dustSmallBentonite_false=false - B:dustSmallBeryllium_false=false - B:dustSmallBiotite_false=false - B:dustSmallBismuthBronze_false=false - B:dustSmallBismuth_false=false - B:dustSmallBlackBronze_false=false - B:dustSmallBlackSteel_false=false - B:dustSmallBlaze_false=false - B:dustSmallBlueSteel_false=false - B:dustSmallBlueTopaz_false=false - B:dustSmallBluestone_false=false - B:dustSmallBone_false=false - B:dustSmallBorax_false=false - B:dustSmallBoron_false=false - B:dustSmallBorosilicateGlass_false=false - B:dustSmallBrass_false=false - B:dustSmallBrick_false=false - B:dustSmallBronze_false=false - B:dustSmallBrownLimonite_false=false - B:dustSmallCadmium_false=false - B:dustSmallCaesium_false=false - B:dustSmallCalcite_false=false - B:dustSmallCalcium_false=false - B:dustSmallCarbon_false=false - B:dustSmallCassiteriteSand_false=false - B:dustSmallCassiterite_false=false - B:dustSmallCerium_false=false - B:dustSmallCertusQuartz_false=false - B:dustSmallChalcopyrite_false=false - B:dustSmallCharcoal_false=false - B:dustSmallCheese_false=false - B:dustSmallChili_false=false - B:dustSmallChocolate_false=false - B:dustSmallChrome_false=false - B:dustSmallChromite_false=false - B:dustSmallChrysotile_false=false - B:dustSmallCinnabar_false=false - B:dustSmallClay_false=false - B:dustSmallCoal_false=false - B:dustSmallCobaltBrass_false=false - B:dustSmallCobaltHexahydrate_false=false - B:dustSmallCobaltOxide_false=false - B:dustSmallCobalt_false=false - B:dustSmallCobaltite_false=false - B:dustSmallCocoa_false=false - B:dustSmallCoffee_false=false - B:dustSmallConcrete_false=false - B:dustSmallConstructionFoam_false=false - B:dustSmallCooperite_false=false - B:dustSmallCopper_false=false - B:dustSmallCrudeOil_false=false - B:dustSmallCupricOxide_false=false - B:dustSmallCupronickel_false=false - B:dustSmallDamascusSteel_false=false - B:dustSmallDarkAsh_false=false - B:dustSmallDarkSteel_false=false - B:dustSmallDiamond_false=false - B:dustSmallDiatomite_false=false - B:dustSmallDilithium_false=false - B:dustSmallDolomite_false=false - B:dustSmallDuranium_false=false - B:dustSmallElectrum_false=false - B:dustSmallEmerald_false=false - B:dustSmallEmery_false=false - B:dustSmallEnderEye_false=false - B:dustSmallEnderPearl_false=false - B:dustSmallEndstone_false=false - B:dustSmallEpidote_false=false - B:dustSmallEpoxidFiberReinforced_false=false - B:dustSmallEpoxid_false=false - B:dustSmallEuropium_false=false - B:dustSmallFerriteMixture_false=false - B:dustSmallFerrosilite_false=false - B:dustSmallFireclay_false=false - B:dustSmallFlint_false=false - B:dustSmallFoolsRuby_false=false - B:dustSmallForcicium_false=false - B:dustSmallForcillium_false=false - B:dustSmallFullersEarth_false=false - B:dustSmallGalena_false=false - B:dustSmallGalliumArsenide_false=false - B:dustSmallGallium_false=false - B:dustSmallGarnetRed_false=false - B:dustSmallGarnetSand_false=false - B:dustSmallGarnetYellow_false=false - B:dustSmallGarnierite_false=false - B:dustSmallGlass_false=false - B:dustSmallGlauconiteSand_false=false - B:dustSmallGlauconite_false=false - B:dustSmallGlowstone_false=false - B:dustSmallGold_false=false - B:dustSmallGraniteBlack_false=false - B:dustSmallGraniteRed_false=false - B:dustSmallGraniticMineralSand_false=false - B:dustSmallGraphene_false=false - B:dustSmallGraphite_false=false - B:dustSmallGreenSapphire_false=false - B:dustSmallGreenstone_false=false - B:dustSmallGrossular_false=false - B:dustSmallGunpowder_false=false - B:dustSmallGypsum_false=false - B:dustSmallHSSE_false=false - B:dustSmallHSSG_false=false - B:dustSmallHSSS_false=false - B:dustSmallHydratedCoal_false=false - B:dustSmallIce_false=false - B:dustSmallIlmenite_false=false - B:dustSmallIndiumGalliumPhosphide_false=false - B:dustSmallIndium_false=false - B:dustSmallInvar_false=false - B:dustSmallIridium_false=false - B:dustSmallIronMagnetic_false=false - B:dustSmallIron_false=false - B:dustSmallJade_false=false - B:dustSmallJasper_false=false - B:dustSmallKanthal_false=false - B:dustSmallKaolinite_false=false - B:dustSmallKyanite_false=false - B:dustSmallLapis_false=false - B:dustSmallLazurite_false=false - B:dustSmallLead_false=false - B:dustSmallLepidolite_false=false - B:dustSmallLignite_false=false - B:dustSmallLithium_false=false - B:dustSmallLutetium_false=false - B:dustSmallMagnalium_false=false - B:dustSmallMagnesia_false=false - B:dustSmallMagnesite_false=false - B:dustSmallMagnesium_false=false - B:dustSmallMagnesiumchloride_false=false - B:dustSmallMagnetite_false=false - B:dustSmallMalachite_false=false - B:dustSmallManganese_false=false - B:dustSmallMarble_false=false - B:dustSmallMassicot_false=false - B:dustSmallMeatCooked_false=false - B:dustSmallMeatRaw_false=false - B:dustSmallMetalMixture_false=false - B:dustSmallMica_false=false - B:dustSmallMigmatite_false=false - B:dustSmallMilk_false=false - B:dustSmallMirabilite_false=false - B:dustSmallMithril_false=false - B:dustSmallMolybdenite_false=false - B:dustSmallMolybdenum_false=false - B:dustSmallMonazite_false=false - B:dustSmallNaquadahAlloy_false=false - B:dustSmallNaquadahEnriched_false=false - B:dustSmallNaquadah_false=false - B:dustSmallNaquadria_false=false - B:dustSmallNeodymiumMagnetic_false=false - B:dustSmallNeodymium_false=false - B:dustSmallNetherBrick_false=false - B:dustSmallNetherQuartz_false=false - B:dustSmallNetherStar_false=false - B:dustSmallNetherrack_false=false - B:dustSmallNeutronium_false=false - B:dustSmallNichrome_false=false - B:dustSmallNickelZincFerrite_false=false - B:dustSmallNickel_false=false - B:dustSmallNiobiumNitride_false=false - B:dustSmallNiobiumTitanium_false=false - B:dustSmallNiobium_false=false - B:dustSmallNiter_false=false - B:dustSmallObsidian_false=false - B:dustSmallOilsands_false=false - B:dustSmallOlivine_false=false - B:dustSmallOpal_false=false - B:dustSmallOsmiridium_false=false - B:dustSmallOsmium_false=false - B:dustSmallPalladium_false=false - B:dustSmallPaper_false=false - B:dustSmallPentlandite_false=false - B:dustSmallPerlite_false=false - B:dustSmallPhosphate_false=false - B:dustSmallPhosphor_false=false - B:dustSmallPhosphorousPentoxide_false=false - B:dustSmallPhosphorus_false=false - B:dustSmallPigIron_false=false - B:dustSmallPitchblende_false=false - B:dustSmallPlastic_false=false - B:dustSmallPlatinumGroupSludge_false=false - B:dustSmallPlatinum_false=false - B:dustSmallPlutonium241_false=false - B:dustSmallPlutonium_false=false - B:dustSmallPollucite_false=false - B:dustSmallPolycaprolactam_false=false - B:dustSmallPolydimethylsiloxane_false=false - B:dustSmallPolyphenyleneSulfide_false=false - B:dustSmallPolystyrene_false=false - B:dustSmallPolytetrafluoroethylene_false=false - B:dustSmallPolyvinylChloride_false=false - B:dustSmallPotash_false=false - B:dustSmallPotassiumFeldspar_false=false - B:dustSmallPotassium_false=false - B:dustSmallPowellite_false=false - B:dustSmallPumice_false=false - B:dustSmallPyrite_false=false - B:dustSmallPyrochlore_false=false - B:dustSmallPyrolusite_false=false - B:dustSmallPyrope_false=false - B:dustSmallPyrotheum_false=false - B:dustSmallQuartzSand_false=false - B:dustSmallQuartzite_false=false - B:dustSmallQuicklime_false=false - B:dustSmallRareEarth_false=false - B:dustSmallRawRubber_false=false - B:dustSmallRawStyreneButadieneRubber_false=false - B:dustSmallRealgar_false=false - B:dustSmallRedAlloy_false=false - B:dustSmallRedSteel_false=false - B:dustSmallRedrock_false=false - B:dustSmallRedstone_false=false - B:dustSmallRockSalt_false=false - B:dustSmallRoseGold_false=false - B:dustSmallRubber_false=false - B:dustSmallRuby_false=false - B:dustSmallRutile_false=false - B:dustSmallSalt_false=false - B:dustSmallSaltpeter_false=false - B:dustSmallSapphire_false=false - B:dustSmallScheelite_false=false - B:dustSmallSiliconDioxide_false=false - B:dustSmallSilicon_false=false - B:dustSmallSilicone_false=false - B:dustSmallSiltstone_false=false - B:dustSmallSilver_false=false - B:dustSmallSnow_false=false - B:dustSmallSoapstone_false=false - B:dustSmallSodaAsh_false=false - B:dustSmallSodalite_false=false - B:dustSmallSodiumBisulfate_false=false - B:dustSmallSodiumHydroxide_GT5U_false=false - B:dustSmallSodiumSulfide_false=false - B:dustSmallSodium_false=false - B:dustSmallSolderingAlloy_false=false - B:dustSmallSpessartine_false=false - B:dustSmallSphalerite_false=false - B:dustSmallSpodumene_false=false - B:dustSmallStainlessSteel_false=false - B:dustSmallSteelMagnetic_false=false - B:dustSmallSteel_false=false - B:dustSmallSterlingSilver_false=false - B:dustSmallStibnite_false=false - B:dustSmallStone_false=false - B:dustSmallStyreneButadieneRubber_false=false - B:dustSmallSugar_false=false - B:dustSmallSulfur_false=false - B:dustSmallTalc_false=false - B:dustSmallTantalite_false=false - B:dustSmallTantalum_false=false - B:dustSmallTanzanite_false=false - B:dustSmallTetrahedrite_false=false - B:dustSmallThorium_false=false - B:dustSmallTinAlloy_false=false - B:dustSmallTin_false=false - B:dustSmallTitanium_false=false - B:dustSmallTopaz_false=false - B:dustSmallTritanium_false=false - B:dustSmallTrona_false=false - B:dustSmallTungstate_false=false - B:dustSmallTungstenCarbide_false=false - B:dustSmallTungstenSteel_false=false - B:dustSmallTungsten_false=false - B:dustSmallUltimet_false=false - B:dustSmallUraninite_false=false - B:dustSmallUranium235_false=false - B:dustSmallUranium_false=false - B:dustSmallUvarovite_false=false - B:dustSmallVanadiumGallium_false=false - B:dustSmallVanadiumMagnetite_false=false - B:dustSmallVanadiumSteel_false=false - B:dustSmallVanadium_false=false - B:dustSmallVermiculite_false=false - B:dustSmallVolcanicAsh_false=false - B:dustSmallWheat_false=false - B:dustSmallWollastonite_false=false - B:dustSmallWoodSealed_false=false - B:dustSmallWood_false=false - B:dustSmallWroughtIron_false=false - B:dustSmallWulfenite_false=false - B:dustSmallYellowLimonite_false=false - B:dustSmallYttriumBariumCuprate_false=false - B:dustSmallYttrium_false=false - B:dustSmallZeolite_false=false - B:dustSmallZinc_false=false - B:dustSmallZincite_false=false - B:dustSnow_false=false - B:dustSoapstone_false=false - B:dustSodaAsh_false=false - B:dustSodalite_false=false - B:dustSodiumBisulfate_false=false - B:dustSodiumHydroxide_GT5U_false=false - B:dustSodiumSulfide_false=false - B:dustSodium_false=false - B:dustSolderingAlloy_false=false - B:dustSpessartine_false=false - B:dustSphalerite_false=false - B:dustSpodumene_false=false - B:dustStainlessSteel_false=false - B:dustSteelMagnetic_false=false - B:dustSteel_false=false - B:dustSterlingSilver_false=false - B:dustStibnite_false=false - B:dustStone_false=false - B:dustStyreneButadieneRubber_false=false - B:dustSugar_false=false - B:dustSulfur_false=false - B:dustTalc_false=false - B:dustTantalite_false=false - B:dustTantalum_false=false - B:dustTanzanite_false=false - B:dustTetrahedrite_false=false - B:dustThorium_false=false - B:dustTinAlloy_false=false - B:dustTin_false=false - B:dustTinyAlduorite_false=false - B:dustTinyAlmandine_false=false - B:dustTinyAluminium_false=false - B:dustTinyAlunite_false=false - B:dustTinyAmericium_false=false - B:dustTinyAmethyst_false=false - B:dustTinyAndradite_false=false - B:dustTinyAnnealedCopper_false=false - B:dustTinyAntimonyTrioxide_false=false - B:dustTinyAntimony_false=false - B:dustTinyApatite_false=false - B:dustTinyArsenicTrioxide_false=false - B:dustTinyArsenic_false=false - B:dustTinyAsbestos_false=false - B:dustTinyAsh_false=false - B:dustTinyBandedIron_false=false - B:dustTinyBarite_false=false - B:dustTinyBarium_false=false - B:dustTinyBasalt_false=false - B:dustTinyBasalticMineralSand_false=false - B:dustTinyBastnasite_false=false - B:dustTinyBatteryAlloy_false=false - B:dustTinyBauxite_false=false - B:dustTinyBentonite_false=false - B:dustTinyBeryllium_false=false - B:dustTinyBiotite_false=false - B:dustTinyBismuthBronze_false=false - B:dustTinyBismuth_false=false - B:dustTinyBlackBronze_false=false - B:dustTinyBlackSteel_false=false - B:dustTinyBlaze_false=false - B:dustTinyBlueSteel_false=false - B:dustTinyBlueTopaz_false=false - B:dustTinyBluestone_false=false - B:dustTinyBone_false=false - B:dustTinyBorax_false=false - B:dustTinyBoron_false=false - B:dustTinyBorosilicateGlass_false=false - B:dustTinyBrass_false=false - B:dustTinyBrick_false=false - B:dustTinyBronze_false=false - B:dustTinyBrownLimonite_false=false - B:dustTinyCadmium_false=false - B:dustTinyCaesium_false=false - B:dustTinyCalcite_false=false - B:dustTinyCalcium_false=false - B:dustTinyCarbon_false=false - B:dustTinyCassiteriteSand_false=false - B:dustTinyCassiterite_false=false - B:dustTinyCerium_false=false - B:dustTinyCertusQuartz_false=false - B:dustTinyChalcopyrite_false=false - B:dustTinyCharcoal_false=false - B:dustTinyCheese_false=false - B:dustTinyChili_false=false - B:dustTinyChocolate_false=false - B:dustTinyChrome_false=false - B:dustTinyChromite_false=false - B:dustTinyChrysotile_false=false - B:dustTinyCinnabar_false=false - B:dustTinyClay_false=false - B:dustTinyCoal_false=false - B:dustTinyCobaltBrass_false=false - B:dustTinyCobaltHexahydrate_false=false - B:dustTinyCobaltOxide_false=false - B:dustTinyCobalt_false=false - B:dustTinyCobaltite_false=false - B:dustTinyCocoa_false=false - B:dustTinyCoffee_false=false - B:dustTinyConcrete_false=false - B:dustTinyConstructionFoam_false=false - B:dustTinyCooperite_false=false - B:dustTinyCopper_false=false - B:dustTinyCrudeOil_false=false - B:dustTinyCupricOxide_false=false - B:dustTinyCupronickel_false=false - B:dustTinyDamascusSteel_false=false - B:dustTinyDarkAsh_false=false - B:dustTinyDarkSteel_false=false - B:dustTinyDiamond_false=false - B:dustTinyDiatomite_false=false - B:dustTinyDilithium_false=false - B:dustTinyDolomite_false=false - B:dustTinyDuranium_false=false - B:dustTinyElectrum_false=false - B:dustTinyEmerald_false=false - B:dustTinyEmery_false=false - B:dustTinyEnderEye_false=false - B:dustTinyEnderPearl_false=false - B:dustTinyEndstone_false=false - B:dustTinyEpidote_false=false - B:dustTinyEpoxidFiberReinforced_false=false - B:dustTinyEpoxid_false=false - B:dustTinyEuropium_false=false - B:dustTinyFerriteMixture_false=false - B:dustTinyFerrosilite_false=false - B:dustTinyFireclay_false=false - B:dustTinyFlint_false=false - B:dustTinyFoolsRuby_false=false - B:dustTinyForcicium_false=false - B:dustTinyForcillium_false=false - B:dustTinyFullersEarth_false=false - B:dustTinyGalena_false=false - B:dustTinyGalliumArsenide_false=false - B:dustTinyGallium_false=false - B:dustTinyGarnetRed_false=false - B:dustTinyGarnetSand_false=false - B:dustTinyGarnetYellow_false=false - B:dustTinyGarnierite_false=false - B:dustTinyGlass_false=false - B:dustTinyGlauconiteSand_false=false - B:dustTinyGlauconite_false=false - B:dustTinyGlowstone_false=false - B:dustTinyGold_false=false - B:dustTinyGraniteBlack_false=false - B:dustTinyGraniteRed_false=false - B:dustTinyGraniticMineralSand_false=false - B:dustTinyGraphene_false=false - B:dustTinyGraphite_false=false - B:dustTinyGreenSapphire_false=false - B:dustTinyGreenstone_false=false - B:dustTinyGrossular_false=false - B:dustTinyGunpowder_false=false - B:dustTinyGypsum_false=false - B:dustTinyHSSE_false=false - B:dustTinyHSSG_false=false - B:dustTinyHSSS_false=false - B:dustTinyHydratedCoal_false=false - B:dustTinyIce_false=false - B:dustTinyIlmenite_false=false - B:dustTinyIndiumGalliumPhosphide_false=false - B:dustTinyIndium_false=false - B:dustTinyInvar_false=false - B:dustTinyIridium_false=false - B:dustTinyIronMagnetic_false=false - B:dustTinyIron_false=false - B:dustTinyJade_false=false - B:dustTinyJasper_false=false - B:dustTinyKanthal_false=false - B:dustTinyKaolinite_false=false - B:dustTinyKyanite_false=false - B:dustTinyLapis_false=false - B:dustTinyLazurite_false=false - B:dustTinyLead_false=false - B:dustTinyLepidolite_false=false - B:dustTinyLignite_false=false - B:dustTinyLithium_false=false - B:dustTinyLutetium_false=false - B:dustTinyMagnalium_false=false - B:dustTinyMagnesia_false=false - B:dustTinyMagnesite_false=false - B:dustTinyMagnesium_false=false - B:dustTinyMagnesiumchloride_false=false - B:dustTinyMagnetite_false=false - B:dustTinyMalachite_false=false - B:dustTinyManganese_false=false - B:dustTinyMarble_false=false - B:dustTinyMassicot_false=false - B:dustTinyMeatCooked_false=false - B:dustTinyMeatRaw_false=false - B:dustTinyMetalMixture_false=false - B:dustTinyMica_false=false - B:dustTinyMigmatite_false=false - B:dustTinyMilk_false=false - B:dustTinyMirabilite_false=false - B:dustTinyMithril_false=false - B:dustTinyMolybdenite_false=false - B:dustTinyMolybdenum_false=false - B:dustTinyMonazite_false=false - B:dustTinyNaquadahAlloy_false=false - B:dustTinyNaquadahEnriched_false=false - B:dustTinyNaquadah_false=false - B:dustTinyNaquadria_false=false - B:dustTinyNeodymiumMagnetic_false=false - B:dustTinyNeodymium_false=false - B:dustTinyNetherBrick_false=false - B:dustTinyNetherQuartz_false=false - B:dustTinyNetherStar_false=false - B:dustTinyNetherrack_false=false - B:dustTinyNeutronium_false=false - B:dustTinyNichrome_false=false - B:dustTinyNickelZincFerrite_false=false - B:dustTinyNickel_false=false - B:dustTinyNiobiumNitride_false=false - B:dustTinyNiobiumTitanium_false=false - B:dustTinyNiobium_false=false - B:dustTinyNiter_false=false - B:dustTinyObsidian_false=false - B:dustTinyOilsands_false=false - B:dustTinyOlivine_false=false - B:dustTinyOpal_false=false - B:dustTinyOsmiridium_false=false - B:dustTinyOsmium_false=false - B:dustTinyPalladium_false=false - B:dustTinyPaper_false=false - B:dustTinyPentlandite_false=false - B:dustTinyPerlite_false=false - B:dustTinyPhosphate_false=false - B:dustTinyPhosphor_false=false - B:dustTinyPhosphorousPentoxide_false=false - B:dustTinyPhosphorus_false=false - B:dustTinyPigIron_false=false - B:dustTinyPitchblende_false=false - B:dustTinyPlastic_false=false - B:dustTinyPlatinumGroupSludge_false=false - B:dustTinyPlatinum_false=false - B:dustTinyPlutonium241_false=false - B:dustTinyPlutonium_false=false - B:dustTinyPollucite_false=false - B:dustTinyPolycaprolactam_false=false - B:dustTinyPolydimethylsiloxane_false=false - B:dustTinyPolyphenyleneSulfide_false=false - B:dustTinyPolystyrene_false=false - B:dustTinyPolytetrafluoroethylene_false=false - B:dustTinyPolyvinylChloride_false=false - B:dustTinyPotash_false=false - B:dustTinyPotassiumFeldspar_false=false - B:dustTinyPotassium_false=false - B:dustTinyPowellite_false=false - B:dustTinyPumice_false=false - B:dustTinyPyrite_false=false - B:dustTinyPyrochlore_false=false - B:dustTinyPyrolusite_false=false - B:dustTinyPyrope_false=false - B:dustTinyPyrotheum_false=false - B:dustTinyQuartzSand_false=false - B:dustTinyQuartzite_false=false - B:dustTinyQuicklime_false=false - B:dustTinyRareEarth_false=false - B:dustTinyRawRubber_false=false - B:dustTinyRawStyreneButadieneRubber_false=false - B:dustTinyRealgar_false=false - B:dustTinyRedAlloy_false=false - B:dustTinyRedSteel_false=false - B:dustTinyRedrock_false=false - B:dustTinyRedstone_false=false - B:dustTinyRockSalt_false=false - B:dustTinyRoseGold_false=false - B:dustTinyRubber_false=false - B:dustTinyRuby_false=false - B:dustTinyRutile_false=false - B:dustTinySalt_false=false - B:dustTinySaltpeter_false=false - B:dustTinySapphire_false=false - B:dustTinyScheelite_false=false - B:dustTinySiliconDioxide_false=false - B:dustTinySilicon_false=false - B:dustTinySilicone_false=false - B:dustTinySiltstone_false=false - B:dustTinySilver_false=false - B:dustTinySnow_false=false - B:dustTinySoapstone_false=false - B:dustTinySodaAsh_false=false - B:dustTinySodalite_false=false - B:dustTinySodiumBisulfate_false=false - B:dustTinySodiumHydroxide_GT5U_false=false - B:dustTinySodiumSulfide_false=false - B:dustTinySodium_false=false - B:dustTinySolderingAlloy_false=false - B:dustTinySpessartine_false=false - B:dustTinySphalerite_false=false - B:dustTinySpodumene_false=false - B:dustTinyStainlessSteel_false=false - B:dustTinySteelMagnetic_false=false - B:dustTinySteel_false=false - B:dustTinySterlingSilver_false=false - B:dustTinyStibnite_false=false - B:dustTinyStone_false=false - B:dustTinyStyreneButadieneRubber_false=false - B:dustTinySugar_false=false - B:dustTinySulfur_false=false - B:dustTinyTalc_false=false - B:dustTinyTantalite_false=false - B:dustTinyTantalum_false=false - B:dustTinyTanzanite_false=false - B:dustTinyTetrahedrite_false=false - B:dustTinyThorium_false=false - B:dustTinyTinAlloy_false=false - B:dustTinyTin_false=false - B:dustTinyTitanium_false=false - B:dustTinyTopaz_false=false - B:dustTinyTritanium_false=false - B:dustTinyTrona_false=false - B:dustTinyTungstate_false=false - B:dustTinyTungstenCarbide_false=false - B:dustTinyTungstenSteel_false=false - B:dustTinyTungsten_false=false - B:dustTinyUltimet_false=false - B:dustTinyUraninite_false=false - B:dustTinyUranium235_false=false - B:dustTinyUranium_false=false - B:dustTinyUvarovite_false=false - B:dustTinyVanadiumGallium_false=false - B:dustTinyVanadiumMagnetite_false=false - B:dustTinyVanadiumSteel_false=false - B:dustTinyVanadium_false=false - B:dustTinyVermiculite_false=false - B:dustTinyVolcanicAsh_false=false - B:dustTinyWheat_false=false - B:dustTinyWollastonite_false=false - B:dustTinyWoodSealed_false=false - B:dustTinyWood_false=false - B:dustTinyWroughtIron_false=false - B:dustTinyWulfenite_false=false - B:dustTinyYellowLimonite_false=false - B:dustTinyYttriumBariumCuprate_false=false - B:dustTinyYttrium_false=false - B:dustTinyZeolite_false=false - B:dustTinyZinc_false=false - B:dustTinyZincite_false=false - B:dustTitanium_false=false - B:dustTopaz_false=false - B:dustTritanium_false=false - B:dustTrona_false=false - B:dustTungstate_false=false - B:dustTungstenCarbide_false=false - B:dustTungstenSteel_false=false - B:dustTungsten_false=false - B:dustUltimet_false=false - B:dustUraninite_false=false - B:dustUranium235_false=false - B:dustUranium_false=false - B:dustUvarovite_false=false - B:dustVanadiumGallium_false=false - B:dustVanadiumMagnetite_false=false - B:dustVanadiumSteel_false=false - B:dustVanadium_false=false - B:dustVermiculite_false=false - B:dustVolcanicAsh_false=false - B:dustWheat_false=false - B:dustWollastonite_false=false - B:dustWoodSealed_false=false - B:dustWood_false=false - B:dustWroughtIron_false=false - B:dustWulfenite_false=false - B:dustYellowLimonite_false=false - B:dustYttriumBariumCuprate_false=false - B:dustYttrium_false=false - B:dustZeolite_false=false - B:dustZinc_false=false - B:dustZincite_false=false - B:foilAluminium_false=false - B:foilAnnealedCopper_false=false - B:foilBlackSteel_false=false - B:foilCopper_false=false - B:foilDuranium_false=false - B:foilElectrum_false=false - B:foilGold_false=false - B:foilHSSG_false=false - B:foilManganese_false=false - B:foilNaquadahAlloy_false=false - B:foilNaquadah_false=false - B:foilNichrome_false=false - B:foilNiobiumTitanium_false=false - B:foilOsmiridium_false=false - B:foilOsmium_false=false - B:foilPlastic_false=false - B:foilPlatinum_false=false - B:foilPolyphenyleneSulfide_false=false - B:foilPolyvinylChloride_false=false - B:foilSilicon_false=false - B:foilSilicone_false=false - B:foilSteel_false=false - B:foilTitanium_false=false - B:foilTungstenSteel_false=false - B:foilTungsten_false=false - B:foilVanadiumGallium_false=false - B:foilYttriumBariumCuprate_false=false - B:foilZinc_false=false - B:gearGtAluminium_false=false - B:gearGtBronze_false=false - B:gearGtCobaltBrass_false=false - B:gearGtCopper_false=false - B:gearGtDiamond_false=false - B:gearGtGold_false=false - B:gearGtHSSE_false=false - B:gearGtHSSG_false=false - B:gearGtIron_false=false - B:gearGtNeutronium_false=false - B:gearGtSmallAluminium_false=false - B:gearGtSmallHSSE_false=false - B:gearGtSmallHSSG_false=false - B:gearGtSmallNeutronium_false=false - B:gearGtSmallStainlessSteel_false=false - B:gearGtSmallSteel_false=false - B:gearGtSmallTitanium_false=false - B:gearGtSmallTungstenSteel_false=false - B:gearGtStainlessSteel_false=false - B:gearGtSteel_false=false - B:gearGtStone_false=false - B:gearGtTin_false=false - B:gearGtTitanium_false=false - B:gearGtTungstenSteel_false=false - B:gearGtWood_false=false - B:gemAmethyst_false=false - B:gemApatite_false=false - B:gemBlueTopaz_false=false - B:gemCertusQuartz_false=false - B:gemCharcoal_false=false - B:gemChippedAmethyst_false=false - B:gemChippedBlueTopaz_false=false - B:gemChippedDiamond_false=false - B:gemChippedEmerald_false=false - B:gemChippedFoolsRuby_false=false - B:gemChippedGarnetRed_false=false - B:gemChippedGarnetYellow_false=false - B:gemChippedGlass_false=false - B:gemChippedGreenSapphire_false=false - B:gemChippedJasper_false=false - B:gemChippedOlivine_false=false - B:gemChippedOpal_false=false - B:gemChippedRuby_false=false - B:gemChippedSapphire_false=false - B:gemChippedTanzanite_false=false - B:gemChippedTopaz_false=false - B:gemCoal_false=false - B:gemDilithium_false=false - B:gemEnderEye_false=false - B:gemEnderPearl_false=false - B:gemExquisiteAmethyst_false=false - B:gemExquisiteBlueTopaz_false=false - B:gemExquisiteDiamond_false=false - B:gemExquisiteEmerald_false=false - B:gemExquisiteFoolsRuby_false=false - B:gemExquisiteGarnetRed_false=false - B:gemExquisiteGarnetYellow_false=false - B:gemExquisiteGlass_false=false - B:gemExquisiteGreenSapphire_false=false - B:gemExquisiteJasper_false=false - B:gemExquisiteOlivine_false=false - B:gemExquisiteOpal_false=false - B:gemExquisiteRuby_false=false - B:gemExquisiteSapphire_false=false - B:gemExquisiteTanzanite_false=false - B:gemExquisiteTopaz_false=false - B:gemFlawedAmethyst_false=false - B:gemFlawedBlueTopaz_false=false - B:gemFlawedDiamond_false=false - B:gemFlawedEmerald_false=false - B:gemFlawedFoolsRuby_false=false - B:gemFlawedGarnetRed_false=false - B:gemFlawedGarnetYellow_false=false - B:gemFlawedGlass_false=false - B:gemFlawedGreenSapphire_false=false - B:gemFlawedJasper_false=false - B:gemFlawedOlivine_false=false - B:gemFlawedOpal_false=false - B:gemFlawedRuby_false=false - B:gemFlawedSapphire_false=false - B:gemFlawedTanzanite_false=false - B:gemFlawedTopaz_false=false - B:gemFlawlessAmethyst_false=false - B:gemFlawlessBlueTopaz_false=false - B:gemFlawlessDiamond_false=false - B:gemFlawlessEmerald_false=false - B:gemFlawlessFoolsRuby_false=false - B:gemFlawlessGarnetRed_false=false - B:gemFlawlessGarnetYellow_false=false - B:gemFlawlessGlass_false=false - B:gemFlawlessGreenSapphire_false=false - B:gemFlawlessJasper_false=false - B:gemFlawlessOlivine_false=false - B:gemFlawlessOpal_false=false - B:gemFlawlessRuby_false=false - B:gemFlawlessSapphire_false=false - B:gemFlawlessTanzanite_false=false - B:gemFlawlessTopaz_false=false - B:gemFoolsRuby_false=false - B:gemForcicium_false=false - B:gemForcillium_false=false - B:gemGarnetRed_false=false - B:gemGarnetYellow_false=false - B:gemGlass_false=false - B:gemGreenSapphire_false=false - B:gemIridium_false=false - B:gemJasper_false=false - B:gemLazurite_false=false - B:gemLignite_false=false - B:gemMonazite_false=false - B:gemNetherQuartz_false=false - B:gemNetherStar_false=false - B:gemNiter_false=false - B:gemOlivine_false=false - B:gemOpal_false=false - B:gemPhosphorus_false=false - B:gemQuartzite_false=false - B:gemRuby_false=false - B:gemSapphire_false=false - B:gemSodalite_false=false - B:gemTanzanite_false=false - B:gemTopaz_false=false - B:ingotAluminium_false=false - B:ingotAmericium_false=false - B:ingotAnnealedCopper_false=false - B:ingotAntimony_false=false - B:ingotArsenic_false=false - B:ingotBatteryAlloy_false=false - B:ingotBeryllium_false=false - B:ingotBismuthBronze_false=false - B:ingotBismuth_false=false - B:ingotBlackBronze_false=false - B:ingotBlackSteel_false=false - B:ingotBlueSteel_false=false - B:ingotBorosilicateGlass_false=false - B:ingotBrass_false=false - B:ingotBronze_false=false - B:ingotCaesium_false=false - B:ingotCarbon_false=false - B:ingotCerium_false=false - B:ingotChrome_false=false - B:ingotCobaltBrass_false=false - B:ingotCobalt_false=false - B:ingotCopper_false=false - B:ingotCupronickel_false=false - B:ingotDamascusSteel_false=false - B:ingotDarkSteel_false=false - B:ingotDuranium_false=false - B:ingotElectrum_false=false - B:ingotEpoxidFiberReinforced_false=false - B:ingotEpoxid_false=false - B:ingotEuropium_false=false - B:ingotGalliumArsenide_false=false - B:ingotGallium_false=false - B:ingotHSSE_false=false - B:ingotHSSG_false=false - B:ingotHSSS_false=false - B:ingotHotBlackBronze_false=false - B:ingotHotHSSE_false=false - B:ingotHotHSSG_false=false - B:ingotHotHSSS_false=false - B:ingotHotIridium_false=false - B:ingotHotKanthal_false=false - B:ingotHotLutetium_false=false - B:ingotHotNaquadahAlloy_false=false - B:ingotHotNaquadahEnriched_false=false - B:ingotHotNaquadah_false=false - B:ingotHotNaquadria_false=false - B:ingotHotNichrome_false=false - B:ingotHotNiobiumNitride_false=false - B:ingotHotNiobiumTitanium_false=false - B:ingotHotNiobium_false=false - B:ingotHotOsmiridium_false=false - B:ingotHotOsmium_false=false - B:ingotHotPalladium_false=false - B:ingotHotTitanium_false=false - B:ingotHotTungstenCarbide_false=false - B:ingotHotTungstenSteel_false=false - B:ingotHotTungsten_false=false - B:ingotHotUltimet_false=false - B:ingotHotVanadiumGallium_false=false - B:ingotHotVanadium_false=false - B:ingotHotYttriumBariumCuprate_false=false - B:ingotHotYttrium_false=false - B:ingotIndiumGalliumPhosphide_false=false - B:ingotIndium_false=false - B:ingotInvar_false=false - B:ingotIridium_false=false - B:ingotIronMagnetic_false=false - B:ingotKanthal_false=false - B:ingotLead_false=false - B:ingotLithium_false=false - B:ingotLutetium_false=false - B:ingotMagnalium_false=false - B:ingotMagnesium_false=false - B:ingotManganese_false=false - B:ingotMithril_false=false - B:ingotMolybdenum_false=false - B:ingotNaquadahAlloy_false=false - B:ingotNaquadahEnriched_false=false - B:ingotNaquadah_false=false - B:ingotNaquadria_false=false - B:ingotNeodymiumMagnetic_false=false - B:ingotNeodymium_false=false - B:ingotNeutronium_false=false - B:ingotNichrome_false=false - B:ingotNickelZincFerrite_false=false - B:ingotNickel_false=false - B:ingotNiobiumNitride_false=false - B:ingotNiobiumTitanium_false=false - B:ingotNiobium_false=false - B:ingotOsmiridium_false=false - B:ingotOsmium_false=false - B:ingotPalladium_false=false - B:ingotPigIron_false=false - B:ingotPlastic_false=false - B:ingotPlatinum_false=false - B:ingotPlutonium241_false=false - B:ingotPlutonium_false=false - B:ingotPolycaprolactam_false=false - B:ingotPolyphenyleneSulfide_false=false - B:ingotPolystyrene_false=false - B:ingotPolytetrafluoroethylene_false=false - B:ingotPolyvinylChloride_false=false - B:ingotPotassium_false=false - B:ingotRedAlloy_false=false - B:ingotRedSteel_false=false - B:ingotRoseGold_false=false - B:ingotRubber_false=false - B:ingotSilicon_false=false - B:ingotSilicone_false=false - B:ingotSilver_false=false - B:ingotSolderingAlloy_false=false - B:ingotStainlessSteel_false=false - B:ingotSteelMagnetic_false=false - B:ingotSteel_false=false - B:ingotSterlingSilver_false=false - B:ingotStyreneButadieneRubber_false=false - B:ingotTantalum_false=false - B:ingotThorium_false=false - B:ingotTinAlloy_false=false - B:ingotTin_false=false - B:ingotTitanium_false=false - B:ingotTritanium_false=false - B:ingotTungstenCarbide_false=false - B:ingotTungstenSteel_false=false - B:ingotTungsten_false=false - B:ingotUltimet_false=false - B:ingotUranium235_false=false - B:ingotUranium_false=false - B:ingotVanadiumGallium_false=false - B:ingotVanadiumSteel_false=false - B:ingotVanadium_false=false - B:ingotWroughtIron_false=false - B:ingotYttriumBariumCuprate_false=false - B:ingotYttrium_false=false - B:ingotZinc_false=false - B:lensAmethyst_false=false - B:lensBlueTopaz_false=false - B:lensDiamond_false=false - B:lensDilithium_false=false - B:lensEmerald_false=false - B:lensEnderEye_false=false - B:lensEnderPearl_false=false - B:lensFoolsRuby_false=false - B:lensForcicium_false=false - B:lensForcillium_false=false - B:lensGarnetRed_false=false - B:lensGarnetYellow_false=false - B:lensGlass_false=false - B:lensGreenSapphire_false=false - B:lensJasper_false=false - B:lensNetherStar_false=false - B:lensOlivine_false=false - B:lensOpal_false=false - B:lensRuby_false=false - B:lensSapphire_false=false - B:lensTanzanite_false=false - B:lensTopaz_false=false - B:nuggetAluminium_false=false - B:nuggetAmericium_false=false - B:nuggetAnnealedCopper_false=false - B:nuggetAntimony_false=false - B:nuggetArsenic_false=false - B:nuggetBatteryAlloy_false=false - B:nuggetBeryllium_false=false - B:nuggetBismuthBronze_false=false - B:nuggetBismuth_false=false - B:nuggetBlackBronze_false=false - B:nuggetBlackSteel_false=false - B:nuggetBlueSteel_false=false - B:nuggetBorosilicateGlass_false=false - B:nuggetBrass_false=false - B:nuggetBronze_false=false - B:nuggetCaesium_false=false - B:nuggetCarbon_false=false - B:nuggetCerium_false=false - B:nuggetChrome_false=false - B:nuggetCobaltBrass_false=false - B:nuggetCobalt_false=false - B:nuggetCopper_false=false - B:nuggetCupronickel_false=false - B:nuggetDamascusSteel_false=false - B:nuggetDarkSteel_false=false - B:nuggetDuranium_false=false - B:nuggetElectrum_false=false - B:nuggetEpoxidFiberReinforced_false=false - B:nuggetEpoxid_false=false - B:nuggetEuropium_false=false - B:nuggetGalliumArsenide_false=false - B:nuggetGallium_false=false - B:nuggetHSSE_false=false - B:nuggetHSSG_false=false - B:nuggetHSSS_false=false - B:nuggetIndiumGalliumPhosphide_false=false - B:nuggetIndium_false=false - B:nuggetInvar_false=false - B:nuggetIridium_false=false - B:nuggetIronMagnetic_false=false - B:nuggetIron_false=false - B:nuggetKanthal_false=false - B:nuggetLead_false=false - B:nuggetLithium_false=false - B:nuggetLutetium_false=false - B:nuggetMagnalium_false=false - B:nuggetMagnesium_false=false - B:nuggetManganese_false=false - B:nuggetMithril_false=false - B:nuggetMolybdenum_false=false - B:nuggetNaquadahAlloy_false=false - B:nuggetNaquadahEnriched_false=false - B:nuggetNaquadah_false=false - B:nuggetNaquadria_false=false - B:nuggetNeodymiumMagnetic_false=false - B:nuggetNeodymium_false=false - B:nuggetNeutronium_false=false - B:nuggetNichrome_false=false - B:nuggetNickelZincFerrite_false=false - B:nuggetNickel_false=false - B:nuggetNiobiumNitride_false=false - B:nuggetNiobiumTitanium_false=false - B:nuggetNiobium_false=false - B:nuggetOsmiridium_false=false - B:nuggetOsmium_false=false - B:nuggetPalladium_false=false - B:nuggetPigIron_false=false - B:nuggetPlastic_false=false - B:nuggetPlatinum_false=false - B:nuggetPlutonium241_false=false - B:nuggetPlutonium_false=false - B:nuggetPolycaprolactam_false=false - B:nuggetPolyphenyleneSulfide_false=false - B:nuggetPolystyrene_false=false - B:nuggetPolytetrafluoroethylene_false=false - B:nuggetPolyvinylChloride_false=false - B:nuggetPotassium_false=false - B:nuggetRedAlloy_false=false - B:nuggetRedSteel_false=false - B:nuggetRoseGold_false=false - B:nuggetRubber_false=false - B:nuggetSilicon_false=false - B:nuggetSilicone_false=false - B:nuggetSilver_false=false - B:nuggetSolderingAlloy_false=false - B:nuggetStainlessSteel_false=false - B:nuggetSteelMagnetic_false=false - B:nuggetSteel_false=false - B:nuggetSterlingSilver_false=false - B:nuggetStyreneButadieneRubber_false=false - B:nuggetTantalum_false=false - B:nuggetThorium_false=false - B:nuggetTinAlloy_false=false - B:nuggetTin_false=false - B:nuggetTitanium_false=false - B:nuggetTritanium_false=false - B:nuggetTungstenCarbide_false=false - B:nuggetTungstenSteel_false=false - B:nuggetTungsten_false=false - B:nuggetUltimet_false=false - B:nuggetUranium235_false=false - B:nuggetUranium_false=false - B:nuggetVanadiumGallium_false=false - B:nuggetVanadiumSteel_false=false - B:nuggetVanadium_false=false - B:nuggetWoodSealed_false=false - B:nuggetWood_false=false - B:nuggetWroughtIron_false=false - B:nuggetYttriumBariumCuprate_false=false - B:nuggetYttrium_false=false - B:nuggetZinc_false=false - B:plateAlloyAdvanced_false=false - B:plateAlloyCarbon_false=false - B:plateAlloyIridium_false=false - B:plateAluminium_false=false - B:plateAmericium_false=false - B:plateAmethyst_false=false - B:plateAnnealedCopper_false=false - B:plateBatteryAlloy_false=false - B:plateBeryllium_false=false - B:plateBismuthBronze_false=false - B:plateBismuth_false=false - B:plateBlackBronze_false=false - B:plateBlackSteel_false=false - B:plateBlueSteel_false=false - B:plateBlueTopaz_false=false - B:plateBrass_false=false - B:plateBronze_false=false - B:plateCarbon_false=false - B:plateCertusQuartz_false=false - B:plateChrome_false=false - B:plateCobaltBrass_false=false - B:plateCobalt_false=false - B:plateCopper_false=false - B:plateCupronickel_false=false - B:plateDamascusSteel_false=false - B:plateDarkSteel_false=false - B:plateDenseCopper_false=false - B:plateDenseIron_false=false - B:plateDenseLead_false=false - B:plateDiamond_false=false - B:plateDilithium_false=false - B:plateDoubleAluminium_false=false - B:plateDoubleBeryllium_false=false - B:plateDoubleBismuthBronze_false=false - B:plateDoubleBismuth_false=false - B:plateDoubleBlackBronze_false=false - B:plateDoubleBlackSteel_false=false - B:plateDoubleBlueSteel_false=false - B:plateDoubleBrass_false=false - B:plateDoubleBronze_false=false - B:plateDoubleCarbon_false=false - B:plateDoubleChrome_false=false - B:plateDoubleCobaltBrass_false=false - B:plateDoubleCobalt_false=false - B:plateDoubleCupronickel_false=false - B:plateDoubleDamascusSteel_false=false - B:plateDoubleDarkSteel_false=false - B:plateDoubleDuranium_false=false - B:plateDoubleElectrum_false=false - B:plateDoubleEpoxidFiberReinforced_false=false - B:plateDoubleEpoxid_false=false - B:plateDoubleGold_false=false - B:plateDoubleHSSE_false=false - B:plateDoubleHSSG_false=false - B:plateDoubleHSSS_false=false - B:plateDoubleInvar_false=false - B:plateDoubleIridium_false=false - B:plateDoubleIronMagnetic_false=false - B:plateDoubleIron_false=false - B:plateDoubleKanthal_false=false - B:plateDoubleLead_false=false - B:plateDoubleMagnalium_false=false - B:plateDoubleManganese_false=false - B:plateDoubleMithril_false=false - B:plateDoubleMolybdenum_false=false - B:plateDoubleNaquadahAlloy_false=false - B:plateDoubleNaquadahEnriched_false=false - B:plateDoubleNaquadah_false=false - B:plateDoubleNaquadria_false=false - B:plateDoubleNeodymiumMagnetic_false=false - B:plateDoubleNeodymium_false=false - B:plateDoubleNeutronium_false=false - B:plateDoubleNichrome_false=false - B:plateDoubleNickelZincFerrite_false=false - B:plateDoubleNickel_false=false - B:plateDoubleOsmiridium_false=false - B:plateDoubleOsmium_false=false - B:plateDoublePalladium_false=false - B:plateDoublePaper_false=false - B:plateDoublePigIron_false=false - B:plateDoublePlatinum_false=false - B:plateDoublePlutonium241_false=false - B:plateDoublePlutonium_false=false - B:plateDoublePolycaprolactam_false=false - B:plateDoublePolyphenyleneSulfide_false=false - B:plateDoublePolytetrafluoroethylene_false=false - B:plateDoubleRedSteel_false=false - B:plateDoubleRoseGold_false=false - B:plateDoubleSilver_false=false - B:plateDoubleStainlessSteel_false=false - B:plateDoubleSteelMagnetic_false=false - B:plateDoubleSteel_false=false - B:plateDoubleSterlingSilver_false=false - B:plateDoubleThorium_false=false - B:plateDoubleTinAlloy_false=false - B:plateDoubleTitanium_false=false - B:plateDoubleTritanium_false=false - B:plateDoubleTungstenCarbide_false=false - B:plateDoubleTungstenSteel_false=false - B:plateDoubleTungsten_false=false - B:plateDoubleUltimet_false=false - B:plateDoubleUranium235_false=false - B:plateDoubleUranium_false=false - B:plateDoubleVanadiumSteel_false=false - B:plateDoubleWroughtIron_false=false - B:plateDuranium_false=false - B:plateElectrum_false=false - B:plateEmerald_false=false - B:plateEnderEye_false=false - B:plateEnderPearl_false=false - B:plateEpoxidFiberReinforced_false=false - B:plateEpoxid_false=false - B:plateEuropium_false=false - B:plateForcicium_false=false - B:plateForcillium_false=false - B:plateGalliumArsenide_false=false - B:plateGallium_false=false - B:plateGarnetRed_false=false - B:plateGarnetYellow_false=false - B:plateGlass_false=false - B:plateGold_false=false - B:plateGraniteBlack_false=false - B:plateGraniteRed_false=false - B:plateGreenSapphire_false=false - B:plateHSSE_false=false - B:plateHSSG_false=false - B:plateHSSS_false=false - B:plateIndiumGalliumPhosphide_false=false - B:plateInvar_false=false - B:plateIridium_false=false - B:plateIronMagnetic_false=false - B:plateIron_false=false - B:plateJasper_false=false - B:plateKanthal_false=false - B:plateLapis_false=false - B:plateLazurite_false=false - B:plateLead_false=false - B:plateMagnalium_false=false - B:plateManganese_false=false - B:plateMithril_false=false - B:plateMolybdenum_false=false - B:plateNaquadahAlloy_false=false - B:plateNaquadahEnriched_false=false - B:plateNaquadah_false=false - B:plateNaquadria_false=false - B:plateNeodymiumMagnetic_false=false - B:plateNeodymium_false=false - B:plateNetherQuartz_false=false - B:plateNetherStar_false=false - B:plateNeutronium_false=false - B:plateNichrome_false=false - B:plateNickelZincFerrite_false=false - B:plateNickel_false=false - B:plateNiobiumTitanium_false=false - B:plateOlivine_false=false - B:plateOpal_false=false - B:plateOsmiridium_false=false - B:plateOsmium_false=false - B:platePalladium_false=false - B:platePaper_false=false - B:platePigIron_false=false - B:platePlastic_false=false - B:platePlatinum_false=false - B:platePlutonium241_false=false - B:platePlutonium_false=false - B:platePolycaprolactam_false=false - B:platePolyphenyleneSulfide_false=false - B:platePolystyrene_false=false - B:platePolytetrafluoroethylene_false=false - B:platePolyvinylChloride_false=false - B:plateQuadruplePaper_false=false - B:plateQuintuplePaper_false=false - B:plateRedAlloy_false=false - B:plateRedSteel_false=false - B:plateRedstone_false=false - B:plateRoseGold_false=false - B:plateRubber_false=false - B:plateRuby_false=false - B:plateSapphire_false=false - B:plateSilicon_false=false - B:plateSilicone_false=false - B:plateSilver_false=false - B:plateSodalite_false=false - B:plateSolderingAlloy_false=false - B:plateStainlessSteel_false=false - B:plateSteelMagnetic_false=false - B:plateSteel_false=false - B:plateSterlingSilver_false=false - B:plateStyreneButadieneRubber_false=false - B:plateTanzanite_false=false - B:plateThorium_false=false - B:plateTinAlloy_false=false - B:plateTin_false=false - B:plateTitanium_false=false - B:plateTopaz_false=false - B:plateTriplePaper_false=false - B:plateTritanium_false=false - B:plateTungstenCarbide_false=false - B:plateTungstenSteel_false=false - B:plateTungsten_false=false - B:plateUltimet_false=false - B:plateUranium235_false=false - B:plateUranium_false=false - B:plateVanadiumGallium_false=false - B:plateVanadiumSteel_false=false - B:plateWoodSealed_false=false - B:plateWroughtIron_false=false - B:plateYttriumBariumCuprate_false=false - B:plateZinc_false=false - B:ringAluminium_false=false - B:ringBrass_false=false - B:ringBronze_false=false - B:ringChrome_false=false - B:ringHSSE_false=false - B:ringHSSG_false=false - B:ringInvar_false=false - B:ringIridium_false=false - B:ringIron_false=false - B:ringNeutronium_false=false - B:ringOsmium_false=false - B:ringPaper_false=false - B:ringPigIron_false=false - B:ringRubber_false=false - B:ringSilicone_false=false - B:ringStainlessSteel_false=false - B:ringSteel_false=false - B:ringStyreneButadieneRubber_false=false - B:ringTin_false=false - B:ringTitanium_false=false - B:ringTungstenSteel_false=false - B:ringWroughtIron_false=false - B:rotorBronze_false=false - B:rotorChrome_false=false - B:rotorHSSE_false=false - B:rotorHSSG_false=false - B:rotorIridium_false=false - B:rotorNeutronium_false=false - B:rotorOsmium_false=false - B:rotorStainlessSteel_false=false - B:rotorSteel_false=false - B:rotorTin_false=false - B:rotorTitanium_false=false - B:rotorTungstenSteel_false=false - B:roundHSSE_false=false - B:roundHSSG_false=false - B:roundNeutronium_false=false - B:screwAluminium_false=false - B:screwAmethyst_false=false - B:screwBeryllium_false=false - B:screwBismuthBronze_false=false - B:screwBismuth_false=false - B:screwBlackBronze_false=false - B:screwBlackSteel_false=false - B:screwBlueSteel_false=false - B:screwBlueTopaz_false=false - B:screwBrass_false=false - B:screwBronze_false=false - B:screwCarbon_false=false - B:screwCertusQuartz_false=false - B:screwChrome_false=false - B:screwCobaltBrass_false=false - B:screwCobalt_false=false - B:screwCupronickel_false=false - B:screwDamascusSteel_false=false - B:screwDarkSteel_false=false - B:screwDiamond_false=false - B:screwDuranium_false=false - B:screwElectrum_false=false - B:screwEmerald_false=false - B:screwEpoxidFiberReinforced_false=false - B:screwEpoxid_false=false - B:screwGarnetRed_false=false - B:screwGarnetYellow_false=false - B:screwGold_false=false - B:screwGreenSapphire_false=false - B:screwHSSE_false=false - B:screwHSSG_false=false - B:screwHSSS_false=false - B:screwInvar_false=false - B:screwIridium_false=false - B:screwIronMagnetic_false=false - B:screwIron_false=false - B:screwKanthal_false=false - B:screwLead_false=false - B:screwMagnalium_false=false - B:screwManganese_false=false - B:screwMithril_false=false - B:screwMolybdenum_false=false - B:screwNaquadahAlloy_false=false - B:screwNaquadahEnriched_false=false - B:screwNaquadah_false=false - B:screwNaquadria_false=false - B:screwNeodymiumMagnetic_false=false - B:screwNeodymium_false=false - B:screwNetherQuartz_false=false - B:screwNetherStar_false=false - B:screwNeutronium_false=false - B:screwNichrome_false=false - B:screwNickelZincFerrite_false=false - B:screwNickel_false=false - B:screwOlivine_false=false - B:screwOpal_false=false - B:screwOsmiridium_false=false - B:screwOsmium_false=false - B:screwPalladium_false=false - B:screwPigIron_false=false - B:screwPlastic_false=false - B:screwPlatinum_false=false - B:screwPlutonium241_false=false - B:screwPlutonium_false=false - B:screwPolycaprolactam_false=false - B:screwPolyphenyleneSulfide_false=false - B:screwPolystyrene_false=false - B:screwPolytetrafluoroethylene_false=false - B:screwPolyvinylChloride_false=false - B:screwRedSteel_false=false - B:screwRoseGold_false=false - B:screwRubber_false=false - B:screwRuby_false=false - B:screwSapphire_false=false - B:screwSilicone_false=false - B:screwSilver_false=false - B:screwStainlessSteel_false=false - B:screwSteelMagnetic_false=false - B:screwSteel_false=false - B:screwSterlingSilver_false=false - B:screwStyreneButadieneRubber_false=false - B:screwTanzanite_false=false - B:screwThorium_false=false - B:screwTinAlloy_false=false - B:screwTin_false=false - B:screwTitanium_false=false - B:screwTopaz_false=false - B:screwTritanium_false=false - B:screwTungstenCarbide_false=false - B:screwTungstenSteel_false=false - B:screwTungsten_false=false - B:screwUltimet_false=false - B:screwUranium235_false=false - B:screwUranium_false=false - B:screwVanadiumSteel_false=false - B:screwWoodSealed_false=false - B:screwWood_false=false - B:screwWroughtIron_false=false - B:springTitanium_false=false - B:stickAluminium_false=false - B:stickAmericium_false=false - B:stickAmethyst_false=false - B:stickBeryllium_false=false - B:stickBismuthBronze_false=false - B:stickBismuth_false=false - B:stickBlackBronze_false=false - B:stickBlackSteel_false=false - B:stickBlaze_false=false - B:stickBlueSteel_false=false - B:stickBlueTopaz_false=false - B:stickBrass_false=false - B:stickBronze_false=false - B:stickCarbon_false=false - B:stickCertusQuartz_false=false - B:stickChrome_false=false - B:stickCobaltBrass_false=false - B:stickCobalt_false=false - B:stickCopper_false=false - B:stickCupronickel_false=false - B:stickDamascusSteel_false=false - B:stickDarkSteel_false=false - B:stickDiamond_false=false - B:stickDuranium_false=false - B:stickElectrum_false=false - B:stickEmerald_false=false - B:stickEpoxidFiberReinforced_false=false - B:stickEpoxid_false=false - B:stickEuropium_false=false - B:stickGarnetRed_false=false - B:stickGarnetYellow_false=false - B:stickGold_false=false - B:stickGreenSapphire_false=false - B:stickHSSE_false=false - B:stickHSSG_false=false - B:stickHSSS_false=false - B:stickInvar_false=false - B:stickIridium_false=false - B:stickIronMagnetic_false=false - B:stickIron_false=false - B:stickKanthal_false=false - B:stickLapis_false=false - B:stickLazurite_false=false - B:stickLead_false=false - B:stickLongAluminium_false=false - B:stickLongAmericium_false=false - B:stickLongAmethyst_false=false - B:stickLongBeryllium_false=false - B:stickLongBismuthBronze_false=false - B:stickLongBismuth_false=false - B:stickLongBlackBronze_false=false - B:stickLongBlackSteel_false=false - B:stickLongBlaze_false=false - B:stickLongBlueSteel_false=false - B:stickLongBlueTopaz_false=false - B:stickLongBrass_false=false - B:stickLongBronze_false=false - B:stickLongCarbon_false=false - B:stickLongCertusQuartz_false=false - B:stickLongChrome_false=false - B:stickLongCobaltBrass_false=false - B:stickLongCobalt_false=false - B:stickLongCupronickel_false=false - B:stickLongDamascusSteel_false=false - B:stickLongDarkSteel_false=false - B:stickLongDiamond_false=false - B:stickLongDuranium_false=false - B:stickLongElectrum_false=false - B:stickLongEmerald_false=false - B:stickLongEpoxidFiberReinforced_false=false - B:stickLongEpoxid_false=false - B:stickLongGarnetRed_false=false - B:stickLongGarnetYellow_false=false - B:stickLongGold_false=false - B:stickLongGreenSapphire_false=false - B:stickLongHSSE_false=false - B:stickLongHSSG_false=false - B:stickLongHSSS_false=false - B:stickLongInvar_false=false - B:stickLongIridium_false=false - B:stickLongIronMagnetic_false=false - B:stickLongIron_false=false - B:stickLongKanthal_false=false - B:stickLongLead_false=false - B:stickLongMagnalium_false=false - B:stickLongManganese_false=false - B:stickLongMithril_false=false - B:stickLongMolybdenum_false=false - B:stickLongNaquadahAlloy_false=false - B:stickLongNaquadahEnriched_false=false - B:stickLongNaquadah_false=false - B:stickLongNaquadria_false=false - B:stickLongNeodymiumMagnetic_false=false - B:stickLongNeodymium_false=false - B:stickLongNetherQuartz_false=false - B:stickLongNetherStar_false=false - B:stickLongNeutronium_false=false - B:stickLongNichrome_false=false - B:stickLongNickelZincFerrite_false=false - B:stickLongNickel_false=false - B:stickLongOlivine_false=false - B:stickLongOpal_false=false - B:stickLongOsmiridium_false=false - B:stickLongOsmium_false=false - B:stickLongPalladium_false=false - B:stickLongPigIron_false=false - B:stickLongPlastic_false=false - B:stickLongPlatinum_false=false - B:stickLongPlutonium241_false=false - B:stickLongPlutonium_false=false - B:stickLongPolycaprolactam_false=false - B:stickLongPolyphenyleneSulfide_false=false - B:stickLongPolystyrene_false=false - B:stickLongPolytetrafluoroethylene_false=false - B:stickLongPolyvinylChloride_false=false - B:stickLongRedSteel_false=false - B:stickLongRoseGold_false=false - B:stickLongRubber_false=false - B:stickLongRuby_false=false - B:stickLongSapphire_false=false - B:stickLongSilicone_false=false - B:stickLongSilver_false=false - B:stickLongStainlessSteel_false=false - B:stickLongSteelMagnetic_false=false - B:stickLongSteel_false=false - B:stickLongSterlingSilver_false=false - B:stickLongStyreneButadieneRubber_false=false - B:stickLongTanzanite_false=false - B:stickLongThorium_false=false - B:stickLongTinAlloy_false=false - B:stickLongTitanium_false=false - B:stickLongTopaz_false=false - B:stickLongTritanium_false=false - B:stickLongTungstenCarbide_false=false - B:stickLongTungstenSteel_false=false - B:stickLongTungsten_false=false - B:stickLongUltimet_false=false - B:stickLongUranium235_false=false - B:stickLongUranium_false=false - B:stickLongVanadiumSteel_false=false - B:stickLongWoodSealed_false=false - B:stickLongWood_false=false - B:stickLongWroughtIron_false=false - B:stickMagnalium_false=false - B:stickManganese_false=false - B:stickMithril_false=false - B:stickMolybdenum_false=false - B:stickNaquadahAlloy_false=false - B:stickNaquadahEnriched_false=false - B:stickNaquadah_false=false - B:stickNaquadria_false=false - B:stickNeodymiumMagnetic_false=false - B:stickNeodymium_false=false - B:stickNetherQuartz_false=false - B:stickNetherStar_false=false - B:stickNeutronium_false=false - B:stickNichrome_false=false - B:stickNickelZincFerrite_false=false - B:stickNickel_false=false - B:stickOlivine_false=false - B:stickOpal_false=false - B:stickOsmiridium_false=false - B:stickOsmium_false=false - B:stickPalladium_false=false - B:stickPigIron_false=false - B:stickPlastic_false=false - B:stickPlatinum_false=false - B:stickPlutonium241_false=false - B:stickPlutonium_false=false - B:stickPolycaprolactam_false=false - B:stickPolyphenyleneSulfide_false=false - B:stickPolystyrene_false=false - B:stickPolytetrafluoroethylene_false=false - B:stickPolyvinylChloride_false=false - B:stickRedSteel_false=false - B:stickRoseGold_false=false - B:stickRubber_false=false - B:stickRuby_false=false - B:stickSapphire_false=false - B:stickSilicone_false=false - B:stickSilver_false=false - B:stickSodalite_false=false - B:stickSolderingAlloy_false=false - B:stickStainlessSteel_false=false - B:stickSteelMagnetic_false=false - B:stickSteel_false=false - B:stickSterlingSilver_false=false - B:stickStyreneButadieneRubber_false=false - B:stickTanzanite_false=false - B:stickThorium_false=false - B:stickTinAlloy_false=false - B:stickTin_false=false - B:stickTitanium_false=false - B:stickTopaz_false=false - B:stickTritanium_false=false - B:stickTungstenCarbide_false=false - B:stickTungstenSteel_false=false - B:stickTungsten_false=false - B:stickUltimet_false=false - B:stickUranium235_false=false - B:stickUranium_false=false - B:stickVanadiumGallium_false=false - B:stickVanadiumSteel_false=false - B:stickWoodSealed_false=false - B:stickWroughtIron_false=false - B:toolHeadAxeAluminium_false=false - B:toolHeadAxeAmethyst_false=false - B:toolHeadAxeBeryllium_false=false - B:toolHeadAxeBismuthBronze_false=false - B:toolHeadAxeBismuth_false=false - B:toolHeadAxeBlackBronze_false=false - B:toolHeadAxeBlackSteel_false=false - B:toolHeadAxeBlaze_false=false - B:toolHeadAxeBlueSteel_false=false - B:toolHeadAxeBlueTopaz_false=false - B:toolHeadAxeBrass_false=false - B:toolHeadAxeBronze_false=false - B:toolHeadAxeCarbon_false=false - B:toolHeadAxeCertusQuartz_false=false - B:toolHeadAxeChrome_false=false - B:toolHeadAxeCobaltBrass_false=false - B:toolHeadAxeCobalt_false=false - B:toolHeadAxeCupronickel_false=false - B:toolHeadAxeDamascusSteel_false=false - B:toolHeadAxeDarkSteel_false=false - B:toolHeadAxeDiamond_false=false - B:toolHeadAxeDuranium_false=false - B:toolHeadAxeElectrum_false=false - B:toolHeadAxeEmerald_false=false - B:toolHeadAxeEpoxidFiberReinforced_false=false - B:toolHeadAxeEpoxid_false=false - B:toolHeadAxeFlint_false=false - B:toolHeadAxeGarnetRed_false=false - B:toolHeadAxeGarnetYellow_false=false - B:toolHeadAxeGold_false=false - B:toolHeadAxeGraniteBlack_false=false - B:toolHeadAxeGraniteRed_false=false - B:toolHeadAxeGraphene_false=false - B:toolHeadAxeGraphite_false=false - B:toolHeadAxeGreenSapphire_false=false - B:toolHeadAxeHSSE_false=false - B:toolHeadAxeHSSG_false=false - B:toolHeadAxeHSSS_false=false - B:toolHeadAxeInvar_false=false - B:toolHeadAxeIridium_false=false - B:toolHeadAxeIronMagnetic_false=false - B:toolHeadAxeIron_false=false - B:toolHeadAxeKanthal_false=false - B:toolHeadAxeLead_false=false - B:toolHeadAxeMagnalium_false=false - B:toolHeadAxeManganese_false=false - B:toolHeadAxeMithril_false=false - B:toolHeadAxeMolybdenum_false=false - B:toolHeadAxeNaquadahAlloy_false=false - B:toolHeadAxeNaquadahEnriched_false=false - B:toolHeadAxeNaquadah_false=false - B:toolHeadAxeNaquadria_false=false - B:toolHeadAxeNeodymiumMagnetic_false=false - B:toolHeadAxeNeodymium_false=false - B:toolHeadAxeNetherQuartz_false=false - B:toolHeadAxeNetherStar_false=false - B:toolHeadAxeNeutronium_false=false - B:toolHeadAxeNichrome_false=false - B:toolHeadAxeNickelZincFerrite_false=false - B:toolHeadAxeNickel_false=false - B:toolHeadAxeOlivine_false=false - B:toolHeadAxeOpal_false=false - B:toolHeadAxeOsmiridium_false=false - B:toolHeadAxeOsmium_false=false - B:toolHeadAxePalladium_false=false - B:toolHeadAxePigIron_false=false - B:toolHeadAxePlastic_false=false - B:toolHeadAxePlatinum_false=false - B:toolHeadAxePlutonium241_false=false - B:toolHeadAxePlutonium_false=false - B:toolHeadAxePolycaprolactam_false=false - B:toolHeadAxePolyphenyleneSulfide_false=false - B:toolHeadAxePolystyrene_false=false - B:toolHeadAxePolytetrafluoroethylene_false=false - B:toolHeadAxePolyvinylChloride_false=false - B:toolHeadAxeRedSteel_false=false - B:toolHeadAxeRoseGold_false=false - B:toolHeadAxeRubber_false=false - B:toolHeadAxeRuby_false=false - B:toolHeadAxeSapphire_false=false - B:toolHeadAxeSilicone_false=false - B:toolHeadAxeSilver_false=false - B:toolHeadAxeStainlessSteel_false=false - B:toolHeadAxeSteelMagnetic_false=false - B:toolHeadAxeSteel_false=false - B:toolHeadAxeSterlingSilver_false=false - B:toolHeadAxeStone_false=false - B:toolHeadAxeStyreneButadieneRubber_false=false - B:toolHeadAxeTanzanite_false=false - B:toolHeadAxeThorium_false=false - B:toolHeadAxeTinAlloy_false=false - B:toolHeadAxeTitanium_false=false - B:toolHeadAxeTopaz_false=false - B:toolHeadAxeTritanium_false=false - B:toolHeadAxeTungstenCarbide_false=false - B:toolHeadAxeTungstenSteel_false=false - B:toolHeadAxeTungsten_false=false - B:toolHeadAxeUltimet_false=false - B:toolHeadAxeUranium235_false=false - B:toolHeadAxeUranium_false=false - B:toolHeadAxeVanadiumSteel_false=false - B:toolHeadAxeWoodSealed_false=false - B:toolHeadAxeWood_false=false - B:toolHeadAxeWroughtIron_false=false - B:toolHeadBuzzSawAluminium_false=false - B:toolHeadBuzzSawBeryllium_false=false - B:toolHeadBuzzSawBismuthBronze_false=false - B:toolHeadBuzzSawBismuth_false=false - B:toolHeadBuzzSawBlackBronze_false=false - B:toolHeadBuzzSawBlackSteel_false=false - B:toolHeadBuzzSawBlaze_false=false - B:toolHeadBuzzSawBlueSteel_false=false - B:toolHeadBuzzSawBrass_false=false - B:toolHeadBuzzSawBronze_false=false - B:toolHeadBuzzSawCarbon_false=false - B:toolHeadBuzzSawChrome_false=false - B:toolHeadBuzzSawCobaltBrass_false=false - B:toolHeadBuzzSawCobalt_false=false - B:toolHeadBuzzSawCupronickel_false=false - B:toolHeadBuzzSawDamascusSteel_false=false - B:toolHeadBuzzSawDarkSteel_false=false - B:toolHeadBuzzSawDuranium_false=false - B:toolHeadBuzzSawElectrum_false=false - B:toolHeadBuzzSawEpoxidFiberReinforced_false=false - B:toolHeadBuzzSawEpoxid_false=false - B:toolHeadBuzzSawGold_false=false - B:toolHeadBuzzSawGraphene_false=false - B:toolHeadBuzzSawHSSE_false=false - B:toolHeadBuzzSawHSSG_false=false - B:toolHeadBuzzSawHSSS_false=false - B:toolHeadBuzzSawInvar_false=false - B:toolHeadBuzzSawIridium_false=false - B:toolHeadBuzzSawIronMagnetic_false=false - B:toolHeadBuzzSawIron_false=false - B:toolHeadBuzzSawKanthal_false=false - B:toolHeadBuzzSawLead_false=false - B:toolHeadBuzzSawMagnalium_false=false - B:toolHeadBuzzSawManganese_false=false - B:toolHeadBuzzSawMithril_false=false - B:toolHeadBuzzSawMolybdenum_false=false - B:toolHeadBuzzSawNaquadahAlloy_false=false - B:toolHeadBuzzSawNaquadahEnriched_false=false - B:toolHeadBuzzSawNaquadah_false=false - B:toolHeadBuzzSawNaquadria_false=false - B:toolHeadBuzzSawNeodymiumMagnetic_false=false - B:toolHeadBuzzSawNeodymium_false=false - B:toolHeadBuzzSawNeutronium_false=false - B:toolHeadBuzzSawNichrome_false=false - B:toolHeadBuzzSawNickelZincFerrite_false=false - B:toolHeadBuzzSawNickel_false=false - B:toolHeadBuzzSawOsmiridium_false=false - B:toolHeadBuzzSawOsmium_false=false - B:toolHeadBuzzSawPalladium_false=false - B:toolHeadBuzzSawPigIron_false=false - B:toolHeadBuzzSawPlatinum_false=false - B:toolHeadBuzzSawPlutonium241_false=false - B:toolHeadBuzzSawPlutonium_false=false - B:toolHeadBuzzSawPolycaprolactam_false=false - B:toolHeadBuzzSawPolyphenyleneSulfide_false=false - B:toolHeadBuzzSawPolytetrafluoroethylene_false=false - B:toolHeadBuzzSawRedSteel_false=false - B:toolHeadBuzzSawRoseGold_false=false - B:toolHeadBuzzSawSilver_false=false - B:toolHeadBuzzSawStainlessSteel_false=false - B:toolHeadBuzzSawSteelMagnetic_false=false - B:toolHeadBuzzSawSteel_false=false - B:toolHeadBuzzSawSterlingSilver_false=false - B:toolHeadBuzzSawThorium_false=false - B:toolHeadBuzzSawTinAlloy_false=false - B:toolHeadBuzzSawTitanium_false=false - B:toolHeadBuzzSawTritanium_false=false - B:toolHeadBuzzSawTungstenCarbide_false=false - B:toolHeadBuzzSawTungstenSteel_false=false - B:toolHeadBuzzSawTungsten_false=false - B:toolHeadBuzzSawUltimet_false=false - B:toolHeadBuzzSawUranium235_false=false - B:toolHeadBuzzSawUranium_false=false - B:toolHeadBuzzSawVanadiumSteel_false=false - B:toolHeadBuzzSawWroughtIron_false=false - B:toolHeadChainsawAluminium_false=false - B:toolHeadChainsawBeryllium_false=false - B:toolHeadChainsawBismuthBronze_false=false - B:toolHeadChainsawBismuth_false=false - B:toolHeadChainsawBlackBronze_false=false - B:toolHeadChainsawBlackSteel_false=false - B:toolHeadChainsawBlaze_false=false - B:toolHeadChainsawBlueSteel_false=false - B:toolHeadChainsawBrass_false=false - B:toolHeadChainsawBronze_false=false - B:toolHeadChainsawCarbon_false=false - B:toolHeadChainsawChrome_false=false - B:toolHeadChainsawCobaltBrass_false=false - B:toolHeadChainsawCobalt_false=false - B:toolHeadChainsawCupronickel_false=false - B:toolHeadChainsawDamascusSteel_false=false - B:toolHeadChainsawDarkSteel_false=false - B:toolHeadChainsawDuranium_false=false - B:toolHeadChainsawElectrum_false=false - B:toolHeadChainsawEpoxidFiberReinforced_false=false - B:toolHeadChainsawEpoxid_false=false - B:toolHeadChainsawGold_false=false - B:toolHeadChainsawGraphene_false=false - B:toolHeadChainsawHSSE_false=false - B:toolHeadChainsawHSSG_false=false - B:toolHeadChainsawHSSS_false=false - B:toolHeadChainsawInvar_false=false - B:toolHeadChainsawIridium_false=false - B:toolHeadChainsawIronMagnetic_false=false - B:toolHeadChainsawIron_false=false - B:toolHeadChainsawKanthal_false=false - B:toolHeadChainsawLead_false=false - B:toolHeadChainsawMagnalium_false=false - B:toolHeadChainsawManganese_false=false - B:toolHeadChainsawMithril_false=false - B:toolHeadChainsawMolybdenum_false=false - B:toolHeadChainsawNaquadahAlloy_false=false - B:toolHeadChainsawNaquadahEnriched_false=false - B:toolHeadChainsawNaquadah_false=false - B:toolHeadChainsawNaquadria_false=false - B:toolHeadChainsawNeodymiumMagnetic_false=false - B:toolHeadChainsawNeodymium_false=false - B:toolHeadChainsawNeutronium_false=false - B:toolHeadChainsawNichrome_false=false - B:toolHeadChainsawNickelZincFerrite_false=false - B:toolHeadChainsawNickel_false=false - B:toolHeadChainsawOsmiridium_false=false - B:toolHeadChainsawOsmium_false=false - B:toolHeadChainsawPalladium_false=false - B:toolHeadChainsawPigIron_false=false - B:toolHeadChainsawPlatinum_false=false - B:toolHeadChainsawPlutonium241_false=false - B:toolHeadChainsawPlutonium_false=false - B:toolHeadChainsawPolycaprolactam_false=false - B:toolHeadChainsawPolyphenyleneSulfide_false=false - B:toolHeadChainsawPolytetrafluoroethylene_false=false - B:toolHeadChainsawRedSteel_false=false - B:toolHeadChainsawRoseGold_false=false - B:toolHeadChainsawSilver_false=false - B:toolHeadChainsawStainlessSteel_false=false - B:toolHeadChainsawSteelMagnetic_false=false - B:toolHeadChainsawSteel_false=false - B:toolHeadChainsawSterlingSilver_false=false - B:toolHeadChainsawThorium_false=false - B:toolHeadChainsawTinAlloy_false=false - B:toolHeadChainsawTitanium_false=false - B:toolHeadChainsawTritanium_false=false - B:toolHeadChainsawTungstenCarbide_false=false - B:toolHeadChainsawTungstenSteel_false=false - B:toolHeadChainsawTungsten_false=false - B:toolHeadChainsawUltimet_false=false - B:toolHeadChainsawUranium235_false=false - B:toolHeadChainsawUranium_false=false - B:toolHeadChainsawVanadiumSteel_false=false - B:toolHeadChainsawWroughtIron_false=false - B:toolHeadDrillAluminium_false=false - B:toolHeadDrillBeryllium_false=false - B:toolHeadDrillBismuthBronze_false=false - B:toolHeadDrillBismuth_false=false - B:toolHeadDrillBlackBronze_false=false - B:toolHeadDrillBlackSteel_false=false - B:toolHeadDrillBlaze_false=false - B:toolHeadDrillBlueSteel_false=false - B:toolHeadDrillBrass_false=false - B:toolHeadDrillBronze_false=false - B:toolHeadDrillCarbon_false=false - B:toolHeadDrillChrome_false=false - B:toolHeadDrillCobaltBrass_false=false - B:toolHeadDrillCobalt_false=false - B:toolHeadDrillCupronickel_false=false - B:toolHeadDrillDamascusSteel_false=false - B:toolHeadDrillDarkSteel_false=false - B:toolHeadDrillDuranium_false=false - B:toolHeadDrillElectrum_false=false - B:toolHeadDrillEpoxidFiberReinforced_false=false - B:toolHeadDrillEpoxid_false=false - B:toolHeadDrillGold_false=false - B:toolHeadDrillGraphene_false=false - B:toolHeadDrillHSSE_false=false - B:toolHeadDrillHSSG_false=false - B:toolHeadDrillHSSS_false=false - B:toolHeadDrillInvar_false=false - B:toolHeadDrillIridium_false=false - B:toolHeadDrillIronMagnetic_false=false - B:toolHeadDrillIron_false=false - B:toolHeadDrillKanthal_false=false - B:toolHeadDrillLead_false=false - B:toolHeadDrillMagnalium_false=false - B:toolHeadDrillManganese_false=false - B:toolHeadDrillMithril_false=false - B:toolHeadDrillMolybdenum_false=false - B:toolHeadDrillNaquadahAlloy_false=false - B:toolHeadDrillNaquadahEnriched_false=false - B:toolHeadDrillNaquadah_false=false - B:toolHeadDrillNaquadria_false=false - B:toolHeadDrillNeodymiumMagnetic_false=false - B:toolHeadDrillNeodymium_false=false - B:toolHeadDrillNeutronium_false=false - B:toolHeadDrillNichrome_false=false - B:toolHeadDrillNickelZincFerrite_false=false - B:toolHeadDrillNickel_false=false - B:toolHeadDrillOsmiridium_false=false - B:toolHeadDrillOsmium_false=false - B:toolHeadDrillPalladium_false=false - B:toolHeadDrillPigIron_false=false - B:toolHeadDrillPlatinum_false=false - B:toolHeadDrillPlutonium241_false=false - B:toolHeadDrillPlutonium_false=false - B:toolHeadDrillPolycaprolactam_false=false - B:toolHeadDrillPolyphenyleneSulfide_false=false - B:toolHeadDrillPolytetrafluoroethylene_false=false - B:toolHeadDrillRedSteel_false=false - B:toolHeadDrillRoseGold_false=false - B:toolHeadDrillSilver_false=false - B:toolHeadDrillStainlessSteel_false=false - B:toolHeadDrillSteelMagnetic_false=false - B:toolHeadDrillSteel_false=false - B:toolHeadDrillSterlingSilver_false=false - B:toolHeadDrillThorium_false=false - B:toolHeadDrillTinAlloy_false=false - B:toolHeadDrillTitanium_false=false - B:toolHeadDrillTritanium_false=false - B:toolHeadDrillTungstenCarbide_false=false - B:toolHeadDrillTungstenSteel_false=false - B:toolHeadDrillTungsten_false=false - B:toolHeadDrillUltimet_false=false - B:toolHeadDrillUranium235_false=false - B:toolHeadDrillUranium_false=false - B:toolHeadDrillVanadiumSteel_false=false - B:toolHeadDrillWroughtIron_false=false - B:toolHeadFileAluminium_false=false - B:toolHeadFileBeryllium_false=false - B:toolHeadFileBismuthBronze_false=false - B:toolHeadFileBismuth_false=false - B:toolHeadFileBlackBronze_false=false - B:toolHeadFileBlackSteel_false=false - B:toolHeadFileBlaze_false=false - B:toolHeadFileBlueSteel_false=false - B:toolHeadFileBrass_false=false - B:toolHeadFileBronze_false=false - B:toolHeadFileCarbon_false=false - B:toolHeadFileChrome_false=false - B:toolHeadFileCobaltBrass_false=false - B:toolHeadFileCobalt_false=false - B:toolHeadFileCupronickel_false=false - B:toolHeadFileDamascusSteel_false=false - B:toolHeadFileDarkSteel_false=false - B:toolHeadFileDuranium_false=false - B:toolHeadFileElectrum_false=false - B:toolHeadFileEpoxidFiberReinforced_false=false - B:toolHeadFileEpoxid_false=false - B:toolHeadFileGold_false=false - B:toolHeadFileGraphene_false=false - B:toolHeadFileHSSE_false=false - B:toolHeadFileHSSG_false=false - B:toolHeadFileHSSS_false=false - B:toolHeadFileInvar_false=false - B:toolHeadFileIridium_false=false - B:toolHeadFileIronMagnetic_false=false - B:toolHeadFileIron_false=false - B:toolHeadFileKanthal_false=false - B:toolHeadFileLead_false=false - B:toolHeadFileMagnalium_false=false - B:toolHeadFileManganese_false=false - B:toolHeadFileMithril_false=false - B:toolHeadFileMolybdenum_false=false - B:toolHeadFileNaquadahAlloy_false=false - B:toolHeadFileNaquadahEnriched_false=false - B:toolHeadFileNaquadah_false=false - B:toolHeadFileNaquadria_false=false - B:toolHeadFileNeodymiumMagnetic_false=false - B:toolHeadFileNeodymium_false=false - B:toolHeadFileNeutronium_false=false - B:toolHeadFileNichrome_false=false - B:toolHeadFileNickelZincFerrite_false=false - B:toolHeadFileNickel_false=false - B:toolHeadFileOsmiridium_false=false - B:toolHeadFileOsmium_false=false - B:toolHeadFilePalladium_false=false - B:toolHeadFilePigIron_false=false - B:toolHeadFilePlatinum_false=false - B:toolHeadFilePlutonium241_false=false - B:toolHeadFilePlutonium_false=false - B:toolHeadFilePolycaprolactam_false=false - B:toolHeadFilePolyphenyleneSulfide_false=false - B:toolHeadFilePolytetrafluoroethylene_false=false - B:toolHeadFileRedSteel_false=false - B:toolHeadFileRoseGold_false=false - B:toolHeadFileSilver_false=false - B:toolHeadFileStainlessSteel_false=false - B:toolHeadFileSteelMagnetic_false=false - B:toolHeadFileSteel_false=false - B:toolHeadFileSterlingSilver_false=false - B:toolHeadFileThorium_false=false - B:toolHeadFileTinAlloy_false=false - B:toolHeadFileTitanium_false=false - B:toolHeadFileTritanium_false=false - B:toolHeadFileTungstenCarbide_false=false - B:toolHeadFileTungstenSteel_false=false - B:toolHeadFileTungsten_false=false - B:toolHeadFileUltimet_false=false - B:toolHeadFileUranium235_false=false - B:toolHeadFileUranium_false=false - B:toolHeadFileVanadiumSteel_false=false - B:toolHeadFileWroughtIron_false=false - B:toolHeadHammerAluminium_false=false - B:toolHeadHammerAmethyst_false=false - B:toolHeadHammerBeryllium_false=false - B:toolHeadHammerBismuthBronze_false=false - B:toolHeadHammerBismuth_false=false - B:toolHeadHammerBlackBronze_false=false - B:toolHeadHammerBlackSteel_false=false - B:toolHeadHammerBlaze_false=false - B:toolHeadHammerBlueSteel_false=false - B:toolHeadHammerBlueTopaz_false=false - B:toolHeadHammerBrass_false=false - B:toolHeadHammerBronze_false=false - B:toolHeadHammerCarbon_false=false - B:toolHeadHammerCertusQuartz_false=false - B:toolHeadHammerChrome_false=false - B:toolHeadHammerCobaltBrass_false=false - B:toolHeadHammerCobalt_false=false - B:toolHeadHammerCupronickel_false=false - B:toolHeadHammerDamascusSteel_false=false - B:toolHeadHammerDarkSteel_false=false - B:toolHeadHammerDiamond_false=false - B:toolHeadHammerDuranium_false=false - B:toolHeadHammerElectrum_false=false - B:toolHeadHammerEmerald_false=false - B:toolHeadHammerEpoxidFiberReinforced_false=false - B:toolHeadHammerEpoxid_false=false - B:toolHeadHammerFlint_false=false - B:toolHeadHammerGarnetRed_false=false - B:toolHeadHammerGarnetYellow_false=false - B:toolHeadHammerGold_false=false - B:toolHeadHammerGraniteBlack_false=false - B:toolHeadHammerGraniteRed_false=false - B:toolHeadHammerGraphene_false=false - B:toolHeadHammerGraphite_false=false - B:toolHeadHammerGreenSapphire_false=false - B:toolHeadHammerHSSE_false=false - B:toolHeadHammerHSSG_false=false - B:toolHeadHammerHSSS_false=false - B:toolHeadHammerInvar_false=false - B:toolHeadHammerIridium_false=false - B:toolHeadHammerIronMagnetic_false=false - B:toolHeadHammerIron_false=false - B:toolHeadHammerKanthal_false=false - B:toolHeadHammerLead_false=false - B:toolHeadHammerMagnalium_false=false - B:toolHeadHammerManganese_false=false - B:toolHeadHammerMithril_false=false - B:toolHeadHammerMolybdenum_false=false - B:toolHeadHammerNaquadahAlloy_false=false - B:toolHeadHammerNaquadahEnriched_false=false - B:toolHeadHammerNaquadah_false=false - B:toolHeadHammerNaquadria_false=false - B:toolHeadHammerNeodymiumMagnetic_false=false - B:toolHeadHammerNeodymium_false=false - B:toolHeadHammerNetherQuartz_false=false - B:toolHeadHammerNetherStar_false=false - B:toolHeadHammerNeutronium_false=false - B:toolHeadHammerNichrome_false=false - B:toolHeadHammerNickelZincFerrite_false=false - B:toolHeadHammerNickel_false=false - B:toolHeadHammerOlivine_false=false - B:toolHeadHammerOpal_false=false - B:toolHeadHammerOsmiridium_false=false - B:toolHeadHammerOsmium_false=false - B:toolHeadHammerPalladium_false=false - B:toolHeadHammerPigIron_false=false - B:toolHeadHammerPlastic_false=false - B:toolHeadHammerPlatinum_false=false - B:toolHeadHammerPlutonium241_false=false - B:toolHeadHammerPlutonium_false=false - B:toolHeadHammerPolycaprolactam_false=false - B:toolHeadHammerPolyphenyleneSulfide_false=false - B:toolHeadHammerPolystyrene_false=false - B:toolHeadHammerPolytetrafluoroethylene_false=false - B:toolHeadHammerPolyvinylChloride_false=false - B:toolHeadHammerRedSteel_false=false - B:toolHeadHammerRoseGold_false=false - B:toolHeadHammerRubber_false=false - B:toolHeadHammerRuby_false=false - B:toolHeadHammerSapphire_false=false - B:toolHeadHammerSilicone_false=false - B:toolHeadHammerSilver_false=false - B:toolHeadHammerStainlessSteel_false=false - B:toolHeadHammerSteelMagnetic_false=false - B:toolHeadHammerSteel_false=false - B:toolHeadHammerSterlingSilver_false=false - B:toolHeadHammerStone_false=false - B:toolHeadHammerStyreneButadieneRubber_false=false - B:toolHeadHammerTanzanite_false=false - B:toolHeadHammerThorium_false=false - B:toolHeadHammerTinAlloy_false=false - B:toolHeadHammerTitanium_false=false - B:toolHeadHammerTopaz_false=false - B:toolHeadHammerTritanium_false=false - B:toolHeadHammerTungstenCarbide_false=false - B:toolHeadHammerTungstenSteel_false=false - B:toolHeadHammerTungsten_false=false - B:toolHeadHammerUltimet_false=false - B:toolHeadHammerUranium235_false=false - B:toolHeadHammerUranium_false=false - B:toolHeadHammerVanadiumSteel_false=false - B:toolHeadHammerWoodSealed_false=false - B:toolHeadHammerWood_false=false - B:toolHeadHammerWroughtIron_false=false - B:toolHeadHoeAluminium_false=false - B:toolHeadHoeAmethyst_false=false - B:toolHeadHoeBeryllium_false=false - B:toolHeadHoeBismuthBronze_false=false - B:toolHeadHoeBismuth_false=false - B:toolHeadHoeBlackBronze_false=false - B:toolHeadHoeBlackSteel_false=false - B:toolHeadHoeBlaze_false=false - B:toolHeadHoeBlueSteel_false=false - B:toolHeadHoeBlueTopaz_false=false - B:toolHeadHoeBrass_false=false - B:toolHeadHoeBronze_false=false - B:toolHeadHoeCarbon_false=false - B:toolHeadHoeCertusQuartz_false=false - B:toolHeadHoeChrome_false=false - B:toolHeadHoeCobaltBrass_false=false - B:toolHeadHoeCobalt_false=false - B:toolHeadHoeCupronickel_false=false - B:toolHeadHoeDamascusSteel_false=false - B:toolHeadHoeDarkSteel_false=false - B:toolHeadHoeDiamond_false=false - B:toolHeadHoeDuranium_false=false - B:toolHeadHoeElectrum_false=false - B:toolHeadHoeEmerald_false=false - B:toolHeadHoeEpoxidFiberReinforced_false=false - B:toolHeadHoeEpoxid_false=false - B:toolHeadHoeFlint_false=false - B:toolHeadHoeGarnetRed_false=false - B:toolHeadHoeGarnetYellow_false=false - B:toolHeadHoeGold_false=false - B:toolHeadHoeGraniteBlack_false=false - B:toolHeadHoeGraniteRed_false=false - B:toolHeadHoeGraphene_false=false - B:toolHeadHoeGraphite_false=false - B:toolHeadHoeGreenSapphire_false=false - B:toolHeadHoeHSSE_false=false - B:toolHeadHoeHSSG_false=false - B:toolHeadHoeHSSS_false=false - B:toolHeadHoeInvar_false=false - B:toolHeadHoeIridium_false=false - B:toolHeadHoeIronMagnetic_false=false - B:toolHeadHoeIron_false=false - B:toolHeadHoeKanthal_false=false - B:toolHeadHoeLead_false=false - B:toolHeadHoeMagnalium_false=false - B:toolHeadHoeManganese_false=false - B:toolHeadHoeMithril_false=false - B:toolHeadHoeMolybdenum_false=false - B:toolHeadHoeNaquadahAlloy_false=false - B:toolHeadHoeNaquadahEnriched_false=false - B:toolHeadHoeNaquadah_false=false - B:toolHeadHoeNaquadria_false=false - B:toolHeadHoeNeodymiumMagnetic_false=false - B:toolHeadHoeNeodymium_false=false - B:toolHeadHoeNetherQuartz_false=false - B:toolHeadHoeNetherStar_false=false - B:toolHeadHoeNeutronium_false=false - B:toolHeadHoeNichrome_false=false - B:toolHeadHoeNickelZincFerrite_false=false - B:toolHeadHoeNickel_false=false - B:toolHeadHoeOlivine_false=false - B:toolHeadHoeOpal_false=false - B:toolHeadHoeOsmiridium_false=false - B:toolHeadHoeOsmium_false=false - B:toolHeadHoePalladium_false=false - B:toolHeadHoePigIron_false=false - B:toolHeadHoePlastic_false=false - B:toolHeadHoePlatinum_false=false - B:toolHeadHoePlutonium241_false=false - B:toolHeadHoePlutonium_false=false - B:toolHeadHoePolycaprolactam_false=false - B:toolHeadHoePolyphenyleneSulfide_false=false - B:toolHeadHoePolystyrene_false=false - B:toolHeadHoePolytetrafluoroethylene_false=false - B:toolHeadHoePolyvinylChloride_false=false - B:toolHeadHoeRedSteel_false=false - B:toolHeadHoeRoseGold_false=false - B:toolHeadHoeRubber_false=false - B:toolHeadHoeRuby_false=false - B:toolHeadHoeSapphire_false=false - B:toolHeadHoeSilicone_false=false - B:toolHeadHoeSilver_false=false - B:toolHeadHoeStainlessSteel_false=false - B:toolHeadHoeSteelMagnetic_false=false - B:toolHeadHoeSteel_false=false - B:toolHeadHoeSterlingSilver_false=false - B:toolHeadHoeStone_false=false - B:toolHeadHoeStyreneButadieneRubber_false=false - B:toolHeadHoeTanzanite_false=false - B:toolHeadHoeThorium_false=false - B:toolHeadHoeTinAlloy_false=false - B:toolHeadHoeTitanium_false=false - B:toolHeadHoeTopaz_false=false - B:toolHeadHoeTritanium_false=false - B:toolHeadHoeTungstenCarbide_false=false - B:toolHeadHoeTungstenSteel_false=false - B:toolHeadHoeTungsten_false=false - B:toolHeadHoeUltimet_false=false - B:toolHeadHoeUranium235_false=false - B:toolHeadHoeUranium_false=false - B:toolHeadHoeVanadiumSteel_false=false - B:toolHeadHoeWoodSealed_false=false - B:toolHeadHoeWood_false=false - B:toolHeadHoeWroughtIron_false=false - B:toolHeadPickaxeAluminium_false=false - B:toolHeadPickaxeAmethyst_false=false - B:toolHeadPickaxeBeryllium_false=false - B:toolHeadPickaxeBismuthBronze_false=false - B:toolHeadPickaxeBismuth_false=false - B:toolHeadPickaxeBlackBronze_false=false - B:toolHeadPickaxeBlackSteel_false=false - B:toolHeadPickaxeBlaze_false=false - B:toolHeadPickaxeBlueSteel_false=false - B:toolHeadPickaxeBlueTopaz_false=false - B:toolHeadPickaxeBrass_false=false - B:toolHeadPickaxeBronze_false=false - B:toolHeadPickaxeCarbon_false=false - B:toolHeadPickaxeCertusQuartz_false=false - B:toolHeadPickaxeChrome_false=false - B:toolHeadPickaxeCobaltBrass_false=false - B:toolHeadPickaxeCobalt_false=false - B:toolHeadPickaxeCupronickel_false=false - B:toolHeadPickaxeDamascusSteel_false=false - B:toolHeadPickaxeDarkSteel_false=false - B:toolHeadPickaxeDiamond_false=false - B:toolHeadPickaxeDuranium_false=false - B:toolHeadPickaxeElectrum_false=false - B:toolHeadPickaxeEmerald_false=false - B:toolHeadPickaxeEpoxidFiberReinforced_false=false - B:toolHeadPickaxeEpoxid_false=false - B:toolHeadPickaxeFlint_false=false - B:toolHeadPickaxeGarnetRed_false=false - B:toolHeadPickaxeGarnetYellow_false=false - B:toolHeadPickaxeGold_false=false - B:toolHeadPickaxeGraniteBlack_false=false - B:toolHeadPickaxeGraniteRed_false=false - B:toolHeadPickaxeGraphene_false=false - B:toolHeadPickaxeGraphite_false=false - B:toolHeadPickaxeGreenSapphire_false=false - B:toolHeadPickaxeHSSE_false=false - B:toolHeadPickaxeHSSG_false=false - B:toolHeadPickaxeHSSS_false=false - B:toolHeadPickaxeInvar_false=false - B:toolHeadPickaxeIridium_false=false - B:toolHeadPickaxeIronMagnetic_false=false - B:toolHeadPickaxeIron_false=false - B:toolHeadPickaxeKanthal_false=false - B:toolHeadPickaxeLead_false=false - B:toolHeadPickaxeMagnalium_false=false - B:toolHeadPickaxeManganese_false=false - B:toolHeadPickaxeMithril_false=false - B:toolHeadPickaxeMolybdenum_false=false - B:toolHeadPickaxeNaquadahAlloy_false=false - B:toolHeadPickaxeNaquadahEnriched_false=false - B:toolHeadPickaxeNaquadah_false=false - B:toolHeadPickaxeNaquadria_false=false - B:toolHeadPickaxeNeodymiumMagnetic_false=false - B:toolHeadPickaxeNeodymium_false=false - B:toolHeadPickaxeNetherQuartz_false=false - B:toolHeadPickaxeNetherStar_false=false - B:toolHeadPickaxeNeutronium_false=false - B:toolHeadPickaxeNichrome_false=false - B:toolHeadPickaxeNickelZincFerrite_false=false - B:toolHeadPickaxeNickel_false=false - B:toolHeadPickaxeOlivine_false=false - B:toolHeadPickaxeOpal_false=false - B:toolHeadPickaxeOsmiridium_false=false - B:toolHeadPickaxeOsmium_false=false - B:toolHeadPickaxePalladium_false=false - B:toolHeadPickaxePigIron_false=false - B:toolHeadPickaxePlastic_false=false - B:toolHeadPickaxePlatinum_false=false - B:toolHeadPickaxePlutonium241_false=false - B:toolHeadPickaxePlutonium_false=false - B:toolHeadPickaxePolycaprolactam_false=false - B:toolHeadPickaxePolyphenyleneSulfide_false=false - B:toolHeadPickaxePolystyrene_false=false - B:toolHeadPickaxePolytetrafluoroethylene_false=false - B:toolHeadPickaxePolyvinylChloride_false=false - B:toolHeadPickaxeRedSteel_false=false - B:toolHeadPickaxeRoseGold_false=false - B:toolHeadPickaxeRubber_false=false - B:toolHeadPickaxeRuby_false=false - B:toolHeadPickaxeSapphire_false=false - B:toolHeadPickaxeSilicone_false=false - B:toolHeadPickaxeSilver_false=false - B:toolHeadPickaxeStainlessSteel_false=false - B:toolHeadPickaxeSteelMagnetic_false=false - B:toolHeadPickaxeSteel_false=false - B:toolHeadPickaxeSterlingSilver_false=false - B:toolHeadPickaxeStone_false=false - B:toolHeadPickaxeStyreneButadieneRubber_false=false - B:toolHeadPickaxeTanzanite_false=false - B:toolHeadPickaxeThorium_false=false - B:toolHeadPickaxeTinAlloy_false=false - B:toolHeadPickaxeTitanium_false=false - B:toolHeadPickaxeTopaz_false=false - B:toolHeadPickaxeTritanium_false=false - B:toolHeadPickaxeTungstenCarbide_false=false - B:toolHeadPickaxeTungstenSteel_false=false - B:toolHeadPickaxeTungsten_false=false - B:toolHeadPickaxeUltimet_false=false - B:toolHeadPickaxeUranium235_false=false - B:toolHeadPickaxeUranium_false=false - B:toolHeadPickaxeVanadiumSteel_false=false - B:toolHeadPickaxeWoodSealed_false=false - B:toolHeadPickaxeWood_false=false - B:toolHeadPickaxeWroughtIron_false=false - B:toolHeadPlowAluminium_false=false - B:toolHeadPlowAmethyst_false=false - B:toolHeadPlowBeryllium_false=false - B:toolHeadPlowBismuthBronze_false=false - B:toolHeadPlowBismuth_false=false - B:toolHeadPlowBlackBronze_false=false - B:toolHeadPlowBlackSteel_false=false - B:toolHeadPlowBlaze_false=false - B:toolHeadPlowBlueSteel_false=false - B:toolHeadPlowBlueTopaz_false=false - B:toolHeadPlowBrass_false=false - B:toolHeadPlowBronze_false=false - B:toolHeadPlowCarbon_false=false - B:toolHeadPlowCertusQuartz_false=false - B:toolHeadPlowChrome_false=false - B:toolHeadPlowCobaltBrass_false=false - B:toolHeadPlowCobalt_false=false - B:toolHeadPlowCupronickel_false=false - B:toolHeadPlowDamascusSteel_false=false - B:toolHeadPlowDarkSteel_false=false - B:toolHeadPlowDiamond_false=false - B:toolHeadPlowDuranium_false=false - B:toolHeadPlowElectrum_false=false - B:toolHeadPlowEmerald_false=false - B:toolHeadPlowEpoxidFiberReinforced_false=false - B:toolHeadPlowEpoxid_false=false - B:toolHeadPlowFlint_false=false - B:toolHeadPlowGarnetRed_false=false - B:toolHeadPlowGarnetYellow_false=false - B:toolHeadPlowGold_false=false - B:toolHeadPlowGraniteBlack_false=false - B:toolHeadPlowGraniteRed_false=false - B:toolHeadPlowGraphene_false=false - B:toolHeadPlowGraphite_false=false - B:toolHeadPlowGreenSapphire_false=false - B:toolHeadPlowHSSE_false=false - B:toolHeadPlowHSSG_false=false - B:toolHeadPlowHSSS_false=false - B:toolHeadPlowInvar_false=false - B:toolHeadPlowIridium_false=false - B:toolHeadPlowIronMagnetic_false=false - B:toolHeadPlowIron_false=false - B:toolHeadPlowKanthal_false=false - B:toolHeadPlowLead_false=false - B:toolHeadPlowMagnalium_false=false - B:toolHeadPlowManganese_false=false - B:toolHeadPlowMithril_false=false - B:toolHeadPlowMolybdenum_false=false - B:toolHeadPlowNaquadahAlloy_false=false - B:toolHeadPlowNaquadahEnriched_false=false - B:toolHeadPlowNaquadah_false=false - B:toolHeadPlowNaquadria_false=false - B:toolHeadPlowNeodymiumMagnetic_false=false - B:toolHeadPlowNeodymium_false=false - B:toolHeadPlowNetherQuartz_false=false - B:toolHeadPlowNetherStar_false=false - B:toolHeadPlowNeutronium_false=false - B:toolHeadPlowNichrome_false=false - B:toolHeadPlowNickelZincFerrite_false=false - B:toolHeadPlowNickel_false=false - B:toolHeadPlowOlivine_false=false - B:toolHeadPlowOpal_false=false - B:toolHeadPlowOsmiridium_false=false - B:toolHeadPlowOsmium_false=false - B:toolHeadPlowPalladium_false=false - B:toolHeadPlowPigIron_false=false - B:toolHeadPlowPlastic_false=false - B:toolHeadPlowPlatinum_false=false - B:toolHeadPlowPlutonium241_false=false - B:toolHeadPlowPlutonium_false=false - B:toolHeadPlowPolycaprolactam_false=false - B:toolHeadPlowPolyphenyleneSulfide_false=false - B:toolHeadPlowPolystyrene_false=false - B:toolHeadPlowPolytetrafluoroethylene_false=false - B:toolHeadPlowPolyvinylChloride_false=false - B:toolHeadPlowRedSteel_false=false - B:toolHeadPlowRoseGold_false=false - B:toolHeadPlowRubber_false=false - B:toolHeadPlowRuby_false=false - B:toolHeadPlowSapphire_false=false - B:toolHeadPlowSilicone_false=false - B:toolHeadPlowSilver_false=false - B:toolHeadPlowStainlessSteel_false=false - B:toolHeadPlowSteelMagnetic_false=false - B:toolHeadPlowSteel_false=false - B:toolHeadPlowSterlingSilver_false=false - B:toolHeadPlowStone_false=false - B:toolHeadPlowStyreneButadieneRubber_false=false - B:toolHeadPlowTanzanite_false=false - B:toolHeadPlowThorium_false=false - B:toolHeadPlowTinAlloy_false=false - B:toolHeadPlowTitanium_false=false - B:toolHeadPlowTopaz_false=false - B:toolHeadPlowTritanium_false=false - B:toolHeadPlowTungstenCarbide_false=false - B:toolHeadPlowTungstenSteel_false=false - B:toolHeadPlowTungsten_false=false - B:toolHeadPlowUltimet_false=false - B:toolHeadPlowUranium235_false=false - B:toolHeadPlowUranium_false=false - B:toolHeadPlowVanadiumSteel_false=false - B:toolHeadPlowWoodSealed_false=false - B:toolHeadPlowWood_false=false - B:toolHeadPlowWroughtIron_false=false - B:toolHeadSawAluminium_false=false - B:toolHeadSawBeryllium_false=false - B:toolHeadSawBismuthBronze_false=false - B:toolHeadSawBismuth_false=false - B:toolHeadSawBlackBronze_false=false - B:toolHeadSawBlackSteel_false=false - B:toolHeadSawBlaze_false=false - B:toolHeadSawBlueSteel_false=false - B:toolHeadSawBrass_false=false - B:toolHeadSawBronze_false=false - B:toolHeadSawCarbon_false=false - B:toolHeadSawChrome_false=false - B:toolHeadSawCobaltBrass_false=false - B:toolHeadSawCobalt_false=false - B:toolHeadSawCupronickel_false=false - B:toolHeadSawDamascusSteel_false=false - B:toolHeadSawDarkSteel_false=false - B:toolHeadSawDuranium_false=false - B:toolHeadSawElectrum_false=false - B:toolHeadSawEpoxidFiberReinforced_false=false - B:toolHeadSawEpoxid_false=false - B:toolHeadSawGold_false=false - B:toolHeadSawGraphene_false=false - B:toolHeadSawHSSE_false=false - B:toolHeadSawHSSG_false=false - B:toolHeadSawHSSS_false=false - B:toolHeadSawInvar_false=false - B:toolHeadSawIridium_false=false - B:toolHeadSawIronMagnetic_false=false - B:toolHeadSawIron_false=false - B:toolHeadSawKanthal_false=false - B:toolHeadSawLead_false=false - B:toolHeadSawMagnalium_false=false - B:toolHeadSawManganese_false=false - B:toolHeadSawMithril_false=false - B:toolHeadSawMolybdenum_false=false - B:toolHeadSawNaquadahAlloy_false=false - B:toolHeadSawNaquadahEnriched_false=false - B:toolHeadSawNaquadah_false=false - B:toolHeadSawNaquadria_false=false - B:toolHeadSawNeodymiumMagnetic_false=false - B:toolHeadSawNeodymium_false=false - B:toolHeadSawNeutronium_false=false - B:toolHeadSawNichrome_false=false - B:toolHeadSawNickelZincFerrite_false=false - B:toolHeadSawNickel_false=false - B:toolHeadSawOsmiridium_false=false - B:toolHeadSawOsmium_false=false - B:toolHeadSawPalladium_false=false - B:toolHeadSawPigIron_false=false - B:toolHeadSawPlatinum_false=false - B:toolHeadSawPlutonium241_false=false - B:toolHeadSawPlutonium_false=false - B:toolHeadSawPolycaprolactam_false=false - B:toolHeadSawPolyphenyleneSulfide_false=false - B:toolHeadSawPolytetrafluoroethylene_false=false - B:toolHeadSawRedSteel_false=false - B:toolHeadSawRoseGold_false=false - B:toolHeadSawSilver_false=false - B:toolHeadSawStainlessSteel_false=false - B:toolHeadSawSteelMagnetic_false=false - B:toolHeadSawSteel_false=false - B:toolHeadSawSterlingSilver_false=false - B:toolHeadSawThorium_false=false - B:toolHeadSawTinAlloy_false=false - B:toolHeadSawTitanium_false=false - B:toolHeadSawTritanium_false=false - B:toolHeadSawTungstenCarbide_false=false - B:toolHeadSawTungstenSteel_false=false - B:toolHeadSawTungsten_false=false - B:toolHeadSawUltimet_false=false - B:toolHeadSawUranium235_false=false - B:toolHeadSawUranium_false=false - B:toolHeadSawVanadiumSteel_false=false - B:toolHeadSawWroughtIron_false=false - B:toolHeadSenseAluminium_false=false - B:toolHeadSenseAmethyst_false=false - B:toolHeadSenseBeryllium_false=false - B:toolHeadSenseBismuthBronze_false=false - B:toolHeadSenseBismuth_false=false - B:toolHeadSenseBlackBronze_false=false - B:toolHeadSenseBlackSteel_false=false - B:toolHeadSenseBlaze_false=false - B:toolHeadSenseBlueSteel_false=false - B:toolHeadSenseBlueTopaz_false=false - B:toolHeadSenseBrass_false=false - B:toolHeadSenseBronze_false=false - B:toolHeadSenseCarbon_false=false - B:toolHeadSenseCertusQuartz_false=false - B:toolHeadSenseChrome_false=false - B:toolHeadSenseCobaltBrass_false=false - B:toolHeadSenseCobalt_false=false - B:toolHeadSenseCupronickel_false=false - B:toolHeadSenseDamascusSteel_false=false - B:toolHeadSenseDarkSteel_false=false - B:toolHeadSenseDiamond_false=false - B:toolHeadSenseDuranium_false=false - B:toolHeadSenseElectrum_false=false - B:toolHeadSenseEmerald_false=false - B:toolHeadSenseEpoxidFiberReinforced_false=false - B:toolHeadSenseEpoxid_false=false - B:toolHeadSenseFlint_false=false - B:toolHeadSenseGarnetRed_false=false - B:toolHeadSenseGarnetYellow_false=false - B:toolHeadSenseGold_false=false - B:toolHeadSenseGraniteBlack_false=false - B:toolHeadSenseGraniteRed_false=false - B:toolHeadSenseGraphene_false=false - B:toolHeadSenseGraphite_false=false - B:toolHeadSenseGreenSapphire_false=false - B:toolHeadSenseHSSE_false=false - B:toolHeadSenseHSSG_false=false - B:toolHeadSenseHSSS_false=false - B:toolHeadSenseInvar_false=false - B:toolHeadSenseIridium_false=false - B:toolHeadSenseIronMagnetic_false=false - B:toolHeadSenseIron_false=false - B:toolHeadSenseKanthal_false=false - B:toolHeadSenseLead_false=false - B:toolHeadSenseMagnalium_false=false - B:toolHeadSenseManganese_false=false - B:toolHeadSenseMithril_false=false - B:toolHeadSenseMolybdenum_false=false - B:toolHeadSenseNaquadahAlloy_false=false - B:toolHeadSenseNaquadahEnriched_false=false - B:toolHeadSenseNaquadah_false=false - B:toolHeadSenseNaquadria_false=false - B:toolHeadSenseNeodymiumMagnetic_false=false - B:toolHeadSenseNeodymium_false=false - B:toolHeadSenseNetherQuartz_false=false - B:toolHeadSenseNetherStar_false=false - B:toolHeadSenseNeutronium_false=false - B:toolHeadSenseNichrome_false=false - B:toolHeadSenseNickelZincFerrite_false=false - B:toolHeadSenseNickel_false=false - B:toolHeadSenseOlivine_false=false - B:toolHeadSenseOpal_false=false - B:toolHeadSenseOsmiridium_false=false - B:toolHeadSenseOsmium_false=false - B:toolHeadSensePalladium_false=false - B:toolHeadSensePigIron_false=false - B:toolHeadSensePlastic_false=false - B:toolHeadSensePlatinum_false=false - B:toolHeadSensePlutonium241_false=false - B:toolHeadSensePlutonium_false=false - B:toolHeadSensePolycaprolactam_false=false - B:toolHeadSensePolyphenyleneSulfide_false=false - B:toolHeadSensePolystyrene_false=false - B:toolHeadSensePolytetrafluoroethylene_false=false - B:toolHeadSensePolyvinylChloride_false=false - B:toolHeadSenseRedSteel_false=false - B:toolHeadSenseRoseGold_false=false - B:toolHeadSenseRubber_false=false - B:toolHeadSenseRuby_false=false - B:toolHeadSenseSapphire_false=false - B:toolHeadSenseSilicone_false=false - B:toolHeadSenseSilver_false=false - B:toolHeadSenseStainlessSteel_false=false - B:toolHeadSenseSteelMagnetic_false=false - B:toolHeadSenseSteel_false=false - B:toolHeadSenseSterlingSilver_false=false - B:toolHeadSenseStone_false=false - B:toolHeadSenseStyreneButadieneRubber_false=false - B:toolHeadSenseTanzanite_false=false - B:toolHeadSenseThorium_false=false - B:toolHeadSenseTinAlloy_false=false - B:toolHeadSenseTitanium_false=false - B:toolHeadSenseTopaz_false=false - B:toolHeadSenseTritanium_false=false - B:toolHeadSenseTungstenCarbide_false=false - B:toolHeadSenseTungstenSteel_false=false - B:toolHeadSenseTungsten_false=false - B:toolHeadSenseUltimet_false=false - B:toolHeadSenseUranium235_false=false - B:toolHeadSenseUranium_false=false - B:toolHeadSenseVanadiumSteel_false=false - B:toolHeadSenseWoodSealed_false=false - B:toolHeadSenseWood_false=false - B:toolHeadSenseWroughtIron_false=false - B:toolHeadShovelAluminium_false=false - B:toolHeadShovelAmethyst_false=false - B:toolHeadShovelBeryllium_false=false - B:toolHeadShovelBismuthBronze_false=false - B:toolHeadShovelBismuth_false=false - B:toolHeadShovelBlackBronze_false=false - B:toolHeadShovelBlackSteel_false=false - B:toolHeadShovelBlaze_false=false - B:toolHeadShovelBlueSteel_false=false - B:toolHeadShovelBlueTopaz_false=false - B:toolHeadShovelBrass_false=false - B:toolHeadShovelBronze_false=false - B:toolHeadShovelCarbon_false=false - B:toolHeadShovelCertusQuartz_false=false - B:toolHeadShovelChrome_false=false - B:toolHeadShovelCobaltBrass_false=false - B:toolHeadShovelCobalt_false=false - B:toolHeadShovelCupronickel_false=false - B:toolHeadShovelDamascusSteel_false=false - B:toolHeadShovelDarkSteel_false=false - B:toolHeadShovelDiamond_false=false - B:toolHeadShovelDuranium_false=false - B:toolHeadShovelElectrum_false=false - B:toolHeadShovelEmerald_false=false - B:toolHeadShovelEpoxidFiberReinforced_false=false - B:toolHeadShovelEpoxid_false=false - B:toolHeadShovelFlint_false=false - B:toolHeadShovelGarnetRed_false=false - B:toolHeadShovelGarnetYellow_false=false - B:toolHeadShovelGold_false=false - B:toolHeadShovelGraniteBlack_false=false - B:toolHeadShovelGraniteRed_false=false - B:toolHeadShovelGraphene_false=false - B:toolHeadShovelGraphite_false=false - B:toolHeadShovelGreenSapphire_false=false - B:toolHeadShovelHSSE_false=false - B:toolHeadShovelHSSG_false=false - B:toolHeadShovelHSSS_false=false - B:toolHeadShovelInvar_false=false - B:toolHeadShovelIridium_false=false - B:toolHeadShovelIronMagnetic_false=false - B:toolHeadShovelIron_false=false - B:toolHeadShovelKanthal_false=false - B:toolHeadShovelLead_false=false - B:toolHeadShovelMagnalium_false=false - B:toolHeadShovelManganese_false=false - B:toolHeadShovelMithril_false=false - B:toolHeadShovelMolybdenum_false=false - B:toolHeadShovelNaquadahAlloy_false=false - B:toolHeadShovelNaquadahEnriched_false=false - B:toolHeadShovelNaquadah_false=false - B:toolHeadShovelNaquadria_false=false - B:toolHeadShovelNeodymiumMagnetic_false=false - B:toolHeadShovelNeodymium_false=false - B:toolHeadShovelNetherQuartz_false=false - B:toolHeadShovelNetherStar_false=false - B:toolHeadShovelNeutronium_false=false - B:toolHeadShovelNichrome_false=false - B:toolHeadShovelNickelZincFerrite_false=false - B:toolHeadShovelNickel_false=false - B:toolHeadShovelOlivine_false=false - B:toolHeadShovelOpal_false=false - B:toolHeadShovelOsmiridium_false=false - B:toolHeadShovelOsmium_false=false - B:toolHeadShovelPalladium_false=false - B:toolHeadShovelPigIron_false=false - B:toolHeadShovelPlastic_false=false - B:toolHeadShovelPlatinum_false=false - B:toolHeadShovelPlutonium241_false=false - B:toolHeadShovelPlutonium_false=false - B:toolHeadShovelPolycaprolactam_false=false - B:toolHeadShovelPolyphenyleneSulfide_false=false - B:toolHeadShovelPolystyrene_false=false - B:toolHeadShovelPolytetrafluoroethylene_false=false - B:toolHeadShovelPolyvinylChloride_false=false - B:toolHeadShovelRedSteel_false=false - B:toolHeadShovelRoseGold_false=false - B:toolHeadShovelRubber_false=false - B:toolHeadShovelRuby_false=false - B:toolHeadShovelSapphire_false=false - B:toolHeadShovelSilicone_false=false - B:toolHeadShovelSilver_false=false - B:toolHeadShovelStainlessSteel_false=false - B:toolHeadShovelSteelMagnetic_false=false - B:toolHeadShovelSteel_false=false - B:toolHeadShovelSterlingSilver_false=false - B:toolHeadShovelStone_false=false - B:toolHeadShovelStyreneButadieneRubber_false=false - B:toolHeadShovelTanzanite_false=false - B:toolHeadShovelThorium_false=false - B:toolHeadShovelTinAlloy_false=false - B:toolHeadShovelTitanium_false=false - B:toolHeadShovelTopaz_false=false - B:toolHeadShovelTritanium_false=false - B:toolHeadShovelTungstenCarbide_false=false - B:toolHeadShovelTungstenSteel_false=false - B:toolHeadShovelTungsten_false=false - B:toolHeadShovelUltimet_false=false - B:toolHeadShovelUranium235_false=false - B:toolHeadShovelUranium_false=false - B:toolHeadShovelVanadiumSteel_false=false - B:toolHeadShovelWoodSealed_false=false - B:toolHeadShovelWood_false=false - B:toolHeadShovelWroughtIron_false=false - B:toolHeadSwordAluminium_false=false - B:toolHeadSwordAmethyst_false=false - B:toolHeadSwordBeryllium_false=false - B:toolHeadSwordBismuthBronze_false=false - B:toolHeadSwordBismuth_false=false - B:toolHeadSwordBlackBronze_false=false - B:toolHeadSwordBlackSteel_false=false - B:toolHeadSwordBlaze_false=false - B:toolHeadSwordBlueSteel_false=false - B:toolHeadSwordBlueTopaz_false=false - B:toolHeadSwordBrass_false=false - B:toolHeadSwordBronze_false=false - B:toolHeadSwordCarbon_false=false - B:toolHeadSwordCertusQuartz_false=false - B:toolHeadSwordChrome_false=false - B:toolHeadSwordCobaltBrass_false=false - B:toolHeadSwordCobalt_false=false - B:toolHeadSwordCupronickel_false=false - B:toolHeadSwordDamascusSteel_false=false - B:toolHeadSwordDarkSteel_false=false - B:toolHeadSwordDiamond_false=false - B:toolHeadSwordDuranium_false=false - B:toolHeadSwordElectrum_false=false - B:toolHeadSwordEmerald_false=false - B:toolHeadSwordEpoxidFiberReinforced_false=false - B:toolHeadSwordEpoxid_false=false - B:toolHeadSwordFlint_false=false - B:toolHeadSwordGarnetRed_false=false - B:toolHeadSwordGarnetYellow_false=false - B:toolHeadSwordGold_false=false - B:toolHeadSwordGraniteBlack_false=false - B:toolHeadSwordGraniteRed_false=false - B:toolHeadSwordGraphene_false=false - B:toolHeadSwordGraphite_false=false - B:toolHeadSwordGreenSapphire_false=false - B:toolHeadSwordHSSE_false=false - B:toolHeadSwordHSSG_false=false - B:toolHeadSwordHSSS_false=false - B:toolHeadSwordInvar_false=false - B:toolHeadSwordIridium_false=false - B:toolHeadSwordIronMagnetic_false=false - B:toolHeadSwordIron_false=false - B:toolHeadSwordKanthal_false=false - B:toolHeadSwordLead_false=false - B:toolHeadSwordMagnalium_false=false - B:toolHeadSwordManganese_false=false - B:toolHeadSwordMithril_false=false - B:toolHeadSwordMolybdenum_false=false - B:toolHeadSwordNaquadahAlloy_false=false - B:toolHeadSwordNaquadahEnriched_false=false - B:toolHeadSwordNaquadah_false=false - B:toolHeadSwordNaquadria_false=false - B:toolHeadSwordNeodymiumMagnetic_false=false - B:toolHeadSwordNeodymium_false=false - B:toolHeadSwordNetherQuartz_false=false - B:toolHeadSwordNetherStar_false=false - B:toolHeadSwordNeutronium_false=false - B:toolHeadSwordNichrome_false=false - B:toolHeadSwordNickelZincFerrite_false=false - B:toolHeadSwordNickel_false=false - B:toolHeadSwordOlivine_false=false - B:toolHeadSwordOpal_false=false - B:toolHeadSwordOsmiridium_false=false - B:toolHeadSwordOsmium_false=false - B:toolHeadSwordPalladium_false=false - B:toolHeadSwordPigIron_false=false - B:toolHeadSwordPlastic_false=false - B:toolHeadSwordPlatinum_false=false - B:toolHeadSwordPlutonium241_false=false - B:toolHeadSwordPlutonium_false=false - B:toolHeadSwordPolycaprolactam_false=false - B:toolHeadSwordPolyphenyleneSulfide_false=false - B:toolHeadSwordPolystyrene_false=false - B:toolHeadSwordPolytetrafluoroethylene_false=false - B:toolHeadSwordPolyvinylChloride_false=false - B:toolHeadSwordRedSteel_false=false - B:toolHeadSwordRoseGold_false=false - B:toolHeadSwordRubber_false=false - B:toolHeadSwordRuby_false=false - B:toolHeadSwordSapphire_false=false - B:toolHeadSwordSilicone_false=false - B:toolHeadSwordSilver_false=false - B:toolHeadSwordStainlessSteel_false=false - B:toolHeadSwordSteelMagnetic_false=false - B:toolHeadSwordSteel_false=false - B:toolHeadSwordSterlingSilver_false=false - B:toolHeadSwordStone_false=false - B:toolHeadSwordStyreneButadieneRubber_false=false - B:toolHeadSwordTanzanite_false=false - B:toolHeadSwordThorium_false=false - B:toolHeadSwordTinAlloy_false=false - B:toolHeadSwordTitanium_false=false - B:toolHeadSwordTopaz_false=false - B:toolHeadSwordTritanium_false=false - B:toolHeadSwordTungstenCarbide_false=false - B:toolHeadSwordTungstenSteel_false=false - B:toolHeadSwordTungsten_false=false - B:toolHeadSwordUltimet_false=false - B:toolHeadSwordUranium235_false=false - B:toolHeadSwordUranium_false=false - B:toolHeadSwordVanadiumSteel_false=false - B:toolHeadSwordWoodSealed_false=false - B:toolHeadSwordWood_false=false - B:toolHeadSwordWroughtIron_false=false - B:toolHeadUniversalSpadeAluminium_false=false - B:toolHeadUniversalSpadeAmethyst_false=false - B:toolHeadUniversalSpadeBeryllium_false=false - B:toolHeadUniversalSpadeBismuthBronze_false=false - B:toolHeadUniversalSpadeBismuth_false=false - B:toolHeadUniversalSpadeBlackBronze_false=false - B:toolHeadUniversalSpadeBlackSteel_false=false - B:toolHeadUniversalSpadeBlaze_false=false - B:toolHeadUniversalSpadeBlueSteel_false=false - B:toolHeadUniversalSpadeBlueTopaz_false=false - B:toolHeadUniversalSpadeBrass_false=false - B:toolHeadUniversalSpadeBronze_false=false - B:toolHeadUniversalSpadeCarbon_false=false - B:toolHeadUniversalSpadeCertusQuartz_false=false - B:toolHeadUniversalSpadeChrome_false=false - B:toolHeadUniversalSpadeCobaltBrass_false=false - B:toolHeadUniversalSpadeCobalt_false=false - B:toolHeadUniversalSpadeCupronickel_false=false - B:toolHeadUniversalSpadeDamascusSteel_false=false - B:toolHeadUniversalSpadeDarkSteel_false=false - B:toolHeadUniversalSpadeDiamond_false=false - B:toolHeadUniversalSpadeDuranium_false=false - B:toolHeadUniversalSpadeElectrum_false=false - B:toolHeadUniversalSpadeEmerald_false=false - B:toolHeadUniversalSpadeEpoxidFiberReinforced_false=false - B:toolHeadUniversalSpadeEpoxid_false=false - B:toolHeadUniversalSpadeFlint_false=false - B:toolHeadUniversalSpadeGarnetRed_false=false - B:toolHeadUniversalSpadeGarnetYellow_false=false - B:toolHeadUniversalSpadeGold_false=false - B:toolHeadUniversalSpadeGraniteBlack_false=false - B:toolHeadUniversalSpadeGraniteRed_false=false - B:toolHeadUniversalSpadeGraphene_false=false - B:toolHeadUniversalSpadeGraphite_false=false - B:toolHeadUniversalSpadeGreenSapphire_false=false - B:toolHeadUniversalSpadeHSSE_false=false - B:toolHeadUniversalSpadeHSSG_false=false - B:toolHeadUniversalSpadeHSSS_false=false - B:toolHeadUniversalSpadeInvar_false=false - B:toolHeadUniversalSpadeIridium_false=false - B:toolHeadUniversalSpadeIronMagnetic_false=false - B:toolHeadUniversalSpadeIron_false=false - B:toolHeadUniversalSpadeKanthal_false=false - B:toolHeadUniversalSpadeLead_false=false - B:toolHeadUniversalSpadeMagnalium_false=false - B:toolHeadUniversalSpadeManganese_false=false - B:toolHeadUniversalSpadeMithril_false=false - B:toolHeadUniversalSpadeMolybdenum_false=false - B:toolHeadUniversalSpadeNaquadahAlloy_false=false - B:toolHeadUniversalSpadeNaquadahEnriched_false=false - B:toolHeadUniversalSpadeNaquadah_false=false - B:toolHeadUniversalSpadeNaquadria_false=false - B:toolHeadUniversalSpadeNeodymiumMagnetic_false=false - B:toolHeadUniversalSpadeNeodymium_false=false - B:toolHeadUniversalSpadeNetherQuartz_false=false - B:toolHeadUniversalSpadeNetherStar_false=false - B:toolHeadUniversalSpadeNeutronium_false=false - B:toolHeadUniversalSpadeNichrome_false=false - B:toolHeadUniversalSpadeNickelZincFerrite_false=false - B:toolHeadUniversalSpadeNickel_false=false - B:toolHeadUniversalSpadeOlivine_false=false - B:toolHeadUniversalSpadeOpal_false=false - B:toolHeadUniversalSpadeOsmiridium_false=false - B:toolHeadUniversalSpadeOsmium_false=false - B:toolHeadUniversalSpadePalladium_false=false - B:toolHeadUniversalSpadePigIron_false=false - B:toolHeadUniversalSpadePlastic_false=false - B:toolHeadUniversalSpadePlatinum_false=false - B:toolHeadUniversalSpadePlutonium241_false=false - B:toolHeadUniversalSpadePlutonium_false=false - B:toolHeadUniversalSpadePolycaprolactam_false=false - B:toolHeadUniversalSpadePolyphenyleneSulfide_false=false - B:toolHeadUniversalSpadePolystyrene_false=false - B:toolHeadUniversalSpadePolytetrafluoroethylene_false=false - B:toolHeadUniversalSpadePolyvinylChloride_false=false - B:toolHeadUniversalSpadeRedSteel_false=false - B:toolHeadUniversalSpadeRoseGold_false=false - B:toolHeadUniversalSpadeRubber_false=false - B:toolHeadUniversalSpadeRuby_false=false - B:toolHeadUniversalSpadeSapphire_false=false - B:toolHeadUniversalSpadeSilicone_false=false - B:toolHeadUniversalSpadeSilver_false=false - B:toolHeadUniversalSpadeStainlessSteel_false=false - B:toolHeadUniversalSpadeSteelMagnetic_false=false - B:toolHeadUniversalSpadeSteel_false=false - B:toolHeadUniversalSpadeSterlingSilver_false=false - B:toolHeadUniversalSpadeStone_false=false - B:toolHeadUniversalSpadeStyreneButadieneRubber_false=false - B:toolHeadUniversalSpadeTanzanite_false=false - B:toolHeadUniversalSpadeThorium_false=false - B:toolHeadUniversalSpadeTinAlloy_false=false - B:toolHeadUniversalSpadeTitanium_false=false - B:toolHeadUniversalSpadeTopaz_false=false - B:toolHeadUniversalSpadeTritanium_false=false - B:toolHeadUniversalSpadeTungstenCarbide_false=false - B:toolHeadUniversalSpadeTungstenSteel_false=false - B:toolHeadUniversalSpadeTungsten_false=false - B:toolHeadUniversalSpadeUltimet_false=false - B:toolHeadUniversalSpadeUranium235_false=false - B:toolHeadUniversalSpadeUranium_false=false - B:toolHeadUniversalSpadeVanadiumSteel_false=false - B:toolHeadUniversalSpadeWoodSealed_false=false - B:toolHeadUniversalSpadeWood_false=false - B:toolHeadUniversalSpadeWroughtIron_false=false - B:toolHeadWrenchAluminium_false=false - B:toolHeadWrenchBeryllium_false=false - B:toolHeadWrenchBismuthBronze_false=false - B:toolHeadWrenchBismuth_false=false - B:toolHeadWrenchBlackBronze_false=false - B:toolHeadWrenchBlackSteel_false=false - B:toolHeadWrenchBlaze_false=false - B:toolHeadWrenchBlueSteel_false=false - B:toolHeadWrenchBrass_false=false - B:toolHeadWrenchBronze_false=false - B:toolHeadWrenchCarbon_false=false - B:toolHeadWrenchChrome_false=false - B:toolHeadWrenchCobaltBrass_false=false - B:toolHeadWrenchCobalt_false=false - B:toolHeadWrenchCupronickel_false=false - B:toolHeadWrenchDamascusSteel_false=false - B:toolHeadWrenchDarkSteel_false=false - B:toolHeadWrenchDuranium_false=false - B:toolHeadWrenchElectrum_false=false - B:toolHeadWrenchEpoxidFiberReinforced_false=false - B:toolHeadWrenchEpoxid_false=false - B:toolHeadWrenchGold_false=false - B:toolHeadWrenchGraphene_false=false - B:toolHeadWrenchHSSE_false=false - B:toolHeadWrenchHSSG_false=false - B:toolHeadWrenchHSSS_false=false - B:toolHeadWrenchInvar_false=false - B:toolHeadWrenchIridium_false=false - B:toolHeadWrenchIronMagnetic_false=false - B:toolHeadWrenchIron_false=false - B:toolHeadWrenchKanthal_false=false - B:toolHeadWrenchLead_false=false - B:toolHeadWrenchMagnalium_false=false - B:toolHeadWrenchManganese_false=false - B:toolHeadWrenchMithril_false=false - B:toolHeadWrenchMolybdenum_false=false - B:toolHeadWrenchNaquadahAlloy_false=false - B:toolHeadWrenchNaquadahEnriched_false=false - B:toolHeadWrenchNaquadah_false=false - B:toolHeadWrenchNaquadria_false=false - B:toolHeadWrenchNeodymiumMagnetic_false=false - B:toolHeadWrenchNeodymium_false=false - B:toolHeadWrenchNeutronium_false=false - B:toolHeadWrenchNichrome_false=false - B:toolHeadWrenchNickelZincFerrite_false=false - B:toolHeadWrenchNickel_false=false - B:toolHeadWrenchOsmiridium_false=false - B:toolHeadWrenchOsmium_false=false - B:toolHeadWrenchPalladium_false=false - B:toolHeadWrenchPigIron_false=false - B:toolHeadWrenchPlatinum_false=false - B:toolHeadWrenchPlutonium241_false=false - B:toolHeadWrenchPlutonium_false=false - B:toolHeadWrenchPolycaprolactam_false=false - B:toolHeadWrenchPolyphenyleneSulfide_false=false - B:toolHeadWrenchPolytetrafluoroethylene_false=false - B:toolHeadWrenchRedSteel_false=false - B:toolHeadWrenchRoseGold_false=false - B:toolHeadWrenchSilver_false=false - B:toolHeadWrenchStainlessSteel_false=false - B:toolHeadWrenchSteelMagnetic_false=false - B:toolHeadWrenchSteel_false=false - B:toolHeadWrenchSterlingSilver_false=false - B:toolHeadWrenchThorium_false=false - B:toolHeadWrenchTinAlloy_false=false - B:toolHeadWrenchTitanium_false=false - B:toolHeadWrenchTritanium_false=false - B:toolHeadWrenchTungstenCarbide_false=false - B:toolHeadWrenchTungstenSteel_false=false - B:toolHeadWrenchTungsten_false=false - B:toolHeadWrenchUltimet_false=false - B:toolHeadWrenchUranium235_false=false - B:toolHeadWrenchUranium_false=false - B:toolHeadWrenchVanadiumSteel_false=false - B:toolHeadWrenchWroughtIron_false=false - B:turbineBladeAluminium_false=false - B:turbineBladeBeryllium_false=false - B:turbineBladeBismuthBronze_false=false - B:turbineBladeBismuth_false=false - B:turbineBladeBlackBronze_false=false - B:turbineBladeBlackSteel_false=false - B:turbineBladeBlaze_false=false - B:turbineBladeBlueSteel_false=false - B:turbineBladeBrass_false=false - B:turbineBladeBronze_false=false - B:turbineBladeCarbon_false=false - B:turbineBladeChrome_false=false - B:turbineBladeCobaltBrass_false=false - B:turbineBladeCobalt_false=false - B:turbineBladeCupronickel_false=false - B:turbineBladeDamascusSteel_false=false - B:turbineBladeDarkSteel_false=false - B:turbineBladeDuranium_false=false - B:turbineBladeElectrum_false=false - B:turbineBladeEpoxidFiberReinforced_false=false - B:turbineBladeEpoxid_false=false - B:turbineBladeGold_false=false - B:turbineBladeGraphene_false=false - B:turbineBladeHSSE_false=false - B:turbineBladeHSSG_false=false - B:turbineBladeHSSS_false=false - B:turbineBladeInvar_false=false - B:turbineBladeIridium_false=false - B:turbineBladeIronMagnetic_false=false - B:turbineBladeIron_false=false - B:turbineBladeKanthal_false=false - B:turbineBladeLead_false=false - B:turbineBladeMagnalium_false=false - B:turbineBladeManganese_false=false - B:turbineBladeMithril_false=false - B:turbineBladeMolybdenum_false=false - B:turbineBladeNaquadahAlloy_false=false - B:turbineBladeNaquadahEnriched_false=false - B:turbineBladeNaquadah_false=false - B:turbineBladeNaquadria_false=false - B:turbineBladeNeodymiumMagnetic_false=false - B:turbineBladeNeodymium_false=false - B:turbineBladeNeutronium_false=false - B:turbineBladeNichrome_false=false - B:turbineBladeNickelZincFerrite_false=false - B:turbineBladeNickel_false=false - B:turbineBladeOsmiridium_false=false - B:turbineBladeOsmium_false=false - B:turbineBladePalladium_false=false - B:turbineBladePigIron_false=false - B:turbineBladePlatinum_false=false - B:turbineBladePlutonium241_false=false - B:turbineBladePlutonium_false=false - B:turbineBladePolycaprolactam_false=false - B:turbineBladePolyphenyleneSulfide_false=false - B:turbineBladePolytetrafluoroethylene_false=false - B:turbineBladeRedSteel_false=false - B:turbineBladeRoseGold_false=false - B:turbineBladeSilver_false=false - B:turbineBladeStainlessSteel_false=false - B:turbineBladeSteelMagnetic_false=false - B:turbineBladeSteel_false=false - B:turbineBladeSterlingSilver_false=false - B:turbineBladeThorium_false=false - B:turbineBladeTinAlloy_false=false - B:turbineBladeTitanium_false=false - B:turbineBladeTritanium_false=false - B:turbineBladeTungstenCarbide_false=false - B:turbineBladeTungstenSteel_false=false - B:turbineBladeTungsten_false=false - B:turbineBladeUltimet_false=false - B:turbineBladeUranium235_false=false - B:turbineBladeUranium_false=false - B:turbineBladeVanadiumSteel_false=false - B:turbineBladeWroughtIron_false=false - B:wireFineAnnealedCopper_false=false - B:wireFineCopper_false=false - B:wireFineElectrum_false=false - B:wireFineGold_false=false - B:wireFineLead_false=false - B:wireFineNiobiumTitanium_false=false - B:wireFineOsmium_false=false - B:wireFinePlatinum_false=false - B:wireFineRedAlloy_false=false - B:wireFineSolderingAlloy_false=false - B:wireFineSteel_false=false - B:wireFineTin_false=false - B:wireFineYttriumBariumCuprate_false=false - } - - enderio { - B:dustCoal_false=false - B:dustCopper_false=false - B:dustEnderPearl_false=false - B:dustGold_false=false - B:dustIron_false=false - B:dustObsidian_false=false - B:dustTin_false=false - B:dustWheat_false=false - B:ingotConductiveIron_false=false - B:ingotDarkSteel_true=true - B:ingotElectricalSteel_false=false - B:ingotEnderiumBase_false=false - B:ingotEnergeticAlloy_false=false - B:ingotPhasedGold_false=false - B:ingotPhasedIron_false=false - B:ingotPulsatingIron_false=false - B:ingotRedstoneAlloy_false=false - B:ingotSoularium_false=false - B:ingotVibrantAlloy_false=false - B:nuggetPulsatingIron_false=false - B:nuggetVibrantAlloy_false=false - } - -} - - diff --git a/config/GregTech/WorldGeneration.cfg b/config/GregTech/WorldGeneration.cfg deleted file mode 100644 index 37781d6de8..0000000000 --- a/config/GregTech/WorldGeneration.cfg +++ /dev/null @@ -1,2606 +0,0 @@ -# Configuration file - -endasteroids { - I:AsteroidMaxSize_200=200 - I:AsteroidMinSize_50=50 - I:AsteroidProbability_300=300 - B:GenerateAsteroids_true=true -} - - -gcasteroids { - I:GCAsteroidMaxSize_400=400 - I:GCAsteroidMinSize_100=100 - I:GCAsteroidProbability_300=300 - B:GenerateGCAsteroids_true=true -} - - -general { - B:AutoDetectPFAA_true=true - B:enableBasaltOres_true=true - B:enableBlackGraniteOres_true=true - B:enableGCOres_true=true - B:enableMarbleOres_true=true - B:enableRedGraniteOres_true=true - B:enableUBOres_true=true -} - - -worldgen { - I:AmountOfCustomLargeVeinSlots_16=16 - I:AmountOfCustomSmallOreSlots_16=16 - B:nether.stone.basalt.huge_false=false - B:nether.stone.basalt.large_false=false - B:nether.stone.basalt.medium_false=false - B:nether.stone.basalt.small_false=false - B:nether.stone.basalt.tiny_false=false - B:nether.stone.blackgranite.huge_false=false - B:nether.stone.blackgranite.large_false=false - B:nether.stone.blackgranite.medium_false=false - B:nether.stone.blackgranite.small_false=false - B:nether.stone.blackgranite.tiny_false=false - B:nether.stone.marble.huge_false=false - B:nether.stone.marble.large_false=false - B:nether.stone.marble.medium_false=false - B:nether.stone.marble.small_false=false - B:nether.stone.marble.tiny_false=false - B:nether.stone.redgranite.huge_false=false - B:nether.stone.redgranite.large_false=false - B:nether.stone.redgranite.medium_false=false - B:nether.stone.redgranite.small_false=false - B:nether.stone.redgranite.tiny_false=false - B:ore.mix.apatite_true=true - B:ore.mix.bauxite_true=true - B:ore.mix.beryllium_true=true - B:ore.mix.cassiterite_true=true - B:ore.mix.coal_true=true - B:ore.mix.copper_true=true - B:ore.mix.custom.00_false=false - B:ore.mix.custom.01_false=false - B:ore.mix.custom.02_false=false - B:ore.mix.custom.03_false=false - B:ore.mix.custom.04_false=false - B:ore.mix.custom.05_false=false - B:ore.mix.custom.06_false=false - B:ore.mix.custom.07_false=false - B:ore.mix.custom.08_false=false - B:ore.mix.custom.09_false=false - B:ore.mix.custom.10_false=false - B:ore.mix.custom.11_false=false - B:ore.mix.custom.12_false=false - B:ore.mix.custom.13_false=false - B:ore.mix.custom.14_false=false - B:ore.mix.custom.15_false=false - B:ore.mix.diamond_true=true - B:ore.mix.galena_true=true - B:ore.mix.gold_true=true - B:ore.mix.iron_true=true - B:ore.mix.lapis_true=true - B:ore.mix.lignite_true=true - B:ore.mix.magnetite_true=true - B:ore.mix.manganese_true=true - B:ore.mix.molybdenum_true=true - B:ore.mix.monazite_true=true - B:ore.mix.naquadah_true=true - B:ore.mix.netherquartz_true=true - B:ore.mix.nickel_true=true - B:ore.mix.oilsand_true=true - B:ore.mix.olivine_true=true - B:ore.mix.pitchblende_true=true - B:ore.mix.platinum_true=true - B:ore.mix.quartz_true=true - B:ore.mix.redstone_true=true - B:ore.mix.salts_true=true - B:ore.mix.sapphire_true=true - B:ore.mix.soapstone_true=true - B:ore.mix.sulfur_true=true - B:ore.mix.tetrahedrite_true=true - B:ore.mix.tungstate_true=true - B:ore.mix.uranium_true=true - B:ore.small.amber_true=true - B:ore.small.amethyst_true=true - B:ore.small.bismuth_true=true - B:ore.small.bluetopaz_true=true - B:ore.small.coal_true=true - B:ore.small.copper_true=true - B:ore.small.custom.00_false=false - B:ore.small.custom.01_false=false - B:ore.small.custom.02_false=false - B:ore.small.custom.03_false=false - B:ore.small.custom.04_false=false - B:ore.small.custom.05_false=false - B:ore.small.custom.06_false=false - B:ore.small.custom.07_false=false - B:ore.small.custom.08_false=false - B:ore.small.custom.09_false=false - B:ore.small.custom.10_false=false - B:ore.small.custom.11_false=false - B:ore.small.custom.12_false=false - B:ore.small.custom.13_false=false - B:ore.small.custom.14_false=false - B:ore.small.custom.15_false=false - B:ore.small.diamond_true=true - B:ore.small.emerald_true=true - B:ore.small.foolsruby_true=true - B:ore.small.garnetred_true=true - B:ore.small.garnetyellow_true=true - B:ore.small.gold_true=true - B:ore.small.greensapphire_true=true - B:ore.small.iridium_true=true - B:ore.small.iron_true=true - B:ore.small.jasper_true=true - B:ore.small.lapis_true=true - B:ore.small.lead_true=true - B:ore.small.netherquartz_true=true - B:ore.small.nickel_true=true - B:ore.small.olivine_true=true - B:ore.small.opal_true=true - B:ore.small.platinum_true=true - B:ore.small.redstone_true=true - B:ore.small.ruby_true=true - B:ore.small.saltpeter_true=true - B:ore.small.sapphire_true=true - B:ore.small.silver_true=true - B:ore.small.sulfur_n_true=true - B:ore.small.sulfur_o_true=true - B:ore.small.tanzanite_true=true - B:ore.small.tin_true=true - B:ore.small.topaz_true=true - B:ore.small.zinc_true=true - B:overworld.stone.basalt.huge_true=true - B:overworld.stone.basalt.large_true=true - B:overworld.stone.basalt.medium_true=true - B:overworld.stone.basalt.small_true=true - B:overworld.stone.basalt.tiny_true=true - B:overworld.stone.blackgranite.huge_true=true - B:overworld.stone.blackgranite.large_true=true - B:overworld.stone.blackgranite.medium_true=true - B:overworld.stone.blackgranite.small_true=true - B:overworld.stone.blackgranite.tiny_true=true - B:overworld.stone.marble.huge_true=true - B:overworld.stone.marble.large_true=true - B:overworld.stone.marble.medium_true=true - B:overworld.stone.marble.small_true=true - B:overworld.stone.marble.tiny_true=true - B:overworld.stone.redgranite.huge_true=true - B:overworld.stone.redgranite.large_true=true - B:overworld.stone.redgranite.medium_true=true - B:overworld.stone.redgranite.small_true=true - B:overworld.stone.redgranite.tiny_true=true - - overworld { - - stone { - - blackgranite { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - redgranite { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - marble { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - basalt { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - } - - } - - nether { - - stone { - - blackgranite { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - redgranite { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - marble { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - basalt { - - tiny { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_48=48 - I:Size_50=50 - } - - small { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_96=96 - I:Size_100=100 - } - - medium { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_144=144 - I:Size_200=200 - } - - large { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_192=192 - I:Size_300=300 - } - - huge { - I:Amount_1=1 - I:MaxHeight_120=120 - I:MinHeight_0=0 - I:Probability_240=240 - I:Size_400=400 - } - - } - - } - - } - - ore { - - small { - - copper { - I:Amount_32=32 - B:Asteroid_false=false - B:Mars_true=true - I:MaxHeight_120=120 - I:MinHeight_60=60 - B:Moon_true=true - B:Nether_true=true - I:Ore_35=35 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - tin { - I:Amount_32=32 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_120=120 - I:MinHeight_60=60 - B:Moon_true=true - B:Nether_true=true - I:Ore_57=57 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - bismuth { - I:Amount_8=8 - B:Asteroid_false=false - B:Mars_true=true - I:MaxHeight_120=120 - I:MinHeight_80=80 - B:Moon_true=true - B:Nether_true=true - I:Ore_90=90 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - coal { - I:Amount_24=24 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_100=100 - I:MinHeight_60=60 - B:Moon_false=false - B:Nether_false=false - I:Ore_535=535 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - iron { - I:Amount_16=16 - B:Asteroid_false=false - B:Mars_true=true - I:MaxHeight_80=80 - I:MinHeight_40=40 - B:Moon_true=true - B:Nether_true=true - I:Ore_32=32 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - lead { - I:Amount_16=16 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_80=80 - I:MinHeight_40=40 - B:Moon_true=true - B:Nether_true=true - I:Ore_89=89 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - zinc { - I:Amount_12=12 - B:Asteroid_false=false - B:Mars_true=true - I:MaxHeight_60=60 - I:MinHeight_30=30 - B:Moon_true=true - B:Nether_true=true - I:Ore_36=36 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - gold { - I:Amount_8=8 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_true=true - I:Ore_86=86 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - silver { - I:Amount_8=8 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_true=true - I:Ore_54=54 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - nickel { - I:Amount_8=8 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_true=true - I:Ore_34=34 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - lapis { - I:Amount_4=4 - B:Asteroid_true=true - B:Mars_false=false - I:MaxHeight_40=40 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_false=false - I:Ore_526=526 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - diamond { - I:Amount_2=2 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_10=10 - I:MinHeight_5=5 - B:Moon_true=true - B:Nether_true=true - I:Ore_500=500 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - emerald { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_501=501 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - ruby { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_502=502 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - sapphire { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_503=503 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - greensapphire { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_504=504 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - olivine { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_505=505 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - topaz { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_507=507 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - tanzanite { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_508=508 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - amethyst { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_509=509 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - opal { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_510=510 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - jasper { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_511=511 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - bluetopaz { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_513=513 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - amber { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_514=514 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - foolsruby { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_512=512 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - garnetred { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_527=527 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - garnetyellow { - I:Amount_1=1 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_250=250 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:Ore_528=528 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - redstone { - I:Amount_8=8 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_20=20 - I:MinHeight_5=5 - B:Moon_true=true - B:Nether_true=true - I:Ore_810=810 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - platinum { - I:Amount_8=8 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_20=20 - B:Moon_false=false - B:Nether_false=false - I:Ore_85=85 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - iridium { - I:Amount_8=8 - B:Asteroid_true=true - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_20=20 - B:Moon_false=false - B:Nether_false=false - I:Ore_84=84 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_true=true - } - - netherquartz { - I:Amount_64=64 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_120=120 - I:MinHeight_30=30 - B:Moon_false=false - B:Nether_true=true - I:Ore_522=522 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - saltpeter { - I:Amount_8=8 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_60=60 - I:MinHeight_10=10 - B:Moon_false=false - B:Nether_true=true - I:Ore_836=836 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - sulfur_n { - I:Amount_32=32 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_60=60 - I:MinHeight_10=10 - B:Moon_false=false - B:Nether_true=true - I:Ore_22=22 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - sulfur_o { - I:Amount_8=8 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_15=15 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_false=false - I:Ore_22=22 - B:Overworld_true=true - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - custom { - - 00 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 01 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 02 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 03 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 04 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 05 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 06 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 07 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 08 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 09 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 10 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 11 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 12 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 13 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 14 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - 15 { - I:Amount_0=0 - B:Asteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:Ore_-1=-1 - B:Overworld_false=false - S:RestrictToBiomeName_None=None - B:TheEnd_false=false - } - - } - - } - - mix { - - naquadah { - B:Asteroid_true=true - I:Density_5=5 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_60=60 - I:MinHeight_10=10 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_324=324 - I:OreSecondaryLayer_324=324 - I:OreSporadiclyInbetween_324=324 - I:OreSporaticlyAround_326=326 - B:Overworld_false=false - I:RandomWeight_10=10 - S:RestrictToBiomeName_None=None - I:Size_32=32 - B:TheEnd_true=true - } - - lignite { - B:Asteroid_false=false - I:Density_8=8 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_130=130 - I:MinHeight_50=50 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_538=538 - I:OreSecondaryLayer_538=538 - I:OreSporadiclyInbetween_538=538 - I:OreSporaticlyAround_535=535 - B:Overworld_true=true - I:RandomWeight_160=160 - S:RestrictToBiomeName_None=None - I:Size_32=32 - B:TheEnd_false=false - } - - coal { - B:Asteroid_false=false - I:Density_6=6 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_80=80 - I:MinHeight_50=50 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_535=535 - I:OreSecondaryLayer_535=535 - I:OreSporadiclyInbetween_535=535 - I:OreSporaticlyAround_538=538 - B:Overworld_true=true - I:RandomWeight_80=80 - S:RestrictToBiomeName_None=None - I:Size_32=32 - B:TheEnd_false=false - } - - magnetite { - B:Asteroid_false=false - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_120=120 - I:MinHeight_50=50 - B:Moon_true=true - B:Nether_true=true - I:OrePrimaryLayer_870=870 - I:OreSecondaryLayer_870=870 - I:OreSporadiclyInbetween_32=32 - I:OreSporaticlyAround_923=923 - B:Overworld_true=true - I:RandomWeight_160=160 - S:RestrictToBiomeName_None=None - I:Size_32=32 - B:TheEnd_false=false - } - - gold { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_80=80 - I:MinHeight_60=60 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_870=870 - I:OreSecondaryLayer_870=870 - I:OreSporadiclyInbetween_923=923 - I:OreSporaticlyAround_86=86 - B:Overworld_true=true - I:RandomWeight_160=160 - S:RestrictToBiomeName_None=None - I:Size_32=32 - B:TheEnd_false=false - } - - iron { - B:Asteroid_false=false - I:Density_4=4 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_true=true - I:OrePrimaryLayer_930=930 - I:OreSecondaryLayer_931=931 - I:OreSporadiclyInbetween_917=917 - I:OreSporaticlyAround_871=871 - B:Overworld_true=true - I:RandomWeight_120=120 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - cassiterite { - B:Asteroid_true=true - I:Density_5=5 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_120=120 - I:MinHeight_40=40 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_57=57 - I:OreSecondaryLayer_57=57 - I:OreSporadiclyInbetween_824=824 - I:OreSporaticlyAround_57=57 - B:Overworld_true=true - I:RandomWeight_50=50 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_true=true - } - - tetrahedrite { - B:Asteroid_true=true - I:Density_4=4 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_120=120 - I:MinHeight_80=80 - B:Moon_true=true - B:Nether_true=true - I:OrePrimaryLayer_840=840 - I:OreSecondaryLayer_840=840 - I:OreSporadiclyInbetween_35=35 - I:OreSporaticlyAround_945=945 - B:Overworld_true=true - I:RandomWeight_70=70 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - netherquartz { - B:Asteroid_false=false - I:Density_5=5 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_80=80 - I:MinHeight_40=40 - B:Moon_false=false - B:Nether_true=true - I:OrePrimaryLayer_522=522 - I:OreSecondaryLayer_522=522 - I:OreSporadiclyInbetween_522=522 - I:OreSporaticlyAround_522=522 - B:Overworld_false=false - I:RandomWeight_80=80 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - sulfur { - B:Asteroid_false=false - I:Density_5=5 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_20=20 - I:MinHeight_5=5 - B:Moon_false=false - B:Nether_true=true - I:OrePrimaryLayer_22=22 - I:OreSecondaryLayer_22=22 - I:OreSporadiclyInbetween_834=834 - I:OreSporaticlyAround_839=839 - B:Overworld_false=false - I:RandomWeight_100=100 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - copper { - B:Asteroid_false=false - I:Density_4=4 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_30=30 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_true=true - I:OrePrimaryLayer_855=855 - I:OreSecondaryLayer_32=32 - I:OreSporadiclyInbetween_834=834 - I:OreSporaticlyAround_35=35 - B:Overworld_true=true - I:RandomWeight_80=80 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - bauxite { - B:Asteroid_true=true - I:Density_4=4 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_90=90 - I:MinHeight_50=50 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_822=822 - I:OreSecondaryLayer_822=822 - I:OreSporadiclyInbetween_19=19 - I:OreSporaticlyAround_918=918 - B:Overworld_true=true - I:RandomWeight_80=80 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - salts { - B:Asteroid_false=false - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_60=60 - I:MinHeight_50=50 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_944=944 - I:OreSecondaryLayer_817=817 - I:OreSporadiclyInbetween_907=907 - I:OreSporaticlyAround_920=920 - B:Overworld_true=true - I:RandomWeight_50=50 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - redstone { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_true=true - I:OrePrimaryLayer_810=810 - I:OreSecondaryLayer_810=810 - I:OreSporadiclyInbetween_502=502 - I:OreSporaticlyAround_826=826 - B:Overworld_true=true - I:RandomWeight_60=60 - S:RestrictToBiomeName_None=None - I:Size_24=24 - B:TheEnd_false=false - } - - soapstone { - B:Asteroid_false=false - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_877=877 - I:OreSecondaryLayer_902=902 - I:OreSporadiclyInbetween_933=933 - I:OreSporaticlyAround_909=909 - B:Overworld_true=true - I:RandomWeight_40=40 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - nickel { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_true=true - I:OrePrimaryLayer_906=906 - I:OreSecondaryLayer_34=34 - I:OreSporadiclyInbetween_827=827 - I:OreSporaticlyAround_909=909 - B:Overworld_true=true - I:RandomWeight_40=40 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - platinum { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_50=50 - I:MinHeight_40=40 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_828=828 - I:OreSecondaryLayer_52=52 - I:OreSporadiclyInbetween_85=85 - I:OreSporaticlyAround_84=84 - B:Overworld_true=true - I:RandomWeight_5=5 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - pitchblende { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_873=873 - I:OreSecondaryLayer_873=873 - I:OreSporadiclyInbetween_922=922 - I:OreSporaticlyAround_922=922 - B:Overworld_true=true - I:RandomWeight_40=40 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - uranium { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_30=30 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_922=922 - I:OreSecondaryLayer_922=922 - I:OreSporadiclyInbetween_98=98 - I:OreSporaticlyAround_98=98 - B:Overworld_true=true - I:RandomWeight_20=20 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - monazite { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_905=905 - I:OreSecondaryLayer_905=905 - I:OreSporadiclyInbetween_520=520 - I:OreSporaticlyAround_67=67 - B:Overworld_true=true - I:RandomWeight_30=30 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - molybdenum { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_50=50 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_882=882 - I:OreSecondaryLayer_942=942 - I:OreSporadiclyInbetween_48=48 - I:OreSporaticlyAround_883=883 - B:Overworld_true=true - I:RandomWeight_5=5 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - tungstate { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_50=50 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_910=910 - I:OreSecondaryLayer_910=910 - I:OreSporadiclyInbetween_841=841 - I:OreSporaticlyAround_6=6 - B:Overworld_true=true - I:RandomWeight_10=10 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - sapphire { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_820=820 - I:OreSecondaryLayer_835=835 - I:OreSporadiclyInbetween_503=503 - I:OreSporaticlyAround_504=504 - B:Overworld_true=true - I:RandomWeight_60=60 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - manganese { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_true=true - B:Mars_false=false - I:MaxHeight_30=30 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_831=831 - I:OreSecondaryLayer_838=838 - I:OreSporadiclyInbetween_943=943 - I:OreSporaticlyAround_921=921 - B:Overworld_true=true - I:RandomWeight_20=20 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - quartz { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_80=80 - I:MinHeight_40=40 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_523=523 - I:OreSecondaryLayer_904=904 - I:OreSporadiclyInbetween_516=516 - I:OreSporaticlyAround_516=516 - B:Overworld_true=true - I:RandomWeight_60=60 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - diamond { - B:Asteroid_true=true - I:Density_2=2 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_20=20 - I:MinHeight_5=5 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_865=865 - I:OreSecondaryLayer_865=865 - I:OreSporadiclyInbetween_500=500 - I:OreSporaticlyAround_535=535 - B:Overworld_true=true - I:RandomWeight_40=40 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - olivine { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_40=40 - I:MinHeight_10=10 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_927=927 - I:OreSecondaryLayer_908=908 - I:OreSporadiclyInbetween_505=505 - I:OreSporaticlyAround_933=933 - B:Overworld_true=true - I:RandomWeight_60=60 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - apatite { - B:Asteroid_false=false - I:Density_3=3 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_60=60 - I:MinHeight_40=40 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_530=530 - I:OreSecondaryLayer_530=530 - I:OreSporadiclyInbetween_534=534 - I:OreSporaticlyAround_607=607 - B:Overworld_true=true - I:RandomWeight_60=60 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - galena { - B:Asteroid_true=true - I:Density_5=5 - B:EndAsteroid_false=false - B:Mars_true=true - I:MaxHeight_60=60 - I:MinHeight_30=30 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_830=830 - I:OreSecondaryLayer_830=830 - I:OreSporadiclyInbetween_54=54 - I:OreSporaticlyAround_89=89 - B:Overworld_true=true - I:RandomWeight_40=40 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_false=false - } - - lapis { - B:Asteroid_true=true - I:Density_5=5 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_50=50 - I:MinHeight_20=20 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_524=524 - I:OreSecondaryLayer_525=525 - I:OreSporadiclyInbetween_526=526 - I:OreSporaticlyAround_823=823 - B:Overworld_true=true - I:RandomWeight_40=40 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - beryllium { - B:Asteroid_true=true - I:Density_3=3 - B:EndAsteroid_true=true - B:Mars_true=true - I:MaxHeight_30=30 - I:MinHeight_5=5 - B:Moon_true=true - B:Nether_false=false - I:OrePrimaryLayer_8=8 - I:OreSecondaryLayer_8=8 - I:OreSporadiclyInbetween_501=501 - I:OreSporaticlyAround_96=96 - B:Overworld_true=true - I:RandomWeight_30=30 - S:RestrictToBiomeName_None=None - I:Size_16=16 - B:TheEnd_true=true - } - - oilsand { - B:Asteroid_false=false - I:Density_6=6 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_80=80 - I:MinHeight_50=50 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_878=878 - I:OreSecondaryLayer_878=878 - I:OreSporadiclyInbetween_878=878 - I:OreSporaticlyAround_878=878 - B:Overworld_true=true - I:RandomWeight_80=80 - S:RestrictToBiomeName_None=None - I:Size_32=32 - B:TheEnd_false=false - } - - custom { - - 00 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 01 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 02 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 03 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 04 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 05 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 06 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 07 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 08 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 09 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 10 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 11 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 12 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 13 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 14 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - 15 { - B:Asteroid_false=false - I:Density_0=0 - B:EndAsteroid_false=false - B:Mars_false=false - I:MaxHeight_0=0 - I:MinHeight_0=0 - B:Moon_false=false - B:Nether_false=false - I:OrePrimaryLayer_-1=-1 - I:OreSecondaryLayer_-1=-1 - I:OreSporadiclyInbetween_-1=-1 - I:OreSporaticlyAround_-1=-1 - B:Overworld_false=false - I:RandomWeight_0=0 - S:RestrictToBiomeName_None=None - I:Size_0=0 - B:TheEnd_false=false - } - - } - - } - - } - - dimensions { - - ore { - - mix { - - iron { - B:Overworld_true=true - } - - copper { - B:Overworld_true=true - } - - cassiterite { - B:Overworld_true=true - } - - salts { - B:Overworld_true=true - } - - sulfur { - B:Overworld_false=false - } - - beryllium { - B:Overworld_true=true - } - - monazite { - B:Overworld_true=true - } - - magnetite { - B:Overworld_true=true - } - - redstone { - B:Overworld_true=true - } - - lapis { - B:Overworld_true=true - } - - oilsand { - B:Overworld_true=true - } - - apatite { - B:Overworld_true=true - } - - tetrahedrite { - B:Overworld_true=true - } - - bauxite { - B:Overworld_true=true - } - - lignite { - B:Overworld_true=true - } - - olivine { - B:Overworld_true=true - } - - netherquartz { - B:Overworld_false=false - } - - nickel { - B:Overworld_true=true - } - - gold { - B:Overworld_true=true - } - - manganese { - B:Overworld_true=true - } - - tungstate { - B:Overworld_true=true - } - - sapphire { - B:Overworld_true=true - } - - molybdenum { - B:Overworld_true=true - } - - quartz { - B:Overworld_true=true - } - - pitchblende { - B:Overworld_true=true - } - - galena { - B:Overworld_true=true - } - - platinum { - B:Overworld_true=true - } - - diamond { - B:Overworld_true=true - } - - naquadah { - B:Overworld_false=false - } - - coal { - B:Overworld_true=true - } - - uranium { - B:Overworld_true=true - } - - soapstone { - B:Overworld_true=true - } - - } - - small { - - copper { - B:Overworld_true=true - } - - tin { - B:Overworld_true=true - } - - bismuth { - B:Overworld_true=true - } - - coal { - B:Overworld_true=true - } - - iron { - B:Overworld_true=true - } - - lead { - B:Overworld_true=true - } - - zinc { - B:Overworld_true=true - } - - gold { - B:Overworld_true=true - } - - silver { - B:Overworld_true=true - } - - nickel { - B:Overworld_true=true - } - - lapis { - B:Overworld_true=true - } - - diamond { - B:Overworld_true=true - } - - emerald { - B:Overworld_true=true - } - - ruby { - B:Overworld_true=true - } - - sapphire { - B:Overworld_true=true - } - - greensapphire { - B:Overworld_true=true - } - - olivine { - B:Overworld_true=true - } - - topaz { - B:Overworld_true=true - } - - tanzanite { - B:Overworld_true=true - } - - amethyst { - B:Overworld_true=true - } - - opal { - B:Overworld_true=true - } - - jasper { - B:Overworld_true=true - } - - bluetopaz { - B:Overworld_true=true - } - - amber { - B:Overworld_true=true - } - - foolsruby { - B:Overworld_true=true - } - - garnetred { - B:Overworld_true=true - } - - garnetyellow { - B:Overworld_true=true - } - - redstone { - B:Overworld_true=true - } - - platinum { - B:Overworld_false=false - } - - iridium { - B:Overworld_false=false - } - - netherquartz { - B:Overworld_false=false - } - - saltpeter { - B:Overworld_false=false - } - - sulfur_n { - B:Overworld_false=false - } - - sulfur_o { - B:Overworld_true=true - } - - } - - } - - overworld { - - stone { - - blackgranite { - - tiny { - B:Overworld_true=true - } - - small { - B:Overworld_true=true - } - - medium { - B:Overworld_true=true - } - - large { - B:Overworld_true=true - } - - huge { - B:Overworld_true=true - } - - } - - redgranite { - - tiny { - B:Overworld_true=true - } - - small { - B:Overworld_true=true - } - - medium { - B:Overworld_true=true - } - - large { - B:Overworld_true=true - } - - huge { - B:Overworld_true=true - } - - } - - marble { - - tiny { - B:Overworld_true=true - } - - small { - B:Overworld_true=true - } - - medium { - B:Overworld_true=true - } - - large { - B:Overworld_true=true - } - - huge { - B:Overworld_true=true - } - - } - - basalt { - - tiny { - B:Overworld_true=true - } - - small { - B:Overworld_true=true - } - - medium { - B:Overworld_true=true - } - - large { - B:Overworld_true=true - } - - huge { - B:Overworld_true=true - } - - } - - } - - } - - } - -} - - diff --git a/config/IC2.ini b/config/IC2.ini deleted file mode 100644 index d3e7151b25..0000000000 --- a/config/IC2.ini +++ /dev/null @@ -1,168 +0,0 @@ -; ic2 general config -; created Nov 24, 2019 6:42:09 PM -;--- - -[worldgen] -; Enable generation of rubber trees in the world. -rubberTree = true -; Enable generation of copper in the world. -copperOre = true -; Enable generation of tin in the world. -tinOre = true -; Enable generation of uranium in the world. -uraniumOre = true -; Enable generation of Lead in the world. -leadOre = true -; Factor scaling the IC2 ore generation quantity. -oreDensityFactor = 1.0 - -[protection] -; Enable logging of players when they remove a machine using a wrench. -wrenchLogging = true -; Maximum Explosion power of a nuke, where TNT is 4. -nukeExplosionPowerLimit = 60 -; Maximum explosion power of a nuclear reactor, where TNT is 4. -reactorExplosionPowerLimit = 45 -; Enable the nuke -enableNuke = true - -[balance] -; Maximum battery tier usable by the miner. -; 1 = batteries, 2 = lead batteries, 3 = energy crystals, 4 = lapotron crystals -minerDischargeTier = 1 -; Increase the energy use by the player's inventory weight when going through a teleporter. -teleporterUseInventoryWeight = true -; Ratio of energy retained inside energy storage block Items when wrenched. -; 0 (nothing) ... 1 (100%), default 0.8 (80 %) -energyRetainedInStorageBlockDrops = 0.8 -; Factor to scale the UU-Matter production energy requirement. -uuEnergyFactor = 1.0 -; Disable the vanilla ender chest, removing existing ones from the world as well. -disableEnderChest = false -; Comma separated list of blocks and items which should not be turned into scrap by the recycler. -; Format: <name>[@metadata], metadata * matches any. -; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name. -recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold -; Whitelist for blocks/items allowed to be recycled. -; The whitelist will be used instead of the blacklist approach if it's non-empty, disallowing everything else. -; The format is the same as the blacklist. -recyclerWhitelist = -; Allow to pick blocks up using just a pickaxe instead of needing a wrench. -ignoreWrenchRequirement = false - -; Base energy generation factors - increase for higher energy yield. -[balance / energy / generator] -generator = 1.0 -geothermal = 1.0 -; Deprecated, because of Kinetic Watermill -water = 1.0 -solar = 1.0 -; Deprecated, because of Kinetic Windmill -wind = 1.0 -nuclear = 1.0 -semiFluidOil = 1.0 -semiFluidFuel = 1.0 -semiFluidBiomass = 1.0 -semiFluidBioethanol = 1.0 -semiFluidBiogas = 1.0 -Stirling = 1.0 -Kinetic = 1.0 -radioisotope = 1.0 - -; Base heat generation factors - increase for higher heat yield. -[balance / energy / heatgenerator] -semiFluidOil = 1.0 -semiFluidFuel = 1.0 -semiFluidBiomass = 1.0 -semiFluidBioethanol = 1.0 -semiFluidBiogas = 1.0 -solid = 1.0 -radioisotope = 1.0 -electric = 1.0 - -; Base kinetic generation factors - increase for higher kinetic energy yield. -[balance / energy / kineticgenerator] -water = 1.0 -wind = 1.0 -manual = 1.0 -steam = 1.0 -electric = 1.0 - -; Basically the amount of hU the conversion of one mB of Liquid takes/gives -[balance / energy / fluidconversion] -; Lava -> PahoehoeLava -heatExchangerLava = 1.0 -; Hot Coolant <-> Cold Coolant -heatExchangerHotCoolant = 1.0 -; Hot Water <- Water -heatExchangerWater = 1.0 - -; Base Coolant conversion rate for FluidReactors. -[balance / energy / FluidReactor] -outputModifier = 1.0 - -; Balace Value for Turbine Livetime in sec. Default 86400sec = 24h -[balance / SteamKineticGenerator] -rotorlivetime = 86400 - -; Balace Values for calcification default 100.000mB Water -> to failure -[balance / steamgenerator / calcification] -maxcalcification = 100000 - -; Balance Values for Fermenter -[balance / fermenter] -need_amount_biomass_per_run = 10 -output_amount_biogas_per_run = 200 -hU_per_run = 8000 -biomass_per_fertilizier = 500 - -; Additional initial uu values, a value of 1 equals cobblestone. -; Recipes may cause the final value be lower than the one specified here. -; Format: <name>[@metadata] = <value> -[balance / uu-values / predefined] -IC2:itemOreIridium = 12000 - -[recipes] -; To modify recipes or add custom recipes, copy the corresponding .ini file to -; "minecraft/config/ic2" and modify it. -; -; Disable IC2 crafting recipes with the specified output, comma separated list. -; Recipes in the additional section below aren't affected. -; Format: <name>[@metadata], e.g. minecraft:bucket to disable IC2's bucket recipe from tin. -disable = -; Purge crafting recipes with the specified output, including vanilla and mod ones, comma separated list. -; Recipes in the additional section below aren't affected. -; Format: <name>[@metadata], e.g. minecraft:tnt to disable crafting tnt. -purge = -; Enable crafting of IC2 coins, otherwise they have to be spawned in and are thus limited. -allowCoinCrafting = true -; Allow only IC2 circuits to be used in IC2's recipes. -requireIc2Circuits = false -; Adjust smelting recipes to always output IC2 items if available. -smeltToIc2Items = false -; Ignore invalid recipes. -ignoreInvalidRecipes = false - -[misc] -; Enable IC2's custom sound system. -enableIc2Audio = true -; Maximum number of active audio sources, only change it if you know what you're doing. -maxAudioSourceCount = 32 -; Enable hiding of secret recipes in CraftGuide/NEI. -hideSecretRecipes = true -; Enable activation of the quantum leggings' speed boost when sprinting instead of holding the boost key. -quantumSpeedOnSprint = true -; Enable burning of scrap in a generator. -allowBurningScrap = true -; Comma separated list with ores the miner should harvest. -; Format: <name>[@metadata], e.g. minecraft:torch, minecraft:chest -; The metadata * will match any, e.g. minecraft:log@*. -; Ore dictionary entries can be specified with OreDict:<ore dict name> as the name. -additionalValuableOres = -; Use the new highly experimental current + voltage energy net model with energy loss. -; Only set this to true if you know what you are doing. -useLinearTransferModel = false -; Potion ID of radiation potion. -; Do not change this after you created a world... -radiationPotionID = 24 - diff --git a/config/NEI/client.cfg b/config/NEI/client.cfg deleted file mode 100644 index 43fc1edccb..0000000000 --- a/config/NEI/client.cfg +++ /dev/null @@ -1,62 +0,0 @@ -#Main configuration of NEI. -#Most of these options can be changed ingame. -#Deleting any element will restore it to it's default value - -checkUpdates=true - -#Change these options if you have a different mod installed on the server that handles the commands differently, Eg. Bukkit Essentials -command -{ - creative=/gamemode {0} {1} - heal= - item=/give {0} {1} {2} {3} {4} - rain=/toggledownfall - time=/time set {0} -} - -inventory -{ - cheatmode=2 - gamemodes=creative, creative+, adventure - hidden=false - itemIDs=1 - itemsort=nei.itemsort.minecraft,nei.itemsort.mod,nei.itemsort.id,nei.itemsort.default,nei.itemsort.damage,nei.itemsort.name - layoutstyle=0 - #For those who can't help themselves. - #Set this to a mode and you will be unable to change it ingame - lockmode=-1 - profileRecipes=false - searchmode=1 - utilities=delete, magnet - widgetsenabled=true -} - -keys -{ - gui.back=14 - gui.enchant=45 - gui.hide=24 - gui.next=209 - gui.potion=25 - gui.prev=201 - gui.recipe=19 - gui.search=33 - gui.usage=22 - world.chunkoverlay=67 - world.creative=0 - world.dawn=0 - world.dusk=0 - world.heal=0 - world.highlight_tips=82 - world.midnight=0 - world.moboverlay=65 - world.noon=0 - world.rain=0 -} - -world -{ - highlight_tips=false - highlight_tips.x=5000 - highlight_tips.y=100 -} diff --git a/config/Ztones.cfg b/config/Ztones.cfg deleted file mode 100644 index b3d51e2cf4..0000000000 --- a/config/Ztones.cfg +++ /dev/null @@ -1,58 +0,0 @@ -# Configuration file
-
-blocks {
- B:enableAgon=true
- B:enableAzur=true
- B:enableBitt=true
- B:enableCray=true
- B:enableFort=true
- B:enableGlac=true
- B:enableIszm=true
- B:enableJelt=true
- B:enableKorp=true
- B:enableKryp=true
- B:enableLair=true
- B:enableLave=true
- B:enableMint=true
- B:enableMyst=true
- B:enableReds=true
- B:enableReed=true
- B:enableRoen=true
- B:enableSols=true
- B:enableSync=true
- B:enableTank=true
- B:enableTest=false
- B:enableVect=true
- B:enableVena=true
- B:enableZane=true
- B:enableZech=true
- B:enableZest=true
- B:enableZeta=true
- B:enableZion=true
- B:enableZkul=true
- B:enableZoea=true
- B:enableZome=true
- B:enableZone=true
- B:enableZorg=true
- B:enableZyth=true
-}
-
-
-items {
- B:" Mini Charcoal"=true
- B:"Diamond Zane"=true
- B:"MSG Pill"=true
- B:"Mini Coal"=true
- B:Ofanix=true
- B:"Splat Axe"=true
- B:"Terrain Eater"=true
- B:"Totem Tool"=true
-}
-
-
-tweaks {
- # Enables dungeon chest loot [default: true]
- B:enableChestGen=true
-}
-
-
diff --git a/config/devtips.cfg b/config/devtips.cfg deleted file mode 100644 index 7a42a20e8f..0000000000 --- a/config/devtips.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file
-
-general {
- # If set to false, tooltips will be shown without pressing Ctrl. [default: true]
- B:requiresCtrl=true
-
- # If set to false, tooltips will be shown without going into Advanced Info mode (F3 + H). [default: true]
- B:"requiresF3+H"=false
-
- # If set to true, item and block class names of items and blocks will be shown in the tooltip. Only useful for programmers. [default: true]
- B:showClassNames=true
-
- # If set to true, FluidRegistry names of fluids and fluid containers will be shown in the tooltip. [default: true]
- B:showFluidRegistryNames=true
-
- # If set to true, GameRegistry names of items and blocks will be shown in the tooltip. [default: true]
- B:showGameRegistryNames=true
-
- # If set to true, OreDictionary entries of items and blocks will be shown in the tooltip. [default: true]
- B:showOreDictNames=true
-
- # Set this to false to disable the 'Press Ctrl for more info' message [default: true]
- B:showShortMessage=true
-}
-
-
diff --git a/config/endercore/cropConfig.json b/config/endercore/cropConfig.json deleted file mode 100644 index 08eaceac76..0000000000 --- a/config/endercore/cropConfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{"data": - [ - { - "seed":"minecraft:wheat_seeds", - "block":"minecraft:wheat" - }, - { - "seed":"minecraft:carrot", - "block":"minecraft:carrots" - }, - { - "seed":"minecraft:potato", - "block":"minecraft:potatoes" - }, - { - "seed":"minecraft:nether_wart", - "block":"minecraft:nether_wart", - "meta":3 - } - ] -}
\ No newline at end of file diff --git a/config/endercore/endercore.cfg b/config/endercore/endercore.cfg deleted file mode 100644 index 411d562f10..0000000000 --- a/config/endercore/endercore.cfg +++ /dev/null @@ -1,108 +0,0 @@ -# Configuration file - -enchants { - # Allow the Auto Smelt enchant to be registered. - # [default\: true] - B:allowAutoSmelt=true - - # Allow the Auto Smelt enchant to work with Fortune. - # [default\: true] - B:allowAutoSmeltWithFortune=true - - # Allow the XP Boost enchant to be registered. - # [default\: true] - B:allowXPBoost=true - - # Enchant ID for the Auto Smelt enchant. - # [range\: 0 ~ 255, default\: 46] - I:enchantIDAutoSmelt=46 - - # Enchant ID for the XP boost enchant. - # [range\: 0 ~ 255, default\: 45] - I:enchantIDXPBoost=45 -} - - -general { - # Disabling this option will prevent any crops added to the config json from being right clickable. - # [default\: true] - B:allowCropRC=true - - # Prevent tick speedup (i.e. torcherino) on any TE that uses the base TE class from EnderCore - # [default\: false] - B:allowExternalTickSpeedup=false - - # The max amount of XP levels an anvil recipe can use. - # [default\: 40] - I:anvilMaxLevel=40 - - # The way the game should have been made (Yes this is the fireworks thing). - # [default\: true] - B:betterAchievements=true - - # Controls the default sorting on the mod list GUI. - # 0 - Default sort (load order) - # 1 - A to Z sort - # 2 - Z to A sort - # [range\: 0 ~ 2, default\: 1] - I:defaultModSort=1 - - # Removes all void fog. - # 0 = off - # 1 = DEFAULT worldtype only - # 2 = all world types - # [range\: 0 ~ 2, default\: 1] - I:disableVoidFog=1 - - # Show durability on item tooltips. - # 0 - Off - # 1 - Always on - # 2 - Only with shift - # 3 - Only in debug mode - # [range\: 0 ~ 3, default\: 1] - I:showDurabilityTooltips=1 - - # Show oredictionary names of every item in its tooltip. - # 0 - Off - # 1 - Always on - # 2 - Only with shift - # 3 - Only in debug mode - # [range\: 0 ~ 3, default\: 2] - I:showOredictTooltips=2 - - # Show item registry names in tooltips. - # 0 - Off - # 1 - Always on - # 2 - Only with shift - # 3 - Only in debug mode - # [range\: 0 ~ 3, default\: 3] - I:showRegistryNameTooltips=3 - - # 0 - Do nothing - # 1 - Remove stacktraces, leave 1-line missing texture errors - # 2 - Remove all missing texture errors completely. - # [range\: 0 ~ 2, default\: 1] - I:textureErrorRemover=1 -} - - -tweaks { - B:bookToPaperRecipe=true - - # Makes boats stack to 16 - # [default\: true] - B:changeBoatStackSize=true - - # Makes the bed stepSound wool instead of stone - # [default\: true] - B:fixBedSound=true - - # Allows packed ice to be mined with a pickaxe - # [default\: true] - B:fixPackedIceTool=true - B:infinibow=true - B:shapelessPaperRecipe=true - B:slabToBlockRecipes=true -} - - diff --git a/config/enderio/AlloySmelterRecipes_Core.xml b/config/enderio/AlloySmelterRecipes_Core.xml deleted file mode 100644 index f9480209eb..0000000000 --- a/config/enderio/AlloySmelterRecipes_Core.xml +++ /dev/null @@ -1,408 +0,0 @@ -<!-- - IMPORTANT: - This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all - modifications made to it will be lost. To add or modify recipes please use 'AlloySmelterRecipes_User.xml'. - - Please refer to the documentation in 'SAGMillRecipes_Core.xml or _User.xml' for details on the format used. Recipes for - the alloy smelter have multiple inputs (up to three) and a single output. Multiple output tags can be used as long as - they are for the same item. This allows 'chance' outputs, for example, if you wanted to output some 4 bronze ingots - with a 50% chance of a fifth, you would use: - - <recipe name="Smelted Bronze" energyCost="750" > - <input> - <itemStack oreDictionary="ingotCopper" number="1" /> - </input> - <input> - <itemStack oreDictionary="ingotTon" number="3" /> - </input> - <output> - <itemStack oreDictionary="ingotBronze" number="4" exp="0.5" /> - <itemStack oreDictionary="ingotBronze" number="1" exp="0.5" chance="0.5" /> - </output> - </recipe> - - The 'exp' value ranges from 0-1. Some examples values from a vanilla furnace are: - gold=1 - iron=0.7 - food=0.35 - sand/cobble/wood=0.1 - - Recipes can also be added using forge IMC messages. For example, in the init method of a mod: - - String recipe = - "<recipeGroup name=\"cheaty\" >" + - "<recipe name=\"foo\" energyCost=\"2400\" >" + - "<input>" + - "<itemStack modID=\"minecraft\" itemName=\"dirt\" />" + - "</input>" + - "<output>" + - "<itemStack modID=\"minecraft\" itemName=\"diamond\" />" + - "</output>" + - "</recipe>" + - "</recipeGroup>"; - FMLInterModComms.sendMessage("EnderIO", "recipe:alloysmelter", recipe); - - Item Information and data dumps: - - To write all registered items to config/modObjectsRegistery.txt include: - - <dumpRegistry modObjects="true" /> - - To write the contents of the ore dictionary to config/oreDictionaryRegistery.txt include: - - <dumpRegistery oreDictionary="true" /> - - To show ore dictionary and/or registered names, in the EnderCore config set: - - addRegistryNameTooltip=true - addOreDictionaryTooltips=true - ---> - -<AlloySmelterRecipes> - - <recipeGroup name="EnderIO" > <!-- Required for EnderIO to function correctly. --> - <recipe name="Electrical Steel" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="iron_ingot" /> - <itemStack oreDictionary="dustCoal" /> - <itemStack oreDictionary="itemSilicon" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="0" exp="0.5" /> - </output> - </recipe> - <recipe name="Energetic Alloy" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="redstone" /> - <itemStack modID="minecraft" itemName="gold_ingot" /> - <itemStack modID="minecraft" itemName="glowstone_dust" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="1" exp="0.7" /> - </output> - </recipe> - <recipe name="Vibrant Alloy" energyCost="10000" > - <input> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="1" /> <!-- Energetic Alloy --> - <itemStack modID="minecraft" itemName="ender_pearl" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="2" exp="1" /> - </output> - </recipe> - <recipe name="Redstone Alloy" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="redstone" /> - <itemStack modID="EnderIO" itemName="itemMaterial" itemMeta="0" /> <!-- Silicon --> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="3" exp="0.5" /> - </output> - </recipe> - <recipe name="Conductive Iron" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="redstone" /> - <itemStack modID="minecraft" itemName="iron_ingot" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="4" exp="0.5" /> - </output> - </recipe> - <recipe name="Pulsating Iron" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="iron_ingot" /> - <itemStack modID="minecraft" itemName="ender_pearl" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="5" exp="0.7" /> - </output> - </recipe> - <recipe name="Dark Steel" energyCost="20000" > - <input> - <itemStack modID="minecraft" itemName="iron_ingot" /> - <itemStack oreDictionary="dustCoal" /> - <itemStack modID="minecraft" itemName="obsidian" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="6" exp="0.5" /> - </output> - </recipe> - <recipe name="Soularium" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="soul_sand" /> - <itemStack modID="minecraft" itemName="gold_ingot" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" exp="0.7" /> - </output> - </recipe> - <recipe name="Fused Quartz" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="0" exp="0.5" /> - </output> - </recipe> - <recipe name="Fused Glass" energyCost="2500" > - <input> - <itemStack oreDictionary="sand" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="1" exp="0.2" /> - </output> - </recipe> - <recipe name="Enlightened Fused Quartz" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz" number="4" /> - <itemStack modID="minecraft" itemName="glowstone_dust" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="2" exp="0.5" /> - </output> - </recipe> - <recipe name="Enlightened Fused Quartz 2" energyCost="5000" > - <input> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="0" /> - <itemStack modID="minecraft" itemName="glowstone_dust" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="2" exp="0.5" /> - </output> - </recipe> - <recipe name="Enlightened Fused Glass" energyCost="2500" > - <input> - <itemStack oreDictionary="sand" /> - <itemStack modID="minecraft" itemName="glowstone_dust" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="3" exp="0.2" /> - </output> - </recipe> - <recipe name="Enlightened Fused Glass 2" energyCost="2500" > - <input> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="1" /> - <itemStack modID="minecraft" itemName="glowstone_dust" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="3" exp="0.2" /> - </output> - </recipe> - <recipe name="Fused Quartz from Block" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz_block" number="1" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="0" exp="0.5" /> - </output> - </recipe> - <recipe name="Enlightened Fused Quartz from Block" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz_block" number="1" /> - <itemStack modID="minecraft" itemName="glowstone_dust" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="2" exp="0.5" /> - </output> - </recipe> - <recipe name="Enlightened Fused Quartz from Block 2" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz_block" number="1" /> - <itemStack modID="minecraft" itemName="glowstone" number="1" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="2" exp="0.5" /> - </output> - </recipe> - <recipe name="Enlightened Fused Quartz from Block 3" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz" number="4" /> - <itemStack modID="minecraft" itemName="glowstone" number="1" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="2" exp="0.5" /> - </output> - </recipe> - <recipe name="Enlightened Fused Quartz from Block 4" energyCost="5000" > - <input> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="0" /> - <itemStack modID="minecraft" itemName="glowstone" number="1" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="2" exp="0.5" /> - </output> - </recipe> - <recipe name="Dark Fused Quartz" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz" number="4" /> - <itemStack oreDictionary="dyeBlack" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="4" exp="0.5" /> - </output> - </recipe> - <recipe name="Dark Fused Quartz from Block" energyCost="5000" > - <input> - <itemStack modID="minecraft" itemName="quartz_block" number="1" /> - <itemStack oreDictionary="dyeBlack" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="4" exp="0.5" /> - </output> - </recipe> - <recipe name="Dark Fused Quartz from Block 2" energyCost="5000" > - <input> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="0" /> - <itemStack oreDictionary="dyeBlack" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="4" exp="0.5" /> - </output> - </recipe> - <recipe name="Dark Fused Glass" energyCost="2500" > - <input> - <itemStack oreDictionary="sand" /> - <itemStack oreDictionary="dyeBlack" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="5" exp="0.2" /> - </output> - </recipe> - <recipe name="Dark Fused Glass 2" energyCost="2500" > - <input> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="1" /> - <itemStack oreDictionary="dyeBlack" number="4" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockFusedQuartz" itemMeta="5" exp="0.2" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Thermal Expansion" > - <recipe name="Electrum Ingot" energyCost="2000" > - <input> - <itemStack oreDictionary="ingotGold" /> - <itemStack oreDictionary="ingotSilver" /> - </input> - <output> - <itemStack oreDictionary="ingotElectrum" number="2" exp="0.25" /> - </output> - </recipe> - <recipe name="Invar Ingot" energyCost="3000" > - <input> - <itemStack oreDictionary="ingotNickel" /> - <itemStack oreDictionary="ingotIron" number="2" /> - </input> - <output> - <itemStack oreDictionary="ingotInvar" number="3" exp="0.25" /> - </output> - </recipe> - <recipe name="Hardened Glass" energyCost="4000" > - <input> - <itemStack oreDictionary="dustObsidian" number="4" /> - <itemStack oreDictionary="ingotLead" /> - </input> - <output> - <itemStack modID="ThermalExpansion" itemName="Glass" number="2" /> - </output> - </recipe> - <recipe name="Bronze" energyCost="4000" > - <input> - <itemStack oreDictionary="ingotCopper" number="3" /> - <itemStack oreDictionary="ingotTin" /> - </input> - <output> - <itemStack oreDictionary="ingotBronze" number="4" /> - </output> - </recipe> - <recipe name="Enderium Base" energyCost="4000" > - <input> - <itemStack oreDictionary="ingotTin" number="2" /> - <itemStack oreDictionary="ingotSilver" /> - <itemStack oreDictionary="ingotPlatinum" /> - </input> - <output> - <itemStack oreDictionary="ingotEnderiumBase" number="4" /> - </output> - </recipe> - <recipe name="Enderium" energyCost="50000" > - <input> - <itemStack oreDictionary="ingotEnderiumBase" number="2" /> - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="512" /> - <itemStack modID="minecraft" itemName="ender_pearl" number="2" /> - </input> - <output> - <itemStack oreDictionary="ingotEnderium" number="2" /> - </output> - </recipe> - <recipe name="Fluxed Electrum" energyCost="32000" > - <input> - <itemStack oreDictionary="ingotElectrum" number="2" /> - <itemStack modID="minecraft" itemName="redstone" number="4" /> - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="512" /> - </input> - <output> - <itemStack oreDictionary="ingotElectrumFlux" number="2" /> - </output> - </recipe> - <recipe name="Signalum" energyCost="32000" > - <input> - <itemStack oreDictionary="ingotCopper" number="3" /> - <itemStack oreDictionary="ingotSilver" /> - <itemStack modID="minecraft" itemName="redstone" number="10" /> - </input> - <output> - <itemStack oreDictionary="ingotSignalum" number="4" /> - </output> - </recipe> - <recipe name="Lumium from dust" energyCost="32000" > - <input> - <itemStack oreDictionary="ingotTin" number="3" /> - <itemStack oreDictionary="ingotSilver" /> - <itemStack modID="minecraft" itemName="glowstone_dust" number="4" /> - </input> - <output> - <itemStack oreDictionary="ingotLumium" number="4" /> - </output> - </recipe> - <recipe name="Lumium" energyCost="32000" > - <input> - <itemStack oreDictionary="ingotTin" number="3" /> - <itemStack oreDictionary="ingotSilver" /> - <itemStack modID="minecraft" itemName="glowstone" /> - </input> - <output> - <itemStack oreDictionary="ingotLumium" number="4" /> - </output> - </recipe> - </recipeGroup> - - <vanillaFurnaceRecipes enabled="true" /> - -</AlloySmelterRecipes> - -<!-- This is an optional Steel Recipe, append one or both of these to a group in the 'AlloySmelterRecipes_User.xml' - - <recipe name="Steel" energyCost="8000" > - <input> - <itemStack oreDictionary="ingotIron" number="1" /> - <itemStack oreDictionary="dustCoal" number="2" /> - </input> - <output> - <itemStack oreDictionary="ingotSteel" number="1" /> - </output> - </recipe> - - <recipe name="Steel - Charcoal" energyCost="8000" > - <input> - <itemStack oreDictionary="ingotIron" number="1" /> - <itemStack modID="minecraft" itemName="coal" itemMeta="1" number="4" /> - </input> - <output> - <itemStack oreDictionary="ingotSteel" number="1" /> - </output> - </recipe> - ---> diff --git a/config/enderio/AlloySmelterRecipes_User.xml b/config/enderio/AlloySmelterRecipes_User.xml deleted file mode 100644 index 1bc5a68287..0000000000 --- a/config/enderio/AlloySmelterRecipes_User.xml +++ /dev/null @@ -1,31 +0,0 @@ -<!-- - Custom recipes that will not be over written by Ender IO are added here. Examples of recipes can be found in the - AlloySmelterRecipes_Core.xml and general format documentation in the SAGMillRecipes_Core/User. - - As well as adding custom recipes to the operation of the Alloy Smelter, a vanilla furnace recipe can be controlled. - It can be disabled completely by simply adding this line: - - <vanillaFurnaceRecipes enabled="false" /> - - It is also possible to selectively disable vanilla furnace recipes. The following example disables the smelting of iron - ingots, ender pearls, and any form of iron ore registered in the ore dictionary. - - <vanillaFurnaceRecipes> - - <exclude> - <itemStack modID="minecraft" itemName="iron_ingot" /> - <itemStack modID="minecraft" itemName="ender_pearl" /> - <itemStack oreDictionary="oreIron" /> - </exclude> - - </vanillaFurnaceRecipes> - - Add this line to disable the creation of TE alloys using the Alloy Smelter. - - <recipeGroup name="Thermal Expansion" enabled="false" /> - ---> - -<AlloySmelterRecipes> - -</AlloySmelterRecipes> diff --git a/config/enderio/EnchanterRecipes_Core.xml b/config/enderio/EnchanterRecipes_Core.xml deleted file mode 100644 index 3f55fa7249..0000000000 --- a/config/enderio/EnchanterRecipes_Core.xml +++ /dev/null @@ -1,118 +0,0 @@ -<!-- - IMPORTANT: - This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all - modifications made to it will be lost. To add or modify recipes please use 'EnchanterRecipes_User.xml'. - - Costs are calculated as follows: - - level = enchantmentItem.stackSize - levelCost = Config.enchanterBaseLevelCost; - for (int i = 0; i < level; i++) { - levelCost += costPerLevel * level; - } - ---> - -<enchaterRecipes> - - <enchantment name="enchantment.protect.all" costPerLevel="1" > - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="6" number="16" /> - </enchantment> - <enchantment name="enchantment.protect.fire" costPerLevel="2" > - <itemStack modID="minecraft" itemName="blaze_powder" number="16" /> - </enchantment> - <enchantment name="enchantment.protect.fall" costPerLevel="2" > - <itemStack modID="minecraft" itemName="feather" /> - </enchantment> - <enchantment name="enchantment.protect.explosion" costPerLevel="2" > - <itemStack modID="minecraft" itemName="gunpowder" number="16" /> - </enchantment> - <enchantment name="enchantment.protect.projectile" costPerLevel="2" > - <itemStack modID="minecraft" itemName="arrow" number="16" /> - </enchantment> - <enchantment name="enchantment.oxygen" costPerLevel="4" > - <itemStack modID="minecraft" itemName="glass_bottle" /> - </enchantment> - <enchantment name="enchantment.waterWorker" costPerLevel="4" > - <itemStack modID="minecraft" itemName="waterlily" /> - </enchantment> - <enchantment name="enchantment.thorns" costPerLevel="8" > - <itemStack modID="minecraft" itemName="double_plant" itemMeta="4" /> - </enchantment> - <enchantment name="enchantment.damage.all" costPerLevel="1" > - <itemStack modID="minecraft" itemName="quartz" number="12" /> - </enchantment> - <enchantment name="enchantment.damage.undead" costPerLevel="2" > - <itemStack modID="minecraft" itemName="rotten_flesh" number="12" /> - </enchantment> - <enchantment name="enchantment.damage.arthropods" costPerLevel="2" > - <itemStack modID="minecraft" itemName="spider_eye" number="12" /> - </enchantment> - <enchantment name="enchantment.knockback" costPerLevel="2" > - <itemStack modID="minecraft" itemName="piston" /> - </enchantment> - <enchantment name="enchantment.fire" costPerLevel="4" > - <itemStack modID="minecraft" itemName="blaze_rod" number="8" /> - </enchantment> - <enchantment name="enchantment.lootBonus" costPerLevel="4" > - <itemStack oreDictionary="itemSkull" /> - </enchantment> - <enchantment name="enchantment.digging" costPerLevel="1" > - <itemStack modID="minecraft" itemName="redstone" number="12" /> - </enchantment> - <enchantment name="enchantment.untouching" costPerLevel="26" > - <itemStack modID="minecraft" itemName="slime_ball" /> - </enchantment> - <enchantment name="enchantment.durability" costPerLevel="2" > - <itemStack modID="minecraft" itemName="obsidian" /> - </enchantment> - <enchantment name="enchantment.lootBonusDigger" costPerLevel="4" > - <itemStack modID="minecraft" itemName="emerald" number="4" /> - </enchantment> - <enchantment name="enchantment.arrowDamage" costPerLevel="1" > - <itemStack modID="minecraft" itemName="flint" number="12" /> - </enchantment> - <enchantment name="enchantment.arrowKnockback" costPerLevel="4" > - <itemStack modID="minecraft" itemName="string" /> - </enchantment> - <enchantment name="enchantment.arrowFire" costPerLevel="1" > - <itemStack modID="minecraft" itemName="netherrack" /> - </enchantment> - <enchantment name="enchantment.arrowInfinite" costPerLevel="26" > - <itemStack modID="minecraft" itemName="ender_pearl" /> - </enchantment> - <enchantment name="enchantment.lootBonusFishing" costPerLevel="4" > - <itemStack modID="minecraft" itemName="dye" itemMeta="4" /> - </enchantment> - <enchantment name="enchantment.fishingSpeed" costPerLevel="4" > - <itemStack modID="minecraft" itemName="fish" /> - </enchantment> - <enchantment name="enchantment.enderio.soulBound" costPerLevel="21" > - <itemStack modID="EnderIO" itemName="itemMaterial" itemMeta="8" /> - </enchantment> - <enchantment name="enchantment.enderzoo.witherArrow" costPerLevel="6" > - <itemStack modID="EnderZoo" itemName="witheringDust" /> - </enchantment> - - <!-- The wither potion in the creative tab has a meta of 8235 while a brewed potion has one of 8203 - so adding both--> - <enchantment name="enchantment.enderzoo.witherWeapon" costPerLevel="6" > - <itemStack modID="minecraft" itemName="potion" itemMeta="8235" /> - </enchantment> - <enchantment name="enchantment.enderzoo.witherWeapon" costPerLevel="6" > - <itemStack modID="minecraft" itemName="potion" itemMeta="8203" /> - </enchantment> - <enchantment name="enchantment.repair" costPerLevel="6" > - <itemStack modID="minecraft" itemName="anvil" /> - </enchantment> - <enchantment name="enchantment.soul_stealer" costPerLevel="6" > - <itemStack modID="SSTOW" itemName="sstow_soul_shard" /> - </enchantment> - <enchantment name="enchant.cofh.holding" costPerLevel="6" > - <itemStack modID="ThermalExpansion" itemName="Strongbox" itemMeta="3" /> - </enchantment> - <enchantment name="enchant.cofh.multishot" costPerLevel="6" > - <itemStack modID="ThermalFoundation" oreDictionary="dustAerotheum" /> - </enchantment> - -</enchaterRecipes> diff --git a/config/enderio/EnchanterRecipes_User.xml b/config/enderio/EnchanterRecipes_User.xml deleted file mode 100644 index c3dde89e61..0000000000 --- a/config/enderio/EnchanterRecipes_User.xml +++ /dev/null @@ -1,27 +0,0 @@ -<!-- An example of how to add the enchantments from Thaumcraft. - - <enchantment name="enchantment.potency" costPerLevel="5" > - <itemStack modID="Thaumcraft" itemName="ItemShard" itemMeta="1" /> - </enchantment> - - <enchantment name="enchantment.frugal" costPerLevel="5" > - <itemStack modID="Thaumcraft" itemName="ItemShard" itemMeta="4" /> - </enchantment> - - <enchantment name="enchantment.wandfortune" costPerLevel="5" > - <itemStack modID="Thaumcraft" itemName="blockCustomPlant" itemMeta="1" /> - </enchantment> - - <enchantment name="enchantment.haste" costPerLevel="5" > - <itemStack modID="Thaumcraft" itemName="blockMetalDevice" itemMeta="8" /> - </enchantment> - - <enchantment name="enchantment.repair" costPerLevel="15" > - <itemStack modID="Thaumcraft" itemName="BlockJarNodeItem" /> - </enchantment> - ---> - -<enchaterRecipes> - -</enchaterRecipes> diff --git a/config/enderio/EnderIO.cfg b/config/enderio/EnderIO.cfg deleted file mode 100644 index 34b35d1857..0000000000 --- a/config/enderio/EnderIO.cfg +++ /dev/null @@ -1,1058 +0,0 @@ -# Configuration file - -"advanced settings" { - # Enable per tick sampling on individual power inputs and outputs. This allows slightly more detailed messages from the RF Reader but has a negative impact on server performance. - B:perInterfacePowerTrackingEnabled=false -} - - -"aesthetic settings" { - # If set to true: fluid will not be shown in combustion generator tanks. Improves FPS. - B:combustionGeneratorUseOpaqueModel=true - - # Valid values are between 0-1, smallest conduits at 0, largest at 1. - # In SMP, all clients must be using the same value as the server. - D:conduitScale=0.6 - - # Use TheKazador's alternative model for the Dimensional Transceiver - B:useAlternateTransceiverModel=false - - # If set to true: WIP Combustion Generator model will be used - B:useCombustionGenModel=false -} - - -"anchor settings" { - # Number of ticks cooldown between activations (1 sec = 20 ticks) - I:travelAnchorCooldown=0 - - # Maximum number of blocks that can be traveled from one travel anchor to another. - I:travelAnchorMaxDistance=48 - - # Travel Anchors send a chat warning when skipping inaccessible anchors - B:travelAnchorSkipWarning=true - - # Add sneak as an option to activate travel anchors - B:travelAnchorSneak=true -} - - -"autocrafter settings" { - # RF used per autocrafted recipe - I:crafterRfPerCraft=2500 -} - - -"dark steel" { - # Chance that the dark steel anvil will take damage after repairing something. - D:darkSteelAnvilDamageChance=0.024000000208616257 - - # Number of levels required for the Apiarist Armor upgrade. - I:darkSteelApiaristArmorCost=10 - - # The increase in efficiency when powered. - D:darkSteelAxeEffeciencyBoostWhenPowered=2.0 - - # Power use (RF) per damage/durability point avoided. - I:darkSteelAxePowerUsePerDamagePoint=750 - - # How much slower shift-harvesting logs is. - D:darkSteelAxeSpeedPenaltyMultiHarvest=4.0 - - # Jump height modifier applied when jumping with Dark Steel Boots equipped - D:darkSteelBootsJumpModifier=1.5 - - # Base amount of power used per jump (RF) dark steel boots. The second jump in a 'double jump' uses 2x this etc - I:darkSteelBootsJumpPowerCost=150 - - # If true, dark steel armor will drain power stored (RF) in power containers in the players inventory. - B:darkSteelDrainPowerFromInventory=false - - # Amount of power used (RF) per block height of fall distance damage negated. - I:darkSteelFallDistanceCost=75 - - # Number of levels required for the 'Glider' upgrade. - I:darkSteelGliderCost=10 - - # Horizontal movement speed modifier when gliding. - D:darkSteelGliderHorizontalSpeed=0.03 - - # Rate of altitude loss when gliding. - D:darkSteelGliderVerticalSpeed=-0.05 - - # Rate of altitude loss when sprinting and gliding. - D:darkSteelGliderVerticalSpeedSprinting=-0.15 - - # Number of levels required for the Goggles of Revealing upgrade. - I:darkSteelGogglesOfRevealingCost=10 - - # Number of levels required for the 'Jump 1' upgrade. - I:darkSteelJumpOneCost=10 - - # Number of levels required for the 'Jump 3' upgrade. - I:darkSteelJumpThreeCost=20 - - # Number of levels required for the 'Jump 2' upgrade. - I:darkSteelJumpTwoCost=15 - - # Speed boost, in blocks per tick, that the DS ladder gives over the vanilla ladder. - D:darkSteelLadderSpeedBoost=0.05999999865889549 - - # Number of levels required for the 'Night Vision' upgrade. - I:darkSteelNightVisionCost=10 - - # If set to a value > 0, the obsidian speed and power use will be used for all blocks with hardness >= to this value. - D:darkSteelPickApplyObsidianEffeciencyAtHardess=40.0 - - # Power use (RF) per damage/durability point avoided when shift-harvesting multiple logs - I:darkSteelPickAxeUsePerDamagePointMultiHarvest=1500 - - # The increase in efficiency when powered. - D:darkSteelPickEffeciencyBoostWhenPowered=2.0 - - # The efficiency when breaking obsidian with a powered Dark Pickaxe. - I:darkSteelPickEffeciencyObsidian=50 - - # When true the dark steel pick will be able to mine TiC Ardite and Cobalt [default: true] - B:darkSteelPickMinesTiCArdite=true - - # The amount of power (RF) used to break an obsidian block. - I:darkSteelPickPowerUseObsidian=10000 - - # Power use (RF) per damage/durability point avoided. - I:darkSteelPickPowerUsePerDamagePoint=750 - - # A list of the amount of durability damage absorbed when items are powered. In order of upgrade level. 1=100% so items take no durability damage when powered. - D:darkSteelPowerDamgeAbsorptionRatios < - 0.5 - 0.6 - 0.75 - 0.95 - > - - # Amount of power stored (RF) per crystal in the armor items recipe. - I:darkSteelPowerStorage=100000 - - # Base amount of power stored by dark steel items. - I:darkSteelPowerStorageBase=100000 - - # Amount of power stored by dark steel items with a level 1 upgrade. - I:darkSteelPowerStorageLevelOne=150000 - - # Amount of power stored by dark steel items with a level 3 upgrade. - I:darkSteelPowerStorageLevelThree=1000000 - - # Amount of power stored by dark steel items with a level 2 upgrade. - I:darkSteelPowerStorageLevelTwo=250000 - - # The increase in effected area (radius) when powered and used on blocks. - I:darkSteelShearsBlockAreaBoostWhenPowered=2 - - # How much more durable as vanilla shears they are. - I:darkSteelShearsDurabilityFactor=5 - - # The increase in efficiency when powered. - D:darkSteelShearsEffeciencyBoostWhenPowered=2.0 - - # The increase in effected area (radius) when powered and used on sheep. - D:darkSteelShearsEntityAreaBoostWhenPowered=3.0 - - # Power use (RF) per damage/durability point avoided. - I:darkSteelShearsPowerUsePerDamagePoint=250 - - # If enabled allows the solar upgrade to charge non-darksteel armors that the player is wearing. - B:darkSteelSolarChargeOthers=true - - # Cost in XP levels of the Solar I upgrade. - I:darkSteelSolarOneCost=15 - - # RF per SECOND generated by the Solar I upgrade. Split between all equipped DS armors. - I:darkSteelSolarOneGen=10 - - # Cost in XP levels of the Solar II upgrade. - I:darkSteelSolarTwoCost=30 - - # RF per SECOND generated by the Solar II upgrade. Split between all equipped DS armors. - I:darkSteelSolarTwoGen=40 - - # Number of levels required for the 'Sound Locator' upgrade. - I:darkSteelSoundLocatorCost=10 - - # Number of ticks the 'Sound Locator' icons are displayed for. - I:darkSteelSoundLocatorLifespan=40 - - # Range of the 'Sound Locator' upgrade. - I:darkSteelSoundLocatorRange=40 - - # Number of levels required for the 'Speed 1' upgrade. - I:darkSteelSpeedOneCost=10 - - # Speed modifier applied when walking in the Dark Steel Boots with Speed I. - D:darkSteelSpeedOneSprintModifier=0.10000000149011612 - - # Speed modifier applied when walking in the Dark Steel Boots with Speed I. - D:darkSteelSpeedOneWalkModifier=0.10000000149011612 - - # Number of levels required for the 'Speed 3' upgrade. - I:darkSteelSpeedThreeCost=20 - - # Speed modifier applied when walking in the Dark Steel Boots with Speed I. - D:darkSteelSpeedThreeSprintMultiplier=0.5 - - # Speed modifier applied when walking in the Dark Steel Boots with Speed I. - D:darkSteelSpeedThreeWalkMultiplier=0.30000001192092896 - - # Number of levels required for the 'Speed 2' upgrade. - I:darkSteelSpeedTwoCost=15 - - # Speed modifier applied when walking in the Dark Steel Boots with Speed I. - D:darkSteelSpeedTwoSprintMultiplier=0.30000001192092896 - - # Speed modifier applied when walking in the Dark Steel Boots with Speed I. - D:darkSteelSpeedTwoWalkMultiplier=0.20000000298023224 - - # Number of levels required for the 'Spoon' upgrade. - I:darkSteelSpoonCost=10 - - # Amount of power stored (RF) per block walked when wearing the dark steel boots. - I:darkSteelSprintPowerCost=83 - - # Number of levels required for the 'Swim' upgrade. - I:darkSteelSwimCost=10 - - # The chance that an ender pearl will be dropped when using a dark steel sword (0 = no chance, 1 = 100% chance) - D:darkSteelSwordEnderPearlDropChance=1.0 - - # The chance for each looting level that an additional ender pearl will be dropped when using a dark steel sword (0 = no chance, 1 = 100% chance) - D:darkSteelSwordEnderPearlDropChancePerLooting=0.5 - - # The amount of power (RF) used per hit. - I:darkSteelSwordPowerUsePerHit=750 - - # The base chance that a skull will be dropped when using a powered dark steel sword (0 = no chance, 1 = 100% chance) - D:darkSteelSwordSkullChance=0.10000000149011612 - - # The chance per looting level that a skull will be dropped when using a powered dark steel sword (0 = no chance, 1 = 100% chance) - D:darkSteelSwordSkullLootingModifier=0.07500000298023224 - - # The base chance that a wither skull will be dropped when using a powered dark steel sword (0 = no chance, 1 = 100% chance) - D:darkSteelSwordWitherSkullChance=0.05000000074505806 - - # The chance per looting level that a wither skull will be dropped when using a powered dark steel sword (0 = no chance, 1 = 100% chance) - D:darkSteelSwordWitherSkullLootingModifie=0.05000000074505806 - - # Number of levels required for the 'Travel' upgrade. - I:darkSteelTravelCost=30 - - # Number of levels required for the 'Power 1. - I:darkSteelUpgradePowerOneCost=10 - - # Number of levels required for the 'Power 3' upgrade. - I:darkSteelUpgradePowerThreeCost=20 - - # Number of levels required for the 'Power 2. - I:darkSteelUpgradePowerTwoCost=15 - - # Number of levels required for the 'Empowered. - I:darkSteelUpgradeVibrantCost=10 - - # Amount of power stored (RF) per block walked when wearing the dark steel boots. - I:darkSteelWalkPowerCost=83 - - # The ratio of skull drops when a mob is killed by a 'FakePlayer', such as Killer Joe. When set to 0 no skulls will drop, at 1 the rate of skull drops is not modified - D:fakePlayerSkullChance=0.5 - - # Should the dark steel placement, when in the first (0th) slot, place the item in the last slot. If false, will place what's in the second slot. - B:shouldSlotZeroWrap=true - - # The base chance that an Enderman Skull will be dropped when using TiC Cleaver - D:ticCleaverSkullDropChance=0.10000000149011612 - - # The base chance that a skull will be dropped when using a non dark steel sword (0 = no chance, 1 = 100% chance) - D:vanillaSwordSkullChance=0.05000000074505806 -} - - -"efficiency settings" { - # Number of millibuckets per tick extracted by pressurized fluid conduits auto extracting - I:advancedFluidConduitExtractRate=100 - - # Number of millibuckets per tick that can pass through a single connection to an pressurized fluid conduit. - I:advancedFluidConduitMaxIoRate=400 - - # Number of millibuckets per tick extracted by ender fluid conduits auto extracting - I:enderFluidConduitExtractRate=200 - - # Number of millibuckets per tick that can pass through a single connection to an ender fluid conduit. - I:enderFluidConduitMaxIoRate=800 - - # Range accessible (in blocks) when using the Ender IO. - I:enderIoRange=8 - - # Number of millibuckets per tick extracted by a fluid conduits auto extracting - I:fluidConduitExtractRate=50 - - # Number of millibuckets per tick that can pass through a single connection to a fluid conduit. - I:fluidConduitMaxIoRate=200 - - # Amount of gas per tick extracted by gas conduits auto extracting - I:gasConduitExtractRate=200 - - # Amount of gas per tick that can pass through a single connection to a gas conduit. - I:gasConduitMaxIoRate=800 - - # If true, 'line of sight' distance rather than conduit path distance is used to calculate priorities. - B:itemConduitUsePhyscialDistance=false - - # The cost in RF of transporting a bucket of fluid via a Dimensional Transceiver. - I:transceiverBucketTransmissionCostRF=100 - - # When true: correct lighting is recalculated (client side) for conduit bundles when transitioning to from being hidden behind a facade. This produces better quality rendering but can result in frame stutters when switching to/from a wrench. - B:updateLightingWhenHidingFacades=false - - # The range of the vacuum chest - I:vacumChestRange=6 - - # The range of the wireless charger - I:wirelessChargerRange=24 -} - - -enchantments { - # If false the soul bound enchantment will not be available [default: true] - B:enchantmentSoulBoundEnabled=true - - # The id of the enchantment. If set to -1 the lowest unassigned id will be used. - I:enchantmentSoulBoundId=-1 - - # The chance of getting this enchantment in the enchantment table - I:enchantmentSoulBoundWeight=1 -} - - -"farm settings" { - # Disable the notification text above the farm block. - B:disableFarmNotifications=false - - # The amount of power used by a farm per action (eg plant, till, harvest) - I:farmActionEnergyUseRF=500 - - # The amount of power used by a farm per wood block 'chopped' - I:farmAxeActionEnergyUseRF=1000 - - # Should axes in a farm take damage when breaking leaves? - B:farmAxeDamageOnLeafBreak=false - - # The amount of power used by a farm per bone meal used - I:farmBonemealActionEnergyUseRF=160 - - # The amount of power used by a farm per bone meal try - I:farmBonemealTryEnergyUseRF=80 - - # The extra number of blocks a farm will extend from its center per upgrade - I:farmBonusSize=2 - - # The amount of power used by a farm per tick - I:farmContinuousEnergyUseRF=40 - - # The number of blocks a farm will extend from its center - I:farmDefaultSize=3 - - # This setting controls whether essence berry bushes from TiC can be harvested by the farm. - B:farmEssenceBerriesEnabled=true - - # If this is enabled the farm will harvest jungle wood even if it has cocoa beans in its inventory. - B:farmHarvestJungleWhenCocoa=false - - # Use this to specify items that can be hoes in the farming station. Use the registry name (eg. modid:name). - S:farmHoes < - minecraft:wooden_hoe - minecraft:stone_hoe - minecraft:iron_hoe - minecraft:diamond_hoe - minecraft:golden_hoe - MekanismTools:ObsidianHoe - MekanismTools:LapisLazuliHoe - MekanismTools:OsmiumHoe - MekanismTools:BronzeHoe - MekanismTools:GlowstoneHoe - MekanismTools:SteelHoe - Steamcraft:hoeBrass - Steamcraft:hoeGildedGold - Railcraft:tool.steel.hoe - TConstruct:mattock - appliedenergistics2:item.ToolCertusQuartzHoe - appliedenergistics2:item.ToolNetherQuartzHoe - ProjRed|Exploration:projectred.exploration.hoeruby - ProjRed|Exploration:projectred.exploration.hoesapphire - ProjRed|Exploration:projectred.exploration.hoeperidot - magicalcrops:magicalcrops_AccioHoe - magicalcrops:magicalcrops_CrucioHoe - magicalcrops:magicalcrops_ImperioHoe - magicalcrops:magicalcropsarmor_AccioHoe - magicalcrops:magicalcropsarmor_CrucioHoe - magicalcrops:magicalcropsarmor_ImperioHoe - BiomesOPlenty:hoeAmethyst - BiomesOPlenty:hoeMud - Eln:Eln.Copper Hoe - Thaumcraft:ItemHoeThaumium - Thaumcraft:ItemHoeElemental - Thaumcraft:ItemHoeVoid - ThermalFoundation:tool.hoeInvar - ThermalFoundation:tool.hoeCopper - ThermalFoundation:tool.hoeBronze - ThermalFoundation:tool.hoeSilver - ThermalFoundation:tool.hoeElectrum - ThermalFoundation:tool.hoeTin - ThermalFoundation:tool.hoeLead - ThermalFoundation:tool.hoeNickel - ThermalFoundation:tool.hoePlatinum - TwilightForest:item.steeleafHoe - TwilightForest:item.ironwoodHoe - IC2:itemToolBronzeHoe - > - - # This setting controls whether mana beans from Thaumcraft can be harvested by the farm. - B:farmManaBeansEnabled=false - - # The amount of saplings the farm has to have in reserve to switch to shearing all leaves. If there are less saplings in store, it will only shear part the leaves and break the others for spalings. Set this to 0 to always shear all leaves. - I:farmSaplingReserveAmount=8 - - # The chance that a tool in the farm will take damage. - D:farmToolTakeDamageChance=1.0 -} - - -"fluid settings" { - # The delay in ticks between when nutrient distillation boosts your food value. - D:nutrientFluidFoodBoostDelay=400.0 -} - - -inventorypanel { - # Internal power used per item extracted (not a stack of items) [range: 0.0 ~ 10.0, default: 12.0] - S:extractCostPerItem=12.0 - - # Internal power used per extract operation (independent of stack size) [range: 0.0 ~ 10000.0, default: 32.0] - S:extractCostPerOperation=32.0 - - # If true, the inv panel will not accept fluids and will be active permanently. [default: false] - B:inventoryPanelFree=false - - # Internal power generated per mB. The default of 800/mB matches the RF generation of the Zombie generator. A panel tries to refill only once every second - setting this value too low slows down the scanning speed. [range: 1.0 ~ 10000.0, default: 800.0] - S:powerPerMB=800.0 - - # Internal power used for scanning a slot [range: 0.0 ~ 10.0, default: 0.1] - S:scanCostPerSlot=0.1 -} - - -"item enabling" { - # Allows ME conduits. Only has an effect with AE2 installed. [default: true] - B:enableMEConduits=true - - # Allows OC conduits. Only has an effect with OpenComputers installed. [default: true] - B:enableOCConduits=true - - # Use the animated texture for OC conduits. [default: true] - B:enableOCConduitsAnimatedTexture=true - - # If true, gas conduits will be enabled if the Mekanism Gas API is found. False to forcibly disable. [default: true] - B:gasConduitEnabled=true - - # Deprecated option. Use boolean "gasConduitsEnabled" below. [default: auto] - S:isGasConduitEnabled=auto - - # If set to false: Photovoltaic Cells will not be craftable. - B:photovoltaicCellEnabled=true - - # When set to false reinforced obsidian is not craftable. - B:reinforcedObsidianEnabled=true - - # If set to false reservoirs will not be craftable. - B:reservoirEnabled=true - - # If set to false: Dimensional Transceivers will not be craftable. - B:transceiverEnabled=true - - # When set to false: the travel anchor will not be craftable. - B:travelAnchorEnabled=true - - # If travelStaffBlinkThroughSolidBlocksEnabled is set to false and this is true: the travel staff can only be used to blink through transparent or partial blocks (e.g. torches). If both are false: only air blocks may be teleported through. - B:travelStaffBlinkThroughClearBlocksEnabled=true - - # Allows the travel staff to blink through unbreakable blocks such as warded blocks and bedrock. - B:travelStaffBlinkThroughUnbreakableBlocksEnabled=false -} - - -"killer joe settings" { - # The reach of attacks above and bellow Joe. - D:killerJoeAttackHeight=2.0 - - # The reach of attacks in front of Joe. - D:killerJoeAttackLength=4.0 - - # The reach of attacks to each side of Joe. - D:killerJoeAttackWidth=2.0 - - # The distance from which XP will be gathered to each side of Joe. - D:killerJoeHooverXpLength=10.0 - - # The distance from which XP will be gathered in front of Joe. - D:killerJoeHooverXpWidth=5.0 - - # Set whether the Killer Joe can attack through blocks. - B:killerJoeMustSee=false - - # The number of millibuckets of nutrient fluid used per attack. - I:killerJoeNutrientUsePerAttackMb=5 - - # Set whether the Killer Joe swings even if PvP is off (that swing will do nothing unless killerPvPoffIsIgnored is enabled). - B:killerPvPoffDisablesSwing=false - - # Set whether the Killer Joe ignores PvP settings and always hits players (killerPvPoffDisablesSwing must be off for this to work). - B:killerPvPoffIsIgnored=false -} - - -"loot config" { - # Adds Darksteel Ingots to loot tables [default: true] - B:lootDarkSteel=true - - # Adds Darksteel Boots to loot tables [default: true] - B:lootDarkSteelBoots=true - - # Adds Electric Steel Ingots to loot tables [default: true] - B:lootElectricSteel=true - - # Adds ender pearls to loot tables [default: true] - B:lootEnderPearl=true - - # Adds ItemConduitProbe to loot tables [default: true] - B:lootItemConduitProbe=true - - # Adds nether wart to loot tables [default: true] - B:lootNetherWart=true - - # Adds Phased Gold Ingots to loot tables [default: true] - B:lootPhasedGold=true - - # Adds Phased Iron Ingots to loot tables [default: true] - B:lootPhasedIron=true - - # Adds quartz to loot tables [default: true] - B:lootQuartz=true - - # Adds Redstone Alloy Ingots to loot tables [default: true] - B:lootRedstoneAlloy=true - - # Adds The Ender to loot tables [default: true] - B:lootTheEnder=true - - # Adds Travel Staff to loot tables [default: true] - B:lootTravelStaff=true -} - - -"magnet settings" { - # If true the magnet can be put into the 'amulet' Baubles slot even if switched off (requires Baubles to be installed and magnetAllowInBaublesSlot to be on) - B:magnetAllowDeactivatedInBaublesSlot=false - - # If true the magnet can be put into the 'amulet' Baubles slot (requires Baubles to be installed) - B:magnetAllowInBaublesSlot=true - - # If true the magnet will also work in the main inventory, not just the hotbar - B:magnetAllowInMainInventory=false - - # If true the magnet can be used as a battery. - B:magnetAllowPowerExtraction=false - - # The BaublesType the magnet should be, 'AMULET', 'RING' or 'BELT' (requires Baubles to be installed and magnetAllowInBaublesSlot to be on) - S:magnetBaublesType=AMULET - - # These items will not be picked up by the magnet. [default: [appliedenergistics2:item.ItemCrystalSeed], [Botania:livingrock], [Botania:manaTablet]] - S:magnetBlacklist < - appliedenergistics2:item.ItemCrystalSeed - Botania:livingrock - Botania:manaTablet - > - - # Maximum number of items the magnet can effect at a time. (-1 for unlimited) - I:magnetMaxItems=20 - - # Amount of RF power stored in a fully charged magnet - I:magnetPowerCapacityRF=100000 - - # The amount of RF power used per tick when the magnet is active - I:magnetPowerUsePerTickRF=1 - - # Range of the magnet in blocks. - I:magnetRange=5 -} - - -misc { - # Allows machines to run faster if another mod speeds up the tickrate. Running at higher tickrates is unsupported. Disable this if you run into any kind of problem. - B:allowExternalTickSpeedup=true - - # If true, quite clear glass will connect textures with fused quartz. [default: false] - B:clearGlassConnectToFusedQuartz=false - - # If true, quite clear glass will use the fused quartz border texture for the block instead of the white border. [default: false] - B:clearGlassSameTexture=false - - # Enables emptying vanilla water bottles without breaking the bottle. In combination with a water source block this allows duping of water without cost. - B:enableWaterFromBottles=true - - # Maximum level of XP the killer joe can contain. - I:killerJoeMaxXpLevel=2147483647 - - # Separates wither and normal skeletons into different entities, enables the powered spawner to treat them differently [EXPERIMENTAL - MAY CAUSE ISSUES WITH OTHER MODS] - B:replaceWitherSkeletons=true - - # Id of liquid XP fluid (WARNING: only for users who know what they are doing - changing this id can break worlds) - this should match with OpenBlocks when installed [default: xpjuice] - S:xpJuiceName=xpjuice - - # Maximum level of XP the xp obelisk can contain. - I:xpObeliskMaxXpLevel=2147483647 -} - - -"mob attractor settings" { - # The RF/t power use of a levele 1 mob attractor - I:attractorPowerPerTickLevelOne=20 - - # The RF/t power use of a levele 3 mob attractor - I:attractorPowerPerTickLevelThree=80 - - # The RF/t power use of a levele 2 mob attractor - I:attractorPowerPerTickLevelTwo=40 - - # The range of the mob attractor with no upgrades - I:attractorRangeLevelOne=16 - - # The range of the mob attractor with an octadic capacitor upgrade - I:attractorRangeLevelThree=64 - - # The range of the mob attractor with a double layer capacitor upgrade - I:attractorRangeLevelTwo=32 - - # The RF/t power use of a levele 1 spawn guard - I:spawnGuardPowerPerTickLevelOne=80 - - # The RF/t power use of a levele 3 spawn guard - I:spawnGuardPowerPerTickLevelThree=800 - - # The RF/t power use of a levele 2 spawn guard - I:spawnGuardPowerPerTickLevelTwo=300 - - # The range of the spawn guard with no upgrades - I:spawnGuardRangeLevelOne=64 - - # The range of the spawn guard with an octadic capacitor upgrade - I:spawnGuardRangeLevelThree=160 - - # The range of the spawn guard with a double layer capacitor upgrade - I:spawnGuardRangeLevelTwo=96 - - # When true slimes wont be allowed to spawn at all. Only added to aid testing in super flat worlds. [default: false] - B:spawnGuardStopAllSlimesDebug=false - - # When true no squid will be spawned. [default: false] - B:spawnGuardStopAllSquidSpawning=false -} - - -"mob config" { - # When set to true a list of all registered mobs will be dumped to config/enderio/mobTypes.txt The names are in the format required by EIOs mob blacklists. [default: false] - B:dumpMobNames=false -} - - -"personal settings" { - # If true, adds durability tooltips to tools and armor - B:addDurabilityTootip=true - - # If true, the RF/t and burn time of the fuel will be displayed in all tooltips for fluid containers with fuel. - B:addFuelTooltipsToAllFluidContainers=true - - # If true, adds burn duration tooltips to furnace fuels - B:addFurnaceFuelTootip=true - - # If false: you will not be able to access a ME access or crafting terminal using the Ender IO. - B:enderIoMeAccessEnabled=true - - # Volume of machine sounds. - D:machineSoundVolume=1.0 - - # The chance per level of Beheading that a skull will be dropped when using a TiC weapon - D:ticBeheadingSkullModifier=0.07500000298023224 - - # If true, machines will make sounds. - B:useMachineSounds=true - - # If true, shift-mouse wheel will change the conduit display mode when the YetaWrench is equipped. - B:useSneakMouseWheelYetaWrench=true - - # If true, shift-clicking the YetaWrench on a null or non wrenchable object will change the conduit display mode. - B:useSneakRightClickYetaWrench=false - - # The chance per looting level that a skull will be dropped when using a non-dark steel sword (0 = no chance, 1 = 100% chance) - D:vanillaSwordSkullLootingModifier=0.05000000074505806 - - # What kind of overlay to use when holding the yeta wrench - # - # 0 - Sideways scrolling in ceter of screen - # 1 - Vertical icon bar in bottom right - # 2 - Old-style group of icons in bottom right [range: 0 ~ 2, default: 0] - I:yetaWrenchOverlayMode=0 -} - - -"power settings" { - # The maximum IO for a single capacitor in RF/t - I:capacitorBankMaxIoRF=5000 - - # The maximum storage for a single capacitor in RF - I:capacitorBankMaxStorageRF=5000000 - - # The maximum IO for a single tier one capacitor in RF/t - I:capacitorBankTierOneMaxIoRF=1000 - - # The maximum storage for a single tier one capacitor in RF - I:capacitorBankTierOneMaxStorageRF=1000000 - - # The maximum IO for a single tier three capacitor in RF/t - I:capacitorBankTierThreeMaxIoRF=25000 - - # The maximum storage for a single tier three capacitor in RF - I:capacitorBankTierThreeMaxStorageRF=25000000 - - # The maximum IO for a single tier two capacitor in RF/t - I:capacitorBankTierTwoMaxIoRF=5000 - - # The maximum storage for a single tier two capacitor in RF - I:capacitorBankTierTwoMaxStorageRF=5000000 - - # The amount of power generated per BC engine cycle. Examples: BC Oil = 30, BC Fuel = 60 - I:fireWaterPowerPerCycleRF=80 - - # The total burn time. Examples: BC Oil = 5000, BC Fuel = 25000 - I:fireWaterPowerTotalBurnTime=15000 - - # The amount of power generated per BC engine cycle. Examples: BC Oil = 30, BC Fuel = 60 - I:hootchPowerPerCycleRF=60 - - # The total burn time. Examples: BC Oil = 5000, BC Fuel = 25000 - I:hootchPowerTotalBurnTime=6000 - - # Maximum output in RF/t of the Advanced Photovoltaic Panels. - I:maxPhotovoltaicAdvancedOutputRF=40 - - # Maximum output in RF/t of the Photovoltaic Panels. - I:maxPhotovoltaicOutputRF=10 - - # The total amount of RF required to paint one block - I:painterEnergyPerTaskRF=2000 - - # If set to false power conduits of different tiers cannot be connected. in this case a block such as a cap. bank is needed to bridge different tiered networks [default: false] - B:powerConduitCanDifferentTiersConnect=false - - # When set to true power conduits will output MJ if RF is not supported [default: true] - B:powerConduitOutputMJ=true - - # The maximum IO for the tier 1 power conduit - I:powerConduitTierOneRF=640 - - # The maximum IO for the tier 3 power conduit - I:powerConduitTierThreeRF=20480 - - # The maximum IO for the tier 2 power conduit - I:powerConduitTierTwoRF=5120 - - # The amount of power generated per BC engine cycle. Examples: BC Oil = 3, BC Fuel = 6 - I:rocketFuelPowerPerCycleRF=160 - - # The total burn time. Examples: BC Oil = 5000, BC Fuel = 25000 - I:rocketFuelPowerTotalBurnTime=7000 - - # The number of RF/t consumed by an unupgraded Slice'N'Splice - I:sliceAndSpliceLevelOnePowerPerTickRF=80 - - # The number of RF/t consumed by a Slice'N'Splice with an octadic capacitor upgrade. - I:sliceAndSpliceLevelThreePowerPerTickRF=320 - - # The number of RF/t consumed by a Slice'N'Splice with a double layer capacitor upgrade. - I:sliceAndSpliceLevelTwoPowerPerTickRF=160 - - # The amount of power generated per tick. - I:stirlingGeneratorBaseRfPerTick=20 - - # Burn time multiplier for the Stirling Generator, Tier 1 machine - D:stirlingGeneratorBurnTimeMultiplierT1=0.5 - - # Burn time multiplier for the Stirling Generator, Tier 2 machine - D:stirlingGeneratorBurnTimeMultiplierT2=0.6666666865348816 - - # Burn time multiplier for the Stirling Generator, Tier 3 machine - D:stirlingGeneratorBurnTimeMultiplierT3=0.6666666865348816 - - # Energy multiplier for the Stirling Generator, Tier 1 machine - D:stirlingGeneratorEnergyMultiplierT1=1.0 - - # Energy multiplier for the Stirling Generator, Tier 2 machine - D:stirlingGeneratorEnergyMultiplierT2=2.0 - - # Energy multiplier for the Stirling Generator, Tier 3 machine - D:stirlingGeneratorEnergyMultiplierT3=4.0 - - # Amount of energy lost when transfered by Dimensional Transceiver; 0 is no loss, 1 is 100% loss - D:transceiverEnergyLoss=0.1 - - # Maximum RF/t sent and received by a Dimensional Transceiver per tick. Input and output limits are not cumulative - I:transceiverMaxIoRF=20480 - - # Number of RF/t required to keep a Dimensional Transceiver connection open - I:transceiverUpkeepCostRF=10 - - # Power use (RF/t) used by the vat. - I:vatPowerUserPerTickRF=20 - - # The amount of power generated per tick. - I:zombieGeneratorRfPerTick=80 - - # The number of ticks one bucket of fuel lasts. - I:zombieGeneratorTicksPerMbFuel=10000 -} - - -"poweredspawner settings" { - # The chance a broken spawner will be dropped when a spawner is broken. 1 = 100% chance, 0 = 0% chance - D:brokenSpawnerDropChance=1.0 - - # When a spawner is broken with these tools they will not drop a broken spawner [default: [RotaryCraft:rotarycraft_item_bedpick]] - S:brokenSpawnerToolBlacklist < - RotaryCraft:rotarycraft_item_bedpick - > - - # The number of levels it costs to add a broken spawner - I:powerSpawnerAddSpawnerCost=30 - - # Number of seconds in which spawned entities are protected from despawning - I:poweredSpawnerDespawnTimeSeconds=120 - - # RF per tick for a level 1 (non-upgraded) spawner. See PoweredSpanerConfig_Core.json for mob type multipliers - I:poweredSpawnerLevelOnePowerPerTickRF=160 - - # RF per tick for a level 3 spawner - I:poweredSpawnerLevelThreePowerPerTickRF=1500 - - # RF per tick for a level 2 spawner - I:poweredSpawnerLevelTwoPowerPerTickRF=500 - - # Min tick delay between spawns for a non-upgraded spawner - I:poweredSpawnerMaxDelayTicks=800 - - # Max number of entities in the nearby area until no more are spawned. A zero value will remove this check - I:poweredSpawnerMaxNearbyEntities=6 - - # Max distance of the closest player for the spawner to be active. A zero value will remove the player check - I:poweredSpawnerMaxPlayerDistance=0 - - # Number of tries to find a suitable spawning location - I:poweredSpawnerMaxSpawnTries=3 - - # Min tick delay between spawns for a non-upgraded spawner - I:poweredSpawnerMinDelayTicks=200 - - # Number of entities to spawn each time - I:poweredSpawnerSpawnCount=4 - - # Spawning range in X/Z - I:poweredSpawnerSpawnRange=4 - - # If true, regular spawn checks such as lighting level and dimension will be made before spawning mobs - B:poweredSpawnerUseVanillaSpawChecks=false -} - - -rail { - # When set to true the RF cost of sending a cart within the same dimension will be capped to the cross dimension cost [default: true] - B:enderRailCapSameDimensionPowerAtCrossDimensionCost=true - - # Whether Ender Rails are enabled [default: true] - B:enderRailEnabled=true - - # The amount of power required to transport a cart across dimensions - I:enderRailPowerRequireCrossDimensions=10000 - - # The amount of power required to teleport a cart per block in the same dimension - I:enderRailPowerRequiredPerBlock=10 - - # If true player in minecarts will be teleported. WARN: WIP, seems to cause a memory leak. [default: false] - B:enderRailTeleportPlayers=false - - # The number of ticks to wait for the track to clear before force spawning the next cart in a (RailCraft) linked set - I:enderRailTicksBeforeForceSpawningLinkedCarts=60 -} - - -"recipe settings" { - # When enabled peaceful recipes are added for soulbinder based crafting components. - B:addPeacefulRecipes=false - - # When enabled blocks with tile entities (e.g. machines) can be used as paint targets. - B:allowTileEntitiesAsPaintSource=true - - # Automatically create alloy smelter recipes with double and triple inputs and different slot allocations (1+1+1, 2+1, 1+2, 3 and 2) for single-input recipes. - B:crateSyntheticRecipes=true - - # Base level cost added to all recipes in the enchanter. - I:enchanterBaseLevelCost=4 - - # The number of conduits crafted per recipe. - I:numConduitsPerRecipe=8 - - # When set to true four dark steel blocks are required instead of ingots when making reinforced obsidian. - B:reinforcedObsidianUseDarkSteelBlocks=false - - # When true the Soul Binder requires an Enderman Skull to craft [default: true] - B:soulBinderRequiresEndermanSkull=true - - # When enabled the dim trans. will use a cheaper recipe - B:transceiverUseEasyRecipe=false - - # Create conduit binder in crafting table instead of furnace - B:useAlternateBinderRecipe=false - - # When enabled machines cost significantly more. - B:useHardRecipes=false - - # If true copper and tin will be used in recipes when registered in the ore dictionary - B:useModMetals=true - - # When enabled machine chassis will require steel instead of iron. - B:useSteelInChassi=false -} - - -"soul binder settings" { - # The number of levels required to create an attractor crystal. - I:soulBinderAttractorCystalLevels=10 - - # The number of RF required to create an attractor crystal. - I:soulBinderAttractorCystalRF=100000 - - # The number of levels required to change the type of a broken spawner. - I:soulBinderBrokenSpawnerLevels=15 - - # The number of RF required to change the type of a broken spawner. - I:soulBinderBrokenSpawnerRF=2500000 - - # The number of levels required to create an ender crystal. - I:soulBinderEnderCystalLevels=10 - - # The number of RF required to create an ender crystal. - I:soulBinderEnderCystalRF=100000 - - # The number of levels required to create an ender rail. - I:soulBinderEnderRailLevels=10 - - # The number of RF required to create an ender rail. - I:soulBinderEnderRailRF=100000 - - # The number of RF/t consumed by an unupgraded soul binder. - I:soulBinderLevelOnePowerPerTickRF=500 - - # The number of RF/t consumed by a soul binder with an octadic capacitor upgrade. - I:soulBinderLevelThreePowerPerTickRF=2000 - - # The number of RF/t consumed by a soul binder with a double layer capacitor upgrade. - I:soulBinderLevelTwoPowerPerTickRF=1000 - - # Maximum level of XP the soul binder can contain. - I:soulBinderMaxXPLevel=40 - - # The number of levels required to re-animate a mob head. - I:soulBinderReanimationLevels=10 - - # The number of RF required to to re-animated a mob head. - I:soulBinderReanimationRF=100000 - - # Entities listed here will can not be captured in a Soul Vial [default: ] - S:soulVesselBlackList < - > - - # When set to false, any mob with a 'boss bar' won't be able to be captured in the Soul Vial [default: false] - B:soulVesselCapturesBosses=false -} - - -"staff settings" { - # Set the max zoomed size of a travel anchor as an aprox. percentage of screen height [range: 0.0 ~ 1.0, default: 0.2] - S:travelAnchorZoomScale=0.2 - - # Lists the blocks that cannot be teleported through in the form 'modID:blockName' [default: [minecraft:bedrock], [Thaumcraft:blockWarded]] - S:travelStaffBlinkBlackList < - minecraft:bedrock - Thaumcraft:blockWarded - > - - # If set to false: the travel staff can not be used to shift-right click teleport, or blink. - B:travelStaffBlinkEnabled=true - - # Minimum number of ticks between 'blinks'. Values of 10 or less allow a limited sort of flight. - I:travelStaffBlinkPauseTicks=10 - - # If set to false: the travel staff can be used to blink through any block. - B:travelStaffBlinkThroughSolidBlocksEnabled=true - - # If set to false: the travel staff will not be craftable. - B:travelStaffEnabled=true - - # Max number of blocks teleported when shift clicking the staff. - I:travelStaffMaxBlinkDistance=16 - - # Maximum number of blocks that can be traveled using the Staff of Traveling. - I:travelStaffMaxDistance=128 - - # Number of RF required per block traveled using the Staff of Traveling. - D:travelStaffPowerPerBlockRF=250.0 -} - - -telepad { - # If true, the coordinates cannot be set via the GUI, the coord selector must be used. - B:lockCoords=true - - # If true, the dimension cannot be set via the GUI, the coord selector must be used. - B:lockDimension=true - - # Power for a teleport is calculated by the formula: - # power = [this value] * ln(0.005*distance + 1) - I:powerCoefficient=100000 - - # The amount of RF required for an interdimensional teleport. - I:powerInterdimensional=100000 - - # The number of RF/t consumed by a telepad. - I:telepadPowerPerTickRF=1000 - - # The amount of RF a telepad can store. - I:telepadPowerStorageRF=100000 -} - - -weather { - # The fluid required (in mB) to set the world to clear weather - I:weatherObeliskClearFluid=2000 - - # The fluid required (in mB) to set the world to rainy weather - I:weatherObeliskRainFluid=500 - - # The fluid required (in mB) to set the world to thundering weather - I:weatherObeliskThunderFluid=1000 -} - - diff --git a/config/enderio/OreDictionaryPreferences_Core.xml b/config/enderio/OreDictionaryPreferences_Core.xml deleted file mode 100644 index 0bb1ac06a5..0000000000 --- a/config/enderio/OreDictionaryPreferences_Core.xml +++ /dev/null @@ -1,105 +0,0 @@ -<!-- - IMPORTANT: - This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all - modifications made to it will be lost. To add or modify recipes please use 'OreDictionaryPreferences_User.xml'. - - This file contains the preferred outputs from Ender IO machines for items registered in the OreDictionary. Details of - itemStack definition can be found in 'SAGMillRecipes_Core.xml'. - - Item Information and data dumps: - - To write all registered items to config/modObjectsRegistery.txt include: - - <dumpRegistry modObjects="true" /> - - To write the contents of the ore dictionary to config/oreDictionaryRegistery.txt include: - - <dumpRegistery oreDictionary="true" /> - - To show ore dictionary and/or registered names, in the EnderCore config set: - - addRegistryNameTooltip=true - addOreDictionaryTooltips=true - ---> - -<OreDictionaryPreferences> - - <!-- Vanilla --> - <preference oreDictionary="sand" > - <itemStack modID="minecraft" itemName="sand" itemMeta="0" /> - </preference> - - <!-- Dusts --> - <preference oreDictionary="dustCoal" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="2" /> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="0" /> - </preference> - <preference oreDictionary="dustCharcoal" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="3" /> - </preference> - <preference oreDictionary="dustObsidian" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="4" /> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="7" /> - </preference> - <preference oreDictionary="dustIron" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="0" /> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="1" /> - </preference> - <preference oreDictionary="dustGold" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="1" /> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="2" /> - </preference> - <preference oreDictionary="dustCopper" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="32" /> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="3" /> - </preference> - <preference oreDictionary="dustTin" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="33" /> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="4" /> - </preference> - <preference oreDictionary="dustSilver" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="34" /> - </preference> - <preference oreDictionary="dustLead" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="35" /> - </preference> - <preference oreDictionary="dustNickel" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="36" /> - </preference> - <preference oreDictionary="dustSulfur" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="16" /> - </preference> - <preference oreDictionary="dustBronze" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="41" /> - </preference> - <preference oreDictionary="dustNetherQuartz" > - <itemStack modID="appliedenergistics2" itemName="item.itemMultiMaterial" itemMeta="3" /> - </preference> - <!-- Ingots --> - <preference oreDictionary="ingotCopper" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="64" /> - <itemStack modID="TConstruct" itemName="materials" itemMeta="9" /> - </preference> - <preference oreDictionary="ingotTin" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="65" /> - <itemStack modID="TConstruct" itemName="materials" itemMeta="10" /> - </preference> - <preference oreDictionary="ingotSilver" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="66" /> - </preference> - <preference oreDictionary="ingotLead" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="67" /> - </preference> - <preference oreDictionary="ingotBronze" > - <itemStack modID="ThermalFoundation" itemName="material" itemMeta="73" /> - <itemStack modID="TConstruct" itemName="materials" itemMeta="13" /> - </preference> - <preference oreDictionary="ingotAluminum" > - <itemStack modID="TConstruct" itemName="materials" itemMeta="11" /> - </preference> - <preference oreDictionary="ingotAluminium" > - <itemStack modID="TConstruct" itemName="materials" itemMeta="11" /> - </preference> - -</OreDictionaryPreferences> diff --git a/config/enderio/OreDictionaryPreferences_User.xml b/config/enderio/OreDictionaryPreferences_User.xml deleted file mode 100644 index 55ebcc2b24..0000000000 --- a/config/enderio/OreDictionaryPreferences_User.xml +++ /dev/null @@ -1,7 +0,0 @@ -<!-- -Entries in this file take precedence over the values in the core file ---> - -<OreDictionaryPreferences> - -</OreDictionaryPreferences> diff --git a/config/enderio/PainterPaintSources_Core.xml b/config/enderio/PainterPaintSources_Core.xml deleted file mode 100644 index 30d0006641..0000000000 --- a/config/enderio/PainterPaintSources_Core.xml +++ /dev/null @@ -1,36 +0,0 @@ -<!-- - IMPORTANT: - This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all - modifications made to it will be lost. To add or modify sources please use 'PainterPaintSources_User.xml'. - - This file is used to create a white list and black list for items that can be used as paint sources in the painting - machine. Each entry in the lists describes an item stack. This stack must be for a block item (i.e. and item that can - be placed in the world as a block). If an item is is not in either list then the default checks are used. For details - on the format of item stack definitions see SAGMillRecipes_Core.xml. - - The contents of this file will be merged with the contents of 'PainterPaintSources_User.xml'. To remove an entry - contained in this file simply include an identical entry in the user file with the added attribute 'remove=true'. For - example, to remove Silverwood planks from the whitelist, the user file would contain this: - - <PainterPaintSources> - <whitelist> - <itemStack modID="Thaumcraft" itemName="blockWoodenDevice" itemMeta="6" remove="true" /> - </whitelist> - </PainterPaintSources> - ---> - -<PainterPaintSources> - - <whitelist> - <!-- Greatwood planks --> - <itemStack modID="Thaumcraft" itemName="blockWoodenDevice" itemMeta="6" /> - <!-- Silverwood planks --> - <itemStack modID="Thaumcraft" itemName="blockWoodenDevice" itemMeta="7" /> - </whitelist> - - <blacklist> - - </blacklist> - -</PainterPaintSources> diff --git a/config/enderio/PainterPaintSources_User.xml b/config/enderio/PainterPaintSources_User.xml deleted file mode 100644 index 1f6d9fbe25..0000000000 --- a/config/enderio/PainterPaintSources_User.xml +++ /dev/null @@ -1,15 +0,0 @@ -<!-- -See PainterPaintSources_Core.xml for documentation. ---> - -<PainterPaintSources> - - <whitelist> - - </whitelist> - - <blacklist> - - </blacklist> - -</PainterPaintSources> diff --git a/config/enderio/PoweredSpawnerConfig_Core.json b/config/enderio/PoweredSpawnerConfig_Core.json deleted file mode 100644 index aca7c91ab7..0000000000 --- a/config/enderio/PoweredSpawnerConfig_Core.json +++ /dev/null @@ -1,50 +0,0 @@ -{
-
- // This is the CORE FILE. Do not edit. The RF cost per tick for spawners of each entity type is multiplied by these values
- "costMultiplier": {
-
- "Zombie" : "1",
- "Creeper" : "1.5",
- "Skeleton" : "2",
- "Spider" : "1",
- "CaveSpider" : "1",
- "Silverfish" : "1",
- "Witch" : "5",
- "Slime" : "5",
- "Enderman" : "10",
- "SpecialMobs.SpecialEnderman" : "10",
-
- "LavaSlime" : "2",
- "PigZombie" : "5",
- "Ghast" : "10",
- "Blaze" : "5",
-
- "SnowMan" : "1",
- "VillagerGolem" : "10",
- "Villager" : "1",
-
- "Wolf" : "1",
- "Ozelot" : "1",
- "EntityHorse" : "1",
- "Bat" : "0.5",
-
- "Squid" : "0.5",
- "Chicken" : "0.5",
- "Sheep" : "0.5",
- "Cow" : "0.5",
- "Pig" : "0.5",
- "MushroomCow" : "1",
-
- "enderzoo.Enderminy" : "10",
- "enderzoo.ConcussionCreeper" : "1.5",
- "enderzoo.enderzoo.FallenKnight" : "1",
- "enderzoo.WitherWitch" : "3",
-
- "enderio.witherSkeleton" : "20"
- },
-
- "blackList": [
- "VillagerGolem",
- "Villager"
- ]
-}
\ No newline at end of file diff --git a/config/enderio/PoweredSpawnerConfig_User.json b/config/enderio/PoweredSpawnerConfig_User.json deleted file mode 100644 index fd24249287..0000000000 --- a/config/enderio/PoweredSpawnerConfig_User.json +++ /dev/null @@ -1,9 +0,0 @@ -{
-
- // New entities are added, one already in _Core will have their values replaced with those in this file
- "costMultiplier": {
- }
-
- // Adding a blackList section will completely replace the one in the core file.
-
-}
\ No newline at end of file diff --git a/config/enderio/SAGMillRecipes_Core.xml b/config/enderio/SAGMillRecipes_Core.xml deleted file mode 100644 index aa09ecee41..0000000000 --- a/config/enderio/SAGMillRecipes_Core.xml +++ /dev/null @@ -1,2982 +0,0 @@ -<!-- - IMPORTANT: - This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all - modifications made to it will be lost. To add or modify recipes please use 'SagMillRecipes_User.xml'. Recipes are - organized into named groups. A group of recipes can be disabled by setting the attribute 'enabled=false'. A recipe - group is composed of one or more recipes. - - NB: All recipes MUST belong to a group. - - Examples: - - <recipeGroup name="EnderIO" > - <recipe>...</recipe> - <recipe>...</recipe> - <recipeGroup/> - <recipeGroup name="EnderIO" enabled="false" > - <recipe>...</recipe> - <recipe>...</recipe> - <recipeGroup/> - - Each recipe must be named and contain one or more input item stack definition and one or more output stack definitions. - For each input, all outputs are produced. A recipe may also define the amount of energy used to complete it. The - default value used is 4000 RF. A typical value for an ingot to dust recipe is 2400 RF. - - Examples: - - <recipe name="Blah" > - <input> - <itemStack/> - </input> - <output> - <itemStack/> - </output> - </recipe> - <recipe name="BlahBlah" energyCost="2400" > - <input> - <itemStack/> </input> - <output> - <itemStack/> - </output> - <output> - <itemStack/> - </output> - </recipe> - - Valid input item definitions: - - Must have either: modID + itemName or oreDictionary - - 'modID' is the identifier registered by the mod with Forge (for example vanilla blocks use 'minecraft' while Ender IO - is 'EnderIO'). This value can be found in the details panel of Forge's 'mods' UI. - - 'itemName' the name used to register the block/item with forge. To write all registered items to - config/modObjectsRegistery.txt include: <dumpRegistry modObjects="true/> - - 'oreDictionary' will use the OreDictionary to find the appropriate itemStack. The first entry returned by the - dictionary will be used. To write the contents of the ore dictionary to config/oreDictionaryRegistery.txt include - <dumpRegistery oreDictionary="true" /> - - The item metadata/damage may optionally be specified for all types except oreDictionary. If a '*' is used for the - metadata value then meta data will ignored when determining if an input is valid. - - Examples: - - <itemStack modID="" itemName="" /> - <itemStack modID="" itemName="" itemMeta="" /> - <itemStack oreDictionary="" /> - - Valid output item definitions: - - As per inputs with the additional optional fields, number and chance (both default to 1) - - 'number' is the number of output items for each input - - 'chance' is the chance the output will be crafted. Values are clamped between 0 - 1. - For example, a chance of 0.25 will result, on average, one of these outputs - being crafted for each 4 inputs processed by the SAG Mill. - - Examples: - - <itemStack modID="minecraft" itemName="sand" /> - <itemStack modID="minecraft" itemName="dye" itemMeta="15" number="6" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - <itemStack oreDictionary="dustNickel" number="1" chance="0.1" /> - <itemStack modID="BiomesOPlenty" itemName="bop.bones" itemMeta="0" number="4" chance="0.1" /> - - Recipes can also be added using forge IMC messages. For example, in the init method of a mod: - String recipe = - "<recipeGroup name=\"cheaty\" >" + - "<recipe name=\"foo\" energyCost=\"2400\" >" + - "<input>" + - "<itemStack modID=\"minecraft\" itemName=\"dirt\" />" + - "</input>" + - "<output>" + - "<itemStack modID=\"minecraft\" itemName=\"diamond\" />" + - "</output>" + - "</recipe>" + - "</recipeGroup>"; - FMLInterModComms.sendMessage("EnderIO", "recipe:sagmill", recipe); - - Grinding Balls: - Grinding balls provide bonus outputs and reduced power use. Using the user config new grinding balls may be added and - existing ones removed. It is also possible to add or remove items from the 'excludes' list. Items on this list will not - have grinding ball bonuses applied and will not reduce the durability of an balls in the mill at the time they are - processed. - - Examples: - - - Adding a new grinding ball: - - <grindingBalls> - <grindingBall id="Diamond" grindingMultiplier="1.5" chanceMultiplier="2" powerMultiplier="0.5" durationRF="50000" > - <itemStack modID="minecraft" itemName="diamond" /> - </grindingBall> - </grindingBalls> - - - Removing an existing grinding ball: - - <grindingBalls> - <grindingBall id="Flint" remove="true" /> - </grindingBalls> - - - Modifiying the excludes list: (removing glowstone, adding sand) - - <grindingBalls> - <excludes> - <itemStack modID="minecraft" itemName="glowstone" remove="true" /> - <itemStack modID="minecraft" itemName="sand" /> - </excludes> - </grindingBalls> - - Item Information and data dumps: - - To write all registered items to config/enderio/modObjectsRegistery.txt include: - - <dumpRegistry modObjects="true" /> - - To write the contents of the ore dictionary to config/enderio/oreDictionaryRegistery.txt include: - - <dumpRegistry oreDictionary="true" /> - - To dump both, write: - - <dumpRegistry modObjects="true" oreDictionary="true" /> - - To show ore dictionary and/or registered names, in the EnderCore config set: - - addRegistryNameTooltip=true - addOreDictionaryTooltips=true - ---> - -<SAGMillRecipes> - - <!-- <dumpRegistery oreDictionary="true" modObjects="true" /> --> - <recipeGroup name="EnderIO" > <!-- Required for EnderIO to function correctly. --> - <!-- Sand to Silicon --> - <recipe name="Silicon" energyCost="720" > - <input> - <itemStack oreDictionary="sand" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemMaterial" number="1" itemMeta="0" chance="0.5" /> - </output> - </recipe> - <recipe name="SiliconRedSand" energyCost="720" > - <input> - <itemStack oreDictionary="sand" itemMeta="1" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemMaterial" number="1" itemMeta="0" chance="0.5" /> - </output> - </recipe> - <recipe name="CoalOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreCoal" /> - </input> - <output> - <itemStack modID="minecraft" itemName="coal" number="3" /> - <itemStack oreDictionary="dustCoal" number="1" chance="0.6" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - <itemStack modID="minecraft" itemName="diamond" chance="0.001" /> - </output> - </recipe> - <recipe name="Coal" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="coal" /> - </input> - <output> - <itemStack oreDictionary="dustCoal" number="1" /> - <itemStack oreDictionary="dustCoal" number="1" chance="0.1" /> - <itemStack oreDictionary="dustSulfur" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="Charcoal" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="coal" itemMeta="1" /> - </input> - <output> - <itemStack oreDictionary="dustCharcoal" number="1" /> - </output> - </recipe> - <recipe name="IronOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreIron" /> - </input> - <output> - <itemStack oreDictionary="dustIron" number="2" /> - <itemStack oreDictionary="dustTin" number="1" chance="0.05" /> - <itemStack oreDictionary="dustNickel" number="1" chance="0.1" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="IronIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotIron" /> - </input> - <output> - <itemStack oreDictionary="dustIron" number="1" /> - </output> - </recipe> - <recipe name="GoldOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreGold" /> - </input> - <output> - <itemStack oreDictionary="dustGold" number="2" /> - <itemStack oreDictionary="dustCopper" number="1" chance="0.2" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="GoldIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotGold" /> - </input> - <output> - <itemStack oreDictionary="dustGold" number="1" /> - </output> - </recipe> - <recipe name="EnderPearl" energyCost="1600" > - <input> - <itemStack modID="minecraft" itemName="ender_pearl" /> - </input> - <output> - <itemStack oreDictionary="dustEnderPearl" number="1" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Vanilla" > - <recipe name="StoneBricks" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="stonebrick" /> - </input> - <output> - <itemStack modID="minecraft" itemName="cobblestone" /> - </output> - </recipe> - <recipe name="CrackedBricks" energyCost="2000" > - <input> - <itemStack modID="minecraft" itemName="stonebrick" itemMeta="2" /> - </input> - <output> - <itemStack modID="minecraft" itemName="cobblestone" /> - </output> - </recipe> - <recipe name="ChisledBricks" energyCost="2800" > - <input> - <itemStack modID="minecraft" itemName="stonebrick" itemMeta="3" /> - </input> - <output> - <itemStack modID="minecraft" itemName="cobblestone" /> - </output> - </recipe> - <recipe name="Stone" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="stone" /> - </input> - <output> - <itemStack modID="minecraft" itemName="cobblestone" /> - </output> - </recipe> - <recipe name="Cobblestone" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="cobblestone" /> - </input> - <output> - <itemStack oreDictionary="sand" /> - <itemStack oreDictionary="gravel" chance="0.1" /> - </output> - </recipe> - <recipe name="Sandstone" energyCost="2400" > - <input> - <itemStack oreDictionary="sandstone" /> - </input> - <output> - <itemStack oreDictionary="sand" number="2" /> - <itemStack oreDictionary="sand" number="2" chance="0.4" /> - <itemStack oreDictionary="dustSaltpeter" number="1" chance ="0.15" /> - </output> - </recipe> - <recipe name="Glass" energyCost="1200" > - <input> - <itemStack oreDictionary="glass" /> - </input> - <output> - <itemStack oreDictionary="sand" /> - </output> - </recipe> - <recipe name="Gravel" energyCost="2400" > - <input> - <itemStack oreDictionary="gravel" /> - </input> - <output> - <itemStack oreDictionary="itemFlint" /> - <itemStack oreDictionary="itemFlint" chance="0.1" /> - <itemStack oreDictionary="sand" chance="0.1" /> - </output> - </recipe> - <recipe name="Netherrack" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="netherrack" /> - </input> - <output> - <itemStack oreDictionary="dustSulfur" chance="0.15" /> - </output> - </recipe> - <recipe name="BlazeRod" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="blaze_rod" /> - </input> - <output> - <itemStack modID="minecraft" itemName="blaze_powder" number="4" /> - <itemStack oreDictionary="dustSulfur" chance="0.5" /> - </output> - </recipe> - <recipe name="GlowStone" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="glowstone" /> - </input> - <output> - <itemStack modID="minecraft" itemName="glowstone_dust" number="3" /> - <itemStack modID="minecraft" itemName="glowstone_dust" number="1" chance="0.8" /> - </output> - </recipe> - <recipe name="Bone" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="bone" /> - </input> - <output> - <itemStack modID="minecraft" itemName="dye" itemMeta="15" number="6" /> - <itemStack modID="minecraft" itemName="dye" itemMeta="15" number="2" chance="0.1" /> - </output> - </recipe> - <recipe name="ClayBlock" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="clay" /> - </input> - <output> - <itemStack modID="minecraft" itemName="clay_ball" number="2" /> - <itemStack modID="minecraft" itemName="clay_ball" number="1" chance="0.1" /> - <itemStack modID="EnderIO" itemName="itemMaterial" number="2" itemMeta="0" chance="0.8" /> - </output> - </recipe> - <recipe name="Wool" energyCost="1200" > - <input> - <itemStack modID="minecraft" itemName="wool" itemMeta="*" /> - </input> - <output> - <itemStack modID="minecraft" itemName="string" number="3" /> - <itemStack modID="minecraft" itemName="string" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="Wheat" energyCost="800" > - <input> - <itemStack modID="minecraft" itemName="wheat" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="8" number="2" /> - <itemStack modID="minecraft" itemName="wheat_seeds" chance="0.2" /> - </output> - </recipe> - <recipe name="RedstoneOre" energyCost="3000" > - <input> - <itemStack oreDictionary="oreRedstone" /> - </input> - <output> - <itemStack modID="minecraft" itemName="redstone" number="8" /> - <itemStack modID="minecraft" itemName="redstone" number="1" chance="0.2" /> - <itemStack modID="EnderIO" itemName="itemMaterial" itemMeta="0" chance="0.8" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="DiamondOre" energyCost="3000" > - <input> - <itemStack oreDictionary="oreDiamond" /> - </input> - <output> - <itemStack modID="minecraft" itemName="diamond" number="1" /> - <itemStack modID="minecraft" itemName="diamond" number="1" chance="0.25" /> - </output> - </recipe> - <recipe name="EmeraldOre" energyCost="3000" > - <input> - <itemStack oreDictionary="oreEmerald" /> - </input> - <output> - <itemStack modID="minecraft" itemName="emerald" number="1" /> - <itemStack modID="minecraft" itemName="emerald" number="1" chance="0.25" /> - </output> - </recipe> - <recipe name="LapisLazuliOre" energyCost="3000" > - <input> - <itemStack oreDictionary="oreLapis" /> - </input> - <output> - <itemStack modID="minecraft" itemName="dye" itemMeta="4" number="8" /> - <itemStack modID="minecraft" itemName="dye" itemMeta="4" number="1" chance="0.2" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="Quartz Ore" energyCost="7200" > - <input> - <itemStack oreDictionary="oreQuartz" /> - </input> - <output> - <itemStack modID="minecraft" itemName="quartz" number="2" /> - <itemStack oreDictionary="dustNetherQuartz" chance="0.1" /> - </output> - </recipe> - <recipe name="Block of Quartz" energyCost="2400" > - <input> - <itemStack modID="minecraft" itemName="quartz_block" itemMeta="*" /> - </input> - <output> - <itemStack modID="minecraft" itemName="quartz" number="2" /> - <itemStack modID="minecraft" itemName="quartz" number="2" chance="0.25" /> - </output> - </recipe> - <recipe name="Quartz Stairs" energyCost="1200" > - <input> - <itemStack modID="minecraft" itemName="quartz_stairs" /> - </input> - <output> - <itemStack modID="minecraft" itemName="quartz" number="2" /> - <itemStack modID="minecraft" itemName="quartz" number="2" chance="0.25" /> - </output> - </recipe> - <recipe name="Quartz Slab" energyCost="1200" > - <input> - <itemStack modID="minecraft" itemName="stone_slab" itemMeta="7" /> - </input> - <output> - <itemStack modID="minecraft" itemName="quartz" number="1" /> - <itemStack modID="minecraft" itemName="quartz" number="1" chance="0.25" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Common Ores/Ingots/Blocks" > - <recipe name="CopperOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreCopper" /> - </input> - <output> - <itemStack oreDictionary="dustCopper" number="2" /> - <itemStack oreDictionary="dustGold" number="1" chance="0.125" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="CopperIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotCopper" /> - </input> - <output> - <itemStack oreDictionary="dustCopper" /> - </output> - </recipe> - <recipe name="CopperBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockCopper" /> - </input> - <output> - <itemStack oreDictionary="dustCopper" number="9" /> - </output> - </recipe> - <recipe name="TinOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreTin" /> - </input> - <output> - <itemStack oreDictionary="dustTin" number="2" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="TinIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotTin" /> - </input> - <output> - <itemStack oreDictionary="dustTin" /> - </output> - </recipe> - <recipe name="TinBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockTin" /> - </input> - <output> - <itemStack oreDictionary="dustTin" number="9" /> - </output> - </recipe> - <recipe name="LeadOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreLead" /> - </input> - <output> - <itemStack oreDictionary="dustLead" number="2" /> - <itemStack oreDictionary="dustSilver" chance="0.1" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="LeadIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotLead" /> - </input> - <output> - <itemStack oreDictionary="dustLead" /> - </output> - </recipe> - <recipe name="LeadBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockLead" /> - </input> - <output> - <itemStack oreDictionary="dustLead" number="9" /> - </output> - </recipe> - <recipe name="SilverOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreSilver" /> - </input> - <output> - <itemStack oreDictionary="dustSilver" number="2" /> - <itemStack oreDictionary="dustLead" chance="0.1" /> - </output> - </recipe> - <recipe name="SilverIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotSilver" /> - </input> - <output> - <itemStack oreDictionary="dustSilver" /> - </output> - </recipe> - <recipe name="SilverBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockSilver" /> - </input> - <output> - <itemStack oreDictionary="dustSilver" number="9" /> - </output> - </recipe> - <recipe name="BronzeIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotBronze" /> - </input> - <output> - <itemStack oreDictionary="dustBronze" /> - </output> - </recipe> - <recipe name="BronzeBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockBronze" /> - </input> - <output> - <itemStack oreDictionary="dustBronze" number="9" /> - </output> - </recipe> - <recipe name="NickelOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreNickel" /> - </input> - <output> - <itemStack oreDictionary="dustNickel" number="2" /> - <itemStack oreDictionary="dustPlatinum" chance="0.1" /> - </output> - </recipe> - <recipe name="NickelIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotNickel" /> - </input> - <output> - <itemStack oreDictionary="dustNickel" /> - </output> - </recipe> - <recipe name="NickelBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockNickel" /> - </input> - <output> - <itemStack oreDictionary="dustNickel" number="9" /> - </output> - </recipe> - <recipe name="AluminiumOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreAluminium" /> - </input> - <output> - <itemStack oreDictionary="dustAluminium" number="2" /> - </output> - </recipe> - <recipe name="AluminiumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAluminium" /> - </input> - <output> - <itemStack oreDictionary="dustAluminium" /> - </output> - </recipe> - <recipe name="AluminiumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAluminium" /> - </input> - <output> - <itemStack oreDictionary="dustAluminium" number="9" /> - </output> - </recipe> - <recipe name="AluminumOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreAluminum" /> - </input> - <output> - <itemStack oreDictionary="dustAluminum" number="2" /> - </output> - </recipe> - <recipe name="AluminumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAluminum" /> - </input> - <output> - <itemStack oreDictionary="dustAluminum" /> - </output> - </recipe> - <recipe name="AluminumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAluminum" /> - </input> - <output> - <itemStack oreDictionary="dustAluminum" number="9" /> - </output> - </recipe> - <recipe name="NaturalAluminumOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreNaturalAluminum" /> - </input> - <output> - <itemStack oreDictionary="dustNaturalAluminum" number="2" /> - </output> - </recipe> - <recipe name="NaturalAluminumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotNaturalAluminum" /> - </input> - <output> - <itemStack oreDictionary="dustNaturalAluminum" /> - </output> - </recipe> - <recipe name="NaturalAluminumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockNaturalAluminum" /> - </input> - <output> - <itemStack oreDictionary="dustNaturalAluminum" number="9" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Thermal Expansion/Foundation" > - <!-- Alloys and Ingots --> - <recipe name="EnderiumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotEnderium" /> - </input> - <output> - <itemStack oreDictionary="dustEnderium" /> - </output> - </recipe> - <recipe name="SignalumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotSignalum" /> - </input> - <output> - <itemStack oreDictionary="dustSignalum" /> - </output> - </recipe> - <recipe name="LumiumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotLumium" /> - </input> - <output> - <itemStack oreDictionary="dustLumium" /> - </output> - </recipe> - <recipe name="InvarIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotInvar" /> - </input> - <output> - <itemStack oreDictionary="dustInvar" /> - </output> - </recipe> - <!-- Blocks --> - <recipe name="EnderiumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockEnderium" /> - </input> - <output> - <itemStack oreDictionary="dustEnderium" number="9" /> - </output> - </recipe> - <recipe name="SignalumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockSignalum" /> - </input> - <output> - <itemStack oreDictionary="dustSignalum" number="9" /> - </output> - </recipe> - <recipe name="LumiumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockLumium" /> - </input> - <output> - <itemStack oreDictionary="dustLumium" number="9" /> - </output> - </recipe> - <recipe name="InvarBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockInvar" /> - </input> - <output> - <itemStack oreDictionary="dustInvar" number="9" /> - </output> - </recipe> - <!-- Other --> - <recipe name="Obsidian" energyCost="4000" > - <input> - <itemStack modID="minecraft" itemName="obsidian" /> - </input> - <output> - <itemStack oreDictionary="dustObsidian" number="4" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Forestry" > - <recipe name="Log" energyCost="2400" > - <input> - <itemStack oreDictionary="logWood" /> - </input> - <output> - <itemStack oreDictionary="pulpWood" number="1" /> - <itemStack oreDictionary="pulpWood" number="1" chance="0.9" /> - <itemStack oreDictionary="pulpWood" number="1" chance="0.5" /> - <itemStack oreDictionary="pulpWood" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="Plank" energyCost="1200" > - <input> - <itemStack oreDictionary="plankWood" /> - </input> - <output> - <itemStack oreDictionary="pulpWood" number="1" chance="0.9" /> - </output> - </recipe> - <recipe name="Stairs" energyCost="1200" > - <input> - <itemStack oreDictionary="stairsWood" /> - </input> - <output> - <itemStack oreDictionary="pulpWood" number="1" chance="0.8" /> - </output> - </recipe> - <recipe name="Stair" energyCost="1200" > - <input> - <itemStack oreDictionary="stairWood" /> - </input> - <output> - <itemStack oreDictionary="pulpWood" number="1" chance="0.8" /> - </output> - </recipe> - <recipe name="ApatiteOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreApatite" /> - </input> - <output> - <itemStack oreDictionary="gemApatite" number="12" /> - <itemStack oreDictionary="dustSulfur" chance="0.10" /> - </output> - </recipe> - <recipe name="SlabWood" energyCost="1200" > - <input> - <itemStack oreDictionary="slabWood" /> - </input> - <output> - <itemStack oreDictionary="pulpWood" number="1" chance="0.7" /> - </output> - </recipe> - <recipe name="Stick" energyCost="800" > - <input> - <itemStack oreDictionary="stickWood" /> - </input> - <output> - <itemStack oreDictionary="pulpWood" number="1" chance="0.15" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Applied Energistics 2" > - <recipe name="ChargedCertusQuartzOre" energyCost="2400" > - <input> - <itemStack modID="appliedenergistics2" itemName="tile.OreQuartzCharged" /> - </input> - <output> - <itemStack modID="appliedenergistics2" itemName="item.ItemMultiMaterial" itemMeta="1" number="2" /> - <itemStack oreDictionary="dustCertusQuartz" chance="0.1" /> - </output> - </recipe> - <recipe name="CertusQuartzOre" energyCost="2400" > - <input> - <itemStack modID="appliedenergistics2" itemName="tile.OreQuartz" /> - </input> - <output> - <itemStack oreDictionary="crystalCertusQuartz" number="2" /> - <itemStack oreDictionary="dustCertusQuartz" chance="0.1" /> - </output> - </recipe> - <recipe name="CertusQuartzCrystal" energyCost="800" > - <input> - <itemStack oreDictionary="crystalCertusQuartz" /> - </input> - <output> - <itemStack oreDictionary="dustCertusQuartz" /> - </output> - </recipe> - <recipe name="ChargedCertusQuartzCrystal" energyCost="800" > - <input> - <itemStack modID="appliedenergistics2" itemName="item.ItemMultiMaterial" itemMeta="1" /> - </input> - <output> - <itemStack oreDictionary="dustCertusQuartz" /> - </output> - </recipe> - <recipe name="FluixCrystal" energyCost="800" > - <input> - <itemStack oreDictionary="crystalFluix" /> - </input> - <output> - <itemStack oreDictionary="dustFluix" /> - </output> - </recipe> - <recipe name="NetherQuartz" energyCost="800" > - <input> - <itemStack modID="minecraft" itemName="quartz" /> - </input> - <output> - <itemStack oreDictionary="dustNetherQuartz" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Railcraft" > - <recipe name="Sulfur Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="oreSulfur" /> - </input> - <output> - <itemStack oreDictionary="dustSulfur" number="6" /> - </output> - </recipe> - <recipe name="Saltpeter" energyCost="2400" > - <input> - <itemStack oreDictionary="oreSaltpeter" /> - </input> - <output> - <itemStack oreDictionary="dustSaltpeter" number="4" /> - </output> - </recipe> - <recipe name="CrushedObsidian" energyCost="2400" > - <input> - <itemStack modID="Railcraft" itemName="tile.railcraft.cube" itemMeta="4" /> - </input> - <output> - <itemStack oreDictionary="dustObsidian" number="1" /> - <itemStack oreDictionary="dustObsidian" number="1" chance="0.01" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Dense Ores" > - <recipe name="Dense Iron Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreIron" /> - </input> - <output> - <itemStack oreDictionary="oreIron" number="4" /> - </output> - </recipe> - <recipe name="Dense Gold Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreGold" /> - </input> - <output> - <itemStack oreDictionary="oreGold" number="4" /> - </output> - </recipe> - <recipe name="Dense Copper Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreCopper" /> - </input> - <output> - <itemStack oreDictionary="oreCopper" number="4" /> - </output> - </recipe> - <recipe name="Dense Lead Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreLead" /> - </input> - <output> - <itemStack oreDictionary="oreLead" number="4" /> - </output> - </recipe> - <recipe name="Dense Silver Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreSilver" /> - </input> - <output> - <itemStack oreDictionary="oreSilver" number="4" /> - </output> - </recipe> - <recipe name="Dense Tin Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreTin" /> - </input> - <output> - <itemStack oreDictionary="oreTin" number="4" /> - </output> - </recipe> - <recipe name="Dense Nickel Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreNickel" /> - </input> - <output> - <itemStack oreDictionary="oreNickel" number="4" /> - </output> - </recipe> - <recipe name="Dense Platinum Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseorePlatinum" /> - </input> - <output> - <itemStack oreDictionary="orePlatinum" number="4" /> - </output> - </recipe> - <recipe name="Dense Mithril Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreMithril" /> - </input> - <output> - <itemStack oreDictionary="oreMithril" number="4" /> - </output> - </recipe> - <recipe name="Dense Cobalt Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreCobalt" /> - </input> - <output> - <itemStack oreDictionary="oreCobalt" number="4" /> - </output> - </recipe> - <recipe name="Dense Ardite Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreArdite" /> - </input> - <output> - <itemStack oreDictionary="oreArdite" number="4" /> - </output> - </recipe> - <recipe name="Dense Coal Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreCoal" /> - </input> - <output> - <itemStack oreDictionary="oreCoal" number="4" /> - </output> - </recipe> - <recipe name="Dense Diamond Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreDiamond" /> - </input> - <output> - <itemStack oreDictionary="oreDiamond" number="4" /> - </output> - </recipe> - <recipe name="Dense Lapis Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreLapis" /> - </input> - <output> - <itemStack oreDictionary="oreLapis" number="4" /> - </output> - </recipe> - <recipe name="Dense Emerald Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreEmerald" /> - </input> - <output> - <itemStack oreDictionary="oreEmerald" number="4" /> - </output> - </recipe> - <recipe name="Dense Redstone Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreRedstone" /> - </input> - <output> - <itemStack oreDictionary="oreRedstone" number="4" /> - </output> - </recipe> - <recipe name="Dense Quartz Ore" energyCost="2400" > - <input> - <itemStack oreDictionary="denseoreQuartz" /> - </input> - <output> - <itemStack oreDictionary="oreQuartz" number="4" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Biomes O' Plenty" > - <recipe name="SmallBoneSegment" energyCost="2600" > - <input> - <itemStack modID="BiomesOPlenty" itemName="bones" itemMeta="0" /> - </input> - <output> - <itemStack modID="minecraft" itemName="dye" itemMeta="15" number="8" /> - </output> - </recipe> - <recipe name="MediumBoneSegment" energyCost="3200" > - <input> - <itemStack modID="BiomesOPlenty" itemName="bones" itemMeta="1" /> - </input> - <output> - <itemStack modID="minecraft" itemName="dye" itemMeta="15" number="12" /> - </output> - </recipe> - <recipe name="LargeBoneSegment" energyCost="4800" > - <input> - <itemStack modID="BiomesOPlenty" itemName="bones" itemMeta="2" /> - </input> - <output> - <itemStack modID="minecraft" itemName="dye" itemMeta="15" number="24" /> - </output> - </recipe> - <recipe name="RubyOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreRuby" /> - </input> - <output> - <itemStack oreDictionary="gemRuby" number="2" /> - <itemStack oreDictionary="gemRuby" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="PeridotOre" energyCost="2400" > - <input> - <itemStack oreDictionary="orePeridot" /> - </input> - <output> - <itemStack oreDictionary="gemPeridot" number="2" /> - <itemStack oreDictionary="gemPeridot" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="TopazOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreTopaz" /> - </input> - <output> - <itemStack oreDictionary="gemTopaz" number="2" /> - <itemStack oreDictionary="gemTopaz" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="TanzaniteOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreTanzanite" /> - </input> - <output> - <itemStack oreDictionary="gemTanzanite" number="2" /> - <itemStack oreDictionary="gemTanzanite" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="MalachiteOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreMalachite" /> - </input> - <output> - <itemStack oreDictionary="gemMalachite" number="2" /> - <itemStack oreDictionary="gemMalachite" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="SapphireOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreSapphire" /> - </input> - <output> - <itemStack oreDictionary="gemSapphire" number="2" /> - <itemStack oreDictionary="gemSapphire" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="AmberOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreAmber" /> - </input> - <output> - <itemStack oreDictionary="gemAmber" number="2" /> - <itemStack oreDictionary="gemAmber" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="cobblestone" chance="0.15" /> - </output> - </recipe> - <recipe name="AmethystOre" energyCost="2400" > - <input> - <itemStack modID="BiomesOPlenty" itemName="gemOre" /> - </input> - <output> - <itemStack modID="BiomesOPlenty" itemName="gems" number="2" /> - <itemStack modID="BiomesOPlenty" itemName="gems" number="1" chance="0.5" /> - <itemStack modID="minecraft" itemName="end_stone" chance="0.15" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Nether Ores" > - <recipe name="NetherIron" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherIron" /> - </input> - <output> - <itemStack oreDictionary="dustIron" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherGold" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherGold" /> - </input> - <output> - <itemStack oreDictionary="dustGold" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherDiamond" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherDiamond" /> - </input> - <output> - <itemStack modID="minecraft" itemName="diamond" number="5" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherCoal" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherCoal" /> - </input> - <output> - <itemStack oreDictionary="dustCoal" number="5" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherLapis" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherLapis" /> - </input> - <output> - <itemStack modID="minecraft" itemName="dye" itemMeta="4" number="24" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherRedstone" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherRedstone" /> - </input> - <output> - <itemStack modID="minecraft" itemName="redstone" number="21" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherCopper" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherCopper" /> - </input> - <output> - <itemStack oreDictionary="dustCopper" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherTin" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherTin" /> - </input> - <output> - <itemStack oreDictionary="dustTin" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherEmerald" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherEmerald" /> - </input> - <output> - <itemStack modID="minecraft" itemName="emerald" number="5" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherSilver" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherSilver" /> - </input> - <output> - <itemStack oreDictionary="dustSilver" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherLead" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherLead" /> - </input> - <output> - <itemStack oreDictionary="dustLead" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherUranium" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherUranium" /> - </input> - <output> - <itemStack oreDictionary="crushedUranium" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherRuby" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherRuby" /> - </input> - <output> - <itemStack oreDictionary="gemRuby" number="5" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherPeridot" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherPeridot" /> - </input> - <output> - <itemStack oreDictionary="gemPeridot" number="5" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherSapphire" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherSapphire" /> - </input> - <output> - <itemStack oreDictionary="gemSapphire" number="5" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherPlatinum" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherPlatinum" /> - </input> - <output> - <itemStack oreDictionary="dustPlatinum" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherNickel" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherNickel" /> - </input> - <output> - <itemStack oreDictionary="dustNickel" number="4" /> - <itemStack oreDictionary="dustPlatinum" chance="0.1" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherSulfur" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherSulfur" /> - </input> - <output> - <itemStack oreDictionary="dustSulfur" number="24" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherMithril" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherMithril" /> - </input> - <output> - <itemStack oreDictionary="dustMithril" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherAmber" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherAmber" /> - </input> - <output> - <itemStack oreDictionary="gemAmber" number="5" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherSaltpeter" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherSaltpeter" /> - </input> - <output> - <itemStack oreDictionary="dustSaltpeter" number="10" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherSalt" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherSalt" /> - </input> - <output> - <itemStack oreDictionary="dustSalt" number="12" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherSteel" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherSteel" /> - </input> - <output> - <itemStack oreDictionary="dustSteel" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherOsmium" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherOsmium" /> - </input> - <output> - <itemStack oreDictionary="dustOsmium" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherTitanium" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherTitanium" /> - </input> - <output> - <itemStack oreDictionary="dustTitanium" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherMagnesium" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherMagnesium" /> - </input> - <output> - <itemStack oreDictionary="dustMagnesium" number="8" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherTungsten" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherTungsten" /> - </input> - <output> - <itemStack oreDictionary="dustTungsten" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - <recipe name="NetherRutile" energyCost="3200" > - <input> - <itemStack oreDictionary="oreNetherRutile" /> - </input> - <output> - <itemStack oreDictionary="dustRutile" number="4" /> - <itemStack modID="minecraft" itemName="netherrack" chance="0.15" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Metallurgy" > - <!-- Metals --> - <recipe name="ManganeseOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreManganese" /> - </input> - <output> - <itemStack oreDictionary="dustManganese" number="2" /> - </output> - </recipe> - <recipe name="ZincOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreZinc" /> - </input> - <output> - <itemStack oreDictionary="dustZinc" number="2" /> - </output> - </recipe> - <recipe name="SilverOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreSilver" /> - </input> - <output> - <itemStack oreDictionary="dustSilver" number="2" /> - </output> - </recipe> - <recipe name="PlatinumOre" energyCost="3600" > - <input> - <itemStack oreDictionary="orePlatinum" /> - </input> - <output> - <itemStack oreDictionary="dustPlatinum" number="2" /> - </output> - </recipe> - <recipe name="IgnatiusOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreIgnatius" /> - </input> - <output> - <itemStack oreDictionary="dustIgnatius" number="2" /> - </output> - </recipe> - <recipe name="ShadowIronOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreShadowIron" /> - </input> - <output> - <itemStack oreDictionary="dustShadowIron" number="2" /> - </output> - </recipe> - <recipe name="LemuriteOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreLemurite" /> - </input> - <output> - <itemStack oreDictionary="dustLemurite" number="2" /> - </output> - </recipe> - <recipe name="MidasiumOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreMidasium" /> - </input> - <output> - <itemStack oreDictionary="dustMidasium" number="2" /> - </output> - </recipe> - <recipe name="VyroxeresOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreVyroxeres" /> - </input> - <output> - <itemStack oreDictionary="dustVyroxeres" number="2" /> - </output> - </recipe> - <recipe name="CeruclaseOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreCeruclase" /> - </input> - <output> - <itemStack oreDictionary="dustCeruclase" number="2" /> - </output> - </recipe> - <recipe name="KalendriteOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreKalendrite" /> - </input> - <output> - <itemStack oreDictionary="dustKalendrite" number="2" /> - </output> - </recipe> - <recipe name="VulcaniteOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreVulcanite" /> - </input> - <output> - <itemStack oreDictionary="dustVulcanite" number="2" /> - </output> - </recipe> - <recipe name="SanguiniteOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreSanguinite" /> - </input> - <output> - <itemStack oreDictionary="dustSanguinite" number="2" /> - </output> - </recipe> - <recipe name="PrometheumOre" energyCost="3600" > - <input> - <itemStack oreDictionary="orePrometheum" /> - </input> - <output> - <itemStack oreDictionary="dustPrometheum" number="2" /> - </output> - </recipe> - <recipe name="DeepIronOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreDeepIron" /> - </input> - <output> - <itemStack oreDictionary="dustDeepIron" number="2" /> - </output> - </recipe> - <recipe name="InfuscoliumOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreInfuscolium" /> - </input> - <output> - <itemStack oreDictionary="dustInfuscolium" number="2" /> - </output> - </recipe> - <recipe name="OureclaseOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreOureclase" /> - </input> - <output> - <itemStack oreDictionary="dustOureclase" number="2" /> - </output> - </recipe> - <recipe name="AstralSilverOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreAstralSilver" /> - </input> - <output> - <itemStack oreDictionary="dustAstralSilver" number="2" /> - </output> - </recipe> - <recipe name="CarmotOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreCarmot" /> - </input> - <output> - <itemStack oreDictionary="dustCarmot" number="2" /> - </output> - </recipe> - <recipe name="MithrilOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreMithril" /> - </input> - <output> - <itemStack oreDictionary="dustMithril" number="2" /> - </output> - </recipe> - <recipe name="RubraciumOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreRubracium" /> - </input> - <output> - <itemStack oreDictionary="dustRubracium" number="2" /> - </output> - </recipe> - <recipe name="OrichalcumOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreOrichalcum" /> - </input> - <output> - <itemStack oreDictionary="dustOrichalcum" number="2" /> - </output> - </recipe> - <recipe name="AdamantineOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreAdamantine" /> - </input> - <output> - <itemStack oreDictionary="dustAdamantine" number="2" /> - </output> - </recipe> - <recipe name="AtlarusOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreAtlarus" /> - </input> - <output> - <itemStack oreDictionary="dustAtlarus" number="2" /> - </output> - </recipe> - <!-- Alloys and Ingots --> - <recipe name="ManganeseIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotManganese" /> - </input> - <output> - <itemStack oreDictionary="dustManganese" number="1" /> - </output> - </recipe> - <recipe name="ZincIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotZinc" /> - </input> - <output> - <itemStack oreDictionary="dustZinc" number="1" /> - </output> - </recipe> - <recipe name="SilverIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotSilver" /> - </input> - <output> - <itemStack oreDictionary="dustSilver" number="1" /> - </output> - </recipe> - <recipe name="PlatinumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotPlatinum" /> - </input> - <output> - <itemStack oreDictionary="dustPlatinum" number="1" /> - </output> - </recipe> - <recipe name="IgnatiusIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotIgnatius" /> - </input> - <output> - <itemStack oreDictionary="dustIgnatius" number="1" /> - </output> - </recipe> - <recipe name="ShadowIronIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotShadowIron" /> - </input> - <output> - <itemStack oreDictionary="dustShadowIron" number="1" /> - </output> - </recipe> - <recipe name="LemuriteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotLemurite" /> - </input> - <output> - <itemStack oreDictionary="dustLemurite" number="1" /> - </output> - </recipe> - <recipe name="MidasiumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotMidasium" /> - </input> - <output> - <itemStack oreDictionary="dustMidasium" number="1" /> - </output> - </recipe> - <recipe name="VyroxeresIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotVyroxeres" /> - </input> - <output> - <itemStack oreDictionary="dustVyroxeres" number="1" /> - </output> - </recipe> - <recipe name="CeruclaseIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotCeruclase" /> - </input> - <output> - <itemStack oreDictionary="dustCeruclase" number="1" /> - </output> - </recipe> - <recipe name="KalendriteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotKalendrite" /> - </input> - <output> - <itemStack oreDictionary="dustKalendrite" number="1" /> - </output> - </recipe> - <recipe name="VulcaniteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotVulcanite" /> - </input> - <output> - <itemStack oreDictionary="dustVulcanite" number="1" /> - </output> - </recipe> - <recipe name="SanguiniteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotSanguinite" /> - </input> - <output> - <itemStack oreDictionary="dustSanguinite" number="1" /> - </output> - </recipe> - <recipe name="PrometheumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotPrometheum" /> - </input> - <output> - <itemStack oreDictionary="dustPrometheum" number="1" /> - </output> - </recipe> - <recipe name="DeepIronIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotDeepIron" /> - </input> - <output> - <itemStack oreDictionary="dustDeepIron" number="1" /> - </output> - </recipe> - <recipe name="InfuscoliumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotInfuscolium" /> - </input> - <output> - <itemStack oreDictionary="dustInfuscolium" number="1" /> - </output> - </recipe> - <recipe name="OureclaseIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotOureclase" /> - </input> - <output> - <itemStack oreDictionary="dustOureclase" number="1" /> - </output> - </recipe> - <recipe name="AstralSilverIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAstral Silver" /> - </input> - <output> - <itemStack oreDictionary="dustAstral Silver" number="1" /> - </output> - </recipe> - <recipe name="CarmotIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotCarmot" /> - </input> - <output> - <itemStack oreDictionary="dustCarmot" number="1" /> - </output> - </recipe> - <recipe name="MithrilIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotMithril" /> - </input> - <output> - <itemStack oreDictionary="dustMithril" number="1" /> - </output> - </recipe> - <recipe name="RubraciumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotRubracium" /> - </input> - <output> - <itemStack oreDictionary="dustRubracium" number="1" /> - </output> - </recipe> - <recipe name="OrichalcumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotOrichalcum" /> - </input> - <output> - <itemStack oreDictionary="dustOrichalcum" number="1" /> - </output> - </recipe> - <recipe name="AdamantineIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAdamantine" /> - </input> - <output> - <itemStack oreDictionary="dustAdamantine" number="1" /> - </output> - </recipe> - <recipe name="AtlarusIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAtlarus" /> - </input> - <output> - <itemStack oreDictionary="dustAtlarus" number="1" /> - </output> - </recipe> - <recipe name="BronzeIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotBronze" /> - </input> - <output> - <itemStack oreDictionary="dustBronze" number="1" /> - </output> - </recipe> - <recipe name="HepatizonIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotHepatizon" /> - </input> - <output> - <itemStack oreDictionary="dustHepatizon" number="1" /> - </output> - </recipe> - <recipe name="DamascusSteelIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotDamascusSteel" /> - </input> - <output> - <itemStack oreDictionary="dustDamascusSteel" number="1" /> - </output> - </recipe> - <recipe name="AngmallenIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAngmallen" /> - </input> - <output> - <itemStack oreDictionary="dustAngmallen" number="1" /> - </output> - </recipe> - <recipe name="SteelIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotSteel" /> - </input> - <output> - <itemStack oreDictionary="dustSteel" number="1" /> - </output> - </recipe> - <recipe name="BrassIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotBrass" /> - </input> - <output> - <itemStack oreDictionary="dustBrass" number="1" /> - </output> - </recipe> - <recipe name="ElectrumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotElectrum" /> - </input> - <output> - <itemStack oreDictionary="dustElectrum" number="1" /> - </output> - </recipe> - <recipe name="ShadowSteelIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotShadowSteel" /> - </input> - <output> - <itemStack oreDictionary="dustShadowSteel" number="1" /> - </output> - </recipe> - <recipe name="InolashiteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotInolashite" /> - </input> - <output> - <itemStack oreDictionary="dustInolashite" number="1" /> - </output> - </recipe> - <recipe name="AmordrineIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAmordrine" /> - </input> - <output> - <itemStack oreDictionary="dustAmordrine" number="1" /> - </output> - </recipe> - <recipe name="BlackSteelIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotBlackSteel" /> - </input> - <output> - <itemStack oreDictionary="dustBlackSteel" number="1" /> - </output> - </recipe> - <recipe name="QuicksilverIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotQuicksilver" /> - </input> - <output> - <itemStack oreDictionary="dustQuicksilver" number="1" /> - </output> - </recipe> - <recipe name="HaderothIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotHaderoth" /> - </input> - <output> - <itemStack oreDictionary="dustHaderoth" number="1" /> - </output> - </recipe> - <recipe name="CelenegilIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotCelenegil" /> - </input> - <output> - <itemStack oreDictionary="dustCelenegil" number="1" /> - </output> - </recipe> - <recipe name="TartariteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotTartarite" /> - </input> - <output> - <itemStack oreDictionary="dustTartarite" number="1" /> - </output> - </recipe> - <!-- Blocks --> - <recipe name="ManganeseBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockManganese" /> - </input> - <output> - <itemStack oreDictionary="dustManganese" number="9" /> - </output> - </recipe> - <recipe name="ZincBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockZinc" /> - </input> - <output> - <itemStack oreDictionary="dustZinc" number="9" /> - </output> - </recipe> - <recipe name="SilverBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockSilver" /> - </input> - <output> - <itemStack oreDictionary="dustSilver" number="9" /> - </output> - </recipe> - <recipe name="PlatinumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockPlatinum" /> - </input> - <output> - <itemStack oreDictionary="dustPlatinum" number="9" /> - </output> - </recipe> - <recipe name="IgnatiusBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockIgnatius" /> - </input> - <output> - <itemStack oreDictionary="dustIgnatius" number="9" /> - </output> - </recipe> - <recipe name="ShadowIronBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockShadowIron" /> - </input> - <output> - <itemStack oreDictionary="dustShadowIron" number="9" /> - </output> - </recipe> - <recipe name="LemuriteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockLemurite" /> - </input> - <output> - <itemStack oreDictionary="dustLemurite" number="9" /> - </output> - </recipe> - <recipe name="MidasiumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockMidasium" /> - </input> - <output> - <itemStack oreDictionary="dustMidasium" number="9" /> - </output> - </recipe> - <recipe name="VyroxeresBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockVyroxeres" /> - </input> - <output> - <itemStack oreDictionary="dustVyroxeres" number="9" /> - </output> - </recipe> - <recipe name="CeruclaseBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockCeruclase" /> - </input> - <output> - <itemStack oreDictionary="dustCeruclase" number="9" /> - </output> - </recipe> - <recipe name="KalendriteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockKalendrite" /> - </input> - <output> - <itemStack oreDictionary="dustKalendrite" number="9" /> - </output> - </recipe> - <recipe name="VulcaniteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockVulcanite" /> - </input> - <output> - <itemStack oreDictionary="dustVulcanite" number="9" /> - </output> - </recipe> - <recipe name="SanguiniteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockSanguinite" /> - </input> - <output> - <itemStack oreDictionary="dustSanguinite" number="9" /> - </output> - </recipe> - <recipe name="PrometheumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockPrometheum" /> - </input> - <output> - <itemStack oreDictionary="dustPrometheum" number="9" /> - </output> - </recipe> - <recipe name="DeepIronBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockDeepIron" /> - </input> - <output> - <itemStack oreDictionary="dustDeepIron" number="9" /> - </output> - </recipe> - <recipe name="InfuscoliumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockInfuscolium" /> - </input> - <output> - <itemStack oreDictionary="dustInfuscolium" number="9" /> - </output> - </recipe> - <recipe name="OureclaseBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockOureclase" /> - </input> - <output> - <itemStack oreDictionary="dustOureclase" number="9" /> - </output> - </recipe> - <recipe name="AstralSilverBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAstralSilver" /> - </input> - <output> - <itemStack oreDictionary="dustAstralSilver" number="9" /> - </output> - </recipe> - <recipe name="CarmotBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockCarmot" /> - </input> - <output> - <itemStack oreDictionary="dustCarmot" number="9" /> - </output> - </recipe> - <recipe name="MithrilBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockMithril" /> - </input> - <output> - <itemStack oreDictionary="dustMithril" number="9" /> - </output> - </recipe> - <recipe name="RubraciumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockRubracium" /> - </input> - <output> - <itemStack oreDictionary="dustRubracium" number="9" /> - </output> - </recipe> - <recipe name="OrichalcumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockOrichalcum" /> - </input> - <output> - <itemStack oreDictionary="dustOrichalcum" number="9" /> - </output> - </recipe> - <recipe name="AdamantineBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAdamantine" /> - </input> - <output> - <itemStack oreDictionary="dustAdamantine" number="9" /> - </output> - </recipe> - <recipe name="AtlarusBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAtlarus" /> - </input> - <output> - <itemStack oreDictionary="dustAtlarus" number="9" /> - </output> - </recipe> - <recipe name="BronzeBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockBronze" /> - </input> - <output> - <itemStack oreDictionary="dustBronze" number="9" /> - </output> - </recipe> - <recipe name="HepatizonBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockHepatizon" /> - </input> - <output> - <itemStack oreDictionary="dustHepatizon" number="9" /> - </output> - </recipe> - <recipe name="DamascusSteelBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockDamascusSteel" /> - </input> - <output> - <itemStack oreDictionary="dustDamascusSteel" number="9" /> - </output> - </recipe> - <recipe name="AngmallenBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAngmallen" /> - </input> - <output> - <itemStack oreDictionary="dustAngmallen" number="9" /> - </output> - </recipe> - <recipe name="SteelBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockSteel" /> - </input> - <output> - <itemStack oreDictionary="dustSteel" number="9" /> - </output> - </recipe> - <recipe name="BrassBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockBrass" /> - </input> - <output> - <itemStack oreDictionary="dustBrass" number="9" /> - </output> - </recipe> - <recipe name="ElectrumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockElectrum" /> - </input> - <output> - <itemStack oreDictionary="dustElectrum" number="9" /> - </output> - </recipe> - <recipe name="ShadowSteelBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockShadowSteel" /> - </input> - <output> - <itemStack oreDictionary="dustShadowSteel" number="9" /> - </output> - </recipe> - <recipe name="InolashiteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockInolashite" /> - </input> - <output> - <itemStack oreDictionary="dustInolashite" number="9" /> - </output> - </recipe> - <recipe name="AmordrineBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAmordrine" /> - </input> - <output> - <itemStack oreDictionary="dustAmordrine" number="9" /> - </output> - </recipe> - <recipe name="BlackSteelBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockBlackSteel" /> - </input> - <output> - <itemStack oreDictionary="dustBlackSteel" number="9" /> - </output> - </recipe> - <recipe name="QuicksilverBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockQuicksilver" /> - </input> - <output> - <itemStack oreDictionary="dustQuicksilver" number="9" /> - </output> - </recipe> - <recipe name="HaderothBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockHaderoth" /> - </input> - <output> - <itemStack oreDictionary="dustHaderoth" number="9" /> - </output> - </recipe> - <recipe name="CelenegilBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockCelenegil" /> - </input> - <output> - <itemStack oreDictionary="dustCelenegil" number="9" /> - </output> - </recipe> - <recipe name="TartariteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockTartarite" /> - </input> - <output> - <itemStack oreDictionary="dustTartarite" number="9" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Mekanism" > - <!-- Metals --> - <recipe name="OsmiumOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreOsmium" /> - </input> - <output> - <itemStack oreDictionary="dustOsmium" number="2" /> - <itemStack oreDictionary="dustOsmium" number="1" chance="0.10" /> - </output> - </recipe> - <!-- Alloys and Ingots --> - <recipe name="OsmiumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotOsmium" /> - </input> - <output> - <itemStack oreDictionary="dustOsmium" number="1" /> - </output> - </recipe> - <!-- Blocks --> - <recipe name="OsmiumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockOsmium" /> - </input> - <output> - <itemStack oreDictionary="dustOsmium" number="9" /> - </output> - </recipe> - </recipeGroup> -<recipeGroup name="Bluepower" > - <recipe name="AmethystOre" energyCost="2400" > - <input> - <itemStack oreDictionary="oreAmethyst" /> - </input> - <output> - <itemStack oreDictionary="gemAmethyst" number="2" /> - </output> - </recipe> - </recipeGroup> - <recipeGroup name="Big Reactors" > - <!-- Metals --> - <recipe name="YelloriteOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreYellorite" /> - </input> - <output> - <itemStack oreDictionary="dustYellorium" number="2" /> - <itemStack oreDictionary="dustCyanite" number="1" chance="0.05" /> - </output> - </recipe> - <!-- Alloys and Ingots --> - <recipe name="YelloriumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotYellorium" /> - </input> - <output> - <itemStack oreDictionary="dustYellorium" number="1" /> - </output> - </recipe> - <recipe name="CyaniteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotCyanite" /> - </input> - <output> - <itemStack oreDictionary="dustCyanite" number="1" /> - </output> - </recipe> - <recipe name="BlutoniumIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotBlutonium" /> - </input> - <output> - <itemStack oreDictionary="dustBlutonium" number="1" /> - </output> - </recipe> - <recipe name="GraphiteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotGraphite" /> - </input> - <output> - <itemStack oreDictionary="dustGraphite" number="1" /> - </output> - </recipe> - <recipe name="LudicriteIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotLudicrite" /> - </input> - <output> - <itemStack oreDictionary="dustLudicrite" number="1" /> - </output> - </recipe> - <!-- Blocks --> - <recipe name="YelloriumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockYellorium" /> - </input> - <output> - <itemStack oreDictionary="dustYellorium" number="9" /> - </output> - </recipe> - <recipe name="CyaniteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockCyanite" /> - </input> - <output> - <itemStack oreDictionary="dustCyanite" number="9" /> - </output> - </recipe> - <recipe name="GraphiteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockGraphite" /> - </input> - <output> - <itemStack oreDictionary="dustGraphite" number="9" /> - </output> - </recipe> - <recipe name="BlutoniumBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockBlutonium" /> - </input> - <output> - <itemStack oreDictionary="dustBlutonium" number="9" /> - </output> - </recipe> - <recipe name="LudicriteBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockLudicrite" /> - </input> - <output> - <itemStack oreDictionary="dustLudicrite" number="9" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="TConstruct" > - <!-- Metals --> - <recipe name="ArditeOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreArdite" /> - </input> - <output> - <itemStack oreDictionary="dustArdite" number="2" /> - </output> - </recipe> - <recipe name="CobaltOre" energyCost="3600" > - <input> - <itemStack oreDictionary="oreCobalt" /> - </input> - <output> - <itemStack oreDictionary="dustCobalt" number="2" /> - </output> - </recipe> - <!-- Alloys and Ingots --> - <recipe name="ArditeIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotArdite" /> - </input> - <output> - <itemStack oreDictionary="dustArdite" number="1" /> - </output> - </recipe> - <recipe name="CobaltIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotCobalt" /> - </input> - <output> - <itemStack oreDictionary="dustCobalt" number="1" /> - </output> - </recipe> - <recipe name="ManyullynIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotManyullyn" /> - </input> - <output> - <itemStack oreDictionary="dustManyullyn" number="1" /> - </output> - </recipe> - <recipe name="AluminumBrassIngot" energyCost="2400" > - <input> - <itemStack oreDictionary="ingotAluminumBrass" /> - </input> - <output> - <itemStack oreDictionary="dustAluminumBrass" number="1" /> - </output> - </recipe> - <!-- Blocks --> - <recipe name="ArditeBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockArdite" /> - </input> - <output> - <itemStack oreDictionary="dustArdite" number="9" /> - </output> - </recipe> - <recipe name="CobaltBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockCobalt" /> - </input> - <output> - <itemStack oreDictionary="dustCobalt" number="9" /> - </output> - </recipe> - <recipe name="ManyullynBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockManyullyn" /> - </input> - <output> - <itemStack oreDictionary="dustManyullyn" number="9" /> - </output> - </recipe> - <recipe name="AluminumBrassBlock" energyCost="3600" > - <input> - <itemStack oreDictionary="blockAluminumBrass" /> - </input> - <output> - <itemStack oreDictionary="dustAluminumBrass" number="9" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="UndergroundBiomesConstruct" > - <recipe name="Red Granite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="0" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="0" /> - </output> - </recipe> - <recipe name="Black Granite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="1" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="1" /> - </output> - </recipe> - <recipe name="Rhyolite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="2" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="2" /> - </output> - </recipe> - <recipe name="Andesite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="3" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="3" /> - </output> - </recipe> - <recipe name="Gabbro" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="4" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="4" /> - </output> - </recipe> - <recipe name="Basalt" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="5" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="5" /> - </output> - </recipe> - <recipe name="Komatiite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="6" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="6" /> - </output> - </recipe> - <recipe name="Dacite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStone" itemMeta="7" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="7" /> - </output> - </recipe> - <recipe name="Red Granite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="0" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="0" number="4" /> - </output> - </recipe> - <recipe name="Black Granite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="1" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="1" number="4" /> - </output> - </recipe> - <recipe name="Rhyolite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="2" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="2" number="4" /> - </output> - </recipe> - <recipe name="Andesite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="3" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="3" number="4" /> - </output> - </recipe> - <recipe name="Gabbro Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="4" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="4" number="4" /> - </output> - </recipe> - <recipe name="Basalt Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="5" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="5" number="4" /> - </output> - </recipe> - <recipe name="Komatiite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="6" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="6" number="4" /> - </output> - </recipe> - <recipe name="Dacite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="igneousStoneBrick" itemMeta="7" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="igneousCobblestone" itemMeta="7" number="4" /> - </output> - </recipe> - <recipe name="Gneiss" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="0" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="0" /> - </output> - </recipe> - <recipe name="Eclogite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="1" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="1" /> - </output> - </recipe> - <recipe name="Marble" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="2" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="2" /> - </output> - </recipe> - <recipe name="Quartzite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="3" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="3" /> - </output> - </recipe> - <recipe name="Blue Schist" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="4" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="4" /> - </output> - </recipe> - <recipe name="Green Schist" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="5" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="5" /> - </output> - </recipe> - <recipe name="Soapstone" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="6" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="6" /> - </output> - </recipe> - <recipe name="Migmatite" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStone" itemMeta="7" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="7" /> - </output> - </recipe> - <recipe name="Gneiss Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="0" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="0" number="4" /> - </output> - </recipe> - <recipe name="Eclogite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="1" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="1" number="4" /> - </output> - </recipe> - <recipe name="Marble Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="2" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="2" number="4" /> - </output> - </recipe> - <recipe name="Quartzite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="3" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="3" number="4" /> - </output> - </recipe> - <recipe name="Blue Schist Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="4" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="4" number="4" /> - </output> - </recipe> - <recipe name="Green Schist Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="5" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="5" number="4" /> - </output> - </recipe> - <recipe name="Soapstone Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="6" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="6" number="4" /> - </output> - </recipe> - <recipe name="Migmatite Brick" energyCost="2400" > - <input> - <itemStack modID="UndergroundBiomes" itemName="metamorphicStoneBrick" itemMeta="7" /> - </input> - <output> - <itemStack modID="UndergroundBiomes" itemName="metamorphicCobblestone" itemMeta="7" number="4" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="ExNihilo" > - <recipe name="iron_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="iron_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.iron_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.iron_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.iron_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="iron_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="iron_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.iron_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.iron_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.iron_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="gold_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="gold_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.gold_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.gold_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.gold_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="gold_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="gold_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.gold_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.gold_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.gold_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="copper_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="copper_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.copper_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.copper_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.copper_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="copper_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="copper_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.copper_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.copper_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.copper_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="tin_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="tin_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.tin_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.tin_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.tin_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="tin_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="tin_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.tin_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.tin_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.tin_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="silver_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="silver_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.silver_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.silver_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.silver_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="silver_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="silver_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.silver_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.silver_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.silver_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="lead_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="lead_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.lead_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.lead_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.lead_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="lead_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="lead_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.lead_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.lead_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.lead_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="nickel_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="nickel_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.nickel_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.nickel_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.nickel_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="nickel_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="nickel_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.nickel_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.nickel_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.nickel_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="platinum_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="platinum_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.platinum_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.platinum_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.platinum_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="platinum_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="platinum_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.platinum_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.platinum_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.platinum_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="aluminum_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="aluminum_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.aluminum_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.aluminum_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.aluminum_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="aluminum_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="aluminum_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.aluminum_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.aluminum_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.aluminum_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="osmium_gravel_to_crushed" energyCost="500" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="osmium_gravel" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.osmium_crushed" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.osmium_crushed" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.osmium_crushed" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <recipe name="osmium_sand_to_powdered" energyCost="1000" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="osmium_sand" /></input> - <output> - <itemStack modID="exnihilo" itemName="exnihilo.osmium_powdered" number="4" itemMeta="0" /> - <itemStack modID="exnihilo" itemName="exnihilo.osmium_powdered" number="1" itemMeta="0" chance="0.5" /> - <itemStack modID="exnihilo" itemName="exnihilo.osmium_powdered" number="1" itemMeta="0" chance="0.05" /> - </output> - </recipe> - <!-- dust to dust --> - <recipe name="iron_dust_to_dustIron" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="iron_dust" /></input> - <output> - <itemStack oreDictionary="dustIron" number="2" /> - <itemStack oreDictionary="dustNickel" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="gold_dust_to_dustGold" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="gold_dust" /></input> - <output> - <itemStack oreDictionary="dustGold" number="2" /> - <itemStack oreDictionary="dustCopper" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="copper_dust_to_dustCopper" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="copper_dust" /></input> - <output> - <itemStack oreDictionary="dustCopper" number="2" /> - <itemStack oreDictionary="dustGold" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="tin_dust_to_dustTin" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="tin_dust" /></input> - <output> - <itemStack oreDictionary="dustTin" number="2" /> - <itemStack oreDictionary="dustIron" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="silver_dust_to_dustSilver" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="silver_dust" /></input> - <output> - <itemStack oreDictionary="dustSilver" number="2" /> - <itemStack oreDictionary="dustLead" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="lead_dust_to_dustLead" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="lead_dust" /></input> - <output> - <itemStack oreDictionary="dustLead" number="2" /> - <itemStack oreDictionary="dustSilver" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="nickel_dust_to_dustNickel" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="nickel_dust" /></input> - <output> - <itemStack oreDictionary="dustNickel" number="2" /> - <itemStack oreDictionary="dustPlatinum" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="platinum_dust_to_dustPlatinum" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="platinum_dust" /></input> - <output> - <itemStack oreDictionary="dustPlatinum" number="2" /> - <itemStack oreDictionary="dustPlatinum" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="aluminum_dust_to_dustAluminum" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="aluminum_dust" /></input> - <output> - <itemStack oreDictionary="dustAluminum" number="2" /> - <itemStack oreDictionary="dustAluminum" number="1" chance="0.1" /> - </output> - </recipe> - <recipe name="osmium_dust_to_dustOsmium" energyCost="3200" bonusType="chance_only" > - <input><itemStack modID="exnihilo" itemName="osmium_dust" /></input> - <output> - <itemStack oreDictionary="dustOsmium" number="2" /> - <itemStack oreDictionary="dustOsmium" number="1" chance="0.1" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="Natura" > - <recipe name="Barley" energyCost="800" > - <input> - <itemStack modID="Natura" itemName="barleyFood" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemPowderIngot" itemMeta="8" number="2" /> - <itemStack modID="Natura" itemName="barley.seed" chance="0.2" /> - </output> - </recipe> - </recipeGroup> - - <recipeGroup name="IC2" > - <recipe name="Lapis to Dust" energyCost="2400" > - <input> - <itemStack oreDictionary="gemLapis" /> - </input> - <output> - <itemStack oreDictionary="dustLapis" number="1" /> - </output> - </recipe> - <recipe name="Lapis Block to Dust" energyCost="3600" > - <input> - <itemStack oreDictionary="blockLapis" /> - </input> - <output> - <itemStack oreDictionary="dustLapis" number="9" /> - </output> - </recipe> - </recipeGroup> - - <grindingBalls> - <grindingBall id="Flint" grindingMultiplier="1.2" chanceMultiplier="1.25" powerMultiplier="0.85" durationRF="24000" > - <itemStack oreDictionary="itemFlint" /> - </grindingBall> - <grindingBall id="DarkSteelBall" grindingMultiplier="1.5" chanceMultiplier="2" powerMultiplier="0.7" durationRF="100000" > - <itemStack oreDictionary="itemDarkGrindingBall" /> - </grindingBall> - - <excludes> - <itemStack modID="minecraft" itemName="glowstone" /> - <itemStack modID="minecraft" itemName="wool" itemMeta="*" /> - <itemStack modID="minecraft" itemName="quartz_block" itemMeta="*" /> - <itemStack modID="minecraft" itemName="quartz_stairs" /> - <itemStack modID="minecraft" itemName="stone_slab" itemMeta="7" /> - <itemStack modID="minecraft" itemName="quartz" /> - <itemStack oreDictionary="sandstone" /> - <itemStack oreDictionary="crystalCertusQuartz" /> - <itemStack oreDictionary="crystalFluix" /> - </excludes> - </grindingBalls> - -</SAGMillRecipes> diff --git a/config/enderio/SAGMillRecipes_User.xml b/config/enderio/SAGMillRecipes_User.xml deleted file mode 100644 index 44ae7ad95b..0000000000 --- a/config/enderio/SAGMillRecipes_User.xml +++ /dev/null @@ -1,101 +0,0 @@ -<!-- - Custom recipes that will not be over written by Ender IO are added here. - - To change an existing recipe, just add the recipe to this file using the same recipe group and recipe name as found in - the core file. - - Adding new Recipes: - For more details of how to add a new recipe please see the documentation at the top of SAGMillRecipes_Core.xml. - - Adding a new recipe to a new group: - - <recipeGroup name="CrazyPantsGroup" > - <recipe name="SolarToGlass" energyCost="120" > - <input> - <itemStack modID="EnderIO" itemName="enderIO:blockSolarPanel" /> - </input> - <output> - <itemStack modID="minecraft" itemName="glass" /> - </output> - </recipe> - </recipeGroup> - - Removing Recipes: - To disable all recipes within a group, in this example Forestry, include the following in this file: - - <recipeGroup name="Forestry" enabled="false" /> - - Disable all recipes in the group 'Vanilla': - - <recipeGroup name="Vanilla" enabled="false" /> - - To disable individual recipes, simply provide an invalid recipe for them: - - <recipeGroup name="Applied Energistics" > - <recipe name="CertusQuartzOre" /> - </recipeGroup> - - Disable the glass recipes in the group 'Vanilla': - - <recipeGroup name="Vanilla" > - <recipe name="Glass" /> - </recipeGroup> - - Modifying Recipes: - Modify a core recipe definition, in this case, make glass give diamonds: - - <recipeGroup name="Vanilla" > - <recipe name="Glass" energyCost="120" > - <input> - <itemStack modID="minecraft" itemName="glass" /> - </input> - <output> - <itemStack modID="minecraft" itemName="diamond" /> - </output> - </recipe> - </recipeGroup> - - Add this block to change the default TE obsidian -> dust recipe to the railcraft recipe. - - <recipeGroup name="Thermal Expansion" > - <recipe name="Obsidian" energyCost="400" > - <input> - <itemStack modID="minecraft" itemName="obsidian" /> - </input> - <output> - <itemStack modID="Railcraft" itemName="tile.railcraft.cube" itemMeta="4" number="1" /> - <itemStack oreDictionary="dustObsidian" number="1" chance="0.15" /> - <itemStack oreDictionary="dustObsidian" number="1" chance="0.025" /> - </output> - </recipe> - </recipeGroup> - - Grinding Balls: - Adding a new grinding ball: - - <grindingBalls> - <grindingBall id="Diamond" grindingMultiplier="1.5" chanceMultiplier="2" powerMultiplier="0.5" durationRF="50000" > - <itemStack modID="minecraft" itemName="diamond" /> - </grindingBall> - </grindingBalls> - - Removing an existing grinding ball: - - <grindingBalls> - <grindingBall id="Flint" remove="true" /> - </grindingBalls> - - Modifying the excludes list: (removing glowstone, adding sand) - - <grindingBalls> - <excludes> - <itemStack modID="minecraft" itemName="glowstone" remove="true" /> - <itemStack modID="minecraft" itemName="sand" /> - </excludes> - </grindingBalls> - ---> - -<SAGMillRecipes> - -</SAGMillRecipes> diff --git a/config/enderio/SliceAndSpliceRecipes_Core.xml b/config/enderio/SliceAndSpliceRecipes_Core.xml deleted file mode 100644 index a6995e5b41..0000000000 --- a/config/enderio/SliceAndSpliceRecipes_Core.xml +++ /dev/null @@ -1,67 +0,0 @@ -<!-- - IMPORTANT: - This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all - modifications made to it will be lost. To add or modify recipes please use 'SliceAndSpliceRecipes_User.xml'. Recipes - are organized into named groups. A group of recipes can be disabled by setting the attribute 'enabled=false'. A - recipe group is composed of one or more recipes. - ---> - -<SliceAndSpliceRecipes> - - <recipeGroup name="EnderIO" > - <recipe name="Electrode Skull" energyCost="20000" > - <input> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="1" slot="0" /> - <itemStack modID="minecraft" itemName="skull" itemMeta="2" slot="1" /> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="1" slot="2" /> - <itemStack oreDictionary="itemSilicon" slot="3" /> - <itemStack modID="EnderIO" itemName="itemBasicCapacitor" itemMeta="0" slot="4" /> - <itemStack oreDictionary="itemSilicon" slot="5" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemFrankenSkull" itemMeta="0" /> - </output> - </recipe> - <recipe name="Controller Skull" energyCost="20000" > - <input> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="0" /> - <itemStack modID="minecraft" itemName="skull" itemMeta="2" slot="1" /> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="2" /> - <itemStack oreDictionary="itemSilicon" slot="3" /> - <itemStack modID="minecraft" itemName="redstone" slot="4" /> - <itemStack oreDictionary="itemSilicon" slot="5" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemFrankenSkull" itemMeta="1" /> - </output> - </recipe> - <recipe name="Tormented Enderman Head" energyCost="20000" > - <input> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="0" /> - <itemStack modID="EnderIO" itemName="blockEndermanSkull" itemMeta="0" slot="1" /> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="2" /> - <itemStack modID="minecraft" itemName="potion" slot="3" /> - <itemStack modID="EnderIO" itemName="itemBasicCapacitor" itemMeta="0" slot="4" /> - <itemStack modID="minecraft" itemName="potion" slot="5" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="blockEndermanSkull" itemMeta="2" /> - </output> - </recipe> - <recipe name="Ender Resonator" energyCost="20000" > - <input> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="0" /> - <itemStack modID="EnderIO" itemName="blockEndermanSkull" itemMeta="0" slot="1" /> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="2" /> - <itemStack oreDictionary="itemSilicon" slot="3" /> - <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="2" slot="4" /> - <itemStack oreDictionary="itemSilicon" slot="5" /> - </input> - <output> - <itemStack modID="EnderIO" itemName="itemFrankenSkull" itemMeta="3" /> - </output> - </recipe> - </recipeGroup> - -</SliceAndSpliceRecipes> diff --git a/config/enderio/SliceAndSpliceRecipes_User.xml b/config/enderio/SliceAndSpliceRecipes_User.xml deleted file mode 100644 index baed1110bc..0000000000 --- a/config/enderio/SliceAndSpliceRecipes_User.xml +++ /dev/null @@ -1,3 +0,0 @@ -<SliceAndSpliceRecipes> - -</SliceAndSpliceRecipes> diff --git a/config/enderio/VatRecipes_Core.xml b/config/enderio/VatRecipes_Core.xml deleted file mode 100644 index 266fb8b138..0000000000 --- a/config/enderio/VatRecipes_Core.xml +++ /dev/null @@ -1,133 +0,0 @@ -<!-- - IMPORTANT: - This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all - modifications made to it will be lost. To add or modify recipes please use 'VatRecipes_User.xml'. Recipes - are organized into named groups. A group of recipes can be disabled by setting the attribute 'enabled=false'. A - recipe group is composed of one or more recipes. - - Vat recipes take two item inputs and one fluid input, and output a fluid. - The various values are calulcated like this: - - For: - ingredient multiplier (IM) = slot0.multiplier * slot1.multiplier; - - input fluid volume (mb) = IM * 1000 - - Produce: - output fluid volume (mb) = IM * inputFluid.multiplier * 1000. - - The vat always uses 1 RF per tick, so energy cost also equates to duration. - - Recipes can also be added using forge IMC messages. For example, in the init method of a mod: - String recipe = - "<recipeGroup name=\"cheaty\" >" + - "<recipe name=\"foo\" energyCost=\"2400\" >" + - "<input>" + - "<itemStack modID=\"minecraft\" itemName=\"dirt\" slot=\"0\" />" + - "<fluidStack name=\"water\" multiplier=\"1\" />" + - "</input>" + - "<output>" + - "<fluidStack name=\"lava\" />" + - "</output>" + - "</recipe>" + - "</recipeGroup>"; - FMLInterModComms.sendMessage("EnderIO", "recipe:vat", recipe); - ---> - -<VatRecipes> - - <recipeGroup name="EnderIO" > <!-- Required for EnderIO to function correctly. --> - <recipe name="Nutrient Distilation" energyCost="10000" allowMissing="true" > - <input> - <itemStack modID="Thaumcraft" itemName="ItemZombieBrain" slot="0" multiplier="2" /> - <itemStack oreDictionary="itemSkull" slot="0" multiplier="2" /> - <itemStack modID="minecraft" itemName="rotten_flesh" slot="0" multiplier="1.5" /> - <itemStack modID="minecraft" itemName="chicken" slot="0" multiplier="0.75" /> - <itemStack modID="minecraft" itemName="beef" slot="0" multiplier="0.75" /> - <itemStack modID="minecraft" itemName="porkchop" slot="0" multiplier="0.75" /> - <itemStack modID="minecraft" itemName="sugar" slot="1" multiplier="1" /> - <itemStack modID="minecraft" itemName="brown_mushroom" slot="1" multiplier="1.5" /> - <itemStack modID="minecraft" itemName="red_mushroom" slot="1" multiplier="1.5" /> - <itemStack modID="minecraft" itemName="nether_wart" slot="1" multiplier="1.5" /> - <itemStack modID="minecraft" itemName="fermented_spider_eye" slot="1" multiplier="2" /> - <fluidStack name="water" multiplier="0.25" /> - </input> - <output> - <fluidStack name="nutrient_distillation" /> - </output> - </recipe> - <recipe name="Hootch" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="poisonous_potato" slot="0" multiplier="8" /> - <itemStack modID="minecraft" itemName="potato" slot="0" multiplier="4" /> - <itemStack modID="minecraft" itemName="apple" slot="0" multiplier="3.5" /> - <itemStack modID="minecraft" itemName="wheat" slot="0" multiplier="3" /> - <itemStack modID="minecraft" itemName="wheat_seeds" slot="0" multiplier="2" /> - <itemStack modID="minecraft" itemName="sugar" slot="1" multiplier="1" /> - <fluidStack name="water" multiplier="0.25" /> - </input> - <output> - <fluidStack name="hootch" /> - </output> - </recipe> - <recipe name="Rocket Fuel" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="gunpowder" slot="0" multiplier="1" /> - <itemStack modID="minecraft" itemName="redstone" slot="1" multiplier="1" /> - <fluidStack name="hootch" multiplier="1" /> - </input> - <output> - <fluidStack name="rocket_fuel" /> - </output> - </recipe> - <recipe name="Fire Water" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="blaze_powder" slot="0" multiplier="1" /> - <itemStack modID="minecraft" itemName="redstone" slot="1" multiplier="1" /> - <fluidStack name="hootch" multiplier="1" /> - </input> - <output> - <fluidStack name="fire_water" /> - </output> - </recipe> - <recipe name="Liquid Sunshine" energyCost="10000" > - <input> - <itemStack modID="minecraft" itemName="glowstone_dust" slot="0" multiplier="0.25" /> - <itemStack modID="minecraft" itemName="glowstone" slot="0" multiplier="1" /> - <itemStack modID="minecraft" itemName="double_plant" itemMeta="0" slot="1" multiplier="1" /> - <fluidStack name="fire_water" multiplier="1" /> - </input> - <output> - <fluidStack name="liquid_sunshine" /> - </output> - </recipe> - <recipe name="Cloud Seed" energyCost="10000" allowMissing="true" > - <input> - <itemStack oreDictionary="dustSalt" slot="0" multiplier="1" /> - <itemStack oreDictionary="itemClay" slot="0" multiplier="0.5" /> - <itemStack modID="minecraft" itemName="clay" slot="0" multiplier="2" /> - <itemStack modID="minecraft" itemName="snowball" slot="1" multiplier="0.1" /> - <itemStack modID="minecraft" itemName="snow" slot="1" multiplier="0.5" /> - <itemStack oreDictionary="ice" slot="1" multiplier="0.5" /> - <itemStack modID="minecraft" itemName="packed_ice" itemMeta="0" slot="1" multiplier="1" /> - <fluidStack name="water" multiplier="1" /> - </input> - <output> - <fluidStack name="cloud_seed" /> - </output> - </recipe> - <recipe name="Concentrated Cloud Seed" energyCost="20000" allowMissing="true" > - <input> - <itemStack oreDictionary="dustSalt" slot="0" multiplier="1" /> - <itemStack oreDictionary="itemClay" slot="0" multiplier="0.5" /> - <itemStack modID="minecraft" itemName="clay" slot="0" multiplier="2" /> - <fluidStack name="cloud_seed" multiplier="1" /> - </input> - <output> - <fluidStack name="cloud_seed_concentrated" /> - </output> - </recipe> - </recipeGroup> - -</VatRecipes> diff --git a/config/enderio/VatRecipes_User.xml b/config/enderio/VatRecipes_User.xml deleted file mode 100644 index b3f3bc4611..0000000000 --- a/config/enderio/VatRecipes_User.xml +++ /dev/null @@ -1,3 +0,0 @@ -<VatRecipes> - -</VatRecipes> diff --git a/config/forge.cfg b/config/forge.cfg deleted file mode 100644 index 08d08b30c4..0000000000 --- a/config/forge.cfg +++ /dev/null @@ -1,57 +0,0 @@ -# Configuration file
-
-general {
- # Set to true to disable Forge's version check mechanics. Forge queries a small json file on our server for version information. For more details see the ForgeVersion class in our github.
- B:disableVersionCheck=false
-
- # Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024
- I:clumpingThreshold=64
-
- # Set to true to enable the post initialization sorting of crafting recipes using Forge's sorter. May cause desyncing on conflicting recipies. MUST RESTART MINECRAFT IF CHANGED FROM THE CONFIG GUI.
- B:sortRecipies=true
-
- # Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
- B:removeErroringEntities=false
-
- # Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
- B:removeErroringTileEntities=false
-
- # Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticable differences in mechanics so default is vanilla behavior. Default: false
- B:fullBoundingBoxLadders=false
-
- # Control the range of sky blending for colored skies in biomes.
- I:biomeSkyBlendRange <
- 2
- 4
- 6
- 8
- 10
- 12
- 14
- 16
- 18
- 20
- 22
- 24
- 26
- 28
- 30
- 32
- 34
- >
-
- # Base zombie summoning spawn chance. Allows changing the bonus zombie summoning mechanic.
- D:zombieBaseSummonChance=0.1
-
- # Chance that a zombie (or subclass) is a baby. Allows changing the zombie spawning mechanic.
- D:zombieBabyChance=0.05
-
- # The spawn fuzz when a player respawns in the world, this is controlable by WorldType, this config option is for the default overworld.
- I:defaultSpawnFuzz=20
-
- # If the overworld has ANY spawn fuzz at all. If not, the spawn will always be the exact same location.
- B:spawnHasFuzz=true
- B:enableGlobalConfig=false
-}
-
-
diff --git a/config/forgeChunkLoading.cfg b/config/forgeChunkLoading.cfg deleted file mode 100644 index a9ac68a0d9..0000000000 --- a/config/forgeChunkLoading.cfg +++ /dev/null @@ -1,47 +0,0 @@ -# Configuration file
-
-##########################################################################################################
-# Forge
-#--------------------------------------------------------------------------------------------------------#
-# Sample mod specific control section.
-# Copy this section and rename the with the modid for the mod you wish to override.
-# A value of zero in either entry effectively disables any chunkloading capabilities
-# for that mod
-##########################################################################################################
-
-Forge {
- # Maximum chunks per ticket for the mod.
- I:maximumChunksPerTicket=25
-
- # Maximum ticket count for the mod. Zero disables chunkloading capabilities.
- I:maximumTicketCount=200
-}
-
-
-##########################################################################################################
-# defaults
-#--------------------------------------------------------------------------------------------------------#
-# Default configuration for forge chunk loading control
-##########################################################################################################
-
-defaults {
- # Are mod overrides enabled?
- B:enabled=true
-
- # The default maximum number of chunks a mod can force, per ticket,
- # for a mod without an override. This is the maximum number of chunks a single ticket can force.
- I:maximumChunksPerTicket=25
-
- # The default maximum ticket count for a mod which does not have an override
- # in this file. This is the number of chunk loading requests a mod is allowed to make.
- I:maximumTicketCount=200
-
- # The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.
- I:playerTicketCount=500
-
- # Unloaded chunks can first be kept in a dormant cache for quicker
- # loading times. Specify the size (in chunks) of that cache here
- I:dormantChunkCacheSize=0
-}
-
-
diff --git a/config/splash.properties b/config/splash.properties deleted file mode 100644 index 49794cfda6..0000000000 --- a/config/splash.properties +++ /dev/null @@ -1,14 +0,0 @@ -#Splash screen properties -#Sun Nov 24 18:42:01 CET 2019 -logoTexture=textures/gui/title/mojang.png -background=0xFFFFFF -font=0x0 -barBackground=0xFFFFFF -barBorder=0xC0C0C0 -rotate=false -bar=0xCB3D35 -enabled=true -resourcePackPath=resources -logoOffset=0 -forgeTexture=fml\:textures/gui/forge.gif -fontTexture=textures/font/ascii.png |