diff --git a/dependencies.gradle b/dependencies.gradle index c761a66b59d..1296b271348 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -36,14 +36,14 @@ dependencies { api("com.github.GTNewHorizons:StructureLib:1.4.0:dev") api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") - api("com.github.GTNewHorizons:NotEnoughItems:2.7.4-GTNH:dev") + api("com.github.GTNewHorizons:NotEnoughItems:2.7.8-GTNH:dev") api("com.github.GTNewHorizons:NotEnoughIds:2.1.6:dev") api("com.github.GTNewHorizons:GTNHLib:0.6.0:dev") api("com.github.GTNewHorizons:ModularUI:1.2.17:dev") api("com.github.GTNewHorizons:ModularUI2:2.2.0-1.7.10:dev") api("com.github.GTNewHorizons:waila:1.8.2:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-511-GTNH:dev") - api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.4.4-gtnh:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-516-GTNH:dev") + api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.4.6-gtnh:dev") api('com.github.GTNewHorizons:Yamcl:0.6.0:dev') api("com.github.GTNewHorizons:Postea:1.0.13:dev") @@ -56,12 +56,12 @@ dependencies { devOnlyNonPublishable("com.github.GTNewHorizons:Infernal-Mobs:1.10.0-GTNH:dev") - compileOnlyApi("com.github.GTNewHorizons:Avaritia:1.57:dev") + compileOnlyApi("com.github.GTNewHorizons:Avaritia:1.59:dev") compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta28:api') { transitive = false } compileOnlyApi("com.github.GTNewHorizons:AppleCore:3.3.4:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.39:dev") { transitive = false } - compileOnlyApi("com.github.GTNewHorizons:EnderIO:2.9.0:dev") { transitive = false } + compileOnlyApi("com.github.GTNewHorizons:EnderIO:2.9.1:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.10.0:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:ProjectRed:4.10.5-GTNH:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:Railcraft:9.16.0:dev") { transitive = false } @@ -80,7 +80,7 @@ dependencies { compileOnly rfg.deobf("curse.maven:cofh-core-69162:2388751") compileOnly("com.github.GTNewHorizons:Nuclear-Control:2.6.7:dev") { transitive = false } compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") { transitive = false } - implementation("com.github.GTNewHorizons:Hodgepodge:2.6.9:dev") + implementation("com.github.GTNewHorizons:Hodgepodge:2.6.11:dev") compileOnly('com.github.GTNewHorizons:Botania:1.12.3-GTNH:dev') { transitive = false } compileOnly('com.github.GTNewHorizons:HoloInventory:2.4.13-GTNH:dev') { transitive = false } compileOnly rfg.deobf("curse.maven:extra-utilities-225561:2264384") @@ -89,13 +89,13 @@ dependencies { // https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels compileOnlyApi rfg.deobf('curse.maven:advsolar-362768:2885953') compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.7.0-GTNH:dev') {transitive = false} - compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.9:dev") { transitive = false } + compileOnly("com.github.GTNewHorizons:BloodMagic:1.7.0:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.0:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.7.0-GTNH:dev") { transitive = false } compileOnly rfg.deobf("curse.maven:biomes-o-plenty-220318:2499612") compileOnly('com.github.GTNewHorizons:SC2:2.2.0:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:Binnie:2.5.0:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:Binnie:2.5.2:dev') {transitive = false} compileOnly('curse.maven:PlayerAPI-228969:2248928') {transitive=false} devOnlyNonPublishable('com.github.GTNewHorizons:BlockRenderer6343:1.3.0:dev'){transitive=false} @@ -106,7 +106,7 @@ dependencies { // runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForestryMC:4.10.0:dev") // runtimeOnlyNonPublishable('com.github.GTNewHorizons:neiaddons:1.16.0:dev') // runtimeOnlyNonPublishable('com.github.GTNewHorizons:MagicBees:2.8.5-GTNH:dev') - // runtimeOnlyNonPublishable('com.github.GTNewHorizons:Binnie:2.5.0:dev') + // runtimeOnlyNonPublishable('com.github.GTNewHorizons:Binnie:2.5.2:dev') testImplementation(platform('org.junit:junit-bom:5.9.2')) testImplementation('org.junit.jupiter:junit-jupiter') @@ -119,7 +119,7 @@ dependencies { functionalTestImplementation('org.junit.platform:junit-platform-reporting') runtimeOnlyNonPublishable("com.github.GTNewHorizons:DuraDisplay:1.3.4:dev") - runtimeOnlyNonPublishable('com.github.GTNewHorizons:EnderIO:2.9.0:dev') + runtimeOnlyNonPublishable('com.github.GTNewHorizons:EnderIO:2.9.1:dev') // For testing //runtimeOnlyNonPublishable('com.github.GTNewHorizons:TCNEIAdditions:1.4.2:dev') diff --git a/src/main/java/gregtech/api/util/GTRecipeConstants.java b/src/main/java/gregtech/api/util/GTRecipeConstants.java index 9b7916d5126..d274b93f7a3 100644 --- a/src/main/java/gregtech/api/util/GTRecipeConstants.java +++ b/src/main/java/gregtech/api/util/GTRecipeConstants.java @@ -253,7 +253,7 @@ public class GTRecipeConstants { Collection ret = new ArrayList<>(); for (Materials mat : new Materials[] { Materials.Argon, Materials.Nitrogen }) { builder.duration(Math.max(1, mat == Materials.Nitrogen ? aDuration / 4 : aDuration / 24)); - int tPlasmaAmount = (int) Math.min(1L, aDuration / (mat.getMass() * 16L)); + int tPlasmaAmount = (int) Math.max(1L, aDuration / (mat.getMass() * 16L)); GTRecipeBuilder plasmaBuilder = builder.copy() .fluidInputs(mat.getPlasma(tPlasmaAmount)) .fluidOutputs(mat.getGas(tPlasmaAmount)); diff --git a/src/main/resources/assets/bartworks/lang/en_US.lang b/src/main/resources/assets/bartworks/lang/en_US.lang index 4e50c9b4d53..fea705b7131 100644 --- a/src/main/resources/assets/bartworks/lang/en_US.lang +++ b/src/main/resources/assets/bartworks/lang/en_US.lang @@ -3,10 +3,18 @@ item.GT_Rockcutter_Item_LV.name=Rockcutter LV item.GT_Rockcutter_Item_MV.name=Rockcutter MV item.GT_Rockcutter_Item_HV.name=Rockcutter HV item.GT_Teslastaff_Item.name=Teslastaff +BW_ItemBlocks.name=Etched Lapis Cell BW_ItemBlocks.0.name=Etched Lapis Cell BW_ItemBlocks.1.name=Plated Lapis Cell +GT_LESU_CASING.name=LESU Casing GT_LESU_CASING.0.name=LESU Casing +bw.blockores.01.name=Ore +bw.blockores.02.name=Small Ore +bw.werkstoffblocks.01.name=Block +bw.werkstoffblockscasing.01.name=Bolted Casing +bw.werkstoffblockscasingadvanced.01.name=Rebolted Casing + GT5U.gui.text.no_imprint=Missing imprint GT5U.gui.text.not_enough_length=Multiblock Too Short GT5U.gui.text.wrong_sievert_exactly=§7Wrong sievert. Requires exactly: %s §7Sv @@ -45,12 +53,14 @@ GT5U.gui.config.general.rossruinmetas.ev.generators=Generators GT5U.gui.config.general.rossruinmetas.ev.machines=Machines itemGroup.bartworks=BartWorks Inter Temporal +BW_Machinery_Casings.name=Machine Casing BW_Machinery_Casings.0.name=Nickel-Zinc Ferrite Block BW_Machinery_Casings.1.name=Transformer-Winding Block item.BW_PaperRotor.name=Primitive Paper Rotor (Wind only) item.BW_LeatherRotor.name=Primitive Leather Rotor (Wind only) item.BW_WoolRotor.name=Primitive Wool Rotor (Wind only) item.BW_CombinedRotor.name=Combined Primitive Rotor (Wind only) +tile.BWRotorBlock.name=Primitive Kinetic Shaftbox tile.BWRotorBlock.0.name=Primitive Kinetic Shaftbox item.grindstone_top.name=Grindstone Top Piece item.grindstone_bottom.name=Grindstone Bottom Piece @@ -60,6 +70,7 @@ item.rotors.woolParts.name=Wool Covered Wood Frame item.rotors.paperParts.name=Paper Covered Wood Frame item.rotors.combinedParts.name=Multiple Material Covered Wood Frame item.BW_SimpleWindMeter.name=Simple Wind Meter +tile.BWHeatedWaterPump.name=Simple Stirling Water Pump tile.BWHeatedWaterPump.0.name=Simple Stirling Water Pump item.BWrawtube.name=Elongated Glass Tube item.BWmotor.name=Simple Stirling Motor @@ -81,6 +92,7 @@ labModule.item.PCRThermoclyclingModule.name=PCR Thermocycle Module labModule.item.PlasmidSynthesisModule.name=Plasmid Synthesis Module labModule.item.TransformationModule.name=Transformation Module labModule.item.ClonalCellularSynthesisModule.name=Clonal Cellular Synthesis Module +BW_GlasBlocks.name=Borosilicate Glass Block BW_GlasBlocks.0.name=Borosilicate Glass Block BW_GlasBlocks.1.name=Titanium Reinforced Borosilicate Glass Block BW_GlasBlocks.2.name=Tungstensteel Reinforced Borosilicate Glass Block @@ -97,6 +109,7 @@ BW_GlasBlocks.12.name=Thorium Yttrium Glass Block BW_GlasBlocks.13.name=Neutronium Reinforced Borosilicate Glass Block BW_GlasBlocks.14.name=Cosmic Neutronium Reinforced Borosilicate Glass Block BW_GlasBlocks.15.name=Infinity Reinforced Borosilicate Glass Block +BW_GlasBlocks2.name=Borosilicate Glass Block BW_GlasBlocks2.0.name=Transcendentally Reinforced Borosilicate Glass Block tooltip.glass_tier.0.name=Glass-Tier: diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang index 0efeaac8af1..3234b528ae5 100644 --- a/src/main/resources/assets/goodgenerator/lang/en_US.lang +++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang @@ -1,24 +1,40 @@ #This is the lang file for GoodGenerator! #Blocks +MAR_Casing.name=Field Restriction Casing MAR_Casing.0.name=Field Restriction Casing +radiationProtectionSteelFrame.name=Radiation Proof Steel Frame Box radiationProtectionSteelFrame.0.name=Radiation Proof Steel Frame Box +fieldRestrictingGlass.name=Field Restriction Glass fieldRestrictingGlass.0.name=Field Restriction Glass +FRF_Coil_1.name=Field Restriction Coil FRF_Coil_1.0.name=Field Restriction Coil +FRF_Coil_2.name=Advanced Field Restriction Coil FRF_Coil_2.0.name=Advanced Field Restriction Coil +FRF_Coil_3.name=Ultimate Field Restriction Coil FRF_Coil_3.0.name=Ultimate Field Restriction Coil +FRF_Coil_4.name=Temporal Field Restriction Coil FRF_Coil_4.0.name=Temporal Field Restriction Coil +FRF_Casing.name=Naquadah Fuel Refinery Casing FRF_Casing.0.name=Naquadah Fuel Refinery Casing +rawCylinder.name=Raw Cylinder rawCylinder.0.name=Raw Cylinder +titaniumPlatedCylinder.name=Titanium Plated Cylinder titaniumPlatedCylinder.0.name=Titanium Plated Cylinder +magicCasing.name=Magic Casing magicCasing.0.name=Magic Casing +essentiaCell.name=Essentia Diffusion Cell essentiaCell.0.name=Novice Essentia Diffusion Cell essentiaCell.1.name=Adept Essentia Diffusion Cell essentiaCell.2.name=Master Essentia Diffusion Cell essentiaCell.3.name=Grandmaster Essentia Diffusion Cell +essentiaHatch.name=Essentia Input Hatch essentiaHatch.0.name=Essentia Input Hatch +speedingPipe.name=Speeding Pipe Casing speedingPipe.0.name=Speeding Pipe Casing +yottaFluidTankCasing.name=YOTTank Casing yottaFluidTankCasing.0.name=YOTTank Casing +yottaFluidTankCell.name=Fluid Cell Block yottaFluidTankCell.0.name=Fluid Cell Block T1 yottaFluidTankCell.1.name=Fluid Cell Block T2 yottaFluidTankCell.2.name=Fluid Cell Block T3 @@ -29,21 +45,30 @@ yottaFluidTankCell.6.name=Fluid Cell Block T7 yottaFluidTankCell.7.name=Fluid Cell Block T8 yottaFluidTankCell.8.name=Fluid Cell Block T9 yottaFluidTankCell.9.name=Fluid Cell Block T10 +supercriticalFluidTurbineCasing.name=SC Turbine Casing supercriticalFluidTurbineCasing.0.name=SC Turbine Casing +pressureResistantWalls.name=Pressure Resistant Wall pressureResistantWalls.0.name=Pressure Resistant Wall +impreciseUnitCasing.name=Imprecise Electronic Unit Casing impreciseUnitCasing.0.name=Imprecise Electronic Unit Casing +preciseUnitCasing.name=Precise Electronic Unit Casing preciseUnitCasing.0.name=Precise Electronic Unit Casing MK-I preciseUnitCasing.1.name=Precise Electronic Unit Casing MK-II preciseUnitCasing.2.name=Precise Electronic Unit Casing MK-III preciseUnitCasing.3.name=Precise Electronic Unit Casing MK-IV +compactFusionCoil.name=Compact Fusion Coil compactFusionCoil.0.name=Ameliorated Superconduct Coil compactFusionCoil.1.name=Compact Fusion Coil compactFusionCoil.2.name=Advanced Compact Fusion Coil compactFusionCoil.3.name=Compact Fusion Coil MK-II Prototype compactFusionCoil.4.name=Compact Fusion Coil MK-II Finaltype +essentiaFilterCasing.name=Essentia Filter Casing essentiaFilterCasing.0.name=Essentia Filter Casing +essentiaOutputHatch.name=Essentia Output Hatch essentiaOutputHatch.0.name=Essentia Output Hatch +essentiaOutputHatch_ME.name=Essentia Output Hatch (ME) essentiaOutputHatch_ME.0.name=Essentia Output Hatch (ME) +componentAssemblyLineCasing.name=Component Assembly Line Casing componentAssemblyLineCasing.0.name=Component Assembly Line Casing (LV) componentAssemblyLineCasing.1.name=Component Assembly Line Casing (MV) componentAssemblyLineCasing.2.name=Component Assembly Line Casing (HV) @@ -58,11 +83,17 @@ componentAssemblyLineCasing.10.name=Component Assembly Line Casing (UIV) componentAssemblyLineCasing.11.name=Component Assembly Line Casing (UMV) componentAssemblyLineCasing.12.name=Component Assembly Line Casing (UXV) componentAssemblyLineCasing.13.name=Component Assembly Line Casing (MAX) +magneticFluxCasing.name=Magnetic Flux Casing magneticFluxCasing.0.name=Magnetic Flux Casing +gravityStabilizationCasing.name=Gravity Stabilization Casing gravityStabilizationCasing.0.name=Gravity Stabilization Casing +antimatterContainmentCasing.name=Antimatter Containment Casing antimatterContainmentCasing.0.name=Antimatter Containment Casing +protomatterActivationCoil.name=Protomatter Activation Coil protomatterActivationCoil.0.name=Protomatter Activation Coil +antimatterAnnihilationMatrix.name=Antimatter Annihilation Matrix antimatterAnnihilationMatrix.0.name=Antimatter Annihilation Matrix +tile.gg.antimatterRender.name=Antimatter Render #Items item.radiationProtectionPlate.name=Radiation Proof Plate @@ -116,6 +147,7 @@ item.rodLiquidPlutonium.name=Fuel Rod (Excited Plutonium) item.rodLiquidPlutonium2.name=Dual Fuel Rod (Excited Plutonium) item.rodLiquidPlutonium4.name=Quad Fuel Rod (Excited Plutonium) item.advancedFuelRod.name=Advanced Fuel Rod (Empty) +item.fluidCore.name=Fluid Storage Core item.fluidCore.0.name=Fluid Storage Core T1 item.fluidCore.1.name=Fluid Storage Core T2 item.fluidCore.2.name=Fluid Storage Core T3 @@ -126,6 +158,7 @@ item.fluidCore.6.name=Fluid Storage Core T7 item.fluidCore.7.name=Fluid Storage Core T8 item.fluidCore.8.name=Fluid Storage Core T9 item.fluidCore.9.name=Fluid Storage Core T10 +item.upgradeEssentia.name=Essentia Generator item.upgradeEssentia.0.name=Essentia Generator: Empty item.upgradeEssentia.1.name=§eEssentia Generator: Air§r item.upgradeEssentia.2.name=§cEssentia Generator: Thermal§r @@ -136,14 +169,18 @@ item.upgradeEssentia.6.name=§bEssentia Generator: Mechanics§r item.upgradeEssentia.7.name=§6Essentia Generator: Spirit§r item.upgradeEssentia.8.name=§aEssentia Generator: Radiation§r item.upgradeEssentia.9.name=§3Essentia Generator: Electric§r +item.highEnergyMixture.name=High Energy Mixture item.highEnergyMixture.0.name=High Energy Mixture +item.saltyRoot.name=Salty Root item.saltyRoot.0.name=Salty Root +item.huiCircuit.name=Hi-Computation Station item.huiCircuit.0.name=Hi-Computation Station MK-I item.huiCircuit.1.name=Hi-Computation Station MK-II item.huiCircuit.2.name=Hi-Computation Station MK-III item.huiCircuit.3.name=Hi-Computation Station MK-IV Prototype item.huiCircuit.4.name=Hi-Computation Station MK-V Finaltype item.nuclearStar.name=Nuclear Star +item.circuitWrap.name=Wrap of Circuits item.circuitWrap.0.name=Wrap of ULV Circuits item.circuitWrap.1.name=Wrap of LV Circuits item.circuitWrap.2.name=Wrap of MV Circuits diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index b4eab7415d4..6ba4af90132 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -10,6 +10,46 @@ itemGroup.GregTech.Materials=Materials itemGroup.GregTech.Ores=Ores item.gt.advancedsensorcard.name=GregTech Advanced Sensor Card +gt.blackholerenderer.name=Black Hole Renderer +gt.block.longdistancepipe.name=Long Distance Pipeline Pipe +gt.blockcasings.cyclotron_coils.name=Solenoid Superconductor Coil +gt.blockcasings.name=Machine Casing +gt.blockcasings2.name=Machine Casing +gt.blockcasings3.name=Machine Casing +gt.blockcasings4.name=Machine Casing +gt.blockcasings5.name=Machine Casing +gt.blockcasings6.name=Machine Casing +gt.blockcasings8.name=Machine Casing +gt.blockcasings9.name=Machine Casing +gt.blockcasings10.name=Machine Casing +gt.blockcasings11.name=Machine Casing +gt.blockconcretes.name=Concrete +gt.blockframes.name=Frame +gt.blockgem1.name=Block +gt.blockgem2.name=Block +gt.blockgem3.name=Block +gt.blockglass1.name=Glass +gt.blockgranites.name=Granite +gt.blockmachines.name=Machine +gt.blockmetal1.name=Block +gt.blockmetal2.name=Block +gt.blockmetal3.name=Block +gt.blockmetal4.name=Block +gt.blockmetal5.name=Block +gt.blockmetal6.name=Block +gt.blockmetal7.name=Block +gt.blockmetal8.name=Block +gt.blockmetal9.name=Block +gt.blockores.name=Ore +gt.blockreinforced.name=Reinforced Block +gt.blockstones.name=Stone +gt.blocktintedglass.name=Tinted Industrial Glass +gt.wormholerenderer.name=Wormhole Renderer +item.gt.comb.name=Comb +item.gt.drop.name=Drop +item.gt.pollen.name=Pollen +item.gt.propolis.name=Propolis +tile.gt.dronerender.name=Drone Renderer GT5U.autoplace.error.no_hatch=§cSuggested to place hatch §4%s§c but none was found GT5U.autoplace.error.no_mte.id=§cSuggested to place machine with meta ID §4%s§c but none was found diff --git a/src/main/resources/assets/gtnhlanth/lang/en_US.lang b/src/main/resources/assets/gtnhlanth/lang/en_US.lang index 7bc43c8d5c1..c13cecb1f4f 100644 --- a/src/main/resources/assets/gtnhlanth/lang/en_US.lang +++ b/src/main/resources/assets/gtnhlanth/lang/en_US.lang @@ -159,6 +159,7 @@ beamline.pipe.desc.1=Signal does not cross or bend tile.recipe.tc=Target Chamber tile.recipe.sc=Source Chamber +item.particle.name=Particle particle.electron=Electron particle.photon=Photon particle.alpha=Alpha diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index 30666033cb6..4c41a9ecfac 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -23,6 +23,7 @@ tile.kekztech_gdcceramicelectrolyteunit_block.name=GDC Ceramic Electrolyte Unit tile.kekztech_yszceramicelectrolyteunit_block.name=YSZ Ceramic Electrolyte Unit # -------- Fuel Cell: Crafting Components +item.kekztech_crafting_item.name=Crafting Component item.kekztech_crafting_item.9.name=YSZ Ceramic Dust item.kekztech_crafting_item.10.name=GDC Ceramic Dust item.kekztech_crafting_item.11.name=Yttria Dust @@ -32,6 +33,7 @@ item.kekztech_crafting_item.14.name=YSZ Ceramic Plate item.kekztech_crafting_item.15.name=GDC Ceramic Plate # -------- TFFT: Structure Blocks +tile.kekztech_tfftstoragefield_block.name=T.F.F.T Casing/Storage Field Block tile.kekztech_tfftstoragefield_block.0.name=T.F.F.T Casing tile.kekztech_tfftstoragefield_block.1.name=T.F.F.T Storage Field Block (Tier I) tile.kekztech_tfftstoragefield_block.2.name=T.F.F.T Storage Field Block (Tier II) @@ -50,6 +52,7 @@ tile.kekztech_tfftstoragefield_block.hint.3=Hint 3 Dot: EV+ Tier Glass, T.F.F.T tile.kekztech_tfftstoragefield_block.hint.4=Hint 4 Dot: EV+ Tier Glass # -------- Lapotronic Super Capacitor: Structure Blocks +tile.kekztech_lapotronicenergyunit_block.name=Lapotronic Casing/Capacitor tile.kekztech_lapotronicenergyunit_block.0.name=Lapotronic Super Capacitor Casing tile.kekztech_lapotronicenergyunit_block.1.name=Lapotronic Capacitor (IV) tile.kekztech_lapotronicenergyunit_block.2.name=Lapotronic Capacitor (LuV) @@ -64,6 +67,7 @@ tile.kekztech_lapotronicenergyunit_block.10.name=Mega Ultimate Capacitor (UMV) tile.kekztech_lapotronicenergyunit_block.desc=Part of the Lapotronic Super Capacitor # -------- Thaumium Reinforced Jar: Block +tile.kekztech_thaumiumreinforcedjar_block.name=Thaumium Reinforced Jar tile.kekztech_thaumiumreinforcedjar_block.0.name=Thaumium Reinforced Jar tile.kekztech_thaumiumreinforcedjar_block.3.name=Thaumium Reinforced Void Jar @@ -77,6 +81,7 @@ kekztech.research_page.THAUMIUMREINFORCEDJAR.0=You have heard your fellow Thauma kekztech.research_page.THAUMIUMREINFORCEDJAR.1=Compressing this much Essentia in such a tiny space causes some volatility. Picking up reinforced jars is probably a bad idea...

You imagine that you could get even more out of your jars if only you had some kind of material harder than even diamond or any of the other magical metal you have seen so far. # -------- Ichor Jar: Block +tile.kekztech_ichorjar_block.name=Ichor Jar tile.kekztech_ichorjar_block.0.name=Ichor Jar tile.kekztech_ichorjar_block.3.name=Ichor Void Jar diff --git a/src/main/resources/assets/kubatech/lang/en_US.lang b/src/main/resources/assets/kubatech/lang/en_US.lang index b7241bf3713..fcf0a3dfcc0 100644 --- a/src/main/resources/assets/kubatech/lang/en_US.lang +++ b/src/main/resources/assets/kubatech/lang/en_US.lang @@ -42,9 +42,11 @@ kubablock.tea_acceptor.name=§4§lTea Acceptor kubablock.tea_storage.name=§4§lTea Storage Extender #DEFC Casings +defc.casing.name=Fusion Casing defc.casing.tip=Draconic Evolution Fusion Crafter Casing, Tier %d #Items +item.kubaitems.name=Tea / Tea Leaf kubaitem.fromcollection=This item is from kubaitem.notyours=It looks like that item is not yours kubaitem.defc_schematic_t1.name=Draconic Core Schematic diff --git a/src/main/resources/assets/miscutils/lang/en_US.lang b/src/main/resources/assets/miscutils/lang/en_US.lang index 05e443640a5..8dd51ff728a 100644 --- a/src/main/resources/assets/miscutils/lang/en_US.lang +++ b/src/main/resources/assets/miscutils/lang/en_US.lang @@ -38,6 +38,7 @@ item.itemFuelRod_Uranium.name=Uranium Fuel Rod item.itemFuelRod_Plutonium.name=Plutonium Fuel Rod # Entities +item.BasicMetaSpawnEgg.name=Spawn Staballoy Construct entity.constructStaballoy.name=Staballoy Construct entity.sickBlaze.name=Infected Zealot @@ -181,6 +182,14 @@ item.itemMagnaliumRotorBlade.name=Magnalium Rotor Blade item.itemUltimetRotorBlade.name=Ultimet Blade item.itemMagnaliumShaft.name=Magnalium Shaft item.itemUltimetShaft.name=Ultimet Shaft +ic2.itemArmorHazmatChestplateEx.name=Advanced Hazmat Suit +ic2.itemArmorHazmatHelmetEx.name=Advanced Hazmat Helmet +ic2.itemArmorHazmatLeggingsEx.name=Advanced Hazmat Leggings +ic2.itemArmorRubBootsEx.name=Advanced Hazmat Boots +ic2.itemEnergeticRotor.name=Kinetic Gearbox Rotor (Energetic Alloy) +ic2.itemIridiumRotor.name=Kinetic Gearbox Rotor (Iridium) +ic2.itemTungstenSteelRotor.name=Kinetic Gearbox Rotor (TungstenSteel) +ic2.itemVibrantRotor.name=Kinetic Gearbox Rotor (Vibrant Alloy) # Misc Items @@ -188,8 +197,14 @@ item.itemPLACEHOLDER_Circuit.name=Quark Manipulator (UV) item.itemPlateEnrichedSoularium.name=Enriched Soularium Plate item.itemHeliumBlob.name=Mysterious Hydrogen Substance item.itemAlkalusDisk.name=Alkalus Disk +item.dummyResearch.name=Dummy Research +item.item.empty.name=Empty +item.itemGenericToken.name=BitCoin +item.MiscUtils.bucket.name=Bucket +item.MiscUtils.material.name=Material # Misc Blocks +tile.blockCompressedObsidian.name=Compressed Obsidian tile.blockCompressedObsidian.0.name=Compressed Obsidian (9) tile.blockCompressedObsidian.1.name=Double Compressed Obsidian (81) tile.blockCompressedObsidian.2.name=Triple Compressed Obsidian (729) @@ -202,26 +217,42 @@ tile.blockCompressedObsidian.8.name=Triple Compressed Glowstone (729) tile.blockCompressedObsidian.9.name=Quadruple Compressed Glowstone (6561) tile.blockCompressedObsidian.10.name=Quintuple Compressed Glowstone (59049) tile.blockNet.name=Net +gtplusplus.blockcasings.2.name=Machine Casing +gtplusplus.blockcasings.3.name=Machine Casing +gtplusplus.blockcasings.4.name=Machine Casing +gtplusplus.blockcasings.5.name=Machine Casing +gtplusplus.blockcasings.6.name=Machine Casing +gtplusplus.blockcasings.pipesgears.name=Machine Casing +gtplusplus.blockspecialcasings.1.name=Machine Casing +gtplusplus.blockspecialcasings.2.name=Machine Casing +gtplusplus.blockspecialcasings.3.name=Machine Casing +gtplusplus.blocktieredcasings.1.name=Machine Casing +miscutils.blockcasings.name=Machine Casing +MU-metatool.01.name=Hand Pump # Fuel Blocks +tile.blockCactusCharcoal.name=Cactus Charcoal tile.blockCactusCharcoal.0.name=Cactus Charcoal tile.blockCactusCharcoal.1.name=Compressed Cactus Charcoal tile.blockCactusCharcoal.2.name=Double Compressed Cactus Charcoal tile.blockCactusCharcoal.3.name=Triple Compressed Cactus Charcoal tile.blockCactusCharcoal.4.name=Quadruple Compressed Cactus Charcoal tile.blockCactusCharcoal.5.name=Quintuple Compressed Cactus Charcoal +tile.blockCactusCoke.name=Cactus Coke tile.blockCactusCoke.0.name=Cactus Coke tile.blockCactusCoke.1.name=Compressed Cactus Coke tile.blockCactusCoke.2.name=Double Compressed Cactus Coke tile.blockCactusCoke.3.name=Triple Compressed Cactus Coke tile.blockCactusCoke.4.name=Quadruple Compressed Cactus Coke tile.blockCactusCoke.5.name=Quintuple Compressed Cactus Coke +tile.blockSugarCharcoal.name=Sugar Charcoal tile.blockSugarCharcoal.0.name=Sugar Charcoal tile.blockSugarCharcoal.1.name=Compressed Sugar Charcoal tile.blockSugarCharcoal.2.name=Double Compressed Sugar Charcoal tile.blockSugarCharcoal.3.name=Triple Compressed Sugar Charcoal tile.blockSugarCharcoal.4.name=Quadruple Compressed Sugar Charcoal tile.blockSugarCharcoal.5.name=Quintuple Compressed Sugar Charcoal +tile.blockSugarCoke.name=Sugar Coke tile.blockSugarCoke.0.name=Sugar Coke tile.blockSugarCoke.1.name=Compressed Sugar Coke tile.blockSugarCoke.2.name=Double Compressed Sugar Coke @@ -1655,6 +1686,7 @@ item.itemDustUN32Fertiliser.name=UN-32 Fertiliser Dust item.itemDustSmallUN32Fertiliser.name=Small Pile of UN-32 Fertiliser Dust item.itemDustTinyUN32Fertiliser.name=Tiny Pile of UN-32 Fertiliser Dust item.itemCustomMetaCover.miscutils.GtMachineCasings=%s Machine Plate Cover +item.itemCustomMetaCover.miscutils.GtMachineCasings.name=Machine Plate Cover item.itemGregtechPump.tooltip.0=Cannot drain any other standard fluid container block item.itemGregtechPump.tooltip.1=Cannot be emptied via RMB, use inside a tank with GUI item.itemGregtechPump.tooltip.2=This is technically just a fancy fluid cell @@ -1837,6 +1869,7 @@ item.itemFoilUranium235.name=Uranium 235 Foil item.itemBoilerChassis_0.name=Advanced Boiler Chassis [Tier 1] item.itemDehydratorCoilWire_0.name=Coil Wire [EV] item.itemDehydratorCoil_0.name=Dehydrator Coil [EV] +item.itemAirFilter.name=Air Filter item.itemAirFilter_0.name=Air Filter item.itemAirFilter_1.name=Air Filter item.itemDragonJar.name=Dragon Capture Jar @@ -2069,6 +2102,144 @@ tile.Trinium Naquadah Carbonite Frame Box.name=Trinium Naquadah Carbonite Frame tile.Block of Quantum.name=Block of Quantum tile.Quantum Frame Box.name=Quantum Frame Box +block.AbyssalAlloy.frame.name=Abyssal Alloy Frame Box +block.AbyssalAlloy.standard.name=Block of Abyssal Alloy +block.AdvancedNitinol.standard.name=Block of Advanced Nitinol +block.AncientGranite.standard.name=Block of Ancient Granite +block.Arcanite.frame.name=Arcanite Frame Box +block.Arcanite.standard.name=Block of Arcanite +block.ArceusAlloy2B.frame.name=Arceus Alloy 2B Frame Box +block.ArceusAlloy2B.standard.name=Block of Arceus Alloy 2B +block.AstralTitanium.frame.name=Astral Titanium Frame Box +block.AstralTitanium.standard.name=Block of Astral Titanium +block.BabbitAlloy.standard.name=Block of Babbit Alloy +block.BlackMetal.frame.name=Black Metal Frame Box +block.BlackMetal.standard.name=Block of Black Metal +block.BlackTitanium.standard.name=Block of Black Titanium +block.BloodSteel.frame.name=Blood Steel Frame Box +block.BloodSteel.standard.name=Block of Blood Steel +block.Botmium.frame.name=Botmium Frame Box +block.Botmium.standard.name=Block of Botmium +block.CelestialTungsten.frame.name=Celestial Tungsten Frame Box +block.CelestialTungsten.standard.name=Block of Celestial Tungsten +block.ChromaticGlass.frame.name=Chromatic Glass Frame Box +block.ChromaticGlass.standard.name=Block of Chromatic Glass +block.CinobiteA243.frame.name=Cinobite A243 Frame Box +block.CinobiteA243.standard.name=Block of Cinobite A243 +block.Curium.standard.name=Block of Curium +block.Dragonblood.frame.name=Dragonblood Frame Box +block.Dragonblood.standard.name=Block of Dragonblood +block.EglinSteel.frame.name=Eglin Steel Frame Box +block.EglinSteel.standard.name=Block of Eglin Steel +block.EnergyCrystal.frame.name=Energy Crystal Frame Box +block.EnergyCrystal.standard.name=Block of Energy Crystal +block.Fermium.standard.name=Block of Fermium +block.Germanium.frame.name=Germanium Frame Box +block.Germanium.standard.name=Block of Germanium +block.Grisium.frame.name=Grisium Frame Box +block.Grisium.standard.name=Block of Grisium +block.HastelloyC276.frame.name=Hastelloy-C276 Frame Box +block.HastelloyC276.standard.name=Block of Hastelloy-C276 +block.HastelloyN.frame.name=Hastelloy-N Frame Box +block.HastelloyN.standard.name=Block of Hastelloy-N +block.HastelloyW.frame.name=Hastelloy-W Frame Box +block.HastelloyW.standard.name=Block of Hastelloy-W +block.HastelloyX.frame.name=Hastelloy-X Frame Box +block.HastelloyX.standard.name=Block of Hastelloy-X +block.HeLiCoPtEr.frame.name=HeLiCoPtEr Frame Box +block.HeLiCoPtEr.standard.name=Block of HeLiCoPtEr +block.HS188A.frame.name=HS188-A Frame Box +block.HS188A.standard.name=Block of HS188-A +block.Hypogen.frame.name=Hypogen Frame Box +block.Hypogen.standard.name=Block of Hypogen +block.Incoloy020.frame.name=Incoloy-020 Frame Box +block.Incoloy020.standard.name=Block of Incoloy-020 +block.IncoloyDS.frame.name=Incoloy-DS Frame Box +block.IncoloyDS.standard.name=Block of Incoloy-DS +block.IncoloyMA956.frame.name=Incoloy-MA956 Frame Box +block.IncoloyMA956.standard.name=Block of Incoloy-MA956 +block.Inconel625.frame.name=Inconel-625 Frame Box +block.Inconel625.standard.name=Block of Inconel-625 +block.Inconel690.frame.name=Inconel-690 Frame Box +block.Inconel690.standard.name=Block of Inconel-690 +block.Inconel792.frame.name=Inconel-792 Frame Box +block.Inconel792.standard.name=Block of Inconel-792 +block.Indalloy140.standard.name=Block of Indalloy 140 +block.Iodine.frame.name=Iodine Frame Box +block.Iodine.standard.name=Block of Iodine +block.LafiumCompound.frame.name=Lafium Compound Frame Box +block.LafiumCompound.standard.name=Block of Lafium Compound +block.Laurenium.frame.name=Laurenium Frame Box +block.Laurenium.standard.name=Block of Laurenium +block.Lithium7.standard.name=Block of Lithium 7 +block.MaragingSteel250.frame.name=Maraging Steel 250 Frame Box +block.MaragingSteel250.standard.name=Block of Maraging Steel 250 +block.MaragingSteel300.frame.name=Maraging Steel 300 Frame Box +block.MaragingSteel300.standard.name=Block of Maraging Steel 300 +block.MaragingSteel350.frame.name=Maraging Steel 350 Frame Box +block.MaragingSteel350.standard.name=Block of Maraging Steel 350 +block.Neptunium.standard.name=Block of Neptunium +block.NiobiumCarbide.frame.name=Niobium Carbide Frame Box +block.NiobiumCarbide.standard.name=Block of Niobium Carbide +block.Nitinol60.frame.name=Nitinol 60 Frame Box +block.Nitinol60.standard.name=Block of Nitinol 60 +block.Octiron.frame.name=Octiron Frame Box +block.Octiron.standard.name=Block of Octiron +block.Pikyonium64B.frame.name=Pikyonium 64B Frame Box +block.Pikyonium64B.standard.name=Block of Pikyonium 64B +block.Plutonium238.standard.name=Block of Plutonium-238 +block.Polonium.standard.name=Block of Polonium +block.Potin.frame.name=Potin Frame Box +block.Potin.standard.name=Block of Potin +block.Protactinium.standard.name=Block of Protactinium +block.Quantum.frame.name=Quantum Frame Box +block.Quantum.standard.name=Block of Quantum +block.Radium.standard.name=Block of Radium +block.Rhenium.frame.name=Rhenium Frame Box +block.Rhenium.standard.name=Block of Rhenium +block.Rhugnor.standard.name=Block of Rhugnor +block.Runite.standard.name=Block of Runite +block.Selenium.frame.name=Selenium Frame Box +block.Selenium.standard.name=Block of Selenium +block.SiliconCarbide.frame.name=Silicon Carbide Frame Box +block.SiliconCarbide.standard.name=Block of Silicon Carbide +block.Staballoy.frame.name=Staballoy Frame Box +block.Staballoy.standard.name=Block of Staballoy +block.Stellite.frame.name=Stellite Frame Box +block.Stellite.standard.name=Block of Stellite +block.Talonite.frame.name=Talonite Frame Box +block.Talonite.standard.name=Block of Talonite +block.Tantalloy60.frame.name=Tantalloy-60 Frame Box +block.Tantalloy60.standard.name=Block of Tantalloy-60 +block.Tantalloy61.frame.name=Tantalloy-61 Frame Box +block.Tantalloy61.standard.name=Block of Tantalloy-61 +block.TantalumCarbide.frame.name=Tantalum Carbide Frame Box +block.TantalumCarbide.standard.name=Block of Tantalum Carbide +block.Teflon.standard.name=Block of Teflon +block.Thallium.frame.name=Thallium Frame Box +block.Thallium.standard.name=Block of Thallium +block.Titansteel.frame.name=Titansteel Frame Box +block.Titansteel.standard.name=Block of Titansteel +block.TriniumNaquadahAlloy.standard.name=Block of Trinium Naquadah Alloy +block.TriniumNaquadahCarbonite.frame.name=Trinium Naquadah Carbonite Frame Box +block.TriniumNaquadahCarbonite.standard.name=Block of Trinium Naquadah Carbonite +block.TriniumTitaniumAlloy.frame.name=Trinium Titanium Alloy Frame Box +block.TriniumTitaniumAlloy.standard.name=Block of Trinium Titanium Alloy +block.Tumbaga.frame.name=Tumbaga Frame Box +block.Tumbaga.standard.name=Block of Tumbaga +block.TungstenTitaniumCarbide.frame.name=Tungsten Titanium Carbide Frame Box +block.TungstenTitaniumCarbide.standard.name=Block of Tungsten Titanium Carbide +block.Uranium232.standard.name=Block of Uranium 232 +block.Uranium233.standard.name=Block of Uranium 233 +block.WatertightSteel.frame.name=Watertight Steel Frame Box +block.WatertightSteel.standard.name=Block of Watertight Steel +block.WhiteMetal.frame.name=White Metal Frame Box +block.WhiteMetal.standard.name=Block of White Metal +block.Zeron100.frame.name=Zeron-100 Frame Box +block.Zeron100.standard.name=Block of Zeron-100 +block.ZirconiumCarbide.frame.name=Zirconium Carbide Frame Box +block.ZirconiumCarbide.standard.name=Block of Zirconium Carbide + # Ores tile.OreFluoriteF.name=Fluorite (F) Ore tile.OreCrocoite.name=Crocoite Ore @@ -2879,9 +3050,13 @@ tile.playerDoorWood.name=Wooden Auto-Door # Added 4/2/19 item.GTPP.BattPack.06.name=Charge Pack [LuV] +item.GTPP.BattPack.06.name.name=Charge Pack [LuV] item.GTPP.BattPack.07.name=Charge Pack [ZPM] +item.GTPP.BattPack.07.name.name=Charge Pack [ZPM] item.GTPP.BattPack.08.name=Charge Pack [UV] +item.GTPP.BattPack.08.name.name=Charge Pack [UV] item.GTPP.BattPack.09.name=Charge Pack [UHV] +item.GTPP.BattPack.09.name.name=Charge Pack [UHV] # Added 13/3/19 @@ -2969,6 +3144,13 @@ item.itemNuggetDragonblood.name=Shard of Dragonblood item.itemPlateDragonblood.name=Dragon Metal Plate item.itemPlateDoubleDragonblood.name=Double Dragon Metal Plate item.itemCellDragonblood.name=Dragonblood Cell +item.itemBoltDragonblood.name=Dragonblood Bolt +item.itemHotIngotDragonblood.name=Hot Dragonblood Ingot +item.itemRingDragonblood.name=Dragonblood Ring +item.itemRodDragonblood.name=Dragonblood Rod +item.itemRodLongDragonblood.name=Long Dragonblood Rod +item.itemRotorDragonblood.name=Dragonblood Rotor +item.itemScrewDragonblood.name=Dragonblood Screw tile.Block of Dragonblood.name=Block of Dragon Metal item.itemIngotBlackTitanium.name=Black Titanium Ingot @@ -3067,16 +3249,244 @@ item.itemPlateDoubleRhugnor.name=Double Rhugnor Plate item.itemCellRhugnor.name=Rhugnor Cell tile.Block of Rhugnor.name=Block of Rhugnor +item.itemCellAceticAnhydride.name=Acetic Anhydride Cell +item.itemCellChloroaceticAcid.name=Chloroacetic Acid Cell +item.itemCellChloroaceticMixture.name=Chloroacetic Mixture Cell +item.itemCellCyanoacrylatePolymer.name=Cyanoacrylate Polymer Cell +item.itemCellDichloroaceticAcid.name=Dichloroacetic Acid Cell +item.itemCellEthylCyanoacetate.name=Ethyl Cyanoacetate Cell +item.itemCellEthylCyanoacrylateSuperGlue.name=Ethyl Cyanoacrylate (Super Glue) Cell +item.itemCellFluorinatedUraniumHexafluorideFUF6.name=Fluorinated Uranium Hexafluoride (F-UF6) Cell +item.itemCellFluorineSpargedTBSalt.name=Fluorine Sparged TB Salt Cell +item.itemCellFluorineSpargedTSalt.name=Fluorine Sparged T Salt Cell +item.itemCellForce.name=Force Cell +item.itemCellHeliumSpargedUSalt.name=Helium Sparged U Salt Cell +item.itemCellHydrogenChlorideMix.name=Hydrogen Chloride Mix Cell +item.itemCellIndalloy140.name=Indalloy 140 Cell +item.itemCellLFTRFuel1.name=LFTR Fuel 1 Cell +item.itemCellLFTRFuel2.name=LFTR Fuel 2 Cell +item.itemCellLFTRFuel3.name=LFTR Fuel 3 Cell +item.itemCellLFTRFuelBase.name=LFTR Fuel Base Cell +item.itemCellLithiumTetrafluoroberyllateLFTB.name=Lithium Tetrafluoroberyllate (LFTB) Cell +item.itemCellMutatedLivingSolder.name=Mutated Living Solder Cell +item.itemCellPhosphorousUraniumHexafluoridePUF6.name=Phosphorous Uranium Hexafluoride (P-UF6) Cell +item.itemCellSolarSaltCold.name=Solar Salt (Cold) Cell +item.itemCellSolarSaltHot.name=Solar Salt (Hot) Cell +item.itemCellSolidAcidCatalystMixture.name=Solid Acid Catalyst Mixture Cell +item.itemCellStableMoltenSaltBase.name=Stable Molten Salt Base Cell +item.itemCellThoriumBerylliumDepletedMoltenSaltTBSalt.name=Thorium-Beryllium Depleted Molten Salt (TB Salt) Cell +item.itemCellThoriumDepletedMoltenSaltTSalt.name=Thorium Depleted Molten Salt (T Salt) Cell +item.itemCellTrichloroaceticAcid.name=Trichloroacetic Acid Cell +item.itemCellUraniumDepletedMoltenSaltUSalt.name=Uranium Depleted Molten Salt (U Salt) Cell + +item.itemCellPlasmaAdvancedNitinol.name=Advanced Nitinol Plasma Cell +item.itemCellPlasmaAstralTitanium.name=Astral Titanium Plasma Cell +item.itemCellPlasmaBromine.name=Bromine Plasma Cell +item.itemCellPlasmaCalifornium.name=Californium Plasma Cell +item.itemCellPlasmaCelestialTungsten.name=Celestial Tungsten Plasma Cell +item.itemCellPlasmaChromaticGlass.name=Chromatic Glass Plasma Cell +item.itemCellPlasmaCurium.name=Curium Plasma Cell +item.itemCellPlasmaDragonblood.name=Dragonblood Plasma Cell +item.itemCellPlasmaFermium.name=Fermium Plasma Cell +item.itemCellPlasmaForce.name=Force Plasma Cell +item.itemCellPlasmaGermanium.name=Germanium Plasma Cell +item.itemCellPlasmaHafnium.name=Hafnium Plasma Cell +item.itemCellPlasmaHypogen.name=Hypogen Plasma Cell +item.itemCellPlasmaIodine.name=Iodine Plasma Cell +item.itemCellPlasmaKrypton.name=Krypton Plasma Cell +item.itemCellPlasmaNeon.name=Neon Plasma Cell +item.itemCellPlasmaNeptunium.name=Neptunium Plasma Cell +item.itemCellPlasmaPlutonium238.name=Plutonium-238 Plasma Cell +item.itemCellPlasmaPolonium.name=Polonium Plasma Cell +item.itemCellPlasmaProtactinium.name=Protactinium Plasma Cell +item.itemCellPlasmaRadium.name=Radium Plasma Cell +item.itemCellPlasmaRhenium.name=Rhenium Plasma Cell +item.itemCellPlasmaRhodium.name=Rhodium Plasma Cell +item.itemCellPlasmaRhugnor.name=Rhugnor Plasma Cell +item.itemCellPlasmaRunite.name=Runite Plasma Cell +item.itemCellPlasmaRuthenium.name=Ruthenium Plasma Cell +item.itemCellPlasmaSelenium.name=Selenium Plasma Cell +item.itemCellPlasmaTechnetium.name=Technetium Plasma Cell +item.itemCellPlasmaThallium.name=Thallium Plasma Cell +item.itemCellPlasmaThorium232.name=Thorium 232 Plasma Cell +item.itemCellPlasmaUranium232.name=Uranium 232 Plasma Cell +item.itemCellPlasmaUranium233.name=Uranium 233 Plasma Cell +item.itemCellPlasmaXenon.name=Xenon Plasma Cell +item.itemCellPlasmaZirconium.name=Zirconium Plasma Cell + +item.itemDustAmmoniumNitrate.name=Ammonium Nitrate Dust +item.itemDustCopperIISulfate.name=Copper(II) Sulfate Dust +item.itemDustCopperIISulfatePentahydrate.name=Copper(II) Sulfate Pentahydrate Dust +item.itemDustCyanoaceticAcid.name=Cyanoacetic Acid Dust +item.itemDustDirt.name=Dried Earth Dust +item.itemDustFormaldehydeCatalyst.name=Formaldehyde Catalyst Dust +item.itemDustIndalloy140.name=Indalloy 140 Dust +item.itemDustLFTRFuel1.name=LFTR Fuel 1 Dust +item.itemDustLFTRFuel2.name=LFTR Fuel 2 Dust +item.itemDustLFTRFuel3.name=LFTR Fuel 3 Dust +item.itemDustManureByproducts.name=Manure Byproduct Dust +item.itemDustMixTumbaga.name=Tumbaga Mix Dust +item.itemDustOrganicFertilizer.name=Organic Fertilizer Dust +item.itemDustPotassiumNitrate.name=Potassium Nitrate Dust +item.itemDustSodiumCyanide.name=Sodium Cyanide Dust +item.itemDustSodiumFluoride.name=Sodium Fluoride Dust +item.itemDustSodiumNitrate.name=Sodium Nitrate Dust +item.itemDustStrontiumHydroxide.name=Strontium Hydroxide Dust +item.itemDustStrontiumOxide.name=Strontium Oxide Dust +item.itemDustWood'sGlass.name=Wood's Glass Dust + +item.itemDustSmallAmmoniumNitrate.name=Small Pile of Ammonium Nitrate Dust +item.itemDustSmallCopperIISulfate.name=Small Pile of Copper(II) Sulfate Dust +item.itemDustSmallCopperIISulfatePentahydrate.name=Small Pile of Copper(II) Sulfate Pentahydrate Dust +item.itemDustSmallCyanoaceticAcid.name=Small Pile of Cyanoacetic Acid Dust +item.itemDustSmallDirt.name=Small Pile of Dried Earth Dust +item.itemDustSmallFormaldehydeCatalyst.name=Small Pile of Formaldehyde Catalyst Dust +item.itemDustSmallIndalloy140.name=Small Pile of Indalloy 140 Dust +item.itemDustSmallLFTRFuel1.name=Small Pile of LFTR Fuel 1 Dust +item.itemDustSmallLFTRFuel2.name=Small Pile of LFTR Fuel 2 Dust +item.itemDustSmallLFTRFuel3.name=Small Pile of LFTR Fuel 3 Dust +item.itemDustSmallManureByproducts.name=Small Pile of Manure Byproduct Dust +item.itemDustSmallMixTumbaga.name=Small Pile of Tumbaga Mix Dust +item.itemDustSmallOrganicFertilizer.name=Small Pile of Organic Fertilizer Dust +item.itemDustSmallPotassiumNitrate.name=Small Pile of Potassium Nitrate Dust +item.itemDustSmallSodiumCyanide.name=Small Pile of Sodium Cyanide Dust +item.itemDustSmallSodiumFluoride.name=Small Pile of Sodium Fluoride Dust +item.itemDustSmallSodiumNitrate.name=Small Pile of Sodium Nitrate Dust +item.itemDustSmallStrontiumHydroxide.name=Small Pile of Strontium Hydroxide Dust +item.itemDustSmallStrontiumOxide.name=Small Pile of Strontium Oxide Dust +item.itemDustSmallWood'sGlass.name=Small Pile of Wood's Glass Dust + +item.itemDustTinyAmmoniumNitrate.name=Tiny Pile of Ammonium Nitrate Dust +item.itemDustTinyCopperIISulfate.name=Tiny Pile of Copper(II) Sulfate Dust +item.itemDustTinyCopperIISulfatePentahydrate.name=Tiny Pile of Copper(II) Sulfate Pentahydrate Dust +item.itemDustTinyCyanoaceticAcid.name=Tiny Pile of Cyanoacetic Acid Dust +item.itemDustTinyDirt.name=Tiny Pile of Dried Earth Dust +item.itemDustTinyFormaldehydeCatalyst.name=Tiny Pile of Formaldehyde Catalyst Dust +item.itemDustTinyIndalloy140.name=Tiny Pile of Indalloy 140 Dust +item.itemDustTinyLFTRFuel1.name=Tiny Pile of LFTR Fuel 1 Dust +item.itemDustTinyLFTRFuel2.name=Tiny Pile of LFTR Fuel 2 Dust +item.itemDustTinyLFTRFuel3.name=Tiny Pile of LFTR Fuel 3 Dust +item.itemDustTinyManureByproducts.name=Tiny Pile of Manure Byproduct Dust +item.itemDustTinyMixTumbaga.name=Tiny Pile of Tumbaga Mix Dust +item.itemDustTinyOrganicFertilizer.name=Tiny Pile of Organic Fertilizer Dust +item.itemDustTinyPotassiumNitrate.name=Tiny Pile of Potassium Nitrate Dust +item.itemDustTinySodiumCyanide.name=Tiny Pile of Sodium Cyanide Dust +item.itemDustTinySodiumFluoride.name=Tiny Pile of Sodium Fluoride Dust +item.itemDustTinySodiumNitrate.name=Tiny Pile of Sodium Nitrate Dust +item.itemDustTinyStrontiumHydroxide.name=Tiny Pile of Strontium Hydroxide Dust +item.itemDustTinyStrontiumOxide.name=Tiny Pile of Strontium Oxide Dust +item.itemDustTinyWood'sGlass.name=Tiny Pile of Wood's Glass Dust + +item.itemFineWireChromaticGlass.name=Fine Chromatic Glass Wire +item.itemFineWireHypogen.name=Fine Hypogen Wire + +item.itemFoilAdvancedNitinol.name=Advanced Nitinol Foil +item.itemFoilArceusAlloy2B.name=Arceus Alloy 2B Foil +item.itemFoilAstralTitanium.name=Astral Titanium Foil +item.itemFoilBlackTitanium.name=Black Titanium Foil +item.itemFoilBotmium.name=Botmium Foil +item.itemFoilCelestialTungsten.name=Celestial Tungsten Foil +item.itemFoilChromaticGlass.name=Chromatic Glass Foil +item.itemFoilCinobiteA243.name=Cinobite A243 Foil +item.itemFoilHypogen.name=Hypogen Foil +item.itemFoilLafiumCompound.name=Lafium Compound Foil +item.itemFoilLaurenium.name=Laurenium Foil +item.itemFoilNitinol60.name=Nitinol 60 Foil +item.itemFoilPikyonium64B.name=Pikyonium 64B Foil +item.itemFoilQuantum.name=Quantum Foil +item.itemFoilRhugnor.name=Rhugnor Foil +item.itemFoilTitansteel.name=Titansteel Foil +item.itemFoilWhiteMetal.name=White Metal Foil + +item.itemGearDragonblood.name=Dragonblood Gear +item.itemGearRhugnor.name=Rhugnor Gear + +item.itemIngotIndalloy140.name=Indalloy 140 Ingot + +item.itemNuggetIndalloy140.name=Indalloy 140 Nugget + +item.itemPlateDenseAbyssalAlloy.name=Dense Abyssal Alloy Plate +item.itemPlateDenseArcanite.name=Dense Arcanite Plate +item.itemPlateDenseArceusAlloy2B.name=Dense Arceus Alloy 2B Plate +item.itemPlateDenseAstralTitanium.name=Dense Astral Titanium Plate +item.itemPlateDenseBlackMetal.name=Dense Black Metal Plate +item.itemPlateDenseBloodSteel.name=Dense Blood Steel Plate +item.itemPlateDenseBotmium.name=Dense Botmium Plate +item.itemPlateDenseCelestialTungsten.name=Dense Celestial Tungsten Plate +item.itemPlateDenseChromaticGlass.name=Dense Chromatic Glass Plate +item.itemPlateDenseCinobiteA243.name=Dense Cinobite A243 Plate +item.itemPlateDenseDragonblood.name=Dense Dragonblood Plate +item.itemPlateDenseEglinSteel.name=Dense Eglin Steel Plate +item.itemPlateDenseEnergyCrystal.name=Dense Energy Crystal Plate +item.itemPlateDenseGermanium.name=Dense Germanium Plate +item.itemPlateDenseGrisium.name=Dense Grisium Plate +item.itemPlateDenseHastelloyC276.name=Dense Hastelloy-C276 Plate +item.itemPlateDenseHastelloyN.name=Dense Hastelloy-N Plate +item.itemPlateDenseHastelloyW.name=Dense Hastelloy-W Plate +item.itemPlateDenseHastelloyX.name=Dense Hastelloy-X Plate +item.itemPlateDenseHeLiCoPtEr.name=Dense HeLiCoPtEr Plate +item.itemPlateDenseHS188A.name=Dense HS188-A Plate +item.itemPlateDenseHypogen.name=Dense Hypogen Plate +item.itemPlateDenseIncoloy020.name=Dense Incoloy-020 Plate +item.itemPlateDenseIncoloyDS.name=Dense Incoloy-DS Plate +item.itemPlateDenseIncoloyMA956.name=Dense Incoloy-MA956 Plate +item.itemPlateDenseInconel625.name=Dense Inconel-625 Plate +item.itemPlateDenseInconel690.name=Dense Inconel-690 Plate +item.itemPlateDenseInconel792.name=Dense Inconel-792 Plate +item.itemPlateDenseIodine.name=Dense Iodine Plate +item.itemPlateDenseLafiumCompound.name=Dense Lafium Compound Plate +item.itemPlateDenseLaurenium.name=Dense Laurenium Plate +item.itemPlateDenseMaragingSteel250.name=Dense Maraging Steel 250 Plate +item.itemPlateDenseMaragingSteel300.name=Dense Maraging Steel 300 Plate +item.itemPlateDenseMaragingSteel350.name=Dense Maraging Steel 350 Plate +item.itemPlateDenseNiobiumCarbide.name=Dense Niobium Carbide Plate +item.itemPlateDenseNitinol60.name=Dense Nitinol 60 Plate +item.itemPlateDenseOctiron.name=Dense Octiron Plate +item.itemPlateDensePikyonium64B.name=Dense Pikyonium 64B Plate +item.itemPlateDensePotin.name=Dense Potin Plate +item.itemPlateDenseQuantum.name=Dense Quantum Plate +item.itemPlateDenseRhenium.name=Dense Rhenium Plate +item.itemPlateDenseSelenium.name=Dense Selenium Plate +item.itemPlateDenseSiliconCarbide.name=Dense Silicon Carbide Plate +item.itemPlateDenseStaballoy.name=Dense Staballoy Plate +item.itemPlateDenseStellite.name=Dense Stellite Plate +item.itemPlateDenseTalonite.name=Dense Talonite Plate +item.itemPlateDenseTantalloy60.name=Dense Tantalloy-60 Plate +item.itemPlateDenseTantalloy61.name=Dense Tantalloy-61 Plate +item.itemPlateDenseTantalumCarbide.name=Dense Tantalum Carbide Plate +item.itemPlateDenseThallium.name=Dense Thallium Plate +item.itemPlateDenseTitansteel.name=Dense Titansteel Plate +item.itemPlateDenseTriniumNaquadahCarbonite.name=Dense Trinium Naquadah Carbonite Plate +item.itemPlateDenseTriniumTitaniumAlloy.name=Dense Trinium Titanium Alloy Plate +item.itemPlateDenseTumbaga.name=Dense Tumbaga Plate +item.itemPlateDenseTungstenTitaniumCarbide.name=Dense Tungsten Titanium Carbide Plate +item.itemPlateDenseWatertightSteel.name=Dense Watertight Steel Plate +item.itemPlateDenseWhiteMetal.name=Dense White Metal Plate +item.itemPlateDenseZeron100.name=Dense Zeron-100 Plate +item.itemPlateDenseZirconiumCarbide.name=Dense Zirconium Carbide Plate + +item.itemPlateDoubleGermanium.name=Double Germanium Plate +item.itemPlateDoubleIndalloy140.name=Double Indalloy 140 Plate + +item.itemPlateIndalloy140.name=Indalloy 140 Plate + +item.itemRodLongGermanium.name=Long Germanium Rod + # Added 13/5/19 item.GTPP.BattPack.01.name=Charge Pack [LV] +item.GTPP.BattPack.01.name.name=Charge Pack [LV] item.GTPP.BattPack.02.name=Charge Pack [MV] +item.GTPP.BattPack.02.name.name=Charge Pack [MV] item.GTPP.BattPack.03.name=Charge Pack [HV] +item.GTPP.BattPack.03.name.name=Charge Pack [HV] item.GTPP.BattPack.04.name=Charge Pack [EV] +item.GTPP.BattPack.04.name.name=Charge Pack [EV] item.GTPP.BattPack.05.name=Charge Pack [IV] +item.GTPP.BattPack.05.name.name=Charge Pack [IV] item.IndustrialDiamondExquisite.name=Exquisite Industrial Diamond item.itemSpringCelestialTungsten.name=Celestial Tungsten Spring @@ -3120,6 +3530,7 @@ item.itemHeavyPlateBlackMetal.name=Heavy Black Metal Plate item.itemHeavyPlateAncientGranite.name=Heavy Ancient Granite Plate item.GTPP.bauble.fireprotection.0.name=Supreme Pizza Gloves +item.GTPP.bauble.fireprotection.0.name.name=Supreme Pizza Gloves # Added 16/5/19 @@ -3207,6 +3618,7 @@ item.ureamix.name=Cell of Urea Mix item.liquidresin.name=Cell of Liquid Resin item.propionicacid.name=Propionic Acid Cell item.aceticacid.name=Acetic Acid Cell +item.BasicAgrichemItem.name=Agrichemical Item item.BasicAgrichemItem.0.name=Algae Biomass item.BasicAgrichemItem.1.name=Green Algae Biomass item.BasicAgrichemItem.2.name=Brown Algae Biomass @@ -3257,6 +3669,7 @@ item.BasicAgrichemItem.23.name=Clean Aluminium Mix # Added 12/12/19 +item.BasicGenericChemItem.name=Metal Catalyst item.BasicGenericChemItem.0.name=Red Metal Catalyst item.BasicGenericChemItem.1.name=Yellow Metal Catalyst item.BasicGenericChemItem.2.name=Blue Metal Catalyst @@ -3270,6 +3683,7 @@ item.liquid_toluene.name=Toluene Cell item.BasicGenericChemItem.6.name=Pink Metal Catalyst # Added 23/03/20 +item.BasicMetaFood.name=Meat item.BasicMetaFood.0.name=Raw Human Meat item.BasicMetaFood.1.name=Cooked Human Meat item.BasicMetaFood.2.name=Raw Horse Meat diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index df5d9fa8166..64d7f2b145d 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -18,6 +18,11 @@ tile.reactorSim.name=Reactor Simulator tile.reactorSim.desc.0=Fission Reaction Uncertainty Resolver 9001 tile.reactorSim.desc.1=Explodes, but not as much... +gt.spacetime_compression_field_generator.name=Spacetime Compression Field Generator +gt.time_acceleration_field_generator.name=Time Dilation Field Generator + +tile.Forge of the Gods Renderer.name=Forge of the Gods Renderer + #Items item.em.programmer.name=AVR programmer item.em.programmer.desc.0=Current PC @@ -67,6 +72,7 @@ item.em.parametrizerMemoryCard.desc.1=Use on Multiblock Controller to configure item.em.parametrizerMemoryCard.desc.2=Use on Multiblock Controller to store parameters item.em.parametrizerMemoryCard.desc.3=Sneak right click to lock/unlock +item.tm.teslaCoilCapacitor.name=Tesla Capacitor item.tm.teslaCoilCapacitor.0.name=LV Tesla Capacitor item.tm.teslaCoilCapacitor.1.name=MV Tesla Capacitor item.tm.teslaCoilCapacitor.2.name=HV Tesla Capacitor @@ -80,10 +86,12 @@ item.tm.teslaCoilCapacitor.desc.2=Yeet this broken item into some spicy water! item.tm.teslaCoilCapacitor.desc.3=Insert into a Capacitor hatch of a Tesla Tower item.tm.teslaCoilCapacitor.desc.4=Capacitors are the same thing as batteries, right? +item.tm.itemTeslaComponent.name=Tesla Windings item.tm.itemTeslaComponent.0.name=Electrum Tesla Windings item.tm.itemTeslaComponent.1.name=Superconductive Tesla Windings item.tm.itemTeslaComponent.desc=Tesla bois need these! +item.tm.teslaCover.name=Tesla Coil Cover item.tm.teslaCover.0.name=Tesla Coil Cover item.tm.teslaCover.1.name=Tesla Coil Cover Rich Edition item.tm.teslaCover.desc.0=Tesla-Enables Machines! @@ -111,6 +119,8 @@ item.tm.itemAstralArrayFabricator.desc1=Device capable of enhancing the Eye of H item.tm.itemAstralArrayFabricator.desc2=reaching into the space beyond. item.tm.itemAstralArrayFabricator.desc3=Allows for recipe parallelism. +item.tm.fakeItemQGP.name=Fake Item + #Death Messages death.attack.microwaving=%1$s was dehydrated by radiation. death.attack.microwaving.player=%1$s was dehydrated by radiation while fighting %2$s. @@ -546,6 +556,7 @@ gt.blockmachines.hatch.capacitor.desc.0=For Tesla Tower gt.blockmachines.hatch.capacitor.desc.1=Stores 'nergy! (for a while) #Casings +gt.godforgecasing.name=Machine Casing gt.blockcasingsNH.10.name=UEV Machine Casing gt.blockcasingsNH.11.name=UIV Machine Casing gt.blockcasingsNH.12.name=UMV Machine Casing @@ -575,6 +586,7 @@ gt.blockhintTT.desc.4=Make sure it does not contain Air material. gt.blockhintTT.15.name=Hint error gt.blockhintTT.desc.5=ERROR, what did u expect? +gt.blockcasingsTT.name=Machine Casing gt.blockcasingsTT.0.name=High Power Casing gt.blockcasingsTT.0.desc.0=Well suited for high power applications. gt.blockcasingsTT.0.desc.1=The power levels are rising! @@ -624,6 +636,7 @@ gt.blockcasingsTT.15.name=Debug Sides gt.blockcasingsTT.15.desc.0=Lazy man way of determining sides. gt.blockcasingsTT.15.desc.1=0, 1, 2, 3, 4, 5, 6?! +gt.blockcasingsBA0.name=Primary Tesla Windings gt.blockcasingsBA0.0.name=Redstone Alloy Primary Tesla Windings gt.blockcasingsBA0.1.name=MV Superconductor Primary Tesla Windings gt.blockcasingsBA0.2.name=HV Superconductor Primary Tesla Windings