diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-03-03 17:11:22 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-03-03 17:11:22 +1000 |
commit | 94ccfe55a1b65f0c1173cb47fae1a68decb99354 (patch) | |
tree | db72b6bef3756ca9d61d28b992f33641b8a83fd7 /src/resources | |
parent | 9b90ec63b0eb04c60dfa90791291b8a0174409d6 (diff) | |
download | GT5-Unofficial-94ccfe55a1b65f0c1173cb47fae1a68decb99354.tar.gz GT5-Unofficial-94ccfe55a1b65f0c1173cb47fae1a68decb99354.tar.bz2 GT5-Unofficial-94ccfe55a1b65f0c1173cb47fae1a68decb99354.zip |
+ Added Foil base item for future item generation.
+ Added U235 foil, if it is missing.
$ Fixed Mutagenic frame recipe not working, due to U235 Foil not existing in .09.
$ Fixed naming of Cryo/Pyrotheum fluid blocks.
% Tweaked Multi Machine Manual.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index 55e276de9f..9096e30eaf 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -52,9 +52,12 @@ item.MiscUtils.material.dustPyrotheum.name=Pyrotheum Dust item.MiscUtils.material.dustCryotheum.name=Cryotheum Dust item.MiscUtils.material.rodBlizz.name=Blizz Rod item.MiscUtils.material.dustBlizz.name=Blizz Powder -tile.MiscUtils.fluid.pyrotheum.name=Blazing Pyrotheum -tile.MiscUtils.fluid.cryotheum.name=Gelid Cryotheum + +//============= 'miscutils' is Case Sensitive Here, unsure why +tile.miscutils.fluid.pyrotheum.name=Blazing Pyrotheum +tile.miscutils.fluid.cryotheum.name=Gelid Cryotheum tile.miscutils.fluid.ender.name=Resonant Ender +//============== //Forestry Stuff item.frameAccelerated.name=Accelerated Frame @@ -107,6 +110,7 @@ MU-metaitem.01.0.name=MU-metaitem.01.0.name //Cells item.SulfurDioxide.name=High Quality Sulfur Dioxide Cell +item.mobessence.name=Mob Essence Cell item.Fertiliser.name=Fertiliser Cell item.UN32Fertiliser.name=UN-32 Fertiliser Cell item.UN18Fertiliser.name=UN-18 Fertiliser Cell @@ -1611,12 +1615,21 @@ item.TungstenCarbideMultispade.name=Tungsten Carbide Multispade item.TantalumCarbideMultipick.name=Tantalum Carbide Multipick item.TantalumCarbideMultispade.name=Tantalum Carbide Multispade -item.mobessence.name=Mob Essence Cell + +//Items that Don't fit into another category + +//Plates item.itemPlateClay.name=Clay Plate item.itemPlateDoubleClay.name=Double Clay Plate -item.itemSmallGearWroughtIron.name=Small Wrought Iron Gear item.itemPlateLithium.name=Lithium Plate item.itemPlateDoubleEuropium.name=Double Europium Plate + +//Gears +item.itemSmallGearWroughtIron.name=Small Wrought Iron Gear + +//Misc +item.itemFoilUranium235.name=Uranium 235 Foil + item.itemBoilerChassis_0.name=Advanced Boiler Chassis [Tier 1] item.itemDehydratorCoilWire_0.name=Coil Wire [EV] item.itemDehydratorCoil_0.name=Dehydrator Coil [EV] |