From 815ddbfe127301f8586599f1c5483a09f9a6374a Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Tue, 18 Feb 2020 12:32:37 +0100 Subject: one more TFFT cell, fixed press/alloying recipes, improved fuel cells --- config/GregTech/Recipes.cfg | 1 + config/IC2.ini | 2 +- config/splash.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/GregTech/Recipes.cfg b/config/GregTech/Recipes.cfg index b6226a0d1a..c24d5193da 100644 --- a/config/GregTech/Recipes.cfg +++ b/config/GregTech/Recipes.cfg @@ -4713,6 +4713,7 @@ assembling { I:tile.kekztech_tfftstoragefieldblock3_block_300=300 I:tile.kekztech_tfftstoragefieldblock3_block_400=400 I:tile.kekztech_tfftstoragefieldblock4_block_400=400 + I:tile.kekztech_tfftstoragefieldblock5_block_400=400 I:tile.kekztech_yszceramicelectrolyteunit_block_1200=1200 I:tile.kekztech_yszceramicelectrolyteunit_block_2400=2400 I:tile.lever_400=400 diff --git a/config/IC2.ini b/config/IC2.ini index d3e7151b25..9c17d451e1 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created Nov 24, 2019 6:42:09 PM +; created Feb 18, 2020 12:21:02 PM ;--- [worldgen] diff --git a/config/splash.properties b/config/splash.properties index 49794cfda6..e6ad6c72ce 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Sun Nov 24 18:42:01 CET 2019 +#Tue Feb 18 12:20:53 CET 2020 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit From ba8d49bd6c77d69630135c887272e9d0c8c7311d Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Tue, 18 Feb 2020 16:01:52 +0100 Subject: Fixed Item Server structure check. Wrote better doc for the MIH --- config/IC2.ini | 2 +- config/splash.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/IC2.ini b/config/IC2.ini index 9c17d451e1..2f0c00ea49 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created Feb 18, 2020 12:21:02 PM +; created Feb 18, 2020 3:08:27 PM ;--- [worldgen] diff --git a/config/splash.properties b/config/splash.properties index e6ad6c72ce..e4d7b3edba 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Tue Feb 18 12:20:53 CET 2020 +#Tue Feb 18 15:08:17 CET 2020 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit From e3568bc7c726a8893b45ab15fb984a88ebab1a5c Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Tue, 18 Feb 2020 16:50:20 +0100 Subject: Improved TE IS IO port code but it's still not working --- config/IC2.ini | 2 +- config/splash.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/IC2.ini b/config/IC2.ini index 2f0c00ea49..f9254472e4 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created Feb 18, 2020 3:08:27 PM +; created Feb 18, 2020 4:45:19 PM ;--- [worldgen] diff --git a/config/splash.properties b/config/splash.properties index e4d7b3edba..7b717de411 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Tue Feb 18 15:08:17 CET 2020 +#Tue Feb 18 16:45:12 CET 2020 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit From 03a0e592bd88a5609c45b0f605ab38ac07047c7f Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Wed, 4 Mar 2020 15:18:44 +0100 Subject: removed WIP things for v0.2.3 bug fix release --- config/IC2.ini | 2 +- config/splash.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/IC2.ini b/config/IC2.ini index f9254472e4..580b091f45 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created Feb 18, 2020 4:45:19 PM +; created Mar 4, 2020 3:14:35 PM ;--- [worldgen] diff --git a/config/splash.properties b/config/splash.properties index 7b717de411..17de033fc3 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Tue Feb 18 16:45:12 CET 2020 +#Wed Mar 04 15:14:27 CET 2020 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit From 60554a28fc5b2d0753a8c63935b00b9ba84ea058 Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Wed, 11 Mar 2020 20:36:28 +0100 Subject: re-enabled WIP content for further dev work --- config/CodeChickenLib.cfg | 2 +- config/IC2.ini | 336 +++++++++++++++++++++++----------------------- config/splash.properties | 2 +- 3 files changed, 170 insertions(+), 170 deletions(-) (limited to 'config') diff --git a/config/CodeChickenLib.cfg b/config/CodeChickenLib.cfg index 947513c59e..096dec5432 100644 --- a/config/CodeChickenLib.cfg +++ b/config/CodeChickenLib.cfg @@ -3,6 +3,6 @@ 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 +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/IC2.ini b/config/IC2.ini index 580b091f45..859e45e7f7 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,168 +1,168 @@ -; ic2 general config -; created Mar 4, 2020 3:14:35 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: [@metadata], metadata * matches any. -; Ore dictionary entries can be specified with OreDict: 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: [@metadata] = -[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: [@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: [@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: [@metadata], e.g. minecraft:torch, minecraft:chest -; The metadata * will match any, e.g. minecraft:log@*. -; Ore dictionary entries can be specified with OreDict: 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 - +; ic2 general config +; created 10-Mar-2020 20:15:10 +;--- + +[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: [@metadata], metadata * matches any. +; Ore dictionary entries can be specified with OreDict: 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: [@metadata] = +[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: [@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: [@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: [@metadata], e.g. minecraft:torch, minecraft:chest +; The metadata * will match any, e.g. minecraft:log@*. +; Ore dictionary entries can be specified with OreDict: 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/splash.properties b/config/splash.properties index 17de033fc3..7f5845bd66 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Wed Mar 04 15:14:27 CET 2020 +#Tue Mar 10 20:14:59 CET 2020 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit From 1164ce897327ccd9103a05d99103314d44b06138 Mon Sep 17 00:00:00 2001 From: Christina Berchtold Date: Sun, 29 Mar 2020 21:34:34 +0200 Subject: added first code to make multi hatch auto-output --- config/CodeChickenLib.cfg | 2 +- config/IC2.ini | 2 +- config/splash.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/CodeChickenLib.cfg b/config/CodeChickenLib.cfg index 096dec5432..94d4c170a5 100644 --- a/config/CodeChickenLib.cfg +++ b/config/CodeChickenLib.cfg @@ -3,6 +3,6 @@ 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 +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/IC2.ini b/config/IC2.ini index 859e45e7f7..b697f12fba 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created 10-Mar-2020 20:15:10 +; created Mar 29, 2020 9:14:07 PM ;--- [worldgen] diff --git a/config/splash.properties b/config/splash.properties index 7f5845bd66..8e6a55cf2e 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Tue Mar 10 20:14:59 CET 2020 +#Sun Mar 29 21:13:56 CEST 2020 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit From 7f927621de00e55ad6cedca256a6f54cfa12c2be Mon Sep 17 00:00:00 2001 From: Christina Berchtold Date: Sun, 19 Apr 2020 21:06:33 +0200 Subject: New TC jar textures --- config/Baubles.cfg | 8 + config/GregTech/MaterialProperties.cfg | 11 + config/GregTech/ModularArmor.cfg | 9 + config/GregTech/OverpoweredStuff.cfg | 8 + config/GregTech/Recipes.cfg | 1711 ++++++++++++++++++++++++++++++++ config/GregTech/Unification.cfg | 246 +++++ config/IC2.ini | 2 +- config/Thaumcraft.cfg | 211 ++++ config/splash.properties | 2 +- 9 files changed, 2206 insertions(+), 2 deletions(-) create mode 100644 config/Baubles.cfg create mode 100644 config/Thaumcraft.cfg (limited to 'config') diff --git a/config/Baubles.cfg b/config/Baubles.cfg new file mode 100644 index 0000000000..1dc12a19d0 --- /dev/null +++ b/config/Baubles.cfg @@ -0,0 +1,8 @@ +# Configuration file + +server { + # Split Baubles inventory for survival and creative game modes. [default: false] + B:splitSurvivalCreative=false +} + + diff --git a/config/GregTech/MaterialProperties.cfg b/config/GregTech/MaterialProperties.cfg index 645cde500a..3c35f00b14 100644 --- a/config/GregTech/MaterialProperties.cfg +++ b/config/GregTech/MaterialProperties.cfg @@ -6123,6 +6123,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,Amber"=,Amber S:"ListMaterialReRegistrations_,"=, @@ -9021,6 +9022,7 @@ materials { 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_,"=, @@ -9063,6 +9065,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -9105,6 +9108,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -9147,6 +9151,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -9189,6 +9194,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -9231,6 +9237,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -9273,6 +9280,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -9315,6 +9323,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -9357,6 +9366,7 @@ materials { I:FuelType_5=5 I:GasTemp_0=0 B:HasParentMod_false=false + B:HasParentMod_true=true D:HeatDamage_0.0=0.0 S:"ListMaterialByProducts_,"=, S:"ListMaterialReRegistrations_,"=, @@ -25695,6 +25705,7 @@ materials { 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_,"=, diff --git a/config/GregTech/ModularArmor.cfg b/config/GregTech/ModularArmor.cfg index 79169042f5..23d02940f7 100644 --- a/config/GregTech/ModularArmor.cfg +++ b/config/GregTech/ModularArmor.cfg @@ -203,6 +203,15 @@ componentnightvision { } +componentthaumicgoggles { + B:Enabled_true=true + D:ProcessingUsed_100.0=100.0 + S:"Stack_Thaumcraft:ItemGoggles"=Thaumcraft:ItemGoggles + S:StatType_THAUMICGOGGLES=THAUMICGOGGLES + D:Weight_100.0=100.0 +} + + custom { I:CustomBattery_0=0 I:CustomElectronicComponent_0=0 diff --git a/config/GregTech/OverpoweredStuff.cfg b/config/GregTech/OverpoweredStuff.cfg index 3ca3f08d2b..09e7b82e2a 100644 --- a/config/GregTech/OverpoweredStuff.cfg +++ b/config/GregTech/OverpoweredStuff.cfg @@ -32,6 +32,7 @@ gregtechrecipes { oreprocessingoutputmultiplier { I:Almandine_1=1 I:Aluminium_1=1 + I:Amber_1=1 I:Amethyst_1=1 I:Apatite_1=1 I:BandedIron_1=1 @@ -69,6 +70,13 @@ oreprocessingoutputmultiplier { I:GreenSapphire_1=1 I:Grossular_1=1 I:Ilmenite_1=1 + I:InfusedAir_1=1 + I:InfusedEarth_1=1 + I:InfusedEntropy_1=1 + I:InfusedFire_1=1 + I:InfusedGold_1=1 + I:InfusedOrder_1=1 + I:InfusedWater_1=1 I:Iridium_1=1 I:Iron_1=1 I:Lapis_1=1 diff --git a/config/GregTech/Recipes.cfg b/config/GregTech/Recipes.cfg index c24d5193da..27ded6ad3d 100644 --- a/config/GregTech/Recipes.cfg +++ b/config/GregTech/Recipes.cfg @@ -35,6 +35,7 @@ alloysmelting { I:blockHSSG_5=5 I:blockHSSS_5=5 I:blockIndium_5=5 + I:blockInfusedGold_5=5 I:blockInvar_5=5 I:blockIridium_5=5 I:blockIron_5=5 @@ -78,6 +79,7 @@ alloysmelting { I:blockSteel_5=5 I:blockSterlingSilver_5=5 I:blockTantalum_5=5 + I:blockThaumium_5=5 I:blockThorium_5=5 I:blockTinAlloy_5=5 I:blockTin_5=5 @@ -206,6 +208,8 @@ alloysmelting { I:ingotIndiumGalliumPhosphide_200=200 I:ingotIndium_130=130 I:ingotIndium_200=200 + I:ingotInfusedGold_130=130 + I:ingotInfusedGold_200=200 I:ingotInvar_130=130 I:ingotInvar_150=150 I:ingotInvar_200=200 @@ -312,6 +316,8 @@ alloysmelting { I:ingotStyreneButadieneRubber_200=200 I:ingotTantalum_130=130 I:ingotTantalum_200=200 + I:ingotThaumium_130=130 + I:ingotThaumium_200=200 I:ingotThorium_130=130 I:ingotThorium_200=200 I:ingotTinAlloy_100=100 @@ -341,6 +347,8 @@ alloysmelting { I:ingotVanadiumSteel_200=200 I:ingotVanadium_200=200 I:ingotVibrantAlloy_200=200 + I:ingotVoid_130=130 + I:ingotVoid_200=200 I:ingotYttriumBariumCuprate_130=130 I:ingotYttriumBariumCuprate_200=200 I:ingotYttrium_200=200 @@ -412,6 +420,8 @@ alloysmelting { I:nuggetHSSS_130=130 I:nuggetIndiumGalliumPhosphide_100=100 I:nuggetIndium_100=100 + I:nuggetInfusedGold_100=100 + I:nuggetInfusedGold_130=130 I:nuggetInvar_100=100 I:nuggetInvar_130=130 I:nuggetIridium_100=100 @@ -430,6 +440,7 @@ alloysmelting { I:nuggetMagnesium_100=100 I:nuggetManganese_100=100 I:nuggetManganese_130=130 + I:nuggetMercury_130=130 I:nuggetMithril_100=100 I:nuggetMithril_130=130 I:nuggetMolybdenum_100=100 @@ -508,6 +519,8 @@ alloysmelting { I:nuggetStyreneButadieneRubber_100=100 I:nuggetStyreneButadieneRubber_130=130 I:nuggetTantalum_100=100 + I:nuggetThaumium_100=100 + I:nuggetThaumium_130=130 I:nuggetThorium_100=100 I:nuggetThorium_130=130 I:nuggetTinAlloy_100=100 @@ -536,6 +549,7 @@ alloysmelting { I:nuggetVanadiumSteel_130=130 I:nuggetVanadium_100=100 I:nuggetVibrantAlloy_100=100 + I:nuggetVoid_100=100 I:nuggetWroughtIron_100=100 I:nuggetYttriumBariumCuprate_100=100 I:nuggetYttriumBariumCuprate_130=130 @@ -574,6 +588,7 @@ alloysmelting { I:plateHSSG_196=196 I:plateHSSS_258=258 I:plateIndiumGalliumPhosphide_142=142 + I:plateInfusedGold_196=196 I:plateInvar_112=112 I:plateIridium_384=384 I:plateIron_112=112 @@ -620,6 +635,7 @@ alloysmelting { I:plateSteel_114=114 I:plateSterlingSilver_196=196 I:plateStyreneButadieneRubber_10=10 + I:plateThaumium_312=312 I:plateThorium_460=460 I:plateTinAlloy_174=174 I:plateTin_236=236 @@ -701,6 +717,13 @@ arcfurnace { I:blockHSSG_882=882 I:blockHSSS_1161=1161 I:blockIndium_1026=1026 + I:blockInfusedAir_882=882 + I:blockInfusedEarth_882=882 + I:blockInfusedEntropy_882=882 + I:blockInfusedFire_882=882 + I:blockInfusedGold_882=882 + I:blockInfusedOrder_882=882 + I:blockInfusedWater_882=882 I:blockInvar_504=504 I:blockIridium_1728=1728 I:blockIronMagnetic_504=504 @@ -750,6 +773,7 @@ arcfurnace { I:blockSteel_504=504 I:blockSterlingSilver_882=882 I:blockTantalum_1620=1620 + I:blockThaumium_1404=1404 I:blockThorium_2070=2070 I:blockTinAlloy_783=783 I:blockTin_1062=1062 @@ -790,6 +814,13 @@ arcfurnace { I:boltHSSE_16=16 I:boltHSSG_16=16 I:boltHSSS_16=16 + I:boltInfusedAir_16=16 + I:boltInfusedEarth_16=16 + I:boltInfusedEntropy_16=16 + I:boltInfusedFire_16=16 + I:boltInfusedGold_16=16 + I:boltInfusedOrder_16=16 + I:boltInfusedWater_16=16 I:boltInvar_16=16 I:boltIridium_24=24 I:boltIronMagnetic_16=16 @@ -824,6 +855,7 @@ arcfurnace { I:boltSteelMagnetic_16=16 I:boltSteel_16=16 I:boltSterlingSilver_16=16 + I:boltThaumium_19=19 I:boltThorium_28=28 I:boltTinAlloy_16=16 I:boltTin_16=16 @@ -1085,6 +1117,7 @@ arcfurnace { I:frameGtHSSG_196=196 I:frameGtHSSS_258=258 I:frameGtIndium_228=228 + I:frameGtInfusedGold_196=196 I:frameGtInvar_112=112 I:frameGtIridium_384=384 I:frameGtIronMagnetic_112=112 @@ -1133,6 +1166,7 @@ arcfurnace { I:frameGtSterlingSilver_196=196 I:frameGtStyreneButadieneRubber_24=24 I:frameGtTantalum_360=360 + I:frameGtThaumium_312=312 I:frameGtThorium_460=460 I:frameGtTinAlloy_174=174 I:frameGtTin_236=236 @@ -1182,8 +1216,15 @@ arcfurnace { I:gemDiamond_16=16 I:gemExquisiteDiamond_49=49 I:gemFlawlessDiamond_24=24 + I:gemInfusedAir_98=98 + I:gemInfusedEarth_98=98 + I:gemInfusedEntropy_98=98 + I:gemInfusedFire_98=98 + I:gemInfusedOrder_98=98 + I:gemInfusedWater_98=98 I:gemIridium_192=192 I:gemLignite_16=16 + I:gemMercury_200=200 I:gemNetherStar_98=98 I:gt.blockcasings.0_448=448 I:gt.blockcasings.10_228=228 @@ -2121,6 +2162,19 @@ arcfurnace { I:ingotNeodymiumMagnetic_144=144 I:ingotPigIron_56=56 I:ingotSteelMagnetic_56=56 + I:item.ItemAxeThaumium_480=480 + I:item.ItemAxeVoid_16=16 + I:item.ItemBootsThaumium_624=624 + I:item.ItemChestplateThaumium_1248=1248 + I:item.ItemHelmetThaumium_780=780 + I:item.ItemHoeThaumium_324=324 + I:item.ItemHoeVoid_16=16 + I:item.ItemLeggingsThaumium_1092=1092 + I:item.ItemPickThaumium_480=480 + I:item.ItemPickVoid_16=16 + I:item.ItemShovelThaumium_168=168 + I:item.ItemShovelVoid_16=16 + I:item.ItemSwordThaumium_318=318 I:item.appleGold_14112=14112 I:item.appleGold_1568=1568 I:item.book_36=36 @@ -2185,6 +2239,12 @@ arcfurnace { I:item.wheat_16=16 I:item.writingBook_36=36 I:item.writtenBook_36=36 + I:lensInfusedAir_73=73 + I:lensInfusedEarth_73=73 + I:lensInfusedEntropy_73=73 + I:lensInfusedFire_73=73 + I:lensInfusedOrder_73=73 + I:lensInfusedWater_73=73 I:lensNetherStar_73=73 I:pipeHugeAluminium_312=312 I:pipeHugeBrass_756=756 @@ -2325,6 +2385,7 @@ arcfurnace { I:plateDoubleHSSE_162=162 I:plateDoubleHSSG_196=196 I:plateDoubleHSSS_258=258 + I:plateDoubleInfusedGold_196=196 I:plateDoubleInvar_112=112 I:plateDoubleIridium_384=384 I:plateDoubleIronMagnetic_112=112 @@ -2359,6 +2420,7 @@ arcfurnace { I:plateDoubleSteelMagnetic_112=112 I:plateDoubleSteel_112=112 I:plateDoubleSterlingSilver_196=196 + I:plateDoubleThaumium_312=312 I:plateDoubleThorium_460=460 I:plateDoubleTinAlloy_174=174 I:plateDoubleTitanium_96=96 @@ -2379,6 +2441,13 @@ arcfurnace { I:plateHSSE_81=81 I:plateHSSG_98=98 I:plateHSSS_129=129 + I:plateInfusedAir_98=98 + I:plateInfusedEarth_98=98 + I:plateInfusedEntropy_98=98 + I:plateInfusedFire_98=98 + I:plateInfusedGold_98=98 + I:plateInfusedOrder_98=98 + I:plateInfusedWater_98=98 I:plateInvar_56=56 I:plateIridium_192=192 I:plateIronMagnetic_56=56 @@ -2427,6 +2496,7 @@ arcfurnace { I:plateSteel_56=56 I:plateSterlingSilver_98=98 I:plateStyreneButadieneRubber_16=16 + I:plateThaumium_156=156 I:plateThorium_230=230 I:plateTinAlloy_87=87 I:plateTin_118=118 @@ -2500,6 +2570,13 @@ arcfurnace { I:screwHSSE_16=16 I:screwHSSG_16=16 I:screwHSSS_16=16 + I:screwInfusedAir_16=16 + I:screwInfusedEarth_16=16 + I:screwInfusedEntropy_16=16 + I:screwInfusedFire_16=16 + I:screwInfusedGold_16=16 + I:screwInfusedOrder_16=16 + I:screwInfusedWater_16=16 I:screwInvar_16=16 I:screwIridium_21=21 I:screwIronMagnetic_16=16 @@ -2534,6 +2611,7 @@ arcfurnace { I:screwSteelMagnetic_16=16 I:screwSteel_16=16 I:screwSterlingSilver_16=16 + I:screwThaumium_17=17 I:screwThorium_25=25 I:screwTinAlloy_16=16 I:screwTin_16=16 @@ -2572,6 +2650,13 @@ arcfurnace { I:stickHSSE_40=40 I:stickHSSG_49=49 I:stickHSSS_64=64 + I:stickInfusedAir_49=49 + I:stickInfusedEarth_49=49 + I:stickInfusedEntropy_49=49 + I:stickInfusedFire_49=49 + I:stickInfusedGold_49=49 + I:stickInfusedOrder_49=49 + I:stickInfusedWater_49=49 I:stickInvar_28=28 I:stickIridium_96=96 I:stickIronMagnetic_28=28 @@ -2602,6 +2687,13 @@ arcfurnace { I:stickLongHSSE_81=81 I:stickLongHSSG_98=98 I:stickLongHSSS_129=129 + I:stickLongInfusedAir_98=98 + I:stickLongInfusedEarth_98=98 + I:stickLongInfusedEntropy_98=98 + I:stickLongInfusedFire_98=98 + I:stickLongInfusedGold_98=98 + I:stickLongInfusedOrder_98=98 + I:stickLongInfusedWater_98=98 I:stickLongInvar_56=56 I:stickLongIridium_192=192 I:stickLongIronMagnetic_56=56 @@ -2642,6 +2734,7 @@ arcfurnace { I:stickLongSteel_56=56 I:stickLongSterlingSilver_98=98 I:stickLongStyreneButadieneRubber_16=16 + I:stickLongThaumium_156=156 I:stickLongThorium_230=230 I:stickLongTinAlloy_87=87 I:stickLongTitanium_48=48 @@ -2685,6 +2778,7 @@ arcfurnace { I:stickSteelMagnetic_28=28 I:stickSteel_28=28 I:stickSterlingSilver_49=49 + I:stickThaumium_78=78 I:stickThorium_115=115 I:stickTinAlloy_43=43 I:stickTin_59=59 @@ -2703,6 +2797,14 @@ arcfurnace { I:tile.anvil.slightlyDamaged_1120=1120 I:tile.anvil.veryDamaged_560=560 I:tile.beacon_98=98 + I:tile.blockCrystal.0_588=588 + I:tile.blockCrystal.1_588=588 + I:tile.blockCrystal.2_588=588 + I:tile.blockCrystal.3_588=588 + I:tile.blockCrystal.4_588=588 + I:tile.blockCrystal.5_588=588 + I:tile.blockWoodenDevice.6_16=16 + I:tile.blockWoodenDevice.7_16=16 I:tile.bookshelf_183=183 I:tile.button_16=16 I:tile.chestTrap_138=138 @@ -2754,6 +2856,13 @@ arcfurnace { I:toolHeadAxeHSSE_243=243 I:toolHeadAxeHSSG_294=294 I:toolHeadAxeHSSS_387=387 + I:toolHeadAxeInfusedAir_294=294 + I:toolHeadAxeInfusedEarth_294=294 + I:toolHeadAxeInfusedEntropy_294=294 + I:toolHeadAxeInfusedFire_294=294 + I:toolHeadAxeInfusedGold_294=294 + I:toolHeadAxeInfusedOrder_294=294 + I:toolHeadAxeInfusedWater_294=294 I:toolHeadAxeInvar_168=168 I:toolHeadAxeIridium_576=576 I:toolHeadAxeIronMagnetic_168=168 @@ -2794,6 +2903,7 @@ arcfurnace { I:toolHeadAxeSteel_168=168 I:toolHeadAxeSterlingSilver_294=294 I:toolHeadAxeStyreneButadieneRubber_36=36 + I:toolHeadAxeThaumium_468=468 I:toolHeadAxeThorium_690=690 I:toolHeadAxeTinAlloy_261=261 I:toolHeadAxeTitanium_144=144 @@ -2830,6 +2940,7 @@ arcfurnace { I:toolHeadBuzzSawHSSE_324=324 I:toolHeadBuzzSawHSSG_392=392 I:toolHeadBuzzSawHSSS_516=516 + I:toolHeadBuzzSawInfusedGold_392=392 I:toolHeadBuzzSawInvar_224=224 I:toolHeadBuzzSawIridium_768=768 I:toolHeadBuzzSawIronMagnetic_224=224 @@ -2863,6 +2974,7 @@ arcfurnace { I:toolHeadBuzzSawSteelMagnetic_224=224 I:toolHeadBuzzSawSteel_224=224 I:toolHeadBuzzSawSterlingSilver_392=392 + I:toolHeadBuzzSawThaumium_624=624 I:toolHeadBuzzSawThorium_920=920 I:toolHeadBuzzSawTinAlloy_348=348 I:toolHeadBuzzSawTitanium_192=192 @@ -2901,6 +3013,7 @@ arcfurnace { I:toolHeadChainsawHSSE_414=414 I:toolHeadChainsawHSSG_448=448 I:toolHeadChainsawHSSS_510=510 + I:toolHeadChainsawInfusedGold_448=448 I:toolHeadChainsawInvar_364=364 I:toolHeadChainsawIridium_636=636 I:toolHeadChainsawIronMagnetic_364=364 @@ -2938,6 +3051,7 @@ arcfurnace { I:toolHeadChainsawSteelMagnetic_364=364 I:toolHeadChainsawSteel_364=364 I:toolHeadChainsawSterlingSilver_448=448 + I:toolHeadChainsawThaumium_564=564 I:toolHeadChainsawThorium_712=712 I:toolHeadChainsawTinAlloy_426=426 I:toolHeadChainsawTitanium_348=348 @@ -2976,6 +3090,7 @@ arcfurnace { I:toolHeadDrillHSSE_548=548 I:toolHeadDrillHSSG_616=616 I:toolHeadDrillHSSS_740=740 + I:toolHeadDrillInfusedGold_616=616 I:toolHeadDrillInvar_448=448 I:toolHeadDrillIridium_992=992 I:toolHeadDrillIronMagnetic_448=448 @@ -3013,6 +3128,7 @@ arcfurnace { I:toolHeadDrillSteelMagnetic_448=448 I:toolHeadDrillSteel_448=448 I:toolHeadDrillSterlingSilver_616=616 + I:toolHeadDrillThaumium_848=848 I:toolHeadDrillThorium_1144=1144 I:toolHeadDrillTinAlloy_572=572 I:toolHeadDrillTitanium_416=416 @@ -3047,6 +3163,7 @@ arcfurnace { I:toolHeadFileHSSE_162=162 I:toolHeadFileHSSG_196=196 I:toolHeadFileHSSS_258=258 + I:toolHeadFileInfusedGold_196=196 I:toolHeadFileInvar_112=112 I:toolHeadFileIridium_384=384 I:toolHeadFileIronMagnetic_112=112 @@ -3080,6 +3197,7 @@ arcfurnace { I:toolHeadFileSteelMagnetic_112=112 I:toolHeadFileSteel_112=112 I:toolHeadFileSterlingSilver_196=196 + I:toolHeadFileThaumium_312=312 I:toolHeadFileThorium_460=460 I:toolHeadFileTinAlloy_174=174 I:toolHeadFileTitanium_96=96 @@ -3116,6 +3234,13 @@ arcfurnace { I:toolHeadHammerHSSE_486=486 I:toolHeadHammerHSSG_588=588 I:toolHeadHammerHSSS_774=774 + I:toolHeadHammerInfusedAir_588=588 + I:toolHeadHammerInfusedEarth_588=588 + I:toolHeadHammerInfusedEntropy_588=588 + I:toolHeadHammerInfusedFire_588=588 + I:toolHeadHammerInfusedGold_588=588 + I:toolHeadHammerInfusedOrder_588=588 + I:toolHeadHammerInfusedWater_588=588 I:toolHeadHammerInvar_336=336 I:toolHeadHammerIridium_1152=1152 I:toolHeadHammerIronMagnetic_336=336 @@ -3156,6 +3281,7 @@ arcfurnace { I:toolHeadHammerSteel_336=336 I:toolHeadHammerSterlingSilver_588=588 I:toolHeadHammerStyreneButadieneRubber_73=73 + I:toolHeadHammerThaumium_936=936 I:toolHeadHammerThorium_1380=1380 I:toolHeadHammerTinAlloy_522=522 I:toolHeadHammerTitanium_288=288 @@ -3194,6 +3320,13 @@ arcfurnace { I:toolHeadHoeHSSE_162=162 I:toolHeadHoeHSSG_196=196 I:toolHeadHoeHSSS_258=258 + I:toolHeadHoeInfusedAir_196=196 + I:toolHeadHoeInfusedEarth_196=196 + I:toolHeadHoeInfusedEntropy_196=196 + I:toolHeadHoeInfusedFire_196=196 + I:toolHeadHoeInfusedGold_196=196 + I:toolHeadHoeInfusedOrder_196=196 + I:toolHeadHoeInfusedWater_196=196 I:toolHeadHoeInvar_112=112 I:toolHeadHoeIridium_384=384 I:toolHeadHoeIronMagnetic_112=112 @@ -3234,6 +3367,7 @@ arcfurnace { I:toolHeadHoeSteel_112=112 I:toolHeadHoeSterlingSilver_196=196 I:toolHeadHoeStyreneButadieneRubber_24=24 + I:toolHeadHoeThaumium_312=312 I:toolHeadHoeThorium_460=460 I:toolHeadHoeTinAlloy_174=174 I:toolHeadHoeTitanium_96=96 @@ -3272,6 +3406,13 @@ arcfurnace { I:toolHeadPickaxeHSSE_243=243 I:toolHeadPickaxeHSSG_294=294 I:toolHeadPickaxeHSSS_387=387 + I:toolHeadPickaxeInfusedAir_294=294 + I:toolHeadPickaxeInfusedEarth_294=294 + I:toolHeadPickaxeInfusedEntropy_294=294 + I:toolHeadPickaxeInfusedFire_294=294 + I:toolHeadPickaxeInfusedGold_294=294 + I:toolHeadPickaxeInfusedOrder_294=294 + I:toolHeadPickaxeInfusedWater_294=294 I:toolHeadPickaxeInvar_168=168 I:toolHeadPickaxeIridium_576=576 I:toolHeadPickaxeIronMagnetic_168=168 @@ -3312,6 +3453,7 @@ arcfurnace { I:toolHeadPickaxeSteel_168=168 I:toolHeadPickaxeSterlingSilver_294=294 I:toolHeadPickaxeStyreneButadieneRubber_36=36 + I:toolHeadPickaxeThaumium_468=468 I:toolHeadPickaxeThorium_690=690 I:toolHeadPickaxeTinAlloy_261=261 I:toolHeadPickaxeTitanium_144=144 @@ -3350,6 +3492,13 @@ arcfurnace { I:toolHeadPlowHSSE_324=324 I:toolHeadPlowHSSG_392=392 I:toolHeadPlowHSSS_516=516 + I:toolHeadPlowInfusedAir_392=392 + I:toolHeadPlowInfusedEarth_392=392 + I:toolHeadPlowInfusedEntropy_392=392 + I:toolHeadPlowInfusedFire_392=392 + I:toolHeadPlowInfusedGold_392=392 + I:toolHeadPlowInfusedOrder_392=392 + I:toolHeadPlowInfusedWater_392=392 I:toolHeadPlowInvar_224=224 I:toolHeadPlowIridium_768=768 I:toolHeadPlowIronMagnetic_224=224 @@ -3390,6 +3539,7 @@ arcfurnace { I:toolHeadPlowSteel_224=224 I:toolHeadPlowSterlingSilver_392=392 I:toolHeadPlowStyreneButadieneRubber_49=49 + I:toolHeadPlowThaumium_624=624 I:toolHeadPlowThorium_920=920 I:toolHeadPlowTinAlloy_348=348 I:toolHeadPlowTitanium_192=192 @@ -3426,6 +3576,7 @@ arcfurnace { I:toolHeadSawHSSE_162=162 I:toolHeadSawHSSG_196=196 I:toolHeadSawHSSS_258=258 + I:toolHeadSawInfusedGold_196=196 I:toolHeadSawInvar_112=112 I:toolHeadSawIridium_384=384 I:toolHeadSawIronMagnetic_112=112 @@ -3459,6 +3610,7 @@ arcfurnace { I:toolHeadSawSteelMagnetic_112=112 I:toolHeadSawSteel_112=112 I:toolHeadSawSterlingSilver_196=196 + I:toolHeadSawThaumium_312=312 I:toolHeadSawThorium_460=460 I:toolHeadSawTinAlloy_174=174 I:toolHeadSawTitanium_96=96 @@ -3495,6 +3647,13 @@ arcfurnace { I:toolHeadSenseHSSE_243=243 I:toolHeadSenseHSSG_294=294 I:toolHeadSenseHSSS_387=387 + I:toolHeadSenseInfusedAir_294=294 + I:toolHeadSenseInfusedEarth_294=294 + I:toolHeadSenseInfusedEntropy_294=294 + I:toolHeadSenseInfusedFire_294=294 + I:toolHeadSenseInfusedGold_294=294 + I:toolHeadSenseInfusedOrder_294=294 + I:toolHeadSenseInfusedWater_294=294 I:toolHeadSenseInvar_168=168 I:toolHeadSenseIridium_576=576 I:toolHeadSenseIronMagnetic_168=168 @@ -3535,6 +3694,7 @@ arcfurnace { I:toolHeadSenseSteel_168=168 I:toolHeadSenseSterlingSilver_294=294 I:toolHeadSenseStyreneButadieneRubber_36=36 + I:toolHeadSenseThaumium_468=468 I:toolHeadSenseThorium_690=690 I:toolHeadSenseTinAlloy_261=261 I:toolHeadSenseTitanium_144=144 @@ -3573,6 +3733,13 @@ arcfurnace { I:toolHeadShovelHSSE_81=81 I:toolHeadShovelHSSG_98=98 I:toolHeadShovelHSSS_129=129 + I:toolHeadShovelInfusedAir_98=98 + I:toolHeadShovelInfusedEarth_98=98 + I:toolHeadShovelInfusedEntropy_98=98 + I:toolHeadShovelInfusedFire_98=98 + I:toolHeadShovelInfusedGold_98=98 + I:toolHeadShovelInfusedOrder_98=98 + I:toolHeadShovelInfusedWater_98=98 I:toolHeadShovelInvar_56=56 I:toolHeadShovelIridium_192=192 I:toolHeadShovelIronMagnetic_56=56 @@ -3613,6 +3780,7 @@ arcfurnace { I:toolHeadShovelSteel_56=56 I:toolHeadShovelSterlingSilver_98=98 I:toolHeadShovelStyreneButadieneRubber_16=16 + I:toolHeadShovelThaumium_156=156 I:toolHeadShovelThorium_230=230 I:toolHeadShovelTinAlloy_87=87 I:toolHeadShovelTitanium_48=48 @@ -3651,6 +3819,13 @@ arcfurnace { I:toolHeadSwordHSSE_162=162 I:toolHeadSwordHSSG_196=196 I:toolHeadSwordHSSS_258=258 + I:toolHeadSwordInfusedAir_196=196 + I:toolHeadSwordInfusedEarth_196=196 + I:toolHeadSwordInfusedEntropy_196=196 + I:toolHeadSwordInfusedFire_196=196 + I:toolHeadSwordInfusedGold_196=196 + I:toolHeadSwordInfusedOrder_196=196 + I:toolHeadSwordInfusedWater_196=196 I:toolHeadSwordInvar_112=112 I:toolHeadSwordIridium_384=384 I:toolHeadSwordIronMagnetic_112=112 @@ -3691,6 +3866,7 @@ arcfurnace { I:toolHeadSwordSteel_112=112 I:toolHeadSwordSterlingSilver_196=196 I:toolHeadSwordStyreneButadieneRubber_24=24 + I:toolHeadSwordThaumium_312=312 I:toolHeadSwordThorium_460=460 I:toolHeadSwordTinAlloy_174=174 I:toolHeadSwordTitanium_96=96 @@ -3729,6 +3905,13 @@ arcfurnace { I:toolHeadUniversalSpadeHSSE_81=81 I:toolHeadUniversalSpadeHSSG_98=98 I:toolHeadUniversalSpadeHSSS_129=129 + I:toolHeadUniversalSpadeInfusedAir_98=98 + I:toolHeadUniversalSpadeInfusedEarth_98=98 + I:toolHeadUniversalSpadeInfusedEntropy_98=98 + I:toolHeadUniversalSpadeInfusedFire_98=98 + I:toolHeadUniversalSpadeInfusedGold_98=98 + I:toolHeadUniversalSpadeInfusedOrder_98=98 + I:toolHeadUniversalSpadeInfusedWater_98=98 I:toolHeadUniversalSpadeInvar_56=56 I:toolHeadUniversalSpadeIridium_192=192 I:toolHeadUniversalSpadeIronMagnetic_56=56 @@ -3769,6 +3952,7 @@ arcfurnace { I:toolHeadUniversalSpadeSteel_56=56 I:toolHeadUniversalSpadeSterlingSilver_98=98 I:toolHeadUniversalSpadeStyreneButadieneRubber_16=16 + I:toolHeadUniversalSpadeThaumium_156=156 I:toolHeadUniversalSpadeThorium_230=230 I:toolHeadUniversalSpadeTinAlloy_87=87 I:toolHeadUniversalSpadeTitanium_48=48 @@ -3809,6 +3993,7 @@ arcfurnace { I:toolHeadWrenchHSSE_350=350 I:toolHeadWrenchHSSG_418=418 I:toolHeadWrenchHSSS_542=542 + I:toolHeadWrenchInfusedGold_418=418 I:toolHeadWrenchInvar_250=250 I:toolHeadWrenchIridium_794=794 I:toolHeadWrenchIronMagnetic_250=250 @@ -3846,6 +4031,7 @@ arcfurnace { I:toolHeadWrenchSteelMagnetic_250=250 I:toolHeadWrenchSteel_250=250 I:toolHeadWrenchSterlingSilver_418=418 + I:toolHeadWrenchThaumium_650=650 I:toolHeadWrenchThorium_946=946 I:toolHeadWrenchTinAlloy_374=374 I:toolHeadWrenchTitanium_218=218 @@ -3880,6 +4066,7 @@ arcfurnace { I:turbineBladeHSSE_486=486 I:turbineBladeHSSG_588=588 I:turbineBladeHSSS_774=774 + I:turbineBladeInfusedGold_588=588 I:turbineBladeInvar_336=336 I:turbineBladeIridium_1152=1152 I:turbineBladeIronMagnetic_336=336 @@ -3913,6 +4100,7 @@ arcfurnace { I:turbineBladeSteelMagnetic_336=336 I:turbineBladeSteel_336=336 I:turbineBladeSterlingSilver_588=588 + I:turbineBladeThaumium_936=936 I:turbineBladeThorium_1380=1380 I:turbineBladeTinAlloy_522=522 I:turbineBladeTitanium_288=288 @@ -4416,6 +4604,7 @@ assembling { 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_infusedgold_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 @@ -4460,6 +4649,7 @@ assembling { 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_thaumium_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 @@ -5149,6 +5339,8 @@ bender { I:ingotHSSS_129=129 I:ingotHSSS_258=258 I:ingotIndiumGalliumPhosphide_71=71 + I:ingotInfusedGold_196=196 + I:ingotInfusedGold_98=98 I:ingotInvar_112=112 I:ingotInvar_56=56 I:ingotIridium_192=192 @@ -5229,6 +5421,8 @@ bender { I:ingotSteel_56=56 I:ingotSterlingSilver_196=196 I:ingotSterlingSilver_98=98 + I:ingotThaumium_156=156 + I:ingotThaumium_312=312 I:ingotThorium_230=230 I:ingotThorium_460=460 I:ingotTinAlloy_174=174 @@ -5292,6 +5486,7 @@ bender { I:plateHSSG_196=196 I:plateHSSG_98=98 I:plateHSSS_258=258 + I:plateInfusedGold_196=196 I:plateInvar_112=112 I:plateIridium_384=384 I:plateIronMagnetic_114=114 @@ -5350,6 +5545,7 @@ bender { I:plateSteel_504=504 I:plateSteel_56=56 I:plateSterlingSilver_196=196 + I:plateThaumium_312=312 I:plateThorium_460=460 I:plateTinAlloy_174=174 I:plateTin_1062=1062 @@ -5744,6 +5940,7 @@ boxing { B:dustAlmandine_true=true B:dustAluminium_true=true B:dustAlunite_true=true + B:dustAmber_true=true B:dustAmericium_true=true B:dustAmethyst_true=true B:dustAndradite_true=true @@ -5872,6 +6069,13 @@ boxing { B:dustIlmenite_true=true B:dustIndiumGalliumPhosphide_true=true B:dustIndium_true=true + B:dustInfusedAir_true=true + B:dustInfusedEarth_true=true + B:dustInfusedEntropy_true=true + B:dustInfusedFire_true=true + B:dustInfusedGold_true=true + B:dustInfusedOrder_true=true + B:dustInfusedWater_true=true B:dustInvar_true=true B:dustIridium_true=true B:dustIronMagnetic_true=true @@ -6016,6 +6220,7 @@ boxing { B:dustTantalum_true=true B:dustTanzanite_true=true B:dustTetrahedrite_true=true + B:dustThaumium_true=true B:dustThorium_true=true B:dustTinAlloy_true=true B:dustTin_true=true @@ -6288,6 +6493,7 @@ centrifuge { I:dustHydratedCoal_768=768 I:dustImpureAlmandine_192=192 I:dustImpureAluminium_208=208 + I:dustImpureAmber_784=784 I:dustImpureAmethyst_216=216 I:dustImpureApatite_256=256 I:dustImpureBandedIron_256=256 @@ -6331,6 +6537,13 @@ centrifuge { I:dustImpureGreenSapphire_160=160 I:dustImpureGrossular_176=176 I:dustImpureIlmenite_480=480 + I:dustImpureInfusedAir_784=784 + I:dustImpureInfusedEarth_784=784 + I:dustImpureInfusedEntropy_784=784 + I:dustImpureInfusedFire_784=784 + I:dustImpureInfusedGold_784=784 + I:dustImpureInfusedOrder_784=784 + I:dustImpureInfusedWater_784=784 I:dustImpureIridium_1536=1536 I:dustImpureIron_448=448 I:dustImpureLapis_224=224 @@ -6427,6 +6640,7 @@ centrifuge { I:dustPumice_392=392 I:dustPureAlmandine_192=192 I:dustPureAluminium_208=208 + I:dustPureAmber_784=784 I:dustPureAmethyst_216=216 I:dustPureApatite_256=256 I:dustPureBandedIron_256=256 @@ -6465,6 +6679,13 @@ centrifuge { I:dustPureGreenSapphire_160=160 I:dustPureGrossular_176=176 I:dustPureIlmenite_480=480 + I:dustPureInfusedAir_784=784 + I:dustPureInfusedEarth_784=784 + I:dustPureInfusedEntropy_784=784 + I:dustPureInfusedFire_784=784 + I:dustPureInfusedGold_784=784 + I:dustPureInfusedOrder_784=784 + I:dustPureInfusedWater_784=784 I:dustPureIridium_1536=1536 I:dustPureIron_448=448 I:dustPureLapis_224=224 @@ -7193,6 +7414,7 @@ compression { B:dustUranium235_true=true B:dustUranium_true=true B:dustWood_true=true + B:gemAmber_true=true B:gemAmethyst_true=true B:gemBlueTopaz_true=true B:gemCharcoal_true=true @@ -7208,6 +7430,12 @@ compression { B:gemGarnetRed_true=true B:gemGarnetYellow_true=true B:gemGreenSapphire_true=true + B:gemInfusedAir_true=true + B:gemInfusedEarth_true=true + B:gemInfusedEntropy_true=true + B:gemInfusedFire_true=true + B:gemInfusedOrder_true=true + B:gemInfusedWater_true=true B:gemIridium_true=true B:gemJasper_true=true B:gemLapis_true=true @@ -7281,6 +7509,7 @@ compression { B:ingotHSSG_true=true B:ingotHSSS_true=true B:ingotIndium_true=true + B:ingotInfusedGold_true=true B:ingotInvar_true=true B:ingotIridium_true=true B:ingotIronMagnetic_true=true @@ -7328,6 +7557,7 @@ compression { B:ingotSteel_true=true B:ingotSterlingSilver_true=true B:ingotTantalum_true=true + B:ingotThaumium_true=true B:ingotThorium_true=true B:ingotTinAlloy_true=true B:ingotTin_true=true @@ -7371,6 +7601,7 @@ compressor { I:dustUranium235_300=300 I:dustUranium_300=300 I:dustWood_300=300 + I:gemAmber_300=300 I:gemAmethyst_300=300 I:gemBlueTopaz_300=300 I:gemCharcoal_300=300 @@ -7386,6 +7617,12 @@ compressor { I:gemGarnetRed_300=300 I:gemGarnetYellow_300=300 I:gemGreenSapphire_300=300 + I:gemInfusedAir_300=300 + I:gemInfusedEarth_300=300 + I:gemInfusedEntropy_300=300 + I:gemInfusedFire_300=300 + I:gemInfusedOrder_300=300 + I:gemInfusedWater_300=300 I:gemIridium_300=300 I:gemJasper_300=300 I:gemLapis_300=300 @@ -7459,6 +7696,7 @@ compressor { I:ingotHSSG_300=300 I:ingotHSSS_300=300 I:ingotIndium_300=300 + I:ingotInfusedGold_300=300 I:ingotInvar_300=300 I:ingotIridium_300=300 I:ingotIronMagnetic_300=300 @@ -7506,6 +7744,7 @@ compressor { I:ingotSteel_300=300 I:ingotSterlingSilver_300=300 I:ingotTantalum_300=300 + I:ingotThaumium_300=300 I:ingotThorium_300=300 I:ingotTinAlloy_300=300 I:ingotTin_300=300 @@ -7629,6 +7868,7 @@ crops { cutting { I:blockAluminium_260=260 + I:blockAmber_980=980 I:blockAmericium_2450=2450 I:blockAmethyst_270=270 I:blockAnnealedCopper_630=630 @@ -7667,6 +7907,13 @@ cutting { I:blockHSSE_810=810 I:blockHSSG_980=980 I:blockHSSS_1290=1290 + I:blockInfusedAir_980=980 + I:blockInfusedEarth_980=980 + I:blockInfusedEntropy_980=980 + I:blockInfusedFire_980=980 + I:blockInfusedGold_980=980 + I:blockInfusedOrder_980=980 + I:blockInfusedWater_980=980 I:blockInvar_560=560 I:blockIridium_1920=1920 I:blockIronMagnetic_570=570 @@ -7715,6 +7962,7 @@ cutting { I:blockSteel_560=560 I:blockSterlingSilver_980=980 I:blockTanzanite_200=200 + I:blockThaumium_1560=1560 I:blockThorium_2300=2300 I:blockTinAlloy_870=870 I:blockTin_1180=1180 @@ -7772,6 +8020,7 @@ cutting { I:plateTin_50=50 I:plateWroughtIron_50=50 I:stickAluminium_52=52 + I:stickAmber_196=196 I:stickAmethyst_54=54 I:stickBeryllium_18=18 I:stickBismuthBronze_184=184 @@ -7803,6 +8052,13 @@ cutting { I:stickHSSE_162=162 I:stickHSSG_196=196 I:stickHSSS_258=258 + I:stickInfusedAir_196=196 + I:stickInfusedEarth_196=196 + I:stickInfusedEntropy_196=196 + I:stickInfusedFire_196=196 + I:stickInfusedGold_196=196 + I:stickInfusedOrder_196=196 + I:stickInfusedWater_196=196 I:stickInvar_112=112 I:stickIridium_384=384 I:stickIronMagnetic_114=114 @@ -7810,6 +8066,7 @@ cutting { I:stickKanthal_88=88 I:stickLead_414=414 I:stickLongAluminium_26=26 + I:stickLongAmber_98=98 I:stickLongAmericium_245=245 I:stickLongAmethyst_27=27 I:stickLongBeryllium_9=9 @@ -7843,6 +8100,13 @@ cutting { I:stickLongHSSE_81=81 I:stickLongHSSG_98=98 I:stickLongHSSS_129=129 + I:stickLongInfusedAir_98=98 + I:stickLongInfusedEarth_98=98 + I:stickLongInfusedEntropy_98=98 + I:stickLongInfusedFire_98=98 + I:stickLongInfusedGold_98=98 + I:stickLongInfusedOrder_98=98 + I:stickLongInfusedWater_98=98 I:stickLongInvar_56=56 I:stickLongIridium_192=192 I:stickLongIronMagnetic_57=57 @@ -7893,6 +8157,7 @@ cutting { I:stickLongSterlingSilver_98=98 I:stickLongStyreneButadieneRubber_5=5 I:stickLongTanzanite_20=20 + I:stickLongThaumium_156=156 I:stickLongThorium_230=230 I:stickLongTinAlloy_87=87 I:stickLongTitanium_48=48 @@ -7951,6 +8216,7 @@ cutting { I:stickSterlingSilver_196=196 I:stickStyreneButadieneRubber_10=10 I:stickTanzanite_40=40 + I:stickThaumium_312=312 I:stickThorium_460=460 I:stickTinAlloy_174=174 I:stickTin_236=236 @@ -7966,6 +8232,10 @@ cutting { I:stickVanadiumSteel_110=110 I:stickWood_18=18 I:stickWroughtIron_112=112 + I:tile.blockMagicalLog.greatwood_200=200 + I:tile.blockMagicalLog.silverwood_200=200 + I:tile.blockWoodenDevice.6_25=25 + I:tile.blockWoodenDevice.7_25=25 I:tile.brick_25=25 I:tile.cloth.black_50=50 I:tile.cloth.blue_50=50 @@ -8595,6 +8865,7 @@ extruder { I:blockHSSG_10=10 I:blockHSSS_10=10 I:blockIndium_10=10 + I:blockInfusedGold_10=10 I:blockInvar_10=10 I:blockIridium_10=10 I:blockIron_10=10 @@ -8638,6 +8909,7 @@ extruder { I:blockSteel_10=10 I:blockSterlingSilver_10=10 I:blockTantalum_10=10 + I:blockThaumium_10=10 I:blockThorium_10=10 I:blockTinAlloy_10=10 I:blockTin_10=10 @@ -8680,6 +8952,7 @@ extruder { I:boltHSSE_162=162 I:boltHSSG_196=196 I:boltHSSS_258=258 + I:boltInfusedGold_196=196 I:boltInvar_112=112 I:boltIridium_384=384 I:boltIron_112=112 @@ -8722,6 +8995,7 @@ extruder { I:boltSteel_114=114 I:boltSterlingSilver_196=196 I:boltStyreneButadieneRubber_10=10 + I:boltThaumium_312=312 I:boltThorium_460=460 I:boltTinAlloy_174=174 I:boltTin_236=236 @@ -8869,6 +9143,7 @@ extruder { I:plateHSSG_98=98 I:plateHSSS_129=129 I:plateIndiumGalliumPhosphide_71=71 + I:plateInfusedGold_98=98 I:plateInvar_56=56 I:plateIridium_192=192 I:plateIron_56=56 @@ -8915,6 +9190,7 @@ extruder { I:plateSteel_57=57 I:plateSterlingSilver_98=98 I:plateStyreneButadieneRubber_5=5 + I:plateThaumium_156=156 I:plateThorium_230=230 I:plateTinAlloy_87=87 I:plateTin_118=118 @@ -8978,6 +9254,7 @@ extruder { I:stickHSSE_162=162 I:stickHSSG_196=196 I:stickHSSS_258=258 + I:stickInfusedGold_196=196 I:stickInvar_112=112 I:stickIridium_384=384 I:stickIron_112=112 @@ -9021,6 +9298,7 @@ extruder { I:stickSteel_114=114 I:stickSterlingSilver_196=196 I:stickStyreneButadieneRubber_10=10 + I:stickThaumium_312=312 I:stickThorium_460=460 I:stickTinAlloy_174=174 I:stickTin_236=236 @@ -9058,6 +9336,7 @@ extruder { I:toolHeadAxeHSSE_243=243 I:toolHeadAxeHSSG_294=294 I:toolHeadAxeHSSS_387=387 + I:toolHeadAxeInfusedGold_294=294 I:toolHeadAxeInvar_168=168 I:toolHeadAxeIridium_576=576 I:toolHeadAxeIron_168=168 @@ -9100,6 +9379,7 @@ extruder { I:toolHeadAxeSteel_171=171 I:toolHeadAxeSterlingSilver_294=294 I:toolHeadAxeStyreneButadieneRubber_15=15 + I:toolHeadAxeThaumium_468=468 I:toolHeadAxeThorium_690=690 I:toolHeadAxeTinAlloy_261=261 I:toolHeadAxeTitanium_144=144 @@ -9135,6 +9415,7 @@ extruder { I:toolHeadFileHSSE_162=162 I:toolHeadFileHSSG_196=196 I:toolHeadFileHSSS_258=258 + I:toolHeadFileInfusedGold_196=196 I:toolHeadFileInvar_112=112 I:toolHeadFileIridium_384=384 I:toolHeadFileIron_112=112 @@ -9171,6 +9452,7 @@ extruder { I:toolHeadFileSteel_112=112 I:toolHeadFileSteel_114=114 I:toolHeadFileSterlingSilver_196=196 + I:toolHeadFileThaumium_312=312 I:toolHeadFileThorium_460=460 I:toolHeadFileTinAlloy_174=174 I:toolHeadFileTitanium_96=96 @@ -9206,6 +9488,7 @@ extruder { I:toolHeadHammerHSSE_486=486 I:toolHeadHammerHSSG_588=588 I:toolHeadHammerHSSS_774=774 + I:toolHeadHammerInfusedGold_588=588 I:toolHeadHammerInvar_336=336 I:toolHeadHammerIridium_1152=1152 I:toolHeadHammerIron_336=336 @@ -9248,6 +9531,7 @@ extruder { I:toolHeadHammerSteel_342=342 I:toolHeadHammerSterlingSilver_588=588 I:toolHeadHammerStyreneButadieneRubber_30=30 + I:toolHeadHammerThaumium_936=936 I:toolHeadHammerThorium_1380=1380 I:toolHeadHammerTinAlloy_522=522 I:toolHeadHammerTitanium_288=288 @@ -9283,6 +9567,7 @@ extruder { I:toolHeadHoeHSSE_162=162 I:toolHeadHoeHSSG_196=196 I:toolHeadHoeHSSS_258=258 + I:toolHeadHoeInfusedGold_196=196 I:toolHeadHoeInvar_112=112 I:toolHeadHoeIridium_384=384 I:toolHeadHoeIron_112=112 @@ -9325,6 +9610,7 @@ extruder { I:toolHeadHoeSteel_114=114 I:toolHeadHoeSterlingSilver_196=196 I:toolHeadHoeStyreneButadieneRubber_10=10 + I:toolHeadHoeThaumium_312=312 I:toolHeadHoeThorium_460=460 I:toolHeadHoeTinAlloy_174=174 I:toolHeadHoeTitanium_96=96 @@ -9360,6 +9646,7 @@ extruder { I:toolHeadPickaxeHSSE_243=243 I:toolHeadPickaxeHSSG_294=294 I:toolHeadPickaxeHSSS_387=387 + I:toolHeadPickaxeInfusedGold_294=294 I:toolHeadPickaxeInvar_168=168 I:toolHeadPickaxeIridium_576=576 I:toolHeadPickaxeIron_168=168 @@ -9402,6 +9689,7 @@ extruder { I:toolHeadPickaxeSteel_171=171 I:toolHeadPickaxeSterlingSilver_294=294 I:toolHeadPickaxeStyreneButadieneRubber_15=15 + I:toolHeadPickaxeThaumium_468=468 I:toolHeadPickaxeThorium_690=690 I:toolHeadPickaxeTinAlloy_261=261 I:toolHeadPickaxeTitanium_144=144 @@ -9437,6 +9725,7 @@ extruder { I:toolHeadSawHSSE_162=162 I:toolHeadSawHSSG_196=196 I:toolHeadSawHSSS_258=258 + I:toolHeadSawInfusedGold_196=196 I:toolHeadSawInvar_112=112 I:toolHeadSawIridium_384=384 I:toolHeadSawIron_112=112 @@ -9473,6 +9762,7 @@ extruder { I:toolHeadSawSteel_112=112 I:toolHeadSawSteel_114=114 I:toolHeadSawSterlingSilver_196=196 + I:toolHeadSawThaumium_312=312 I:toolHeadSawThorium_460=460 I:toolHeadSawTinAlloy_174=174 I:toolHeadSawTitanium_96=96 @@ -9508,6 +9798,7 @@ extruder { I:toolHeadShovelHSSE_81=81 I:toolHeadShovelHSSG_98=98 I:toolHeadShovelHSSS_129=129 + I:toolHeadShovelInfusedGold_98=98 I:toolHeadShovelInvar_56=56 I:toolHeadShovelIridium_192=192 I:toolHeadShovelIron_56=56 @@ -9550,6 +9841,7 @@ extruder { I:toolHeadShovelSteel_57=57 I:toolHeadShovelSterlingSilver_98=98 I:toolHeadShovelStyreneButadieneRubber_5=5 + I:toolHeadShovelThaumium_156=156 I:toolHeadShovelThorium_230=230 I:toolHeadShovelTinAlloy_87=87 I:toolHeadShovelTitanium_48=48 @@ -9585,6 +9877,7 @@ extruder { I:toolHeadSwordHSSE_162=162 I:toolHeadSwordHSSG_196=196 I:toolHeadSwordHSSS_258=258 + I:toolHeadSwordInfusedGold_196=196 I:toolHeadSwordInvar_112=112 I:toolHeadSwordIridium_384=384 I:toolHeadSwordIron_112=112 @@ -9627,6 +9920,7 @@ extruder { I:toolHeadSwordSteel_114=114 I:toolHeadSwordSterlingSilver_196=196 I:toolHeadSwordStyreneButadieneRubber_10=10 + I:toolHeadSwordThaumium_312=312 I:toolHeadSwordThorium_460=460 I:toolHeadSwordTinAlloy_174=174 I:toolHeadSwordTitanium_96=96 @@ -9722,6 +10016,7 @@ fluidextractor { I:dustQuartzite_600=600 I:dustWood_16=16 I:gemCharcoal_128=128 + I:gemMercury_128=128 I:gt.metaitem.02.32410_128=128 I:gt.metaitem.02.32502_128=128 I:gt.metaitem.02.32510_128=128 @@ -9789,6 +10084,7 @@ fluidsmelter { I:blockHSSG_216=216 I:blockHSSS_216=216 I:blockIndium_216=216 + I:blockInfusedGold_216=216 I:blockInvar_216=216 I:blockIridium_216=216 I:blockIronMagnetic_216=216 @@ -9835,6 +10131,7 @@ fluidsmelter { I:blockSteel_216=216 I:blockSterlingSilver_216=216 I:blockTantalum_216=216 + I:blockThaumium_216=216 I:blockThorium_216=216 I:blockTinAlloy_216=216 I:blockTin_216=216 @@ -9878,6 +10175,7 @@ fluidsmelter { I:boltHSSE_3=3 I:boltHSSG_3=3 I:boltHSSS_3=3 + I:boltInfusedGold_3=3 I:boltInvar_3=3 I:boltIridium_3=3 I:boltIronMagnetic_3=3 @@ -9921,6 +10219,7 @@ fluidsmelter { I:boltSteel_3=3 I:boltSterlingSilver_3=3 I:boltStyreneButadieneRubber_3=3 + I:boltThaumium_3=3 I:boltThorium_3=3 I:boltTinAlloy_3=3 I:boltTin_3=3 @@ -10128,6 +10427,7 @@ fluidsmelter { I:dustIce_128=128 I:dustIndiumGalliumPhosphide_24=24 I:dustIndium_24=24 + I:dustInfusedGold_24=24 I:dustInvar_24=24 I:dustIronMagnetic_24=24 I:dustIron_24=24 @@ -10187,6 +10487,7 @@ fluidsmelter { I:dustSmallGold_6=6 I:dustSmallIndiumGalliumPhosphide_6=6 I:dustSmallIndium_6=6 + I:dustSmallInf