diff options
| author | Christina Berchtold <kekzdealer@gmail.com> | 2019-06-08 00:22:03 +0200 |
|---|---|---|
| committer | Christina Berchtold <kekzdealer@gmail.com> | 2019-06-08 00:22:03 +0200 |
| commit | 528d3633ab5b7534325281759ffeec4772f68da9 (patch) | |
| tree | 478a79f7eefa827f7e3752c6483a1880652ed96c /config | |
| parent | 57c5da35a3a6b5cbf6cf36d6ab9e4886fc1e6342 (diff) | |
| download | GT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.tar.gz GT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.tar.bz2 GT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.zip | |
I haven't commited in a while D;
Diffstat (limited to 'config')
| -rw-r--r-- | config/CodeChickenCore.cfg | 27 | ||||
| -rw-r--r-- | config/CodeChickenLib.cfg | 8 | ||||
| -rw-r--r-- | config/GregTech/GregTech.cfg | 241 | ||||
| -rw-r--r-- | config/GregTech/IDs.cfg | 2 | ||||
| -rw-r--r-- | config/GregTech/MachineStats.cfg | 47 | ||||
| -rw-r--r-- | config/GregTech/MaterialComponents.cfg | 55 | ||||
| -rw-r--r-- | config/GregTech/MaterialProperties.cfg | 28587 | ||||
| -rw-r--r-- | config/GregTech/ModularArmor.cfg | 1813 | ||||
| -rw-r--r-- | config/GregTech/Other.cfg | 10 | ||||
| -rw-r--r-- | config/GregTech/OverpoweredStuff.cfg | 140 | ||||
| -rw-r--r-- | config/GregTech/Recipes.cfg | 38958 | ||||
| -rw-r--r-- | config/GregTech/Unification.cfg | 4107 | ||||
| -rw-r--r-- | config/GregTech/WorldGeneration.cfg | 2586 | ||||
| -rw-r--r-- | config/IC2.ini | 168 | ||||
| -rw-r--r-- | config/NEI/client.cfg | 62 | ||||
| -rw-r--r-- | config/devtips.cfg | 26 | ||||
| -rw-r--r-- | config/forge.cfg | 57 | ||||
| -rw-r--r-- | config/forgeChunkLoading.cfg | 47 | ||||
| -rw-r--r-- | config/splash.properties | 14 |
19 files changed, 76955 insertions, 0 deletions
diff --git a/config/CodeChickenCore.cfg b/config/CodeChickenCore.cfg new file mode 100644 index 0000000000..b5851ee122 --- /dev/null +++ b/config/CodeChickenCore.cfg @@ -0,0 +1,27 @@ +#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 new file mode 100644 index 0000000000..94d4c170a5 --- /dev/null +++ b/config/CodeChickenLib.cfg @@ -0,0 +1,8 @@ +#CodeChickenLib development configuration file. + +dump_asm=true + +#Path to directory holding packaged.srg, fields.csv and methods.csv for mcp remapping +mappingDir=C:\Users\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 new file mode 100644 index 0000000000..18c05f910b --- /dev/null +++ b/config/GregTech/GregTech.cfg @@ -0,0 +1,241 @@ +# 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 new file mode 100644 index 0000000000..d68983e044 --- /dev/null +++ b/config/GregTech/IDs.cfg @@ -0,0 +1,2 @@ +# Configuration file + diff --git a/config/GregTech/MachineStats.cfg b/config/GregTech/MachineStats.cfg new file mode 100644 index 0000000000..0f0810a054 --- /dev/null +++ b/config/GregTech/MachineStats.cfg @@ -0,0 +1,47 @@ +# 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 new file mode 100644 index 0000000000..78203c116c --- /dev/null +++ b/config/GregTech/MaterialComponents.cfg @@ -0,0 +1,55 @@ +# 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 new file mode 100644 index 0000000000..933835c7b0 --- /dev/null +++ b/config/GregTech/MaterialProperties.cfg @@ -0,0 +1,28587 @@ +# 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 + |
