1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
|
#Creative Tab Name
itemGroup.TecTech=TecTech Interdimensional
#Blocks
tile.quantumStuff.name=Quantum Stuff
tile.quantumGlass.name=Quantum Glass
tile.quantumGlass.desc.0=Dense yet transparent
tile.quantumGlass.desc.1=Glassy & Classy
tile.reactorSim.name=Reactor Simulator
tile.reactorSim.desc.0=Fission Reaction Uncertainty Resolver 9001
tile.reactorSim.desc.1=Explodes, but not as much...
#Items
item.em.programmer.name=AVR programmer
item.em.programmer.desc.0=Current PC
item.em.programmer.desc.1=Awoken
item.em.programmer.desc.2=Active
item.em.programmer.desc.3=Debug
item.em.programmer.desc.4=Delay
item.em.debugContainer.name=Debug EM Container
item.em.debugContainer.desc.0=Contains
item.em.debugContainer.desc.1=Container for elemental matter
item.em.debugContainer.desc.2=Right click on elemental hatches
item.em.debugContainer.desc.3=---Unexpected Termination---
item.em.definitionContainer.name=EM Recipe Hint
item.em.definitionContainer.desc.0=Should Contain
item.em.definitionContainer.desc.1=Recipe Hint
item.em.definitionContainer.desc.2=---Unexpected Termination---
item.em.definitionScanStorage.name=EM Scan Storage
item.em.definitionScanStorage.desc.0=Contains scan result
item.em.definitionScanStorage.desc.1=Use to read
item.em.definitionScanStorage.desc.2=Storage for matter scan data
item.em.definitionScanStorage.desc.3=---Unexpected Termination---
item.em.constructable.name=Multiblock Machine Blueprint
item.em.constructable.desc.0=Triggers Constructable Interface
item.em.constructable.desc.1=Shows multiblock construction details,
item.em.constructable.desc.2=just Use on a multiblock controller.
item.em.constructable.desc.3=(Sneak Use in creative to build)
item.em.constructable.desc.4=Quantity affects tier/mode/type
item.em.EuMeterGT.name=GT EU meter
item.em.EuMeterGT.desc.0=Measures basic EU related stuff
item.em.EuMeterGT.desc.1=Just right click on blocks.
item.em.frontRotate.name=Front Rotation Scrench
item.em.frontRotate.desc.0=Triggers Front Rotation Interface
item.em.frontRotate.desc.1=Rotates only the front panel,
item.em.frontRotate.desc.2=which allows structure rotation.
item.em.parametrizerMemoryCard.name=Parametrizer Memory Card
item.em.parametrizerMemoryCard.desc.0=Stores Parameters
item.em.parametrizerMemoryCard.desc.1=Use on Parametrizer/Controller to configure it
item.em.parametrizerMemoryCard.desc.2=Use on Parametrizer to store parameters
item.em.parametrizerMemoryCard.desc.3=Sneak right click to lock/unlock
item.tm.teslaCoilCapacitor.0.name=LV Tesla Capacitor
item.tm.teslaCoilCapacitor.1.name=MV Tesla Capacitor
item.tm.teslaCoilCapacitor.2.name=HV Tesla Capacitor
item.tm.teslaCoilCapacitor.3.name=EV Tesla Capacitor
item.tm.teslaCoilCapacitor.4.name=IV Tesla Capacitor
item.tm.teslaCoilCapacitor.5.name=LuV Tesla Capacitor
item.tm.teslaCoilCapacitor.6.name=ZPM Tesla Capacitor
item.tm.teslaCoilCapacitor.desc.0=Stores
item.tm.teslaCoilCapacitor.desc.1=EU in a tesla tower at
item.tm.teslaCoilCapacitor.desc.2=Yeet this broken item into some spicy water!
item.tm.teslaCoilCapacitor.desc.3=Insert into a Capacitor hatch of a Tesla Tower
item.tm.teslaCoilCapacitor.desc.4=Capacitors are the same thing as batteries, right?
item.tm.itemTeslaComponent.0.name=Electrum Tesla Windings
item.tm.itemTeslaComponent.1.name=Superconductive Tesla Windings
item.tm.itemTeslaComponent.desc=Tesla bois need these!
item.tm.teslaCover.0.name=Tesla Coil Cover
item.tm.teslaCover.1.name=Tesla Coil Cover Rich Edition
item.tm.teslaCover.desc.0=Tesla-Enables Machines!
item.tm.teslaCover.desc.1=Tesla-Enables Machines! (BUT LOUDER!!)
item.tm.teslaCover.desc.2=Yeet this broken item into some spicy water!
item.tm.teslaCover.desc.3=Use on top of a machine to enable Tesla capabilities
item.tm.teslaCover.desc.4=Who the hell uses cables anyway?
item.tm.teslaStaff.name=Tesla Staff
item.tm.teslaStaff.desc=Power of the gods, at the whim of a mortal!
#Death Messages
death.attack.microwaving=%1$s was dehydrated by radiation.
death.attack.microwaving.player=%1$s was dehydrated by radiation while fighting %2$s.
death.attack.elementalPollution=%1$s was vaping from the wrong hole.
death.attack.elementalPollution.player=%1$s was vaping from the wrong hole while fighting %2$s.
death.attack.subspace=%1$s was N-th dimensionally displeased.
death.attack.subspace.player=%1$s N-th dimensionally displeased while fighting %2$s.
#Machine hulls
gt.blockmachines.hull.tier.10.name=UEV Machine Hull
gt.blockmachines.hull.tier.11.name=UIV Machine Hull
gt.blockmachines.hull.tier.12.name=UMV Machine Hull
gt.blockmachines.hull.tier.13.name=UXV Machine Hull
gt.blockmachines.hull.tier.14.name=OPV Machine Hull
gt.blockmachines.hull.tier.15.name=MAX Machine Hull
#Transformers
gt.blockmachines.wetransformer.tier.00.name=Ultra Low Voltage Power Transformer
gt.blockmachines.wetransformer.tier.00.desc=LV -> ULV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.01.name=Low Voltage Power Transformer
gt.blockmachines.wetransformer.tier.01.desc=MV -> LV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.02.name=Medium Voltage Power Transformer
gt.blockmachines.wetransformer.tier.02.desc=HV -> MV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.03.name=High Voltage Power Transformer
gt.blockmachines.wetransformer.tier.03.desc=EV -> HV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.04.name=Extreme Power Transformer
gt.blockmachines.wetransformer.tier.04.desc=IV -> EV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.05.name=Insane Power Transformer
gt.blockmachines.wetransformer.tier.05.desc=LuV -> IV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.06.name=Ludicrous Power Transformer
gt.blockmachines.wetransformer.tier.06.desc=ZPM -> LuV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.07.name=ZPM Voltage Power Transformer
gt.blockmachines.wetransformer.tier.07.desc=UV -> ZPM (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.08.name=Ultimate Power Transformer
gt.blockmachines.wetransformer.tier.08.desc=UHV -> UV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.09.name=Highly Ultimate Power Transformer
gt.blockmachines.wetransformer.tier.09.desc=UEV -> UHV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.10.name=Extremely Ultimate Power Transformer
gt.blockmachines.wetransformer.tier.10.desc=UIV -> UEV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.11.name=Insanely Ultimate Power Transformer
gt.blockmachines.wetransformer.tier.11.desc=UMV -> UIV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.12.name=Mega Ultimate Power Transformer
gt.blockmachines.wetransformer.tier.12.desc=UXV -> UMV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.13.name=Extended Mega Ultimate Power Transformer
gt.blockmachines.wetransformer.tier.13.desc=OPV -> UXV (Use Soft Mallet to invert)
gt.blockmachines.wetransformer.tier.14.name=Overpowered Power Transformer
gt.blockmachines.wetransformer.tier.14.desc=MAX -> OPV (Use Soft Mallet to invert)
gt.blockmachines.tt.transformer.tier.09.name=Highly Ultimate Transformer
gt.blockmachines.tt.transformer.tier.09.desc=UEV -> UHV (Use Soft Mallet to invert)
gt.blockmachines.tt.transformer.tier.10.name=Extremely Ultimate Transformer
gt.blockmachines.tt.transformer.tier.10.desc=UIV -> UEV (Use Soft Mallet to invert)
gt.blockmachines.tt.transformer.tier.11.name=Insanely Ultimate Transformer
gt.blockmachines.tt.transformer.tier.11.desc=UMV -> UIV (Use Soft Mallet to invert)
gt.blockmachines.tt.transformer.tier.12.name=Mega Ultimate Transformer
gt.blockmachines.tt.transformer.tier.12.desc=UXV -> UMV (Use Soft Mallet to invert)
gt.blockmachines.tt.transformer.tier.13.name=Extended Mega Ultimate Transformer
gt.blockmachines.tt.transformer.tier.13.desc=OPV -> UXV (Use Soft Mallet to invert)
gt.blockmachines.tt.transformer.tier.14.name=Overpowered Transformer
gt.blockmachines.tt.transformer.tier.14.desc=MAX -> OPV (Use Soft Mallet to invert)
gt.blockmachines.transformer.ha.tier.09.name=Highly Ultimate Hi-Amp Transformer
gt.blockmachines.transformer.ha.tier.09.desc=UEV -> UHV (Use Soft Mallet to invert
gt.blockmachines.transformer.ha.tier.10.name=Extremely Ultimate Hi-Amp Transformer
gt.blockmachines.transformer.ha.tier.10.desc=UIV -> UEV (Use Soft Mallet to invert)
gt.blockmachines.transformer.ha.tier.11.name=Insanely Ultimate Hi-Amp Transformer
gt.blockmachines.transformer.ha.tier.11.desc=UMV -> UIV (Use Soft Mallet to invert)
gt.blockmachines.transformer.ha.tier.12.name=Mega Ultimate Hi-Amp Transformer
gt.blockmachines.transformer.ha.tier.12.desc=UXV -> UMV (Use Soft Mallet to invert)
gt.blockmachines.transformer.ha.tier.13.name=Extended Mega Ultimate Hi-Amp Transformer
gt.blockmachines.transformer.ha.tier.13.desc=OPV -> UXV (Use Soft Mallet to invert)
gt.blockmachines.transformer.ha.tier.14.name=Overpowered Hi-Amp Transformer
gt.blockmachines.transformer.ha.tier.14.desc=MAX -> OPV (Use Soft Mallet to invert)
#Hatches
tt.base.emhatch.desc.0=Max stacks amount:
tt.base.emhatch.desc.1=Stack capacity:
tt.base.emhatch.desc.2=Place Overflow Hatch behind,on top or below
tt.base.emhatch.desc.3=to provide overflow protection while this block
tt.base.emhatch.desc.4=is not attached to multi block.
tt.base.emhatch.desc.5=Transport range can be extended in straight
tt.base.emhatch.desc.6=line up to 15 blocks with quantum tunnels.
tt.base.emhatch.desc.7=Must be painted to work
gt.blockmachines.hatch.emmuffler.tier.08.name=UV Overflow Output Hatch
gt.blockmachines.hatch.emmuffler.tier.09.name=UHV Overflow Output Hatch
gt.blockmachines.hatch.emmuffler.tier.10.name=UEV Overflow Output Hatch
gt.blockmachines.hatch.emmuffler.tier.11.name=UIV Overflow Output Hatch
gt.blockmachines.hatch.emmuffler.tier.12.name=UMV Overflow Output Hatch
gt.blockmachines.hatch.emmuffler.tier.13.name=UXV Overflow Output Hatch
gt.blockmachines.hatch.emmuffler.desc.0=Disposes excess elemental Matter
gt.blockmachines.hatch.emmuffler.desc.1=Mass capacity
gt.blockmachines.hatch.emmuffler.desc.2=Disposal Speed
gt.blockmachines.hatch.emmuffler.desc.3=DO NOT OBSTRUCT THE OUTPUT!
gt.blockmachines.hatch.energymulti04.tier.05.name=IV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.05.name=IV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.05.name=IV 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.06.name=LuV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.06.name=LuV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.06.name=LuV 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.07.name=ZPM 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.07.name=ZPM 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.07.name=ZPM 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.08.name=UV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.08.name=UV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.08.name=UV 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.09.name=UHV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.09.name=UHV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.09.name=UHV 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.10.name=UEV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.10.name=UEV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.10.name=UEV 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.11.name=UIV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.11.name=UIV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.11.name=UIV 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.12.name=UMV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.12.name=UMV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.12.name=UMV 64A Energy Hatch
gt.blockmachines.hatch.energymulti04.tier.13.name=UXV 4A Energy Hatch
gt.blockmachines.hatch.energymulti16.tier.13.name=UXV 16A Energy Hatch
gt.blockmachines.hatch.energymulti64.tier.13.name=UXV 64A Energy Hatch
gt.blockmachines.hatch.energymulti.desc.0=Multiple Ampere Energy Injector for Multiblocks
gt.blockmachines.hatch.energymulti.desc.1=Amperes In
gt.blockmachines.hatch.energytunnel1.tier.05.name=IV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.05.name=IV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.05.name=IV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.05.name=IV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.05.name=IV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.05.name=IV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.05.name=IV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.06.name=LuV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.06.name=LuV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.06.name=LuV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.06.name=LuV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.06.name=LuV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.06.name=LuV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.06.name=LuV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.07.name=ZPM 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.07.name=ZPM 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.07.name=ZPM 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.07.name=ZPM 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.07.name=ZPM 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.07.name=ZPM 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.07.name=ZPM 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.08.name=UV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.08.name=UV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.08.name=UV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.08.name=UV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.08.name=UV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.08.name=UV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.08.name=UV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.09.name=UHV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.09.name=UHV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.09.name=UHV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.09.name=UHV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.09.name=UHV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.09.name=UHV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.09.name=UHV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.10.name=UEV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.10.name=UEV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.10.name=UEV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.10.name=UEV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.10.name=UEV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.10.name=UEV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.10.name=UEV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.11.name=UIV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.11.name=UIV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.11.name=UIV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.11.name=UIV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.11.name=UIV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.11.name=UIV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.11.name=UIV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.12.name=UMV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.12.name=UMV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.12.name=UMV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.12.name=UMV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.12.name=UMV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.12.name=UMV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.12.name=UMV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel1.tier.13.name=UXV 256A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel2.tier.13.name=UXV 1024A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel3.tier.13.name=UXV 4096A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel4.tier.13.name=UXV 16384A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel5.tier.13.name=UXV 65536A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel6.tier.13.name=UXV 262144A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel7.tier.13.name=UXV 1048576A/t Laser Target Hatch
gt.blockmachines.hatch.energytunnel.tier.14.name=Legendary Laser Target Hatch
gt.blockmachines.hatch.energytunnel.desc.0=Energy injecting terminal for Multiblocks
gt.blockmachines.hatch.energytunnel.desc.1=Throughput
gt.blockmachines.hatch.dynamomulti04.tier.05.name=IV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.05.name=IV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.05.name=IV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.06.name=LuV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.06.name=LuV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.06.name=LuV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.07.name=ZPM 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.07.name=ZPM 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.07.name=ZPM 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.08.name=UV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.08.name=UV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.08.name=UV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.09.name=UHV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.09.name=UHV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.09.name=UHV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.10.name=UEV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.10.name=UEV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.10.name=UEV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.11.name=UIV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.11.name=UIV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.11.name=UIV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.12.name=UMV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.12.name=UMV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.12.name=UMV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti04.tier.13.name=IV 4A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti16.tier.13.name=IV 16A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti64.tier.13.name=IV 64A Dynamo Hatch
gt.blockmachines.hatch.dynamomulti.desc.0=Multiple Ampere Energy Extractor for Multiblocks
gt.blockmachines.hatch.dynamomulti.desc.1=Amperes Out
gt.blockmachines.hatch.dynamotunnel1.tier.05.name=IV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.05.name=IV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.05.name=IV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.05.name=IV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.05.name=IV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.05.name=IV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.05.name=IV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.06.name=LuV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.06.name=LuV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.06.name=LuV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.06.name=LuV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.06.name=LuV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.06.name=LuV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.06.name=LuV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.07.name=ZPM 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.07.name=ZPM 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.07.name=ZPM 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.07.name=ZPM 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.07.name=ZPM 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.07.name=ZPM 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.07.name=ZPM 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.08.name=UV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.08.name=UV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.08.name=UV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.08.name=UV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.08.name=UV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.08.name=UV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.08.name=UV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.09.name=UHV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.09.name=UHV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.09.name=UHV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.09.name=UHV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.09.name=UHV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.09.name=UHV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.09.name=UHV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.10.name=UEV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.10.name=UEV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.10.name=UEV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.10.name=UEV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.10.name=UEV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.10.name=UEV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.10.name=UEV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.11.name=UIV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.11.name=UIV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.11.name=UIV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.11.name=UIV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.11.name=UIV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.11.name=UIV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.11.name=UIV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.12.name=UMV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.12.name=UMV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.12.name=UMV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.12.name=UMV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.12.name=UMV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.12.name=UMV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.12.name=UMV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel1.tier.13.name=UXV 256A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel2.tier.13.name=UXV 1024A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel3.tier.13.name=UXV 4096A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel4.tier.13.name=UXV 16384A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel5.tier.13.name=UXV 65536A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel6.tier.13.name=UXV 262144A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel7.tier.13.name=UXV 1048576A/t Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel.tier.14.name=Legendary Laser Source Hatch
gt.blockmachines.hatch.dynamotunnel.desc.0=Energy extracting terminal for Multiblocks
gt.blockmachines.hatch.dynamotunnel.desc.1=Throughput
gt.blockmachines.emin.tier.08.name=UV Elemental Input Hatch
gt.blockmachines.emin.tier.09.name=UHV Elemental Input Hatch
gt.blockmachines.emin.tier.10.name=UEV Elemental Input Hatch
gt.blockmachines.emin.tier.11.name=UIV Elemental Input Hatch
gt.blockmachines.emin.tier.12.name=UMV Elemental Input Hatch
gt.blockmachines.emin.tier.13.name=UXV Elemental Input Hatch
gt.blockmachines.emin.desc=Elemental Input for Multiblocks
gt.blockmachines.emout.tier.08.name=UV Elemental Output Hatch
gt.blockmachines.emout.tier.09.name=UHV Elemental Output Hatch
gt.blockmachines.emout.tier.10.name=UEV Elemental Output Hatch
gt.blockmachines.emout.tier.11.name=UIV Elemental Output Hatch
gt.blockmachines.emout.tier.12.name=UMV Elemental Output Hatch
gt.blockmachines.emout.tier.13.name=UXV Elemental Output Hatch
gt.blockmachines.emout.desc=Elemental Output for Multiblocks
#TODO change tier.05 to tier.04
gt.blockmachines.hatch.param.tier.05.name=Parametrizer
gt.blockmachines.hatch.param.tier.07.name=Parametrizer X
gt.blockmachines.hatch.param.tier.10.name=Parametrizer tXt
gt.blockmachines.hatch.param.desc.0=For parametrization of Multiblocks
gt.blockmachines.hatch.param.desc.1=E=mine*craft
gt.blockmachines.hatch.certain.tier.07.name=Uncertainty Resolver
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.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.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.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.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.rack.tier.08.name=Computer Rack
gt.blockmachines.hatch.rack.desc.0=4 Slot Rack
gt.blockmachines.hatch.rack.desc.1=Holds Computer Components
gt.blockmachines.hatch.holder.tier.09.name=Object Holder
gt.blockmachines.hatch.holder.desc.0=For Research Station
gt.blockmachines.hatch.holder.desc.1=Advanced Holding Mechanism!
gt.blockmachines.hatch.capacitor.tier.03.name=Capacitor Hatch
gt.blockmachines.hatch.capacitor.desc.0=For Tesla Tower
gt.blockmachines.hatch.capacitor.desc.1=Stores 'nergy! (for a while)
#Casings
gt.blockcasingsNH.10.name=UEV Machine Casing
gt.blockcasingsNH.11.name=UIV Machine Casing
gt.blockcasingsNH.12.name=UMV Machine Casing
gt.blockcasingsNH.13.name=UXV Machine Casing
gt.blockcasingsNH.14.name=OPV Machine Casing
gt.blockcasingsNH.15.name=MAX Machine Casing
gt.blockhintTT.desc.0=Helps while building
gt.blockhintTT.0.name=Hint 1 dot
gt.blockhintTT.1.name=Hint 2 dot
gt.blockhintTT.2.name=Hint 3 dot
gt.blockhintTT.3.name=Hint 4 dot
gt.blockhintTT.4.name=Hint 5 dot
gt.blockhintTT.5.name=Hint 6 dot
gt.blockhintTT.6.name=Hint 7 dot
gt.blockhintTT.7.name=Hint 8 dot
gt.blockhintTT.8.name=Hint 9 dot
gt.blockhintTT.9.name=Hint 10 dot
gt.blockhintTT.10.name=Hint 11 dot
gt.blockhintTT.11.name=Hint 12 dot
gt.blockhintTT.desc.1=Placeholder for a certain group.
gt.blockhintTT.12.name=Hint general
gt.blockhintTT.desc.2=General placeholder.
gt.blockhintTT.13.name=Hint air
gt.blockhintTT.desc.3=Make sure it contains Air material.
gt.blockhintTT.14.name=Hint no air
gt.blockhintTT.desc.4=Make sure it does not contain Air material.
gt.blockhintTT.15.name=Hint error
gt.blockhintTT.desc.5=ERROR, what did u expect?
gt.blockcasingsTT.0.name=High Power Casing
gt.blockcasingsTT.0.desc.0=Well suited for high power applications.
gt.blockcasingsTT.0.desc.1=The power levels are rising!
gt.blockcasingsTT.1.name=Computer Casing
gt.blockcasingsTT.1.desc.0=Nice and clean casing.
gt.blockcasingsTT.1.desc.1=Dust can break it!?
gt.3blockcasingsTT.2.name=Computer Heat Vent
gt.blockcasingsTT.2.desc.0=Air vent with a filter.
gt.blockcasingsTT.2.desc.1=Perfectly muffled sound!
gt.blockcasingsTT.3.name=Advanced Computer Casing
gt.blockcasingsTT.3.desc.0=Contains high bandwidth bus
gt.blockcasingsTT.3.desc.1=couple thousand qubits wide.
gt.blockcasingsTT.4.name=Molecular Casing
gt.blockcasingsTT.4.desc.0=Stops elemental things.
gt.blockcasingsTT.4.desc.1=Radiation and emotions too...
gt.blockcasingsTT.5.name=Advanced Molecular Casing
gt.blockcasingsTT.5.desc.0=Cooling and stabilization.
gt.blockcasingsTT.5.desc.1=A comfortable machine bed.
gt.blockcasingsTT.6.name=Containment Field Generator
gt.blockcasingsTT.6.desc.0=Creates a field that...
gt.blockcasingsTT.6.desc.1=can stop even force carriers.
gt.blockcasingsTT.7.name=Molecular Coil
gt.blockcasingsTT.7.desc.0=Well it does things too...
gt.blockcasingsTT.7.desc.1=[Use this coil!]
gt.blockcasingsTT.8.name=Hollow Casing
gt.blockcasingsTT.8.desc.0=Reinforced accelerator tunnel.
gt.blockcasingsTT.8.desc.1=Most advanced pipe ever.
gt.blockcasingsTT.9.name=Spacetime Altering Casing
gt.blockcasingsTT.9.desc.0=c is no longer the limit.
gt.blockcasingsTT.9.desc.1=Wibbly wobbly timey wimey stuff.
gt.blockcasingsTT.10.name=Teleportation Casing
gt.blockcasingsTT.10.desc.0=Remote connection.
gt.blockcasingsTT.10.desc.1=Better touch with a stick.
gt.blockcasingsTT.11.name=Dimensional Bridge Generator
gt.blockcasingsTT.11.desc.0=Interdimensional Operations.
gt.blockcasingsTT.11.desc.1=Around the universe and other places too.
gt.blockcasingsTT.12.name=Ultimate Molecular Casing
gt.blockcasingsTT.12.desc.0=Ultimate in every way.
gt.blockcasingsTT.12.desc.1=I don't know what it can't do.
gt.blockcasingsTT.13.name=Ultimate Advanced Molecular Casing
gt.blockcasingsTT.13.desc.0=More Ultimate in every way.
gt.blockcasingsTT.13.desc.1=I don't know what I am doing!
gt.blockcasingsTT.14.name=Ultimate Containment Field Generator
gt.blockcasingsTT.14.desc.0=Black Hole...
gt.blockcasingsTT.14.desc.1=Meh...
gt.blockcasingsTT.15.name=Debug Sides
gt.blockcasingsTT.15.desc.0=Lazy man way of determining sides.
gt.blockcasingsTT.15.desc.1=0, 1, 2, 3, 4, 5, 6?!
gt.blockcasingsBA0.0.name=Redstone Alloy Primary Tesla Windings
gt.blockcasingsBA0.1.name=MV Superconductor Primary Tesla Windings
gt.blockcasingsBA0.2.name=HV Superconductor Primary Tesla Windings
gt.blockcasingsBA0.3.name=EV Superconductor Primary Tesla Windings
gt.blockcasingsBA0.4.name=IV Superconductor Primary Tesla Windings
gt.blockcasingsBA0.5.name=LuV Superconductor Primary Tesla Windings
gt.blockcasingsBA0.9.name=ZPM Superconductor Primary Tesla Windings
gt.blockcasingsBA0.0.desc.0=Handles up to
gt.blockcasingsBA0.0.desc.1=What one man calls God, another calls the laws of physics.
gt.blockcasingsBA0.6.name=Tesla Base Casing
gt.blockcasingsBA0.6.desc.0=The base of a wondrous contraption
gt.blockcasingsBA0.6.desc.1=it's alive, IT'S ALIVE!
gt.blockcasingsBA0.7.name=Tesla Toroid Casing
gt.blockcasingsBA0.7.desc.0=Made out of the finest tin foil!
gt.blockcasingsBA0.7.desc.1=Faraday suits might come later
gt.blockcasingsBA0.8.name=Tesla Secondary Windings
gt.blockcasingsBA0.8.desc.0=Picks up power from a primary coil
gt.blockcasingsBA0.8.desc.1=Who wouldn't want a 32k epoxy multi?
#Multiblocks
gt.blockmachines.multimachine.em.transformer.name=Active Transformer
gt.blockmachines.multimachine.em.transformer.hint=1 - Energy IO Hatches or High Power Casing
gt.blockmachines.multimachine.em.transformer.desc.0=Power substation
gt.blockmachines.multimachine.em.transformer.desc.1=All the transformation!
gt.blockmachines.multimachine.em.transformer.desc.2=Only 0.004% power loss, HAYO!
gt.blockmachines.multimachine.tm.microwave.name=Microwave Grinder
gt.blockmachines.multimachine.tm.microwave.hint.0=1 - Classic Hatches or Clean Stainless Steel Casing
gt.blockmachines.multimachine.tm.microwave.hint.1=Also acts like a hopper so give it an Output Bus
gt.blockmachines.multimachine.tm.microwave.desc.0=High Frequency Oven
gt.blockmachines.multimachine.tm.microwave.desc.1=From live to done in seconds!
gt.blockmachines.multimachine.tm.microwave.desc.2=I said nuke the... I meant microwave supper!
gt.blockmachines.multimachine.tm.microwave.cfgi.0=Power setting
gt.blockmachines.multimachine.tm.microwave.cfgi.1=Timer setting
gt.blockmachines.multimachine.tm.microwave.cfgo.0=Timer value
gt.blockmachines.multimachine.tm.microwave.cfgo.1=Timer remaining
gt.blockmachines.multimachine.tm.teslaCoil.name=Tesla Tower
gt.blockmachines.multimachine.tm.teslaCoil.hint.0=1 - Classic Hatches, Capacitor Hatches or Tesla Base Casing
gt.blockmachines.multimachine.tm.teslaCoil.hint.1=2 - Titanium Frames
gt.blockmachines.multimachine.tm.teslaCoil.desc.0=Tower of Wireless Power
gt.blockmachines.multimachine.tm.teslaCoil.desc.1=Fewer pesky cables!
gt.blockmachines.multimachine.tm.teslaCoil.desc.2=Survival chances might be affected
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.0=Hysteresis low setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.1=Hysteresis high setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.2=Tesla Towers transfer radius setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.3=Tesla Transceiver transfer radius setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.4=Tesla Ultimate Cover transfer radius setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.5=Output voltage setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.6=Output current setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.7=Scan time Min setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.8=Overdrive setting
gt.blockmachines.multimachine.tm.teslaCoil.cfgi.9=Unused
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.0=Tesla Towers transfer radius display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.1=Tesla Transceiver transfer radius display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.2=Tesla Ultimate Cover transfer radius display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.3=Output voltage display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.4=Output current display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.5=Energy Capacity display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.6=Energy Stored display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.7=Energy Fraction display
gt.blockmachines.multimachine.tm.teslaCoil.cfgo.8=Scan time display
gt.blockmachines.multimachine.em.switch.name=Network Switch With QoS
gt.blockmachines.multimachine.em.switch.hint=1 - Classic/Data Hatches or Computer casing
gt.blockmachines.multimachine.em.switch.desc.0=User controlled computation power routing
gt.blockmachines.multimachine.em.switch.desc.1=Quality of service is a must
gt.blockmachines.multimachine.em.computer.name=Quantum Computer
gt.blockmachines.multimachine.em.computer.hint.0=1 - Classic/Data Hatches or Computer casing
gt.blockmachines.multimachine.em.computer.hint.1=2 - Rack Hatches or Advanced computer casing
gt.blockmachines.multimachine.em.computer.desc=You need it to process the number above
gt.blockmachines.multimachine.em.computer.cfgi.0=Overclock ratio
gt.blockmachines.multimachine.em.computer.cfgi.1=Overvoltage ratio
gt.blockmachines.multimachine.em.computer.cfgo.0=Current max. heat
gt.blockmachines.multimachine.em.computer.cfgo.1=Produced computation
gt.blockmachines.multimachine.em.databank.name=Data Bank
gt.blockmachines.multimachine.em.databank.hint.0=1 - Classic Hatches or high power casing
gt.blockmachines.multimachine.em.databank.hint.1=2 - Data Access/Data Bank Master Hatches or computer casing
gt.blockmachines.multimachine.em.databank.desc.0=Remote assembly data delivery
gt.blockmachines.multimachine.em.databank.desc.1=Apply directly to the forehead
gt.blockmachines.multimachine.em.junction.name=Matter Junction
gt.blockmachines.multimachine.em.junction.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.junction.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.junction.desc.0=Reroutes Matter
gt.blockmachines.multimachine.em.junction.desc.1=Axis aligned movement!
gt.blockmachines.multimachine.em.mattertoem.name=Matter Quantizer
gt.blockmachines.multimachine.em.mattertoem.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.mattertoem.hint.1=2 - Elemental Output Hatch
gt.blockmachines.multimachine.em.mattertoem.hint.2=3 - Elemental Overflow Hatches or Molecular Casing
gt.blockmachines.multimachine.em.mattertoem.desc.0=Conveniently convert regular stuff into quantum form.
gt.blockmachines.multimachine.em.mattertoem.desc.1=To make it more inconvenient.
gt.blockmachines.multimachine.em.emtomatter.name=Matter Dequantizer
gt.blockmachines.multimachine.em.emtomatter.hint.0=1 - Classic Hatches or High Power Casing"
gt.blockmachines.multimachine.em.emtomatter.hint.1=2 - Elemental Input Hatch
gt.blockmachines.multimachine.em.emtomatter.hint.2=3 - Elemental Overflow Hatches or Molecular Casing
gt.blockmachines.multimachine.em.emtomatter.desc.0=Transform quantum form back to...
gt.blockmachines.multimachine.em.emtomatter.desc.1=regular one, but why?
gt.blockmachines.multimachine.em.emtoessentia.name=Essentia Dequantizer
gt.blockmachines.multimachine.em.emtoessentia.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.emtoessentia.hint.1=2 - Elemental Input Hatch
gt.blockmachines.multimachine.em.emtoessentia.hint.2=3 - Elemental Overflow Hatches or Elemental Casing
gt.blockmachines.multimachine.em.emtoessentia.hint.3=General - Some sort of Essentia Storage
gt.blockmachines.multimachine.em.emtoessentia.desc.0=Transform quantum form back to...
gt.blockmachines.multimachine.em.emtoessentia.desc.1=regular one, but why?
gt.blockmachines.multimachine.em.essentiatoem.name=Essentia Quantizer
gt.blockmachines.multimachine.em.essentiatoem.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.essentiatoem.hint.1=2 - Elemental Output Hatch
gt.blockmachines.multimachine.em.essentiatoem.hint.2=3 - Elemental Overflow Hatches or Elemental Casing
gt.blockmachines.multimachine.em.essentiatoem.hint.3=General - Some sort of Essentia Storage
gt.blockmachines.multimachine.em.essentiatoem.desc.0=Conveniently convert regular stuff into quantum form.
gt.blockmachines.multimachine.em.essentiatoem.desc.1=To make it more inconvenient.
gt.blockmachines.multimachine.em.scanner.name=Elemental Scanner
gt.blockmachines.multimachine.em.scanner.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.scanner.hint.1=2 - Elemental Input Hatches or Molecular Casing
gt.blockmachines.multimachine.em.scanner.hint.2=3 - Elemental Output Hatches or Molecular Casing
gt.blockmachines.multimachine.em.scanner.hint.3=4 - Elemental Overflow Hatches or Molecular Casing
gt.blockmachines.multimachine.em.scanner.desc.0=What is existing here?
gt.blockmachines.multimachine.em.scanner.desc.1=I HAVE NO IDEA (yet)!
gt.blockmachines.multimachine.em.research.name=Research station
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=Philosophers didn't even...
gt.blockmachines.multimachine.em.research.desc.1=dream about it!
gt.blockmachines.multimachine.em.collider.name=Matter Collider
gt.blockmachines.multimachine.em.collider.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.collider.hint.1=2 - Elemental Input Hatches or Molecular Casing
gt.blockmachines.multimachine.em.collider.hint.2=3 - Elemental Output Hatches or Molecular Casing
gt.blockmachines.multimachine.em.collider.hint.3=4 - Elemental Overflow Hatches or Molecular Casing
gt.blockmachines.multimachine.em.collider.hint.4=General - Another Controller facing opposite direction
gt.blockmachines.multimachine.em.collider.desc.0=Collide matter at extreme velocities.
gt.blockmachines.multimachine.em.collider.desc.1=Faster than light*!!!
gt.blockmachines.multimachine.em.collider.mode.0=Mode: Fuse
gt.blockmachines.multimachine.em.collider.mode.1=Mode: Collide
gt.blockmachines.multimachine.em.collider.mode.2=Mode: Undefined
gt.blockmachines.multimachine.em.collider.mode.3=Currently Slaves...
gt.blockmachines.multimachine.em.infuser.name=Energy Infuser
gt.blockmachines.multimachine.em.infuser.hint=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.infuser.desc.0=Power Transfer Extreme!
gt.blockmachines.multimachine.em.infuser.desc.1=Insanely fast charging!
gt.blockmachines.multimachine.em.infuser.desc.2=Doesn't work while broken!
gt.blockmachines.multimachine.em.infuser.desc.3=Power loss is a thing.
gt.blockmachines.multimachine.em.processing.name=Quantum Processing Machine
gt.blockmachines.multimachine.em.processing.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.processing.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.processing.desc.0=Processing quantum matter since...
gt.blockmachines.multimachine.em.processing.desc.1=the time u started using it.
gt.blockmachines.multimachine.em.crafter.name=Matter Assembler
gt.blockmachines.multimachine.em.crafter.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.crafter.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.crafter.desc.0=The most precise way of making stuff.
gt.blockmachines.multimachine.em.crafter.desc.1=(Trans-Planck process)
gt.blockmachines.multimachine.em.stabilizer.name=Elemental Stabilizer
gt.blockmachines.multimachine.em.stabilizer.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.stabilizer.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.stabilizer.desc.0=Alters time to stabilize matter
gt.blockmachines.multimachine.em.stabilizer.desc.1=Wibbly wobbly timey wimey, stuff.
gt.blockmachines.multimachine.em.wormhole.name=Wormhole
gt.blockmachines.multimachine.em.wormhole.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.wormhole.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.wormhole.desc.0=It is not full of worms.
gt.blockmachines.multimachine.em.wormhole.desc.1=It is full of anti-worms!!!
gt.blockmachines.multimachine.em.decay.name=Decay Generator
gt.blockmachines.multimachine.em.decay.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.decay.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.decay.desc.0=Is life time too long?
gt.blockmachines.multimachine.em.decay.desc.1=Make it half-life (3) instead!
gt.blockmachines.multimachine.em.decay.conf=Ampere divider
gt.blockmachines.multimachine.em.annihilation.name=Annihilation Generator
gt.blockmachines.multimachine.em.annihilation.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.annihilation.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.annihilation.desc.0=Things+Anti Things don't like each other.
gt.blockmachines.multimachine.em.annihilation.desc.1=Matter into power!
gt.blockmachines.multimachine.em.blackholegenerator.name=Black Hole Generator
gt.blockmachines.multimachine.em.blackholegenerator.hint.0=1 - Classic Hatches or High Power Casing
gt.blockmachines.multimachine.em.blackholegenerator.hint.1=2 - Elemental Hatches or Molecular Casing
gt.blockmachines.multimachine.em.blackholegenerator.desc.0=Singularity based power generation.
gt.blockmachines.multimachine.em.blackholegenerator.desc.1=Super unstable!!!
#Pipes
gt.blockmachines.pipe.elementalmatter.name=Quantum "Tunnel"
gt.blockmachines.pipe.elementalmatter.desc.0=Quantum tunneling device.
gt.blockmachines.pipe.elementalmatter.desc.1=Not a portal!!!
gt.blockmachines.pipe.elementalmatter.desc.2=Must be painted to work
gt.blockmachines.pipe.elementalmatter.desc.3=Do not cross, split or turn
gt.blockmachines.pipe.energystream.name=Laser Vacuum Pipe
gt.blockmachines.pipe.energystream.desc.0=Laser tunneling device.
gt.blockmachines.pipe.energystream.desc.1=Bright Vacuum!!!
gt.blockmachines.pipe.energystream.desc.2=Must be painted to work
gt.blockmachines.pipe.energystream.desc.3=Do not split or turn
gt.blockmachines.pipe.datastream.name=Optical Fiber Cable
gt.blockmachines.pipe.datastream.desc.0=Advanced data transmission
gt.blockmachines.pipe.datastream.desc.1=Don't stare at the beam!
gt.blockmachines.pipe.datastream.desc.2=Must be painted to work
gt.blockmachines.pipe.datastream.desc.3=Do not cross or split
#Single blocks
gt.blockmachines.machine.tt.ownerdetector.name=Owner detector
gt.blockmachines.machine.tt.ownerdetector.desc.0=Screwdrive to change mode
gt.blockmachines.machine.tt.ownerdetector.desc.1=Looks for his pa
gt.blockmachines.machine.tt.ownerdetector.desc.2=Emits signal when happy
gt.blockmachines.machine.tt.datareader.name=Data Reader
gt.blockmachines.machine.tt.datareader.desc.0=Reads Data Sticks and Orbs
gt.blockmachines.machine.tt.datareader.desc.1=Power it up and
gt.blockmachines.machine.tt.datareader.desc.2=Put the data storage in
gt.blockmachines.machine.tt.buck.05.name=Insane Buck Converter
gt.blockmachines.machine.tt.buck.06.name=Ludicrous Buck Converter
gt.blockmachines.machine.tt.buck.07.name=ZPM Voltage Buck Converter
gt.blockmachines.machine.tt.buck.08.name=Ultimate Power Buck Converter
gt.blockmachines.machine.tt.buck.09.name=Highly Ultimate Buck Converter
gt.blockmachines.machine.tt.buck.10.name=Extremely Ultimate Buck Converter
gt.blockmachines.machine.tt.buck.11.name=Insanely Ultimate Buck Converter
gt.blockmachines.machine.tt.buck.12.name=Mega Ultimate Buck Converter
gt.blockmachines.machine.tt.buck.13.name=Extended Mega Ultimate Buck Converter
gt.blockmachines.machine.tt.buck.desc.0=Electronic voltage regulator
gt.blockmachines.machine.tt.buck.desc.1=Adjustable step down transformer
gt.blockmachines.machine.tt.buck.desc.2=Switching power supply...
gt.blockmachines.machine.tt.tesla.01.name=Basic Tesla Transceiver
gt.blockmachines.machine.tt.tesla.02.name=Advanced Tesla Transceiver
gt.blockmachines.machine.tt.tesla.03.name=Epyc Tesla Transceiver
gt.blockmachines.machine.tt.tesla.04.name=Ultimate Power Tesla Transceiver
gt.blockmachines.machine.tt.tesla.05.name=Insane Tesla Transceiver
gt.blockmachines.machine.tt.tesla.desc.0=Your Tesla I/O machine of choice
gt.blockmachines.machine.tt.tesla.desc.1=Lightning stoves for the rich
#Debug blocks
gt.blockmachines.debug.tt.pollutor.name=Debug Pollution Generator
gt.blockmachines.debug.tt.pollutor.desc.0=Shit genny broke!
gt.blockmachines.debug.tt.pollutor.desc.1=Infinite Producer/Consumer
gt.blockmachines.debug.tt.pollutor.desc.2=Since i wanted one?
gt.blockmachines.debug.tt.data.name=Debug Data Hatch
gt.blockmachines.debug.tt.data.desc.0=Quantum Data Output
gt.blockmachines.debug.tt.data.desc.1=High speed fibre optics connector.
gt.blockmachines.debug.tt.data.desc.2=Must be painted to work
gt.blockmachines.debug.tt.maintenance.name=Debug Maintenance Hatch
gt.blockmachines.debug.tt.maintenance.desc.0=For maintaining Multiblocks
gt.blockmachines.debug.tt.maintenance.desc.1=Does fix everything but itself.
gt.blockmachines.debug.tt.maintenance.desc.2=Fixing is for plebs!
gt.blockmachines.debug.tt.genny.name=Debug Power Generator
gt.blockmachines.debug.tt.genny.desc.0=Power from nothing
gt.blockmachines.debug.tt.genny.desc.1=Infinite Producer/Consumer
gt.blockmachines.debug.tt.genny.desc.2=Since i wanted one...
gt.blockmachines.debug.tt.writer.name=Debug Structure Writer
gt.blockmachines.debug.tt.writer.desc.0=Scans Blocks Around
gt.blockmachines.debug.tt.writer.desc.1=Prints Multiblock NonTE structure check code
gt.blockmachines.debug.tt.writer.desc.2=ABC axises aligned to machine front
#Keywords and phrases
#Example: ID:3
tt.keyword.ID=ID
#Example: 32EU at 1A
tt.keyword.at=at
#These are Thaumcraft aspects
tt.keyword.Air=Air
tt.keyword.Earth=Earth
tt.keyword.Fire=Fire
tt.keyword.Water=Water
tt.keyword.Order=Order
tt.keyword.Entropy=Entropy
tt.keyword.Primal=Primal
tt.keyword.Aspect=Aspect
tt.keyword.CLASS=CLASS
tt.keyword.NAME=NAME
tt.keyword.CHARGE=CHARGE
tt.keyword.COLORLESS=COLORLESS
tt.keyword.MASS=MASS
tt.keyword.BOOM=BOOM!
tt.keyword.Destination=Destination
tt.keyword.Weight=Weight
tt.keyword.Source=Source
tt.keyword.Progress=Progress
tt.keyword.Computation=Computation
#Problemns as in maintanance issues
tt.keyword.Problems=Problems
tt.keyword.Efficiency=Efficiency
#Button that allows to pass power to other machines
tt.keyword.PowerPass=PowerPass
#Button that vents EM
tt.keyword.SafeVoid=SafeVoid
tt.keyword.Parametrizer=Parametrizer
tt.keyword.Value=Value
tt.keyword.Input=Input
tt.keyword.input=input
tt.keyword.output=output
tt.keyword.Status=Status
tt.keyword.Content=Content
tt.keyword.PacketHistory=PacketHistory
tt.keyphrase.LIFE_TIME=LIFE TIME
tt.keyphrase.CARRIES_COLOR=CARRIES COLOR
tt.keyphrase.Hint_Details=Hint Details
tt.keyphrase.At_current_energy_level=At current energy level
#Used when 0 Elemental Matter Stacks
tt.keyphrase.No_Stacks=No Stacks
tt.keyphrase.Contains_EM=Contains EM
tt.keyphrase.Contained_mass=Contained mass
tt.keyphrase.Mass_Disposal_speed=Mass Disposal speed
tt.keyphrase.Muffler_BOOM=Muffler BOOM!
tt.keyphrase.Energy_Hatches=Energy Hatches
tt.keyphrase.Probably_uses=Probably uses
tt.keyphrase.Probably_makes=Probably makes
tt.keyphrase.Tier_Rating=Tier Rating
tt.keyphrase.Amp_Rating=Amp Rating
tt.keyphrase.Computation_Available=Computation Available
tt.keyphrase.Computation_Remaining=Computation Remaining
tt.keyphrase.Content_Stack_Count=Content: Stack Count
tt.keyphrase.Base_computation=Base computation
tt.keyphrase.After_overclocking=After overclocking
tt.keyphrase.Heat_Accumulated=Heat Accumulated
tt.keyphrase.Running_interdimensional_scan=Running interdimensional scan
tt.keyphrase.Running_local_dimension_scan=Running local dimension scan
tt.keyphrase.Overdrive_disengaged=Overdrive disengaged
tt.keyphrase.Overdrive_engaged=Overdrive engaged
tt.keyphrase.Hysteresis_high_set_to=Hysteresis high set to
tt.keyphrase.Hysteresis_low_set_to=Hysteresis low set to
tt.keyphrase.Tesla_radius_set_to=Tesla radius set to
tt.keyphrase.Sending_power=Sending power
tt.keyphrase.Receiving_power=Receiving power
tt.keyphrase.Stored_energy=Stored energy
tt.keyphrase.Stored_EU=Stored EU
tt.keyphrase.Average_IO=Average I/O
tt.keyphrase.Average_IO_(max)=Voltage I/O (max)
tt.keyphrase.Average_IO_max=Voltage I/O max
tt.keyphrase.Amperage_IO_(max)=Amperage I/O (max)
tt.keyphrase.Side_capabilities=Side capabilities
#OpenTurrets compatibility
tile.turretHeadEM.name=Elemental Matter Turret
tile.turretBaseEM.name=Elemental Turret Base
|