diff options
author | MuXiu1997 <MuXiu1997@Gmail.com> | 2022-04-08 21:41:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 15:41:30 +0200 |
commit | 1a7e8f13d7253d1b14dab2eeb99d406234e2485f (patch) | |
tree | 5ae385baa3ff4404d59ea311c448fab868c7b9dd /src/main/resources/assets/gregtech | |
parent | 6c517bd58bacb055cddb0ae49667e0daa3ea346a (diff) | |
download | GT5-Unofficial-1a7e8f13d7253d1b14dab2eeb99d406234e2485f.tar.gz GT5-Unofficial-1a7e8f13d7253d1b14dab2eeb99d406234e2485f.tar.bz2 GT5-Unofficial-1a7e8f13d7253d1b14dab2eeb99d406234e2485f.zip |
Allows sorting of configuration circuits (#1012)
* Allows sorting of configuration circuits
* Fix things
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 5a95aa9a6c..4e505e3b68 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -186,6 +186,8 @@ GT5U.config.interface.TooltipVerbosity=Tooltip verbosity (See details) GT5U.config.interface.TooltipVerbosity.tooltip=How verbose should GregTech interface tooltips be?\n0: No tooltips\n1: One line tooltips only\n2: Normal tooltips [DEFAULT]\n3+: Extended tooltips GT5U.config.interface.TooltipShiftVerbosity=Tooltip verbosity (LSHIFT Down) GT5U.config.interface.TooltipShiftVerbosity.tooltip=How verbose should GregTech interface tooltips be when LSHIFT is held down?\n0: No tooltips\n1: One line tooltips only\n2: Normal tooltips\n3+: Extended tooltips [DEFAULT] +GT5U.config.interface.CircuitsOrder=Circuits Order (See details) +GT5U.config.interface.CircuitsOrder.tooltip=What is the order of the circuits when they are selected?\nFill in the Unique Identifier of the circuits.\nFor example: gregtech:gt.integrated_circuit GT5U.config.preference=Client Preference GT5U.config.preference.mInputBusInitialFilter=Input Bus Initial Input Filter Status GT5U.config.preference.mInputBusInitialFilter.tooltip=Whether Input busses enable the input filter upon placed\nDoes not affect busses placed by others\nDoes not affect existing busses |