diff options
author | Steelux <70096037+Steelux8@users.noreply.github.com> | 2022-06-24 18:10:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 19:10:28 +0200 |
commit | 796b55c9b1dacce64b3312d0c16bc198b8007543 (patch) | |
tree | 08501e0126cfdf0dbd6dd9478669d4054db80bf2 /src/main/resources/assets/miscutils/lang | |
parent | d30fe31cbf40a972ebfa4b8a9efba2df9b71cd13 (diff) | |
download | GT5-Unofficial-796b55c9b1dacce64b3312d0c16bc198b8007543.tar.gz GT5-Unofficial-796b55c9b1dacce64b3312d0c16bc198b8007543.tar.bz2 GT5-Unofficial-796b55c9b1dacce64b3312d0c16bc198b8007543.zip |
Add UHV Soldering Alloy for Endgame Recipes (#196)
* Added Endgame Soldering Alloy
- Adder recipe for Mutated Living Solder, an endgame soldering alloy meant for the bioware circuit line and content after it;
- Added a new, very expensive catalyst for this recipe, which favors the usage of Awakened Draconium Coils to prevent losing durability on the catalyst;
- Changed the Chemical Plant so that using Awakened Draconium Coils with Tungstensteel Pipe Casings removes the chance of consuming catalyst durability.
* Lowered Recipe Energy Tier by 1
Diffstat (limited to 'src/main/resources/assets/miscutils/lang')
-rw-r--r-- | src/main/resources/assets/miscutils/lang/en_US.lang | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/miscutils/lang/en_US.lang b/src/main/resources/assets/miscutils/lang/en_US.lang index abadfbde70..6cb7b27af4 100644 --- a/src/main/resources/assets/miscutils/lang/en_US.lang +++ b/src/main/resources/assets/miscutils/lang/en_US.lang @@ -3389,3 +3389,6 @@ item.miscutils:magicfeather.name=Magical Feather //Added 10/02/22 item.BasicGenericChemItem.14.name=Solid-Acid Catalyst + +//Added 30/05/22 +item.BasicGenericChemItem.15.name=Infinite Mutation Catalyst
\ No newline at end of file |