From 7488310c0e1b2633bf68c80f58c495e0dd75806c Mon Sep 17 00:00:00 2001 From: miozune Date: Wed, 25 Jan 2023 18:35:48 +0900 Subject: Add localization of cable tooltip (#1682) --- src/main/resources/assets/gregtech/lang/en_US.lang | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 73e4d96bb5..4102cc6d66 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -218,6 +218,11 @@ GT5U.item.programmed_circuit.no_screwdriver.0=Trying to mangle a CIRCUIT with yo GT5U.item.programmed_circuit.no_screwdriver.1=Your thumb is not a screwdriver. Try a real one. GT5U.item.programmed_circuit.no_screwdriver.2=Chuck Norris stares at the circuit until it reprograms itself. You do not. +GT5U.item.cable.max_voltage=Max Voltage +GT5U.item.cable.max_amperage=Max Amperage +GT5U.item.cable.loss=Loss/Meter/Ampere +GT5U.item.cable.eu_volt=EU-Volt + GT5U.hatch.disableFilter.true=Input Filter §cOff§r GT5U.hatch.disableFilter.false=Input Filter §aOn§r GT5U.hatch.disableMultiStack.true=Multi Stack Input §cOff§r -- cgit