forked from Laskyyy/Create-Astral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en_us.json
2933 lines (2878 loc) · 331 KB
/
en_us.json
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
{
"comment_1": "custommachinery",
"custommachinery.astralgenerators.amalgamation_matrix": "Amalgamation Matrix Core",
"custommachinery.astralgenerators.amalgamation_matrix.text": "Amalgamation Matrix",
"custommachinery.astralgenerators.assembler": "Assembler",
"custommachinery.astralgenerators.assembler.text": "Assembler",
"custommachinery.astralgenerators.fluid_boiler": "Fluid Boiler Controller",
"custommachinery.astralgenerators.fluid_boiler.text": "Fluid Boiler",
"custommachinery.astralgenerators.fusion_reactor": "Fusion Reactor Controller",
"custommachinery.astralgenerators.fusion_reactor.text": "Fusion Reactor",
"custommachinery.astralgenerators.particle_accelerator": "Particle Accelerator Controller",
"custommachinery.astralgenerators.particle_accelerator.text": "Particle Accelerator",
"custommachinery.astralgenerators.solid_boiler": "Solid Boiler Controller",
"custommachinery.astralgenerators.solid_boiler.text": "Solid Boiler",
"custommachinery.astralgenerators.steam_turbine": "Steam Turbine",
"custommachinery.astralgenerators.steam_turbine.text": "Steam Generator",
"custommachinery.astralsignals.analog_decryptor": "Analog Decryptor",
"custommachinery.astralsignals.analog_decryptor.text": "Analog Decryptor",
"custommachinery.astralsignals.drive_eraser": "Drive Eraser",
"custommachinery.astralsignals.drive_eraser.text.1": "Drive Eraser",
"custommachinery.astralsignals.drive_eraser.text.2": "Will wipe ANY drive and make it a Blank!",
"custommachinery.astralsignals.mp_decryptor": "Microphysical Decryptor",
"custommachinery.astralsignals.mp_decryptor.text": "Microphysical Decryptor",
"custommachinery.astralsignals.pp_decryptor": "Parallel Processing Decryptor",
"custommachinery.astralsignals.pp_decryptor.text": "Parallel Processing Decryptor",
"custommachinery.astralsignals.radio_telescope": "Radio Telescope",
"custommachinery.astralsignals.radio_telescope.text": "Radio Telescope",
"custommachinery.astralsignals.signal_coordinator": "Signal Coordinator",
"custommachinery.astralsignals.signal_coordinator.text": "Signal Coordinator",
"custommachinery.astralsignals.vinyl_printer": "Vinyl Printer",
"custommachinery.astralsignals.vinyl_printer.text": "Vinyl Printer",
"custommachinery.createastral.channeling_transformer": "Channeling Transformer",
"custommachinery.createastral.channeling_transformer.text": "Channeling Transformer",
"custommachinery.createastral.distillery": "Distillation Tower",
"custommachinery.createastral.distillery.text": "Distillation Tower",
"custommachinery.createastral.electrolyser": "Electrolyser",
"custommachinery.createastral.electrolyser.text": "Electrolyser",
"custommachinery.createastral.gas_mixer": "Gas Mixer",
"custommachinery.createastral.gas_mixer.text": "Gas Mixer",
"custommachinery.createastral.shimmer_refinery": "Shimmer Refinery",
"custommachinery.createastral.shimmer_refinery.text": "Shimmer Refinery",
"custommachinery.createastral.slime_furnace": "Slime Furnace",
"custommachinery.createastral.slime_furnace.text": "Slime Furnace",
"custommachinery.createastral.stone_growth_chamber": "Stone Growth Chamber",
"custommachinery.createastral.stone_growth_chamber.text": "Stone Growth Chamber",
"custommachinery.createastral.washer": "Washer",
"comment_2": "tooltips",
"tooltip.kubejs.broken_fire_resistant_fragile_sheet_block": "Throw lingering fire resistance onto fragile sheet blocks to create. Wrenchable.",
"tooltip.kubejs.fire_resistant_fragile_sheet_block": "Throw lingering fire resistance onto fragile sheet blocks to create. Wrenchable.",
"tooltip.kubejs.fragile_sheet_block": "Wrenchable.",
"tooltip.kubejs.broken_fragile_sheet_block": "Wrenchable.",
"tooltip.kubejs.shimmer": "Use the Explorers Compass to look for underground \"Shimmer Lakes\"",
"tooltip.kubejs.shimmer_bucket": "Use the Explorers Compass to look for underground \"Shimmer Lakes\"",
"tooltip.createastral.swift_andesite": "Place below a block to grant it a speed boost similar to andesite pavement.",
"tooltip.createastral.voidtouched_compound": "Throw chromatic compound into void fluid to obtain.",
"tooltip.createastral.uranium_residue": "Use in a distillation tower mixed with mercury for molten uranium.",
"tooltip.createastral.gyrodyne_blueprint": "An ancient schematic from a lost civilisation. Perhaps it can be found in old facilities?",
"tooltip.createastral.quadrocopter_blueprint": "An ancient schematic from a lost civilisation. Perhaps it can be found in old facilities?",
"tooltip.createastral.airship_blueprint": "An ancient schematic from a lost civilisation. Perhaps it can be found in old facilities?",
"tooltip.createastral.biplane_blueprint": "An ancient schematic from a lost civilisation. Perhaps it can be found in old facilities?",
"tooltip.createastral.orcane.1": "If you are new to create, use pondering or online guides. The pack is almost exclusively centered around it and Tech Reborn. The quest book has some items that give a general idea of what has changed / what is included, in the order of when to take note of them, however the pack can be played without following it exactly, so do what you enjoy.",
"tooltip.createastral.orcane.2": "A major change you *might* want to be aware of. The nether does not exist. Do not even try to make the portal as it will not function. All nether related items are distributed throughout the pack (mostly planets)",
"tooltip.createastral.bronze_block": "Texture courtesy of Create: Alloyed.",
"tooltip.createastral.seitan": "MEAT - Multipurpose, Ethical And True",
"tooltip.astraladditions.fragile_item": "Breaks when held in player inventories, it must be moved with logistical methods!",
"tooltip.ad_astra.space_helmet": "Can be repaired using Sturdy Sheets or Steel Ingots.",
"tooltip.ad_astra.space_suit": "Can be repaired using Sturdy Sheets or Steel Ingots.",
"tooltip.ad_astra.space_pants": "Can be repaired using Sturdy Sheets or Steel Ingots.",
"tooltip.ad_astra.space_boots": "Can be repaired using Sturdy Sheets or Steel Ingots.",
"tooltip.ad_astra.netherite_space_helmet": "Can be repaired with Netherite ingots.",
"tooltip.ad_astra.netherite_space_suit": "Can be repaired with Netherite Ingots.",
"tooltip.ad_astra.netherite_space_pants": "Can be repaired with Netherite Ingots.",
"tooltip.ad_astra.netherite_space_boots": "Can be repaired with Netherite Ingots.",
"tooltip.ad_astra.jet_suit_helmet": "Can be repaired with Calorite Ingots.",
"tooltip.ad_astra.jet_suit": "Can be repaired with Calorite Ingots.",
"tooltip.ad_astra.jet_suit_pants": "Can be repaired with Calorite Ingots.",
"tooltip.ad_astra.jet_suit_boots": "Can be repaired with Calorite Ingots.",
"tooltip.ad_astra.tier_1_rocket": "Disabled, use the custom portal instead.",
"tooltip.create.blaze_burner": "Blazes are found on the moon inside of the \"Lunar Powerplant\" structure.",
"tooltip.create.empty_blaze_burner": "Blazes are found on the moon inside of the \"Lunar Powerplant\" structure.",
"tooltip.create.mechanical_arm": "Use a hopper to place this in a mechanical crafter.",
"tooltip.minecraft.ancient_debris": "Found underground on the moon and mars. Can be obtained from bastions and infernal spires on mars.",
"tooltip.minecraft.blaze_rod": "Blazes are found on the moon inside of the \"Lunar Powerplant\" structure.",
"tooltip.minecraft.flint_and_steel": "The Nether is Disabled. Nether content is distributed across planets. Follow the questbook for more information.",
"tooltip.minecraft.nether_wart": "Found underground on the moon.",
"tooltip.minecraft.obsidian": "Nether is Disabled. Nether content is distributed across planets. Follow the questbook for more information.",
"tooltip.minecraft.rotten_flesh": "Can be smelted into leather.",
"tooltip.minecraft.soul_sand": "Found underground on the moon or by bulk haunting sand (lighting moon sand on fire makes soul flame).",
"tooltip.minecraft.leather": "Can be made by smelting rotten flesh.",
"tooltip.minecraft.lava_bucket.1": "Shift-Right-click the Drawer Slot to make that slot ",
"tooltip.minecraft.lava_bucket.2": "void excess items",
"tooltip.minecraft.black_dye.1": "Shift-Right-click the Drawer Slot to ",
"tooltip.minecraft.black_dye.2": "hide the label",
"tooltip.techreborn.uu_matter": "Material made in Chapter 5 using the Shimmer Refinery multiblock.",
"tooltip.techreborn.scrap": "Made by putting any item into a recycler.",
"tooltip.techreborn.basic_machine_casing": "Crafted with either Lead plates, Silver Plates, or Iron Sheets.",
"tooltip.techreborn.silver_ore": "This metal is found on the moon, most commonly at Y=65",
"tooltip.techreborn.deepslate_silver_ore": "This metal is found on the moon, most commonly at Y=65",
"tooltip.techreborn.raw_silver": "This metal is found on the moon, most commonly at Y=65",
"tooltip.techreborn.silver_ingot": "This metal is found on the moon, most commonly at Y=65",
"tooltip.techreborn.silver_nugget": "This metal is found on the moon, most commonly at Y=65",
"tooltip.techreborn.lead_ore": "This metal is found on mars, most commonly at Y=50",
"tooltip.techreborn.deepslate_lead_ore": "This metal is found on mars, most commonly at Y=50",
"tooltip.techreborn.raw_lead": "This metal is found on mars, most commonly at Y=50",
"tooltip.techreborn.lead_ingot": "This metal is found on mars, most commonly at Y=50",
"tooltip.techreborn.lead_nugget": "This metal is found on mars, most commonly at Y=50",
"tooltip.techreborn.tin_ore": "This metal is found in the overworld, most commonly at Y=70 ",
"tooltip.techreborn.deepslate_tin_ore": "This metal is found in the overworld, most commonly at Y=70 ",
"tooltip.techreborn.raw_tin": "This metal is found in the overworld, most commonly at Y=70 ",
"tooltip.techreborn.tin_ingot": "This metal is found in the overworld, most commonly at Y=70 ",
"tooltip.techreborn.tin_nugget": "This metal is found in the overworld, most commonly at Y=70 ",
"tooltip.ae2.quartz_ore": "Found underground on the moon",
"tooltip.ae2.deepslate_quartz_ore": "Found underground on the moon",
"tooltip.ae2.certus_quartz": "Found underground on the moon.",
"tooltip.ae2.certus_quartz_dust": "Found underground on the moon",
"tooltip.computercraft.disk": "This recipe is not correct, use redstone instead of rose quartz.",
"tooltip.extractinator.extractinator": "Purely decorative. No functional use. Not a Terraria reference.",
"tooltip.adoptafloppa.amazon_delivery": "A note is attached: \"Feed this thing fish once a day or else it will explode. Good luck.\".",
"tooltip.tconstruct.raw_cobalt": "Gated by reaching the Moon!.",
"tooltip.tconstruct.smeltery_controller": "Disabled, use a foundry in chapter 3.",
"tooltip.create.blaze_cake": "Obtained in Chapter 4!",
"tooltip.yttr.gadolinite": "Gated by reaching Mercury! (Chapter 5)",
"tooltip.yttr.yttrium_ingot": "Gated by reaching Mercury! (Chapter 5)",
"tooltip.drawer.upgrade": "Drawer Slot capacity: ",
"tooltip.dot": ".",
"tooltip.extended_drawers.downgrade.1": "Reduces the Drawer Slot capacity to ",
"tooltip.extended_drawers.downgrade.2": "64",
"tooltip.extended_drawers.lock.1": "Shift-Right-click the Drawer Slot to ",
"tooltip.extended_drawers.lock.2": "lock it",
"tooltip.extended_drawers.lock.3": " to the item inside.",
"tooltip.astralfoods.shimmered_rabbit_stew": "Suggested by NikWas!",
"tooltip.astralfoods.astral_sauce": "The bowl comes from the recipe :blehh:",
"tooltip.astralfoods.dipped_potato": "Beloved food of the piglins! Suggested by TheRobbie72",
"tooltip.createbigcannons.steel_screw_breech": "Wrenchable",
"tooltip.createbigcannons.incomplete_steel_screw_breech": "Wrenchable",
"tooltip.createbigcannons.nethersteel_screw_breech": "Wrenchable",
"tooltip.createbigcannons.incomplete_nethersteel_screw_breech": "Wrenchable",
"tooltip.hover.tip.1": "Hold ",
"tooltip.hover.tip.2": "Shift ",
"tooltip.hover.tip.3": "to see more info.",
"tooltip.hover.warning.1": "WARNING: Hold ",
"tooltip.hover.warning.2": "Shift ",
"tooltip.hover.warning.3": "to see more info.",
"comment_3": "custom item/block/fluid",
"item.create.lapis_sheet": "Lapis Sheet",
"item.create.integrated_circuit": "Integrated Circuit",
"item.astralsignals.ancient_receiver": "Ancient Receiver",
"item.astralsignals.parallel_processor": "Parallel Processor",
"item.astralsignals.microphysical_probe": "Microphysical Probe",
"item.astralsignals.dormant_signal_beacon": "Dormant Signal Beacon",
"item.astralsignals.stirring_signal_beacon": "Stirring Signal Beacon",
"item.astralsignals.homing_signal_beacon": "Homing Signal Beacon",
"item.astralsignals.data_drive_blank": "Blank Data Drive",
"item.astralsignals.data_drive_garbled": "Garbled Data Drive",
"item.astralsignals.data_drive_dormant_t1": "Dormant Analagous Data Drive",
"item.astralsignals.data_drive_dormant_t2": "Dormant Parallel Data Drive",
"item.astralsignals.data_drive_dormant_t3": "Dormant Microphysical Data Drive",
"item.astralsignals.polyvinyl_sheet": "Polyvinyl Sheet",
"item.astralsignals.shimmer_polyvinyl_sheet": "Shimmer Polyvinyl Sheet",
"item.astralsignals.yttric_polyvinyl_sheet": "Yttric Polyvinyl Sheet",
"item.astralsignals.inter_stirring_signal_beacon": "Shimmered Stirring Signal Beacon",
"item.astralsignals.inter_data_drive_dormant_t1": "Shimmered Dormant Analogous Data Drive",
"item.astralsignals.inter_data_drive_dormant_t2": "Shimmered Dormant Parallel Data Drive",
"item.astralsignals.inter_data_drive_dormant_t3": "Shimmered Dormant Microphysical Data Drive",
"item.astralsignals.data_drive_decrypted_13": "Analogously Decrypted Data Drive - 13",
"item.astralsignals.data_drive_decrypted_cat": "Analogously Decrypted Data Drive - cat",
"item.astralsignals.data_drive_decrypted_blocks": "Analogously Decrypted Data Drive - blocks",
"item.astralsignals.data_drive_decrypted_chirp": "Analogously Decrypted Data Drive - chirp",
"item.astralsignals.data_drive_decrypted_far": "Analogously Decrypted Data Drive - far",
"item.astralsignals.data_drive_decrypted_mall": "Analogously Decrypted Data Drive - mall",
"item.astralsignals.data_drive_decrypted_mellohi": "Analogously Decrypted Data Drive - mellohi",
"item.astralsignals.data_drive_decrypted_stal": "Analogously Decrypted Data Drive - stal",
"item.astralsignals.data_drive_decrypted_strad": "Analogously Decrypted Data Drive - strad",
"item.astralsignals.data_drive_decrypted_ward": "Analogously Decrypted Data Drive - ward",
"item.astralsignals.data_drive_decrypted_11": "Analogously Decrypted Data Drive - 11",
"item.astralsignals.data_drive_decrypted_wait": "Analogously Decrypted Data Drive - wait",
"item.astralsignals.data_drive_decrypted_otherside": "Analogously Decrypted Data Drive - otherside",
"item.astralsignals.data_drive_decrypted_purpleprison": "Parallel Decrypted Data Drive - Purple Prison",
"item.astralsignals.data_drive_decrypted_pigstep": "Parallel Decrypted Data Drive - Pigstep",
"item.astralsignals.data_drive_decrypted_desertheat": "Parallel Decrypted Data Drive - Desert Heat",
"item.astralsignals.data_drive_decrypted_memorandum": "Parallel Decrypted Data Drive - memorandum",
"item.astralsignals.data_drive_decrypted_wolfgif": "Microphysically Decrypted Data Drive - Astral Lakes WolfGif Remix",
"item.astralsignals.data_drive_decrypted_papillons": "Microphysically Decrypted Data Drive - papillons",
"item.astralsignals.data_drive_decrypted_void": "Microphysically Decrypted Data Drive - void",
"item.astralsignals.data_drive_decrypted_torus": "Microphysically Decrypted Data Drive - torus",
"item.createastral.crushed_raw_desh": "Crushed Raw Desh",
"item.createastral.crushed_raw_ostrum": "Crushed Raw Ostrum",
"item.createastral.crushed_raw_calorite": "Crushed Raw Calorite",
"item.createastral.crushed_raw_cobalt": "Crushed Raw Cobalt",
"item.createastral.crushed_raw_gadolinite": "Crushed Raw Yttrium",
"item.createastral.subatomic_ingot": "Subatomic Ingot",
"item.createastral.bronze_ingot": "Bronze Ingot",
"item.createastral.experience_ingot": "Experience Ingot",
"item.createastral.ender_plating": "Ender Plating",
"item.createastral.prismatic_crystal": "Prismatic Crystal",
"item.createastral.astral_conduit": "Astral Conduit",
"item.createastral.andesite_compound": "Andesite Compound",
"item.createastral.bronze_sheet": "Bronze Sheet",
"item.createastral.olivine_sheet": "Olivine Sheet",
"item.createastral.fragile_sheet": "Fragile Sheet",
"item.createastral.broken_fragile_sheet": "Broken Fragile Sheet",
"item.createastral.golden_pin": "Golden Pin",
"item.createastral.calorite_pin": "Calorite Pin",
"item.createastral.martian_clump": "Martian Clump",
"item.createastral.electrified_pin": "Electrified Pin",
"item.createastral.ender_mush": "Ender Mush",
"item.createastral.promethium_atomic_battery": "Promethium Atomic Battery",
"item.createastral.logo": "Astral",
"item.createastral.uranium_residue": "Uranium Residue",
"item.createastral.navigation_mechanism": "Navigation Mechanism",
"item.createastral.living_mechanism": "Living Mechanism",
"item.createastral.coin": "Golden Coin",
"item.createastral.quadrocopter_blueprint": "Quadrocopter Blueprint",
"item.createastral.gyrodyne_blueprint": "Gyrodyne Blueprint",
"item.createastral.biplane_blueprint": "Biplane Blueprint",
"item.createastral.airship_blueprint": "Airship Blueprint",
"item.createastral.refining_agent": "Refining Agent",
"item.createastral.separation_agent": "Separation Agent",
"item.createastral.shimmer_amplifier": "Shimmer Amplifier",
"item.createastral.star_shard": "Star Shard",
"item.createastral.pure_star_shard": "Pure Star Shard",
"item.createastral.stone_dust": "Stone Dust",
"item.createastral.stone_small_dust": "Small Pile of Stone Dust",
"item.createastral.fragile_rocket_fin": "Fragile Rocket Fin",
"item.createastral.broken_fragile_rocket_fin": "Broken Fragile Rocket Fin",
"item.createastral.gold_casted_rocket_fin": "Gold Casted Rocket Fin",
"item.createastral.golden_bowl": "Golden Bowl",
"item.createastral.filled_golden_bowl": "Filled Golden Bowl",
"item.createastral.seitan": "Seitan",
"item.createastral.radiant_helmet": "Radiant Helmet",
"item.createastral.radiant_chestplate": "Radiant Chestplate",
"item.createastral.radiant_leggings": "Radiant Leggings",
"item.createastral.radiant_boots": "Radiant Boots",
"item.createastral.radiant_sword": "Radiant Sword",
"item.createastral.radiant_pickaxe": "Radiant Pickaxe",
"item.createastral.radiant_axe": "Radiant Axe",
"item.createastral.radiant_shovel": "Radiant Shovel",
"item.createastral.copper_helmet": "Copper Helmet",
"item.createastral.copper_chestplate": "Copper Chestplate",
"item.createastral.copper_leggings": "Copper Leggings",
"item.createastral.copper_boots": "Copper Boots",
"item.createastral.copper_sword": "Copper Sword",
"item.createastral.copper_pickaxe": "Copper Pickaxe",
"item.createastral.copper_axe": "Copper Axe",
"item.createastral.copper_shovel": "Copper Shovel",
"item.createastral.copper_hoe": "Copper Hoe",
"item.createastral.brass_helmet": "Brass Helmet",
"item.createastral.brass_chestplate": "Brass Chestplate",
"item.createastral.brass_leggings": "Brass Leggings",
"item.createastral.brass_boots": "Brass Boots",
"item.createastral.brass_sword": "Brass Sword",
"item.createastral.brass_pickaxe": "Brass Pickaxe",
"item.createastral.brass_axe": "Brass Axe",
"item.createastral.brass_shovel": "Brass Shovel",
"item.createastral.brass_hoe": "Brass Hoe",
"item.createastral.steel_helmet": "Steel Helmet",
"item.createastral.steel_chestplate": "Steel Chestplate",
"item.createastral.steel_leggings": "Steel Leggings",
"item.createastral.steel_boots": "Steel Boots",
"item.createastral.sturdy_helmet": "Sturdy Helmet",
"item.createastral.sturdy_chestplate": "Sturdy Chestplate",
"item.createastral.sturdy_leggings": "Sturdy Leggings",
"item.createastral.sturdy_boots": "Sturdy Boots",
"item.createastral.orcane": "Information / General Progression",
"item.createastral.astral_singularity": "Astral Singularity",
"item.createastral.laskinium": "Laskinium",
"item.createastral.laskinium_pill": "Laskinium Pill",
"item.createastral.pure_biomatter": "Pure Biomatter",
"item.createastral.lime": "Lime Dust",
"item.createastral.synthetic_slime": "Synthetic Slime",
"item.createastral.incomplete_electronic_circuit": "Incomplete Electronic Circuit",
"item.createastral.incomplete_transitional_electronic_circuit": "Incomplete Electronic Circuit",
"item.createastral.transitional_lapis_sheet": "Incomplete Integrated Circuit",
"item.createastral.incomplete_navigation_mechanism": "Incomplete Navigation Mechanism",
"item.createastral.incomplete_redstone_chip": "Incomplete Redstone Chip",
"item.createastral.incomplete_refining_agent": "Incomplete Refining Agent",
"item.createastral.incomplete_separation_agent": "Incomplete Separation Agent",
"item.createastral.incomplete_pure_star_shard": "Incomplete Pure Star Shard",
"item.createastral.incomplete_calculation_processor": "Incomplete Calculation Processor",
"item.createastral.incomplete_logic_processor": "Incomplete Logic Processor",
"item.createastral.incomplete_engineering_processor": "Incomplete Engineering Processor",
"item.createastral.incomplete_dash_panel": "Incomplete Dash Panel",
"item.createastral.incomplete_copper_casing": "Incomplete Copper Casing",
"item.createastral.incomplete_basic_machine_frame": "Incomplete Basic Machine Frame",
"item.createastral.incomplete_brass_casing": "Incomplete Brass Casing",
"item.createastral.incomplete_advanced_machine_frame": "Incomplete Advanced Machine Frame",
"item.createastral.incomplete_industrial_machine_frame": "Incomplete Industrial Machine Frame",
"item.createastral.incomplete_refined_radiance_casing": "Incomplete Refined Radiance Casing",
"item.createastral.incomplete_shadow_steel_casing": "Incomplete Shadow Steel Casing",
"item.createastral.t1_upgrade": "Tier 1 Upgrade",
"item.createastral.t2_upgrade": "Tier 2 Upgrade",
"item.createastral.t3_upgrade": "Tier 3 Upgrade",
"item.createastral.t4_upgrade": "Tier 4 Upgrade",
"item.createastral.t5_upgrade": "Tier 5 Upgrade",
"item.createastral.t6_upgrade": "Tier 6 Upgrade",
"item.astralfoods.quantum_bites": "Quantum Bites",
"item.astralfoods.astral_sauce": "Astral Sauce",
"item.astralfoods.quantum_pasta": "Quantum Pasta",
"item.astralfoods.seared_potato": "Seared Potato",
"item.astralfoods.shimmered_rabbit_stew": "Shimmered Rabbit Stew",
"item.astralfoods.shimmered_apple": "Shimmered Apple",
"item.astralfoods.compressed_onion": "Compressed Onion",
"item.astralfoods.food_amalgamation": "Food Amalgamation",
"item.astralfoods.bulbas_tea": "Bulba's Tea",
"item.astralfoods.astralfoods.dipped_potato": "Dipped Potato",
"block.kubejs.fragile_sheet_block": "Fragile Sheet Block",
"block.kubejs.broken_fragile_sheet_block": "Broken Fragile Sheet Block",
"block.kubejs.fire_resistant_fragile_sheet_block": "Fire Resistant Fragile Sheet Block",
"block.kubejs.broken_fire_resistant_fragile_sheet_block": "Broken Fire Resistant Fragile Sheet Block",
"block.astralsignals.signal_coordinator_dummy": "Signal Coordinator Dummy",
"block.astralsignals.radio_telescope_dummy": "Radio Telescope Dummy",
"block.astralsignals.analog_decryptor_dummy": "Analog Decryptor Dummy",
"block.astralsignals.pp_decryptor_dummy": "PPD Dummy",
"block.astralsignals.mp_decryptor_dummy": "MPD Dummy",
"block.astralsignals.drive_eraser_dummy": "Drive Eraser Dummy",
"block.astralsignals.vinyl_printer_dummy": "Vinyl Printer Dummy",
"block.createastral.sturdy_sheet_block": "Sturdy Sheet Block",
"block.createastral.shimmering_stone": "Shimmering Stone",
"block.createastral.monazite_crystal": "Monazite Crystal",
"block.createastral.ancient_stone": "Ancient Stone",
"block.createastral.mercurian_stone": "Mercurian Stone",
"block.createastral.sturdy_cage": "Sturdy Cage",
"block.createastral.contained_end": "Contained End",
"block.createastral.ultramatter": "Block of Ultramatter",
"block.createastral.copper_plating": "Copper Plating",
"block.createastral.refined_radiance_block": "Refined Radiance Block",
"block.createastral.bronze_block": "Bronze Block",
"block.createastral.copper_heating_coil": "Copper Coil Block",
"block.createastral.blast-resistant_concrete": "Blast Resistant Concrete",
"block.createastral.blast-resistant_concrete_slab": "Blast Resistant Concrete Slab",
"block.createastral.blast-resistant_concrete_stairs": "Blast Resistant Concrete Stairs",
"block.createastral.distillery_dummy": "Distillery Dummy",
"block.createastral.electrolyser_dummy": "Electrolyser Dummy",
"block.createastral.stone_growth_chamber_dummy": "Stone Growth Chamber Dummy",
"block.createastral.slime_furnace_dummy": "Slime Furnace Dummy",
"block.createastral.slime_furnace_on_dummy": "Slime Furnace On Dummy",
"block.createastral.washer_dummy": "Washer Dummy",
"block.createastral.gas_mixer_dummy": "Gas Mixer Dummy",
"block.createastral.channeling_transformer_dummy": "Channeling Transformer Dummy",
"block.createastral.andesite_alloy_block": "Andesite Alloy Block",
"block.createastral.voidtouched_compound": "Voidtouched Compound",
"block.createastral.charcoal_block": "Charcoal Block",
"block.createastral.compressed_experience_block": "Compressed Experience Block",
"block.createastral.synthetic_slime_block": "Synthetic Slime Block",
"block.createastral.swift_andesite": "Swift Andesite",
"block.createastral.rocket_casing": "Rocket Casing",
"block.createastral.moonset_stone": "Moonset Stone",
"block.doodads.asphalt_slab": "Asphalt Slab",
"block.doodads.asphalt_stair": "Asphalt Stair",
"block.yttr.polished_scorched_obsidian_holster_alive": "Polished Scorched Obsidian Holster Alive",
"block.estrogen.centrifuge": "Fluid Centrifuge",
"fluid.kubejs.molten_calorite": "Calorite",
"fluid.kubejs.molten_ostrum": "Ostrum",
"fluid.kubejs.molten_desh": "Desh",
"fluid.kubejs.molten_yttrium": "Yttrium",
"fluid.kubejs.molten_shadowsteel": "Shadow Fluid",
"fluid.kubejs.molten_radiance": "Radiant Residue",
"fluid.kubejs.aurorite": "Aurorite",
"fluid.kubejs.metabolic_broth": "Metabolic Broth",
"fluid.kubejs.plasma_fluid": "Metabolic Broth",
"fluid.kubejs.hellfire": "Hellfire",
"fluid.kubejs.smite": "Smite",
"fluid.kubejs.released_water_coolant": "Released Coolant",
"fluid.kubejs.compound_mixture": "Compound Mixture",
"fluid.kubejs.blast-resistant_cement": "Blast-Resistant Cement",
"fluid.kubejs.red_grape_juice": "Red Grape Juice",
"fluid.kubejs.white_grape_juice": "White Grape Juice",
"fluid.kubejs.liquid_xp_nuggies": "Liquid Xp Nuggies",
"fluid.kubejs.supercooled_water": "Supercooled Water",
"fluid.kubejs.red_paste": "Red Paste",
"fluid.kubejs.dumplings_fluid": "Dumpling Mix",
"fluid.kubejs.pumpkin_soup_fluid": "Pumpkin Soup",
"fluid.kubejs.vegetable_noodles_fluid": "Guljalabala",
"fluid.kubejs.mushroom_rice_fluid": "Mushroom Rice",
"fluid.kubejs.beetroot_soup_fluid": "Beetroot Soup",
"fluid.kubejs.hot_cocoa_fluid": "Hot Cocoa",
"fluid.kubejs.noodle_soup_fluid": "Noodle Soup",
"fluid.kubejs.stuffed_pumpkin_block_fluid": "Pumpkin Stuffing",
"fluid.kubejs.mushroom_stew_fluid": "Mushroom Stew",
"fluid.kubejs.glow_berry_custard_fluid": "Glow Berry Custard",
"fluid.kubejs.beef_stew_fluid": "Beef Stew",
"fluid.kubejs.cooked_rice_fluid": "Rice",
"fluid.kubejs.bone_broth_fluid": "Bone Broth",
"fluid.kubejs.rabbit_stew_fluid": "Rabbit Stew",
"fluid.kubejs.pasta_with_mutton_chop_fluid": "Mutton Pasta",
"fluid.kubejs.baked_cod_stew_fluid": "Cod Stew",
"fluid.kubejs.squid_ink_pasta_fluid": "Squid Ink Pasta",
"fluid.kubejs.tomato_sauce_fluid": "Tomato Sauce",
"fluid.kubejs.fish_stew_fluid": "Fish Stew",
"fluid.kubejs.pasta_with_meatballs_fluid": "Spaghetti with Meatballs",
"fluid.kubejs.dog_food_fluid": "Dog Food",
"fluid.kubejs.ratatouille_fluid": "Ratatouille",
"fluid.kubejs.fried_rice_fluid": "Fried Rice",
"fluid.kubejs.vegetable_soup_fluid": "Vegetable Soup",
"fluid.kubejs.apple_cider_fluid": "Apple Cider",
"fluid.kubejs.chicken_soup_fluid": "Chicken Soup",
"fluid.yttr.core_lava": "Core Lava",
"comment_4": "vanilla",
"logging_tip": "Please Read The Quest Book (Hover Over Me!)",
"logging_tip.hover": "The Quest Book contains most of the information needed to progress in this modpack - it's your friend! Use the item to prevent this message from appearing.",
"addServer.enterIp": "Discover whole new Astral Realms.",
"multiplayer.title": "Discover whole new Astral Realms.",
"item.minecraft.bow": "Makeshift Pistol",
"item.minecraft.crossbow": "Rifle",
"item.minecraft.phantom_membrane": "Soft Membrane",
"item.minecraft.arrow": "Copper Bullet",
"item.minecraft.quartz": "Quartz",
"item.minecraft.spectral_arrow": "Spectral Bullet",
"item.minecraft.tipped_arrow": "Tipped Bullet",
"item.minecraft.tipped_arrow.effect.water": "Bullet of Splashing",
"item.minecraft.tipped_arrow.effect.mundane": "Tipped Bullet",
"item.minecraft.tipped_arrow.effect.thick": "Tipped Bullet",
"item.minecraft.tipped_arrow.effect.awkward": "Tipped Bullet",
"item.minecraft.tipped_arrow.effect.night_vision": "Bullet of Night Vision",
"item.minecraft.tipped_arrow.effect.invisibility": "Bullet of Invisibility",
"item.minecraft.tipped_arrow.effect.leaping": "Bullet of Leaping",
"item.minecraft.tipped_arrow.effect.fire_resistance": "Bullet of Fire Resistance",
"item.minecraft.tipped_arrow.effect.swiftness": "Bullet of Swiftness",
"item.minecraft.tipped_arrow.effect.slowness": "Bullet of Slowness",
"item.minecraft.tipped_arrow.effect.water_breathing": "Bullet of Water Breathing",
"item.minecraft.tipped_arrow.effect.healing": "Bullet of Healing",
"item.minecraft.tipped_arrow.effect.harming": "Bullet of Harming",
"item.minecraft.tipped_arrow.effect.poison": "Bullet of Poison",
"item.minecraft.tipped_arrow.effect.regeneration": "Bullet of Regeneration",
"item.minecraft.tipped_arrow.effect.strength": "Bullet of Strength",
"item.minecraft.tipped_arrow.effect.weakness": "Bullet of Weakness",
"item.minecraft.tipped_arrow.effect.levitation": "Bullet of Levitation",
"item.minecraft.tipped_arrow.effect.luck": "Bullet of Luck",
"item.minecraft.tipped_arrow.effect.turtle_master": "Bullet of the Turtle Master",
"item.minecraft.tipped_arrow.effect.slow_falling": "Bullet of Slow Falling",
"comment_5": "ftbquests",
"ftbquests.data.data.title": "Create: Astral",
"ftbquests.chapter.6.title": "6) The End",
"ftbquests.chapter.6.quests0.title": "A World Lost to Time",
"ftbquests.chapter.6.quests0.subtitle": "The End of Astral",
"ftbquests.chapter.6.quests0.description0": "A wasteland above, and the bowels below. Something about this place is famliar, yet twisted.",
"ftbquests.chapter.6.quests0.description2": "The same force that devoured the Moon, I feel it. It formed an entire ecosystem here - an entire world as its nest.",
"ftbquests.chapter.6.quests1.subtitle": "Inevitable",
"ftbquests.chapter.6.quests1.description0": "&5The End&r swallows all. Dimensions born and voided. ",
"ftbquests.chapter.6.quests1.description2": "Yet there's something intriguing about an inevitable End. Harvest the fruits. We have everything we need for a greater form of Astral Conduit.",
"ftbquests.chapter.6.quests2.subtitle": "The End, Crystallised",
"ftbquests.chapter.6.quests2.description0": "A foul odour, like the inside of an animal, fills the air of the world below the surface. The ground is slimy, and purple crystals form in the ground.",
"ftbquests.chapter.6.quests2.description2": "Harvest the excrement of a greater force. These Crystals echo with power.",
"ftbquests.chapter.6.quests3.title": "The Desizer",
"ftbquests.chapter.6.quests3.subtitle": "Try this on for size",
"ftbquests.chapter.6.quests3.description0": "Introducing: The Desizer - a multiblock machine with a specialisation in shrinking.",
"ftbquests.chapter.6.quests3.description2": "The Desizer is made up of 1x Desizer Controller and 8x Desizer Casings. If you wish, you can decorate the Desizer by putting the Casing blocks in a Stonecutter.",
"ftbquests.chapter.6.quests3.description4": "Hold [w] on the Desizer to view a simple tutorial on what it looks like and how it works. ",
"ftbquests.chapter.6.quests4.subtitle": "Vwoom",
"ftbquests.chapter.6.quests4.description0": "Poke a hole through reality.",
"ftbquests.chapter.6.quests4.description2": "Right-Click any block to create a temporary tunnel to walk through. Be quick, as the tunnel will not wait for you to leave before closing in on itself.",
"ftbquests.chapter.6.quests4.description4": "The Void Effector uses Void as fuel, top it up by Right-Clicking a Void fluid source block.",
"ftbquests.chapter.6.quests5.title": "Rubble",
"ftbquests.chapter.6.quests5.subtitle": "The Past, Reduced",
"ftbquests.chapter.6.quests5.description0": "What happened here?",
"ftbquests.chapter.6.quests5.description2": "Rubble is present underground and in structures on the surface. Some of these blocks look familiar...",
"ftbquests.chapter.6.quests5.description4": "The past carries a lot of power. You will want to gather lots of this.",
"ftbquests.chapter.6.quests6.subtitle": "It's not just a speck!",
"ftbquests.chapter.6.quests6.description0": "Enderslime Crystals contain small quantities of Promethium, in the form of pin-sized specks.",
"ftbquests.chapter.6.quests6.description2": "A strange reaction occurs between Enderslime Crystals and Rubble, resulting in the decay of the crystal, almost as if the history of this place clashes with the present.",
"ftbquests.chapter.6.quests6.description4": "Mix the two conflicting materials together to extract Promethium Specks from the Enderslime Crystals.",
"ftbquests.chapter.6.quests7.subtitle": "Grow up!",
"ftbquests.chapter.6.quests7.description0": "To be useful, the rare Promethium must be grown into a larger mass.",
"ftbquests.chapter.6.quests7.description2": "Neodymium, another element found in this world, is used in the production of Promethium isotopes.",
"ftbquests.chapter.6.quests7.description4": "The process involves irradiating Neodymium while it is present among the existing Promethium.",
"ftbquests.chapter.6.quests8.subtitle": "Glow up~",
"ftbquests.chapter.6.quests8.description0": "Excellent, feel the radiation in the palm of your hands. However, to be used to power machinery, we must grow the Promethium one last time.",
"ftbquests.chapter.6.quests8.description2": "...cus what's a tech modpack without a little repetition?",
"ftbquests.chapter.6.quests9.subtitle": "Even more Girl Power!",
"ftbquests.chapter.6.quests9.description0": "Eating &6Crystal Estrogen Pills&r will grant you the &6Girl Power II&r effect.",
"ftbquests.chapter.6.quests9.description2": "&6Girl Power II&r makes you twice as girl, allowing you to perform &62 midair dashes&r instead of just 1.",
"ftbquests.chapter.6.quests10.title": "Ender Plating",
"ftbquests.chapter.6.quests10.subtitle": "Not to eat off of...",
"ftbquests.chapter.6.quests10.description0": "Press Delicace to harden it further into a usable material to encase a new machine. ",
"ftbquests.chapter.6.quests10.description2": "You can't eat this. Don't even try.",
"ftbquests.chapter.6.quests11.title": "Living Mechanism",
"ftbquests.chapter.6.quests11.subtitle": "Shimmer me timbers!",
"ftbquests.chapter.6.quests11.description0": "It's alive! The combination of Pure Carbon, Enderslime, an Eye of Ender and our beloved Shimmer creates... Life?",
"ftbquests.chapter.6.quests11.description2": "It won't stop staring...",
"ftbquests.chapter.6.quests12.title": "Shimmered Apple",
"ftbquests.chapter.6.quests12.subtitle": "Tastes sweet!",
"ftbquests.chapter.6.quests12.description0": "Who'd have thought that you'd be able to make good food down here!",
"ftbquests.chapter.6.quests12.description2": "Shimmered apples provide lots of saturation and some light health regen.",
"ftbquests.chapter.6.quests13.title": "New Blaze Cake Automation",
"ftbquests.chapter.6.quests13.subtitle": "Irresistable!",
"ftbquests.chapter.6.quests13.description": "Blazes can't say no to the excrement of an unfathomable entity!",
"ftbquests.chapter.6.quests14.subtitle": "Zwoop",
"ftbquests.chapter.6.quests14.description": "When in Rome...",
"ftbquests.chapter.6.quests15.subtitle": "But where's the Dragon Egg?",
"ftbquests.chapter.6.quests16.subtitle": "Purification Station",
"ftbquests.chapter.6.quests16.description0": "Our final Centrifuge.",
"ftbquests.chapter.6.quests16.description2": "Uncover what items really are. This machine will split items down into its finest parts, turning an item into a maximum of four outputs.",
"ftbquests.chapter.6.quests16.description4": "The Yttric Centrifuge requires a burnable fuel in the lower left slot as an input. This can be automatically inputted via an input into the side using a Funnel or Hopper. Items can be output through the bottom face of the block.",
"ftbquests.chapter.6.quests17.description0": "Lets break down some Coal.",
"ftbquests.chapter.6.quests17.description1": "Put 16 Coal into the middle of the Centrifuge, and a burnable fuel item in the fuel slot.",
"ftbquests.chapter.6.quests17.description2": "When the Centrifuge detects a valid item, it will start tumbling the item until it is broken down into its factors.",
"ftbquests.chapter.6.quests18.title": "Sputum",
"ftbquests.chapter.6.quests18.subtitle": "Digest This",
"ftbquests.chapter.6.quests18.description0": "Thick saliva found in pools within the bowels of this dimension. It stinks.",
"ftbquests.chapter.6.quests18.description1": "Watch your step.",
"ftbquests.chapter.6.quests19.title": "Ender Mush",
"ftbquests.chapter.6.quests19.subtitle": "Ender Slop",
"ftbquests.chapter.6.quests19.description0": "Sputum digests Enderslime Crystals, softening them.",
"ftbquests.chapter.6.quests19.description2": "This Mush will be easier to work with.",
"ftbquests.chapter.6.quests20.title": "Fully Automatable Debris",
"ftbquests.chapter.6.quests20.subtitle": "De Brie",
"ftbquests.chapter.6.quests20.description0": "With solid Rubble production, we can comfortably crush good amounts of it to release the Debris inside.",
"ftbquests.chapter.6.quests20.description2": "Signs of the past show up within every inch of this place.",
"ftbquests.chapter.6.quests21.title": "Ultrapure Gold",
"ftbquests.chapter.6.quests21.subtitle": "Don't let a Piglin see this",
"ftbquests.chapter.6.quests21.description": "The highly-conductive Gold now purified to its finest form.",
"ftbquests.chapter.6.quests22.subtitle": "Nether Right",
"ftbquests.chapter.6.quests22.description": "The durability of Ancient Debris and the conductivity of Gold. The perfect mix for use in powerful tools and machinery.",
"ftbquests.chapter.6.quests23.title": "Metabolic Broth",
"ftbquests.chapter.6.quests23.subtitle": "The Belly of the Beast",
"ftbquests.chapter.6.quests23.description": "Utilising the &6Basin Foundry Lid&r, Ender Mush can be melted down into Metabolic Broth, a processed form of stomach acid. It has a oddly comforting smell compared to Sputum.",
"ftbquests.chapter.6.quests24.subtitle": "Ultra Compression",
"ftbquests.chapter.6.quests24.description": "Carbon, a part of all life. Using the Desizer, compress it into a highly dense form.",
"ftbquests.chapter.6.quests25.subtitle": "DO NOT EAT (optional)",
"ftbquests.chapter.6.quests25.description0": "When cooled, Metabolic Broth forms into an odd gummy food, like a sugary sweet.",
"ftbquests.chapter.6.quests25.description2": "It's somewhat medicinal, granting health benefits that increase the potency of positive potion effects and soften the impact of negative effects. It also aids in digestion, improving the benefits of food items.",
"ftbquests.chapter.6.quests25.description4": "Don't eat your whole supply though, you will be needing it!",
"ftbquests.chapter.6.quests26.subtitle": "Upgrade!",
"ftbquests.chapter.6.quests26.description0": "A direct upgrade to the Void Cleaver. Shift + Right-Click a block to cut it into a new shape.",
"ftbquests.chapter.6.quests26.description2": "This iteration of the Void Cleaver also acts as an &6omnitool&r, mining as any tool type and applying &rstacks of Bleed&r when used as a weapon.",
"ftbquests.chapter.6.quests27.title": "Neodymium",
"ftbquests.chapter.6.quests27.subtitle": "The magnetic element",
"ftbquests.chapter.6.quests27.description0": "A metal present in significant quantities in Monazite. ",
"ftbquests.chapter.6.quests27.description2": "Cannot be found naturally in its metallic form, but can be extracted from Crushed Monazite.",
"ftbquests.chapter.6.quests28.title": "Ultrapure Debris",
"ftbquests.chapter.6.quests28.subtitle": "Automating Rubble",
"ftbquests.chapter.6.quests28.description0": "Ancient Debris is a compound of a world's history. The Centrifuge will break it down into its finest moments",
"ftbquests.chapter.6.quests28.description1": "Place 1 Ancient Debris into a Centrifuge to get Ultrapure Debris and a bit of Rubble",
"ftbquests.chapter.6.quests29.title": "Monazite Crystal",
"ftbquests.chapter.6.quests29.subtitle": "Monazite",
"ftbquests.chapter.6.quests29.description0": "Monazite Crystals can be found in the Warped Forest biome.",
"ftbquests.chapter.6.quests29.description1": "Due its tough composition, you will have to use a pair of Crushing Wheels to break it down into its elements: Yttrium and Neodymium.",
"ftbquests.chapter.6.quests30.title": "Sturdy Cage",
"ftbquests.chapter.6.quests30.subtitle": "To Store a Sacrifice",
"ftbquests.chapter.6.quests30.description0": "Hold [w] on the Sturdy Cage to see how to craft it using the Desizer.",
"ftbquests.chapter.6.quests30.description2": "To summon a &5Great Beast&r, we need a Sacrifice. This cage of Sturdy Blocks will be able to contain it.",
"ftbquests.chapter.6.quests31.title": "Contained End",
"ftbquests.chapter.6.quests31.description0": "An Ender Watcher will make for the perfect sacrifice. Its cry will echo throughout the sky. ",
"ftbquests.chapter.6.quests31.description2": "Using a &bSnare&r, capture an Ender Watcher and quickly put it into the Sturdy Cage. Remember that Snares can not contain mobs forever. Lower the HP of the Ender Watcher to keep it contained in the Snare for longer.",
"ftbquests.chapter.6.quests31.description4": "If you haven't had the pleasure of meeting one yet, Ender Watchers are giant jellyfish that roam the Warped Forest and Small End Islands biomes.",
"ftbquests.chapter.6.quests32.title": "Ultramatter",
"ftbquests.chapter.6.quests32.subtitle": "Shimmers...",
"ftbquests.chapter.6.quests32.description": "Shimmer, the blood of reality. Combined with Compressed Ultrapure Carbon, a frame for a conduit is within grasp.",
"ftbquests.chapter.6.quests33.title": "Fuel for the Fire",
"ftbquests.chapter.6.quests33.subtitle": "Compacting Biomass",
"ftbquests.chapter.6.quests33.description0": "Coal generation using the Desizer!",
"ftbquests.chapter.6.quests33.description2": "With a 3x3x3 cube of any of these Biomass materials, we can use the Desizer to create Charcoal and Coal blocks.",
"ftbquests.chapter.6.quests33.description4": "Charcoal Blocks can be turned back into Coal Blocks using the Chromatic Vacuum with just a Right-Click.",
"ftbquests.chapter.6.quests34.title": "O' Beast of Ender,",
"ftbquests.chapter.6.quests34.subtitle": "Die With Honour.",
"ftbquests.chapter.6.quests34.description": "Locate the Scorched Shrine and call upon a &5Great Beast&r.",
"ftbquests.chapter.6.quests35.title": "Astral Singularity",
"ftbquests.chapter.6.quests35.subtitle": "&dThe End.&r",
"ftbquests.chapter.6.quests35.description0": "A &byear and a half&r since the last update major update for Astral released... and here we are in &bv2.1&r, how far we have come.",
"ftbquests.chapter.6.quests35.description2": "Astral had just over 10,000 downloads when v2.0 dropped in early 2023. As of now we have surpassed &bOne Million&r users.",
"ftbquests.chapter.6.quests35.description4": "I cannot begin to express my thanks to everyone in the Astral community, and &6YOU&r for getting far enough to finish the entire pack.",
"ftbquests.chapter.6.quests35.description6": "&c\"Fixed in 2.1\" &rbecame a bit of a meme, in the community, as this update was so long in the making due to varieties of reasons. I hope that you got to enjoy playing a more 'finished' version of Astral.",
"ftbquests.chapter.6.quests35.description8": "&bFrom me to you,&r as the original mind behind Astral, it warms my heart that the little modpack pet project in 2022 became a fully fledged pack with its incredible set of community members.",
"ftbquests.chapter.6.quests35.description10": "&o&dThank you.&r",
"ftbquests.chapter.6.quests35.description12": "&6- \"Laky\" Laskyyy&r",
"ftbquests.chapter.6.quests36.subtitle": "The Journey Makes Us Stronger",
"ftbquests.chapter.6.quests36.description": "Celestial Ring forged across all of space. While equipped, grants 1.5x damage to most attacks.",
"ftbquests.chapter.6.quests37.subtitle": "Papapap",
"ftbquests.chapter.6.quests37.description0": "The ultimate crowd control. Weld a mystic boxing glove, punching through enemies with the force of a meteor.",
"ftbquests.chapter.6.quests37.description2": "Punches deal more damage the faster they are travelling when they hit a mob. Their initial velocity is also effected by your own velocity, travelling further when you are sprinting forwards. There is no cap to the amount of possible damage.",
"ftbquests.chapter.6.quests37.description4": "Melee attacks will launch mobs into the air. Shift + Right-Click to uppercut.",
"ftbquests.chapter.6.quests38.subtitle": "Void Survivor",
"ftbquests.chapter.6.quests38.description0": "A direct upgrade to the Yttric Rifle, as long as you can time it correctly.",
"ftbquests.chapter.6.quests38.description2": "Charges shots 1.65x faster.",
"ftbquests.chapter.6.quests39.title": "Ruined Technology",
"ftbquests.chapter.6.quests39.subtitle": "Have we been here before?",
"ftbquests.chapter.6.quests40.title": "Ruined Cobblestone",
"ftbquests.chapter.6.quests40.subtitle": "The Past, Crumbling",
"ftbquests.chapter.6.quests40.description0": "Cobblestone can be mixed with Rubble to make its Ruined counterpart.",
"ftbquests.chapter.6.quests40.description2": "Ruined Cobblestone can then be crushed back into Rubble, with a chance of one bonus Rubble. As long as you save at least one Rubble to make more Ruined Cobblestone, you can automate Rubble.",
"ftbquests.chapter.6.quests41.title": "Automate Rubble!",
"ftbquests.chapter.6.quests41.subtitle": "I believe in you!",
"ftbquests.chapter.6.quests42.title": "Neodymium 2",
"ftbquests.chapter.6.quests42.subtitle": "Now with less dust and more curves!",
"ftbquests.chapter.6.quests42.description": "Zapping Neodymium will irradiate it, promoting the growth of Promethium Lumps",
"ftbquests.chapter.6.quests43.subtitle": "Slightly better than AAA",
"ftbquests.chapter.6.quests43.description": "Now we're getting somewhere! These batteries will be used to power the next machines. Don't worry, they have a very long battery life.",
"ftbquests.chapter.6.quests44.subtitle": "The rainbow road",
"ftbquests.chapter.6.quests44.description": "The Projector will place a rainbow platform below you. Continuing to hold Right-Click will create a long platform to wherever you desire. ",
"ftbquests.chapter.6.quests45.subtitle": "SwipSwapper",
"ftbquests.chapter.6.quests45.description": "The Shifter replaces blocks with a 'paint bucket tool' function. Hold a block in your offhand to replace any placed blocks with that block. Works with Void-Cleaved blocks.",
"ftbquests.chapter.6.quests46.title": "Salivation",
"ftbquests.chapter.6.quests46.subtitle": "Sputum Automation",
"ftbquests.chapter.6.quests46.description": "A Fluid Tank of Metabolic Broth with a Centrifuge on top will output Sputum into a Fluid Tank on top. This process will give a net gain in Sputum",
"ftbquests.chapter.6.quests47.subtitle": "NYEOWM",
"ftbquests.chapter.6.quests47.description0": "Like a conveyor belt.. but goopy.. and faster..",
"ftbquests.chapter.6.quests47.description2": "Lay this goop on the ground and apply a direction for a major speed boost. Fill your walkways with this to get around much faster.",
"ftbquests.chapter.6.quests48.title": "Forces of Nature",
"ftbquests.chapter.6.quests48.subtitle": "The future clashes with the past",
"ftbquests.chapter.6.quests49.title": "Refine Gadolinite",
"ftbquests.chapter.6.quests49.subtitle": "Centrifuge that compound!",
"ftbquests.chapter.6.quests49.description0": "Gadolinite is a compound of a few useful elements. Break it down, girl.",
"ftbquests.chapter.6.quests49.description2": "You can also break down &5Enderrack&r and &eEnd Stone&r in the Yttric Centrifuge. Try it out!",
"ftbquests.chapter.6.quests50.title": "Shrine atop the Old World",
"ftbquests.chapter.6.quests50.subtitle": "Summon the Beast",
"ftbquests.chapter.6.quests50.description0": "At the top of the dimension, islands of fire and ash float high.",
"ftbquests.chapter.6.quests50.description2": "You will find Shrines of Scorched Obsidian. Bring a &6Root of Continuity&r to the shrine, and Right-Click on the highest block in the center pillar. You may want to stand back.",
"ftbquests.chapter.6.quests51.subtitle": "Cheers, Pal",
"ftbquests.chapter.6.quests51.description0": "When you activate the Holster at the top of the middle pillar, it will glow red.",
"ftbquests.chapter.6.quests51.description2": "Right-Click the Holster block with a &6Netherite Knife&r to scrape a Haemopal from it.",
"ftbquests.chapter.6.quests51.description4": "The Haemopal can be processed into crafting materials to help you summon another &5Great Beast&r.",
"ftbquests.chapter.6.quests52.title": "Ores of the Old World",
"ftbquests.chapter.6.quests52.subtitle": "Gotta mine em all",
"ftbquests.chapter.6_raow.title": "5) Sub-Atomic",
"ftbquests.chapter.6_raow.quests0.subtitle": "A godly Tinkers' material.",
"ftbquests.chapter.6_raow.quests0.description0": "Extremely brittle, but as fast as light, and with plenty of opportunity for upgrades. This material will have no competition by any other utility tool if utilised well...",
"ftbquests.chapter.6_raow.quests0.description2": "Mix Radiant Residue with a Chromatic Compound to absorb the pure light into it. This produces Refined Radiance.",
"ftbquests.chapter.6_raow.quests1.title": "This is an Astral matter.",
"ftbquests.chapter.6_raow.quests1.subtitle": "Heh, get it?",
"ftbquests.chapter.6_raow.quests1.description0": "&6Refined Shimmer&r is a substance holding immense chromatic potential, but it's not quite there yet.",
"ftbquests.chapter.6_raow.quests1.description2": "By superheating all 16 Blaze Burners under the Shimmer Refinery, and pumping Shimmer + Refining Agents into its slots, you will begin to process Refined Shimmer.",
"ftbquests.chapter.6_raow.quests1.description4": "A Blaze Cake stockpile is recommended to obtain, as 16 Blaze Cakes is likely to fund ~30 Refined Shimmer if lit at once!",
"ftbquests.chapter.6_raow.quests2.title": "Aw man, more of this circuit garbage?",
"ftbquests.chapter.6_raow.quests2.description0": "Lithium and Calorite will allow for the creation of cool new circuits with tasty capabilities...",
"ftbquests.chapter.6_raow.quests2.description3": "The process for this one will be familiar with the ones you made in Chapter 4. These utilise Calorite Pins and Lithium,",
"ftbquests.chapter.6_raow.quests2.description6": "As you are fairly adept at using REI at this point, I will spare the details on it's creation.",
"ftbquests.chapter.6_raow.quests3.title": "Welcome to the heat death of the universe.",
"ftbquests.chapter.6_raow.quests3.subtitle": "Enjoy your stay.",
"ftbquests.chapter.6_raow.quests3.description": "Home to the most hazardous terrain of any planet you've seen so far, Mercury holds lucrative returns for those brave enough to explore it.",
"ftbquests.chapter.6_raow.quests4.title": "Tech Reborn Tools + Turbo",
"ftbquests.chapter.6_raow.quests4.description": "Another round of upgrades for the Tech Reborn crew. ",
"ftbquests.chapter.6_raow.quests5.title": "In fact, you can hold these bare handed!",
"ftbquests.chapter.6_raow.quests5.description": "Any machine fitted with &6Uranium Rods&r will function at incredible potential, which is worth the side-effects of the ambient radiation likely lowering lifespans of those nearby.",
"ftbquests.chapter.6_raow.quests6.subtitle": "An unbreaking Tinkers' material.",
"ftbquests.chapter.6_raow.quests6.description0": "Strengthening our Steel by pouring the newly created &6Shadow Steel Fluid&r over it will create one of the strongest metals in the known galaxy.",
"ftbquests.chapter.6_raow.quests6.description2": "Utilise this power well, as a Tinker Tool shadow Steel serves as an unmatched weapon for combat focused weaponry.",
"ftbquests.chapter.6_raow.quests7.title": "The Chromatic Compound",
"ftbquests.chapter.6_raow.quests7.subtitle": "A rather Create-ive material",
"ftbquests.chapter.6_raow.quests7.description": "This quirky little compound is the purest form of colour. It is practically begging to be turned into Refined Radiance or Shadow Steel.",
"ftbquests.chapter.6_raow.quests8.title": "Let there be flight!",
"ftbquests.chapter.6_raow.quests8.description0": "Thanks to rapid accelerations in technology, the jet suit will provide an unbeatable defense, alongside flight capability.",
"ftbquests.chapter.6_raow.quests8.description2": "Utilise the &6Jet Suit Flash Card&r from Per Aspera to control your flight more delicately, allowing for movement akin to creative flight, at the cost of its fuel...",
"ftbquests.chapter.6_raow.quests9.title": "The connection of Dark and Light.",
"ftbquests.chapter.6_raow.quests9.description": "This Super-Energised alloy will crumble under no known force.",
"ftbquests.chapter.6_raow.quests10.title": "Calorite Pins",
"ftbquests.chapter.6_raow.quests10.description": "We've done this before. Roll some Calorite Nuggets into pins for application on our new circuit!",
"ftbquests.chapter.6_raow.quests11.title": "A rocket to break the barrier between realities.",
"ftbquests.chapter.6_raow.quests11.subtitle": "Are you prepared for what comes next?",
"ftbquests.chapter.6_raow.quests11.description1": "This rocket is &bnot limited by the bounds of spacetime&r.",
"ftbquests.chapter.6_raow.quests11.description3": "Where we are about to go trascends all understanding. ",
"ftbquests.chapter.6_raow.quests11.description5": "It cannot be possible.",
"ftbquests.chapter.6_raow.quests11.description7": "This is the source of it all. This indiscriminate destruction.",
"ftbquests.chapter.6_raow.quests11.description9": "What's a &cN&ka&r&ceth&ka&r&cer?",
"ftbquests.chapter.6_raow.quests12.title": "Out of Bounds",
"ftbquests.chapter.6_raow.quests12.subtitle": "You've gone too far...",
"ftbquests.chapter.6_raow.quests12.description0": "Grab yourself another Bedrock Smasher. We're going deeper.",
"ftbquests.chapter.6_raow.quests12.description2": "Breaking Bedrock with the Yttric Rifle above Y=-64 will give you bedrock shards, but we can go deeper than that.",
"ftbquests.chapter.6_raow.quests12.description4": "Break through the lowest level of Bedrock (Y=-64) and unleash the Void beneath.",
"ftbquests.chapter.6_raow.quests13.title": "&6Aim&r for the stars.",
"ftbquests.chapter.6_raow.quests13.subtitle": "A multipurpose rifle with incredible potential.",
"ftbquests.chapter.6_raow.quests13.description0": "&6Press R&r to cycle between firing modes on the rifle.",
"ftbquests.chapter.6_raow.quests13.description2": "For progression you will want to become familiar with the &6explosive shot&r, but feel free to become acquainted with the modes at your disposal!",
"ftbquests.chapter.6_raow.quests14.title": "The Void",
"ftbquests.chapter.6_raow.quests14.subtitle": "The World... is Leaking...",
"ftbquests.chapter.6_raow.quests14.description0": "Stand well clear, this stuff is not to swim in... not yet...",
"ftbquests.chapter.6_raow.quests14.description2": "The Void calls you. Use a Bucket, or Copper Pipes, to pick it up. We will be using this.",
"ftbquests.chapter.6_raow.quests15.title": "Void Diving Gear",
"ftbquests.chapter.6_raow.quests15.subtitle": "Into the Void...",
"ftbquests.chapter.6_raow.quests15.description0": "All Void is connected. With this diving gear, we can safely enter a Void Geyser to fast travel to other locations where the Void has been exposed.",
"ftbquests.chapter.6_raow.quests15.description2": "You will need a Suit Station and a Diving Plate also, so don't go splashing around in your Void Geyser just yet.",
"ftbquests.chapter.6_raow.quests16.title": "BOO!",
"ftbquests.chapter.6_raow.quests16.subtitle": "Did I Snare You?",
"ftbquests.chapter.6_raow.quests16.description0": "A Snare can capture mobs with a simple right click BUT-",
"ftbquests.chapter.6_raow.quests16.description1": "Captured mobs are on a timer. The higher the HP of the mob, the lower the timer will be. Battle a mob down to low HP to keep it captured for a longer amount of time.",
"ftbquests.chapter.6_raow.quests16.description3": "If the timer runs out, the mob will be destroyed. Be careful!",
"ftbquests.chapter.6_raow.quests17.title": "Beginning a yttrium processing line.",
"ftbquests.chapter.6_raow.quests17.description0": "Yttrium cannot be automated from the get-go, so get mining!",
"ftbquests.chapter.6_raow.quests17.description2": "I'm sure there will be a method soon to produce it... ",
"ftbquests.chapter.6_raow.quests18.title": "Chromatic Ores are the new trend.",
"ftbquests.chapter.6_raow.quests18.subtitle": "Es Muy Calor",
"ftbquests.chapter.6_raow.quests18.description0": "Unlike its bretheren, Yttrium, Calorite does not require as much special processing.",
"ftbquests.chapter.6_raow.quests18.description2": "Simply melt down raw or crushed ore into fluid using a Hellfire-heated Foundry or Melter, and cast it into ingots.",
"ftbquests.chapter.6_raow.quests19.description0": "Calorite production can split in a few ways.",
"ftbquests.chapter.6_raow.quests19.description2": "For now, you are likely only going to want to produce Cinnabar and Calorite Pins.",
"ftbquests.chapter.6_raow.quests19.description4": "Yttrium however, will be automatable through Calorite later on, so prepare a source of Raw Calorite for when this happens...",
"ftbquests.chapter.6_raow.quests20.title": "Creation of a dark compound.",
"ftbquests.chapter.6_raow.quests20.description0": "&lTo create it, throw a &6Chromatic Compound&r &linto Void fluid.&r",
"ftbquests.chapter.6_raow.quests20.description2": "The Void will embrace your gift, and return the favour.",
"ftbquests.chapter.6_raow.quests21.title": "Mix for liquid light",
"ftbquests.chapter.6_raow.quests21.tasks2.title": "Any #c:nether_stars",
"ftbquests.chapter.6_raow.quests21.tasks4.title": "Any #chipped:glowstone",
"ftbquests.chapter.6_raow.quests21.tasks5.title": "Any #chipped:sea_lantern",
"ftbquests.chapter.6_raow.quests22.subtitle": "An extremely light casing.",
"ftbquests.chapter.6_raow.quests22.description0": "Used for its properties of being incredibly lightweight, radiant casing in unmatched as both an ingredient...",
"ftbquests.chapter.6_raow.quests22.description2": "...and a decoration block. ",
"ftbquests.chapter.6_raow.quests22.description4": "Apply Refined Radiance to Advanced Casings to obtain.",
"ftbquests.chapter.6_raow.quests23.subtitle": "An extremely durable casing.",
"ftbquests.chapter.6_raow.quests23.description": "Boasting toughness beyond known constraints, Shadowsteel is obtained through applying Shadow Steel to Advanced Casings.",
"ftbquests.chapter.6_raow.quests24.title": "Crushing to Crushed Yttrium.",
"ftbquests.chapter.6_raow.quests24.subtitle": "The first round of crushing begins!",
"ftbquests.chapter.6_raow.quests25.title": "Forming Yttrium Ingots",
"ftbquests.chapter.6_raow.quests25.description0": "Once you have combined your choice of Ad Astra ingot with Molten Yttrium, an ingot will form.",
"ftbquests.chapter.6_raow.quests25.description2": "It's not quick, it's not easy, but it's a powerful metal.",
"ftbquests.chapter.6_raow.quests26.title": "Converting to powder.",
"ftbquests.chapter.6_raow.quests26.subtitle": "Millstones or Crushing Wheels will get the job done!",
"ftbquests.chapter.6_raow.quests27.subtitle": "Melting to Yttrium fluid, and mixing with chromatic metals.",
"ftbquests.chapter.6_raow.quests27.tasks4.title": "&6I'm ready!&r",
"ftbquests.chapter.6_raow.quests28.title": "Diving Board for Void?",
"ftbquests.chapter.6_raow.quests28.description0": "Before hopping into a Void Spout and being obliterated, consider equipping a suit of Diving gear, filling it up at a Diving Station and standing atop a Diving Plate to initiate a deep dive.",
"ftbquests.chapter.6_raow.quests28.description2": "Checkpoints between all Void Spouts in the Overworld with Diving Plates will be created, which the diver can instantly fast travel between at little cost. Perfect for setting up huge cross-Overworld transport networks.",
"ftbquests.chapter.6_raow.quests29.subtitle": "Getting Fueled Up",
"ftbquests.chapter.6_raow.quests29.description0": "You need to manage three resources to Dive safely: Fuel, Oxygen and Hull Integrity.",
"ftbquests.chapter.6_raow.quests29.description2": "Fuel will aid movement under a bulky Diving Suit and the immense pressure of the Void. Oxygen will keep you breathing. Hull Integrity will counteract the hostile nature of the Void, preventing your Diving Suit from imploding with you in it.",
"ftbquests.chapter.6_raow.quests30.title": "Smashing!",
"ftbquests.chapter.6_raow.quests30.subtitle": "Crackers, Gromit!",
"ftbquests.chapter.6_raow.quests30.description0": "The first (productive) thing to do with this rifle will be to split open a block of bedrock.",
"ftbquests.chapter.6_raow.quests30.description2": "When placing a bedrock smasher on a piece of bedrock above Y=-64 (Not touching the void), the device will penetrate straight through its unbreakable core.",
"ftbquests.chapter.6_raow.quests31.title": "Little chip of destiny.",
"ftbquests.chapter.6_raow.quests31.subtitle": "You'll only need one of these for full plating automation!",
"ftbquests.chapter.6_raow.quests31.description0": "After that brutal display, against the specific piece of bedrock you chose in particular, you may mine the fruit of your labour.",
"ftbquests.chapter.6_raow.quests31.description2": "From the remnants will drop a bedrock shard. With this you may infuse Yttrium with Bedrock, creating a new variant of plate.",
"ftbquests.chapter.6_raow.quests32.title": "The Blaze-Cake Eater 9000",
"ftbquests.chapter.6_raow.quests32.subtitle": "Refined Shimmer in a bottle, or four.",
"ftbquests.chapter.6_raow.quests32.description0": "Complementary Schematic included to assist with building. ",
"ftbquests.chapter.6_raow.quests32.description1": "(Refunds cannot be processed at this time)",
"ftbquests.chapter.6_raow.quests32.description3": "The &6Shimmer Refinery&r will be your &6only method of obtaining Refined Shimmer&r, a substance with some of the purest raw energy in the universe.",
"ftbquests.chapter.6_raow.quests32.description5": "16 Blaze Burners must be superheated during processing to allow the Shimmer filling the tanks to be heated enough to be purified.",
"ftbquests.chapter.6_raow.quests33.title": "Densely Packed Yttrium!",
"ftbquests.chapter.6_raow.quests34.title": "Infinitely Renewing Light Itself",
"ftbquests.chapter.6_raow.quests34.subtitle": "...and Automatable Nether Stars",
"ftbquests.chapter.6_raow.quests34.description0": "Compressing a small amount of Radiant Residue will cause Star Shards to crystallise.",
"ftbquests.chapter.6_raow.quests34.description2": "Process these Shards into a Pure Star Shard. This can then be converted into a Nether Star, or melted down into a greater yield of Radiant Residue.",
"ftbquests.chapter.6_raow.quests35.subtitle": "&cWarning: FRAGILE!&r",
"ftbquests.chapter.6_raow.quests35.description0": "&6Challenge 3:&r",
"ftbquests.chapter.6_raow.quests35.description2": "The Sub-atomic Core.",
"ftbquests.chapter.6_raow.quests36.subtitle": "&cWarning: FRAGILE!&r",
"ftbquests.chapter.6_raow.quests36.description0": "&6Challenge 1:&r",
"ftbquests.chapter.6_raow.quests36.description2": "Six Radiant Thrusters.",
"ftbquests.chapter.6_raow.quests37.title": "&bSeparation Agent&r",
"ftbquests.chapter.6_raow.quests37.subtitle": "Clashing Forces",
"ftbquests.chapter.6_raow.quests37.description": "Shimmer and The Void. Two opposite forces clashing to produce a powder we can use to split compounds",
"ftbquests.chapter.6_raow.quests39.title": "The ever-durable Magtank.",
"ftbquests.chapter.6_raow.quests39.subtitle": "Tanks to withhold the temperature of the Sun.",
"ftbquests.chapter.6_raow.quests39.description0": "Whilst not serving a purpose of their own, these Magtanks act as part of the structure for the &6Shimmer Refinery&r.",
"ftbquests.chapter.6_raow.quests39.description2": "Rather than pumping into them, pump Shimmer directly into the refinery machine block instead!",
"ftbquests.chapter.6_raow.quests39.description4": "&6NOTICE:&r It is known that attempting to shift click an item into the UI will crash the users client. I have received exclusive commentary from the Pack Developer to \"Please don't do that\", and, \"We warned them in advance\".",
"ftbquests.chapter.6_raow.quests40.description0": "&6Challenge 2:&r",
"ftbquests.chapter.6_raow.quests40.description2": "Five Calorite Engines.",
"ftbquests.chapter.6_raow.quests41.description": "A slower Yttric Rifle, but much more stable.",
"ftbquests.chapter.6_raow.quests42.title": "Turns out, it's safer than you think!",
"ftbquests.chapter.6_raow.quests42.description0": "&6Molten Uranium&r does not possess properties in its current form to be useful to us.",
"ftbquests.chapter.6_raow.quests42.description2": "By casting it into a rod, we may soon use its energy potential within machines to maximise their potential...",
"ftbquests.chapter.6_raow.quests43.title": "Is this safe to touch?",
"ftbquests.chapter.6_raow.quests43.description0": "&6Uranium Residue&r can be extracted from Yttrium Powder using an Industrial Centrifuge. ",
"ftbquests.chapter.6_raow.quests43.description2": "It is unknown the exact chemical properties of Yttrium, but the presence of this material within it sparks a greater question as to why we are so comfortable holding it in our hands.",
"ftbquests.chapter.6_raow.quests44.title": "Distillation Tower on Overdrive",
"ftbquests.chapter.6_raow.quests44.description": "The Distillation Tower Multiblock from Chapter 4 supports superheating as a condition of recipes. By lighting it up with 9 Blaze Cakes, the heat will be enough to process this Uranium Residue into a purer form.",
"ftbquests.chapter.6_raow.quests45.title": "Radiant Arsenal",
"ftbquests.chapter.6_raow.quests45.description0": "A selection of gear, traditionally used more for its ceremonial potential, rather than its combat capability.",
"ftbquests.chapter.6_raow.quests45.description2": "There will be no other player on the battleground as royal as those who wear gear made with light itself.",
"ftbquests.chapter.6_raow.quests46.title": "A source of Mercury.",
"ftbquests.chapter.6_raow.quests46.description": "By completing a chain of Calorite to Mercury, a solid source of this material can be procured, ready to process.",
"ftbquests.chapter.6_raow.quests47.subtitle": "...and his music was electric.",
"ftbquests.chapter.6_raow.quests47.description0": "An Electric Guitar, the ultimate weapon of mass destruction.",
"ftbquests.chapter.6_raow.quests47.description2": "Hit enemies with melee attacks to charge up the E Guitar to a maximum of 5 notes. After at least 3 hits, Right Click to unleash the stored energy as a piercing bolt of lightning.",
"ftbquests.chapter.6_raow.quests47.description4": "If we're slaying beasts, why not make a song of it?",
"ftbquests.chapter.6_raow.quests48.subtitle": "Classy Glassy",
"ftbquests.chapter.6_raow.quests48.description0": "Glassy Void is a classier variant of Tinted Glass, blocking light while allowing you to see through.",
"ftbquests.chapter.6_raow.quests48.description2": "&lTo create it, throw a Bedrock Shard into Void fluid.&r",
"ftbquests.chapter.6_raow.quests49.title": "Illumination Shot",
"ftbquests.chapter.6_raow.quests49.subtitle": "Light sources with no block.",
"ftbquests.chapter.6_raow.quests50.title": "Teleport Shot",
"ftbquests.chapter.6_raow.quests50.subtitle": "Teleportation at will.",
"ftbquests.chapter.6_raow.quests51.title": "Explosive Shot",
"ftbquests.chapter.6_raow.quests51.subtitle": "Destructive, that's what you like, right?",
"ftbquests.chapter.6_raow.quests52.title": "Beam Shot",
"ftbquests.chapter.6_raow.quests52.subtitle": "Damaging, but non-destructive.",
"ftbquests.chapter.6_raow.quests53.subtitle": "Biggy Mags",
"ftbquests.chapter.6_raow.quests53.description0": "For 50%% more effecient ammo usage, fill up Rifle Canisters at the Canister Filler.",
"ftbquests.chapter.6_raow.quests53.description2": "The Canister filler takes a single Empty Rifle Canister, one of the four ammo ingredients, and a bottle of Glowdamp",
"ftbquests.chapter.6_raow.quests54.title": "Glowdamp",
"ftbquests.chapter.6_raow.quests54.subtitle": "Bright and Soggy",
"ftbquests.chapter.6_raow.quests54.description0": "Glowdamp is the glowing gas that illuminates Shroomlight blocks.",
"ftbquests.chapter.6_raow.quests54.description2": "It can be extracted by placing a Shroomlight block inbetween two Yttrium Blocks, and pushing the two Yttrium Blocks together using a piston. This will crush the Shroomlight inbetween, and release the gas into the air. Collect the Glowdamp gas using a Glass Bottle.",
"ftbquests.chapter.6_raow.quests54.description4": "The Glowdamp can then be used to create Lamps and Lazers, and will be used to fill Rifle Canisters later on.",
"ftbquests.chapter.6_raow.quests55.subtitle": "Light It Up",
"ftbquests.chapter.6_raow.quests55.description0": "Utilise Glowdamp to light up your world with a rainbow of new Redstone-powered lamps.",
"ftbquests.chapter.6_raow.quests55.description2": "Use REI to see how the Lamp can be Inverted, dyed, and used to create Lazors!",
"ftbquests.chapter.6_raow.quests56.title": "Imma firin mah lazor!",
"ftbquests.chapter.6_raow.quests56.description": "Whilst bearing no practical use, these beams can be used as decoration, light shows, or even a fun way to (temporarily) blind someone!",
"ftbquests.chapter.6_raow.quests57.title": "&6The Stone Growth Chamber returns.&r",
"ftbquests.chapter.6_raow.quests57.subtitle": "Crush Mercury Cobblestone for Calorite automation (and others).",
"ftbquests.chapter.6_raow.quests58.title": "&6Automating Yttrium.&r",
"ftbquests.chapter.6_raow.quests58.subtitle": "Calorite -> Yttrium",
"ftbquests.chapter.6_raow.quests58.description0": "Pouring &6Void&r over a Raw Calorite Block (automated from Mercury Cobblestone) will form a block of Yttrium.",
"ftbquests.chapter.6_raow.quests58.description2": "From here, break it down into individual pieces and continue the processing chain as usual. Automatable Uranium and Yttrium!",
"ftbquests.chapter.6_raow.quests59.description0": "Superheated mix the brightest substances known to you:",
"ftbquests.chapter.6_raow.quests59.description2": "&6Nether Stars&r",
"ftbquests.chapter.6_raow.quests59.description3": "&6Glowstone&r",
"ftbquests.chapter.6_raow.quests59.description4": "&6Sea Lanterns&r",
"ftbquests.chapter.6_raow.quests59.description5": "&6Shimmer&r",
"ftbquests.chapter.6_raow.quests59.description7": "All under the molecule-splitting power of a Separation Agent, crafted with the purest of Void...",
"ftbquests.chapter.6_raow.quests59.description9": "You may find that Radiance fluid is particularly simple to automate once you have overcome the initial amount... by manufacturing your own artifical Nether Stars.",
"ftbquests.chapter.6_raow.quests60.description0": "Superheated mix the darkest substances known to you:",
"ftbquests.chapter.6_raow.quests60.description2": "&bVantablack&r",
"ftbquests.chapter.6_raow.quests60.description3": "&bVoidtouched-Compound&r",
"ftbquests.chapter.6_raow.quests60.description4": "&bEnder Pearls&r",
"ftbquests.chapter.6_raow.quests60.description6": "All under the molecule splitting power of a Separation Agent, crafted with the purest of Void...",
"ftbquests.chapter.6_raow.quests61.title": "&6A Portal From Mars to Mercury?&r",
"ftbquests.chapter.6_raow.quests61.description0": "Upon creating &6Radiant Residue&r and &6Shadow Fluid&r, the process for &cMercurian Stone&r becomes available.",
"ftbquests.chapter.6_raow.quests61.description2": "Designed as an extension to the Moon Portal -> Mars Portal Chain, the Mercury portal must be created on Mars and is once again lit with an Astral Conduit.",
"ftbquests.chapter.6_raow.quests61.description4": "&6WARNING:&r It is advised you be careful, as the portal will always send you back from Mercury to Mars, meaning if you built the portal in the Overworld you may not have a way back anymore! Make sure to always chain Moon portals -> Mars portals -> Mercury portals.",
"ftbquests.chapter.6_raow.quests62.title": "First step to Mercury.",
"ftbquests.chapter.6_raow.quests62.description0": "Calorite can be &6Electrolysed&r into Quicksilver.",
"ftbquests.chapter.6_raow.quests62.description2": "This can in turn be melted down into &6Mercury&r",
"ftbquests.chapter.6_raow.quests63.subtitle": "The Warrior's Build Wand",
"ftbquests.chapter.6_raow.quests63.description": "The Void Cleaver can slice blocks along a flat plane, allowing you to turn any solid block into a flexible slope block. Decorative and functional - Use this to build ramps with any block!",
"ftbquests.chapter.assorted_goals.title": "0.5) Getting Started",
"ftbquests.chapter.assorted_goals.quests0.title": "A Knight in Shining Copper",
"ftbquests.chapter.assorted_goals.quests0.subtitle": "Cheap defense.",
"ftbquests.chapter.assorted_goals.quests0.description": "The armor set provides slightly better protection than Golden Armor, and has way more durability.",
"ftbquests.chapter.assorted_goals.quests1.subtitle": "Craft your tool parts with this.",
"ftbquests.chapter.assorted_goals.quests1.description0": "Use the &6Part Builder&r to create tool parts!",
"ftbquests.chapter.assorted_goals.quests1.description2": "Place in some Patterns and a material you want to make the part out of, and then choose your part!",
"ftbquests.chapter.assorted_goals.quests2.subtitle": "Assemble your tools with this.",
"ftbquests.chapter.assorted_goals.quests2.description0": "Using the &6Tinker Station&r, you can assemble your tools out of parts.",
"ftbquests.chapter.assorted_goals.quests2.description2": "Try to make a &6Wooden Pickaxe&r out of wooden parts first.",
"ftbquests.chapter.assorted_goals.quests2.description4": "Hephaestus tools can be &6repaired&r in the Tinker Station using the material used for the \"head\".",
"ftbquests.chapter.assorted_goals.quests2.description6": "Alternatively, you can make &6Repair Kits&r to repair items using the crafting grid.",
"ftbquests.chapter.assorted_goals.quests2.description8": "Later on, you will also be able to apply &6modifiers&r to improve the tool, for example to mine faster, to deal more damage, or to gain new abilities.",
"ftbquests.chapter.assorted_goals.quests3.subtitle": "Each tool usually consists of three or more components which can be combined into a full tool. Give it a go!",
"ftbquests.chapter.assorted_goals.quests3.description": "Make any Hephaestus tool part in the Part Builder.",
"ftbquests.chapter.assorted_goals.quests4.subtitle": "Combine tool parts in the Tinker Station to create your first Tinkers' tool.",
"ftbquests.chapter.assorted_goals.quests4.description0": "Now that you have some tools, you can now gather materials needed for your next advancement - the &6Furnace&r!",
"ftbquests.chapter.assorted_goals.quests4.description2": "As a reward, you'll receive a &6Tinker's Encyclopedia&r - a compendium of currently known tools from books you obtained so far, with detailed explanation about the tool traits.",
"ftbquests.chapter.assorted_goals.quests5.title": "I Miss the Old Way",
"ftbquests.chapter.assorted_goals.quests5.subtitle": "Options, people, options",
"ftbquests.chapter.assorted_goals.quests5.description": "Don't like Hephaestus? You can make vanilla-style &6Copper Tools&r using Ingots.",
"ftbquests.chapter.assorted_goals.quests6.title": "Fresh Furnace",
"ftbquests.chapter.assorted_goals.quests6.subtitle": "A pioneer's first piece of industry...",
"ftbquests.chapter.assorted_goals.quests6.description0": "Now that you have a &6Furnace&r, you can start smelting!",
"ftbquests.chapter.assorted_goals.quests6.description2": "Tip: Copper makes for a great Hephaestus tool material!",
"ftbquests.chapter.assorted_goals.quests7.title": "Copper Utilities",
"ftbquests.chapter.assorted_goals.quests7.description": "&6Copper&r can be used in some utilities, as well as a great Hephaestus material!",
"ftbquests.chapter.assorted_goals.quests7.tasks0.title": "Understood.",
"ftbquests.chapter.assorted_goals.quests8.title": "Let's Get Cooking",
"ftbquests.chapter.assorted_goals.quests8.description": "Figured out how to make meals, eh? Now, here is a list of crops to automate when you complete the quest >:D",
"ftbquests.chapter.assorted_goals.quests9.title": "Golden Armor",
"ftbquests.chapter.assorted_goals.quests9.subtitle": "Livin' life like Larry",
"ftbquests.chapter.assorted_goals.quests9.description": "Show your swag with a full set of &6Golden Armor&r.",
"ftbquests.chapter.assorted_goals.quests10.title": "The Beginning of a Problem.",
"ftbquests.chapter.assorted_goals.quests10.subtitle": "Alchoholics Anonymous",
"ftbquests.chapter.assorted_goals.quests10.description": "Beginning your brewing journey will allow access to potion effects before potion brewing is available!",
"ftbquests.chapter.assorted_goals.quests11.title": "Crafting Apparatus",
"ftbquests.chapter.assorted_goals.quests11.subtitle": "Take your pick of crafter and begin your journey.",
"ftbquests.chapter.assorted_goals.quests11.description0": "&cWARNING!&r The Project Table is quite buggy, and can &lvoid items&r when multiple people are using it at the same time!",
"ftbquests.chapter.assorted_goals.quests11.description2": "This will hopefully be fixed in a later version of the mod!",
"ftbquests.chapter.assorted_goals.quests12.subtitle": "Let's get started with the basics of Tinkers'.",
"ftbquests.chapter.assorted_goals.quests12.description0": "&6Tinkers' Construct&r (or &6Hephaestus&r) is a mod that allows you to create tools out of parts!",
"ftbquests.chapter.assorted_goals.quests12.description2": "Each material comes with a different trait, which gives the tool some sort of a special effect!",
"ftbquests.chapter.assorted_goals.quests12.description4": "To get started, craft some &6Patterns&r - you'll need quite a few.",
"ftbquests.chapter.assorted_goals.quests12.description6": "As a reward, you'll receive a book that explains the basics of Hephaestus.",
"ftbquests.chapter.assorted_goals.quests13.title": "Get Those Resources!",
"ftbquests.chapter.assorted_goals.quests13.subtitle": "We have Iron at home:",
"ftbquests.chapter.assorted_goals.quests13.description0": "Time to grab some essentials: &6Iron, Tin and Copper&r.",
"ftbquests.chapter.assorted_goals.quests13.description2": "Make sure that you don't use a &7Pick&nadze&r though, as it can only mine Wood-tier blocks!",
"ftbquests.chapter.assorted_goals.quests14.title": "Begin Your Chef Career",
"ftbquests.chapter.assorted_goals.quests14.subtitle": "Let's begin with some light cooking, eh?",
"ftbquests.chapter.assorted_goals.quests14.description0": "You'll need some of this Rice later on.",
"ftbquests.chapter.assorted_goals.quests14.description1": "You can cut fully grown Grass or Rice to get Straw!",
"ftbquests.chapter.assorted_goals.quests15.title": "Acquiring New Materials.",
"ftbquests.chapter.assorted_goals.quests15.subtitle": "MMM rice",
"ftbquests.chapter.assorted_goals.quests15.description": "There's a lot of new crops in Farmer's Delight, can you automate them all?",
"ftbquests.chapter.assorted_goals.quests16.subtitle": "&oIt's dangerous to go alone, make this!&r",
"ftbquests.chapter.assorted_goals.quests16.description0": "&6Traveler's Armor&r is a modifiable set of armor that is by default comparable to Golden Armor.",
"ftbquests.chapter.assorted_goals.quests16.description2": "Later on, you will be able to add modifiers to this set to improve armor's defense, your speed, your mining speed, etc.",
"ftbquests.chapter.assorted_goals.quests17.title": "Gather! 64 Melon Blocks",
"ftbquests.chapter.assorted_goals.quests18.title": "Gather! 64 Cacti",
"ftbquests.chapter.assorted_goals.quests19.title": "Gather! 64 Pumpkins",
"ftbquests.chapter.assorted_goals.quests20.title": "Gather! 64 Carrot Crates",
"ftbquests.chapter.assorted_goals.quests21.title": "Gather! 64 Potato Crates",
"ftbquests.chapter.assorted_goals.quests22.title": "Gather! 64 Beetroot Crates",
"ftbquests.chapter.assorted_goals.quests23.title": "Gather! 64 Bags of Rice",
"ftbquests.chapter.assorted_goals.quests24.title": "Gather! 64 Onion Crates",
"ftbquests.chapter.assorted_goals.quests25.title": "Gather! 64 Tomato Crates",
"ftbquests.chapter.assorted_goals.quests26.title": "Gather! 64 Cabbage Crates",
"ftbquests.chapter.assorted_goals.quests27.title": "Very Nice Spice.",
"ftbquests.chapter.assorted_goals.quests27.subtitle": "Was it worth it?",
"ftbquests.chapter.assorted_goals.quests27.description": "(Oh yeah, it was worth it.)",
"ftbquests.chapter.assorted_goals.quests28.title": "Where is My Zoom Key?",
"ftbquests.chapter.assorted_goals.quests28.subtitle": "Right here, zilly!",
"ftbquests.chapter.assorted_goals.quests28.description0": "Press [Z] (default) to zoom in.",
"ftbquests.chapter.assorted_goals.quests28.description2": "(Wait, what does this have to do with Copper?)",
"ftbquests.chapter.assorted_goals.quests28.tasks0.title": "I understand.",
"ftbquests.chapter.assorted_goals.quests29.title": "Pretty Storage",
"ftbquests.chapter.assorted_goals.quests29.subtitle": "Aesthetics > Practicality",
"ftbquests.chapter.assorted_goals.quests29.description0": "The &6Package Crafter&r allows you to create a Package out of materials:",
"ftbquests.chapter.assorted_goals.quests29.description1": "- Any block for the &6core&r of the Package,",
"ftbquests.chapter.assorted_goals.quests29.description2": "- Any block for the &6frame&r of the Package,",
"ftbquests.chapter.assorted_goals.quests29.description3": "- Any dye for the &6front&r of the package,",
"ftbquests.chapter.assorted_goals.quests29.description4": "- A Copper Ingot.",
"ftbquests.chapter.assorted_goals.quests29.description6": "This will result in a &6Package&r that can store 8 stacks of a single item.",
"ftbquests.chapter.assorted_goals.quests29.description8": "You can also store Packages in Packages!",
"ftbquests.chapter.assorted_goals.quests29.tasks1.title": "Any #c:dyes",
"ftbquests.chapter.assorted_goals.quests29.tasks2.title": "Any #minecraft:planks",
"ftbquests.chapter.assorted_goals.quests30.title": "I'd Rather be Tractor!",
"ftbquests.chapter.assorted_goals.quests30.subtitle": "Look at this beauty, I'll let you have 'er, on one condition.",
"ftbquests.chapter.assorted_goals.quests30.description": "Show me yer' able to complete TWO of these stockpile quests, and I'll be convinced to let you buy er'. A feast for the ages will be enough to convince me... so get cookin'!",
"ftbquests.chapter.assorted_goals.quests31.title": "Essential Materials",
"ftbquests.chapter.assorted_goals.quests31.subtitle": "Chapter 1 Unlock",
"ftbquests.chapter.assorted_goals.quests31.description0": "Tin and Copper will be used for an alloy, which is a base of all industry going forward.",
"ftbquests.chapter.assorted_goals.quests31.description2": "Andesite and Clay will introduce you to Create.",
"ftbquests.chapter.assorted_goals.quests39.subtitle": "Give me better general storage",
"ftbquests.chapter.assorted_goals.quests39.description0": "&6Copper Chests&r allow you to store 45 stacks of items in a single chest!",
"ftbquests.chapter.assorted_goals.quests39.description2": "You can combine them into a double chest, just like vanilla chests.",
"ftbquests.chapter.assorted_goals.quests39.description4": "Later on you'll be able to get even better chests!",
"ftbquests.chapter.assorted_goals.quests40.title": "Laying the Groundwork.",
"ftbquests.chapter.assorted_goals.quests40.description0": "These tiles connect all Cooking for Blockheads blocks between them, so use them as a floor in your kitchens.",
"ftbquests.chapter.assorted_goals.quests40.description2": "&6Obtaining a cow in a jar&r is a good place to start when experimenting with Blockheads, as infinite milk without entities is a lag-free method of collection.",
"ftbquests.chapter.assorted_goals.quests41.title": "Chipped Decoration Blocks!",
"ftbquests.chapter.assorted_goals.quests41.description0": "If you like building, you might be interested in these.",
"ftbquests.chapter.assorted_goals.quests41.description2": "Chipped blocks require a specific workstation to create them.",
"ftbquests.chapter.assorted_goals.quests41.description4": "That workstation is related to the nature of the block.",
"ftbquests.chapter.assorted_goals.quests41.tasks0.title": "I understand.",
"ftbquests.chapter.assorted_goals.quests42.subtitle": "This is the recipe for your first beer.",
"ftbquests.chapter.assorted_goals.quests43.subtitle": "Slippery slope",
"ftbquests.chapter.assorted_goals.quests44.subtitle": "Infuse beer by clicking this table with them.",
"ftbquests.chapter.assorted_goals.quests45.subtitle": "A book, full of food!",
"ftbquests.chapter.assorted_goals.quests46.title": "Storage Upgrades",
"ftbquests.chapter.assorted_goals.quests46.subtitle": "I WANT MORE INVENTORY SPACE",
"ftbquests.chapter.assorted_goals.quests46.description": "The next chapter will involve creating factories that produce items forever. You'll want to be aware of what storage solutions are available, lest you run into inventory management nightmares.",
"ftbquests.chapter.assorted_goals.quests46.tasks0.title": "Understood.",
"ftbquests.chapter.assorted_goals.quests47.title": "Packaged Up",
"ftbquests.chapter.assorted_goals.quests47.subtitle": "A rainforest of inventory.",
"ftbquests.chapter.assorted_goals.quests47.description": "Mix and match cores, frames and front colors to your desire.",
"ftbquests.chapter.assorted_goals.quests47.tasks0.title": "Any #packages:banned_from_package_maker",
"ftbquests.chapter.assorted_goals.quests48.title": "A Curated Touch...",
"ftbquests.chapter.assorted_goals.quests48.subtitle": "It's more sophisticated to drink this, apparently...",
"ftbquests.chapter.assorted_goals.quests48.description0": "Vinery follows the same path as Drink Beer, with the brewing being performed through a unique block",
"ftbquests.chapter.assorted_goals.quests48.description3": "Wines brewed will have the current Minecraft 'year' imprinted onto them. The longer they age without being drank, the more potent those effects may become...",
"ftbquests.chapter.assorted_goals.quests49.title": "Juice of the Apple Variety.",
"ftbquests.chapter.assorted_goals.quests49.subtitle": "Recipes inside!",
"ftbquests.chapter.assorted_goals.quests49.description0": "Apple Cider - 2x Apple Juice, 1x Basket",
"ftbquests.chapter.assorted_goals.quests49.description1": "Apple Wine - 2x Apple Juice, 1x Honey Bottle",
"ftbquests.chapter.assorted_goals.quests49.description2": "Kelp Cider - 1x Apple Juice, 2x Kelp",
"ftbquests.chapter.assorted_goals.quests50.title": "Grapejuice of the Red Variety.",