diff --git a/src/main/java/techreborn/client/gui/GuiManual.java b/src/main/java/techreborn/client/gui/GuiManual.java index 7d25ccdda..d7f23dee4 100644 --- a/src/main/java/techreborn/client/gui/GuiManual.java +++ b/src/main/java/techreborn/client/gui/GuiManual.java @@ -80,7 +80,7 @@ public class GuiManual extends GuiScreen { this.mc.displayGuiScreen(new GuiConfirmOpenLink(this, "http://wiki.techreborn.ovh", 1, false)); break; 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; } } @@ -102,7 +102,7 @@ public class GuiManual extends GuiScreen { case 2: if(result == true) { 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) { System.err.print(e); } diff --git a/src/main/java/techreborn/init/TRItems.java b/src/main/java/techreborn/init/TRItems.java index a28f4b15f..61e47461b 100644 --- a/src/main/java/techreborn/init/TRItems.java +++ b/src/main/java/techreborn/init/TRItems.java @@ -164,7 +164,7 @@ public class TRItems { // Armor CLOAKING_DEVICE = new ItemCloakingDevice(); - registerItem(CLOAKING_DEVICE, "cloakingdevice"); + registerItem(CLOAKING_DEVICE, "cloakingDevice"); LAPOTRONIC_ORB_PACK = new ItemLapotronPack(); registerItem(LAPOTRONIC_ORB_PACK, "lapotronPack"); LITHIUM_BATTERY_PACK = new ItemLithiumBatpack(); @@ -172,9 +172,9 @@ public class TRItems { // Battery ENERGY_CRYSTAL = new ItemEnergyCrystal(); - registerItem(ENERGY_CRYSTAL, "energycrystal"); + registerItem(ENERGY_CRYSTAL, "energyCrystal"); LAPOTRONIC_CRYSTAL = new ItemLapotronCrystal(); - registerItem(LAPOTRONIC_CRYSTAL, "lapotroncrystal"); + registerItem(LAPOTRONIC_CRYSTAL, "lapotronCrystal"); LAPOTRONIC_ORB = new ItemLapotronicOrb(); registerItem(LAPOTRONIC_ORB, "lapotronicOrb"); LITHIUM_BATTERY = new ItemLithiumBattery(); @@ -211,8 +211,6 @@ public class TRItems { registerItem(STEEL_DRILL, "steelDrill"); STEEL_JACKHAMMER = new ItemSteelJackhammer(); registerItem(STEEL_JACKHAMMER, "steelJackhammer"); - MANUAL = new ItemTechManual(); - registerItem(MANUAL, "techmanuel"); TREE_TAP = new ItemTreeTap(); registerItem(TREE_TAP, "treetap"); WRENCH = new ItemWrench(); @@ -226,6 +224,8 @@ public class TRItems { registerItem(FREQUENCY_TRANSMITTER, "frequencyTransmitter"); SCRAP_BOX = new ItemScrapBox(); registerItem(SCRAP_BOX, "scrapbox"); + MANUAL = new ItemTechManual(); + registerItem(MANUAL, "techManual"); UPGRADE_OVERCLOCKER = new ItemUpgrades(); registerItem(UPGRADE_OVERCLOCKER, "upgrade_overclocker"); UPGRADE_TRANSFORMER = new ItemUpgrades(); diff --git a/src/main/resources/assets/techreborn/lang/en_us.lang b/src/main/resources/assets/techreborn/lang/en_us.lang index ced779aaa..a4f4e8eec 100644 --- a/src/main/resources/assets/techreborn/lang/en_us.lang +++ b/src/main/resources/assets/techreborn/lang/en_us.lang @@ -277,70 +277,70 @@ item.techreborn.dustYellowGarnet.name=Yellow Garnet Dust item.techreborn.dustZinc.name=Zinc Dust #Small Dusts -item.techreborn.dustsmallAlmandine.name=Small Pile of Almandine Dust -item.techreborn.dustsmallAluminum.name=Small Pile of Aluminium Dust -item.techreborn.dustsmallAndesite.name=Small Pile of Andesite Dust -item.techreborn.dustsmallAndradite.name=Small Pile of Andradite Dust -item.techreborn.dustsmallAshes.name=Small Pile of Ashes -item.techreborn.dustsmallBasalt.name=Small Pile of Basalt Dust -item.techreborn.dustsmallBauxite.name=Small Pile of Bauxite Dust -item.techreborn.dustsmallBrass.name=Small Pile of Brass Dust -item.techreborn.dustsmallBronze.name=Small Pile of Bronze Dust -item.techreborn.dustsmallCalcite.name=Small Pile of Calcite Dust -item.techreborn.dustsmallCharcoal.name=Small Pile of Charcoal Dust -item.techreborn.dustsmallChrome.name=Small Pile of Chrome Dust -item.techreborn.dustsmallCinnabar.name=Small Pile of Cinnabar Dust -item.techreborn.dustsmallClay.name=Small Pile of Clay Dust -item.techreborn.dustsmallCoal.name=Small Pile of Coal Dust -item.techreborn.dustsmallCopper.name=Small Pile of Copper Dust -item.techreborn.dustsmallDarkAshes.name=Small Pile of Dark Ashes -item.techreborn.dustsmallDiamond.name=Small Pile of Diamond Dust -item.techreborn.dustsmallDiorite.name=Small Pile of Diorite Dust -item.techreborn.dustsmallElectrum.name=Small Pile of Electrum Dust -item.techreborn.dustsmallEmerald.name=Small Pile of Emerald Dust -item.techreborn.dustsmallEnderEye.name=Small Pile of Ender Eye Dust -item.techreborn.dustsmallEnderPearl.name=Small Pile of Ender Pearl Dust -item.techreborn.dustsmallEndstone.name=Small Pile of Endstone Dust -item.techreborn.dustsmallFlint.name=Small Pile of Flint Dust -item.techreborn.dustsmallGalena.name=Small Pile of Galena Dust -item.techreborn.dustsmallGlowstone.name=Small Pile of Glowstone Dust -item.techreborn.dustsmallGold.name=Small Pile of Gold Dust -item.techreborn.dustsmallGranite.name=Small Pile of Granite Dust -item.techreborn.dustsmallGrossular.name=Small Pile of Grossular Dust -item.techreborn.dustsmallInvar.name=Small Pile of Invar Dust -item.techreborn.dustsmallIron.name=Small Pile of Iron Dust -item.techreborn.dustsmallLazurite.name=Small Pile of Lazurite Dust -item.techreborn.dustsmallLead.name=Small Pile of Lead Dust -item.techreborn.dustsmallMagnesium.name=Small Pile of Magnesium Dust -item.techreborn.dustsmallManganese.name=Small Pile of Manganese Dust -item.techreborn.dustsmallMarble.name=Small Pile of Marble Dust -item.techreborn.dustsmallNetherrack.name=Small Pile of Netherrack Dust -item.techreborn.dustsmallNickel.name=Small Pile of Nickel Dust -item.techreborn.dustsmallObsidian.name=Small Pile of Obsidian Dust -item.techreborn.dustsmallOlivine.name=Small Pile of Olivine Dust -item.techreborn.dustsmallPeridot.name=Small Pile of Peridot -item.techreborn.dustsmallPhosphorous.name=Small Pile of Phosphorous Dust -item.techreborn.dustsmallPlatinum.name=Small Pile of Platinum Dust -item.techreborn.dustsmallPyrite.name=Small Pile of Pyrite Dust -item.techreborn.dustsmallPyrope.name=Small Pile of Pyrope Dust -item.techreborn.dustsmallRedGarnet.name=Small Pile of Red Garnet Dust -item.techreborn.dustsmallRedstone.name=Small Pile of Redstone -item.techreborn.dustsmallRuby.name=Small Pile of Ruby Dust -item.techreborn.dustsmallSaltpeter.name=Small Pile of Saltpeter Dust -item.techreborn.dustsmallSapphire.name=Small Pile of Sapphire Dust -item.techreborn.dustsmallSaw.name=Small Pile of Saw Dust -item.techreborn.dustsmallSilver.name=Small Pile of Silver Dust -item.techreborn.dustsmallSodalite.name=Small Pile of Sodalite Dust -item.techreborn.dustsmallSpessartine.name=Small Pile of Spessartine Dust -item.techreborn.dustsmallSphalerite.name=Small Pile of Sphalerite Dust -item.techreborn.dustsmallSteel.name=Small Pile of Steel Dust -item.techreborn.dustsmallSulfur.name=Small Pile of Sulfur Dust -item.techreborn.dustsmallTin.name=Small Pile of Tin Dust -item.techreborn.dustsmallTitanium.name=Small Pile of Titanium Dust -item.techreborn.dustsmallTungsten.name=Small Pile of Tungsten Dust -item.techreborn.dustsmallUvarovite.name=Small Pile of Uvarovite Dust -item.techreborn.dustsmallYellowGarnet.name=Small Pile of Yellow Garnet Dust -item.techreborn.dustsmallZinc.name=Small Pile of Zinc Dust +item.techreborn.dustSmallAlmandine.name=Small Pile of Almandine Dust +item.techreborn.dustSmallAluminum.name=Small Pile of Aluminium Dust +item.techreborn.dustSmallAndesite.name=Small Pile of Andesite Dust +item.techreborn.dustSmallAndradite.name=Small Pile of Andradite Dust +item.techreborn.dustSmallAshes.name=Small Pile of Ashes +item.techreborn.dustSmallBasalt.name=Small Pile of Basalt Dust +item.techreborn.dustSmallBauxite.name=Small Pile of Bauxite Dust +item.techreborn.dustSmallBrass.name=Small Pile of Brass Dust +item.techreborn.dustSmallBronze.name=Small Pile of Bronze Dust +item.techreborn.dustSmallCalcite.name=Small Pile of Calcite Dust +item.techreborn.dustSmallCharcoal.name=Small Pile of Charcoal Dust +item.techreborn.dustSmallChrome.name=Small Pile of Chrome Dust +item.techreborn.dustSmallCinnabar.name=Small Pile of Cinnabar Dust +item.techreborn.dustSmallClay.name=Small Pile of Clay Dust +item.techreborn.dustSmallCoal.name=Small Pile of Coal Dust +item.techreborn.dustSmallCopper.name=Small Pile of Copper Dust +item.techreborn.dustSmallDarkAshes.name=Small Pile of Dark Ashes +item.techreborn.dustSmallDiamond.name=Small Pile of Diamond Dust +item.techreborn.dustSmallDiorite.name=Small Pile of Diorite Dust +item.techreborn.dustSmallElectrum.name=Small Pile of Electrum Dust +item.techreborn.dustSmallEmerald.name=Small Pile of Emerald Dust +item.techreborn.dustSmallEnderEye.name=Small Pile of Ender Eye Dust +item.techreborn.dustSmallEnderPearl.name=Small Pile of Ender Pearl Dust +item.techreborn.dustSmallEndstone.name=Small Pile of Endstone Dust +item.techreborn.dustSmallFlint.name=Small Pile of Flint Dust +item.techreborn.dustSmallGalena.name=Small Pile of Galena Dust +item.techreborn.dustSmallGlowstone.name=Small Pile of Glowstone Dust +item.techreborn.dustSmallGold.name=Small Pile of Gold Dust +item.techreborn.dustSmallGranite.name=Small Pile of Granite Dust +item.techreborn.dustSmallGrossular.name=Small Pile of Grossular Dust +item.techreborn.dustSmallInvar.name=Small Pile of Invar Dust +item.techreborn.dustSmallIron.name=Small Pile of Iron Dust +item.techreborn.dustSmallLazurite.name=Small Pile of Lazurite Dust +item.techreborn.dustSmallLead.name=Small Pile of Lead Dust +item.techreborn.dustSmallMagnesium.name=Small Pile of Magnesium Dust +item.techreborn.dustSmallManganese.name=Small Pile of Manganese Dust +item.techreborn.dustSmallMarble.name=Small Pile of Marble Dust +item.techreborn.dustSmallNetherrack.name=Small Pile of Netherrack Dust +item.techreborn.dustSmallNickel.name=Small Pile of Nickel Dust +item.techreborn.dustSmallObsidian.name=Small Pile of Obsidian Dust +item.techreborn.dustSmallOlivine.name=Small Pile of Olivine Dust +item.techreborn.dustSmallPeridot.name=Small Pile of Peridot +item.techreborn.dustSmallPhosphorous.name=Small Pile of Phosphorous Dust +item.techreborn.dustSmallPlatinum.name=Small Pile of Platinum Dust +item.techreborn.dustSmallPyrite.name=Small Pile of Pyrite Dust +item.techreborn.dustSmallPyrope.name=Small Pile of Pyrope Dust +item.techreborn.dustSmallRedGarnet.name=Small Pile of Red Garnet Dust +item.techreborn.dustSmallRedstone.name=Small Pile of Redstone +item.techreborn.dustSmallRuby.name=Small Pile of Ruby Dust +item.techreborn.dustSmallSaltpeter.name=Small Pile of Saltpeter Dust +item.techreborn.dustSmallSapphire.name=Small Pile of Sapphire Dust +item.techreborn.dustSmallSaw.name=Small Pile of Saw Dust +item.techreborn.dustSmallSilver.name=Small Pile of Silver Dust +item.techreborn.dustSmallSodalite.name=Small Pile of Sodalite Dust +item.techreborn.dustSmallSpessartine.name=Small Pile of Spessartine Dust +item.techreborn.dustSmallSphalerite.name=Small Pile of Sphalerite Dust +item.techreborn.dustSmallSteel.name=Small Pile of Steel Dust +item.techreborn.dustSmallSulfur.name=Small Pile of Sulfur Dust +item.techreborn.dustSmallTin.name=Small Pile of Tin Dust +item.techreborn.dustSmallTitanium.name=Small Pile of Titanium Dust +item.techreborn.dustSmallTungsten.name=Small Pile of Tungsten Dust +item.techreborn.dustSmallUvarovite.name=Small Pile of Uvarovite Dust +item.techreborn.dustSmallYellowGarnet.name=Small Pile of Yellow Garnet Dust +item.techreborn.dustSmallZinc.name=Small Pile of Zinc Dust #Gems item.techreborn.gemPeridot.name=Peridot @@ -438,113 +438,133 @@ item.techreborn.plateWood.name=Wooden Plate item.techreborn.plateYellowGarnet.name=Yellow Garnet Plate item.techreborn.plateZinc.name=Zinc Plate - #Parts -item.techreborn.carbonfiber.name=Carbon Fiber -item.techreborn.carbonmesh.name=Carbon Mesh -item.techreborn.circuitadvanced.name=Advanced Electronic Circuit -item.techreborn.circuitbasic.name=Electronic Circuit -item.techreborn.circuitelite.name=Data Control Circuit -item.techreborn.computermonitor.name=Computer Monitor -item.techreborn.coolantsimple.name=10k Coolant Cell -item.techreborn.coolantsix.name=60k Coolant Cell -item.techreborn.coolanttriple.name=30k Coolant Cell -item.techreborn.cupronickelheatingcoil.name=Cupronickel Heating Coil -item.techreborn.dataorb.name=Data Orb -item.techreborn.datastoragecircuit.name=Data Storage Circuit -item.techreborn.depletedcell.name=Depleted Fuel Rod -item.techreborn.diamondgrindinghead.name=Diamond Grinding Head -item.techreborn.diamondsawblade.name=Diamond Saw Blade -item.techreborn.doubledepletedcell.name=Dual Depleted Fuel Rod -item.techreborn.doubleplutoniumcell.name=Dual Fuel Rod (Plutonium) -item.techreborn.doublethoriumcell.name=Dual Fuel Rod (Thorium) -item.techreborn.doubleuraniumcell.name=Dual Fuel Rod (Uranium) -item.techreborn.energyflowcircuit.name=Energy Flow Circuit -item.techreborn.heliumcoolantsimple.name=60k Helium Coolant Cell -item.techreborn.heliumcoolantsix.name=360k Helium Coolant Cell -item.techreborn.heliumcoolanttriple.name=180k Helium Coolant Cell -item.techreborn.iridiumneutronreflector.name=Iridium Neutron Reflector -item.techreborn.kanthalheatingcoil.name=Kanthal Heating Coil -item.techreborn.machineparts.name=Machine Parts -item.techreborn.nakcoolantsimple.name=60k nak Coolant Cell -item.techreborn.nakcoolantsix.name=360k nak Coolant Cell -item.techreborn.nakcoolanttriple.name=180k nak Coolant Cell -item.techreborn.neutronreflector.name=Neutron Reflector -item.techreborn.nichromeheatingcoil.name=Nichrome Heating Coil -item.techreborn.plutoniumcell.name=Fuel Rod (Plutonium) -item.techreborn.quaddepletedcell.name=Quad Depleeted Fuel Rod -item.techreborn.quadplutoniumcell.name=Quad Fuel Rod (Plutonium) -item.techreborn.quadthoriumcell.name=Quad Fuel Rod (Thorium) -item.techreborn.quaduraniumcell.name=Quad Fuel Rod (Uranium) +item.techreborn.carbonFiber.name=Carbon Fiber +item.techreborn.carbonMesh.name=Carbon Mesh +item.techreborn.circuitAdvanced.name=Advanced Electronic Circuit +item.techreborn.circuitBasic.name=Electronic Circuit +item.techreborn.circuitElite.name=Data Control Circuit +item.techreborn.computerMonitor.name=Computer Monitor +item.techreborn.coolantSimple.name=10k Coolant Cell +item.techreborn.coolantSix.name=60k Coolant Cell +item.techreborn.coolantTriple.name=30k Coolant Cell +item.techreborn.cupronickelHeatingCoil.name=Cupronickel Heating Coil +item.techreborn.dataOrb.name=Data Orb +item.techreborn.dataStorageCircuit.name=Data Storage Circuit +item.techreborn.depletedCell.name=Depleted Fuel Rod +item.techreborn.diamondGrindingHead.name=Diamond Grinding Head +item.techreborn.diamondSawBlade.name=Diamond Saw Blade +item.techreborn.doubleDepletedCell.name=Dual Depleted Fuel Rod +item.techreborn.doublePlutoniumCell.name=Dual Fuel Rod (Plutonium) +item.techreborn.doubleThoriumCell.name=Dual Fuel Rod (Thorium) +item.techreborn.doubleUraniumCell.name=Dual Fuel Rod (Uranium) +item.techreborn.energyFlowCircuit.name=Energy Flow Circuit +item.techreborn.heliumCoolantSimple.name=60k Helium Coolant Cell +item.techreborn.heliumCoolantSix.name=360k Helium Coolant Cell +item.techreborn.heliumCoolantTriple.name=180k Helium Coolant Cell +item.techreborn.iridiumNeutronReflector.name=Iridium Neutron Reflector +item.techreborn.kanthalHeatingCoil.name=Kanthal Heating Coil +item.techreborn.machineParts.name=Machine Parts +item.techreborn.nakCoolantSimple.name=60k nak Coolant Cell +item.techreborn.nakCoolantSix.name=360k nak Coolant Cell +item.techreborn.nakCoolantTriple.name=180k nak Coolant Cell +item.techreborn.neutronReflector.name=Neutron Reflector +item.techreborn.nichromeHeatingCoil.name=Nichrome Heating Coil +item.techreborn.plutoniumCell.name=Fuel Rod (Plutonium) +item.techreborn.quadDepletedCell.name=Quad Depleeted Fuel Rod +item.techreborn.quadPlutoniumCell.name=Quad Fuel Rod (Plutonium) +item.techreborn.quadThoriumCell.name=Quad Fuel Rod (Thorium) +item.techreborn.quadUraniumCell.name=Quad Fuel Rod (Uranium) item.techreborn.rubber.name=Rubber item.techreborn.sap.name=Sap item.techreborn.scrap.name=Scrap -item.techreborn.superconductor.name=Superconductor -item.techreborn.thickneutronreflector.name=Thick Neutron Reflector -item.techreborn.thoriumcell.name=Fuel Rod (Thorium) -item.techreborn.tungstengrindinghead.name=Tungsten Grinding Head -item.techreborn.uraniumcell.name=Fuel Rod (Uranium) -item.techreborn.uumatter.name=UU-Matter +item.techreborn.superConductor.name=Superconductor +item.techreborn.thickNeutronReflector.name=Thick Neutron Reflector +item.techreborn.thoriumCell.name=Fuel Rod (Thorium) +item.techreborn.tungstenGrindingHead.name=Tungsten Grinding Head +item.techreborn.uraniumCell.name=Fuel Rod (Uranium) +item.techreborn.uuMatter.name=UU-Matter -#Tools -item.techreborn.rockcutter.name=Rockcutter -item.techreborn.lithiumbatpack.name=Lithium Batpack -item.techreborn.lapotronpack.name=Lapotronic Orbpack -item.techreborn.omniTool.name=Omni-Tool -item.techreborn.steelDrill.name=Steel Drill -item.techreborn.diamondDrill.name=Diamond Drill -item.techreborn.advancedDrill.name=Advanced Drill -item.techreborn.steelChainsaw.name=Steel Chainsaw -item.techreborn.diamondChainsaw.name=Diamond Chainsaw +#Items-Armor +item.techreborn.cloakingDevice.name=Cloaking Device +item.techreborn.lapotronPack.name=Lapotronic Orbpack +item.techreborn.lithiumBatpack.name=Lithium Batpack + +#Items-Battery +item.techreborn.energyCrystal.name=Energy Crystal +item.techreborn.lapotronCrystal.name=Lapotron Crystal +item.techreborn.lapotronicOrb.name=Lapotronic Energy Orb +item.techreborn.lithiumBattery.name=Lithium Battery +item.techreborn.rebattery.name=Battery + +#Items-Tools item.techreborn.advancedChainsaw.name=Advanced Chainsaw -item.techreborn.lapotronicorb.name=Lapotronic Energy Orb -item.techreborn.cloakingdevice.name=Cloaking Device -item.techreborn.steelJackhammer.name=Steel Jackhammer -item.techreborn.diamondJackhammer.name=Diamond Jackhammer +item.techreborn.advancedDrill.name=Advanced Drill item.techreborn.advancedJackhammer.name=Advanced Jackhammer -item.techreborn.treetap.name=Treetap -item.techreborn.electric_treetap.name=Electric Treetap +item.techreborn.debug.name=Debug Tool +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.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 -item.bronzePickaxe.name=Bronze Pickaxe -item.bronzeSpade.name=Bronze Shovel -item.bronzeAxe.name=Bronze Axe -item.bronzeHoe.name=Bronze Hoe -item.bronzeHelmet.name=Bronze Helmet -item.bronzeChestplate.name=Bronze Chestplate -item.bronzeLeggings.name=Bronze Leggings -item.bronzeBoots.name=Bronze Boots +#Items-Other +item.techreborn.dynamicCell.name=Empty Cell +item.techreborn.cell.fluid.name=$fluid$ Cell +item.techreborn.frequencyTransmitter.name=Frequency Transmitter +item.techreborn.scrapbox.name=Scrap Box +item.techreborn.techManual.name=Tech Manual +item.techreborn.upgrade_overclocker.name=Overclocker Upgrade +item.techreborn.upgrade_transformer.name=Transformer Upgrade +item.techreborn.upgrade_energystorage.name=Energy Storage Upgrade -item.rubySword.name=Ruby Sword -item.rubyPickaxe.name=Ruby Pickaxe -item.rubySpade.name=Ruby Shovel -item.rubyAxe.name=Ruby Axe -item.rubyHoe.name=Ruby Hoe -item.rubyHelmet.name=Ruby Helmet -item.rubyChestplate.name=Ruby Chestplate -item.rubyLeggings.name=Ruby Leggings -item.rubyBoots.name=Ruby Boots +#Gem armor & tools +item.techreborn.bronzeSword.name=Bronze Sword +item.techreborn.bronzePickaxe.name=Bronze Pickaxe +item.techreborn.bronzeSpade.name=Bronze Shovel +item.techreborn.bronzeAxe.name=Bronze Axe +item.techreborn.bronzeHoe.name=Bronze Hoe +item.techreborn.bronzeHelmet.name=Bronze Helmet +item.techreborn.bronzeChestplate.name=Bronze Chestplate +item.techreborn.bronzeLeggings.name=Bronze Leggings +item.techreborn.bronzeBoots.name=Bronze Boots -item.sapphireSword.name=Sapphire Sword -item.sapphirePickaxe.name=Sapphire Pickaxe -item.sapphireSpade.name=Sapphire Shovel -item.sapphireAxe.name=Sapphire Axe -item.sapphireHoe.name=Sapphire Hoe -item.sapphireHelmet.name=Sapphire Helmet -item.sapphireChestplate.name=Sapphire Chestplate -item.sapphireLeggings.name=Sapphire Leggings -item.sapphireBoots.name=Sapphire Boots +item.techreborn.rubySword.name=Ruby Sword +item.techreborn.rubyPickaxe.name=Ruby Pickaxe +item.techreborn.rubySpade.name=Ruby Shovel +item.techreborn.rubyAxe.name=Ruby Axe +item.techreborn.rubyHoe.name=Ruby Hoe +item.techreborn.rubyHelmet.name=Ruby Helmet +item.techreborn.rubyChestplate.name=Ruby Chestplate +item.techreborn.rubyLeggings.name=Ruby Leggings +item.techreborn.rubyBoots.name=Ruby Boots -item.peridotSword.name=Peridot Sword -item.peridotPickaxe.name=Peridot Pickaxe -item.peridotSpade.name=Peridot Shovel -item.peridotAxe.name=Peridot Axe -item.peridotHoe.name=Peridot Hoe -item.peridotHelmet.name=Peridot Helmet -item.peridotChestplate.name=Peridot Chestplate -item.peridotLeggings.name=Peridot Leggings -item.peridotBoots.name=Peridot Boots +item.techreborn.sapphireSword.name=Sapphire Sword +item.techreborn.sapphirePickaxe.name=Sapphire Pickaxe +item.techreborn.sapphireSpade.name=Sapphire Shovel +item.techreborn.sapphireAxe.name=Sapphire Axe +item.techreborn.sapphireHoe.name=Sapphire Hoe +item.techreborn.sapphireHelmet.name=Sapphire Helmet +item.techreborn.sapphireChestplate.name=Sapphire Chestplate +item.techreborn.sapphireLeggings.name=Sapphire Leggings +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.fluidberylium=Beryllium @@ -582,20 +602,7 @@ fluid.fluidsodiumpersulfate=Sodiumpersulfate fluid.fluidtritium=Tritium fluid.fluidwolframium=Wolframium -#Items -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 +#Cables tile.techreborn:cable.copper.name=Copper Cable tile.techreborn:cable.tin.name=Tin 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.insulatedgold.name=Insulated Gold Cable tile.techreborn:cable.insulatedhv.name=Insulated HV Cable -item.techreborn.scrapbox.name=Scrap Box #Message techreborn.message.missingmultiblock=Incomplete Multiblock @@ -625,20 +631,6 @@ techreborn.message.nanosaberInactive=Inactive techreborn.message.nanosaberEnergyErrorTo=Not Enough Energy to 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.transfer=Energy Transfer: desc.tier=Tier: