From c960e83de27cd35a0011bcdccd7fddd0e58c7d4c Mon Sep 17 00:00:00 2001 From: GirixK <72603953+GirixK@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:48:36 +0200 Subject: 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 Co-authored-by: Martin Robertz --- src/main/resources/assets/tectech/lang/en_US.lang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/resources') 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 -- cgit