Merge branch 'development' of https://github.com/aidancbrady/Mekanism into development

This commit is contained in:
Aidan C. Brady 2014-01-16 16:04:18 -05:00
commit 3e6a017979
3 changed files with 13 additions and 3 deletions

View file

@ -88,7 +88,7 @@ public class ItemPartTransmitter extends JItemMultiPart
{
if(itemstack.getItemDamage() < Tier.CableTier.values().length)
{
list.add(EnumColor.INDIGO + "Capacity: " + EnumColor.GREY + MekanismUtils.getEnergyDisplay(Tier.CableTier.values()[itemstack.getItemDamage()].cableCapacity) + "J/t");
list.add(EnumColor.INDIGO + "Capacity: " + EnumColor.GREY + MekanismUtils.getEnergyDisplay(Tier.CableTier.values()[itemstack.getItemDamage()].cableCapacity) + "/t");
}
list.add("Hold " + EnumColor.AQUA + "shift" + EnumColor.GREY + " for details.");

View file

@ -28,10 +28,15 @@ item.GasMask.name=Gasmaske
item.Dictionary.name=Lexikon
item.ElectrolyticCore.name=Elektrolysekern
item.CompressedRedstone.name=Komprimiertes Redstone
item.Sawdust.name=Sägemehl
item.Salt.name=Salz
//Gas Tank
tile.GasTank.GasTank.name=Gastank
//Cardboard Box
tile.CardboardBox.name=Pappkarton
//Basic Block
tile.BasicBlock.OsmiumBlock.name=Osmiumblock
tile.BasicBlock.BronzeBlock.name=Bronzeblock
@ -47,6 +52,8 @@ tile.BasicBlock.DynamicGlass.name=Dynamisches Glas
tile.BasicBlock.DynamicValve.name=Dynamisches Ventil
tile.BasicBlock.CopperBlock.name=Kupferblock
tile.BasicBlock.TinBlock.name=Zinnblock
tile.BasicBlock.SalinationController.name=Versalzungs-Controller
tile.BasicBlock.SalinationValve.name=Versalzungsventil
//Machine Block
tile.MachineBlock.EnrichmentChamber.name=Anreicherungskammer
@ -73,6 +80,7 @@ tile.MachineBlock2.ChemicalInfuser.name=Chemischer Infundierer
tile.MachineBlock2.ChemicalCombiner.name=Chemischer Kombinierer
tile.MachineBlock2.ChemicalInjectionChamber.name=Chemische Injektionskammer
tile.MachineBlock2.ElectrolyticSeparator.name=Elektrolytischer Separator
tile.MachineBlock2.PrecisionSawmill.name=Präzisionssägewerk
//Ore Block
tile.OreBlock.OsmiumOre.name=Osmiumerz
@ -315,6 +323,8 @@ tooltip.Chargepad=Ein universelles Ladepad, dass jegliches energetisiertes !nIte
tooltip.LogisticalSorter=Eine Filter-basierte, fortgeschrittene Sortiermaschine, die !nautomatisch spezifische Items aus einem Inventar oder !nLogistischen Transporter heraus und in eines hinein treiben kann.
tooltip.RotaryCondensentrator=Eine Maschine, die fähig ist, Gase in ihre !nflüssige Form zu konvertieren und umgekehrt.
tooltip.ChemicalInjectionChamber=Eine Elite-Maschine, fähig, Erze in !nvier Splitter zu verarbeiten, was als erste Stufe !neiner 400%igen Erzverarbeitung dient.
tooltip.ElectrolyticSeparator=Eine Maschine, die den Prozess der Elektrolyse nutzt, um ein bestimmtes Gas in zwei unterschiedliche Gase zu aufzuteilen.
tooltip.PrecisionSawmill=Eine Maschine, genutzt, um Baumstämme und andere hölzerne Dinge effizienter zu verarbeiten und um Sägemehl zu bekommen.
tooltip.OsmiumOre=Ein hartes Mineral, dass in fast jeder !nHöhenlage der Welt gefunden werden kann. !nEs ist für seine zahlreichen Verwendungszwecke !nin der Konstruktion von Maschinen bekannt.
tooltip.CopperOre=Ein häufiges, leitfähiges Material, dass !nfür die Produktion von Kabeln verwendet werden kann. !nSeine Fähigkeit, großer Hitze zu widerstehen, !nmacht es auch essentiell für fortgeschrittene Maschinen.

View file

@ -324,8 +324,8 @@ tooltip.Chargepad=A universal chargepad that can charge any energized item !nfro
tooltip.LogisticalSorter=A filter-based, advanced sorting machine that !ncan auto-eject specified items out of and into !nadjacent inventories and Logistical Transporters.
tooltip.RotaryCondensentrator=A machine capable of converting gasses into !ntheir fluid form and vice versa.
tooltip.ChemicalInjectionChamber=An elite machine capable of processing !nores into four shards, serving as the initial !nstage of 400% ore processing.
tooltip.ElectrolyticSeparator=A machine that uses the process of electrolysis to split apart a certain gas into two different gasses.
tooltip.PrecisionSawmill=A machine used to process logs and other wood-based items more efficiently, as well as to obtain sawdust.
tooltip.ElectrolyticSeparator=A machine that uses the process of electrolysis !nto split apart a certain gas into two !ndifferent gasses.
tooltip.PrecisionSawmill=A machine used to process logs and other wood-based !nitems more efficiently, as well as to !nobtain sawdust.
tooltip.OsmiumOre=A strong mineral that can be found !nat nearly any height in the world. !nIt is known to have many uses in !nthe construction of machinery.
tooltip.CopperOre=A common, conductive material that !ncan be used in the production of !nwires. It's ability to withstand !nhigh heats also makes it essential !nto advanced machinery.