diff options
| author | HoleFish <48403212+HoleFish@users.noreply.github.com> | 2024-09-07 12:28:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 04:28:02 +0000 |
| commit | 187ea0936189223863027ccc3a2982c1dd96a480 (patch) | |
| tree | 97a9f4aae14af74496220ce3d4dd19d01ca8e5e8 /src/main/resources/assets/gregtech | |
| parent | d57edae3a55131600090a3aee00c85c4b94621ad (diff) | |
| download | GT5-Unofficial-187ea0936189223863027ccc3a2982c1dd96a480.tar.gz GT5-Unofficial-187ea0936189223863027ccc3a2982c1dd96a480.tar.bz2 GT5-Unofficial-187ea0936189223863027ccc3a2982c1dd96a480.zip | |
Fix AAL tooltips (#3087)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/resources/assets/gregtech')
| -rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index c981c982bb..e4609fd52d 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -515,7 +515,7 @@ GT5U.gui.text.fuel_quality_too_high=§7Fuel quality too high to run without boos GT5U.gui.text.no_data_sticks=§7No Data Sticks found GT5U.gui.text.bio_upgrade_missing=§7Recipe needs Bio Upgrade to start GT5U.gui.text.electromagnet_missing=§7Needs an Electromagnet to run -GT5U.gui.text.electromagnet_insufficient=§7Electromagnet too weak to handle exotic energy hatches +GT5U.gui.text.electromagnet_insufficient=§7Electromagnet too weak to handle multi-amp energy hatches GT5U.gui.text.laser_insufficient=§7Laser source is too weak to run this recipe GT5U.gui.text.cleanroom_running=§aCleanroom running GT5U.gui.text.no_machine=§7No valid processing machine |
