Fixed translation keys and update TR discord link

This commit is contained in:
drcrazy 2018-09-04 17:25:45 +03:00
parent 79ff8ee5b0
commit b41783054e
3 changed files with 187 additions and 195 deletions

View file

@ -80,7 +80,7 @@ public class GuiManual extends GuiScreen {
this.mc.displayGuiScreen(new GuiConfirmOpenLink(this, "http://wiki.techreborn.ovh", 1, false)); this.mc.displayGuiScreen(new GuiConfirmOpenLink(this, "http://wiki.techreborn.ovh", 1, false));
break; break;
case 2: case 2:
this.mc.displayGuiScreen(new GuiConfirmOpenLink(this, "http://discord.gg/0tCDWb77cvetwm0e", 2, false)); this.mc.displayGuiScreen(new GuiConfirmOpenLink(this, "https://discord.gg/teamreborn", 2, false));
break; break;
} }
} }
@ -102,7 +102,7 @@ public class GuiManual extends GuiScreen {
case 2: case 2:
if(result == true) { if(result == true) {
try { try {
Desktop.getDesktop().browse(new java.net.URI("http://discord.gg/0tCDWb77cvetwm0e")); Desktop.getDesktop().browse(new java.net.URI("https://discord.gg/teamreborn"));
} catch (Exception e) { } catch (Exception e) {
System.err.print(e); System.err.print(e);
} }

View file

@ -164,7 +164,7 @@ public class TRItems {
// Armor // Armor
CLOAKING_DEVICE = new ItemCloakingDevice(); CLOAKING_DEVICE = new ItemCloakingDevice();
registerItem(CLOAKING_DEVICE, "cloakingdevice"); registerItem(CLOAKING_DEVICE, "cloakingDevice");
LAPOTRONIC_ORB_PACK = new ItemLapotronPack(); LAPOTRONIC_ORB_PACK = new ItemLapotronPack();
registerItem(LAPOTRONIC_ORB_PACK, "lapotronPack"); registerItem(LAPOTRONIC_ORB_PACK, "lapotronPack");
LITHIUM_BATTERY_PACK = new ItemLithiumBatpack(); LITHIUM_BATTERY_PACK = new ItemLithiumBatpack();
@ -172,9 +172,9 @@ public class TRItems {
// Battery // Battery
ENERGY_CRYSTAL = new ItemEnergyCrystal(); ENERGY_CRYSTAL = new ItemEnergyCrystal();
registerItem(ENERGY_CRYSTAL, "energycrystal"); registerItem(ENERGY_CRYSTAL, "energyCrystal");
LAPOTRONIC_CRYSTAL = new ItemLapotronCrystal(); LAPOTRONIC_CRYSTAL = new ItemLapotronCrystal();
registerItem(LAPOTRONIC_CRYSTAL, "lapotroncrystal"); registerItem(LAPOTRONIC_CRYSTAL, "lapotronCrystal");
LAPOTRONIC_ORB = new ItemLapotronicOrb(); LAPOTRONIC_ORB = new ItemLapotronicOrb();
registerItem(LAPOTRONIC_ORB, "lapotronicOrb"); registerItem(LAPOTRONIC_ORB, "lapotronicOrb");
LITHIUM_BATTERY = new ItemLithiumBattery(); LITHIUM_BATTERY = new ItemLithiumBattery();
@ -211,8 +211,6 @@ public class TRItems {
registerItem(STEEL_DRILL, "steelDrill"); registerItem(STEEL_DRILL, "steelDrill");
STEEL_JACKHAMMER = new ItemSteelJackhammer(); STEEL_JACKHAMMER = new ItemSteelJackhammer();
registerItem(STEEL_JACKHAMMER, "steelJackhammer"); registerItem(STEEL_JACKHAMMER, "steelJackhammer");
MANUAL = new ItemTechManual();
registerItem(MANUAL, "techmanuel");
TREE_TAP = new ItemTreeTap(); TREE_TAP = new ItemTreeTap();
registerItem(TREE_TAP, "treetap"); registerItem(TREE_TAP, "treetap");
WRENCH = new ItemWrench(); WRENCH = new ItemWrench();
@ -226,6 +224,8 @@ public class TRItems {
registerItem(FREQUENCY_TRANSMITTER, "frequencyTransmitter"); registerItem(FREQUENCY_TRANSMITTER, "frequencyTransmitter");
SCRAP_BOX = new ItemScrapBox(); SCRAP_BOX = new ItemScrapBox();
registerItem(SCRAP_BOX, "scrapbox"); registerItem(SCRAP_BOX, "scrapbox");
MANUAL = new ItemTechManual();
registerItem(MANUAL, "techManual");
UPGRADE_OVERCLOCKER = new ItemUpgrades(); UPGRADE_OVERCLOCKER = new ItemUpgrades();
registerItem(UPGRADE_OVERCLOCKER, "upgrade_overclocker"); registerItem(UPGRADE_OVERCLOCKER, "upgrade_overclocker");
UPGRADE_TRANSFORMER = new ItemUpgrades(); UPGRADE_TRANSFORMER = new ItemUpgrades();

View file

@ -277,70 +277,70 @@ item.techreborn.dustYellowGarnet.name=Yellow Garnet Dust
item.techreborn.dustZinc.name=Zinc Dust item.techreborn.dustZinc.name=Zinc Dust
#Small Dusts #Small Dusts
item.techreborn.dustsmallAlmandine.name=Small Pile of Almandine Dust item.techreborn.dustSmallAlmandine.name=Small Pile of Almandine Dust
item.techreborn.dustsmallAluminum.name=Small Pile of Aluminium Dust item.techreborn.dustSmallAluminum.name=Small Pile of Aluminium Dust
item.techreborn.dustsmallAndesite.name=Small Pile of Andesite Dust item.techreborn.dustSmallAndesite.name=Small Pile of Andesite Dust
item.techreborn.dustsmallAndradite.name=Small Pile of Andradite Dust item.techreborn.dustSmallAndradite.name=Small Pile of Andradite Dust
item.techreborn.dustsmallAshes.name=Small Pile of Ashes item.techreborn.dustSmallAshes.name=Small Pile of Ashes
item.techreborn.dustsmallBasalt.name=Small Pile of Basalt Dust item.techreborn.dustSmallBasalt.name=Small Pile of Basalt Dust
item.techreborn.dustsmallBauxite.name=Small Pile of Bauxite Dust item.techreborn.dustSmallBauxite.name=Small Pile of Bauxite Dust
item.techreborn.dustsmallBrass.name=Small Pile of Brass Dust item.techreborn.dustSmallBrass.name=Small Pile of Brass Dust
item.techreborn.dustsmallBronze.name=Small Pile of Bronze Dust item.techreborn.dustSmallBronze.name=Small Pile of Bronze Dust
item.techreborn.dustsmallCalcite.name=Small Pile of Calcite Dust item.techreborn.dustSmallCalcite.name=Small Pile of Calcite Dust
item.techreborn.dustsmallCharcoal.name=Small Pile of Charcoal Dust item.techreborn.dustSmallCharcoal.name=Small Pile of Charcoal Dust
item.techreborn.dustsmallChrome.name=Small Pile of Chrome Dust item.techreborn.dustSmallChrome.name=Small Pile of Chrome Dust
item.techreborn.dustsmallCinnabar.name=Small Pile of Cinnabar Dust item.techreborn.dustSmallCinnabar.name=Small Pile of Cinnabar Dust
item.techreborn.dustsmallClay.name=Small Pile of Clay Dust item.techreborn.dustSmallClay.name=Small Pile of Clay Dust
item.techreborn.dustsmallCoal.name=Small Pile of Coal Dust item.techreborn.dustSmallCoal.name=Small Pile of Coal Dust
item.techreborn.dustsmallCopper.name=Small Pile of Copper Dust item.techreborn.dustSmallCopper.name=Small Pile of Copper Dust
item.techreborn.dustsmallDarkAshes.name=Small Pile of Dark Ashes item.techreborn.dustSmallDarkAshes.name=Small Pile of Dark Ashes
item.techreborn.dustsmallDiamond.name=Small Pile of Diamond Dust item.techreborn.dustSmallDiamond.name=Small Pile of Diamond Dust
item.techreborn.dustsmallDiorite.name=Small Pile of Diorite Dust item.techreborn.dustSmallDiorite.name=Small Pile of Diorite Dust
item.techreborn.dustsmallElectrum.name=Small Pile of Electrum Dust item.techreborn.dustSmallElectrum.name=Small Pile of Electrum Dust
item.techreborn.dustsmallEmerald.name=Small Pile of Emerald Dust item.techreborn.dustSmallEmerald.name=Small Pile of Emerald Dust
item.techreborn.dustsmallEnderEye.name=Small Pile of Ender Eye Dust item.techreborn.dustSmallEnderEye.name=Small Pile of Ender Eye Dust
item.techreborn.dustsmallEnderPearl.name=Small Pile of Ender Pearl Dust item.techreborn.dustSmallEnderPearl.name=Small Pile of Ender Pearl Dust
item.techreborn.dustsmallEndstone.name=Small Pile of Endstone Dust item.techreborn.dustSmallEndstone.name=Small Pile of Endstone Dust
item.techreborn.dustsmallFlint.name=Small Pile of Flint Dust item.techreborn.dustSmallFlint.name=Small Pile of Flint Dust
item.techreborn.dustsmallGalena.name=Small Pile of Galena Dust item.techreborn.dustSmallGalena.name=Small Pile of Galena Dust
item.techreborn.dustsmallGlowstone.name=Small Pile of Glowstone Dust item.techreborn.dustSmallGlowstone.name=Small Pile of Glowstone Dust
item.techreborn.dustsmallGold.name=Small Pile of Gold Dust item.techreborn.dustSmallGold.name=Small Pile of Gold Dust
item.techreborn.dustsmallGranite.name=Small Pile of Granite Dust item.techreborn.dustSmallGranite.name=Small Pile of Granite Dust
item.techreborn.dustsmallGrossular.name=Small Pile of Grossular Dust item.techreborn.dustSmallGrossular.name=Small Pile of Grossular Dust
item.techreborn.dustsmallInvar.name=Small Pile of Invar Dust item.techreborn.dustSmallInvar.name=Small Pile of Invar Dust
item.techreborn.dustsmallIron.name=Small Pile of Iron Dust item.techreborn.dustSmallIron.name=Small Pile of Iron Dust
item.techreborn.dustsmallLazurite.name=Small Pile of Lazurite Dust item.techreborn.dustSmallLazurite.name=Small Pile of Lazurite Dust
item.techreborn.dustsmallLead.name=Small Pile of Lead Dust item.techreborn.dustSmallLead.name=Small Pile of Lead Dust
item.techreborn.dustsmallMagnesium.name=Small Pile of Magnesium Dust item.techreborn.dustSmallMagnesium.name=Small Pile of Magnesium Dust
item.techreborn.dustsmallManganese.name=Small Pile of Manganese Dust item.techreborn.dustSmallManganese.name=Small Pile of Manganese Dust
item.techreborn.dustsmallMarble.name=Small Pile of Marble Dust item.techreborn.dustSmallMarble.name=Small Pile of Marble Dust
item.techreborn.dustsmallNetherrack.name=Small Pile of Netherrack Dust item.techreborn.dustSmallNetherrack.name=Small Pile of Netherrack Dust
item.techreborn.dustsmallNickel.name=Small Pile of Nickel Dust item.techreborn.dustSmallNickel.name=Small Pile of Nickel Dust
item.techreborn.dustsmallObsidian.name=Small Pile of Obsidian Dust item.techreborn.dustSmallObsidian.name=Small Pile of Obsidian Dust
item.techreborn.dustsmallOlivine.name=Small Pile of Olivine Dust item.techreborn.dustSmallOlivine.name=Small Pile of Olivine Dust
item.techreborn.dustsmallPeridot.name=Small Pile of Peridot item.techreborn.dustSmallPeridot.name=Small Pile of Peridot
item.techreborn.dustsmallPhosphorous.name=Small Pile of Phosphorous Dust item.techreborn.dustSmallPhosphorous.name=Small Pile of Phosphorous Dust
item.techreborn.dustsmallPlatinum.name=Small Pile of Platinum Dust item.techreborn.dustSmallPlatinum.name=Small Pile of Platinum Dust
item.techreborn.dustsmallPyrite.name=Small Pile of Pyrite Dust item.techreborn.dustSmallPyrite.name=Small Pile of Pyrite Dust
item.techreborn.dustsmallPyrope.name=Small Pile of Pyrope Dust item.techreborn.dustSmallPyrope.name=Small Pile of Pyrope Dust
item.techreborn.dustsmallRedGarnet.name=Small Pile of Red Garnet Dust item.techreborn.dustSmallRedGarnet.name=Small Pile of Red Garnet Dust
item.techreborn.dustsmallRedstone.name=Small Pile of Redstone item.techreborn.dustSmallRedstone.name=Small Pile of Redstone
item.techreborn.dustsmallRuby.name=Small Pile of Ruby Dust item.techreborn.dustSmallRuby.name=Small Pile of Ruby Dust
item.techreborn.dustsmallSaltpeter.name=Small Pile of Saltpeter Dust item.techreborn.dustSmallSaltpeter.name=Small Pile of Saltpeter Dust
item.techreborn.dustsmallSapphire.name=Small Pile of Sapphire Dust item.techreborn.dustSmallSapphire.name=Small Pile of Sapphire Dust
item.techreborn.dustsmallSaw.name=Small Pile of Saw Dust item.techreborn.dustSmallSaw.name=Small Pile of Saw Dust
item.techreborn.dustsmallSilver.name=Small Pile of Silver Dust item.techreborn.dustSmallSilver.name=Small Pile of Silver Dust
item.techreborn.dustsmallSodalite.name=Small Pile of Sodalite Dust item.techreborn.dustSmallSodalite.name=Small Pile of Sodalite Dust
item.techreborn.dustsmallSpessartine.name=Small Pile of Spessartine Dust item.techreborn.dustSmallSpessartine.name=Small Pile of Spessartine Dust
item.techreborn.dustsmallSphalerite.name=Small Pile of Sphalerite Dust item.techreborn.dustSmallSphalerite.name=Small Pile of Sphalerite Dust
item.techreborn.dustsmallSteel.name=Small Pile of Steel Dust item.techreborn.dustSmallSteel.name=Small Pile of Steel Dust
item.techreborn.dustsmallSulfur.name=Small Pile of Sulfur Dust item.techreborn.dustSmallSulfur.name=Small Pile of Sulfur Dust
item.techreborn.dustsmallTin.name=Small Pile of Tin Dust item.techreborn.dustSmallTin.name=Small Pile of Tin Dust
item.techreborn.dustsmallTitanium.name=Small Pile of Titanium Dust item.techreborn.dustSmallTitanium.name=Small Pile of Titanium Dust
item.techreborn.dustsmallTungsten.name=Small Pile of Tungsten Dust item.techreborn.dustSmallTungsten.name=Small Pile of Tungsten Dust
item.techreborn.dustsmallUvarovite.name=Small Pile of Uvarovite Dust item.techreborn.dustSmallUvarovite.name=Small Pile of Uvarovite Dust
item.techreborn.dustsmallYellowGarnet.name=Small Pile of Yellow Garnet Dust item.techreborn.dustSmallYellowGarnet.name=Small Pile of Yellow Garnet Dust
item.techreborn.dustsmallZinc.name=Small Pile of Zinc Dust item.techreborn.dustSmallZinc.name=Small Pile of Zinc Dust
#Gems #Gems
item.techreborn.gemPeridot.name=Peridot item.techreborn.gemPeridot.name=Peridot
@ -438,113 +438,133 @@ item.techreborn.plateWood.name=Wooden Plate
item.techreborn.plateYellowGarnet.name=Yellow Garnet Plate item.techreborn.plateYellowGarnet.name=Yellow Garnet Plate
item.techreborn.plateZinc.name=Zinc Plate item.techreborn.plateZinc.name=Zinc Plate
#Parts #Parts
item.techreborn.carbonfiber.name=Carbon Fiber item.techreborn.carbonFiber.name=Carbon Fiber
item.techreborn.carbonmesh.name=Carbon Mesh item.techreborn.carbonMesh.name=Carbon Mesh
item.techreborn.circuitadvanced.name=Advanced Electronic Circuit item.techreborn.circuitAdvanced.name=Advanced Electronic Circuit
item.techreborn.circuitbasic.name=Electronic Circuit item.techreborn.circuitBasic.name=Electronic Circuit
item.techreborn.circuitelite.name=Data Control Circuit item.techreborn.circuitElite.name=Data Control Circuit
item.techreborn.computermonitor.name=Computer Monitor item.techreborn.computerMonitor.name=Computer Monitor
item.techreborn.coolantsimple.name=10k Coolant Cell item.techreborn.coolantSimple.name=10k Coolant Cell
item.techreborn.coolantsix.name=60k Coolant Cell item.techreborn.coolantSix.name=60k Coolant Cell
item.techreborn.coolanttriple.name=30k Coolant Cell item.techreborn.coolantTriple.name=30k Coolant Cell
item.techreborn.cupronickelheatingcoil.name=Cupronickel Heating Coil item.techreborn.cupronickelHeatingCoil.name=Cupronickel Heating Coil
item.techreborn.dataorb.name=Data Orb item.techreborn.dataOrb.name=Data Orb
item.techreborn.datastoragecircuit.name=Data Storage Circuit item.techreborn.dataStorageCircuit.name=Data Storage Circuit
item.techreborn.depletedcell.name=Depleted Fuel Rod item.techreborn.depletedCell.name=Depleted Fuel Rod
item.techreborn.diamondgrindinghead.name=Diamond Grinding Head item.techreborn.diamondGrindingHead.name=Diamond Grinding Head
item.techreborn.diamondsawblade.name=Diamond Saw Blade item.techreborn.diamondSawBlade.name=Diamond Saw Blade
item.techreborn.doubledepletedcell.name=Dual Depleted Fuel Rod item.techreborn.doubleDepletedCell.name=Dual Depleted Fuel Rod
item.techreborn.doubleplutoniumcell.name=Dual Fuel Rod (Plutonium) item.techreborn.doublePlutoniumCell.name=Dual Fuel Rod (Plutonium)
item.techreborn.doublethoriumcell.name=Dual Fuel Rod (Thorium) item.techreborn.doubleThoriumCell.name=Dual Fuel Rod (Thorium)
item.techreborn.doubleuraniumcell.name=Dual Fuel Rod (Uranium) item.techreborn.doubleUraniumCell.name=Dual Fuel Rod (Uranium)
item.techreborn.energyflowcircuit.name=Energy Flow Circuit item.techreborn.energyFlowCircuit.name=Energy Flow Circuit
item.techreborn.heliumcoolantsimple.name=60k Helium Coolant Cell item.techreborn.heliumCoolantSimple.name=60k Helium Coolant Cell
item.techreborn.heliumcoolantsix.name=360k Helium Coolant Cell item.techreborn.heliumCoolantSix.name=360k Helium Coolant Cell
item.techreborn.heliumcoolanttriple.name=180k Helium Coolant Cell item.techreborn.heliumCoolantTriple.name=180k Helium Coolant Cell
item.techreborn.iridiumneutronreflector.name=Iridium Neutron Reflector item.techreborn.iridiumNeutronReflector.name=Iridium Neutron Reflector
item.techreborn.kanthalheatingcoil.name=Kanthal Heating Coil item.techreborn.kanthalHeatingCoil.name=Kanthal Heating Coil
item.techreborn.machineparts.name=Machine Parts item.techreborn.machineParts.name=Machine Parts
item.techreborn.nakcoolantsimple.name=60k nak Coolant Cell item.techreborn.nakCoolantSimple.name=60k nak Coolant Cell
item.techreborn.nakcoolantsix.name=360k nak Coolant Cell item.techreborn.nakCoolantSix.name=360k nak Coolant Cell
item.techreborn.nakcoolanttriple.name=180k nak Coolant Cell item.techreborn.nakCoolantTriple.name=180k nak Coolant Cell
item.techreborn.neutronreflector.name=Neutron Reflector item.techreborn.neutronReflector.name=Neutron Reflector
item.techreborn.nichromeheatingcoil.name=Nichrome Heating Coil item.techreborn.nichromeHeatingCoil.name=Nichrome Heating Coil
item.techreborn.plutoniumcell.name=Fuel Rod (Plutonium) item.techreborn.plutoniumCell.name=Fuel Rod (Plutonium)
item.techreborn.quaddepletedcell.name=Quad Depleeted Fuel Rod item.techreborn.quadDepletedCell.name=Quad Depleeted Fuel Rod
item.techreborn.quadplutoniumcell.name=Quad Fuel Rod (Plutonium) item.techreborn.quadPlutoniumCell.name=Quad Fuel Rod (Plutonium)
item.techreborn.quadthoriumcell.name=Quad Fuel Rod (Thorium) item.techreborn.quadThoriumCell.name=Quad Fuel Rod (Thorium)
item.techreborn.quaduraniumcell.name=Quad Fuel Rod (Uranium) item.techreborn.quadUraniumCell.name=Quad Fuel Rod (Uranium)
item.techreborn.rubber.name=Rubber item.techreborn.rubber.name=Rubber
item.techreborn.sap.name=Sap item.techreborn.sap.name=Sap
item.techreborn.scrap.name=Scrap item.techreborn.scrap.name=Scrap
item.techreborn.superconductor.name=Superconductor item.techreborn.superConductor.name=Superconductor
item.techreborn.thickneutronreflector.name=Thick Neutron Reflector item.techreborn.thickNeutronReflector.name=Thick Neutron Reflector
item.techreborn.thoriumcell.name=Fuel Rod (Thorium) item.techreborn.thoriumCell.name=Fuel Rod (Thorium)
item.techreborn.tungstengrindinghead.name=Tungsten Grinding Head item.techreborn.tungstenGrindingHead.name=Tungsten Grinding Head
item.techreborn.uraniumcell.name=Fuel Rod (Uranium) item.techreborn.uraniumCell.name=Fuel Rod (Uranium)
item.techreborn.uumatter.name=UU-Matter item.techreborn.uuMatter.name=UU-Matter
#Tools #Items-Armor
item.techreborn.rockcutter.name=Rockcutter item.techreborn.cloakingDevice.name=Cloaking Device
item.techreborn.lithiumbatpack.name=Lithium Batpack item.techreborn.lapotronPack.name=Lapotronic Orbpack
item.techreborn.lapotronpack.name=Lapotronic Orbpack item.techreborn.lithiumBatpack.name=Lithium Batpack
item.techreborn.omniTool.name=Omni-Tool
item.techreborn.steelDrill.name=Steel Drill #Items-Battery
item.techreborn.diamondDrill.name=Diamond Drill item.techreborn.energyCrystal.name=Energy Crystal
item.techreborn.advancedDrill.name=Advanced Drill item.techreborn.lapotronCrystal.name=Lapotron Crystal
item.techreborn.steelChainsaw.name=Steel Chainsaw item.techreborn.lapotronicOrb.name=Lapotronic Energy Orb
item.techreborn.diamondChainsaw.name=Diamond Chainsaw item.techreborn.lithiumBattery.name=Lithium Battery
item.techreborn.rebattery.name=Battery
#Items-Tools
item.techreborn.advancedChainsaw.name=Advanced Chainsaw item.techreborn.advancedChainsaw.name=Advanced Chainsaw
item.techreborn.lapotronicorb.name=Lapotronic Energy Orb item.techreborn.advancedDrill.name=Advanced Drill
item.techreborn.cloakingdevice.name=Cloaking Device
item.techreborn.steelJackhammer.name=Steel Jackhammer
item.techreborn.diamondJackhammer.name=Diamond Jackhammer
item.techreborn.advancedJackhammer.name=Advanced Jackhammer item.techreborn.advancedJackhammer.name=Advanced Jackhammer
item.techreborn.treetap.name=Treetap item.techreborn.debug.name=Debug Tool
item.techreborn.electric_treetap.name=Electric Treetap item.techreborn.diamondChainsaw.name=Diamond Chainsaw
item.techreborn.diamondDrill.name=Diamond Drill
item.techreborn.diamondJackhammer.name=Diamond Jackhammer
item.techreborn.electricTreetap.name=Electric Treetap
item.techreborn.nanosaber.name=Nanosaber item.techreborn.nanosaber.name=Nanosaber
item.techreborn.omniTool.name=Omni-Tool
item.techreborn.rockCutter.name=Rockcutter
item.techreborn.steelChainsaw.name=Steel Chainsaw
item.techreborn.steelDrill.name=Steel Drill
item.techreborn.steelJackhammer.name=Steel Jackhammer
item.techreborn.treetap.name=Treetap
item.techreborn.wrench.name=Wrench
item.bronzeSword.name=Bronze Sword #Items-Other
item.bronzePickaxe.name=Bronze Pickaxe item.techreborn.dynamicCell.name=Empty Cell
item.bronzeSpade.name=Bronze Shovel item.techreborn.cell.fluid.name=$fluid$ Cell
item.bronzeAxe.name=Bronze Axe item.techreborn.frequencyTransmitter.name=Frequency Transmitter
item.bronzeHoe.name=Bronze Hoe item.techreborn.scrapbox.name=Scrap Box
item.bronzeHelmet.name=Bronze Helmet item.techreborn.techManual.name=Tech Manual
item.bronzeChestplate.name=Bronze Chestplate item.techreborn.upgrade_overclocker.name=Overclocker Upgrade
item.bronzeLeggings.name=Bronze Leggings item.techreborn.upgrade_transformer.name=Transformer Upgrade
item.bronzeBoots.name=Bronze Boots item.techreborn.upgrade_energystorage.name=Energy Storage Upgrade
item.rubySword.name=Ruby Sword #Gem armor & tools
item.rubyPickaxe.name=Ruby Pickaxe item.techreborn.bronzeSword.name=Bronze Sword
item.rubySpade.name=Ruby Shovel item.techreborn.bronzePickaxe.name=Bronze Pickaxe
item.rubyAxe.name=Ruby Axe item.techreborn.bronzeSpade.name=Bronze Shovel
item.rubyHoe.name=Ruby Hoe item.techreborn.bronzeAxe.name=Bronze Axe
item.rubyHelmet.name=Ruby Helmet item.techreborn.bronzeHoe.name=Bronze Hoe
item.rubyChestplate.name=Ruby Chestplate item.techreborn.bronzeHelmet.name=Bronze Helmet
item.rubyLeggings.name=Ruby Leggings item.techreborn.bronzeChestplate.name=Bronze Chestplate
item.rubyBoots.name=Ruby Boots item.techreborn.bronzeLeggings.name=Bronze Leggings
item.techreborn.bronzeBoots.name=Bronze Boots
item.sapphireSword.name=Sapphire Sword item.techreborn.rubySword.name=Ruby Sword
item.sapphirePickaxe.name=Sapphire Pickaxe item.techreborn.rubyPickaxe.name=Ruby Pickaxe
item.sapphireSpade.name=Sapphire Shovel item.techreborn.rubySpade.name=Ruby Shovel
item.sapphireAxe.name=Sapphire Axe item.techreborn.rubyAxe.name=Ruby Axe
item.sapphireHoe.name=Sapphire Hoe item.techreborn.rubyHoe.name=Ruby Hoe
item.sapphireHelmet.name=Sapphire Helmet item.techreborn.rubyHelmet.name=Ruby Helmet
item.sapphireChestplate.name=Sapphire Chestplate item.techreborn.rubyChestplate.name=Ruby Chestplate
item.sapphireLeggings.name=Sapphire Leggings item.techreborn.rubyLeggings.name=Ruby Leggings
item.sapphireBoots.name=Sapphire Boots item.techreborn.rubyBoots.name=Ruby Boots
item.peridotSword.name=Peridot Sword item.techreborn.sapphireSword.name=Sapphire Sword
item.peridotPickaxe.name=Peridot Pickaxe item.techreborn.sapphirePickaxe.name=Sapphire Pickaxe
item.peridotSpade.name=Peridot Shovel item.techreborn.sapphireSpade.name=Sapphire Shovel
item.peridotAxe.name=Peridot Axe item.techreborn.sapphireAxe.name=Sapphire Axe
item.peridotHoe.name=Peridot Hoe item.techreborn.sapphireHoe.name=Sapphire Hoe
item.peridotHelmet.name=Peridot Helmet item.techreborn.sapphireHelmet.name=Sapphire Helmet
item.peridotChestplate.name=Peridot Chestplate item.techreborn.sapphireChestplate.name=Sapphire Chestplate
item.peridotLeggings.name=Peridot Leggings item.techreborn.sapphireLeggings.name=Sapphire Leggings
item.peridotBoots.name=Peridot Boots item.techreborn.sapphireBoots.name=Sapphire Boots
item.techreborn.peridotSword.name=Peridot Sword
item.techreborn.peridotPickaxe.name=Peridot Pickaxe
item.techreborn.peridotSpade.name=Peridot Shovel
item.techreborn.peridotAxe.name=Peridot Axe
item.techreborn.peridotHoe.name=Peridot Hoe
item.techreborn.peridotHelmet.name=Peridot Helmet
item.techreborn.peridotChestplate.name=Peridot Chestplate
item.techreborn.peridotLeggings.name=Peridot Leggings
item.techreborn.peridotBoots.name=Peridot Boots
#Fluid #Fluid
fluid.fluidberylium=Beryllium fluid.fluidberylium=Beryllium
@ -582,20 +602,7 @@ fluid.fluidsodiumpersulfate=Sodiumpersulfate
fluid.fluidtritium=Tritium fluid.fluidtritium=Tritium
fluid.fluidwolframium=Wolframium fluid.fluidwolframium=Wolframium
#Items #Cables
item.techreborn.manual.name=Tech Manual
item.techreborn.debug.name=Debug Tool
item.techreborn.frequencyTransmitter.name=Frequency Transmitter
item.techreborn.upgrade_overclocker.name=Overclocker Upgrade
item.techreborn.upgrade_transformer.name=Transformer Upgrade
item.techreborn.upgrade_energystorage.name=Energy Storage Upgrade
item.techreborn.cell.name=Empty Cell
item.techreborn.cell.fluid.name=$fluid$ Cell
item.techreborn.rebattery.name=Battery
item.techreborn.lithiumBattery.name=Lithium Battery
item.techreborn.energyCrystal.name=Energy Crystal
item.techreborn.lapotronCrystal.name=Lapotron Crystal
item.techreborn.wrench.name=Wrench
tile.techreborn:cable.copper.name=Copper Cable tile.techreborn:cable.copper.name=Copper Cable
tile.techreborn:cable.tin.name=Tin Cable tile.techreborn:cable.tin.name=Tin Cable
tile.techreborn:cable.gold.name=Gold Cable tile.techreborn:cable.gold.name=Gold Cable
@ -604,7 +611,6 @@ tile.techreborn:cable.glassfiber.name=Glass Fiber Cable
tile.techreborn:cable.insulatedcopper.name=Insulated Copper Cable tile.techreborn:cable.insulatedcopper.name=Insulated Copper Cable
tile.techreborn:cable.insulatedgold.name=Insulated Gold Cable tile.techreborn:cable.insulatedgold.name=Insulated Gold Cable
tile.techreborn:cable.insulatedhv.name=Insulated HV Cable tile.techreborn:cable.insulatedhv.name=Insulated HV Cable
item.techreborn.scrapbox.name=Scrap Box
#Message #Message
techreborn.message.missingmultiblock=Incomplete Multiblock techreborn.message.missingmultiblock=Incomplete Multiblock
@ -625,20 +631,6 @@ techreborn.message.nanosaberInactive=Inactive
techreborn.message.nanosaberEnergyErrorTo=Not Enough Energy to techreborn.message.nanosaberEnergyErrorTo=Not Enough Energy to
techreborn.message.nanosaberEnergyError=Not Enough Energy: techreborn.message.nanosaberEnergyError=Not Enough Energy:
#Cables
Cable.copperCable.name=Copper Cable
Cable.insulatedCopperCable.name=Insulated Copper Cable
Cable.goldCable.name=Gold Cable
Cable.insulatedGoldCable.name=Insulated Copper Cable
Cable.doubleInsulatedGoldCable.name=Double Insulated Copper Cable
Cable.ironCable.name=Iron Cable
Cable.copperCable.name=Copper Cable
Cable.insulatedIronCable.name=Insulated Iron Cable
Cable.doubleInsulatedIronCable.name=Double Insulated Copper Cable
Cable.trippleInsulatedIronCable.name=Triple Insulated Copper Cable
Cable.glassFiberCable.name=Glass Fiber Cable
Cable.tinCable.name=Tin Cable
desc.uninsulatedCable=Damages Entities! desc.uninsulatedCable=Damages Entities!
desc.transfer=Energy Transfer: desc.transfer=Energy Transfer:
desc.tier=Tier: desc.tier=Tier: