diff options
| author | Abdiel Kavash <19243993+AbdielKavash@users.noreply.github.com> | 2024-03-28 06:40:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 13:40:11 +0100 |
| commit | 9f050f717c33236a845d7e03bbef7425c0911dd7 (patch) | |
| tree | 885d8638d273aa1bb2438d0b6463fac44fe1a0a3 /src/main/resources/assets | |
| parent | 54a75bbec0ea90a5699e2c962cfb6b42b2efeec3 (diff) | |
| download | GT5-Unofficial-9f050f717c33236a845d7e03bbef7425c0911dd7.tar.gz GT5-Unofficial-9f050f717c33236a845d7e03bbef7425c0911dd7.tar.bz2 GT5-Unofficial-9f050f717c33236a845d7e03bbef7425c0911dd7.zip | |
Show amperes in/out in tooltip of energy hatches. (#279)
Diffstat (limited to 'src/main/resources/assets')
| -rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 1941e3f886..38fec96329 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -228,6 +228,8 @@ gt.blockmachines.hatch.energymulti16.tier.13.name=UXV 16A Energy Hatch gt.blockmachines.hatch.energymulti64.tier.13.name=UXV 64A Energy Hatch gt.blockmachines.hatch.energymulti.desc.0=Multiple Ampere Energy Injector for Multiblocks gt.blockmachines.hatch.energymulti.desc.1=Amperes In +gt.blockmachines.hatch.energymulti.desc.2=Accepts up to %d Amps from energy network +gt.blockmachines.hatch.energymulti.desc.3=Provides up to %d Amps to the multiblock achievement.gt.blockmachines.hatch.energywirelessmulti04.tier.04=EV 4A Wireless Energy Hatch achievement.gt.blockmachines.hatch.energywirelessmulti16.tier.04=EV 16A Wireless Energy Hatch |
