diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-29 12:19:35 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-04-29 12:19:35 +1000 |
commit | 47d2b68b66fb9958b57c3ff81f1e73e8f6afd91b (patch) | |
tree | 4b286fbf8780c16a1f30598614875c3afb26daa5 /src/resources/assets/miscutils/lang | |
parent | f2f00bdaf83738740f004b46126ffe48e0b1cbc9 (diff) | |
download | GT5-Unofficial-47d2b68b66fb9958b57c3ff81f1e73e8f6afd91b.tar.gz GT5-Unofficial-47d2b68b66fb9958b57c3ff81f1e73e8f6afd91b.tar.bz2 GT5-Unofficial-47d2b68b66fb9958b57c3ff81f1e73e8f6afd91b.zip |
$ Fixed bug when breaking blocks which drop their inventory contents.
$ Fixed Hardness of Lead Lined Chest.
$ Fixed handling of tools/electrics in the Tree Farmer.
% Updated English Locale.
Diffstat (limited to 'src/resources/assets/miscutils/lang')
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index 9ce7e83082..1ddcef9c74 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -2871,4 +2871,29 @@ item.itemRotorWhiteMetal.name=White Metal Rotor item.itemGearWhiteMetal.name=White Metal Gear item.itemCellWhiteMetal.name=White Metal Cell tile.Block of White Metal.name=Block of White Metal -tile.White Metal Frame Box.name=White Metal Frame Box
\ No newline at end of file +tile.White Metal Frame Box.name=White Metal Frame Box + +//Added 29/04/2019 +tile.OreRunite.name=Runite Ore +item.crushedRunite.name=Crushed Runite Ore +item.crushedCentrifugedRunite.name=Centrifuged Crushed Runite Ore +item.crushedPurifiedRunite.name=Purified Crushed Runite Ore +item.dustImpureRunite.name=Impure Runite Dust +item.dustPureRunite.name=Purified Runite Dust + +tile.OreAncientGranite.name=Ancient Granite Ore +item.crushedAncientGranite.name=Crushed Ancient Granite Ore +item.crushedCentrifugedAncientGranite.name=Centrifuged Crushed Ancient Granite Ore +item.crushedPurifiedAncientGranite.name=Purified Crushed Ancient Granite Ore +item.dustImpureAncientGranite.name=Impure Ancient Granite Dust +item.dustPureAncientGranite.name=Purified Ancient Granite Dust + +item.itemIngotRhugnor.name=Rhugnor Ingot +item.itemDustRhugnor.name=Rhugnor Dust +item.itemDustTinyRhugnor.name=Tiny Pile of Rhugnor Dust +item.itemDustSmallRhugnor.name=Small Pile of Rhugnor Dust +item.itemNuggetRhugnor.name=Rhugnor Nugget +item.itemPlateRhugnor.name=Rhugnor Plate +item.itemPlateDoubleRhugnor.name=Double Rhugnor Plate +item.itemCellRhugnor.name=Rhugnor Cell +tile.Block of Rhugnor.name=Block of Rhugnor
\ No newline at end of file |