diff options
author | HoleFish <48403212+HoleFish@users.noreply.github.com> | 2024-08-24 03:51:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 21:51:40 +0200 |
commit | 56c98aa0ca2ccab586abe13e3064b1e3499731ec (patch) | |
tree | ee64e4ff405d8c6a92cc097d7d18d7bf10b25554 /src/main/resources/assets | |
parent | 71e7f3dc16a7be69a3f89c17a170d401383bf021 (diff) | |
download | GT5-Unofficial-56c98aa0ca2ccab586abe13e3064b1e3499731ec.tar.gz GT5-Unofficial-56c98aa0ca2ccab586abe13e3064b1e3499731ec.tar.bz2 GT5-Unofficial-56c98aa0ca2ccab586abe13e3064b1e3499731ec.zip |
Display real data stick for assembly line recipes in NEI (#2917)
* display real data stick
* spotless
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 65350025a5..3bfc3a13e7 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -763,13 +763,14 @@ gt.blockmachines.multimachine.em.scanner.hint.2=3 - Elemental Output Hatches or gt.blockmachines.multimachine.em.scanner.hint.3=4 - Elemental Overflow Hatches or Molecular Casing gt.blockmachines.multimachine.em.scanner.desc.0=Controller block of the Elemental Scanner -gt.blockmachines.multimachine.em.research.name=Research Station +gt.blockmachines.multimachine.em.research.type=Research Station, Scanner gt.blockmachines.multimachine.em.research.hint.0=1 - Classic/Data Hatches or Computer casing gt.blockmachines.multimachine.em.research.hint.1=2 - Holder Hatch gt.blockmachines.multimachine.em.research.desc.0=Controller block of the Research Station gt.blockmachines.multimachine.em.research.desc.1=Used to scan Data Sticks for Assembling Line Recipes gt.blockmachines.multimachine.em.research.desc.2=Needs to be fed with computation to work gt.blockmachines.multimachine.em.research.desc.3=Does not consume the item until the Data Stick is written +gt.blockmachines.multimachine.em.research.desc.4=Use screwdriver to change mode gt.blockmachines.multimachine.em.research.mode.Assembly_line=Mode: Research Station gt.blockmachines.multimachine.em.research.mode.Scanner=Mode: Scanner |