From 51d5db94cfafac652a05f6f121ec2521d62aaf5c Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Thu, 16 Jun 2016 03:59:47 +1000 Subject: Done a lot of work on the NFHG. Also did some more refactoring beforehand. --- src/resources/assets/miscutils/lang/en_US.lang | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/resources/assets/miscutils/lang/en_US.lang') diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index 5f113eb493..a47a3658f9 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -2,7 +2,7 @@ itemGroup.MiscUtilBlockTab=Misc. Utils Blocks itemGroup.MiscUtilMiscTab=Misc. Utils Items itemGroup.MiscUtilCombatTab=Misc. Utils Combat itemGroup.MiscUtilToolsTab=Misc. Utils Tools -itemGroup.MiscUtilMachinesTab=Misc. Utils Machines +itemGroup.MiscUtilMachineTab=Misc. Utils Machines @@ -30,14 +30,21 @@ item.itemPlateBloodSteel.name=Blood Steel Plate item.itemIngotStaballoy.name=Staballoy Ingot item.itemPlateStaballoy.name=Staballoy Plate item.itemHeliumBlob.name=Blob of solid Helium -item.itemPlateBatteryAlloy=Plate of Battery Alloy -item.itemIngotBatteryAlloy=Ingot of Battery Alloy -item.itemStickyRubber=Gumlet of Sticky Rubber +item.itemPlateBatteryAlloy.name=Plate of Battery Alloy +item.itemIngotBatteryAlloy.name=Ingot of Battery Alloy +item.itemStickyRubber.name=Gumlet of Sticky Rubber +item.itemFuelRod_Empty.name=Empty Fuel Rod +item.itemFuelRod_Thorium.name=Thorium Fuel Rod +item.itemFuelRod_Uranium.name=Uranium Fuel Rod +item.itemFuelRod_Plutonium.name=Plutonium Fuel Rod item.miscutils_itemDebugShapeSpawner.name=[Debug] Shapes tile.yourFluid.name=Jack Daniels tile.blockGriefSaver.name=Anti-Griefer [WIP] tile.helium_collector.name=Helium Collector +tile.blockNuclearFueledHeliumGenerator.name=Nuclear Fueled Helium Generator [NFHG] +container.NHG=Nuclear Fueled Helium Generator +container.helium_collector.name=Helium Collector tile.blockStaballoy.name=Block of Staballoy tile.blockBloodSteel.name=Block of Blood Steel -- cgit