-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathen_US.lang
1408 lines (1408 loc) · 188 KB
/
en_US.lang
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
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
tfr.quest0.name=The Stone Age
tfr.quest0.desc=Oh, I have a terrible headache. I must have not recovered from the high frequency oscillation of the atmospheric brake. By the way, I think I should make the most basic tools, now I only have the stones.
tfr.quest1.name=Clay
tfr.quest1.desc=Unlike vanilla, the clay blocks are covered by grass in this pack. But you can spot them with the goldenrod growing on top, a pretty yellow flower. Go get a ton of them! (not the flower, of course)
tfr.quest2.name=Pottery
tfr.quest2.desc=Now it's time to make some pottery using the same interface you used to make stone tool heads. To open the clay molding GUI, you must right-click with five or more clay clumps in hand. The raw clay products need to be fired into finished ceramics before they can be used. You may wonder how to do it. You need a "pit kiln". %n%nSteps:%n1.Dig a 1x1x1 dirt pit, then shift-right click to place 4 clay items you want to fire. Shift right click again with an empty hand to pick them back up. %n2. Have 8 pieces of straw in your hand and right click the bottom of the pit until the pit is half full. Aim at the ground, not the item. %n3. Fill in 8 pieces of wood on the straw until the pit is full and light it with the fire starter. %n4. Once the fire burns out, you can collect your ceramics by hand, or simply break the bottom of the klin to collect everything. %n%nAn important thing to understand is that the flame burning on a clay kiln ignites nearby flammable blocks. For this reason, it is not recommended to set up the klin in houses made of wood, hay or other flammable materials. However, the kiln will not be extinguished by the rain.
tfr.quest3.name=Novosibirsk grows potatoes
tfr.quest3.desc=This Modpack is a tribute to all those who have made contributions to the space industry. Your contributions will never be forgotten. %n%nMy name is Alexander Steve II. I am the son (daughter) of my father Alexander Steve I. My father is one of the seniors in GregTech Co.Ltd. Inc. But I didn't want to live in my father's shadow, so I took part in a great mission: Intergalacticalization of GregTech. %n%n Twenty years ago, astronomers found that 68 light-years from Earth in the DSB-1 planetary system, there is an exoplanet at the outer edge of the habitable zone- a gas giant - known as Duck Egg. But some people suggested that the planet's moons are likely to receive from the planet's infrared radiation to gain enough energy to produce an environment suitable for living lives. The largest of these moons is called Terrafirma. %n%nThe company took the discovery seriously: substantial resources were devoted to the construction of an interplanetary spaceship, GTSS Limitless Empire, whose goal was to lead a team of top GregTech employees to colonize the exo-moon. The Chairman of GregTech called the plan "the first step in the pan-galactic evolution of GregTech Co.Ltd. Inc." I was selected as a member of the colonial team because of my excellent physical and technical abilities. In 1859, Pan Galactic GregTech Technology Co., Ltd. launched the interstellar settlement program. I hibernated for 200 years in Limitless Empire and arrived in the DSB-1 planetary system. Ages have passed when we reached the Terrafirma. But what woke me up was not the call of my teammates. It was a shrill siren. I looked around to see in shock my teammate had a piece of glass in his chest, and I heard him say in a voice like a mosquito, "You go, this ship is going to crash. I have the keys to the escape pod and the science guide of the Empire. I wish you a good life." Then he closed his eyes forever, and I laid his body flat on the ground and took his keys and his guide. Got into the escape pod and enter the unknown world, I named the landing site Novosibirsk, picked up my potato seeds, put on my antifreeze, and opened the hatch. Looking at the huge moon hanging overhead and the blue sun, I silently set a goal: return to Earth! %n%n A self-rescue journey has officially BEGUN! %n%n Click the red "X" on the right side to complete the task %n%n§ C Important: the red word is important! %n%n Important: click the item needed by the task to view the item synthesis! %n%n Important: Crown shaped quests are the main quests that unlock the next phase, rounded quests are the side quests! %n%n Important: The task line at the beginning of Tier is the "main tech line", which is what you must complete to pass this integrated package. However, other task lines also contain a lot of integrations! %n%n(please check the description of each task carefully, they cost me a lot of effort)
tfr.quest4.name=Cut down a tree
tfr.quest4.desc=As you may have already discovered, your strength has weakened, and the trees of this world can no longer be mined with bare hands. You need to make a stone axe head to cut down a tree. Fortunately, all you have to do is break the bottom log and then the whole tree will fall.
tfr.quest5.name=§ § §lThe lost art
tfr.quest5.desc=With the stone anvil, you can begin to forge metal. %n%n The metal anvil can be automatically carried on the back of the player.%n%n Lower grade anvils can work very little metal, so weld the copper ingots with the stone anvil and make the copper anvil. %n%n There are many different anvil, divided into different grades. Each grade is capable of more complex metalworking than previous grades. The anvil can weld high grade ingots together to form double ingots. All other forging must be done on an anvil of equal or higher quality. For example, stone anvil can only weld copper ingots. Copper anvil can weld copper ingot and copper alloy ingot. %n%n You can recycle the metal anvil in the crucible.%n%n In the next task you only need to make any bronze anvil to unlock the next task
tfr.quest6.name=Advanced Crafting Table
tfr.quest6.desc=The Advanced crafting table is a non-essential but useful device. It has an internal fluid buffer, which allows player to pipe fluid and draw it out through the top slot in its GUI.It will automatically extract items from the storage space next to it. It also has a drawer, which can also hold a lot of things, and special slots for tools. Strongly recommended!
tfr.quest7.name=Want to cut down a tree?
tfr.quest7.desc=With stones, you can enter the Paleolithic age. %n%nTo cut down a tree, you need a stone axe, not a hand. Now make some stone tool heads. %n%nWhen you hold two or more stones, right-clicking will open up the knapping GUI to shape a stone into the tool head. %n%nThe tool head can then be attached to a stick to create a stone tool. Armor, chisel, mace, pick, mining pick, saw, sickle, and sword can't be made of stone.
tfr.quest8.name=Stone Anvil
tfr.quest8.desc=The stone anvil is obtained by right clicking on an igneous intrusive or igneous extrusive rock with a hammer. It will have a dent when compared to other stones. Right-click the anvil to open the GUI and place the hammer inside so that the anvil won't revert to a regular stone. %n%nIntrusive rocks: diorite, gabbro, granite %nIgneous rocks: andesite, basalt, dacite, rhyolite
tfr.quest9.name=Scales: Sliced Food
tfr.quest9.desc=Weights are needed to cut food accurately for consumption
tfr.quest10.name=Smelting Ore
tfr.quest10.desc=Ceramic vessels (also known as pottery jars) can be used to refine primary copper, tetrahedrite or malachite to produce pure copper. To do this, store the ore in a pot (different minerals can be put in the same pot to make alloy) and then heat it in a clay kiln. %n%nAfter firing, retrieve the jar from the kiln and right-click it to open its GUI. Now you'll see that instead of the usual four slots, the jar has only one slot and contains info about the amount of metal it contains. Be careful though, the metal will remain in liquid form for only about 10 minutes. If the metal inside solidifies, you have to put it back into a kiln to melt it down again. %n%nNote: cans with molten metal inside will have a white "liquid" tooltip. %n%nRight click with the vase in hand when you are ready to pour the metal into formms. Put the pickaxe mold or other molds into the GUI that opens, and you can get your first metal pickaxe!%n%n============================= %n%nCeramic vessels also can be used to make bronze, black bronze, and bismuth bronze. %n%nPlace the necessary ore in a ceramic vessel with proper ratio to make the desired copper alloy. For example, if you want to make ordinary bronze, you can put copper ore (any native copper, malachite or tetrahedrite) and cassiterite in ceramic vessels. For each alloy, there is a range of ratios you can meet to produce the desired alloy, so as long as you are within the range, you don't have to reach the exact ratio.
tfr.quest11.name=§b§lMetal Smelting
tfr.quest11.desc=Want to temporarily say farewell to the anvil processing? This GregTech cauldron is your best helper. Note: this crucible cannot process the original ore you dug! You must process the raw ore into crushed ore/washed ore/ore powder, or turn them into single metallic substance before you can melt it. For now, the crucible's biggest use will be making alloys. The crucible made it easier to make complex alloys such as black, blue and red steel. Usage: first, put the combustion chamber under the crucible, put the mold on the same y level,next to the crucible. Drop the desired metal ingredients into the crucible and then feed(right click) the combustion chamber with any fuel such as coal, wood, etc. Next, right-click the combustion chamber with GT fire starter and there is a chance of starting the fire. Next, you need to wait for the metal to melt in the crucible, or for the alloy mixture to change color. Right - click the mold with your hand/wrench to get the metal. After the metal solidifies, right click again to retrieve the metal. You'll get burned if you don't use the wrench. There is a melting temperature cap in the description of %n%n crucible, if the temperature of the crucible exceeds this cap, the crucible will melt (the surrounding blocks will not be damaged, but your crucible will disappear). After this task, I suggest you first look at the temperature task next to it. %n%n molds can be made into various shapes, such as plates, ingots, rods, and gears with chisels. You can look up the tutorials for that. The exported metal product is base on the shape you make. For example, the plate is an empty out mold. This will save you a lot of time.
tfr.quest12.name=§ § §lBoiling water!
tfr.quest12.desc=Your first steam production device in this journey. It's time to boost productivity! Although you can enter the age of steam after the completion the steel anvil, I would suggest that you complete the red steel anvil or blue steel anvil task line, so that you can obtain the GT crucible, a strong tool that can boost your production, otherwise you would be extremely short of materials in the age of steam. Note: you will notice that the task is now divided into two branches, bronze and steel. You can choose the side you want, you can progress as long as you complete the crown shape task.%n
tfr.quest13.name=§ §lb wrought iron anvil
tfr.quest13.desc=You realize that if you want to further improve your metal processing, bronze grade anvil seems a little inadequate. Now with your newly obtained ingot of wrought iron, you think it is strong enough to weld steel ingots or process wrought iron.
tfr.quest14.name=Primitive blast furnace
tfr.quest14.desc=The minimum version of the blast furnace structure is as follows :%n%nC=crucible B= furnace F =firebrick W= bellows A = air %n%n % first layer :%nAAA%nAAA%nABW%nAAA%n %n %n% third layer :%nAFA%nFAF%nAFA%nFAF%nn %n§lThe black dot of the bellows must be facing the blast furnance at %n%n %n%n§lwrought iron plates are attached to the sides of all firebricks %n§ O § § O § N how to make steel :%n%n1.Place an air nozzle in the blast furnace. To make steel from a blast furnace, the ore must be thrown from the top of the blast furnace with the same amount of flux and the same or more amounts of charcoal. Each layer of the blast furnace can process four pieces of ore. Then set the blast furnace block on fire with some fire starters. %n Beware: in order to maintain high temperatures, it is recommended to maintain a charcoal to ore ratio of 1:1 or higher(excluding the first charcoal). If there is more ore than charcoal, the temperature will start to drop. Blast furnace GUI can be opened by right-clicking the blast furnace block. Thermometer: this shows the temperature of the blast furnace.The temperature can be raised by adding more charcoal or placing bellows on both sides of the blast furnace. Ore: How much unmelted ore is in the blast furnace. Charcoal: How much charcoal is in the blast furnace. Only charcoals can be used in the blast furnace! Note: make sure this bar is always equal to or higher than the ore bar! The ratio of charcoal to ore needs to be at least 1:1. With the bellows, the temperature will be kept high enough for the ore to begin to melt. The ore counter will eventually run out and fill the output counter with the finished metal. Continue heating until the iron ore melts and flows into cauldrons underneath to receive liquid pig iron. You need to use a ceramic mold to remove the melted pig iron.Just a few steps left. Forge pig iron into high carbon steel ingot on a wrought iron or better anvil. Lastly, reforge it into steel ingot.%n%n
tfr.quest15.name=One cup of water a day keeps doctor away
tfr.quest15.desc=You notice that you now have a thirst bar. Well, it makes sense, right? %n%nYou can right-click a fresh water block and drink from it directly (fresh water lakes have reeds) or fill this water bottle with water. %n%nEvery time you use a ceramic product, it may break. The odds are different for each product. When things break, they make a crisp sound.%n
tfr.quest16.name=Where does the water come from?
tfr.quest16.desc=A steam boiler will explode when it's dry, so you gotta add water to it... There are two ways to add water, manual and automatic. You need an vanilla minecraft bucket to add water by hand. It's pretty easy to make, but it is very tedious. It's better to use a device to automatically add water to the boiler. %n%n First of all you can use a water tank, one might not be enough, do a few more. %n%n Undistilled water will cause boiler calcification, it is recommended to use a dryer to make distilled water for the boiler.
tfr.quest17.name=§ § §lA steam engine
tfr.quest17.desc=The steam engine is an important machine, face its output at the crucible and it will pump air into the crucible.
tfr.quest18.name=Mass production of steel!
tfr.quest18.desc=Steel is an important raw material. It can be used in combustors, boilers, engines, steam turbines, machinery, and some of the more advanced alloys. %n A crucible with air from the steam engine can slowly convert iron into steel. (By adding iron to the crucible at a temperature (see NEI for details)). Don't fully fill the cauldron, or the air won't pump in
tfr.quest19.name=Mixing bowl
tfr.quest19.desc=This mixing bowl allows you to make a mixture like glue and clay. Right click the top face of the bowl with an open hand to stir. %n%nBe careful: Don't make the flame recipe when making clay bricks, carve them vertically first, otherwise it will cause crashes.%n
tfr.quest20.name=GaMeR fUEl(better water for boiler)
tfr.quest20.desc=Boiler can be delicate, ordinary water will cause the its calcification. Calcification will lead to decreased efficiency. Calcification can be removed with a chisel, but must be removed when there is no pressure in the boiler or it will explode. %n Quite a B****, isn't it? %n so you need distilled water. Distilled water doesn't calcify the boiler. Distilled water can be obtained by treating fresh water, sea water, sewage and other water-containing liquids and solids with a dryer, and even tungsten trioxide. But the easiest source is fresh water. The water from the TFC can be pumped directly into the dryer instead of the vanilla water.
tfr.quest21.name=FAST FURNACE
tfr.quest21.desc=The recipe is the same as the forge furnace, but each coal can process at least 90 items, and it is extremely fast. It's ten times faster than the vanilla furnace, GregTech OP! %n%n requires the combustion chamber to provide heat directly below
tfr.quest22.name=Making silk(it's originally a dirty joke I believe)
tfr.quest22.desc=%n Cable is made by using wiring machine %n. Usage: place wire drawing board and cable, shift right click pull the capstan.%n%n Add some lubricant makes the process easier(ok this sounds dirty now).
tfr.quest23.name=GOTTA GO FASTTTTTTTTTT!
tfr.quest23.desc=The dryer has multiple versions: steel, Invar, titanium, tungsten carbide. Of course, more advanced dryers require more HU. The Invar dryers are not much more expensive than steel, but they are much faster. %n* I recommend a chrome combustion chamber with a steel dryer, chromium is not too expensive if you can find chromite. If you want to use a titanium chamber, I won't stop you.
tfr.quest24.name=§ §bl sulfuric acid
tfr.quest24.desc=Sulfuric acid is very important, as it's the ingredient of hydrochloric acid, hydrofluoric acid. It can also be used for ore processing and so on. You need to make at least two bronze mixer in order to make it. The first one requires a vent for air, input the sulfur dioxide that you get in the calciner, and 1 platinum powder or vanadium pentoxide (not consumed) to make sulfur trioxide %n%n Use the second mixer for sulfur trioxide and water to make sulfuric acid. The more the better! §4%n%n§r In order to submit the task you need to make a water tank, which can be attached to the output side of the machine to get the liquid. The tank can also be used for the machine's automatic input so there is no need to worry about wasting the materials. Here you have to submit 16000MB of liquid.
tfr.quest25.name=Generator control panel
tfr.quest25.desc=Small logic circuit, but smart enough to control the generator to produce a steady current.
tfr.quest26.name=Calculations!
tfr.quest26.desc=As you may have noticed, GregTech's machine has a range of power inputs and outputs. In order to run a machine, you need to calculate what kind of power source produces the energy to run the machine. (If a machine is given more energy than its desired power, the extra energy will not be wasted and the machine will automatically oveclock itself)%n%n Note the chromium combustor produces 112HU, using it to power the chrome boiler will blow it up.
tfr.quest27.name=§ §bl turbines
tfr.quest27.desc=Consumes SU(steam) to produces RU%n it outputs distilled water from the side. If no fluid storage or pipe is available, distilled water will be destroyed automatically. %n If the output is up, the entities on it will rotate %n%n not that only the crown shape task is the main task, in other words you can skip the other machines.
tfr.quest28.name=crusher
tfr.quest28.desc=The first machine in mineral processing. A must have. %n small TFC ores can be obtained through RC rock breaker, but they cannot be smelted directly in GT crucible. So you need to deal with them further. The %n crusher automatically breaks small ore into crushed ore or raw ore into crushed ore, producing twice as much ore as breaking them with a hammer. Either way, it can provide you with an almost eightfold increase in production.(say hi to technology!) But it's made of diamonds. Gotta look for the Kimberlite. Breaking Kimberlite have a chance of dropping diamonds of different qualities, which can be processed by a crusher into a pulverized diamond mine. A Washed diamond mine can be filtered through a sieve to produce diamonds of different qualities. You'll need at least two diamonds to make it. If you can't find the Kimberlite, check out the other quest rewards or the Multipurpose store for diamonds.
tfr.quest29.name=The washing machine
tfr.quest29.desc=The second machine in mineral processing. A must have.%n It will wash smashed ores into washed ones, which will not give you cobblestones when you put them in the crucible. %n You get more byproducts from them with grinding machine or centrifuge.
tfr.quest30.name=Grinding machine
tfr.quest30.desc=The third machine for mineral processing. A must have. %n It will grind your washed ores into powder, better than a mortar. The product powder is 1/72 of a full powder. It is recommended to fill a wooden storage barrels with one unit of powder, and then use a hopper or logistics itempipe to input 1/72 powder, which can then be automatically sorted into 1 unit of the powder. %n if it's too slow, you can make better ones with steel. %n%n Diamond plates can be made by cutting a flawless diamond with a saw or a circular saw
tfr.quest31.name=Siever
tfr.quest31.desc=§9 Sift salt, coal, and gemstone to gain more fine gems byproducts
tfr.quest32.name=§ §bl stainless steel
tfr.quest32.desc=To make stainless steel you need chromium, manganese, nickel, and iron. Chromium and manganese can be obtained by washing chromite, and nickel can be obtained from garnierite ore. %n%n large amounts of chromium can be obtained by aluminum-thermal reactions when you enter the electric age. %n%n is useful. so make a ton of them for your machines later.
tfr.quest33.name=Serious RF power generation
tfr.quest33.desc=Isn't it scientific that RU can produce RF in this turbine? Use it like the ordinary generator. Even with 16RU/t, its output is equivalent to nearly three hobbyist steam engines
tfr.quest34.name=§lElectrolyzer (LV)
tfr.quest34.desc=§2§1§ Your first electric device, the beginning of everything
tfr.quest35.name=roaster
tfr.quest35.desc=This machine processes the grinded powder that the grinder produced, which are mostly sulfur compounds, so you can get sulfur dioxide from them, which can be used to make sulfuric acid. However, it needs air or oxygen to run. You need to make a vent attached to its fluid input to input air.
tfr.quest36.name=Gotta smelt it EVEN faster
tfr.quest36.desc=No Description
tfr.quest37.name=Time for a REAL Forge
tfr.quest37.desc=Make a 1x1x1 pit where all 5 blocks contacting the pit are some variation of stone. Place 8 charcoal in the pit (right click 8 times). Then use a fire starter or a flint & steel to make a forge furnace block. %n%nIn the forge GUI, where a ghost coal icon is displayed in the forge furnace, you may place charcoal. The five spots above these are for holding the metal that needs to be heated. As the temperature rises, the color of the metal changes (you can't tell, but it's shown below the item), and the item becomes "workable," then "weldable," then "dangerous." Be careful when the metal goes into the "dangerous" state, as further heating may cause your metal to melt. %n%nWhen the metal becomes liquid, if there is an ingot mould in the five columns on the right, the molten metal will enter the mould; if there is no mould, the metal will disappear directly. If the temperature continues to rise, the metal may be lost entirely.
tfr.quest38.name=Basic electronic circuit (welding completed)
tfr.quest38.desc=Similar to making galvanized steel, an electronic circuit can be obtained by introducing molten solder into a stainless steel dip basin and then dipping a circuit board. It is important to note that there are three types of solder: lead, tin, and brazing alloys (tin and antimony 9:1). If lead or tin is used as solder, the resulting electronic circuit will be 2 and 1 levels lower than the circuit board level, and only brazing alloy can ensure that the electronic circuit level does not drop. Please use molten brazing alloy for welding to avoid unnecessary loss. %n%n%n basic electronic circuits are used to make some LV appliances and also for making distillation columns. The distillation column can produce plastic for rapid production of subgrade panels.
tfr.quest39.name=§ C §lbetter turbine
tfr.quest39.desc=Better than a bronze turbine, it eats more steam and produces more RU
tfr.quest40.name=I don't want to wash ores!
tfr.quest40.desc=You need to make the chromite powder into sodium chromate, then into sodium dichromate, then into chromium oxide for the next step.%n It is a good choice to make a production line with aluminum.
tfr.quest41.name=Thermite reaction
tfr.quest41.desc=You put aluminum powder and chromium oxide in the combustion chamber, and then you fire it to produce an aluminum-thermal reaction to produce molten chromium, and you can recycle aluminum oxide. Place the mold at the liquid output to solidify the chromium metal.
tfr.quest42.name=High temperature mixer (LV)
tfr.quest42.desc=We're dealing with chemical reactions that require a lot of activation energy
tfr.quest43.name=Welder T1
tfr.quest43.desc=Weld metals that you can't make on anvil, such as chromium and tungsten. And, also it can craft anvil recipe. You've finally got rid of the anvil.
tfr.quest44.name=And God said there is light
tfr.quest44.desc=When an electric current passes through a carbon dioxide laser tube, it releases concentrated light energy, which can be used to produce LU, an important form of energy. Many machines require an LU to run.
tfr.quest45.name=Generator (HV)
tfr.quest45.desc=An HV class generator
tfr.quest46.name=bending machine
tfr.quest46.desc=Free your hands! Press the ingots into a plate.
tfr.quest47.name=lathe
tfr.quest47.desc=Produce screws more efficiently, I strongly recommend that you make one before you make the distillation tower.
tfr.quest48.name=Generator (EV)
tfr.quest48.desc=An EV-class generator
tfr.quest49.name=Titanium carbide crucible
tfr.quest49.desc=Titanium carbide crucible - Has highest melting point among the crucibles, except for Edman crucible
tfr.quest50.name=Objective the earth
tfr.quest50.desc=August 10, 21X1%n%nIt's been eight years since the fusion reactor began stable operation, and I no longer need to worry about running out of energy - Duck Egg has an inexhaustible supply of helium-3 that will last me at least 20,000 years.%nBut I won't live that long. I haven't forgotten my first and always wish: to return to Earth.%n%nFebruary 3, 21X2.%n%nI've been researching the application of space-warp technology. Space-warp has allowed me to travel to neighboring planetary systems, but I still convern traveling to a place as far away as Earth - 68 light years away.%nI understand that space-warp over great distances could cause permanent damage to me.%n%nJune 10, 21X2.%n%nSpring has passed again, and Terrafirma is starting to come alive, but I am becoming more and more depressed.%nIt wasn't until yesterday that I discovered a frightening fact: I have leukemia. I thought it was most likely the result of the continuing effects on me over the decades of the high-energy particles released by Duck Egg.%nThe incident was like a thunderbolt that forced me to contemplate my response. I don't have radiation protection or a cure for cancer. Even if I could develop it, I probably wouldn't make it through that time.%n%nJune 15, 21X2.%n%nI decided to take a risk. I forged the toughest alloy I could make - Infinity - into a protective suit. I hope that this will protect me from the damage of the hyper warp.%n%nJuly 16, 21X2.%n%nWhoever is reading this diary, I want you to know that I'm off. It has taken me a month to transport the items I need to carry on board the space station, yet the machinery left on the Terrafirma is still plentiful.%nEarth's coordinates have been entered into the warp controller, and I push down the warp lever in my Infinity protective suit.%nBeginning the... the homeward journey.%n%nAugust 10, 21X1%n%nIt's been eight years since the fusion reactor began stable operation, and I no longer need to worry about running out of energy - Duck Egg has an inexhaustible supply of helium-3 that will last me at least 20,000 years.%nBut I won't live that long. I haven't forgotten my first and always wish: to return to Earth.%n%nFebruary 3, 21X2.%n%nI've been researching the application of space-warp technology. Space-warp has allowed me to travel to neighboring planetary systems, but I still convern traveling to a place as far away as Earth - 68 light years away.%nI understand that space-warp over great distances could cause permanent damage to me.%n%nJune 10, 21X2.%n%nSpring has passed again, and Terrafirma is starting to come alive, but I am becoming more and more depressed.%nIt wasn't until yesterday that I discovered a frightening fact: I have leukemia. I thought it was most likely the result of the continuing effects on me over the decades of the high-energy particles released by Duck Egg.%nThe incident was like a thunderbolt that forced me to contemplate my response. I don't have radiation protection or a cure for cancer. Even if I could develop it, I probably wouldn't make it through that time.%n%nJune 15, 21X2.%n%nI decided to take a risk. I forged the toughest alloy I could make - Infinity - into a protective suit. I hope that this will protect me from the damage of the hyper warp.%n%nJuly 16, 21X2.%n%nWhoever is reading this diary, I want you to know that I'm off. It has taken me a month to transport the items I need to carry on board the space station, yet the machinery left on the Terrafirma is still plentiful.%nEarth's coordinates have been entered into the warp controller, and I push down the warp lever in my Infinity protective suit.%nBeginning the... the homeward journey.
tfr.quest51.name=Blue steel anvil
tfr.quest51.desc=Forge all metals with less than 2100K melting points and some high-melting alloys, including blue steel.
tfr.quest52.name=Roller bending machine
tfr.quest52.desc=Free your hands! It bends the plate.
tfr.quest53.name=Hydrochloric acid
tfr.quest53.desc=Hydrochloric acid is not difficult to obtain, you just need to mix sulfuric acid with salt/rock salt. To submit a task, you need to make a water tank, which is attached to the output of the machine to get the liquid. The tank content can also be placed in the machine's automatic input so there is no need to worry about wasting. Here you have to submit 16000MB of liquid.
tfr.quest54.name=Hydrofluoric acid
tfr.quest54.desc=Hydrogen fluoride is difficult to obtain, you need to mix sulfuric acid and fluorspar. In the future, you can also get fluorine by electrolysis. There are many ways to obtain %n%n fluorspar, the most convenient should be washing tin ore. To submit a task, you need to make a water tank, which is attached to the output of the machine to get the liquid. The tank content can also be input back in the machine's automatic input so there is no need to worry about wasting. Here you have to submit 8000MB of liquid. If you made more, you can put more than two tanks next to each other to split the liquid evenly
tfr.quest55.name=Cables
tfr.quest55.desc=No Description
tfr.quest56.name=Mixers
tfr.quest56.desc=Mixers are necessary for the production of various acidic solutions, such as sulfuric acid and hydrochloric acid, as well as many metals and their raw materials. A must have. To produce aluminum, you need at least three mixers to produce hexafluorosilicate, aluminum fluoride, and cryolite (that's for later).
tfr.quest57.name=Dangerous chemical experiments
tfr.quest57.desc=If you electrolyze salt + water in an electrolyzer, you can get a bunch of useful stuff: sodium hydroxide, hydrogen gas, chlorine gas. You'd better get some airtight storage tanks to store them. A steel tank would be good.%n * oxygen? It's kind of useless. Dump it into the liquid trashcan.
tfr.quest58.name=§ § c l galvanized steel
tfr.quest58.desc=Galvanized steel parts are made from dipping steel parts in a stainless steel dip basins that has molten zinc (wooden dip basins cannot withstand high temperatures). %n you need a crucible next to the dip wash basin to produce molten zinc for it, %n then right click continuously with the steel parts at the dip basin to get galvanized steel parts. %n%n Galvanized steel machine casing is required for LV electric machines. The final push before the electric age!
tfr.quest59.name=Coke oven
tfr.quest59.desc=Creosote can removed from a coke oven using a Gregtech bucket. Right-click the creasote-filled bucket into the wood bathing pot to make treated wood, etc. Also, the coal coke can be used in place of charcoal and it will last longer.
tfr.quest60.name=Titanium § § d l
tfr.quest60.desc=One of the GregTech6's advanced materials, is the main material for bedrock drill. %n I recommend an automated production line after getting some aluminum for a liquid filter. %n, like tungsten, it's only found on the outer planets. Before that, please produce titanium from the by-products of bauxite treatment.
tfr.quest61.name=§ §bl Aluminum
tfr.quest61.desc=One of the advanced materials of GregTech 6. What you can get from a blast furnace with electricity in GT% turned out to be one of the most complex materials to produce... %n I also recommends automating it. %n* It takes very little Aluminum fluoride and cryolite , so you can make a bunch at a time. %n%n aluminum can be used to make infinite water source and liquid filters, which makes it a very important material!
tfr.quest62.name=§lTungsten
tfr.quest62.desc=One of the advanced materials of GregTech 6. %n tungsten has a very high melting point and can be made into a crucible. Tungsten steel is an important machine material and a good tool material. Tungsten carbide can be used as a mold for mold press. Some chlorides are produced during the production of %n, Except lithium chloride, the rest can be recycled into hydrochloric acid. %n Automation recommended. Before being able to launch rockets, you can't find tungsten, and you don't have enough energy to melt it (the first tungsten is made in §5§r using the arc furnace), so forget mass production before then.
tfr.quest63.name=cracking
tfr.quest63.desc=Used for cracking petrochemical products, cracking higher alkane into more lower alkane. Less fluid is produced than the cracking tower.
tfr.quest64.name=Component assembling
tfr.quest64.desc=Congratulations! You can make your first circuit board! %n The low - grade circuit board consists of a substrate, an etching circuit, and circuit parts. %n You can make them in the thermonic workbench.
tfr.quest65.name=Chromium crucible
tfr.quest65.desc=Chromium has a higher melting point than ceramic crucible. Can be used for iridium smelting
tfr.quest66.name=Iridium crucible
tfr.quest66.desc=No Description
tfr.quest67.name=Large steam boiler 2
tfr.quest67.desc=%n Steam turbines are not recommended unless you have achieved the capability to produce nuclear fission.%n%n
tfr.quest68.name=With Precise control, the power of anime shall be mine
tfr.quest68.desc=You can put the temperature sensors on the sides of the crucible. It displays the crucible's temperature in real time. You can make a screwdriver and right click on it to adjust its mode: for example, >2000K means it emits redstone signal at a temperature greater than 2000K. %n%n You can transmit the redstone signal using either redstone or red alloy cable. By connecting it to a piston or other device, blocking of the front of liquid/gas combustion chamber can instantly extinguish the combustion chamber. %n%n Note: the solid combustion chamber will still use up the fuel it was burning after it's blocked. So, before you can make a liquid/gas fuel, use a small pinch of solid fuel.
tfr.quest69.name=The crystallization
tfr.quest69.desc=No Description
tfr.quest70.name=Circular saw
tfr.quest70.desc=It has many functions, including cutting gemstones, monocrystalline silicon, can also be used to increase wood production.
tfr.quest71.name=Polyethylene (PE)
tfr.quest71.desc=It can be made into a 32B storage tank with a moulding machine, material for low-level electrical subgrade boards, pipes.
tfr.quest72.name=Base circuit board (waiting for welding)
tfr.quest72.desc=No Description
tfr.quest73.name=Crystalline silicon
tfr.quest73.desc=One of the most basic circuit elements, it can be made into higher level circuit boards or lower level circuit boards
tfr.quest74.name=Total Internal Reflection (TIR)
tfr.quest74.desc=Light can be completely reflected in two media with different refractive indices. One application of this discovery is optical fiber, which can transmit laser energy (LU). It's similar to electric cables
tfr.quest75.name=The Compressor
tfr.quest75.desc=Used to compress a block or 9 plates into a compressed plate. Compressed plates are used for a wide range of purposes, including compact boilers, compact siding, compact mechanical housing, etc.%n A must have.
tfr.quest76.name=§ C §lBetter Engine
tfr.quest76.desc=Better than bronze engines, takes more steam but produces more KU
tfr.quest77.name=Dense plates
tfr.quest77.desc=The dense plates can be used to make a hardened steam engine
tfr.quest78.name=Metal Welding
tfr.quest78.desc=Open your stone anvil with a hammer in the lower left corner, flux in the lower right corner, and two pieces of metal that have been heated to "weldable" temperature in the upper left corner. Click "Weld" to weld two pieces of metal together, consuming one flux and one durability from the hammer.
tfr.quest79.name=Laser Engraver T1
tfr.quest79.desc=In order to make an engraved circuit, which can be later upgraded to a better version %n. You can use the etching machine to produce the etching circuit efficiently
tfr.quest80.name=Multi-roll press
tfr.quest80.desc=Efficient production of foil
tfr.quest81.name=Metal packaging
tfr.quest81.desc=This is such a miracle, you can put 54 items with it now, touched?
tfr.quest82.name=Monocrystalline silicon
tfr.quest82.desc=The most basic circuit elements, materials for low-level circuit boards
tfr.quest83.name=Combustion chamber
tfr.quest83.desc=Titanium tetrachloride can be produced in it by adding molten calcite rutile powder in combustion reaction chamber, which is an important raw material for titanium production. Molten calcite can be made from crucible ( or a liquid furnace)%n%n§4§ § § N § N § O remember, it must be lit to run!
tfr.quest84.name=chemical washing machine
tfr.quest84.desc=Titanium powder can be produced by adding titanium tetrachloride and sodium/magnesium powder in the chemical washing machine. Similarly, hydrochloric acid and tungsten powder can be added to produce tungstate. Aluminum hydroxide can be produced by adding sodium metaluminate and water... Anyway, this is a powerful machine!
tfr.quest85.name=WITH SO MUCH PRESSURE IM STRESSED OUT
tfr.quest85.desc=In autoclave, bauxite powder and sodium hydroxide can be made into sodium aluminate with steam, which is the key raw material for aluminum production.
tfr.quest86.name=chromite
tfr.quest86.desc=At this stage you need these
tfr.quest87.name=Nutrition
tfr.quest87.desc=Terrafirma B is not a friendly place. First, food in this world rots quickly. Also, to the right of the bar you can see your five nutrient categories -- grains, vegetables, protein, dairy, and fruit. The lack of nutrients in any category will gradually reduce your maximum health, although maintaining high levels of nutrients in each category or gaining experience can increase maximum health. To accomplish this, you will have to collect all kinds of wild crops that grow on the ground and farm them, you have to kill wildlife for protein, you have to find fruit trees, and you have to raise cows for dairy . Staying full and hydrated helps you avoid all kinds of negative effects.
tfr.quest88.name=Centrifuge
tfr.quest88.desc=A multifunctional machine that can be used for mineral processing or for rubber production.
tfr.quest89.name=Pyrolusite
tfr.quest89.desc=If you find pyrolusite, this will help you get manganese quickly. But if you can't find it, you can also get manganese by treating byproducts of other minerals.
tfr.quest90.name=Coke oven +
tfr.quest90.desc=You may have noticed that the vanilla furnace no longer produces charcoal, but a multi-block gt coke oven can. The coke oven is a hollow 3x3x3 cube. The front center is the main block of the coke oven, while the others are firebricks. Each coke oven requires 25 firebricks and 1 coke oven control block. I now want you to collect a lot of clay to make it. The %n%n coke oven needs to be lit by the vanilla or GregTech fire starters after putting in logs or lignite/coal, instead of the TFC fire starter, clicks on the controller to start the operation. %n the coke oven can process 16 fuels at once. A group of coal or a pure broken coal mine can be processed into a stack of cokes, the burn value is doubled, and 32000L of creosote can be obtained. More creosote can be obtained by coking lignite, but the burn value of coking lignite is lower. The wood can be processed to charcoal and considerable creosote can be obtained. %n%n Creosote is the best liquid fuel before the distillation tower is finished. Its burnn value is comparable to that of crude oil. It is easy to make and it's trash otherwise. %n%n§ C Note that this task has two pages
tfr.quest91.name=Fluid combustion chamber
tfr.quest91.desc=Fluid combustors can turn off the fire as soon as it's blocked, so why not try it? %n*The creosote from coke oven is a good liquid fuel
tfr.quest92.name=Crucible (Tungsten)
tfr.quest92.desc=It has a higher melting point than the tantalum crucible and can be used to produce more advanced alloys.
tfr.quest93.name=Tungsten steel
tfr.quest93.desc=One of the best machine materials
tfr.quest94.name=The WC (Toilet? Oh no..)
tfr.quest94.desc=One of the hardest materials, but also has a very good heat resistance, one of the best machine materials.
tfr.quest95.name=When Magnesium meets Aluminium
tfr.quest95.desc=With aluminum, it's not that difficult to make these. %n Doesn't have much use other than making turbines.
tfr.quest96.name=I love Automation!
tfr.quest96.desc=Filters have a wide range of USES in automation because they allow only certain types of items/fluids to pass through. One of its raw materials is aluminum, so it's hard to get until you get aluminum. %n%n holding an OB water tank or GT tank with desired liquid, right click on the liquid filter to mark the fluid, while the item filter USES the item, right click with the screwdriver to set the black and white list. %n%n since you already have a filter, go and automate titanium, aluminum, chromium and tungsten!
tfr.quest97.name=Hostile creatures
tfr.quest97.desc=The creatures of this world are very different from the vanilla, and I will be your mentor and lead you through a series of challenges.
tfr.quest98.name=Generator (MV)- I want more electricity
tfr.quest98.desc=You are weak, your liver is not perfect(a chinese idiom meaning you aren't a grinding god), your materials are loose, your power is slow, none of the machines are decent, but you still want to jump from LV to HV to generate electricity? DON"T EVEN THINK ABOUT IT!
tfr.quest99.name=§b§lThe Dawn of the Iron Age
tfr.quest99.desc=Use your file to make some rods, and forge some bronze/bismuth bronze plates, and you will be able to make a bloomery. %n%nThe bloomery is a multi-block structure, and this is your first multi-block structure! The structure of the bloomery is as follows (top view) : %nX = any stone block/smooth stone %nB = Bloomery Door %nA = air %n%nFirst layer: %nX X X %nX X X %nX X X %n%nSecond layer: %nX X X %nX X X %nX B X%n%nThe third - the NTH layer (You may stop after 3 layers) %nX X X %nX A X %nX X X %n%nBy adding two more layers of brick rings at the top, it is possible to triple the amount of ore stored in the forge. For each additional layer, eight additional ores can be smelted. %n%nAny stone other than boulder may be used: raw, smooth, or brick. If desired, you can also mix the style of the stone and even the type of rock (such as smooth basalt and granite bricks). %n%nYou may also submit this task using any stone or smooth stone instead of Smooth Phyllite. Smooth stone is made by having the TFC hammer anywhere on your hotbar and then chisel any stone block, and then mine it with a pickaxe.
tfr.quest100.name=Store (a lot of) liquid
tfr.quest100.desc=The by-product of the coke oven is difficult to dispose of if it accumulates too much. To save money for fluid combustors, you can make the first multi-block tank: a large wooden tank. %n it can store 432000L of fluid, but don't try to use it to store corrosive liquids or gases. You can also choose to use it as a distilled water cache. %n It is placed in a similar way to a coke oven.
tfr.quest101.name=Temperature matters
tfr.quest101.desc=Different crucibles have different melting temperatures, as you can see at Tooltip. This determines the maximum melting point of the metal they can smelt. Ceramic crucible, for example, could not be used to make iridium, but chrome crucible could. It's important to make a crucible with a high melting point, which allows you to make stronger metals. In general, ideal crucible tier progression is ceramic - chrome - iridium. For now, the highest level you can get is iridium. To keep the crucible from melting down, you need to make a thermometer to see the cauldron's temperature in real time. %n%n First prepare a glass bottle, then you need three cinnabar powder, drop it into the crucible, fill it with 144L liquid mercury from the crucible. Drop two planks into the combustion chamber and ignite (you can't drop too much fuel, as mercury evaporates easily), just enough to turn cinnabar into mercury, which is liquid at room temperature, so you don't have to worry about solidifying. You can obtain the mercury bottle by right-clicking the glass bottle directly at the liquid inside the crucible. Now that we've got the thermometer we can monitor the temperature of the cauldron all the time. No more melt downs!
tfr.quest102.name=Hafnium Tantalum Carbide crucible
tfr.quest102.desc=Pretty Green, huh?
tfr.quest103.name=Element Sixth
tfr.quest103.desc=You can electrolyze the charcoal powder into carbon, which can be used to make iron more efficiently and, more importantly, to make more advanced materials
tfr.quest104.name=Metalworking is Sooooooo easy
tfr.quest104.desc=Steel and higher tier mold press can handle all GT metals, of course you also need tungsten carbide molds to process them.
tfr.quest105.name=Strange saplings
tfr.quest105.desc=After making a carpenter machine, you can convert the TFC oak sapling into the vanilla oak seedling. The bark can be obtained by right-clicking a log with the GregTech axe, or by machine.
tfr.quest106.name=Burning!!!! ~ ~
tfr.quest106.desc=The combustion chamber. The most direct way you can get heat, or HU, is also the source of heat for a steam boiler, but not just. Many of GregTech Tech's machines use heat. Until you make an electric heater, you'll need them. The heat output from the top (HU)%n%n combustion chamber is divided into solid, liquid and gas. The advantages and disadvantages of the three combustors are analyzed here. §4§lsolid combustor, using solid fuel, all fuel that can be used in a furnace (except magma) can be stuffed into a solid combustor and used as fuel. When you want to stop heating, you need to plug the front of the combustion chamber and wait for the current burning fuel to burn out. When using a solid combustion chamber for mineral smelting, be sure to wait for the fire to shut off before pouring. Because the less the contents of the crucible, the faster it heats up, if the crucible is left empty or near empty without being extinguished, the temperature will rise so rapidly that it will explode (in effect, melt). Suitable for equipment that requires long-term heating and high fault tolerance, but because of the need to manually add fuel and the need to periodically clean the ash after combustion, solid combustion Chambers are not recommended after the distillation column has been built. §2§lliquid combustor, the safest and most stable combustor, using combustible liquids: the best you can get right now is creosote (wines, creosote, and petroleum distillates are good for combustion, other oils have too low calorimetric values). Since the flammable liquid burns 1L/1ticks, when you want to stop heating, you just plug the front and stop heating immediately. When a mineral is smelted in a liquid combustion chamber, the heating can be stopped at a higher standard temperature to prevent solidification during the pouring process. %n%n§9§lgas combustor, long - acting combustor. The calorific value of propane butane is slightly higher than the calorific value of gasoline and other petroleum distilling oil, and each combustion USES 5~7L to burn 30~42ticks, so the shutdown will be delayed by about one second. Suitable for distillation column, steam boiler and other long-term heating sources. Note: depending on the oil found, a liquid or gas combustor may be used. The heavier the oil, the less the gas, and the more the oil and solid products, and vice versa.
tfr.quest107.name=The Might of Red and Blue
tfr.quest107.desc=You have made the last anvil. Congratulations, you are a good blacksmith.
tfr.quest108.name=I need a Wrench
tfr.quest108.desc=At first it is nothing more than a crafting component, but later it is a tool that will last you a lifetime. It can remove a GregTech's machine without breaking it, adjust pipe connections, and adjust machine orientation. There's an electric version, but let's just make the bronze one now.
tfr.quest109.name=Diesel turbine 3
tfr.quest109.desc=Diesel turbines burn all kinds of fuel. Nitro diesel is recommended.
tfr.quest110.name=Gas 3
tfr.quest110.desc=More advanced gas turbines %n%n§ C If you do not want to give up the natural gas springs at home, titanium can also consider this machine.
tfr.quest111.name=Laser Engraver (HV) - Sufficient amount of light
tfr.quest111.desc=With the HV laser, the semiconductor industry really opened up to you
tfr.quest112.name=Ruby crystal circuit
tfr.quest112.desc=Control. Used for making all kinds of large machines
tfr.quest113.name=Crystal circuit
tfr.quest113.desc=The basic components for making top circuits
tfr.quest114.name=Separating air
tfr.quest114.desc=A 2xMV / 8xLV level semiconductor coolant is required for CU operation. Neon, helium and other noble gases are produced to make circuit elements %n%n. The first layer: 3X3 heat transmitter%n. The second layer: 3X3 antifreeze machine block
tfr.quest115.name=Emerald crystal circuit
tfr.quest115.desc=Compute.
tfr.quest116.name=Sapphire crystal circuit
tfr.quest116.desc=Store.
tfr.quest117.name=Diamond crystal circuit
tfr.quest117.desc=Logic.
tfr.quest118.name=Portable workbench
tfr.quest118.desc=In NEI, search for the TFC workbench. You can upgrade the 2x2 grid in inventory to a 3x3 grid directly after making it. Be aware that you lose that upgrade after you die, and you can only recover that by re-entering the game.
tfr.quest119.name=Artificial Myth
tfr.quest119.desc=OK. All the time has passed, you finally get this. No doubt that you are already a master of this self-rescue mission, and an expert of TFR. With this ingot made of the mightest of science, nothing is stopping you from going back to Earth.
tfr.quest120.name=Cosmic Master
tfr.quest120.desc=Do you really need it? Well it is pretty cool to make one. It RAINBOWS!
tfr.quest121.name=Tritanium
tfr.quest121.desc=A new mineral that you can find on other planets. Tritanium was obtained by crushing Tritanium Ore, and dureni was obtained after ore washing. Tritanium was made by 3:1 alloy.
tfr.quest122.name=There are limits to what human beings can do
tfr.quest122.desc=I'm not a man anymore!! %n%n Remember, I will only give you the truth. (Allusion to The Matrix). Take this pill and become a robot. The robot can unlock a number of skills at the robot assembly station, including movement speed bonuses and night vision, as well as mounting armor and other defenses. The yellow Pill will reset your skills. The blue pill will turn you into a human.
tfr.quest123.name=Debug yourself
tfr.quest123.desc=When you become a robot, you need to make an important workbench for installing/uninstalling modules on your body.
tfr.quest124.name=Matter rearrangement
tfr.quest124.desc=For more detailed usage of material replication %n%n see portable Data Meter and module tutorial
tfr.quest125.name=More advanced isotonic circuits
tfr.quest125.desc=You need double lithium lenses to etch them.
tfr.quest126.name=Annihilation reactor
tfr.quest126.desc=You can make fusion reactors that produce a lot of RF. The more massive the black hole, the faster it can produce, adding mass to objects. The ring holographic projection can be seen when %n%n is lowered. Specific placement method to view the portable data meter. In addition, you need at least two gravity stabilizers on either side of the gravity anomaly (which can be attached to the inner side of the reactor ring) to control it, otherwise it will have disastrous consequences.
tfr.quest127.name=Base fluid transfer
tfr.quest127.desc=In this chapter I will introduce you to some of the objects and fluid transport and storage systems in GregTech's Technology. This is not a main chapter, you can choose to do it.
tfr.quest128.name=The singularity
tfr.quest128.desc=The singularities %n of various substances produced by using a neutron state compressor can also be produced by using a pentagonal Adderman ingot
tfr.quest129.name=Endless workbench
tfr.quest129.desc=It's nine times bigger than a normal desk
tfr.quest130.name=Rubber pipes
tfr.quest130.desc=Rubber pipeline has a good property, and not leak, and not expensive, is a very high cost performance fluid pipeline. It can only be made with a mould press
tfr.quest131.name=Cosmic-state Neutron
tfr.quest131.desc=Extremely dense matter is typically produced only at the center of a dense White Dwarf. For some ******* reason Steve is so strong that he can hold it in his hand.
tfr.quest132.name=Use NEI
tfr.quest132.desc=Open the item bar and press 'O' to toggle NEI on and off. In the bottom left, you can find the button for changing NEI options. %nWithin an NEI recipe page, you may use the mousewheel to find other recipes that use the same machine. The < and > buttons at the bottom of the page do this also. %nAt the top of the page you will find another set of < and > buttons, and these will allow you to see other machines (or recipe classes) that can do the same thing. %nThe alloy smelting pages are extremely detailed. For example, for the alloying of bronze from copper or tin powder, you will see in the lower left corner details of the necessary temperature (in Kelvin), and the necessary proportion ranges for each ingredient (showing a minimum and maximum percentage). Have fun!
tfr.quest133.name=Corrosion resistant pipe
tfr.quest133.desc=Stainless steel pipe is not only airtight, heat resistant, but also can resist all kinds of chemical corrosion, before the production of sulfuric acid production line recommended production.
tfr.quest134.name=Breaking down Big Ores
tfr.quest134.desc=This 2x2x3 sized crusher USES RF energy to crush barren, ordinary, and enriched minerals into small minerals with a certain yield increase. § §lWithout a small ore, it cannot be processed further for the crushing ore you will need in the future, so this machine must be made. %n%n§renergy words. Why not use a civilian steam engine? After finding the Kimberlite, this is a machine well worth making! Kimberlite is formed in basalt, diorite, or gabbro. Sometimes they're not in the surface layers, but in the middle layers. So you need to dig a little deeper. You'll need at least two diamonds to make it. If you can't find the Kimberlite, check out the other quest rewards or the Multipurpose store.%n%n
tfr.quest135.name=Electric pump
tfr.quest135.desc=An electric pump is a cover that can be right - click attached to a GregTech machine or pipe to extract/discharge fluid from the container facing/in the container. Right click on the screwdriver to set extraction/discharge. Fluid can be extracted from OB tanks.
tfr.quest136.name=Welding practice
tfr.quest136.desc=§lTry to make any two bronze sheets, using the previous practice you have with metal forging.
tfr.quest137.name=Multiplayer servers
tfr.quest137.desc=If you're playing on a multiplayer server, you can go to the item bar, which has a map icon in the upper left corner, and open it to claim chunks. %n%n The Map icon above the green man can be used to add friends and to give permissions.
tfr.quest138.name=Modern Item pipes
tfr.quest138.desc=Cost-effective item pipes, after obtaining PVC it can be massively produced.
tfr.quest139.name=The Loom
tfr.quest139.desc=§ The loom is used to make high quality backpacks
tfr.quest140.name=The latest innovation
tfr.quest140.desc=Probably the most difficult thing to make in GregTech's single block machine is a Nanofab machine? %n%n Graphene is an excellent material with a melting point higher than tungsten. The pipes made of graphene have a very large capacity and have very fast transfer speed. They are very heat proof and they do not burn people. %n Make a Nanofab and you can get almost unlimited graphene. What are you waiting for?
tfr.quest141.name=Debarker
tfr.quest141.desc=Not a useful machine other than obtaining bark.
tfr.quest142.name=YOU LIKE BIG STUFF DONT YOU
tfr.quest142.desc=Multiblock Crusher
tfr.quest143.name=Large steam boiler 1
tfr.quest143.desc=Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.
tfr.quest144.name=Gas-fired power generation early benefits
tfr.quest144.desc=%n%n§ C Before you consider building a gas turbine, check if there is a gas spring in your home. If not, you need a lot of setup to produce enough fuel.
tfr.quest145.name=Faster grinding
tfr.quest145.desc=No Description
tfr.quest146.name=Large steam boiler 3
tfr.quest146.desc=%n%n3 Large tungsten steel boilers allow a turbine to be fully loaded to a staggering close to 30k eu/t power generation. %n%n It is highly recommended for use with nuclear fission.
tfr.quest147.name=Advanced gas-Fired power generation
tfr.quest147.desc=More advanced gas turbine. %n%n§ C If you do not want to give up the natural gas springs at home, and you've got a lot of Titanium, you can consider this machine.
tfr.quest148.name=Diesel turbine 2
tfr.quest148.desc=Diesel turbines burn all kinds of fuel. Nitro diesel is recommended.
tfr.quest149.name=Modern pipeline
tfr.quest149.desc=Corrosion resistance, no air leakage. Cost-effective pipeline when PTFE (polytetrafluroethylene) can be produced on a large scale.
tfr.quest150.name=Conveyor
tfr.quest150.desc=A conveyor is a covering plate that can be right-click on a GregTech machine or pipe to extract/expel items from the container facing/in the container. Right click on the screwdriver to set extraction/discharge.
tfr.quest151.name=Better logistics pipeline
tfr.quest151.desc=Better logistics pipeline
tfr.quest152.name=The best logistics pipeline
tfr.quest152.desc=The best logistics pipeline
tfr.quest153.name=Neutron-Proton separation
tfr.quest153.desc=With the massfab you can separate the essential components of matter apart - nucleons.
tfr.quest154.name=Controlled Mini Sun
tfr.quest154.desc=A Tokamak style nuclear fusion reactor. Fuse the nuclei together. This is very expensive to make but gives you limitless possibilities in energy production and metal fusing.
tfr.quest155.name=Bronze
tfr.quest155.desc=Bronze can be smelted by placing copper and tin in a vase at a ratio of approximately 9 units to 1 unit. See NEI for the specific ratio.%n%nIf you you want to use tin, black bronze (copper, gold, silver) or bismuth bronze (copper, bismuth, zinc)%n%nUse the same method to make a double ingot, which is then formed into an anvil. Don't worry if you can't do it for a while. Develop agriculture first. After completing this task you will truly enter the age of metalsmithing.%n%nYou only need to complete one of the 3 bronze anvil quests to advance.
tfr.quest156.name=Open the door, Amazon Express
tfr.quest156.desc=Point-to-point instantaneous item pipelines, which require both sides to be connected for remote transmission, use item pipelines as Receiver and Sender, similar to P2P.
tfr.quest157.name=You can finally make boards...
tfr.quest157.desc=Use a saw to make wood planks. You'll need them for chests and workbenches.
tfr.quest158.name=Everyone loves Steel
tfr.quest158.desc=By forging ingot from pig iron smelted in a blast furnace, you finally have this hard alloy. %n%n steel is an important material for early production of mineral stimulation machines and steam engines in the future. In the early production, you can produce by TFC blast furnace or RC blast furnace
tfr.quest159.name=Blue hope
tfr.quest159.desc=This alloy is difficult to obtain, but has extremely high durability and hardness, as well as excellent resistance to pressure. %n%n Blue steel and red steel have the same grade and similar USES, you just need to make either one based on the mineral you find and continue to play.%n
tfr.quest160.name=§b§lBlack steel anvil - a glimpse into the age of steam
tfr.quest160.desc=Black steel anvil can be used to make most of the metal below the melting point of steel, including steel, wrought iron, bronze, copper, tin, etc. %n%n just enter this stage when you will find that your various metal output is seriously insufficient, I suggest you to make a few RC blast furnace and stone shredder to cooperate with the mass production of steel and iron, and make RC roller press to get 3 ingot into 2 plates of income, in addition you should make blue steel or red steel to unlock the GregTech crucible as soon as possible.
tfr.quest161.name=Black steel
tfr.quest161.desc=The alloy is used to strengthen boilers and combustors, as well as GregTech Technology coke ovens. %n%n nickel is produced in basalt, diorite, or gabbro. Sometimes they're not in the surface layers, but in the middle layers. So you need to dig a little deeper. If you can't find nickel, go to the store and look around for tasks %n%n
tfr.quest162.name=Steel anvil
tfr.quest162.desc=Welding double steel, forging ingot for a variety of tools and materials. You can use this anvil to make many of GregTech's Tech's parts. In the future you can automate them with other machines. But now, do it! %n%n one last push before starting production equipment!!
tfr.quest163.name=Geological prospecting - information currently available
tfr.quest163.desc=§o Unlike the original world you are familiar with, the underground world of The Sierra Star becomes more complex and real. Rock formations consist of a large number of rocks of the same kind. The crust here is very thick, 130 to 150 meters thick. §r %n%nRock is produced in three different vertical strata. Sedimentary rocks can only be found at the top. Metamorphic rocks occur in the upper and middle layers. All three layers have igneous intrusive rocks and igneous extrusive rocks. Each layer is independent of the others, so a change in the stone on the surface does not necessarily mean a change in the other two layers of stone.%n%n §3Igneous intrusive rocks: Diorite, gabbro, granite%n%n §4Igneous extrusive rock: Andesite, basalt, dacite, rhyolite%n%n§6Sedimentary rocks: Chalk, chert, clay, conglomerate, dolomite, limestone, rock salt, shale. %n%n §e§7§dMetamorphic rocks: Gneiss, marble, phyllite, quartzite, schist, slate %n%n §r§oYou can make flux of any rock with calcium carbonate as the main ingredient: §aDolomite, limestone, chalk, and marble. %n%n§rYou can make salt with any rock with sodium chloride as the main ingredient: Rock salt %n%n§rStones found on the surface have the same texture as the top layer below them. If there are mineral veins nearby, loose rocks are likely to produce a nugget of the mineral rather than rock. These mineral nuggets represent the existence of a mineral vein on the same y-axis as the nugget. %n%nGraphite is produced in metamorphic and sedimentary rocks; kaolinite is produced in metamorphic and sedimentary rocks; diamonds are produced in basalt, phyllite, and diorite; and tin and uranium are produced in all igneous and intrusive rocks. %n%nThe location of other minerals will need to be explored by you. Minerals such as rutile, tungstate and zircon are not found in the barren Sierra Star and you will need to make a rocket to their moons to obtain them.
tfr.quest164.name=Climate - information currently available
tfr.quest164.desc=The climate of the Terrafirma is very interesting. A line on the Z-axis of zero is its equator, perpetually dry, with unusually high temperatures and rapidly rotting food. %n%nThe ambient temperature, measured in degrees Celsius, can be viewed on the debug screen (Default key: F3).%n%nThe ambient temperature increases at 6 am each day and decreases at 6 pm. %n%nContributing factors to the temperatures: altitude, latitude (z coordinates), and season.%n%nAmbient temperature and other climate calculations are based on a given latitude of a region (Z coordinates). The line Z = 0 is thought to correspond to the equator, while the line Z = -30,000 is thought to correspond roughly to the Arctic Circle. Ambient temperature influences a variety of characteristics, including animal generation, blast furnace efficiency, crop growth, crucible efficiency, leaf color, fruit tree growth, weather, and food decay rates.
tfr.quest165.name=King Crimson! Delete the Time ~
tfr.quest165.desc=Instantaneously transfers fluid, but requires Repeaters on both sides. There are four types of pipe with upper temperature limit available.
tfr.quest166.name=Nice tanks
tfr.quest166.desc=It can hold almost any fluid, but it can't output automatically. It needs to be pumped by a GregTech electric pump or affixed to the automatic input surface of the GregTech machine.
tfr.quest167.name=It's also primitive, but at least it doesn't need bellows
tfr.quest167.desc=%n%n You take any iron ore and turn it into a small one, and then you make it into a molten steel prefabricated iron ore with flux %n%n and you throw it into a blast furnace, you put charcoal or coal in it, and you burn it into wrought iron pellets. %n%n wrought iron pellets can be refired into pellets in the blast furnace. They can be synthesized into ingots through worktables.
tfr.quest168.name=A crucible, not great, but at least better than the ceramic vessel
tfr.quest168.desc=If you find graphite and kaolin, and you grind them into powder, you can make fire clay, and then you can knap the fire clay and make a crucible. You place the crucible on top of the forge, then light the forge, and heat the crucible. %nA crucible can efficiently melt ores other than iron ore and can also be used to make alloys. Pay attention to the alloy ratio so that it does not become an unknown ingot.
tfr.quest169.name=Steam turbine 2
tfr.quest169.desc=Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.
tfr.quest170.name=The diesel engine
tfr.quest170.desc=Diesel turbines burn all kinds of fuel. Nitro diesel is recommended.
tfr.quest171.name=The steam turbine
tfr.quest171.desc=%n Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.%n%n
tfr.quest172.name=Steam turbine 3
tfr.quest172.desc=Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.
tfr.quest173.name=Gas 4
tfr.quest173.desc=More advanced gas turbines %n%n§ C If you do not want to give up the natural gas springs at home, titanium can also consider this machine.
tfr.quest174.name=Primary large steam boiler
tfr.quest174.desc=%n Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.%n%n
tfr.quest175.name=Large steam boiler 4
tfr.quest175.desc=Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.
tfr.quest176.name=Large steam boiler 5
tfr.quest176.desc=Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.
tfr.quest177.name=Gas 5
tfr.quest177.desc=More advanced gas turbines %n%n§ C If you do not want to give up the natural gas springs at home, titanium can also consider this machine.
tfr.quest178.name=Diesel Turbine 4
tfr.quest178.desc=Diesel turbines burn all kinds of fuel. Nitro diesel is recommended.
tfr.quest179.name=Diesel Turbine 5
tfr.quest179.desc=Diesel turbines burn all kinds of fuel. Nitro diesel is recommended.
tfr.quest180.name=Steam turbine 4
tfr.quest180.desc=Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.
tfr.quest181.name=Steam turbine 5
tfr.quest181.desc=Steam turbines are not personally recommended unless you have achieved the capability to produce nuclear fission.
tfr.quest182.name=Titanium niobium carbide
tfr.quest182.desc=An extremely heat resistant alloy
tfr.quest183.name=Plasma turbine
tfr.quest183.desc=Fusion produces a plasma calorific value so high that only a plasma turbine can fully absorb it. This is one of the highest generating units in GregTech.
tfr.quest184.name=Plasma turbine
tfr.quest184.desc=Fusion produces a plasma calorific value so high that only a plasma turbine can fully absorb it. This is one of the highest generating units in GregTech.
tfr.quest185.name=Plasma turbine
tfr.quest185.desc=Fusion produces a plasma calorific value so high that only a plasma turbine can fully absorb it. This is one of the highest generating units in GregTech.
tfr.quest186.name=Plasma turbine
tfr.quest186.desc=Fusion produces a plasma calorific value so high that only a plasma turbine can fully absorb it. This is one of the highest generating units in GregTech.
tfr.quest187.name=Plasma turbine
tfr.quest187.desc=Fusion produces a plasma calorific value so high that only a plasma turbine can fully absorb it. This is one of the highest generating units in GregTech.
tfr.quest188.name=About Productivity
tfr.quest188.desc=The following machines are not required to be made in the technology line, but by choosing some of them properly and combining them with corresponding requirements, they are the most worthwhile things to make in GregTech. The amount of electricity you generate determines your level of development.
tfr.quest189.name=Dream of the stars and sea
tfr.quest189.desc=The beginning of space travel %n%n%n How to use it: Place it in an open area %n and then place the launch pad and the structure tower next to it. The bottom of the structure tower should be the same as the Y axis of the launch pad.%n %n The width of the launch tower, the height of the structure tower, as big as you can DIY the rocket.%n
tfr.quest190.name=Fuel station
tfr.quest190.desc=Take the connector: Shift right click fuel station and connect it to the rocket assembler
tfr.quest191.name=Artificial satellite
tfr.quest191.desc=%n Artificial satellites are used to collect various kinds of data.%n It is needed to assemble the satellite and put it into orbit in the satellite capsule. %n%n Optical sensors are used to collect distance data
tfr.quest192.name=Satellite assembly
tfr.quest192.desc=%n This machine is a multi-block %n, put an energy input bin %n%n on the bottom, you need the left side, you need the orbiter and the satellite chip put the satellite chip in the middle %n%n on the top right, you need the sensor %n on the top, you need the solar panel in the middle, you can make it a generating satellite, %n%n, put the data chip at the bottom, you have to put the data chip to collect the data
tfr.quest193.name=Collection of satellite data
tfr.quest193.desc=%n It requires RF to use the satellite chip. %n In the upper right corner click Connect to receive data
tfr.quest194.name=Observe celestial objects
tfr.quest194.desc=Multiblock block. %n It needs a data bus inside. Out 100 point distance data inside to work. It works only at night. %n%n Spend 100 point distance data scanning asteroids. %n Put at the bottom of the asteroids selection list asteroids chip%n selected you want an asteroid and then click the gear icon next to the chip for writing%n%n available object data processor to strengthen asteroid chips
tfr.quest195.name=Mining rocket assembly
tfr.quest195.desc=Assembling a mining rocket. %n%n Requires a drill to mine and requires vanilla chest as storage
tfr.quest196.name=Mining rocket launch!
tfr.quest196.desc=Assemble a mining rocket %n%n You need to pair a rocket monitor to it.
tfr.quest197.name=Process the data
tfr.quest197.desc=Multiblock. %n It is used to enhance the asteroid chip data to make the benefits greater
tfr.quest198.name=Lathe
tfr.quest198.desc=The machine used to make the precision assembly machine, submit the main block. Please see the holographic projection for the rest
tfr.quest199.name=Precision assembly machine
tfr.quest199.desc=Used for making low-level circuits
tfr.quest200.name=Iron storage tank
tfr.quest200.desc=Build according to the tooltip, one valve input and one valve output are required.
tfr.quest201.name=AYAYIYAYIYAYIYAYI
tfr.quest201.desc=It can manufacture AR circuit boards, a essential thing to enter the electric age.
tfr.quest202.name=Electric garbage
tfr.quest202.desc=Two kinds of AR chips are used to make some low-level AR machines that will help you make MO circuits and enter the electric age (EU).
tfr.quest203.name=Holographic projector
tfr.quest203.desc=Holographic projector can help you build all AR machines and tell you how to build the multiblocks. Just right click to choose the machine you want to build, right click on any where to show the projection
tfr.quest204.name=Cutting machine
tfr.quest204.desc=It is for the circuit
tfr.quest205.name=Chemical reactor
tfr.quest205.desc=It is for the circuit
tfr.quest206.name=Crystallizer
tfr.quest206.desc=It is for the circuit
tfr.quest207.name=§b§lGenerator (LV)- EU, not RF
tfr.quest207.desc=The beginning of the electric age
tfr.quest208.name=Steel storage tank
tfr.quest208.desc=Build according to the tooltip, one valve input and one valve output are required.
tfr.quest209.name=Grinding wheel
tfr.quest209.desc=Free your hands! The leather can be scraped automatically without you having to use a knife. It's a substitute for hand - operated grinding.
tfr.quest210.name=Automatic charcoal production
tfr.quest210.desc=When you have a forestry farm (see agricultural Task line) producing a steady stream of logs, you can make lots of coke ovens to make charcoal. The bottom of %n%n coke oven can be connected with GregTech Technology pipeline to automatically output creosote, can also be connected with the hopper to automatically output charcoal, the top can be used with hopper or item pipeline input log. All in all, it is a fully automated device. %n%n three coke ovens and corresponding automation equipment are enough to support a steam-age factory. %n%n§ C Note that this task has 3 pages
tfr.quest211.name=§ §lfractionation of crude oil
tfr.quest211.desc=Some oil fields are scattered around the bedrock, some of which are constantly replenished by liquid springs. They include light oil, crude oil, heavy oil, and super heavy oil. , %n%n have the same type of fractionation products and different yields. By building the largest multi-block machine you have ever made, you will be able to complete the first step of the petrochemical process: %n%n first layer: 3X3 heat exchanger%n second layer: 3X3 distillation column wall With main block on either side of the column center %n third layer - 13th layer: 3X3 distillation column wall
tfr.quest212.name=God's Toy
tfr.quest212.desc=A synchrotron: Accelerates elementary particles to 99.9999 percent of the speed of light
tfr.quest213.name=Electric arc furnace
tfr.quest213.desc=With an arc blast furnace you can smelt your first tungsten ingot. It can also be used to make tungsten carbide and tungsten steel. %n%n Please use holographic projector for specific materials and placement
tfr.quest214.name=Heat resistant alloy - Invar
tfr.quest214.desc=A material used in the manufacture of thermal machines
tfr.quest215.name=Draconium Plus
tfr.quest215.desc=Awakend Draconium, somehow the electrons are excited???
tfr.quest216.name=§b§lOHHHHHHHHHHHHH
tfr.quest216.desc=It's finally time to make a workbench. %n%nThrough a lot of hard work, you've finally made something that you could have made in a minute in the vanilla! Congratulations! %n%n§lYou may wonder how do you get the stone? Dig out the six blocks directly adjacent to a rock with your pickaxe, and the remaining floating stone will suddenly drop without being turned to cobble.
tfr.quest217.name=Fermentation/soaking/cooling in one
tfr.quest217.desc=The barrel is an important tool: it doesn't consume energy and just needs to be sealed and wait for the recipe to complete. A simple barrel of water can be a very useful tool in cooling ingots of metal quickly.
tfr.quest218.name=Leather
tfr.quest218.desc=Hides are shed by pigs, cattle, deer, and sheep whose wool has been sheared. They come in three sizes: small, medium, and large. Each animal loses only one hide, but bigger animals drop larger hides. It takes a barrel containing limewater to change the hide into a soaked hide. Once the barrel contains the amount of limewater you need, place the hide in the barrel and seal it. You will not be able to open the barrel until the whole process is complete. Once finished, the soaked hide appears in the barrel. %n%nScraping hides requires a leather rack. First of all, the logs need to be placed on ground. Then, by shift-right-clicking, you can place the soaked hide on the log (on the top of the log, not the sides or undersides!) Scrape each part clean with a knife. Finally, the hide can be removed from the logs. %n%nIt takes a barrel of water to change the scraped hide into a prepared. Once you have filled the barrel with the desired amount, put the skins into the barrel and seal them. You will not be able to open the barrel until the whole process is complete. Once finished, prepared hide will appear in the barrel. %n%nPrepared hide is used to make leather. It will take a barrel of tannin. Fill the barrel with the required amount, place the prepared hide into the barrel and seal it. You will not be able to open the barrel until the whole process is complete. Once finished, the barrel will contain leather. %n%nA larger hide requires more tannin, but produces more leather. %n%nNote that not all logs can be used to create tannin.
tfr.quest219.name=Oxygen fuels flame
tfr.quest219.desc=Use the black hole face of the bellows to direct air at the top of the forge, crucible, or blast furnace for faster heating, which works wonders in steelmaking.
tfr.quest220.name=Agriculture
tfr.quest220.desc=You start with 1000 drops of blood, and you probably already see that the cap is coming down. If agriculture is not well developed, the ceiling will soon fall. There are many wild crops in the world. Go and collect some seeds. The importance of this chapter has been repeatedly emphasized. If the main push tired, come to the development of development here.
tfr.quest221.name=Redstone Flux Production
tfr.quest221.desc=It can generate 16RF/ T of energy, which can be used to power bending machines and stone crushers. %n%n Remember to turn on with redstone signal!!
tfr.quest222.name=3 ingots into 2 plates
tfr.quest222.desc=RF power is required to work and can be used to make curved plates, small casings, foils, long rods, and plates at a slightly lower loss than manual work, but cannot be used to make metals harder than steel.
tfr.quest223.name=Starting Fires
tfr.quest223.desc=Once it is evening, it is time for this task. The main way to collect sticks is to break the leaves. A leaf has about a third chance of dropping a stick. Using a sickle can break a 3x3x3 block of leaves centered around the broken block, making it more efficient, but the drop rate will be reduced to one-tenth. Hitting a piece of wood with a hammer will drop 1-3 sticks. %n%nTo create a bonfire, throw three sticks at a square (default 'q'), then use a fire-starter or flint to continuously right light the top of the square. %n%nFire starters can be used to light several types of fire in TFC, including bonfires, charcoal pits and kilns. When igniting fires, the starter may need to be used multiple times to successfully ignite the flame, and depending on random chance, more than one fire starter may be required. In addition, a fire starter can activate a forge or blast furnace.
tfr.quest224.name=Panning for gold (copper)
tfr.quest224.desc=Find a beach near the water, right-click the sand with a panning pan, and then keep right-clicking on the flowing water, and you have a good chance of getting some good stuff, including copper. %n%nNote that the sand will disappear if you use it too much.
tfr.quest225.name=Drink more hot water
tfr.quest225.desc=In the TFC world, your hunger tank (green) is empty and you won't die quickly, but if the water tank (blue) is empty, you'll keep bleeding to death. %n can drink by right-clicking fresh water with empty hands, which is the only way to restore the sink until you have made pottery (see next chapter).
tfr.quest226.name=Balanced diet
tfr.quest226.desc=Open the inventory bar. There is a box on the right. There are four boxes, which are your inventory, time, skills and nutrition %n nutrition and experience. There are five kinds of nutrition, and you need to eat different kinds of food to recover. %n%n When born, every nutrient of the player is full. As the player's hunger wears off, so do their nutritional bars. %n%n In order to supplement the nutrition, the player must eat the corresponding category of food. When the player is full, they get extra nutrients, and according to the player's current nutrition level, when the player is malnourished, they get more nutrients. %n%n The first four categories account for 25 percent of a player's maximum health, and dairy products have an additional 25 percent maximum health. For example, a starting player with no level is likely to reach a maximum life span of 800HP(the first four nutrients are filled). If one of the nutrients is empty and the other three are full, the player's maximum health value is 600HP. If a player has all five nutrients, their maximum life span is 1000HP.
tfr.quest227.name=Fruit
tfr.quest227.desc=Fruits are obtained in two ways: berry bushes and fruit trees, both of which can be found in the wild. %n Berry bushes can be gathered directly by hand and cannot reproduce. When the shrub is in season and in the right temperature range, it can produce a new fruit every month. Each berry has a different life span, and at the end of that life span, the fruit is removed from the bush. To harvest the fruit, just right-click on the bush and the fruit will drop. The harvested weights vary from 3 to 8 ounces. There is a chance of getting a sapling by chopping it down with an axe. If the trunk is left, it can continue to grow, multiply and produce more. %n%n tree seedlings do not grow immediately. On the contrary, the fruit trees grow slowly, with branches and leaves coming out in stages. This means that the saplings will eventually grow back after the branches have been cut off for harvest. But it also means that saplings take a long time to grow into trees as big as those in the wild. The trunk will reach its maximum height after 30 days, with a branch every 20 days and a leaf every two days. At harvest time, the tree will have a fruit on each leaf. To harvest the fruit, right-click on the leaves or left-click on the leaves and the fruit will fall. Fruit per serving is 4 to 16 ounces. %n%n fruit trees bear fruit only when the current temperature is between 0 and 38. For most cases, the corresponding seasonal temperatures (spring to late fall) are within this range, except in deserts, equatorial jungles, and deep tundra.%n
tfr.quest228.name=Amino acids
tfr.quest228.desc=There are two main ways to get protein: 1. Kill animals 2. Plant soybeans In the sierra World, where wild animals are produced only once since the world began, slaughtering is not a sustainable path! So, you need to raise animals, and Here I recommend cages to take them home, but also a leash or ears of wheat. N animals have sex and need to get to know you before they can mate with each other, but of course you have to feed them. In general, cows have fewer calves, but pigs have a litter.
tfr.quest229.name=Vegetables
tfr.quest229.desc=Again, only through crops. The individual pushed the potato and cabbage, the yield is large, the growth condition is not harsh.
tfr.quest230.name=Do you remember how much oz bread you've eaten in your life -- DIO
tfr.quest230.desc=One of the five sources of nutrition, the only way to get it is by growing grain.%n Directly harvested grains need to be processed before they can be eaten. Bake them over a fire, or use a knife to cut them into grains. If you want a grain to last longer, or if you want to make a sandwich, you should make the grain into bread. Grain grains are ground in a stone mill to make flour, which is combined with a wooden bucket to make dough, which is baked over a fire to make bread. If you grow five food crops, you get the ultimate food: bread between bread and bread between bread and bread
tfr.quest231.name=Dairy products
tfr.quest231.desc=Dairy products are obtained in two ways: by drinking milk and by eating cheese (cheese is made of milk and is essentially milk). Cows that have been domesticated enough can milk a pail once a day for a pail of milk. 9 pails of milk and 1 pail of vinegar are sealed in wooden pails to obtain cheese.
tfr.quest232.name=A millstone
tfr.quest232.desc=You can scrape the leather without having to use a knife. You need to place a stone (not sand) before you can use it.
tfr.quest233.name=Animal cages
tfr.quest233.desc=With this device, you can put animals into mysterious Spaces without suffocating them.
tfr.quest234.name=Bismuth bronze
tfr.quest234.desc=If you want to use something other than bronze, please choose black bronze (copper, gold, and silver) or bismuth bronze (copper, bismuth, and zinc)%n%n and use the same method to make a double ingot, which is then formed into an anvil. Don't worry if you can't do it for a while. Develop agriculture first. After completing this task you will truly enter the age of metalsmithing. %n%nYou only need to complete one of the 3 bronze anvil quests to advance.
tfr.quest235.name=Advanced electronic circuit
tfr.quest235.desc=The last is a rudimentary circuit board that can be used to make advanced etchers
tfr.quest236.name=lithography
tfr.quest236.desc=An ingenious machine perfectly USES light to etch complex patterns into crystals.
tfr.quest237.name=Optical mask
tfr.quest237.desc=Reasonable filter light, so that the graphics on the photoresist corrosion forming. The %n substrate can be machined into a variety of masks: the working and intermediate masks are the basis for making all the circuits.%n controls and grille masks are used to make integrated circuits and random-access circuits respectively.
tfr.quest238.name=Epoxy resin
tfr.quest238.desc=Epoxy resin refers to a class of polymers containing more than two epoxy groups. It is A condensation product of epichlorohydrin and bisphenol A or polyols. As an anti-corrosion material, %n epoxy resin not only has the characteristics of compactness, water resistance, leakage resistance and high strength, but also has the advantages of strong adhesion, normal temperature operation, easy construction and so on
tfr.quest239.name=photoresist
tfr.quest239.desc=Photoresist is an organic compound whose solubility in developing solution changes when exposed to ultraviolet light. The photoresist used in silicon wafer manufacturing is coated on the surface of the wafer in a liquid state and then dried into a film.
tfr.quest240.name=Circuit assembly T1. %n%nHelium could be obtained from Pitchblende in centrifuge.
tfr.quest240.desc=Make low level and above circuit boards
tfr.quest241.name=Oil purifier
tfr.quest241.desc=Used to desulphurize petrochemical products. It's more efficient than using a blender
tfr.quest242.name=Cracking tower
tfr.quest242.desc=Used for cracking petrochemical products, cracking higher alkane into more lower alkane.
tfr.quest243.name=Epoxy substrate
tfr.quest243.desc=No Description
tfr.quest244.name=Fiber reinforced substrate
tfr.quest244.desc=No Description
tfr.quest245.name=The CPU
tfr.quest245.desc=One of the basic components of a mainframe computer. %n two nuclei of the next order (low frequency) equal one of the next order (high frequency).
tfr.quest246.name=Memory particle (128M)
tfr.quest246.desc=No Description
tfr.quest247.name=Integrated circuit (256MHz)
tfr.quest247.desc=No Description
tfr.quest248.name=Advanced computer motherboard
tfr.quest248.desc=No Description
tfr.quest249.name=Silicon architect
tfr.quest249.desc=The two most important mask templates, they are not consumed.
tfr.quest250.name=Polyvinyl chloride (PVC)
tfr.quest250.desc=PVC has some properties that polyethylene does not have and is used for insulating wires, etc.
tfr.quest251.name=Industrial rubber
tfr.quest251.desc=Industrial manufacture of rubber. Production line can be mass production, no production line is faster than cutting rubber trees.
tfr.quest252.name=Advanced electronic circuit
tfr.quest252.desc=No Description
tfr.quest253.name=High - tech electronic circuit
tfr.quest253.desc=No Description
tfr.quest254.name=Extreme electronic circuit
tfr.quest254.desc=No Description
tfr.quest255.name=RAM
tfr.quest255.desc=Random access memory is one of the basic accessories of a computer host. %n two of the next level (low volume) equal one of the next level (high volume).
tfr.quest256.name=The main board
tfr.quest256.desc=The motherboard is one of the basic components of the mainframe.
tfr.quest257.name=The host
tfr.quest257.desc=Computer mainframe. Used to make some high quality goods
tfr.quest258.name=The ultimate promotion
tfr.quest258.desc=More advanced computer accessories can make more advanced mainframe computers. %n what is the use of the host machine? Stay tuned
tfr.quest259.name=crowbar
tfr.quest259.desc=If you press the vent in the wrong place, you can use this to pry it off.
tfr.quest260.name=Vodka generation
tfr.quest260.desc=It is well known that Volgary has more ethanol than water (fog). You can make vodka directly from barrels and potatoes. You can funnel it into a Greco technology tank to export it to a machine that consumes fluid fuel, such as a combustion chamber.
tfr.quest261.name=Real Lime
tfr.quest261.desc=Flux is formed by combining a rock made of calcium carbonate with a hammer. The flux is then placed in a wooden barrel filled with water to turn the water into lime water. %n%nMortar can be obtained by placing sand in lime water and sealing it for a period of time. Notice the ratio of the two indegredients in NEI!
tfr.quest262.name=From simple mason to a master builder
tfr.quest262.desc=Bricks are made by etching a block of stone with a chisel, and bricks and mortar are combined to make brick blocks.
tfr.quest263.name=Roller press +
tfr.quest263.desc=Free your hands! Press the spindle into a plate.
tfr.quest264.name=Clean energy
tfr.quest264.desc=Natural gas doesn't even have to be desulphurized, it can be pumped, and it's not much less efficient than fuel, so why not?
tfr.quest265.name=Funds are burning
tfr.quest265.desc=After desulfurization, gasoline and diesel can be put into a diesel engine to burn, directly output RU and emit carbon dioxide from the back, which is very efficient.
tfr.quest266.name=§b§lThermoelectronic workbench
tfr.quest266.desc=A machine using RF is the processing desk you need to make electronic components in this period %n%n. Sometimes it still doesn't work after you put the items in. Check for melted glass, items in demand in the upper right corner, and energy supply. If that still doesn't work, take out all the items and put them back in.
tfr.quest267.name=Low level electronic circuit
tfr.quest267.desc=Low level electronic circuit
tfr.quest268.name=Stainless steel storage tank
tfr.quest268.desc=All GregTechtech tanks can be set to auto output with right - click wrench. Corrosion-resistant tanks, 4 times larger than OB tanks, very good. Stainless steel tanks are also available in multi-block versions, similar to the way wood is constructed.
tfr.quest269.name=More efficient soft metal processing
tfr.quest269.desc=Can only process some metals below steel grade, such as copper, bronze, tin. %n%n requires the combustion chamber to provide heat directly below
tfr.quest270.name=Black powder
tfr.quest270.desc=Gunpowder is made from charcoal, sulfur, and saltpeter, and can be used to make Dynamite, a tool for obtaining minerals and stones.
tfr.quest271.name=Straw
tfr.quest271.desc=Straw is obtained by cutting grass with a knife or sickle around the world. Each block of grass drops a stalk of straw. Straw is also produced as a by-product when refining grain. %n%nStraw can also be recovered from its thatch form. %n%nThatch blocks are some of the first roof tiles in the game. Unlike dirt and stone, thatch is not affected by gravity, so it can be used to make roofs. However thatch cannot be used effectively as walls, since players (and monsters) can move right through it.
tfr.quest272.name=The Bonfire
tfr.quest272.desc=Bonfires are created by dropping three sticks on the ground and using a flint or a fire starter and right clicking on the square below them. Using a fire starter may require several attempts to ignite successfully. Throwing a straw on it will make the fire ignite more easily. Campfires exposed directly to precipitation will not consume fuel and will eventually go out. To prevent this, a block should be placed over the campfire to protect it. %n%nOnce the bonfire is ignited, it will burn out quickly unless more fuel (logs) are added. To reignite it, have at least one piece of fuel in the fuel slots and right-click the campfire with the ignitor or flint. %n%nBonfires are used to make torches, cook food, and heat starter items.
tfr.quest273.name=farmland
tfr.quest273.desc=Farmland, also known as soil, contains the three basic nutrients of a plant, and if there's enough water cube nearby, your plant can get important water. By using the water and nutrient pattern of the metal hoe, you can see the nutrient level of the crop and the availability of water. Growing crops in the soil reduces soil nutrients and must be fallow, fertilized, or planted periodically with crops that require different nutrient types in order to replenish nutrients. Note: Some crops, such as soybeans and green beans, require additional nutrients as they grow. %n%n Unlike the original, farmland cannot be turned back into soil. The destruction of cropland also does not produce any soil to prevent the reuse of nutrients.
tfr.quest274.name=Animal husbandry: 1
tfr.quest274.desc=Chickens, cows, horses, pigs and sheep are all livestock. The natural generation of the world's animals is based on the climate of the region. %n%n livestock will follow any kind of refined grain and ear of corn, similar to the original animals will follow wheat, carrots and seeds. The rope is also the same as in the original drawing of livestock %n%n Bears, deer and pheasants are wild animals and cannot breed. Wild animals will be refreshed all over the world, except named animals, or at least tethered once, which won't disappear. All animals have a degree of intimacy that increases the need to interact in some way, such as milking, shearing, riding, raising and naming animals. The exact value of these interactions varies from species to species, and some require more interaction. Familiarity can be improved by performing specific actions every 24 game hours. To raise an animal, the player must sneak around to provide food so that the animal does not get spooked. If intimacy does not reach 30 percent and the animal does not interact with the human within 24 hours, then intimacy will decline. Adult animals are limited in their ability to be domesticated, only small animals can be fully domesticated, and intimacy increases faster. Young animals retain 50 per cent of their mother's closeness at birth, unless she is close to the maximum, in which case they will retain 90 per cent. %n%n Stealthily looking at an animal displays a closeness indicator. As the intimacy increases, the indicator will fill with red, and when it reaches 100 percent, it will turn gold. A white border means that the animal has reached at least 30 percent and intimacy is no longer diminished. %n%n Sex: %n%n animals (excluding squid) have different sex (male or female), which is determined randomly at the time of animal generation. With the exception of bears, horses and wolves, all animals have visual cues to easily determine sex, such as horns, teeth, breasts and different feather colors. For creatures with no visual cues, players can right click on the animal, and the chat window will indicate gender.
tfr.quest275.name=Animal husbandry: Reproduction
tfr.quest275.desc=All reproducible animals except chickens are bred by bringing together animals of different genders and feeding them until heart-shaped particles begin to appear. The animals consumed 5 ounces of grain each time they were fed, and if both animals had the heart, they would approach within seconds of the particles disappearing. A successful breeding can be confirmed by right-clicking on the female animal, which will produce a chat message, "pregnant". %n % chicken %n%n chickens are bred by using nesting boxes. The hen will lay an egg in the nest box every day. If there is a rooster in the box, the egg will be fertilized. A fertilized egg has a hint of fertilization on it. After three quarters of a month in the nest, the fertilized eggs hatch into chicks. Note: This calculation is based on months, not days. So a world with a long month will have a longer incubation period because there are more days in a month. %n%n pregnancy and baby %n%n all reproducible animals except chickens, the female will become pregnant directly after breeding. Once a female becomes pregnant, she must pass through pregnancy before giving birth. Note: This calculation is based on months, not days. Therefore, longer months will lead to longer pregnancies. %n%n When the time of conception is complete, the female gives birth. The length of pregnancy, the length of adulthood, and the number of offspring born depend on the type of animal.%n
tfr.quest276.name=Charcoal
tfr.quest276.desc=Notice the difference between Vanilla and TFC Charcoals. (If you don't have a home yet, come back to this task later) %n%nHow does one make charcoal? You need a charcoal pit! %n%nSneak with a log in your hand and right click to get a pile of logs. Click again with an empty hand to put in up to 16 logs. The smallest version of a charcoal pit is a single pile of wood with four logs to ensure that at least one piece of charcoal is produced. In general, you want many piles of wood together. There is no maximum. %n%nCover the wood with dirt or gravel. Make a hole in the top of the pile, and drop a torch on the exposed log pile to ignite it. Then seal it with dirt. %n%nPlayers will have about 10 seconds after the fire ignites to close the pit entirely. %n%nOnce the charcoal pit catches fire, it must be covered with any non-flammable solid blocks keep it smouldering. Any exposed pile of logs will burn and eventually drop the logs, causing the process to fail. If the process is successful, smoke particles will be released from the covered pit. After 18 hours of play time, the smoke particles will dissipate and the smouldering logs will be turned into charcoal blocks that can be harvested one at a time with a shovel. Note: Only a full log pile can have another log pile on it, so plan the height accordingly. %n%nIf there is a gravitation affected block in the top layer of the pit, such as dirt or cobblestone, these blocks will collapse because air blocks are created when logs turn into charcoal. Most of the larger charcoal pits are made of stone and brick to provide a more durable structure.
tfr.quest277.name=Scientific glazing technology
tfr.quest277.desc=To make glass, you have the option of mining borax or making rough caustic soda. See NEI for specific fabrication methods. %n%nOriginal sand can be obtained by shapeless crafting.
tfr.quest278.name=Automatic air blast
tfr.quest278.desc=By putting charcoal and fresh water in a steam furnace, firing it, and giving a red stone signal, he was able to provide kinetic energy to adjacent bellows drives. %n%n bellows drive may drive the bellows if adjacent to the bellows. %n%n The blast frequency can be adjusted by right-clicking the hammer on the steam furnace. There is a constant blast of air to make steel.
tfr.quest279.name=Smelting iron ore
tfr.quest279.desc=Open the opening of the forge and place eight pieces of charcoal at the bottom of the chimney. %n%n climb to the top of the forge and drop 24 iron ore (depending on its size) into the chimney. %n%n throw equal or more charcoal over the lump of charcoal. Both the ore and the charcoal should disappear into the lump of charcoal. %n%n Note: if the player throws more ore than the forge can hold, the extra ore floats on the charcoal instead of melting. %n%n Activate the forge by right clicking on the forge block with the starter or flint. The tops of forge iron stoves and chimneys should begin to glow. %n%n When it's done, the glow disappears, and the process takes about 15 game hours. Open the forge iron furnace to obtain the iron billet. %n%n use a pick to break the iron. This item will automatically move to the nearest forge box for easy pickup. %n%n%n billet is a porous mixture of iron and slag produced by smelting iron ore in a forge iron furnace. The product of a forge iron furnace is a cast iron billet. The iron content of a cast iron billet will have a percentage value, of which 1 percent is equal to one metal unit (100 units of ore will produce 100 percent of the billet, corresponding to a wrought iron ingot). Note: If not enough ore is added to the forge, its iron percentage will be less than 100 percent, then it cannot be refined and must be put back into the forge to add more ore. Next, you need to refine, shard, and beat the cast iron billets with an anvil of bronze grade or higher. you will get your first wrought iron. Please cool the forging iron ingot in the bucket in order to submit the task
tfr.quest280.name=energy
tfr.quest280.desc=Energy units: Gu (GregTech unit said general energy, only used for measuring meaningless cannot produce more used to deal with the said nei theory of energy consumed by a formula)%n%nHu heat (combustion chamber), %%nKu kinetic energy (engine), nRu can rotate (turbine or motor), % % can an nSu steam (boiler), nEu electricity (generators, this is not nonsense? ,%nLu laser can CO2 laser (produce),%nQu quantum can (copied in, produced by the quantum charged device),%nCu cold can () generated by the semiconductor refrigeration device%nMU: magnetic field (electromagnet)%nTU: time can (washer, condenser, etc. Don't waste energy of the machine in the name of the consumed energy) % the nRF: redstone flux (an inefficient energy)%n%n energy conversion between (nondestructive, in GregTech in addition to the ZPM discharger other impossible) : %n1Gu equal 1Hu equal 2Su equal 1Ru equal 1Ku equal 1Cu equal 1Lu equal 1Qu equal 1Eu equal 1Mu equal 2RF%nSu is twice don't ask me why
tfr.quest281.name=Check the material content
tfr.quest281.desc=Press F3 + H to turn on the display of the IDs for items, as well as show values for durability and other details. %n%nThis will be very useful for when you begin working with GregTech.
tfr.quest282.name=Super roaster
tfr.quest282.desc=This thing can process sulfide minerals at high speed
tfr.quest283.name=Diamond 1
tfr.quest283.desc=You can't get a diamond out of a stonecutter? Don't be afraid! Argon nitrogen will help you
tfr.quest284.name=Glue and tanks
tfr.quest284.desc=Tanks are a relatively inexpensive and efficient option for storing liquids and gases. In the early stage, we could only make a simple wooden storage tank with a capacity of 8000L. In fact, you just need to use a bone glue and add water to a mixing bowl, and then right click on the bottle to take out the bottle. %n%n After we can make stainless steel, we can choose the right amount to make several stainless steel tanks, cost-effective, capacity 64000L, no leakage (can store liquid), corrosion resistance (can store sulfuric acid and other corrosive liquid). The most cost-effective storage tank is plastic, which comes from petroleum fractionation. Six ingot quantities of plastic are put into the mould press and a steel cryogenic treatment mould (small unit mould), which can be used to make the plastic storage tank with 32000L capacity and no air leakage. Note: the storage tank has a temperature limit. Please do not hold the liquid at too high temperature, or the tank will be destroyed.
tfr.quest285.name=Trade me some diamonds
tfr.quest285.desc=If you find the Kimberlite mine and most of what you dig is broken diamonds, you can exchange some for better diamonds in this chapter. Or you can trade with me.
tfr.quest286.name=A handy little tool
tfr.quest286.desc=Shovel, can take out solid waste from crucible in batch, and will not be harmed by %n%n pliers, can take out the solidified metal in the mold, will not be harmed by %n%n ten thousand shovel (no lapis lazuli needed), can be used as a variety of tools: shovel, crowbar, saw %n%n task can submit any material tools
tfr.quest287.name=Blast machine
tfr.quest287.desc=Not all machines explode, please refer to the machine entry for details. %n%n%n%n %n all explosions are tested once for 30s. %n%n%n%n % Flame explosion: %n%n input/output energy containing EU or CU. The machine has fire on six sides (top, bottom, left, right, front and back) adjacent squares. %n%n faces are not fireproof (some coverings are fireproof, to be tested, to be filled in). %n%n meets the above conditions, there is a 10 percent chance of an explosion. %n%n if EU is present in the above energy source (I/o), a 4 point explosion is produced. %n%n, if there is no EU, that is, only CU, will melt itself and not affect other squares. %n%n%n%n%n%n % explosion in water: %n%n input/output energy, including EU or HU. The machine has water on six sides (top, bottom, left, right, front and back) adjacent squares. The %n%n face is not waterproof (some cover plates can be). %n%n produces a 4 point explosion. %n%n%n%n%n%nain explosion: %n%n input/output energy, including EU or HU. There is rainfall in adjacent squares on six sides of the machine (upper and lower, left and right, front and back), and the cluster can receive rainfall (doubtful, to be tested). %n%n faces are not rain - proof (some cover plates can pit). %n%n meets the above conditions, there is a 1 percent chance of an explosion. %n%n produces a 4 point explosion. %n%n%n%n%n%n % Lightning explosion: %n%n input/output energy, including EU. %n%n Machine five sides (left and right, front and back, no underside) adjacent squares have thunderstorms, the group can thunder. %n%n faces are not lightning protected (some cover plates are). If %n%n satisfies these conditions, there is a 1‰ chance of an explosion occurring. %n%n produces a 4 point explosion.
tfr.quest288.name=About reference content
tfr.quest288.desc=Thanks to McMod.cn for the GregTech tutorial.
tfr.quest289.name=Instructions for various tools
tfr.quest289.desc=You may think this is a lot of information, but you don't really need to know all of the following right now. This task is only to be used as a reference in case you need them in the future. %n%n%nThe following is taken from GT's instruction book:%n%nThis book contains instructions on how to use the various tools%n%nSwords - +attack damage, quickly knocks leaves out, spider webs, and wool%nKnives - food slicing, stick slicing, cutting rubber, saplings into sticks, bark and "similar" items (e.g. wax). It can be used as a weapon and can collect any block that a sword can collect. %nButcher's Knife - gives more loot, but has slow attack and low damage. %nMallet - somewhat expensive, used like a hammer, high damage, slow attack. %nAxe - good for chopping down trees, not good for chopping down boards and other wood products. %nDouble-Edged Axe - can also be used as a weapon and also for chopping down trees, lasts 50 percent longer than an axe, but has 3/2 more materials to make it. %nSaws - the opposite of an axe %nChainsaws - a combination of the three %nCircular saws - cheaper as a crafting tool than a chainsaw %nPickaxes - just picks %nConstruction picks - quickly dismantle man-made construction blocks, but slowly mines naturally occurring blocks %nDiamond tipped picks - set flawed gemstones into steel pickaxe heads for a lot of durability. Amber, Sapphire, and Diamonds are good choices.%nPneumatic Hammer - Speed Stone Digging.%nElectric Drill - Digging and Shoveling, it is the perfect tool for mining.%nShovel - Just a shovel.%nPointy Shovel - Conditional Precision Gathering such as dirt, mycelium, clay, silt, snow, grass paths, and other tools, but it's slower than a normal shovel and for some reason that defies physics, can't dig sand.%nPlow - fast snow removal and similar block (don't know what's there) (3x3x3)%nMulti-purpose shovel - a combination of shovel, saw, sword and crowbar but with reduced durability and speed%nHammer - to knock gems out of blocks, but also for fighting and not much else. %nSoft mallet - usually used to turn machines on and off (like engines) can force red stone lights and certain railroad tracks. %nWrench - adjusts the front of the machine sometimes %nAdjustable wrench - adjusts the secondary side of the machine also adjusts the mode. %nElectric wrench - wrench + adjustable wrench. Sneak-right click a face that the wrench can't work on (i.e. the ground) Right click to switch modes. %nFile - Sharpening tip can hammer ingots much faster than others %nChisel - Making molds can change the texture of some blocks. %nBending and Winding cylinders - Making pipes. %nCrowbar - Opening boxes, can also be used on railroad tracks and mine cars. %nPliers - Removing hot stuff from molds and casting pots to avoid injury. %nPlunger - unclog pipes. %nBee net - catch butterflies or collect bees from hives.%nHoe - hoe, nothing else.%nPruning shears - cut leaves, drop saplings.%nSickle - clear crops in a 3x3x3 range, small flowers, and tall grasses.%nRolling pin - roll out dough or roll out clay to make clay cups. %nShears - right click to remove wires and cables. Also for collecting wool/fabric blocks. %nScrewdriver - Screws. The most common function is to adjust the function of covers. Can adjust repeaters and comparators. %nWire cutters - Removing cables, adjusting cables, adjusting certain covers. %nStirrer - Operating the stirring bowl without causing hunger.%nHand drill - Drilling holes for trees. If you have iron rods on you, it can reinforce bricks and concrete if you have explosives with you. %nFlint - just flint (30 percent chance, no matter what the material). %nMagnifying glass - can see information about various GregTech items (e.g. type and amount of stuff in tanks/pipes, lots of random stuff, can be used as a material dictionary) It's not just a tool. It's a Swiss Army knife.
tfr.quest290.name=Home improvement
tfr.quest290.desc=My house is in need of repair recently. Could you provide me with some materials? I would appreciate it.
tfr.quest291.name=The original papermaking process
tfr.quest291.desc=Collect reed from a fresh water lake, seal it with base potash liquor, and get cellulose fibers. Press them with double plates, let it dry, and dig it for white paper.
tfr.quest292.name=Help others
tfr.quest292.desc=Ah, beautiful metal, I want to buy some gold and silver thread for my fiancee
tfr.quest293.name=About unlocking chapters
tfr.quest293.desc=Rather than having each chapter unlock simply by finishing the previous chapter, the chapters in this book are more like a collection of tasks. The most important purpose of the chapter is to guide you through many aspects of the gameplay in this mod pack. %n%n For example, when you unlock the hoe, you unlock the agricultural quest line. When you unlock the steel, you unlock the Steam Age quest line.
tfr.quest294.name=rubber
tfr.quest294.desc=First you need to find a trefoil tree or plant a sapling. %n%n When mature, hold any hammer in the toolbar, right click on the bakelnut with the liquid conduit, and the conduit sticks. %n%n Then right click the trunk again with the bowl holder and install it. %n%n Finally install the plastic bowl, hold a knife and cut the tree trunk, there will be milky liquid outflow catheter can wait for the latex outflow. %n%n latex can be filled after taking off the bowl of glue, put into a wooden bucket. The rubber mixture is obtained by placing a vulcanizing agent in a wooden barrel and sealing it. %n%n rubber mixture is heated in a fire or forge to produce rubber.
tfr.quest295.name=Black bronze
tfr.quest295.desc=If you you want to use something other than bronze, choose black bronze (copper, gold, and silver) or bismuth bronze (copper, bismuth, and zinc) and use the same method to make a double ingot, which is then formed into an anvil. Don't worry if you can't do it for a while. Develop agriculture first. After completing this task you will truly enter the age of metalsmithing. %n%nYou only need to complete one of the 3 bronze anvil quests to advance.
tfr.quest296.name=Red steel anvil
tfr.quest296.desc=Forge all metals under 2100K and some high-melting alloys, including blue steel.
tfr.quest297.name=Red hope
tfr.quest297.desc=This alloy is difficult to obtain, but has extremely high durability and hardness, as well as excellent resistance to pressure. %n%n Blue steel and red steel have the same grade and similar USES, you just need to make either one based on the mineral you find and continue to play.
tfr.quest298.name=No Description
tfr.quest298.desc=Wild crops: In the wild, crops are randomly generated and each type of crop is contained in block 8x8. This means that players need to explore considerable distances to collect each crop. Wild crops are produced only between spring and late summer, and there is a chance to regenerate each year. %n%n seeds: Harvesting a crop will drop at least one seed, while increasing the player's seedtime skill. The better your farming skills, the more likely you are to gain machine seed that will help you expand your farm. %n%n Crop types: Plant crops that mimic real life, and how long they grow before they can be harvested. Note, however, that these values have been scaled to the TFC year length, which is 96 days by default. %n%n use: Most of the harvested products can be eaten directly by the player, making them a renewable food source. The following grain products can be used to feed animals: barley, rice, rye, wheat, and oats
tfr.quest299.name=Automated farm
tfr.quest299.desc=First, make the 36 cubes into a cuboid of 3 (width) x3 (length) x4 (height). Cover the cuboid with the furthest 7 tiles (original) %n%n feed water from the farm lock. %n%n import fertilizer, soil, and saplings or crop seeds from the farm box or directly open GUI. %n%n inputs RF energy from the farm gearbox. %n%n the goods and sand that come out of the farm boxes are funnelled or otherwise. It stops working if it gets blocked. %n%n Take care that the top of the farm is not obscured.
tfr.quest300.name=High temperature fluid transfer
tfr.quest300.desc=Start making your steam equipment? You probably need some heat resistant fluid piping, bronze would be good. %n%n Pay attention to the description at the bottom of your pipe, different pipes have different heat temperature, air tightness, and corrosion resistance.
tfr.quest301.name=Low-level item transfer
tfr.quest301.desc=Brass pipes are one of the most readily available item pipes that can interact with funnels, coke ovens, and most machines (but not buckets!). You'll probably need lots and lots of stuff later on.
tfr.quest302.name=Anticorrosive wood pipe
tfr.quest302.desc=Anticorrosive wood pipes seem to be better than wood pipes in terms of flow
tfr.quest303.name=Low-level item extraction
tfr.quest303.desc=No Description
tfr.quest304.name=In oil processing
tfr.quest304.desc=It's a miracle that you can put 27 items in there. Touched?
tfr.quest305.name=I'm going to break
tfr.quest305.desc=§4 Press F3 to open block boundary display: make sure your ice cellar is in a block, otherwise it won't work. The cellar will keep your hard-earned food from going bad. %n%n made a hollow rectangular structure with an external height of 4 meters and an internal height of 2 meters from the ice cellar wall block. %n%n Ice cellar door should have two layers. The ice cellar door should be located in a space that protrudes from the wall itself, and there should also be ice wall blocks around it. %n%n One of the cubes in the bottom of the cellar needs to be the core of the ice cellar, and the TFC ice excavated by the ice saw needs to be placed inside to start the operation of the ice cellar. The temperature can be seen in the upper right corner of the GUI that opens the core of the ice pit when %n%n starts running. %n%n Food can only be put in the ice shelf. There should be no cubes in the ice cellar except for the ice shelf. There should be no square contact around the wall of the ice cellar. Only the bottom side should contact with the ground. %n%n This is a top view: %n%nX: wall %nD: gate %n%nXXXXX%nX X%nXX %nXXDXX%n XDX
tfr.quest306.name=barbecue
tfr.quest306.desc=Some foods can only be eaten cooked: this includes all meats. Still others get more cooking after baking, such as baking dough into bread. You can grill food in a hot tub over an open fire, or put this grill on top of a forge. The grill can grill 8 items at once. Shift right - click grill can flip up.
tfr.quest307.name=About the inability to view forge
tfr.quest307.desc=All forging recipes are in JEI, but they are not connected to the required tier of anvil.%n%nIt is due to a multi-world plugin.%n%nThe forging formulas do show the tier of anvil required in text at the top.
tfr.quest308.name=New seeds
tfr.quest308.desc=Some seeds cannot be found on the surface of sierra stars, but you can get them by sifting through the soil. These seeds are important for your future development.
tfr.quest309.name=Agricultural tycoon.
tfr.quest309.desc=Now you will never lack for food again. Be careful, overfarming may cause your fields to lose nutrients. As you work your way up the grade, hold a hoe and you'll see how nutritious the field is. To thank you for your efforts, I will send you two Earth pigs, which can provide l-protein, a specialty not available in the TFC star population.
tfr.quest310.name=Hard farmer
tfr.quest310.desc=The following task will be difficult for you at the beginning: You will need to collect more than 20 kinds of food and harvest them. However, the final reward is very rich oh.%n
tfr.quest311.name=Crop frame
tfr.quest311.desc=The crop rack increases the growth rate of the original crop. Not only that, but placing two overlapping racks between two crops has the potential to cross-breed two crops to produce a new crop. New crops will inherit the attributes of their ancestors and may change. %n%n even, it will become a new crop. Note: If no crops are planted on the rack, it will soon be covered with weeds, which are contagious and can easily destroy your field! %n%n To solve this problem, you can only make one weeder now.%n
tfr.quest312.name=reed
tfr.quest312.desc=Reed is not edible, but its fiber is good for paper, and there is no harm in growing it more often.
tfr.quest313.name=Sugar cane
tfr.quest313.desc=Here, sugarcane can only be synthesized from reeds, but it can still reproduce. But mind you, sugar cane needs the original soil to grow.
tfr.quest314.name=The original soil
tfr.quest314.desc=You can synthesize the original clay from any legendary clay of the hills. The fabled soil of the hills can only grow the fabled crops of the hills, but the original soil can only grow the original crops. It's a bit of a hassle, but the original crop has many USES.%n
tfr.quest315.name=Not just keeping warm
tfr.quest315.desc=Wool is obtained by shearing. A sheep of high intimacy can be trimmed with scissors or a knife. Using scissors will give you more wool %n %n Another method is to use a knife to scrape the sheepskin in the composite column, depending on the size of the sheepskin, you can produce a different amount of wool. %n%n You need a spindle to synthesize it into wool yarn, which is then made into wool yarn at the loom. Wool yarn is an important material for making space suits in the future.
tfr.quest316.name=Screening machine
tfr.quest316.desc=You can sift through the pure gem pulverizer to get a variety of rare grades of gems, as well as through the soil to get the original seeds. %n can't find the diamond? I'll give you two a try.
tfr.quest317.name=Jute, not marijuana
tfr.quest317.desc=It can be made into linen or rope and is a practical industrial material.
tfr.quest318.name=What, rubber sugar cane?
tfr.quest318.desc=One of the easiest crops to hybridize is probably resinous sugar cane. Growing this crop on a large scale will get you out of the trouble of collecting latex from bakerwood.%n
tfr.quest319.name=ZhongZiDai
tfr.quest319.desc=Once the crop on the shelf is ripe, you have two options:%n1.Right click to get the crop, the seeds remain in the field%n2.Left click to get the crop and seed bag%n2.Please plant some sugar cane and get their seed, And I'll give you some reward
tfr.quest320.name=Wooden bathing pot
tfr.quest320.desc=With creosote in this pot, you can convert sticks to treated sticks and wood to treated wood.
tfr.quest321.name=Crucible for casting
tfr.quest321.desc=The crucible can be output to multiple molds with only one surface, and the mold connected to the crucible through the casting path supports redstone control.
tfr.quest322.name=Mass generation
tfr.quest322.desc=It's hard to get enough power to build the grid and start using it on a large scale with a single machine, so you need multiple machines.
tfr.quest323.name=Large boiler
tfr.quest323.desc=Your first obstacle to mass production should be boilers. The power of the single block generator and turbine can reach EV, and the strongest compact fluidized bed combustion chamber (tantalum and hafnium carbide) has 4096HU/t heating, but the best single block boiler standard power is only 512HU/t and 1024SU/t. Of course you can use multiple boilers together for the generator, but because of the way the GregTech pipe is transported, your turbine may not have a steady supply of steam. A large boiler with a pet-block underside can be used to receive HU(usually up to eight), and all the steam can be taken out of a block and fed to the turbine.
tfr.quest324.name=Diamond 2
tfr.quest324.desc=No diamonds in a crusher? It doesn't matter. The duck egg will help you
tfr.quest325.name=CCCP
tfr.quest325.desc=Voldka Comarade!
tfr.quest326.name=Okay, tomatoes
tfr.quest326.desc=Tomatoes may seem like a harmless vegetable (or fruit?) But it's loaded with vitamins. It can only be obtained by hybridization.%n
tfr.quest327.name=The first step in becoming a botanist
tfr.quest327.desc=You get more and more hybridization %n%n and you look at the crop seeds with empty eyes and you can't see anything, and then you have to use the power of technology. %n%n This portable crop scanner can be used to learn the names and properties of crops after the battery case is charged. You just need to hold it and right click on the crop shelf. %n%n Also, the scanned crop dropped seeds with the crop name! %n%n hold the crop analyzer and press C to open the hybridization test interface %n
tfr.quest328.name=Crop monitor
tfr.quest328.desc=All it takes is a little electricity, water, fertilizer, and herbicide to help you grow your crops faster and get rid of weeds.
tfr.quest329.name=Silent spring
tfr.quest329.desc=To permanently solve the overgrown problem, you have to use chemical weapons. %n%n herbicides should only be used in crop control.
tfr.quest330.name=Nitrogen, phosphorus, potassium
tfr.quest330.desc=There are many ways to make fertilizer. They can speed up the growth of crops on crop shelves. Fertilizer can only be used in a crop control machine.
tfr.quest331.name=Automatic harvester
tfr.quest331.desc=The machines aren't cheap, but once you have a large field of finished crops that have been cross-bred, with crop regulators, they can provide a steady stream of output for your plant.
tfr.quest332.name=fisheries
tfr.quest332.desc=You need to make a fishing rod to fish. A fishing rod needs to be made of line. Any fish of any size can be submitted!
tfr.quest333.name=line
tfr.quest333.desc=Important resources, can be made from jute fiber or wool yarn
tfr.quest334.name=Everything is ready
tfr.quest334.desc=No Description
tfr.quest335.name=Get the oxygen ready!
tfr.quest335.desc=No Description
tfr.quest336.name=Liquid rocket!!
tfr.quest336.desc=It takes a lot of push to send you up into the sky
tfr.quest337.name=Reach Duck Egg B
tfr.quest337.desc=The first planet you should go to is Duck Egg B. You can obtain rare ores on Terrafirma like Certus Quartz and Tungsten.
tfr.quest338.name=adventurers
tfr.quest338.desc=The most basic armor, only need 4 pieces of leather can be made (holding 1 leather and right click to enter the kneading interface)
tfr.quest339.name=Emerald bush
tfr.quest339.desc=Producing emeralds
tfr.quest340.name=Crude oil berries
tfr.quest340.desc=The production of crude oil
tfr.quest341.name=Silver grass
tfr.quest341.desc=Silver leaf production
tfr.quest342.name=Tin Ye Teng
tfr.quest342.desc=Produce tin twigs
tfr.quest343.name=Etching template
tfr.quest343.desc=Meteorites no longer form: you can only make them by etching iron blocks.
tfr.quest344.name=Lead the leaves
tfr.quest344.desc=No Description
tfr.quest345.name=Diamond grass
tfr.quest345.desc=Production of diamond powder
tfr.quest346.name=Gold leaf grass
tfr.quest346.desc=The production of gold
tfr.quest347.name=Miners necessary
tfr.quest347.desc=If you have a lot of wool yarn or jute fiber, this rope is much cheaper than a ladder. It allows you to climb up and down a mine without having to dig a stepped tunnel that might collapse.
tfr.quest348.name=Simple climbing up and down
tfr.quest348.desc=If you have plenty of straw, this rope is much cheaper than a ladder.%n%nYou can climb up and down on it as you build a mineshaft, without having to dig stepped tunnels that might collapse. %n %nClick on the top to collect all pieces of the rope.%n%nRight click on the existing rope to extend it down.
tfr.quest349.name=File
tfr.quest349.desc=Well, it's time to meet your first GregTech Tech tool! First, know this: The file, as well as any GregTechtech tool, such as a wrench, hammer, or screwdriver, can be made of up to 100 different materials. Different materials have different durability, excavation speed, and excavation levels. %n%nMetal tier is an important concept: for example, a lead wrench (tier 1) cannot destroy a bronze combustion chamber (tier 2); A bronze pick (tier 2) cannot dig black granite ore (tier 3). %n%nDepending on your mineral reserves, you may choose to make any of the bronze, bismuth bronze, or copper file submissions.
tfr.quest350.name=Copper and cotton
tfr.quest350.desc=Production of copper wire
tfr.quest351.name=Bucket
tfr.quest351.desc=This simple bucket can only move fresh or salt water into a barrel. It can't place water on the ground, but it is still an important tool. Since it can only be filled with salt water and fresh water, and has little industrial value.
tfr.quest352.name=Peaceful mobs
tfr.quest352.desc=Don't want to go out and fight monsters? Or don't want to breed cattle for leather? Or don't want to build a mob tower? Crossbreeding helps you!
tfr.quest353.name=The corpse of the grass
tfr.quest353.desc=Production of rotten meat
tfr.quest354.name=The spider grass
tfr.quest354.desc=Production of spider products
tfr.quest355.name=Flame reed
tfr.quest355.desc=Production of flame powder
tfr.quest356.name=Is hybridization worth it?
tfr.quest356.desc=Hybridization is a long term task. In general, if you start hybridizing early in the game, you'll be able to get through the resource crunch much more easily later in the game.%n It's still your choice. I've set up a lot of missions to reward you for crossbreeding.
tfr.quest357.name=Flowers of the wilders
tfr.quest357.desc=Produce litter products
tfr.quest358.name=Mucus grass
tfr.quest358.desc=Producing mucus ball
tfr.quest359.name=The explosion of grass
tfr.quest359.desc=The production of powder
tfr.quest360.name=Strengthen shadow lily
tfr.quest360.desc=Produce shadow pearl
tfr.quest361.name=Leather flower
tfr.quest361.desc=The production of leather
tfr.quest362.name=The flower of tears
tfr.quest362.desc=Produce the tears of evil spirits
tfr.quest363.name=Mineral farm
tfr.quest363.desc=Don't want to go out and dig? Don't want to find oil? Crossbreeding helps you!
tfr.quest364.name=Quad-core processor
tfr.quest364.desc=Powerful processor cores are used to make fusion reactors and particle accelerators
tfr.quest365.name=Hardware upgrades
tfr.quest365.desc=Master frequency is not enough, the core to gather
tfr.quest366.name=With the further
tfr.quest366.desc=No Description
tfr.quest367.name=Start something big
tfr.quest367.desc=Use the warp drive to reach Draco, where dragon mines exist deep underground.
tfr.quest368.name=Arrived in HD
tfr.quest368.desc=HD is a planet similar to Mars in the solar system. Its crust is rich in precious metals. Some of these materials are not found anywhere else, such as Trinitium, Naquadah, and Bloodstone.%n It is very well worth exploring.
tfr.quest369.name=Looking for metal nuggets
tfr.quest369.desc=Some of the stones on the ground are special. Start by looking for native copper nuggets, small tetrahedrite, or small malachite -- these are copper nuggets, each containing 10 units of copper. Please pick up at least ten copper nuggets.%n
tfr.quest370.name=§b§lEverything You Know is Wrong
tfr.quest370.desc=TFC is frequently called a survival-overhaul mod. This essentially means that it completely changes the original world! %n%nEverything you remember about MC survival mode does not apply here. Remember, the quest book is always your best helper. When you have any questions, please see if there is an answer in the quest book. %n%nTo get started, pick up some stones and sticks from the ground. Any variety of stone can be used to complete this task. Well, seems like there are some bread in the shuttle.
tfr.quest371.name=Copper reinforced bucket
tfr.quest371.desc=The Gregtech wooden bucket can do anything that the TFC bucket can, but it also takes the creosote out of the coke oven, so you can right click the oven and put the creosote into the basin. %n%nIf you can't make copper, do the forging task first.
tfr.quest372.name=Stone Mill
tfr.quest372.desc=Using the quern, grains can be ground into flour, and nuggets, graphite and other minerals can be ground into powder. %n%nHow do you make the smooth stone for this recipe? Place the hammer in the hot bar, hold the chisel and right click on any rock block to turn it into smooth rock, then use the pick to dig it out. To the right of the hotbar is an icon that shows the current function of the chisel. In the control options, you can choose which key will change the chisel's function.%n
tfr.quest373.name=Foundation infinite water
tfr.quest373.desc=You can make a lower level water fountain that gives you unlimited water %n%n in the future you can make higher level water sources that are faster but also more expensive.
tfr.quest374.name=Collect rainwater
tfr.quest374.desc=As you may have noticed, the water here is not infinite. So, you need a water trap to collect rainwater for you. %n%n this reservoir gives you 5 liters of water per second, so you can build more depending on your needs. %n%n can output water in any wall connection pipe.
tfr.quest375.name=It's limited but it's still a lot
tfr.quest375.desc=If you happen to have a large fresh water lake near your home, you can try a rotary pump. Install the rotary pump one grid above the bottom of the lake, use a wrench to adjust the front to face down, and then input RU energy through a steam turbine on the back. 4 %n%n rotary pump around the four holes can be pumped to the output of water, with the pipe connected to it. %n%n would have ended here, but this is the hill. The rotary pump takes the TFC water out of the TFC water and does not feed into the boiler. %n%n and the boiler needs at least original water or distilled water to use, so I send you a converter. Fresh water can be converted directly to the original water. Make a dryer if you don't want to use it, and you'll avoid calcification.%n
tfr.quest376.name=Unlimited water extraction
tfr.quest376.desc=When you have unlimited water (after the age of electricity), you can use a drain outlet to draw water. %n%n You need at least a 1000L pipe to put the drain on it. Aim it at the top of the infinity water cube.
tfr.quest377.name=Diamond 3
tfr.quest377.desc=No diamonds for a grinder? It doesn't matter. The duck egg will help you
tfr.quest378.name=Well done, soldier
tfr.quest378.desc=Metal armor is not made in the same way as leather: the armor of each material needs to be forged from the corresponding metal anvil or above. Also, armor forging has two stages: unfinished and complete, so it can be quite challenging for you. However, they can provide you with good protection.
tfr.quest379.name=Medieval knight
tfr.quest379.desc=Metal armor is not made in the same way as leather: the armor of each material needs to be forged from the corresponding metal anvil or above. Also, armor forging has two stages: unfinished and complete, so it can be quite challenging for you. However, they can provide you with good protection.
tfr.quest380.name=The King's Guard
tfr.quest380.desc=Metal armor is not made in the same way as leather: the armor of each material needs to be forged from the corresponding metal anvil or above. Also, armor forging has two stages: unfinished and complete, so it can be quite challenging for you. However, they can provide you with good protection.
tfr.quest381.name=Medieval knight
tfr.quest381.desc=Metal armor is not made in the same way as leather: the armor of each material needs to be forged from the corresponding metal anvil or above. Also, armor forging has two stages: unfinished and complete, so it can be quite challenging for you. However, they can provide you with good protection.
tfr.quest382.name=heroes
tfr.quest382.desc=Metal armor is not made in the same way as leather: the armor of each material needs to be forged from the corresponding metal anvil or above. Also, armor forging has two stages: unfinished and complete, so it can be quite challenging for you. However, they can provide you with good protection.
tfr.quest383.name=Freedom within the stratosphere
tfr.quest383.desc=With two powerful jet engines, the electric jetpack USES only electricity to make it easy for you to fly, but not so high up in the thin air.
tfr.quest384.name=gliding
tfr.quest384.desc=If you take off from a high altitude with your right hand glider, you can glide for a long time using Bernoulli's principle. It's a good way to travel a long way.
tfr.quest385.name=Reaction force!
tfr.quest385.desc=A biogas jetpack is a good tool to get you flying by squirting down compressed biogas, but fill it up every now and then. By the way, a biogas jetpack is what makes an electric jetpack, so make one.
tfr.quest386.name=Nanoscale process
tfr.quest386.desc=An armor made of carbon fiber, which consumes electricity to withstand a certain amount of damage, is bad for not flying. For making quantum armor.
tfr.quest387.name=§ D § L. Pure as white
tfr.quest387.desc=A high-tech suit of armor, equipped with a jetpack, consumes electricity to withstand high intensity hits.
tfr.quest388.name=Bipedal dragon armor
tfr.quest388.desc=A set of advanced armor, consuming RF to withstand high intensity attacks.
tfr.quest389.name=§ §lSee all living beings
tfr.quest389.desc=One of the most powerful armor in this pack is a top level armor that combines the power of the world. Built-in miniature nuclear reactor and energy storage and conduction device, providing flight capability and almost unrivelled defense.
tfr.quest390.name=The dragon armor
tfr.quest390.desc=A set of super armor, with ultra high level 3d maneuverability, can reach 6 times the speed of normal flight, consuming RF to withstand almost extreme intensity of attack.
tfr.quest391.name=Cable rolling machine +
tfr.quest391.desc=An important stimulation machine. Metals softer than steel can be made into cables directly from a steel die press, but harder than steel will not do.
tfr.quest392.name=Roller bending machine +
tfr.quest392.desc=Free your hands! Bend the plate.
tfr.quest393.name=Lathe +
tfr.quest393.desc=To produce screws more efficiently, I strongly recommend that you make one before you make the distillation column.
tfr.quest394.name=Multi-roll press +
tfr.quest394.desc=Efficient production of foil
tfr.quest395.name=The centrifuge +
tfr.quest395.desc=A multifunctional machine that can be used for mineral processing or for rubber production.
tfr.quest396.name=Wheel +
tfr.quest396.desc=Free your hands! The leather can be scraped automatically without you having to use a knife. It's a substitute for hand - operated grinding.
tfr.quest397.name=Barker +
tfr.quest397.desc=There is no useful machine for obtaining bark.
tfr.quest398.name=Loom +
tfr.quest398.desc=Instead of a hand loom! You can also make all kinds of high-end backpacks.
tfr.quest399.name=It's finite but it's still a lot of pluses
tfr.quest399.desc=If you happen to have a large fresh water lake near your home, you can try a rotary pump. Install the rotary pump one grid above the bottom of the lake, use a wrench to adjust the front to face down, and then input RU energy through a steam turbine on the back. 4 %n%n rotary pump around the four holes can be pumped to the output of water, with the pipe connected to it. %n%n would have ended here, but this is the hill. The rotary pump takes the TFC water out of the TFC water and does not feed into the boiler. %n%n and the boiler needs at least original water or distilled water to use, so I send you a converter. Fresh water can be converted directly to the original water. Make a dryer if you don't want to use it, and you'll avoid calcification.%n
tfr.quest400.name=Circular saw +
tfr.quest400.desc=Many functions, including cutting gemstones, monocrystalline silicon, can also be used to increase wood production.
tfr.quest401.name=Combustion chamber plus
tfr.quest401.desc=Titanium tetrachloride can be produced by adding molten calcite rutile powder in combustion reaction chamber, which is an important raw material for titanium preparation. You ask me how to make molten calcite? Crucible, of course, export (if you do not mind the trouble or use liquid furnace
tfr.quest402.name=Grinding machine +
tfr.quest402.desc=A third machine for mineral processing. Will do. N Grind your washed ore to a powder, a little more than in a mortar. The ground powder is 1/72 of a powder. It is recommended to fill 1 part of the powder with wooden storage barrels, and then use a funnel or logistics pipeline to input 1/72 of the powder, it can be automatically sorted into 1 part of the powder. %n if slow, can be made of steel. %n%n Diamond slabs can be cut with either a flawless diamond saw or a circular saw
tfr.quest403.name=Washing machine +
tfr.quest403.desc=The second machine for mineral processing. Will do.%n will smash ore washing to wash the ore, wash the ore into crucible will not have stone residue.%n can be further increased with grinding machine or centrifuge.
tfr.quest404.name=Mixer +
tfr.quest404.desc=Mixers are necessary for the production of various acidic solutions, such as sulfuric acid and hydrochloric acid, as well as many metals and their raw materials. Will do. To produce aluminum, you need at least three mixers to produce hexafluorosilicate, aluminum fluoride, and cryolite (later).
tfr.quest405.name=Mixers are used to make sulfur trioxide and sulfuric acid
tfr.quest405.desc=Mixers are used to make sulfur trioxide and sulfuric acid
tfr.quest406.name=juicer
tfr.quest406.desc=There's nothing to talk about, just juicing.
tfr.quest407.name=crusher
tfr.quest407.desc=The first machine for mineral processing. Will do. Small %nTFC ores can be obtained through RC crucible, but they cannot be smelted directly in GT crucible. So you need to deal with them further. The %n crusher automatically breaks small ore into crushed ore or raw ore into crushed ore, producing twice as much ore as you break with a hammer. Either way, it can provide you with an almost eightfold increase in production. But it's made of diamonds. Come on, look for the Kimberlite. Kimberlite digs have a chance of dropping diamonds of different qualities, which can be processed by a crusher into a pulverized diamond mine. A crushed diamond mine can be washed and filtered through a sieve to produce diamonds of different qualities. You'll need at least two diamonds to make it. If you can't find the Kimberlite, check out the other quest rewards or the Multipurpose store.
tfr.quest408.name=Aunt pressure +
tfr.quest408.desc=Can make AR circuit board, enter the electric age must do the machine.
tfr.quest409.name=The compressor
tfr.quest409.desc=Used to compress a block or 9 plates into a compression plate. Compressors are used for a wide range of purposes, including compact boilers, compact siding, compact mechanical housing, etc.%n must make machines.
tfr.quest410.name=juicer
tfr.quest410.desc=There's nothing to talk about, just juicing.
tfr.quest411.name=Sieve filter
tfr.quest411.desc=§9 Sift salt, coal, and gemstone to remove ore for more, especially fine gems
tfr.quest412.name=Break Down! Break Down!
tfr.quest412.desc=A crusher is used to crush ore
tfr.quest413.name=Sticky bottom plate
tfr.quest413.desc=Suggest go to hell to dig hell quartz %n double cardboard can be made in a dip basin
tfr.quest414.name=Advanced circuit board
tfr.quest414.desc=It's actually not very advanced, but it's enough to control the generator.
tfr.quest415.name=Must be big
tfr.quest415.desc=A computer.
tfr.quest416.name=A nuclear reactor
tfr.quest416.desc=Electricity doesn't matter, plutonium does %n. Plutonium is used to mass produce radon, to make the most advanced circuit boards
tfr.quest417.name=BGM
tfr.quest417.desc=Here is a list of tracks used for background music:%n%n1. The Lady Vengeance Captain: from "Divinity: Original Sin II"%n2. Rivellon: boss music from "Divinyt: Original Sin II"%n3. Far Horizons: from Elder Scrolls V: Skyrim%n4. The Slopes of The Blessure: from Witchery 3 Wild Hunt - The Blood and the Wine%n5. Unnamed background music from Pokemon Go%n6. Mountain Lake (source unknown)%n%nWoodland Fantasy - Matthew Pablo - https://matthewpablo.com%n%n The quest reward is an NPC that plays music. Right click to place him, and right click again to play. Once placed, he can't be removed. Remember to keep him at home!
tfr.quest418.name=Pure chrome ore
tfr.quest418.desc=Ore washing plant or a cauldron can be used to clean crushed ore. %n%n Your first chromium metal can be obtained from cleaning crushed chromite!
tfr.quest419.name=Crystal +
tfr.quest419.desc=No Description
tfr.quest420.name=Bronze ingot
tfr.quest420.desc=No Description
tfr.quest421.name=Cast iron
tfr.quest421.desc=No Description
tfr.quest422.name=tin
tfr.quest422.desc=No Description
tfr.quest423.name=silver
tfr.quest423.desc=No Description
tfr.quest424.name=gold
tfr.quest424.desc=No Description
tfr.quest425.name=copper
tfr.quest425.desc=No Description
tfr.quest426.name=tungsten
tfr.quest426.desc=No Description
tfr.quest427.name=titanium
tfr.quest427.desc=No Description
tfr.quest428.name=aluminum
tfr.quest428.desc=No Description
tfr.quest429.name=Buy crab Roe burgers
tfr.quest429.desc=Exclusive recipe from Krabo. Delicious and affordable.
tfr.quest430.name=nickel
tfr.quest430.desc=No Description
tfr.quest431.name=chromium
tfr.quest431.desc=No Description
tfr.quest432.name=manganese
tfr.quest432.desc=No Description
tfr.quest433.name=Steel trading
tfr.quest433.desc=I need a lot of steel recently. Can you fulfill my order?
tfr.quest434.name=§ C § A §bBuy a durable electric drill
tfr.quest434.desc=Exclusive formula from Shuaibi.%n USES tungsten steel body, only one in the world.%n%nMV level, but using LV battery can be charged.
tfr.quest435.name=KFC big chicken
tfr.quest435.desc=KFC big chicken!%n200oz
tfr.quest436.name=Super Crab Burger
tfr.quest436.desc=Exclusive recipe from Krabs.
tfr.quest437.name=Hardening of the clay
tfr.quest437.desc=Hardened clay can be fired through a GT furnace, an important material.
tfr.quest438.name=Faster and more convenient
tfr.quest438.desc=The pottery kiln can fire up to eight clay products at a time, and no straw is needed, only logs. It is optional, but is strongly recommended.
tfr.quest439.name=Alloy calculator
tfr.quest439.desc=Wow, this is a handy thing, isn't it? You can put the ore in and see if it can form an alloy!%n%nYou can get gems you can get when you go mining, or you can produce them in a sink.
tfr.quest440.name=Metal forging
tfr.quest440.desc=Look at the central part of the anvil. These are the actions related to forging. §r%n%n*I suggest screenshotting the anvil gui, and having it open as a reference as you read this quest.* %n%nFirst look at the middle section, the two squares on the left are the raw materials you use for forging. Metals can be heated to "can work" and then forged on anvil. An anvil can forge only materials of its own tier or lower (for example, a bronze anvil can work bronze and copper). The button to the right of the middle two squares is the "plan selector" button, select the finished product you want to forge here. %n%nAfter selecting the desired finished product, look at the three orange-red boxes at the top. From left to right are the last, second to last, and third to last operations. Remember them. %n%nNext look down, in the middle and down there are 8 buttons, 4 red and 4 green. Hovering over a button will show you what that button will do. %n%nFurther down, the bottom of the center has a bar with a red arrow on top and a green arrow on bottom. You can move the green arrow by pressing the 8 action buttons. All you have to do is align the red and green, and make sure that the last three actions are consistent with the three rules at the top.%n%nThe eight kinds of actions for the movement of the green arrow direction and distance are different: %n%n§c§4 Light Hit: 3 units left %nMedium hit: 6 units left %nHeavy hit: 9 units left %nPull: 15 units left. %n%n§aPunch: 2 units to the right%nBend: 7 units to the right %nUpset: 13 units to the right%nShrink: 16 units to the right §r%n%nBe careful not to let the green arrow to move off the right side, or metal will disappear. %n%nI suggest that red and green arrows should be aligned first, and then the total displacement of the last three operations should be calculated. The distance between the two arrows should be opposite to the total displacement by operation, and then the final product can be produced by the last three operations. %n%nIf the metal is cold, warm it in the forge for a bit, then go back to forging.
tfr.quest441.name=The rainbow ~
tfr.quest441.desc=Lime dyes can be made up to eight at a time, and they work well as ordinary dyes.
tfr.quest442.name=Carpenter's miracle
tfr.quest442.desc=This wonderous item can hold 18 items at once! Are you impressed?
tfr.quest443.name=Iron chest
tfr.quest443.desc=More storage space
tfr.quest444.name=The silver chest
tfr.quest444.desc=More storage space
tfr.quest445.name=Copper chest
tfr.quest445.desc=More storage space
tfr.quest446.name=Diamond chest
tfr.quest446.desc=More storage space
tfr.quest447.name=Gold chest
tfr.quest447.desc=More storage space
tfr.quest448.name=Crystal chest
tfr.quest448.desc=More storage space
tfr.quest449.name=Compression chest
tfr.quest449.desc=Huge storage space, and each cell can stack more items.
tfr.quest450.name=Vanity case
tfr.quest450.desc=No Description
tfr.quest451.name=Metal chest
tfr.quest451.desc=Compress a metal ingot into blocks
tfr.quest452.name=Obsidian chest
tfr.quest452.desc=More storage space
tfr.quest453.name=Storage barrel (Bismuth)
tfr.quest453.desc=Store 5000 items per piece
tfr.quest454.name=Storage tank (of lead)
tfr.quest454.desc=Store 5000 items per piece
tfr.quest455.name=Storage barrel (of bronze)
tfr.quest455.desc=Store 5000 items per piece
tfr.quest456.name=Storage barrel (of brass)
tfr.quest456.desc=Store 5000 items per piece
tfr.quest457.name=Storage barrel (of iron)
tfr.quest457.desc=Store 10,000 items per piece
tfr.quest458.name=Shadow trash can (Support fluid)
tfr.quest458.desc=It can interact with the logistics pipeline and the fluid pipeline, which means it can destroy everything including items and fluids. %n%n production automation of practical equipment, strongly recommended production
tfr.quest459.name=Calcium carbonate
tfr.quest459.desc=Can't find flux stone? Don't be afraid. Moonkill will help you
tfr.quest460.name=What should I dig for?
tfr.quest460.desc=After getting your first pick, you can mine ore from the rock instead of collecting the ore nuggets from the earth's surface. %n%nAfter finding nuggets on the ground, you can use the prospecting pick (propick) I gave you, right click on the dirt nearby, and feedback text will tell you how much minerals there are. %n%nThe propick works on a 25x25x25 cube centered on the square you hit. %n%nPersonal recommendation on how to use it:%n%nFirst locate a location that shows "A very large sample". (if there is no very large sample at the surface, you may need to dig down)%n%nNext choose a direction, such as the x axis, and continue prospecting in this line, until you get a reading other than "very large sample"%n%nFor example, let's say that you get a "very large sample" at x=190 and x=210, but everything west of 190 and east of 210 is "large sample" or smaller. In this example, the center of the vein would be where x = 200.%n%nAfter you have discovered the center of the vein with regard to x, do the same again with regards to z. Do this by prospecting north and south in a line where your x-center was.%n%nAfter you have the center of the vein, dig down until you find the ore.%n%nPlease note that the propick frequently gives false negatives. When you see that the pick finds nothing, it just means that block will never give information. You'll have to work with the information you do get, and ignore the negatives. Likewise, sometimes the pick will find a different vein than what you searching for. In fact, having too many other types of veins in the same area can make prospecting very difficult.%n%nThis process works well on flat land without other veins around. In most cases, you will have hills that interfere. Remember that you can use your pick on any solid block. You may need flatten some terrain in some cases.%n%nIt is recommended that you use mine copper, coal, tin, zinc, and bismuth in Tier 1. You will need a large amount of iron starting in tier 3, so it won't hurt to pick it up also if you find it.
tfr.quest461.name=Columns
tfr.quest461.desc=You may have noticed that the stone in this world will often collapse, and you have to do something to prevent that. %n%nWith a saw you can make supports (NEI search supports). Any log can make supports, and their combined effect is to prevent the cave from collapsing. %n%nIn the cave you need to lay them out in the following shape (side view): %nSupport: V%nStones: S%n%nS S S%nV V V%nV V%nV V%nS S S %n%n They can hold up 7x7x3 squares above.
tfr.quest462.name=Zombie hunter
tfr.quest462.desc=Kill some zombies and I'll give you a good sword
tfr.quest463.name=The skeleton hunter
tfr.quest463.desc=A mallet deals additional damage to skeletons. Kill some skeletons and I'll give you a good hammer.
tfr.quest464.name=The spider hunter
tfr.quest464.desc=Spiders are very dangerous and you need to be careful. Kill some spiders, and I'll give you a good slingshot.
tfr.quest465.name=Bear hunters
tfr.quest465.desc=Kill some bears
tfr.quest466.name=Flaming Man hunter
tfr.quest466.desc=Kill some flamers %n(not currently in production in the world)
tfr.quest467.name=Cave spider hunter
tfr.quest467.desc=Kill some cave spiders %n(not currently in production in the world)
tfr.quest468.name=Reptile hunter
tfr.quest468.desc=Kill some crawlers
tfr.quest469.name=The last film hunter
tfr.quest469.desc=Kill some of the last endermen
tfr.quest470.name=Evil soul hunters
tfr.quest470.desc=Kill some evil spirits %n(not currently in world creation, production)
tfr.quest471.name=Zombie pig hunter
tfr.quest471.desc=Kill some zombie pig people and I will give you a good village sword %n(not currently in production in the world)
tfr.quest472.name=Polar bear hunter
tfr.quest472.desc=Kill some polar bears
tfr.quest473.name=Stupid worm hunter
tfr.quest473.desc=Kill some bugs %n(not currently in production in the world)
tfr.quest474.name=Slyme hunter
tfr.quest474.desc=Kill some Shrem %n(not currently in world generation, production)
tfr.quest475.name=Slew fading
tfr.quest475.desc=Same build as the original, but withering Skull requires at least a lightning processor to get it.
tfr.quest476.name=Zombie hunter T2
tfr.quest476.desc=Kill some zombies and I'll give you a good village sword
tfr.quest477.name=Skeleton Hunter T2
tfr.quest477.desc=Kill some skeletons and I'll give you a good hammer
tfr.quest478.name=Spider Hunter T2
tfr.quest478.desc=Kill some spiders, and I'll give you a good slingshot
tfr.quest479.name=Crawler Hunter T2
tfr.quest479.desc=Kill some crawlers
tfr.quest480.name=Final film hunter T2
tfr.quest480.desc=Kill some of the last endermen
tfr.quest481.name=Bear hunter T2
tfr.quest481.desc=Kill some bears
tfr.quest482.name=Polar Bear Hunter T2
tfr.quest482.desc=Kill some polar bears
tfr.quest483.name=Kill dead T2
tfr.quest483.desc=No Description
tfr.quest484.name=Stronger than a bear
tfr.quest484.desc=No Description
tfr.quest485.name=Monster hunter
tfr.quest485.desc=No Description
tfr.quest486.name=get
tfr.quest486.desc=No Description
tfr.quest487.name=Qualified revenant
tfr.quest487.desc=No Description
tfr.quest488.name=Kill withering T3
tfr.quest488.desc=No Description
tfr.quest489.name=Kill withering T4
tfr.quest489.desc=No Description
tfr.quest490.name=Kill Withering T5
tfr.quest490.desc=No Description
tfr.quest491.name=Zombie Hunter T3
tfr.quest491.desc=Kill some zombies and I'll give you a good village sword
tfr.quest492.name=Skull Hunter T3
tfr.quest492.desc=Kill some skeletons and I'll give you a good hammer
tfr.quest493.name=Spider Hunter T3
tfr.quest493.desc=Kill some spiders, and I'll give you a good slingshot
tfr.quest494.name=Reptile Hunter T3
tfr.quest494.desc=Kill some crawlers
tfr.quest495.name=Final film hunter T3
tfr.quest495.desc=Kill some of the last endermen
tfr.quest496.name=Bear hunters T3
tfr.quest496.desc=Kill some bears
tfr.quest497.name=Polar Bear Hunter T3
tfr.quest497.desc=Kill some polar bears
tfr.quest498.name=Zombie Hunter T4
tfr.quest498.desc=Kill some zombies and I'll give you a good village sword
tfr.quest499.name=Skeleton Hunter T4
tfr.quest499.desc=Kill some skeletons and I'll give you a good hammer