diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-26 13:15:00 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-26 13:15:00 +1000 |
commit | 07057093486610bd952a61862c0ea098af853f2a (patch) | |
tree | 177f0dda194a7948268024106dc1cb08ade36d30 /src | |
parent | 4a605b6249c9ad9711e254b7d8c95ec5b6b1d089 (diff) | |
download | GT5-Unofficial-07057093486610bd952a61862c0ea098af853f2a.tar.gz GT5-Unofficial-07057093486610bd952a61862c0ea098af853f2a.tar.bz2 GT5-Unofficial-07057093486610bd952a61862c0ea098af853f2a.zip |
+ Added more names to en_US.lang.
% Fixed a fluid naming issue.
Diffstat (limited to 'src')
-rw-r--r-- | src/Java/gtPlusPlus/core/item/chemistry/NuclearChem.java | 4 | ||||
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 28 |
2 files changed, 29 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/core/item/chemistry/NuclearChem.java b/src/Java/gtPlusPlus/core/item/chemistry/NuclearChem.java index 6432bf68bb..696ed2aeca 100644 --- a/src/Java/gtPlusPlus/core/item/chemistry/NuclearChem.java +++ b/src/Java/gtPlusPlus/core/item/chemistry/NuclearChem.java @@ -13,8 +13,8 @@ public class NuclearChem { //Create Coal Gas Burnt_LiFBeF2ThF4UF4 = FluidUtils.generateFluidNonMolten("BurntLiFBeF2ThF4UF4", "Burnt LiFBeF2ThF4UF4 Salt", 545, new short[]{48, 48, 175, 100}, null, null); - Burnt_LiFBeF2ZrF4UF4 = FluidUtils.generateFluidNonMolten("Burnt_LiFBeF2ZrF4UF4", "Burnt LiFBeF2ZrF4UF4 Salt", 520, new short[]{48, 68, 165, 100}, null, null); - Burnt_LiFBeF2ZrF4U235 = FluidUtils.generateFluidNonMolten("Burnt_LiFBeF2ZrF4U235", "Burnt LiFBeF2ZrF4U235 Salt", 533, new short[]{68, 48, 185, 100}, null, null); + Burnt_LiFBeF2ZrF4UF4 = FluidUtils.generateFluidNonMolten("BurntLiFBeF2ZrF4UF4", "Burnt LiFBeF2ZrF4UF4 Salt", 520, new short[]{48, 68, 165, 100}, null, null); + Burnt_LiFBeF2ZrF4U235 = FluidUtils.generateFluidNonMolten("BurntLiFBeF2ZrF4U235", "Burnt LiFBeF2ZrF4U235 Salt", 533, new short[]{68, 48, 185, 100}, null, null); createRecipes(); diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index 5d8681f656..43dac005d4 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -1956,4 +1956,30 @@ item.itemCellLiFBeF2ThF4UF4.name=Cell of Molten Salt [LiFBeF2ThF4UF4] item.itemCellLiFBeF2ZrF4UF4.name=Cell of Molten Salt [LiFBeF2ZrF4UF4] item.itemCellLiFBeF2ZrF4U235.name=Cell of Molten Salt [LiFBeF2ZrF4U235] item.itemPlateMeatRaw.name=Fleshy Panel -tile.Block of MeatRaw.name=Block of Raw Meat
\ No newline at end of file +tile.Block of MeatRaw.name=Block of Raw Meat + +//Added 26/5/18 +item.BurntLiFBeF2ThF4UF4.name=Cell of Used Reactor Fuel [LiFBeF2ThF4UF4] +item.BurntLiFBeF2ZrF4UF4.name=Cell of Used Reactor Fuel [LiFBeF2ZrF4UF4] +item.BurntLiFBeF2ZrF4U235.name=Cell of Used Reactor Fuel [LiFBeF2ZrF4U235] +item.itemBigEgg.name= ounce Chicken Egg +item.itemPlateSodium.name=Sodium Plate + +item.itemNuggetPromethium.name=Promethium Nugget +item.itemIngotPromethium.name=Promethium Ingot +item.itemDustSmallPromethium.name=Small Pile of Promethium +item.itemDustTinyPromethium.name=Tiny Pile of Promethium +item.itemDustPromethium.name=Promethium Dust +tile.Block of Promethium.name=Block of Promethium + +item.itemCellAmericium241.name=Americium-241 Cell +item.itemCellPolonium210.name=Polonium-210 Cell +item.itemCellStrontium90.name=Strontium-90 Cell +item.itemCellPlutonium238.name=Plutonium-238 Cell + +entity.MiningCharge.name=Mining Charge +entity.throwablePotionSulfuric.name=Flask of Sulfuric Acid +entity.throwablePotionHydrofluoric.name=Flask of Hydrofluoric Acid +entity.toxinBall.name=Toxin globule +entity.plasmaBolt.name=Plasma +entity.MiningbigChickenFriendlyCharge.name=Giant Chicken |