aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkekzdealer <kekzdealer@gmail.com>2020-05-07 14:01:44 +0200
committerkekzdealer <kekzdealer@gmail.com>2020-05-07 14:01:44 +0200
commita13afd326baa978b789c7f7e1c91eba62017a169 (patch)
tree2f39ff65f1732277ff832b900c4843e302ee97b0
parent3323e408d1da23e2acf0f3418971499c9607b78c (diff)
downloadGT5-Unofficial-a13afd326baa978b789c7f7e1c91eba62017a169.tar.gz
GT5-Unofficial-a13afd326baa978b789c7f7e1c91eba62017a169.tar.bz2
GT5-Unofficial-a13afd326baa978b789c7f7e1c91eba62017a169.zip
removing /config/ from repo
-rw-r--r--.gitignore1
-rw-r--r--config/Baubles.cfg8
-rw-r--r--config/CodeChickenCore.cfg27
-rw-r--r--config/CodeChickenLib.cfg8
-rw-r--r--config/GregTech/GregTech.cfg241
-rw-r--r--config/GregTech/IDs.cfg2
-rw-r--r--config/GregTech/MachineStats.cfg47
-rw-r--r--config/GregTech/MaterialComponents.cfg55
-rw-r--r--config/GregTech/MaterialProperties.cfg28599
-rw-r--r--config/GregTech/ModularArmor.cfg1822
-rw-r--r--config/GregTech/Other.cfg10
-rw-r--r--config/GregTech/OverpoweredStuff.cfg149
-rw-r--r--config/GregTech/Recipes.cfg41152
-rw-r--r--config/GregTech/Unification.cfg4409
-rw-r--r--config/GregTech/WorldGeneration.cfg2606
-rw-r--r--config/IC2.ini168
-rw-r--r--config/NEI/client.cfg62
-rw-r--r--config/Thaumcraft.cfg211
-rw-r--r--config/ThaumicTinkerer.cfg114
-rw-r--r--config/Ztones.cfg58
-rw-r--r--config/devtips.cfg26
-rw-r--r--config/endercore/cropConfig.json21
-rw-r--r--config/endercore/endercore.cfg108
-rw-r--r--config/enderio/AlloySmelterRecipes_Core.xml408
-rw-r--r--config/enderio/AlloySmelterRecipes_User.xml31
-rw-r--r--config/enderio/EnchanterRecipes_Core.xml118
-rw-r--r--config/enderio/EnchanterRecipes_User.xml27
-rw-r--r--config/enderio/EnderIO.cfg1058
-rw-r--r--config/enderio/OreDictionaryPreferences_Core.xml105
-rw-r--r--config/enderio/OreDictionaryPreferences_User.xml7
-rw-r--r--config/enderio/PainterPaintSources_Core.xml36
-rw-r--r--config/enderio/PainterPaintSources_User.xml15
-rw-r--r--config/enderio/PoweredSpawnerConfig_Core.json50
-rw-r--r--config/enderio/PoweredSpawnerConfig_User.json9
-rw-r--r--config/enderio/SAGMillRecipes_Core.xml2982
-rw-r--r--config/enderio/SAGMillRecipes_User.xml101
-rw-r--r--config/enderio/SliceAndSpliceRecipes_Core.xml67
-rw-r--r--config/enderio/SliceAndSpliceRecipes_User.xml3
-rw-r--r--config/enderio/VatRecipes_Core.xml133
-rw-r--r--config/enderio/VatRecipes_User.xml3
-rw-r--r--config/forge.cfg57
-rw-r--r--config/forgeChunkLoading.cfg47
-rw-r--r--config/splash.properties14
43 files changed, 1 insertions, 85174 deletions
diff --git a/.gitignore b/.gitignore
index b270af0e0b..85fb3f4549 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ hs_err_pid*
/build/
/crash-reports/
/saves/
+/config/
/.gradle
/.gradle/*
diff --git a/config/Baubles.cfg b/config/Baubles.cfg
deleted file mode 100644
index 1dc12a19d0..0000000000
--- a/config/Baubles.cfg
+++ /dev/null
@@ -1,8 +0,0 @@
-# Configuration file
-
-server {
- # Split Baubles inventory for survival and creative game modes. [default: false]
- B:splitSurvivalCreative=false
-}
-
-
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 096dec5432..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=C:\Users\kekzd\.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 3c35f00b14..0000000000
--- a/config/GregTech/MaterialProperties.cfg
+++ /dev/null
@@ -1,28599 +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