diff options
author | botn365 <42187820+botn365@users.noreply.github.com> | 2020-12-10 12:45:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 12:45:04 +0100 |
commit | d66962ed18b3f8d15889ce0b5545427311b24f94 (patch) | |
tree | f665f217dc119b77225cbd5a2031d27cf7dfac57 /src/main/resources/assets/gregtech/lang | |
parent | 31a2af6740f8c3f33606f3d21eecb4ada8ac7957 (diff) | |
download | GT5-Unofficial-d66962ed18b3f8d15889ce0b5545427311b24f94.tar.gz GT5-Unofficial-d66962ed18b3f8d15889ce0b5545427311b24f94.tar.bz2 GT5-Unofficial-d66962ed18b3f8d15889ce0b5545427311b24f94.zip |
add the option to disable input filter (#365)
Diffstat (limited to 'src/main/resources/assets/gregtech/lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 3 |
1 files changed, 2 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 c3c5a574af..158d108278 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -66,7 +66,8 @@ GT5U.machines.minermulti=Multiblock Miner GT5U.machines.voidoveflow.enabled=Overflow voiding enabled GT5U.machines.voidoveflow.disabled=Overflow voiding disabled - +GT5U.hatch.disableFilter.true=Input Filter Off +GT5U.hatch.disableFilter.false=Input Filter On GT5U.multiblock.pollution=Pollution reduced to GT5U.multiblock.energy=Stored Energy |