-
-
Notifications
You must be signed in to change notification settings - Fork 559
Expand file tree
/
Copy pathen_us.json
More file actions
3772 lines (3484 loc) · 369 KB
/
en_us.json
File metadata and controls
3772 lines (3484 loc) · 369 KB
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
{
"_comment0": "Note to translators: DO NOT COPY ENTRIES FROM ENGLISH",
"_comment1": "I repeat: do NOT copy entries from English!!",
"_comment2": "Copying English entries will cause them to become outdated when this file changes",
"_comment3": "Untranslated entries will automatically be inherited from this file.",
"_comment4": "Once again, don't copy from English, and THANK YOU for your hard work!",
"itemGroup.botania": "Botania",
"botania.landing": "Magic, Tech. Naturally.$(br2)Botania is a tech mod themed around natural magic. The main concept is to create magical flowers and devices utilizing the power of the earth, in the form of $(thing)Mana$().",
"botania.desc": "Magic, Tech. Naturally",
"attribute.name.botania.pixieSpawnChance": "Pixie Spawn Chance",
"stat.botania.corporea_items_requested": "Items Requested via Corporea Index",
"stat.botania.tiny_potatoes_petted": "Tiny Potatoes Petted",
"stat.botania.luminizer_one_cm": "Distance by Luminizer",
"botaniamisc.color": "%s Tinted",
"botaniamisc.manaUsage": "Mana Usage",
"botaniamisc.flareColor": "%s Rounds",
"botaniamisc.outputtingPower": "Sparing Mana to Items",
"botaniamisc.inputtingPower": "Accepting Mana from Items",
"botaniamisc.creative": "Creative",
"botaniamisc.invFull": "Your inventory is full.",
"botaniamisc.composite_lens": "Composite with %s",
"botaniamisc.filter0": "Pickup only items in Frames",
"botaniamisc.filter1": "Pickup only items not in Frames",
"botaniamisc.filter2": "Pickup any items",
"botaniamisc.retainer.retain_all": "Retain original number of items requested",
"botaniamisc.retainer.retain_missing": "Retain number of missing items",
"botaniamisc.optifine_warning": "§4[WARNING]§r <Botania>: Optifine detected. Please be aware that Optifine causes a lot of issues with botania, and you might experience issues such as mana not moving between flowers and spreaders, and no information being displayed when you hold a wand and look at a mana pool or spreader. We recommend Sodium as an alternative to Optifine's performance improvements.",
"botaniamisc.creativePool0": "Creative Mana Pool, has infinite Mana",
"botaniamisc.creativePool1": "Worthy of an Egoist",
"botaniamisc.creativeSpark": "Duplicates items in attached block upon request",
"botaniamisc.toolRank": "%s\u00a77 Rank",
"botaniamisc.lexiconcover0": "The official guide for",
"botaniamisc.lexiconcover1": "all your Botania needs!",
"botaniamisc.lexiconcover2": "A Book by Vazkii",
"botaniamisc.shiftinfo": "Hold %s for more info",
"botaniamisc.ratio": "%sx Zoom (hover to zoom out)",
"botaniamisc.conversionRatio": "About %s out of %s",
"botaniamisc.conversionChanceBiome": "%s in %s biome",
"botaniamisc.bottleTooltip": "It has an acquired taste",
"botaniamisc.shardLevel": "Shard Power %s",
"botaniamisc.shardRange": "Radius: %s",
"botaniamisc.lexiconIndex": "Lexicon Index",
"botaniamisc.drop": "Drop",
"botaniamisc.dropTip2": "Tip: Press %s to drop",
"botaniamisc.dropTip3": "items from your inventory",
"botaniamisc.dropTip1": "CTRL-%s will drop a full stack",
"botaniamisc.wandMode.bind": "Bind Mode",
"botaniamisc.wandMode.function": "Function Mode",
"botaniamisc.sextantMode.circle": "Circle Mode",
"botaniamisc.sextantMode.sphere": "Sphere Mode",
"botaniamisc.brewOf": "Brew of %s",
"botaniamisc.needsCatalysts": "No matter how hard you try to push the Ingot into the Beacon, nothing seems to happen. Perhaps your configuration of catalyst pylons is off.",
"botaniamisc.peacefulNoob": "You try to offer the Ingot to the Beacon, but the peaceful vibes of your world prevent you from doing so. Perhaps you should do something about that.",
"botaniamisc.notInfused": "Not Infused",
"botaniamisc.getALife": "Get a Life",
"botaniamisc.floatingPrefix": "Floating %s",
"botaniamisc.pottedPrefix": "Potted %s",
"botaniamisc.unsetRecipe": "[No Recipe] Right-click to set:",
"botaniamisc.cantCraft": "Not enough Materials!",
"botaniamisc.lotusDesc": "It emits strong magical vibes",
"botaniamisc.hasClip": "\u00a76Has Lens Clip",
"botaniamisc.clipEmpty": "(Empty)",
"botaniamisc.armorset": "\u00a7bArmor Set\u00a7r:",
"botaniamisc.craftToAddWill": "Terrasteel Helmet Upgrade:",
"botaniamisc.requestMsg": "Requested %d x %s out of %d. %d taken.",
"botaniamisc.nearIndex0": "Corporea Index nearby!",
"botaniamisc.nearIndex1": "Anything you say will be",
"botaniamisc.nearIndex2": "intercepted as a request",
"botaniamisc.cosmeticBauble": "Cosmetic",
"botaniamisc.cosmeticThinking": "Really makes you think",
"botaniamisc.hasCosmetic": "Cosmetic: %s",
"botaniamisc.hasPhantomInk": "Tinged with Phantom Ink",
"botaniamisc.pinkinatorDesc": "Apply directly to Wither",
"botaniamisc.relicUnbound": "\u00a76Relic\u00a77, Unbound",
"botaniamisc.relicSoulbound": "\u00a76Relic\u00a77, Soulbound to \u00a7f%s",
"botaniamisc.notYourSagittarius": "\u00a74This relic is not yours",
"botaniamisc.diceRoll": "The dice lands on a %s and transforms into something else!",
"botaniamisc.dudDiceRoll": "The dice lands on a %s and seems to vanish into thin air.",
"botaniamisc.flugelBound": "Bound to %s in %s",
"botaniamisc.flugelUnbound": "Unbound in %s",
"botaniamisc.blockAway": "1 Block Away",
"botaniamisc.blocksAway": "%s Blocks Away",
"botaniamisc.clickToTeleport": "Right-click to teleport",
"botaniamisc.clickToRemoveWarp": "Sneak-punch to remove",
"botaniamisc.unboundWarp": "Unbound Warp Point",
"botaniamisc.clickToAddWarp": "Right-click to bind to this position",
"botaniamisc.hasKeepIvy": "Has Resolute Ivy",
"botaniamisc.active": "\u00a7aActive",
"botaniamisc.inactive": "\u00a7cInactive",
"botaniamisc.advancements": "Botania Advancements",
"botaniamisc.dropIkea": "\u00a7bDropping this item will break it down into its components",
"botaniamisc.hourglassLock": "This Hourglass is locked. Right-click it with a Wand of the Forest to unlock it.",
"botaniamisc.crystalCubeLocked": "This Crystal Cube is locked. To change the displayed item, unlock it with a Wand of the Forest.",
"botaniamisc.locked": "Locked",
"botaniamisc.stopped": "Stopped",
"botaniamisc.lockedStopped": "Locked, Stopped",
"botaniamisc.challenges": "Challenges",
"botaniamisc.challengeInfo": "Learn about the challenges",
"botaniamisc.command.skyblock.island.success": "Successfully created the island for player %s",
"botaniamisc.command.skyblock.island.teleported": "Teleported player %s as an island already exists",
"botaniamisc.command.skyblock.regenisland.success": "Successfully regenerated the island for player %s",
"botaniamisc.command.skyblock.teleport.success": "Teleported player %s to the island %s",
"botaniamisc.command.skyblock.spawn.success": "Teleported player %s to the spawn island",
"botaniamisc.command.skyblock.world": "The command cannot be used in a non-skyblock dimension",
"botaniamisc.command.skyblock.noisland": "An island for this player does not exist",
"botaniamisc.command.skyblock.help.0": "/gardenofglass help - prints this message",
"botaniamisc.command.skyblock.help.1": "/gardenofglass island <player> - creates a new island or teleports the player to their existing one if one exists",
"botaniamisc.command.skyblock.help.2": "/gardenofglass spawn - teleports the user to the spawn island",
"botaniamisc.command.skyblock.help.3": "/gardenofglass visit <player|playerUuid> - teleports the user to the specified player's island",
"botaniamisc.command.skyblock.help.4": "/gardenofglass regen-island <player|playerUuid> - rebuilds the specified player's island",
"botaniamisc.command.full_book_function": "Granted all missing lexicon progression advancements.",
"botaniamisc.pay2win": "Upgrade your Mana Pool to infuse this item",
"botaniamisc.justDoIt": "DO IT",
"botaniamisc.changes0": "\u00a7aBotania\u00a77 has changed since you last used it in this instance!",
"botaniamisc.changes1": "The last version of \u00a7aBotania\u00a77 you used was \u00a7b%s\u00a77.",
"botaniamisc.changes2": "Things change, don't panic. If something seems off, read the entry again.",
"botaniamisc.changes3": "\u00a7oEveryone is afraid of change, yet change is the force that moves us forward.",
"botaniamisc.changes4": "\u00a7fShift-Left Click\u00a77 to read the changes since then",
"botaniamisc.changes5": "\u00a7fLeft Click\u00a77 to dismiss this",
"botaniamisc.badArena": "As hard as you try, the Beacon will not accept your sacrifice. You believe the ritual grounds might be improper. It might be a good idea to check for obstructions in the nearby area or large gaps in the floor.",
"botaniamisc.shiftToStopSpin": "(SHIFT to stop animation)",
"botaniamisc.altarRefill0": "Right click with an empty hand to",
"botaniamisc.altarRefill1": "add back the last recipe",
"botaniamisc.santaweaveInfo": "Manaweave, changed up for the \u00a7cs\u00a7fe\u00a7ca\u00a7fs\u00a7co\u00a7fn",
"botaniamisc.scaleChange": "Change Scale",
"botaniamisc.invalidDodge": "Invalid Dodge Packet",
"botaniamisc.rannuncarpus.state_sensitive": "Match Exact State",
"botaniamisc.rannuncarpus.state_insensitive": "Match Block Only",
"botaniamisc.lokiRingLimitReached": "Selection limit reached",
"botaniamisc.loonium.not_attuned": "Not attuned",
"botaniamisc.loonium.attuned": "Attuned",
"botaniamisc.loonium.attuned_one": "Attuned to structure: %s",
"botaniamisc.loonium.attuned_many": "Attuned to multiple structures",
"botaniamisc.pollidisiac.feed_adults": "Feeding adult animals",
"botaniamisc.pollidisiac.feed_babies": "Feeding baby animals",
"botaniamisc.pollidisiac.feed_all": "Feeding all animals",
"botaniamisc.monocle.frame.contains": "%s§r contains:",
"botaniamisc.monocle.frame.additional_stacks": "+%s more stacks",
"botaniamisc.monocle.repeater.delay": "%ss",
"botaniamisc.monocle.comparator.compare": "\u2265",
"botaniamisc.monocle.comparator.subtract": "-",
"botania.tater_birthday.0": "Wow, is this for me?",
"botania.tater_birthday.1": "It's my birthday today; I'm %d years old now!",
"botania.tater_birthday.2": "Thank you so much! I hope this has been a good year for you too.",
"botania.tater_birthday.3": "Always remember: I believe in you, and you can do the thing! \u2764",
"botania.tater_birthday.4": "Woohoo!!!",
"botania.tater.my_son": "Don't talk to me or my son ever again.",
"botania.tater.my_daughter": "Don't talk to me or my daughter ever again.",
"botania.tater.my_child": "Don't talk to me or my child ever again.",
"botania.tater.my_tomato": "Don't talk to me or my tomato ever again.",
"botania.tater.my_children": "Don't talk to me or my children ever again.",
"botania.tater.you_came_to_the_wrong_neighborhood.0": "Six letter word just to get me along",
"botania.tater.you_came_to_the_wrong_neighborhood.1": "It's a intricacy and I'm coding on my mod and I,",
"botania.tater.you_came_to_the_wrong_neighborhood.2": "I keep fixin', and keepin' it together",
"botania.tater.you_came_to_the_wrong_neighborhood.3": "People around gotta find something to play now",
"botania.tater.you_came_to_the_wrong_neighborhood.4": "Holding back, every mod's the same",
"botania.tater.you_came_to_the_wrong_neighborhood.5": "Don't wanna be a loser",
"botania.tater.you_came_to_the_wrong_neighborhood.6": "Listen to me, oh no, I don't break anything at all",
"botania.tater.you_came_to_the_wrong_neighborhood.7": "But with nothing to consider they forget my name",
"botania.tater.you_came_to_the_wrong_neighborhood.8": "'ame, 'ame, 'ame",
"botania.tater.you_came_to_the_wrong_neighborhood.9": "They call me Vaskii",
"botania.tater.you_came_to_the_wrong_neighborhood.10": "They call me Vazki",
"botania.tater.you_came_to_the_wrong_neighborhood.11": "They call me Voskii",
"botania.tater.you_came_to_the_wrong_neighborhood.12": "They call me Vazkki",
"botania.tater.you_came_to_the_wrong_neighborhood.13": "That's not my name",
"botania.tater.you_came_to_the_wrong_neighborhood.14": "That's not my name",
"botania.tater.you_came_to_the_wrong_neighborhood.15": "That's not my name",
"botania.tater.you_came_to_the_wrong_neighborhood.16": "That's not my name",
"botania.nei.brewery": "Botanical Brewery",
"botania.nei.elvenTrade": "Elven Trade",
"botania.nei.floatingFlowers": "Floating Flowers",
"botania.nei.manaPool": "Mana Infusion",
"botania.nei.petalApothecary": "Petal Apothecary",
"botania.nei.runicAltar": "Runic Altar",
"botania.nei.pureDaisy": "Pure Daisy",
"botania.nei.lexica": "Lexica Botania",
"botania.nei.orechid": "Orechid",
"botania.nei.orechidIgnem": "Orechid Ignem",
"botania.nei.marimorphosis": "Marimorphosis",
"botania.nei.terraPlate": "Terrestrial Agglomeration",
"emi.category.botania.petal_apothecary": "Petal Apothecary",
"emi.category.botania.mana_infusion": "Mana Infusion",
"emi.category.botania.runic_altar": "Runic Altar",
"emi.category.botania.terrestrial_agglomeration": "Terrestrial Agglomeration",
"emi.category.botania.elven_trade": "Elven Trade",
"emi.category.botania.botanical_brewery": "Botanical Brewery",
"emi.category.botania.pure_daisy": "Pure Daisy",
"emi.category.botania.orechid": "Orechid",
"emi.category.botania.orechid_ignem": "Orechid Ignem",
"emi.category.botania.marimorphosis": "Marimorphosis",
"tag.botania.petals.white": "White Petals",
"tag.botania.petals.orange": "Orange Petals",
"tag.botania.petals.magenta": "Magenta Petals",
"tag.botania.petals.light_blue": "Light Blue Petals",
"tag.botania.petals.yellow": "Yellow Petals",
"tag.botania.petals.lime": "Lime Petals",
"tag.botania.petals.pink": "Pink Petals",
"tag.botania.petals.gray": "Gray Petals",
"tag.botania.petals.light_gray": "Light Gray Petals",
"tag.botania.petals.cyan": "Cyan Petals",
"tag.botania.petals.purple": "Purple Petals",
"tag.botania.petals.blue": "Blue Petals",
"tag.botania.petals.brown": "Brown Petals",
"tag.botania.petals.green": "Green Petals",
"tag.botania.petals.red": "Red Petals",
"tag.botania.petals.black": "Black Petals",
"tag.botania.petals": "Petals",
"tag.botania.mystical_flowers": "Mystical Flowers",
"tag.botania.double_mystical_flowers": "Tall Mystical Flowers",
"tag.botania.floating_flowers": "Floating Flowers",
"tag.botania.shimmering_mushrooms": "Shimmering Mushrooms",
"tag.botania.special_flowers": "Special Flowers",
"tag.botania.mundane_floating_flowers": "Mundane Floating Flowers",
"tag.botania.special_floating_flowers": "Special Floating Flowers",
"tag.botania.generating_special_flowers": "Generating Special Flowers",
"tag.botania.functional_special_flowers": "Functional Special Flowers",
"tag.botania.misc_special_flowers": "Miscellaneous Special Flowers",
"tag.botania.dreamwood_logs": "Dreamwood Logs",
"tag.botania.livingwood_logs": "Livingwood Logs",
"tag.botania.glimmering_dreamwood_logs": "Glimmering Dreamwood Logs",
"tag.botania.glimmering_livingwood_logs": "Glimmering Livingwood Logs",
"tag.botania.mini_flowers": "Petite Flowers",
"tag.botania.mana_using_items": "Mana Using Items",
"tag.botania.lens": "Mana Lenses",
"tag.botania.lens_glue": "Lens Glues",
"tag.botania.runes": "Runes",
"tag.botania.rods": "Rods",
"tag.botania.manasteel_ingots": "Manasteel Ingots",
"tag.botania.manasteel_nuggets": "Manasteel Nuggets",
"tag.botania.manasteel_blocks": "Manasteel Blocks",
"tag.botania.terrasteel_ingots": "Terrasteel Ingots",
"tag.botania.terrasteel_nuggets": "Terrasteel Nuggets",
"tag.botania.terrasteel_blocks": "Terrasteel Blocks",
"tag.botania.elementium_ingots": "Elementium Ingots",
"tag.botania.elementium_nuggets": "Elementium Nuggets",
"tag.botania.elementium_blocks": "Elementium Blocks",
"tag.botania.mana_diamond_gems": "Mana Diamond Gems",
"tag.botania.dragonstone_gems": "Dragonstone Gems",
"tag.botania.mana_dusts": "Mana Dusts",
"tag.botania.burst_viewers": "Burst Viewers",
"tag.botania.seed_apothecary_reagent": "Seed Reagents",
"tag.botania.loonium_offhand_equipment": "Loonium Off-hand Equipment",
"structure.minecraft.ancient_city": "Ancient City",
"structure.minecraft.bastion_remnant": "Bastion Remnant",
"structure.minecraft.buried_treasure": "Buried Treasure",
"structure.minecraft.desert_pyramid": "Desert Pyramid",
"structure.minecraft.end_city": "End City",
"structure.minecraft.fortress": "Nether Fortress",
"structure.minecraft.jungle_pyramid": "Jungle Pyramid",
"structure.minecraft.mansion": "Woodland Mansion",
"structure.minecraft.mineshaft_mesa": "Badlands Mineshaft",
"structure.minecraft.mineshaft": "Mineshaft",
"structure.minecraft.monument": "Ocean Monument",
"structure.minecraft.ocean_ruin_cold": "Cold Ocean Ruin",
"structure.minecraft.ocean_ruin_warm": "Warm Ocean Ruin",
"structure.minecraft.pillager_outpost": "Pillager Outpost",
"structure.minecraft.ruined_portal_desert": "Desert Ruined Portal",
"structure.minecraft.ruined_portal_jungle": "Jungle Ruined Portal",
"structure.minecraft.ruined_portal_mountain": "Mountain Ruined Portal",
"structure.minecraft.ruined_portal_nether": "Nether Ruined Portal",
"structure.minecraft.ruined_portal_ocean": "Ocean Ruined Portal",
"structure.minecraft.ruined_portal_swamp": "Swamp Ruined Portal",
"structure.minecraft.ruined_portal": "Ruined Portal",
"structure.minecraft.shipwreck_beached": "Beached Shipwreck",
"structure.minecraft.shipwreck": "Shipwreck",
"structure.minecraft.stronghold": "Stronghold",
"structure.minecraft.trail_ruins": "Trail Ruins",
"structure.minecraft.village_desert": "Desert Village",
"structure.minecraft.village_plains": "Plains Village",
"structure.minecraft.village_savanna": "Savanna Village",
"structure.minecraft.village_snowy": "Snowy Village",
"structure.minecraft.village_taiga": "Taiga Village",
"key.botania_corporea_request": "Corporea Request",
"botania.triggers.manaDetector": "Mana Burst",
"botania.triggers.manaEmpty": "Mana Empty",
"botania.triggers.manaSpace": "Space for Mana",
"botania.triggers.manaContains": "Contains Mana",
"botania.triggers.manaFull": "Mana Full",
"botania.triggers.runeAltarCanCraft": "Altar Can Craft",
"botania.color.rainbow": "Rainbow",
"botania.rank0": "\u00a7cD",
"botania.rank1": "\u00a7eC",
"botania.rank2": "\u00a7bB",
"botania.rank3": "\u00a7aA",
"botania.rank4": "\u00a7dS",
"botania.rank5": "\u00a76SS",
"botania.sign0": "Aries",
"botania.sign1": "Taurus",
"botania.sign2": "Gemini",
"botania.sign3": "Cancer",
"botania.sign4": "Leo",
"botania.sign5": "Virgo",
"botania.sign6": "Libra",
"botania.sign7": "Scorpio",
"botania.sign8": "Sagittarius",
"botania.sign9": "Capricorn",
"botania.sign10": "Aquarius",
"botania.sign11": "Pisces",
"botania.wings0": "No Wings",
"botania.wings1": "Wings: Flügel",
"botania.wings2": "Wings: One-Winged Angel",
"botania.wings3": "Wings: Ice Fairy",
"botania.wings4": "Wings: Phoenix",
"botania.wings5": "Wings: Black Snow Princess",
"botania.wings6": "Wings: Lord of the Pit",
"botania.wings7": "Wings: Sylph",
"botania.wings8": "Wings: Mega Ultra Chicken",
"botania.wings9": "Wings: The One",
"botania.animatedTorch.toggle": "Toggle",
"botania.animatedTorch.rotate": "Rotate",
"botania.animatedTorch.random": "Random",
"botania.armorset.manasteel.name": "Mana Affinity",
"botania.armorset.manasteel.desc": "10%% less Mana cost on Mana Tools and Rods",
"botania.armorset.elementium.name": "Great Fairy's Blessing",
"botania.armorset.elementium.desc": "Chance for pixies to apply potion effects",
"botania.armorset.terrasteel.name": "Will of the Ancients",
"botania.armorset.terrasteel.desc0": "20%% less Mana cost on Mana Tools and Rods",
"botania.armorset.terrasteel.desc1": "Regen even if hunger isn't topped off",
"botania.armorset.terrasteel.desc2": "Passive Mana generation on Mana Tablets",
"botania.armorset.manaweave.name": "Manatide Prowess",
"botania.armorset.manaweave.desc0": "40%% less Mana cost on Mana Tools and Rods",
"botania.armorset.manaweave.desc1": "Increased proficiency with Magical Rods",
"botania.armorset.will_ahrim.desc": "Ahrim: Critical Hits apply a strong weakness effect",
"botania.armorset.will_dharok.desc": "Dharok: Critical Hit damage increases with lower HP",
"botania.armorset.will_guthan.desc": "Guthan: Critical Hits heal for a portion of damage dealt",
"botania.armorset.will_torag.desc": "Torag: Critical Hits apply a strong slowness effect",
"botania.armorset.will_verac.desc": "Verac: Critical Hits pierce through armor",
"botania.armorset.will_karil.desc": "Karil: Critical Hits apply a wither effect",
"botania.armorset.will_ahrim.shortDesc": "Critical Hits apply weakness",
"botania.armorset.will_dharok.shortDesc": "Stronger Critical Hits if low HP",
"botania.armorset.will_guthan.shortDesc": "Critical Hits partially heal",
"botania.armorset.will_torag.shortDesc": "Critical Hits apply slowness",
"botania.armorset.will_verac.shortDesc": "Critical Hits pierce through armor",
"botania.armorset.will_karil.shortDesc": "Critical Hits apply wither",
"botania.roman0": "",
"botania.roman1": "I",
"botania.roman2": "II",
"botania.roman3": "III",
"botania.roman4": "IV",
"botania.roman5": "V",
"botania.roman6": "VI",
"botania.roman7": "VII",
"botania.roman8": "VIII",
"botania.roman9": "IX",
"botania.roman10": "X",
"botania.roman11": "XI",
"botania.roman12": "XII",
"botania.roman13": "XIII",
"botania.roman14": "XIV",
"botania.roman15": "XV",
"botania.roman16": "XVI",
"botania.roman17": "XVII",
"botania.roman18": "XVIII",
"botania.roman19": "XIX",
"botania.roman20": "XX",
"botania.roman21": "XXI",
"botania.roman22": "XXII",
"botania.roman23": "XXIII",
"botania.roman24": "XXIV",
"botania.roman25": "XXV",
"botania.roman26": "XXVI",
"botania.roman27": "XXVII",
"botania.roman28": "XXVIII",
"botania.roman29": "XXIX",
"botania.roman30": "XXX",
"botania.flowerType.generating": "Generating Flower",
"botania.flowerType.functional": "Functional Flower",
"botania.flowerType.misc": "Miscellaneous Flower",
"blockBreakingParticles.enabled": "Block Break Particles",
"blockBreakingParticlesTool.enabled": "Tool Block Break Particles",
"boundBlock.wireframe.enabled": "Bound Block Wireframe",
"darkQuartz.enabled": "Enable Smokey Quartz",
"fallenKanade.enabled": "Enable Fallen Kanade",
"manaEnchanter.enabled": "Enable Mana Enchanter",
"manaFluxfield.enabled": "Enable Mana Fluxfield",
"relics.enabled": "Enable Relics",
"18stones.enabled": "Enable 1.8 Stones",
"ringOfOdin.fireResist": "Enable Ring of Odin Fire Resist",
"flower.forceCheck": "Flower Force Checking",
"enderPickpocket.enabled": "Enable Ender Pickpocketing",
"thermalily.obsidian": "Thermalily Needs Obsidian",
"passiveWither.time": "Passive Wither Time",
"flowerParticles.frequency": "Flower Particle Frequency",
"lexicon.enable.rotatingItems": "Lexicon Rotating Items",
"lexicon.enable.justifiedText": "Lexicon Justified Text",
"lexicon.render.3D": "3D Lexicon Render",
"manaBar.height": "Mana Bar Height",
"powerSystem.subtle": "Use Subtle Power System",
"pylonModel.old": "Use Old Pylon Model",
"elfPortal.particles.enabled": "Enable Portal Particles",
"chargeAnimation.enabled": "Charging Animation Enabled",
"vanillaParticleConfig.enabled": "Use Vanilla Particle Config",
"manaSpreaders.silent": "Silent Mana Spreaders",
"flowerTextures.alt": "Alternate Flower Textures",
"matrixMode.enabled": "Enable Matrix Mode",
"references.enabled": "Enable Tooltip References",
"shaders.enabled": "Enable Shader Usage",
"baubleRender.enabled": "Enable Trinket Rendering",
"spreader.posShift": "Spreader Pos Shift",
"spreader.traceTime": "Spreader Trace Time",
"staticFloaters.enabled": "Enable Static Floating Flowers",
"debugInfo.enabled": "Enable Botania's F3 debug information",
"versionChecking.enabled": "Enable Version Checking",
"wandBeam.static": "Enable Static Wand Beam",
"worldgen.flower.density": "Worldgen Flower Density",
"worldgen.flower.quantity": "Worldgen Flower Quantity",
"worldgen.flower.patchChance": "Worldgen Flower Patch Chance",
"worldgen.flower.patchSize": "Worldgen Flower Patch Size",
"worldgen.flower.tallChance": "Worldgen Flower Tall Chance",
"worldgen.mushroom.quantity": "Worldgen Mushroom Quantity",
"armorModels.enable": "Custom Armor Models",
"fancySkybox.enable": "Fancy Skybox",
"fancySkybox.normalWorlds": "Fancy Skybox in non-GoG Worlds",
"flightBar.height": "Flügel Tiara Flight Bar Height",
"flightBarBreath.height": "Flight Bar Height with Breath Bar",
"harvestLevel.boreLens": "Bore Lens Harvest Level",
"harvestLevel.weightLens": "Weight Lens Harvest Level",
"magnetRing.invert": "Inverted Magnet Ring Controls",
"seasonalFeatures.enabled": "Seasonal Features",
"botania.baubletooltip": "Press %s to open the accessory menu",
"item.botania.dice.poem0": "He deals the cards to find the answer,",
"item.botania.dice.poem1": "The sacred geometry of chance,",
"item.botania.dice.poem2": "The hidden laws of a probable outcome,",
"item.botania.dice.poem3": "The numbers lead a dance.",
"death.attack.botania.relic": "%s was punished for using a relic that isn't theirs",
"death.attack.botania.key_explosion": "%2$s drowned %1$s in treasure",
"effect.botania.allure.description": "Doubles fishing speed.",
"effect.botania.bloodthirst.description": "Allows hostile mobs to spawn in a 64-block radius, regardless of spawning conditions. Doesn't work if under the effect of Emptiness.",
"effect.botania.clear.description": "Clears all status effects, positive or negative.",
"effect.botania.emptiness.description": "Prevents natural mob spawning in a 128-block radius.",
"effect.botania.feather_feet.description": "Grants immunity to fall damage.",
"effect.botania.soul_cross.description": "Restores health upon killing mobs.",
"entity.botania.mana_burst": "Mana Burst",
"entity.botania.pixie": "Pixie",
"entity.botania.flame_ring": "Flame Ring",
"entity.botania.vine_ball": "Vine Ball",
"entity.botania.doppleganger": "Guardian of Gaia",
"entity.botania.magic_landmine": "Gaia Trap",
"entity.botania.spark": "Spark",
"entity.botania.thrown_item": "Thrown Item",
"entity.botania.magic_missile": "Magic Missile",
"entity.botania.thorn_chakram": "Thorn Chakram",
"entity.botania.corporea_spark": "Corporea Spark",
"entity.botania.ender_air_bottle": "Bottle of Ender Air",
"entity.botania.ender_air": "Ender Air Cloud",
"entity.botania.pool_minecart": "Mana Pool Minecart",
"entity.botania.pink_wither": "Pink Wither",
"entity.botania.player_mover": "Luminizer Beam",
"entity.botania.mana_storm": "Manastorm Epicenter",
"entity.botania.babylon_weapon": "Treasury Weapon",
"entity.botania.falling_star": "Falling Star",
"advancement.botania_challenge": "Botania Challenges",
"advancement.botania_challenge.desc": "Challenges for the advanced botanist",
"advancement.botania:flowerPickup": "Sky of Beginning",
"advancement.botania:flowerPickup.desc": "Pick up a Mystical Flower from the world",
"advancement.botania:lexiconUse": "A Realistical Logical Ideologist",
"advancement.botania:lexiconUse.desc": "Open a Lexica Botania and have a look through the entries",
"advancement.botania:generatingFlower": "Electric Magic",
"advancement.botania:generatingFlower.desc": "Make a generating flower in a Petal Apothecary",
"advancement.botania:manaPoolPickup": "Vivid Wave",
"advancement.botania:manaPoolPickup.desc": "Craft a Mana Pool to store Mana",
"advancement.botania:functionalFlower": "An Ecstatic Vivace",
"advancement.botania:functionalFlower.desc": "Make a functional flower in a Petal Apothecary",
"advancement.botania:tinyPotatoPet": "Just Be Friends",
"advancement.botania:tinyPotatoPet.desc": "Make a Tiny Potato and pet it",
"advancement.botania:sparkCraft": "Live Drive",
"advancement.botania:sparkCraft.desc": "Make a Spark to help transfer Mana around",
"advancement.botania:baubleWear": "Inner Arts",
"advancement.botania:baubleWear.desc": "Craft any variety of Trinket and wear it",
"advancement.botania:manaCookieEat": "Rotten Heresy and Chocolate",
"advancement.botania:manaCookieEat.desc": "Infuse and eat a delicious Biscuit of Totality",
"advancement.botania:runePickup": "Drop Pop Candy",
"advancement.botania:runePickup.desc": "Use a Runic Altar to create a Rune",
"advancement.botania:manaBlasterShoot": "M'aider Stranded Girl",
"advancement.botania:manaBlasterShoot.desc": "Craft and fire a Mana Blaster",
"advancement.botania:tiaraWings": "Heart Shooter",
"advancement.botania:tiaraWings.desc": "Craft and adorn a Flügel Tiara with Flügel Wings",
"advancement.botania:terrasteelPickup": "Dancer in the Dark",
"advancement.botania:terrasteelPickup.desc": "Conjure a Terrasteel Ingot using a Terrestrial Agglomeration Plate",
"advancement.botania:elfPortalOpen": "World Calling",
"advancement.botania:elfPortalOpen.desc": "Open a portal to the realm of Alfheim",
"advancement.botania:gaiaGuardianKill": "Dead and Seek",
"advancement.botania:gaiaGuardianKill.desc": "Summon and slay a Gaia Guardian for a Ritual of Gaia",
"advancement.botania:terrasteelWeaponCraft": "Remote Paranoia",
"advancement.botania:terrasteelWeaponCraft.desc": "Arm yourself with a weapon made of Terrasteel",
"advancement.botania:kekimurusPickup": "After-School Stride",
"advancement.botania:kekimurusPickup.desc": "Create a Kekimurus to help produce large quantities of Mana",
"advancement.botania:heiseiDreamPickup": "Heisei Cataclysm",
"advancement.botania:heiseiDreamPickup.desc": "Create a Heisei Dream to cause havoc on mobs",
"advancement.botania:dirtRodCraft": "Rockbell",
"advancement.botania:dirtRodCraft.desc": "Craft a dirty sti- er... Rod of the Lands",
"advancement.botania:spawnerMoverUse": "I can take off my (redacted)",
"advancement.botania:spawnerMoverUse.desc": "Use a Life Aggregator to transport a Monster Spawner",
"advancement.botania:enderAirMake": "Imitation Air",
"advancement.botania:enderAirMake.desc": "Collect a Bottle of Ender Air",
"advancement.botania:corporeaCraft": "Packet Hero",
"advancement.botania:corporeaCraft.desc": "Craft a block that makes use of the Corporea Network",
"advancement.botania:cacophoniumCraft": "Noisy Lover Soul",
"advancement.botania:cacophoniumCraft.desc": "Craft a Cacophonium to mildly infuriate your foes",
"advancement.botania:manaCartCraft": "World Domination How-To",
"advancement.botania:manaCartCraft.desc": "Create a Minecart with Mana Pool for long range Mana transport",
"advancement.botania:craftingHaloCraft": "Segments Blue",
"advancement.botania:craftingHaloCraft.desc": "Craft an Assembly Halo to facilitate crafting",
"advancement.botania:manaweaveArmorCraft": "Imagination Forest",
"advancement.botania:manaweaveArmorCraft.desc": "Create Manaweave Robes to power up your Rods",
"advancement.botania:enchanterMake": "Odds and Ends",
"advancement.botania:enchanterMake.desc": "Create a Mana Enchanter to have better control over enchanting",
"advancement.botania:pollidisiacPickup": "Romeo and Cinderella",
"advancement.botania:pollidisiacPickup.desc": "Create a Pollidisiac; get love in the air",
"advancement.botania:brewPickup": "Childhood Blues",
"advancement.botania:brewPickup.desc": "Craft a Botanical Brewery and use it to create a Brew of any kind",
"advancement.botania:terraformRodCraft": "World is Mine",
"advancement.botania:terraformRodCraft.desc": "Create a Rod of the Terra Firma and change the world",
"advancement.botania:bubbellPickup": "Deep Sea Girl",
"advancement.botania:bubbellPickup.desc": "Create a Bubbell to allow for underwater base creation",
"advancement.botania:luminizerRide": "World's End Dancehall",
"advancement.botania:luminizerRide.desc": "Craft some Luminizers and use them for transport",
"advancement.botania:manaBombIgnite": "Under of Fragments",
"advancement.botania:manaBombIgnite.desc": "Craft a Manastorm Charge, ignite it on a far away place",
"advancement.botania:dandelifeonPickup": "Donut Hole",
"advancement.botania:dandelifeonPickup.desc": "Create a Dandelifeon and challenge your mind with it",
"advancement.botania:l20ShardUse": "Out of Step",
"advancement.botania:l20ShardUse.desc": "Raise the ground up to the sky with a Power XX Shard of Laputa",
"advancement.botania:gaiaGuardianNoArmor": "Mythologia's End",
"advancement.botania:gaiaGuardianNoArmor.desc": "Slay a Gaia Guardian without wearing any armor at any point during the fight",
"advancement.botania:rankSSPick": "A Tale of Six Trillion Years and a Night",
"advancement.botania:rankSSPick.desc": "Dig through the world using a rank SS Terra Shatterer",
"advancement.botania:superCorporeaRequest": "Invader Girl",
"advancement.botania:superCorporeaRequest.desc": "Successfully request 65,536 of a single item in a Corporea Index",
"advancement.botania:pinkinator": "Decorator",
"advancement.botania:pinkinator.desc": "Put to use The Pinkinator",
"advancement.botania:gaiaGuardianHardmode": "At the Mercy of a Dream",
"advancement.botania:gaiaGuardianHardmode.desc": "Summon and slay an empowered Gaia Guardian in a Ritual of Gaia II",
"advancement.botania:infiniteFruit": "Innocentia",
"advancement.botania:infiniteFruit.desc": "Be rewarded The Fruit of Grisaia for a heroic feat",
"advancement.botania:kingKey": "A Fake, Fake Psychotropic",
"advancement.botania:kingKey.desc": "Be rewarded the Key of the King's Law for a heroic feat",
"advancement.botania:flugelEye": "Angel of Death",
"advancement.botania:flugelEye.desc": "Be rewarded the Eye of the Flügel for a heroic feat",
"advancement.botania:thorRing": "One Step Layered",
"advancement.botania:thorRing.desc": "Be rewarded the Ring of Thor for a heroic feat",
"advancement.botania:odinRing": "Lost Time Memory",
"advancement.botania:odinRing.desc": "Be rewarded the Ring of Odin for a heroic feat",
"advancement.botania:lokiRing": "Arithmetic",
"advancement.botania:lokiRing.desc": "Be rewarded the Ring of Loki for a heroic feat",
"advancement.botania:lokiRingMany": "Hand in Hand",
"advancement.botania:lokiRingMany.desc": "Place over 255 additional blocks at once with the Ring of Loki",
"advancement.botania:alfPortalBread": "That's Why I Baked Bread",
"advancement.botania:alfPortalBread.desc": "Send the elves bread",
"advancement.botania:old_flower_pickup": "Deja Vu",
"advancement.botania:old_flower_pickup.desc": "Discover the Daybloom Motif or Nightshade Motif",
"advancement.botania:tinyPotatoBirthday": "Blessing",
"advancement.botania:tinyPotatoBirthday.desc": "Celebrate Tiny Potato's Birthday on July 19th",
"advancement.botania:allLooniumMobs": "King",
"advancement.botania:allLooniumMobs.desc": "Kill one of every Loonium-spawned monster",
"botania.challengelevel.easy": "Easy",
"botania.challengelevel.normal": "Normal",
"botania.challengelevel.hard": "Hard",
"botania.challengelevel.lunatic": "Lunatic",
"botania.challenge.flowerFarm": "Flower Farm",
"botania.challenge.flowerFarm.desc": "Create an automated farm of all 16 colors of Botania flowers. Bonus points if the flowers are sorted.",
"botania.challenge.recordFarm": "Record Farm",
"botania.challenge.recordFarm.desc": "Create a system that produces records through the death of creepers at the hands of skeletons. Bonus points if it doesn't require a player's presence.",
"botania.challenge.reedFarm": "Sugar Cane Farm",
"botania.challenge.reedFarm.desc": "Create an automated sugar cane farm. Bonus points for not using pistons.",
"botania.challenge.cobbleGen": "Cobble Generator",
"botania.challenge.cobbleGen.desc": "Create an automated cobblestone generator and harvester. Bonus points if it also generates normal stone without a furnace.",
"botania.challenge.pureDaisy": "Auto Pure Daisy",
"botania.challenge.pureDaisy.desc": "Completely automate the $(l:basics/pure_daisy)Pure Daisy$(/l). Bonus points if only one spreader is used and/or if the wood/stone input is also automated.",
"botania.challenge.battery": "Mana Battery",
"botania.challenge.battery.desc": "Create a Mana Battery, a system where mana enters one pool and comes out of another, with a good number of pools as a buffer. Bonus points if the input or output can be changed.",
"botania.challenge.apothecaryRefill": "Apothecary Refiller",
"botania.challenge.apothecaryRefill.desc": "Create a system that automatically refills the $(l:basics/apothecary)Petal Apothecary$(/l) if it's empty. Bonus points if the system can also automatically create flowers, given their components.",
"botania.challenge.treeFarm": "Tree Farm",
"botania.challenge.treeFarm.desc": "Create an automated, self-sustaining tree farm. Bonus points if it can do multiple types of tree.",
"botania.challenge.fullCropFarm": "Full Crop Farm",
"botania.challenge.fullCropFarm.desc": "Create a crop farm with all types of crops (wheat, carrot, potato, beetroot, melon, pumpkin, cocoa, and nether wart) that runs at full efficiency. Bonus points if the outputs are sorted.",
"botania.challenge.animalFarm": "Animal Farm",
"botania.challenge.animalFarm.desc": "Create an automated animal farm with all farmable animal types. Bonus points if the food doesn't need to be input manually.",
"botania.challenge.boneMealFarm": "Bone Meal-type Farm",
"botania.challenge.boneMealFarm.desc": "Create an automated farm that uses bone meal to quickly grow crops on demand. Bonus points if the $(l:devices/forest_drum)Drum of the Wild$(/l) isn't used.",
"botania.challenge.orechid": "Automated Orechid",
"botania.challenge.orechid.desc": "Create a system that allows for the $(l:functional_flowers/orechid)Orechid$(/l) flower to be fully automated. Bonus points if the output is smelted and sorted.",
"botania.challenge.mobTower": "Spawning Tower",
"botania.challenge.mobTower.desc": "Create a tower style mob farm. Mobs must be sorted and put into specific chambers. Spawners can be used. Bonus points if the farm functions at 100%% efficiency without a player's interaction.",
"botania.challenge.entropinnyumSetup": "Entropinnyum Setup",
"botania.challenge.entropinnyumSetup.desc": "Create a system that automatically crafts TNT and safely feeds it to an $(l:generating_flowers/entropinnyum)Entropinnyum$(/l) flower, creating mana. Bonus points if the sand and gunpowder required for the TNT don't need to be input manually.",
"botania.challenge.spectrolusSetup": "Spectrolus Setup",
"botania.challenge.spectrolusSetup.desc": "Create a system that feeds a $(l:generating_flowers/spectrolus)Spectrolus$(/l), generating mana. Aside from raw mana, no items may be input from outside the system. Bonus points if it operates at 100%% efficiency, never wasting any wool.",
"botania.challenge.shulkMeNotSetup": "Shulk Me Not Setup",
"botania.challenge.shulkMeNotSetup.desc": "Create a system that allows for a $(l:generating_flowers/shulk_me_not)Shulk Me Not$(/l) to produce mana automatically, without any mana, items or entities from outside the system. Bonus points if no unnecessary mob infighting happens.",
"botania.challenge.potionBrewer": "Automated Brewing",
"botania.challenge.potionBrewer.desc": "Create a system that can make all types of brews automatically on demand. Bonus points if it keeps a set of incenses always ignited in the player's base.",
"botania.challenge.kekimurusSetup": "Kekimurus Setup",
"botania.challenge.kekimurusSetup.desc": "Fully automate a $(l:generating_flowers/kekimurus)Kekimurus$(/l); every part of the system must be automated and self-sustaining. Bonus points if only one crafty crate is used.",
"botania.challenge.autoQuarry": "Automated Quarry",
"botania.challenge.autoQuarry.desc": "Create a mining quarry that digs for ores and stone underground. It should dig out chunks of land and output all of the mined resources, sorting them. Bonus points if it can relocate automatically after it's done with an area.",
"botania.challenge.runeCrafter": "Rune Crafter",
"botania.challenge.runeCrafter.desc": "Create a system that can craft all runes on demand or keep them stocked. Every part of this system must be automated and self-sustaining, including the item inputs. Bonus points if only one Runic Altar block is used. (You need to be pretty crazy to try this one.)",
"block.botania.white_mystical_flower": "Mystical White Flower",
"block.botania.orange_mystical_flower": "Mystical Orange Flower",
"block.botania.magenta_mystical_flower": "Mystical Magenta Flower",
"block.botania.light_blue_mystical_flower": "Mystical Light Blue Flower",
"block.botania.yellow_mystical_flower": "Mystical Yellow Flower",
"block.botania.lime_mystical_flower": "Mystical Lime Flower",
"block.botania.pink_mystical_flower": "Mystical Pink Flower",
"block.botania.gray_mystical_flower": "Mystical Gray Flower",
"block.botania.light_gray_mystical_flower": "Mystical Light Gray Flower",
"block.botania.cyan_mystical_flower": "Mystical Cyan Flower",
"block.botania.purple_mystical_flower": "Mystical Purple Flower",
"block.botania.blue_mystical_flower": "Mystical Blue Flower",
"block.botania.brown_mystical_flower": "Mystical Brown Flower",
"block.botania.green_mystical_flower": "Mystical Green Flower",
"block.botania.red_mystical_flower": "Mystical Red Flower",
"block.botania.black_mystical_flower": "Mystical Black Flower",
"block.botania.potted_white_mystical_flower": "Potted Mystical White Flower",
"block.botania.potted_orange_mystical_flower": "Potted Mystical Orange Flower",
"block.botania.potted_magenta_mystical_flower": "Potted Mystical Magenta Flower",
"block.botania.potted_light_blue_mystical_flower": "Potted Mystical Light Blue Flower",
"block.botania.potted_yellow_mystical_flower": "Potted Mystical Yellow Flower",
"block.botania.potted_lime_mystical_flower": "Potted Mystical Lime Flower",
"block.botania.potted_pink_mystical_flower": "Potted Mystical Pink Flower",
"block.botania.potted_gray_mystical_flower": "Potted Mystical Gray Flower",
"block.botania.potted_light_gray_mystical_flower": "Potted Mystical Light Gray Flower",
"block.botania.potted_cyan_mystical_flower": "Potted Mystical Cyan Flower",
"block.botania.potted_purple_mystical_flower": "Potted Mystical Purple Flower",
"block.botania.potted_blue_mystical_flower": "Potted Mystical Blue Flower",
"block.botania.potted_brown_mystical_flower": "Potted Mystical Brown Flower",
"block.botania.potted_green_mystical_flower": "Potted Mystical Green Flower",
"block.botania.potted_red_mystical_flower": "Potted Mystical Red Flower",
"block.botania.potted_black_mystical_flower": "Potted Mystical Black Flower",
"block.botania.apothecary_default": "Petal Apothecary",
"block.botania.apothecary_forest": "Fuchsite Petal Apothecary",
"block.botania.apothecary_plains": "Talc Petal Apothecary",
"block.botania.apothecary_mountain": "Gneiss Petal Apothecary",
"block.botania.apothecary_fungal": "Mycelite Petal Apothecary",
"block.botania.apothecary_swamp": "Cataclasite Petal Apothecary",
"block.botania.apothecary_desert": "Solite Petal Apothecary",
"block.botania.apothecary_taiga": "Lunite Petal Apothecary",
"block.botania.apothecary_mesa": "Rosy Talc Petal Apothecary",
"block.botania.apothecary_mossy": "Mossy Petal Apothecary",
"block.botania.apothecary_livingrock": "Livingrock Petal Apothecary",
"block.botania.apothecary_deepslate": "Deepslate Petal Apothecary",
"block.botania.livingrock": "Livingrock",
"block.botania.polished_livingrock": "Polished Livingrock",
"block.botania.livingrock_slate": "Livingrock Slate",
"block.botania.polished_livingrock_slab": "Polished Livingrock Slab",
"block.botania.polished_livingrock_stairs": "Polished Livingrock Stairs",
"block.botania.polished_livingrock_wall": "Polished Livingrock Wall",
"block.botania.livingrock_bricks": "Livingrock Bricks",
"block.botania.mossy_livingrock_bricks": "Mossy Livingrock Bricks",
"block.botania.cracked_livingrock_bricks": "Cracked Livingrock Bricks",
"block.botania.chiseled_livingrock_bricks": "Chiseled Livingrock Bricks",
"block.botania.livingwood": "Livingwood",
"block.botania.livingwood_planks": "Livingwood Planks",
"block.botania.mossy_livingwood_planks": "Mossy Livingwood Planks",
"block.botania.framed_livingwood": "Framed Livingwood Planks",
"block.botania.pattern_framed_livingwood": "Pattern Framed Livingwood Planks",
"block.botania.glimmering_livingwood": "Glimmering Livingwood",
"block.botania.livingwood_log": "Livingwood Log",
"block.botania.stripped_livingwood_log": "Stripped Livingwood Log",
"block.botania.glimmering_livingwood_log": "Glimmering Livingwood Log",
"block.botania.glimmering_stripped_livingwood_log": "Glimmering Stripped Livingwood Log",
"block.botania.stripped_livingwood": "Stripped Livingwood",
"block.botania.glimmering_stripped_livingwood": "Glimmering Stripped Livingwood",
"block.botania.mana_spreader": "Mana Spreader",
"block.botania.redstone_spreader": "Pulse Mana Spreader",
"block.botania.elven_spreader": "Elven Mana Spreader",
"block.botania.gaia_spreader": "Gaia Mana Spreader",
"block.botania.mana_pool": "Mana Pool",
"block.botania.creative_pool": "The Everlasting Guilty Pool",
"block.botania.diluted_pool": "Diluted Mana Pool",
"block.botania.fabulous_pool": "Fabulous Mana Pool",
"block.botania.runic_altar": "Runic Altar",
"block.botania.piston_relay": "Force Relay",
"block.botania.mana_distributor": "Mana Splitter",
"block.botania.mana_pylon": "Mana Pylon",
"block.botania.natura_pylon": "Natura Pylon",
"block.botania.gaia_pylon": "Gaia Pylon",
"block.botania.mana_void": "Mana Void",
"block.botania.mana_detector": "Mana Detector",
"block.botania.enchanter": "Mana Enchanter",
"block.botania.turntable": "Spreader Turntable",
"block.botania.tiny_planet_block": "Tiny Planet",
"block.botania.alchemy_catalyst": "Alchemy Catalyst",
"block.botania.open_crate": "Open Crate",
"block.botania.crafty_crate": "Crafty Crate",
"block.botania.forest_eye": "Eye of the Ancients",
"block.botania.manasteel_block": "Block of Manasteel",
"block.botania.terrasteel_block": "Block of Terrasteel",
"block.botania.elementium_block": "Block of Elementium",
"block.botania.mana_diamond_block": "Block of Mana Diamond",
"block.botania.dragonstone_block": "Block of Dragonstone",
"block.botania.drum_wild": "Drum of the Wild",
"block.botania.drum_gathering": "Drum of the Gathering",
"block.botania.drum_canopy": "Drum of the Canopy",
"block.botania.white_shiny_flower": "Glimmering White Flower",
"block.botania.orange_shiny_flower": "Glimmering Orange Flower",
"block.botania.magenta_shiny_flower": "Glimmering Magenta Flower",
"block.botania.light_blue_shiny_flower": "Glimmering Light Blue Flower",
"block.botania.yellow_shiny_flower": "Glimmering Yellow Flower",
"block.botania.lime_shiny_flower": "Glimmering Lime Flower",
"block.botania.pink_shiny_flower": "Glimmering Pink Flower",
"block.botania.gray_shiny_flower": "Glimmering Gray Flower",
"block.botania.light_gray_shiny_flower": "Glimmering Light Gray Flower",
"block.botania.cyan_shiny_flower": "Glimmering Cyan Flower",
"block.botania.purple_shiny_flower": "Glimmering Purple Flower",
"block.botania.blue_shiny_flower": "Glimmering Blue Flower",
"block.botania.brown_shiny_flower": "Glimmering Brown Flower",
"block.botania.green_shiny_flower": "Glimmering Green Flower",
"block.botania.red_shiny_flower": "Glimmering Red Flower",
"block.botania.black_shiny_flower": "Glimmering Black Flower",
"block.botania.potted_white_shiny_flower": "Potted Glimmering White Flower",
"block.botania.potted_orange_shiny_flower": "Potted Glimmering Orange Flower",
"block.botania.potted_magenta_shiny_flower": "Potted Glimmering Magenta Flower",
"block.botania.potted_light_blue_shiny_flower": "Potted Glimmering Light Blue Flower",
"block.botania.potted_yellow_shiny_flower": "Potted Glimmering Yellow Flower",
"block.botania.potted_lime_shiny_flower": "Potted Glimmering Lime Flower",
"block.botania.potted_pink_shiny_flower": "Potted Glimmering Pink Flower",
"block.botania.potted_gray_shiny_flower": "Potted Glimmering Gray Flower",
"block.botania.potted_light_gray_shiny_flower": "Potted Glimmering Light Gray Flower",
"block.botania.potted_cyan_shiny_flower": "Potted Glimmering Cyan Flower",
"block.botania.potted_purple_shiny_flower": "Potted Glimmering Purple Flower",
"block.botania.potted_blue_shiny_flower": "Potted Glimmering Blue Flower",
"block.botania.potted_brown_shiny_flower": "Potted Glimmering Brown Flower",
"block.botania.potted_green_shiny_flower": "Potted Glimmering Green Flower",
"block.botania.potted_red_shiny_flower": "Potted Glimmering Red Flower",
"block.botania.potted_black_shiny_flower": "Potted Glimmering Black Flower",
"block.botania.abstruse_platform": "Abstruse Platform",
"block.botania.spectral_platform": "Spectral Platform",
"block.botania.infrangible_platform": "Infrangible Platform",
"block.botania.alfheim_portal": "Elven Gateway Core",
"block.botania.dark_quartz": "Block of Smokey Quartz",
"block.botania.chiseled_dark_quartz": "Chiseled Smokey Quartz Block",
"block.botania.dark_quartz_pillar": "Pillar Smokey Quartz Block",
"block.botania.dark_quartz_slab": "Smokey Quartz Slab",
"block.botania.dark_quartz_stairs": "Smokey Quartz Stairs",
"block.botania.mana_quartz": "Block of Mana Quartz",
"block.botania.chiseled_mana_quartz": "Chiseled Mana Quartz Block",
"block.botania.mana_quartz_pillar": "Pillar Mana Quartz Block",
"block.botania.mana_quartz_slab": "Mana Quartz Slab",
"block.botania.mana_quartz_stairs": "Mana Quartz Stairs",
"block.botania.blaze_quartz": "Block of Blaze Quartz",
"block.botania.chiseled_blaze_quartz": "Chiseled Blaze Quartz Block",
"block.botania.blaze_quartz_pillar": "Pillar Blaze Quartz Block",
"block.botania.blaze_quartz_slab": "Blaze Quartz Slab",
"block.botania.blaze_quartz_stairs": "Blaze Quartz Stairs",
"block.botania.lavender_quartz": "Block of Lavender Quartz",
"block.botania.chiseled_lavender_quartz": "Chiseled Lavender Quartz Block",
"block.botania.lavender_quartz_pillar": "Pillar Lavender Quartz Block",
"block.botania.lavender_quartz_slab": "Lavender Quartz Slab",
"block.botania.lavender_quartz_stairs": "Lavender Quartz Stairs",
"block.botania.red_quartz": "Block of Redquartz",
"block.botania.chiseled_red_quartz": "Chiseled Redquartz Block",
"block.botania.red_quartz_pillar": "Pillar Redquartz Block",
"block.botania.red_quartz_slab": "Redquartz Slab",
"block.botania.red_quartz_stairs": "Redquartz Stairs",
"block.botania.elf_quartz": "Block of Elven Quartz",
"block.botania.chiseled_elf_quartz": "Chiseled Elven Quartz Block",
"block.botania.elf_quartz_pillar": "Pillar Elven Quartz Block",
"block.botania.elf_quartz_slab": "Elven Quartz Slab",
"block.botania.elf_quartz_stairs": "Elven Quartz Stairs",
"block.botania.sunny_quartz": "Block of Sunny Quartz",
"block.botania.chiseled_sunny_quartz": "Chiseled Sunny Quartz Block",
"block.botania.sunny_quartz_pillar": "Pillar Sunny Quartz Block",
"block.botania.sunny_quartz_slab": "Sunny Quartz Slab",
"block.botania.sunny_quartz_stairs": "Sunny Quartz Stairs",
"block.botania.dreamwood": "Dreamwood",
"block.botania.dreamwood_planks": "Dreamwood Planks",
"block.botania.mossy_dreamwood_planks": "Mossy Dreamwood Planks",
"block.botania.framed_dreamwood": "Framed Dreamwood Planks",
"block.botania.pattern_framed_dreamwood": "Pattern Framed Dreamwood Planks",
"block.botania.glimmering_dreamwood": "Glimmering Dreamwood",
"block.botania.dreamwood_log": "Dreamwood Log",
"block.botania.glimmering_dreamwood_log": "Glimmering Dreamwood Log",
"block.botania.stripped_dreamwood_log": "Stripped Dreamwood Log",
"block.botania.glimmering_stripped_dreamwood_log": "Glimmering Stripped Dreamwood Log",
"block.botania.stripped_dreamwood": "Stripped Dreamwood",
"block.botania.glimmering_stripped_dreamwood": "Glimmering Stripped Dreamwood",
"block.botania.livingwood_stairs": "Livingwood Stairs",
"block.botania.livingwood_slab": "Livingwood Slab",
"block.botania.livingwood_planks_stairs": "Livingwood Plank Stairs",
"block.botania.livingwood_planks_slab": "Livingwood Plank Slab",
"block.botania.stripped_livingwood_stairs": "Stripped Livingwood Stairs",
"block.botania.stripped_livingwood_slab": "Stripped Livingwood Slab",
"block.botania.stripped_livingwood_wall": "Stripped Livingwood Wall",
"block.botania.livingrock_stairs": "Livingrock Stairs",
"block.botania.livingrock_slab": "Livingrock Slab",
"block.botania.livingrock_bricks_stairs": "Livingrock Brick Stairs",
"block.botania.livingrock_bricks_slab": "Livingrock Brick Slab",
"block.botania.mossy_livingrock_bricks_stairs": "Mossy Livingrock Brick Stairs",
"block.botania.mossy_livingrock_bricks_slab": "Mossy Livingrock Brick Slab",
"block.botania.dreamwood_stairs": "Dreamwood Stairs",
"block.botania.dreamwood_slab": "Dreamwood Slab",
"block.botania.dreamwood_planks_stairs": "Dreamwood Plank Stairs",
"block.botania.dreamwood_planks_slab": "Dreamwood Plank Slab",
"block.botania.stripped_dreamwood_stairs": "Stripped Dreamwood Stairs",
"block.botania.stripped_dreamwood_slab": "Stripped Dreamwood Slab",
"block.botania.stripped_dreamwood_wall": "Stripped Dreamwood Wall",
"block.botania.conjuration_catalyst": "Conjuration Catalyst",
"block.botania.white_floating_flower": "Floating White Flower",
"block.botania.orange_floating_flower": "Floating Orange Flower",
"block.botania.magenta_floating_flower": "Floating Magenta Flower",
"block.botania.light_blue_floating_flower": "Floating Light Blue Flower",
"block.botania.yellow_floating_flower": "Floating Yellow Flower",
"block.botania.lime_floating_flower": "Floating Lime Flower",
"block.botania.pink_floating_flower": "Floating Pink Flower",
"block.botania.gray_floating_flower": "Floating Gray Flower",
"block.botania.light_gray_floating_flower": "Floating Light Gray Flower",
"block.botania.cyan_floating_flower": "Floating Cyan Flower",
"block.botania.purple_floating_flower": "Floating Purple Flower",
"block.botania.blue_floating_flower": "Floating Blue Flower",
"block.botania.brown_floating_flower": "Floating Brown Flower",
"block.botania.green_floating_flower": "Floating Green Flower",
"block.botania.red_floating_flower": "Floating Red Flower",
"block.botania.black_floating_flower": "Floating Black Flower",
"block.botania.tiny_potato": "Tiny Potato",
"block.botania.spawner_claw": "Life Imbuer",
"block.botania.azulejo_0": "Azulejo",
"block.botania.azulejo_1": "Azulejo",
"block.botania.azulejo_2": "Azulejo",
"block.botania.azulejo_3": "Azulejo",
"block.botania.azulejo_4": "Azulejo",
"block.botania.azulejo_5": "Azulejo",
"block.botania.azulejo_6": "Azulejo",
"block.botania.azulejo_7": "Azulejo",
"block.botania.azulejo_8": "Azulejo",
"block.botania.azulejo_9": "Azulejo",
"block.botania.azulejo_10": "Azulejo",
"block.botania.azulejo_11": "Azulejo",
"block.botania.azulejo_12": "Azulejo",
"block.botania.azulejo_13": "Azulejo",
"block.botania.azulejo_14": "Azulejo",
"block.botania.azulejo_15": "Azulejo",
"block.botania.ender_eye_block": "Ender Overseer",
"block.botania.starfield": "Starfield Creator",
"block.botania.mana_fluxfield": "Mana Fluxfield",
"block.botania.elf_glass": "Alfglass",
"block.botania.brewery": "Botanical Brewery",
"block.botania.mana_glass": "Managlass",
"block.botania.terra_plate": "Terrestrial Agglomeration Plate",
"block.botania.red_string_container": "Red Stringed Container",
"block.botania.red_string_dispenser": "Red Stringed Dispenser",
"block.botania.red_string_fertilizer": "Red Stringed Nutrifier",
"block.botania.red_string_comparator": "Red Stringed Comparator",
"block.botania.red_string_relay": "Red Stringed Spoofer",
"block.botania.red_string_interceptor": "Red Stringed Interceptor",
"block.botania.mana_flame": "Mana Flash",
"block.botania.prism": "Mana Prism",
"block.botania.enchanted_soil": "Enchanted Soil",
"block.botania.metamorphic_forest_stone": "Fuchsite",
"block.botania.metamorphic_plains_stone": "Talc",
"block.botania.metamorphic_mountain_stone": "Gneiss",
"block.botania.metamorphic_fungal_stone": "Mycelite",
"block.botania.metamorphic_swamp_stone": "Cataclasite",
"block.botania.metamorphic_desert_stone": "Solite",
"block.botania.metamorphic_taiga_stone": "Lunite",
"block.botania.metamorphic_mesa_stone": "Rosy Talc",
"block.botania.metamorphic_forest_cobblestone": "Cobbled Fuchsite",
"block.botania.metamorphic_plains_cobblestone": "Cobbled Talc",
"block.botania.metamorphic_mountain_cobblestone": "Cobbled Gneiss",
"block.botania.metamorphic_fungal_cobblestone": "Cobbled Mycelite",
"block.botania.metamorphic_swamp_cobblestone": "Cobbled Cataclasite",
"block.botania.metamorphic_desert_cobblestone": "Cobbled Solite",
"block.botania.metamorphic_taiga_cobblestone": "Cobbled Lunite",
"block.botania.metamorphic_mesa_cobblestone": "Cobbled Rosy Talc",
"block.botania.metamorphic_forest_bricks": "Fuchsite Bricks",
"block.botania.metamorphic_plains_bricks": "Talc Bricks",
"block.botania.metamorphic_mountain_bricks": "Gneiss Bricks",
"block.botania.metamorphic_fungal_bricks": "Mycelite Bricks",
"block.botania.metamorphic_swamp_bricks": "Cataclasite Bricks",
"block.botania.metamorphic_desert_bricks": "Solite Bricks",
"block.botania.metamorphic_taiga_bricks": "Lunite Bricks",
"block.botania.metamorphic_mesa_bricks": "Rosy Talc Bricks",
"block.botania.chiseled_metamorphic_forest_bricks": "Chiseled Fuchsite Bricks",
"block.botania.chiseled_metamorphic_plains_bricks": "Chiseled Talc Bricks",
"block.botania.chiseled_metamorphic_mountain_bricks": "Chiseled Gneiss Bricks",
"block.botania.chiseled_metamorphic_fungal_bricks": "Chiseled Mycelite Bricks",
"block.botania.chiseled_metamorphic_swamp_bricks": "Chiseled Cataclasite Bricks",
"block.botania.chiseled_metamorphic_desert_bricks": "Chiseled Solite Bricks",
"block.botania.chiseled_metamorphic_taiga_bricks": "Chiseled Lunite Bricks",
"block.botania.chiseled_metamorphic_mesa_bricks": "Chiseled Rosy Talc Bricks",
"block.botania.metamorphic_forest_stone_stairs": "Fuchsite Stairs",
"block.botania.metamorphic_plains_stone_stairs": "Talc Stairs",
"block.botania.metamorphic_mountain_stone_stairs": "Gneiss Stairs",
"block.botania.metamorphic_fungal_stone_stairs": "Mycelite Stairs",
"block.botania.metamorphic_swamp_stone_stairs": "Cataclasite Stairs",
"block.botania.metamorphic_desert_stone_stairs": "Solite Stairs",
"block.botania.metamorphic_taiga_stone_stairs": "Lunite Stairs",
"block.botania.metamorphic_mesa_stone_stairs": "Rosy Talc Stairs",
"block.botania.metamorphic_forest_cobblestone_stairs": "Cobbled Fuchsite Stairs",
"block.botania.metamorphic_plains_cobblestone_stairs": "Cobbled Talc Stairs",
"block.botania.metamorphic_mountain_cobblestone_stairs": "Cobbled Gneiss Stairs",
"block.botania.metamorphic_fungal_cobblestone_stairs": "Cobbled Mycelite Stairs",
"block.botania.metamorphic_swamp_cobblestone_stairs": "Cobbled Cataclasite Stairs",
"block.botania.metamorphic_desert_cobblestone_stairs": "Cobbled Solite Stairs",
"block.botania.metamorphic_taiga_cobblestone_stairs": "Cobbled Lunite Stairs",
"block.botania.metamorphic_mesa_cobblestone_stairs": "Cobbled Rosy Talc Stairs",
"block.botania.metamorphic_forest_bricks_stairs": "Fuchsite Brick Stairs",
"block.botania.metamorphic_plains_bricks_stairs": "Talc Brick Stairs",
"block.botania.metamorphic_mountain_bricks_stairs": "Gneiss Brick Stairs",
"block.botania.metamorphic_fungal_bricks_stairs": "Mycelite Brick Stairs",
"block.botania.metamorphic_swamp_bricks_stairs": "Cataclasite Brick Stairs",
"block.botania.metamorphic_desert_bricks_stairs": "Solite Brick Stairs",
"block.botania.metamorphic_taiga_bricks_stairs": "Lunite Brick Stairs",
"block.botania.metamorphic_mesa_bricks_stairs": "Rosy Talc Brick Stairs",
"block.botania.metamorphic_forest_stone_slab": "Fuchsite Slab",
"block.botania.metamorphic_plains_stone_slab": "Talc Slab",
"block.botania.metamorphic_mountain_stone_slab": "Gneiss Slab",
"block.botania.metamorphic_fungal_stone_slab": "Mycelite Slab",
"block.botania.metamorphic_swamp_stone_slab": "Cataclasite Slab",
"block.botania.metamorphic_desert_stone_slab": "Solite Slab",
"block.botania.metamorphic_taiga_stone_slab": "Lunite Slab",
"block.botania.metamorphic_mesa_stone_slab": "Rosy Talc Slab",
"block.botania.metamorphic_forest_cobblestone_slab": "Cobbled Fuchsite Slab",
"block.botania.metamorphic_plains_cobblestone_slab": "Cobbled Talc Slab",
"block.botania.metamorphic_mountain_cobblestone_slab": "Cobbled Gneiss Slab",
"block.botania.metamorphic_fungal_cobblestone_slab": "Cobbled Mycelite Slab",
"block.botania.metamorphic_swamp_cobblestone_slab": "Cobbled Cataclasite Slab",
"block.botania.metamorphic_desert_cobblestone_slab": "Cobbled Solite Slab",
"block.botania.metamorphic_taiga_cobblestone_slab": "Cobbled Lunite Slab",
"block.botania.metamorphic_mesa_cobblestone_slab": "Cobbled Rosy Talc Slab",
"block.botania.metamorphic_forest_bricks_slab": "Fuchsite Brick Slab",
"block.botania.metamorphic_plains_bricks_slab": "Talc Brick Slab",
"block.botania.metamorphic_mountain_bricks_slab": "Gneiss Brick Slab",
"block.botania.metamorphic_fungal_bricks_slab": "Mycelite Brick Slab",
"block.botania.metamorphic_swamp_bricks_slab": "Cataclasite Brick Slab",
"block.botania.metamorphic_desert_bricks_slab": "Solite Brick Slab",
"block.botania.metamorphic_taiga_bricks_slab": "Lunite Brick Slab",
"block.botania.metamorphic_mesa_bricks_slab": "Rosy Talc Brick Slab",
"block.botania.metamorphic_forest_stone_wall": "Fuchsite Wall",
"block.botania.metamorphic_plains_stone_wall": "Talc Wall",
"block.botania.metamorphic_mountain_stone_wall": "Gneiss Wall",
"block.botania.metamorphic_fungal_stone_wall": "Mycelite Wall",
"block.botania.metamorphic_swamp_stone_wall": "Cataclasite Wall",
"block.botania.metamorphic_desert_stone_wall": "Solite Wall",
"block.botania.metamorphic_taiga_stone_wall": "Lunite Wall",
"block.botania.metamorphic_mesa_stone_wall": "Rosy Talc Wall",
"block.botania.metamorphic_forest_cobblestone_wall": "Cobbled Fuchsite Wall",
"block.botania.metamorphic_plains_cobblestone_wall": "Cobbled Talc Wall",
"block.botania.metamorphic_mountain_cobblestone_wall": "Cobbled Gneiss Wall",
"block.botania.metamorphic_fungal_cobblestone_wall": "Cobbled Mycelite Wall",
"block.botania.metamorphic_swamp_cobblestone_wall": "Cobbled Cataclasite Wall",
"block.botania.metamorphic_desert_cobblestone_wall": "Cobbled Solite Wall",
"block.botania.metamorphic_taiga_cobblestone_wall": "Cobbled Lunite Wall",
"block.botania.metamorphic_mesa_cobblestone_wall": "Cobbled Rosy Talc Wall",
"block.botania.metamorphic_forest_bricks_wall": "Fuchsite Brick Wall",
"block.botania.metamorphic_plains_bricks_wall": "Talc Brick Wall",
"block.botania.metamorphic_mountain_bricks_wall": "Gneiss Brick Wall",
"block.botania.metamorphic_fungal_bricks_wall": "Mycelite Brick Wall",
"block.botania.metamorphic_swamp_bricks_wall": "Cataclasite Brick Wall",
"block.botania.metamorphic_desert_bricks_wall": "Solite Brick Wall",
"block.botania.metamorphic_taiga_bricks_wall": "Lunite Brick Wall",
"block.botania.metamorphic_mesa_bricks_wall": "Rosy Talc Brick Wall",
"block.botania.white_petal_block": "White Petal Block",
"block.botania.orange_petal_block": "Orange Petal Block",
"block.botania.magenta_petal_block": "Magenta Petal Block",
"block.botania.light_blue_petal_block": "Light Blue Petal Block",
"block.botania.yellow_petal_block": "Yellow Petal Block",
"block.botania.lime_petal_block": "Lime Petal Block",
"block.botania.pink_petal_block": "Pink Petal Block",
"block.botania.gray_petal_block": "Gray Petal Block",