diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-06-16 03:59:47 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-06-16 03:59:47 +1000 |
commit | 51d5db94cfafac652a05f6f121ec2521d62aaf5c (patch) | |
tree | 8e622e427fa6416b5ca508ed4deb8e10e783f9d1 /src/resources/assets/miscutils/lang/en_US.lang | |
parent | d3f4786befad33f4ec77723bf4470d05f9f862ec (diff) | |
download | GT5-Unofficial-51d5db94cfafac652a05f6f121ec2521d62aaf5c.tar.gz GT5-Unofficial-51d5db94cfafac652a05f6f121ec2521d62aaf5c.tar.bz2 GT5-Unofficial-51d5db94cfafac652a05f6f121ec2521d62aaf5c.zip |
Done a lot of work on the NFHG.
Also did some more refactoring beforehand.
Diffstat (limited to 'src/resources/assets/miscutils/lang/en_US.lang')
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 15 |
1 files changed, 11 insertions, 4 deletions
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 |