diff options
| author | GirixK <72603953+GirixK@users.noreply.github.com> | 2024-08-18 10:48:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-18 08:48:36 +0000 |
| commit | c960e83de27cd35a0011bcdccd7fddd0e58c7d4c (patch) | |
| tree | ad9eb4b846533eb4ef789cad539b61a36a668b70 /src/main/resources/assets/tectech | |
| parent | 23f47f8f36dfe63d2db6d21b86eac9f4816f8eda (diff) | |
| download | GT5-Unofficial-c960e83de27cd35a0011bcdccd7fddd0e58c7d4c.tar.gz GT5-Unofficial-c960e83de27cd35a0011bcdccd7fddd0e58c7d4c.tar.bz2 GT5-Unofficial-c960e83de27cd35a0011bcdccd7fddd0e58c7d4c.zip | |
Replace all instances of Master/Slave dynamic within Optical and Data Bank/Assline Connector hatches (#2918)
* Replace all instances of Master/Slave dynamic
* Rename to avoid confusion
---------
Co-authored-by: GirixK <GirixK@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/tectech')
| -rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index e58168a9f5..65350025a5 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -507,17 +507,17 @@ gt.blockmachines.hatch.certain.tier.10.name=Uncertainty Resolver X gt.blockmachines.hatch.certain.desc.0=Feeling certain, or not? gt.blockmachines.hatch.certain.desc.1=Schrödinger equation in a box -gt.blockmachines.hatch.datain.tier.07.name=Optical Slave Connector +gt.blockmachines.hatch.datain.tier.07.name=Optical Reception Connector gt.blockmachines.hatch.datain.desc.0=Quantum Data Input for Multiblocks gt.blockmachines.hatch.datain.desc.1=High speed fibre optics connector. gt.blockmachines.hatch.datain.desc.2=Must be painted to work -gt.blockmachines.hatch.dataout.tier.07.name=Optical Master Connector +gt.blockmachines.hatch.dataout.tier.07.name=Optical Transmission Connector gt.blockmachines.hatch.dataout.desc.0=Quantum Data Output for Multiblocks gt.blockmachines.hatch.dataout.desc.1=High speed fibre optics connector. gt.blockmachines.hatch.dataout.desc.2=Must be painted to work -gt.blockmachines.hatch.datainass.tier.07.name=Assembly line Slave Connector +gt.blockmachines.hatch.datainass.tier.07.name=Assembly line Reception Connector gt.blockmachines.hatch.datainass.desc.0=ItemStack Data Input for Multiblocks gt.blockmachines.hatch.datainass.desc.1=High speed fibre optics connector. gt.blockmachines.hatch.datainass.desc.2=Must be painted to work @@ -525,7 +525,7 @@ gt.blockmachines.hatch.datainass.desc.2=Must be painted to work gt.blockmachines.hatch.datainasswireless.desc.0=Wireless ItemStack Data Input for Multiblocks gt.blockmachines.hatch.datainasswireless.desc.1=High speed internet connection -gt.blockmachines.hatch.dataoutass.tier.07.name=Data Bank Master Connector +gt.blockmachines.hatch.dataoutass.tier.07.name=Data Bank Transmission Connector gt.blockmachines.hatch.dataoutass.desc.0=ItemStack Data Output for Multiblocks gt.blockmachines.hatch.dataoutass.desc.1=High speed fibre optics connector. gt.blockmachines.hatch.dataoutass.desc.2=Must be painted to work |
