diff options
author | NotAPenguin <michiel.vandeginste@gmail.com> | 2024-07-18 17:08:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 22:08:27 +0700 |
commit | 11a2735b633623cb6a754247c4f42ff14810b38b (patch) | |
tree | 1ff7c3e4c11a437f80d410e0800b3b2e5521417f /src/main/resources | |
parent | e3a650785887866e4b8533b61044479ecb80aee7 (diff) | |
download | GT5-Unofficial-11a2735b633623cb6a754247c4f42ff14810b38b.tar.gz GT5-Unofficial-11a2735b633623cb6a754247c4f42ff14810b38b.tar.bz2 GT5-Unofficial-11a2735b633623cb6a754247c4f42ff14810b38b.zip |
Add wireless computation and data stick hatches (#2724)
* start on wireless computation
* initial implementation of wireless computation hatch
* Implement wireless data sticks
* Fix wireless computation by simplifying the implementation greatly
* Delete dead code
* Add scanner output for wireless computation in network
* Rename wireless computation hatch to cloud hatch
* Final rename to client/server
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index e92bbd69d9..ece0cbab3c 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -522,11 +522,17 @@ 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 +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.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 +gt.blockmachines.hatch.wirelessdataoutass.desc.0=Wireless ItemStack Data Output for Multiblocks +gt.blockmachines.hatch.wirelessdataoutass.desc.1=High speed internet connection + gt.blockmachines.hatch.rack.tier.08.name=Computer Rack gt.blockmachines.hatch.rack.desc.0=4 Slot Rack gt.blockmachines.hatch.rack.desc.1=Holds Computer Components @@ -703,6 +709,7 @@ gt.blockmachines.multimachine.em.computer.cfgo.0=Current max. heat gt.blockmachines.multimachine.em.computer.cfgo.1=Produced computation gt.blockmachines.multimachine.em.computer.desc.0=Controller block of the Quantum Computer gt.blockmachines.multimachine.em.computer.desc.1=Used to generate computation (and heat) +gt.blockmachines.multimachine.em.computer.desc.2=Use screwdriver to toggle wireless mode gt.blockmachines.multimachine.em.databank.name=Data Bank gt.blockmachines.multimachine.em.databank.hint.0=1 - Classic Hatches or high power casing @@ -710,6 +717,7 @@ gt.blockmachines.multimachine.em.databank.hint.1=2 - Data Access/Data Bank Maste gt.blockmachines.multimachine.em.databank.desc.0=Controller block of the Data Bank gt.blockmachines.multimachine.em.databank.desc.1=Used to supply Assembling Lines with more Data Sticks gt.blockmachines.multimachine.em.databank.desc.2=and give multiple Assembling Lines access to the same Data Stick +gt.blockmachines.multimachine.em.databank.desc.3=Use screwdriver to toggle wireless mode gt.blockmachines.multimachine.em.junction.name=Matter Junction gt.blockmachines.multimachine.em.junction.hint.0=1 - Classic Hatches or High Power Casing @@ -1226,6 +1234,7 @@ tt.keyword.Structure.EssentiaStorage=Essentia Storage tt.keyword.Structure.DataConnector=Data Connector tt.keyword.Structure.SuperconductingCoilBlock=Superconducting Coil Block tt.keyword.Structure.StainlessSteelCasing=Stainless Steel Casing +tt.wirelessInputData.config.text=Configure how much computation to pull from wireless network tt.keyphrase.Hint_Details=Hint Details |