-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathen_us.json
1788 lines (1747 loc) · 231 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
{
"the_bumblezone.the_bumblezone": "The Bumblezone",
"dimension.the_bumblezone.the_bumblezone": "The Bumblezone",
"itemGroup.the_bumblezone": "The Bumblezone",
"itemGroup.the_bumblezone.main_tab": "The Bumblezone",
"death.attack.crystalline_flower": "%1$s was poked to death by a crystalline flower",
"death.attack.crystalline_flower.player": "%1$s was poked to death by a crystalline flower whilst trying to escape %2$s",
"death.attack.architects": "%1$s was killed for trying to escape an Essence Event",
"death.attack.architects.player": "%1$s was killed for trying to escape an Essence Event",
"death.attack.spikes": "%1$s was impaled during an Knowing Essence Event",
"death.attack.spikes.player": "%1$s was impaled during an Knowing Essence Event",
"death.attack.sentry_watcher_crushing": "%1$s was crushed to death by a Sentry Watcher",
"death.attack.sentry_watcher_crushing.player": "%1$s was crushed to death by a Sentry Watcher",
"death.attack.cosmic_crystal": "%1$s was obliterated by the Cosmic Crystal's power",
"death.attack.cosmic_crystal.player": "%1$s was obliterated by the Cosmic Crystal's power",
"block.the_bumblezone.porous_honeycomb_block": "Porous Honeycomb Block",
"block.the_bumblezone.filled_porous_honeycomb_block": "Filled Porous Honeycomb Block",
"block.the_bumblezone.empty_honeycomb_brood_block": "Empty Honeycomb Brood Block",
"block.the_bumblezone.honeycomb_brood_block": "Honeycomb Brood Block",
"block.the_bumblezone.sugar_infused_cobblestone": "Sugar Infused Cobblestone",
"block.the_bumblezone.sugar_infused_stone": "Sugar Infused Stone",
"block.the_bumblezone.sticky_honey_residue": "Sticky Honey Residue",
"block.the_bumblezone.sticky_honey_redstone": "Sticky Honey Redstone",
"block.the_bumblezone.beehive_beeswax": "Beehive Beeswax",
"block.the_bumblezone.honey_crystal": "Honey Crystal",
"block.the_bumblezone.pile_of_pollen": "Pile of Pollen",
"block.the_bumblezone.pile_of_pollen_suspicious": "Suspicious Pile of Pollen",
"block.the_bumblezone.honey_web": "Honey Web",
"block.the_bumblezone.redstone_honey_web": "Redstone Honey Web",
"block.the_bumblezone.honey_cocoon": "Honey Cocoon",
"block.the_bumblezone.royal_jelly_block": "Royal Jelly Block",
"block.the_bumblezone.sugar_water_block": "Sugar Water",
"block.the_bumblezone.honey_fluid_block": "Honey Fluid",
"block.the_bumblezone.royal_jelly_fluid_block": "Royal Jelly Fluid",
"block.the_bumblezone.glistering_honey_crystal": "Glistering Honey Crystal",
"block.the_bumblezone.super_candle_base": "Super Candle Base",
"block.the_bumblezone.super_candle_wick": "Super Candle Wick",
"block.the_bumblezone.super_candle_wick_soul": "Super Candle Soul Wick",
"block.the_bumblezone.super_candle_base_black": "Black Super Candle Base",
"block.the_bumblezone.super_candle_base_blue": "Blue Super Candle Base",
"block.the_bumblezone.super_candle_base_brown": "Brown Super Candle Base",
"block.the_bumblezone.super_candle_base_cyan": "Cyan Super Candle Base",
"block.the_bumblezone.super_candle_base_gray": "Gray Super Candle Base",
"block.the_bumblezone.super_candle_base_green": "Green Super Candle Base",
"block.the_bumblezone.super_candle_base_light_blue": "Light Blue Super Candle Base",
"block.the_bumblezone.super_candle_base_light_gray": "Light Gray Super Candle Base",
"block.the_bumblezone.super_candle_base_lime": "Lime Super Candle Base",
"block.the_bumblezone.super_candle_base_magenta": "Magenta Super Candle Base",
"block.the_bumblezone.super_candle_base_orange": "Orange Super Candle Base",
"block.the_bumblezone.super_candle_base_pink": "Pink Super Candle Base",
"block.the_bumblezone.super_candle_base_purple": "Purple Super Candle Base",
"block.the_bumblezone.super_candle_base_red": "Red Super Candle Base",
"block.the_bumblezone.super_candle_base_white": "White Super Candle Base",
"block.the_bumblezone.super_candle_base_yellow": "Yellow Super Candle Base",
"block.the_bumblezone.potion_candle_base": "Potion Candle Base",
"block.the_bumblezone.carvable_wax": "Carvable Wax",
"block.the_bumblezone.crystalline_flower": "Crystalline Flower",
"block.the_bumblezone.string_curtain_black": "Black String Curtain",
"block.the_bumblezone.string_curtain_blue": "Blue String Curtain",
"block.the_bumblezone.string_curtain_brown": "Brown String Curtain",
"block.the_bumblezone.string_curtain_cyan": "Cyan String Curtain",
"block.the_bumblezone.string_curtain_gray": "Gray String Curtain",
"block.the_bumblezone.string_curtain_green": "Green String Curtain",
"block.the_bumblezone.string_curtain_light_blue": "Light Blue String Curtain",
"block.the_bumblezone.string_curtain_light_gray": "Light Gray String Curtain",
"block.the_bumblezone.string_curtain_lime": "Lime String Curtain",
"block.the_bumblezone.string_curtain_magenta": "Magenta String Curtain",
"block.the_bumblezone.string_curtain_orange": "Orange String Curtain",
"block.the_bumblezone.string_curtain_pink": "Pink String Curtain",
"block.the_bumblezone.string_curtain_purple": "Purple String Curtain",
"block.the_bumblezone.string_curtain_red": "Red String Curtain",
"block.the_bumblezone.string_curtain_white": "White String Curtain",
"block.the_bumblezone.string_curtain_yellow": "Yellow String Curtain",
"block.the_bumblezone.string_curtain.extending_clarification": "Use String to extend String Curtains!",
"block.the_bumblezone.ancient_wax_bricks": "Ancient Wax Bricks",
"block.the_bumblezone.ancient_wax_diamond": "Ancient Wax Diamond",
"block.the_bumblezone.ancient_wax_compound_eyes": "Ancient Wax Compound Eyes",
"block.the_bumblezone.ancient_wax_bricks_stairs": "Ancient Wax Bricks Stairs",
"block.the_bumblezone.ancient_wax_diamond_stairs": "Ancient Wax Diamond Stairs",
"block.the_bumblezone.ancient_wax_compound_eyes_stairs": "Ancient Wax Compound Eyes Stairs",
"block.the_bumblezone.ancient_wax_bricks_slab": "Ancient Wax Bricks Slab",
"block.the_bumblezone.ancient_wax_diamond_slab": "Ancient Wax Diamond Slab",
"block.the_bumblezone.ancient_wax_compound_eyes_slab": "Ancient Wax Compound Eyes Slab",
"block.the_bumblezone.luminescent_wax_channel": "Luminescent Wax Channel",
"block.the_bumblezone.luminescent_wax_channel_red": "Luminescent Wax Channel Red",
"block.the_bumblezone.luminescent_wax_channel_purple": "Luminescent Wax Channel Purple",
"block.the_bumblezone.luminescent_wax_channel_blue": "Luminescent Wax Channel Blue",
"block.the_bumblezone.luminescent_wax_channel_green": "Luminescent Wax Channel Green",
"block.the_bumblezone.luminescent_wax_channel_yellow": "Luminescent Wax Channel Yellow",
"block.the_bumblezone.luminescent_wax_channel_white": "Luminescent Wax Channel White",
"block.the_bumblezone.luminescent_wax_corner": "Luminescent Wax Corner",
"block.the_bumblezone.luminescent_wax_corner_red": "Luminescent Wax Corner Red",
"block.the_bumblezone.luminescent_wax_corner_purple": "Luminescent Wax Corner Purple",
"block.the_bumblezone.luminescent_wax_corner_blue": "Luminescent Wax Corner Blue",
"block.the_bumblezone.luminescent_wax_corner_green": "Luminescent Wax Corner Green",
"block.the_bumblezone.luminescent_wax_corner_yellow": "Luminescent Wax Corner Yellow",
"block.the_bumblezone.luminescent_wax_corner_white": "Luminescent Wax Corner White",
"block.the_bumblezone.luminescent_wax_node": "Luminescent Wax Node",
"block.the_bumblezone.luminescent_wax_node_red": "Luminescent Wax Node Red",
"block.the_bumblezone.luminescent_wax_node_purple": "Luminescent Wax Node Purple",
"block.the_bumblezone.luminescent_wax_node_blue": "Luminescent Wax Node Blue",
"block.the_bumblezone.luminescent_wax_node_green": "Luminescent Wax Node Green",
"block.the_bumblezone.luminescent_wax_node_yellow": "Luminescent Wax Node Yellow",
"block.the_bumblezone.luminescent_wax_node_white": "Luminescent Wax Node White",
"block.the_bumblezone.essence_block_red": "Red Essence Block",
"block.the_bumblezone.essence_block_purple": "Purple Essence Block",
"block.the_bumblezone.essence_block_blue": "Blue Essence Block",
"block.the_bumblezone.essence_block_green": "Green Essence Block",
"block.the_bumblezone.essence_block_yellow": "Yellow Essence Block",
"block.the_bumblezone.essence_block_white": "White Essence Block",
"block.the_bumblezone.heavy_air": "Heavy Air",
"block.the_bumblezone.windy_air": "Windy Air",
"block.the_bumblezone.infinity_barrier": "Infinity Barrier",
"block.the_bumblezone.sugar_water_bubble_column_block": "Sugar Water Bubble Column",
"block.the_bumblezone.dense_bubble_block": "Dense Bubble Block",
"block.minecraft.banner.the_bumblezone.bee.red": "Red Bee",
"block.minecraft.banner.the_bumblezone.bee.orange": "Orange Bee",
"block.minecraft.banner.the_bumblezone.bee.yellow": "Yellow Bee",
"block.minecraft.banner.the_bumblezone.bee.lime": "Lime Bee",
"block.minecraft.banner.the_bumblezone.bee.green": "Green Bee",
"block.minecraft.banner.the_bumblezone.bee.cyan": "Cyan Bee",
"block.minecraft.banner.the_bumblezone.bee.light_blue": "Light Blue Bee",
"block.minecraft.banner.the_bumblezone.bee.blue": "Blue Bee",
"block.minecraft.banner.the_bumblezone.bee.purple": "Purple Bee",
"block.minecraft.banner.the_bumblezone.bee.magenta": "Magenta Bee",
"block.minecraft.banner.the_bumblezone.bee.pink": "Pink Bee",
"block.minecraft.banner.the_bumblezone.bee.brown": "Brown Bee",
"block.minecraft.banner.the_bumblezone.bee.black": "Black Bee",
"block.minecraft.banner.the_bumblezone.bee.gray": "Gray Bee",
"block.minecraft.banner.the_bumblezone.bee.light_gray": "Light Gray Bee",
"block.minecraft.banner.the_bumblezone.bee.white": "White Bee",
"block.minecraft.banner.the_bumblezone.honeycombs.red": "Red Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.orange": "Orange Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.yellow": "Yellow Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.lime": "Lime Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.green": "Green Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.cyan": "Cyan Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.light_blue": "Light Blue Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.blue": "Blue Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.purple": "Purple Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.magenta": "Magenta Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.pink": "Pink Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.brown": "Brown Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.black": "Black Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.gray": "Gray Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.light_gray": "Light Gray Honeycombs",
"block.minecraft.banner.the_bumblezone.honeycombs.white": "White Honeycombs",
"block.minecraft.banner.the_bumblezone.swords.red": "Red Swords",
"block.minecraft.banner.the_bumblezone.swords.orange": "Orange Swords",
"block.minecraft.banner.the_bumblezone.swords.yellow": "Yellow Swords",
"block.minecraft.banner.the_bumblezone.swords.lime": "Lime Swords",
"block.minecraft.banner.the_bumblezone.swords.green": "Green Swords",
"block.minecraft.banner.the_bumblezone.swords.cyan": "Cyan Swords",
"block.minecraft.banner.the_bumblezone.swords.light_blue": "Light Blue Swords",
"block.minecraft.banner.the_bumblezone.swords.blue": "Blue Swords",
"block.minecraft.banner.the_bumblezone.swords.purple": "Purple Swords",
"block.minecraft.banner.the_bumblezone.swords.magenta": "Magenta Swords",
"block.minecraft.banner.the_bumblezone.swords.pink": "Pink Swords",
"block.minecraft.banner.the_bumblezone.swords.brown": "Brown Swords",
"block.minecraft.banner.the_bumblezone.swords.black": "Black Swords",
"block.minecraft.banner.the_bumblezone.swords.gray": "Gray Swords",
"block.minecraft.banner.the_bumblezone.swords.light_gray": "Light Gray Swords",
"block.minecraft.banner.the_bumblezone.swords.white": "White Swords",
"block.minecraft.banner.the_bumblezone.sun.red": "Red Sun",
"block.minecraft.banner.the_bumblezone.sun.orange": "Orange Sun",
"block.minecraft.banner.the_bumblezone.sun.yellow": "Yellow Sun",
"block.minecraft.banner.the_bumblezone.sun.lime": "Lime Sun",
"block.minecraft.banner.the_bumblezone.sun.green": "Green Sun",
"block.minecraft.banner.the_bumblezone.sun.cyan": "Cyan Sun",
"block.minecraft.banner.the_bumblezone.sun.light_blue": "Light Blue Sun",
"block.minecraft.banner.the_bumblezone.sun.blue": "Blue Sun",
"block.minecraft.banner.the_bumblezone.sun.purple": "Purple Sun",
"block.minecraft.banner.the_bumblezone.sun.magenta": "Magenta Sun",
"block.minecraft.banner.the_bumblezone.sun.pink": "Pink Sun",
"block.minecraft.banner.the_bumblezone.sun.brown": "Brown Sun",
"block.minecraft.banner.the_bumblezone.sun.black": "Black Sun",
"block.minecraft.banner.the_bumblezone.sun.gray": "Gray Sun",
"block.minecraft.banner.the_bumblezone.sun.light_gray": "Light Gray Sun",
"block.minecraft.banner.the_bumblezone.sun.white": "White Sun",
"block.minecraft.banner.the_bumblezone.pluses.red": "Red Pluses",
"block.minecraft.banner.the_bumblezone.pluses.orange": "Orange Pluses",
"block.minecraft.banner.the_bumblezone.pluses.yellow": "Yellow Pluses",
"block.minecraft.banner.the_bumblezone.pluses.lime": "Lime Pluses",
"block.minecraft.banner.the_bumblezone.pluses.green": "Green Pluses",
"block.minecraft.banner.the_bumblezone.pluses.cyan": "Cyan Pluses",
"block.minecraft.banner.the_bumblezone.pluses.light_blue": "Light Blue Pluses",
"block.minecraft.banner.the_bumblezone.pluses.blue": "Blue Pluses",
"block.minecraft.banner.the_bumblezone.pluses.purple": "Purple Pluses",
"block.minecraft.banner.the_bumblezone.pluses.magenta": "Magenta Pluses",
"block.minecraft.banner.the_bumblezone.pluses.pink": "Pink Pluses",
"block.minecraft.banner.the_bumblezone.pluses.brown": "Brown Pluses",
"block.minecraft.banner.the_bumblezone.pluses.black": "Black Pluses",
"block.minecraft.banner.the_bumblezone.pluses.gray": "Gray Pluses",
"block.minecraft.banner.the_bumblezone.pluses.light_gray": "Light Gray Pluses",
"block.minecraft.banner.the_bumblezone.pluses.white": "White Pluses",
"block.minecraft.banner.the_bumblezone.peace.red": "Red Peace",
"block.minecraft.banner.the_bumblezone.peace.orange": "Orange Peace",
"block.minecraft.banner.the_bumblezone.peace.yellow": "Yellow Peace",
"block.minecraft.banner.the_bumblezone.peace.lime": "Lime Peace",
"block.minecraft.banner.the_bumblezone.peace.green": "Green Peace",
"block.minecraft.banner.the_bumblezone.peace.cyan": "Cyan Peace",
"block.minecraft.banner.the_bumblezone.peace.light_blue": "Light Blue Peace",
"block.minecraft.banner.the_bumblezone.peace.blue": "Blue Peace",
"block.minecraft.banner.the_bumblezone.peace.purple": "Purple Peace",
"block.minecraft.banner.the_bumblezone.peace.magenta": "Magenta Peace",
"block.minecraft.banner.the_bumblezone.peace.pink": "Pink Peace",
"block.minecraft.banner.the_bumblezone.peace.brown": "Brown Peace",
"block.minecraft.banner.the_bumblezone.peace.black": "Black Peace",
"block.minecraft.banner.the_bumblezone.peace.gray": "Gray Peace",
"block.minecraft.banner.the_bumblezone.peace.light_gray": "Light Gray Peace",
"block.minecraft.banner.the_bumblezone.peace.white": "White Peace",
"block.minecraft.banner.the_bumblezone.eyes.red": "Red Eyes",
"block.minecraft.banner.the_bumblezone.eyes.orange": "Orange Eyes",
"block.minecraft.banner.the_bumblezone.eyes.yellow": "Yellow Eyes",
"block.minecraft.banner.the_bumblezone.eyes.lime": "Lime Eyes",
"block.minecraft.banner.the_bumblezone.eyes.green": "Green Eyes",
"block.minecraft.banner.the_bumblezone.eyes.cyan": "Cyan Eyes",
"block.minecraft.banner.the_bumblezone.eyes.light_blue": "Light Blue Eyes",
"block.minecraft.banner.the_bumblezone.eyes.blue": "Blue Eyes",
"block.minecraft.banner.the_bumblezone.eyes.purple": "Purple Eyes",
"block.minecraft.banner.the_bumblezone.eyes.magenta": "Magenta Eyes",
"block.minecraft.banner.the_bumblezone.eyes.pink": "Pink Eyes",
"block.minecraft.banner.the_bumblezone.eyes.brown": "Brown Eyes",
"block.minecraft.banner.the_bumblezone.eyes.black": "Black Eyes",
"block.minecraft.banner.the_bumblezone.eyes.gray": "Gray Eyes",
"block.minecraft.banner.the_bumblezone.eyes.light_gray": "Light Gray Eyes",
"block.minecraft.banner.the_bumblezone.eyes.white": "White Eyes",
"block.minecraft.banner.the_bumblezone.arrows.red": "Red Arrows",
"block.minecraft.banner.the_bumblezone.arrows.orange": "Orange Arrows",
"block.minecraft.banner.the_bumblezone.arrows.yellow": "Yellow Arrows",
"block.minecraft.banner.the_bumblezone.arrows.lime": "Lime Arrows",
"block.minecraft.banner.the_bumblezone.arrows.green": "Green Arrows",
"block.minecraft.banner.the_bumblezone.arrows.cyan": "Cyan Arrows",
"block.minecraft.banner.the_bumblezone.arrows.light_blue": "Light Blue Arrows",
"block.minecraft.banner.the_bumblezone.arrows.blue": "Blue Arrows",
"block.minecraft.banner.the_bumblezone.arrows.purple": "Purple Arrows",
"block.minecraft.banner.the_bumblezone.arrows.magenta": "Magenta Arrows",
"block.minecraft.banner.the_bumblezone.arrows.pink": "Pink Arrows",
"block.minecraft.banner.the_bumblezone.arrows.brown": "Brown Arrows",
"block.minecraft.banner.the_bumblezone.arrows.black": "Black Arrows",
"block.minecraft.banner.the_bumblezone.arrows.gray": "Gray Arrows",
"block.minecraft.banner.the_bumblezone.arrows.light_gray": "Light Gray Arrows",
"block.minecraft.banner.the_bumblezone.arrows.white": "White Arrows",
"fluid.the_bumblezone.sugar_water_still": "Sugar Water",
"fluid.the_bumblezone.sugar_water_flowing": "Sugar Water",
"fluid.the_bumblezone.honey_fluid_still": "Honey Fluid",
"fluid.the_bumblezone.honey_fluid_flowing": "Honey Fluid",
"fluid.the_bumblezone.royal_jelly_fluid_flowing": "Royal Jelly Fluid",
"fluid_type.the_bumblezone.sugar_water": "Sugar Water",
"fluid_type.the_bumblezone.honey": "Honey Fluid",
"fluid_type.the_bumblezone.royal_jelly": "Royal Jelly Fluid",
"item.the_bumblezone.sugar_water_bucket": "Sugar Water Bucket",
"item.the_bumblezone.sugar_water_bottle": "Sugar Water Bottle",
"item.the_bumblezone.honey_bucket": "Honey Bucket",
"item.the_bumblezone.royal_jelly_bucket": "Royal Jelly Bucket",
"item.the_bumblezone.royal_jelly_bottle": "Royal Jelly Bottle",
"item.the_bumblezone.honey_slime_spawn_egg": "Honey Slime Spawn Egg",
"item.the_bumblezone.variant_bee_spawn_egg": "Variant Bee Spawn Egg",
"item.the_bumblezone.beehemoth_spawn_egg": "Beehemoth Spawn Egg",
"item.the_bumblezone.bee_queen_spawn_egg": "Bee Queen Spawn Egg",
"item.the_bumblezone.rootmin_spawn_egg": "Rootmin Spawn Egg",
"item.the_bumblezone.sentry_watcher_spawn_egg": "Sentry Watcher Spawn Egg",
"item.the_bumblezone.honey_crystal_shards": "Honey Crystal Shards",
"item.the_bumblezone.honey_crystal_shield": "Honey Crystal Shield",
"item.the_bumblezone.honey_crystal_shield.level_tooltip": "Shield Level",
"item.the_bumblezone.banner_pattern_bee": "Banner Pattern",
"item.the_bumblezone.banner_pattern_bee.desc": "Bee",
"item.the_bumblezone.banner_pattern_honeycombs": "Banner Pattern",
"item.the_bumblezone.banner_pattern_honeycombs.desc": "Honeycombs",
"item.the_bumblezone.banner_pattern_swords": "Banner Pattern",
"item.the_bumblezone.banner_pattern_swords.desc": "Swords",
"item.the_bumblezone.banner_pattern_sun": "Banner Pattern",
"item.the_bumblezone.banner_pattern_sun.desc": "Sun",
"item.the_bumblezone.banner_pattern_pluses": "Banner Pattern",
"item.the_bumblezone.banner_pattern_pluses.desc": "Pluses",
"item.the_bumblezone.banner_pattern_peace": "Banner Pattern",
"item.the_bumblezone.banner_pattern_peace.desc": "Peace",
"item.the_bumblezone.banner_pattern_eyes": "Banner Pattern",
"item.the_bumblezone.banner_pattern_eyes.desc": "Eyes",
"item.the_bumblezone.banner_pattern_arrows": "Banner Pattern",
"item.the_bumblezone.banner_pattern_arrows.desc": "Arrows",
"item.the_bumblezone.music_disc_flight_of_the_bumblebee_rimsky_korsakov": "Music Disc",
"item.the_bumblezone.music_disc_honey_bee_rat_faced_boy": "Music Disc",
"item.the_bumblezone.music_disc_honey_bee_rat_faced_boy.download": "https://acidburp.bandcamp.com/track/honey-bee",
"item.the_bumblezone.music_disc_la_bee_da_loca": "Music Disc",
"item.the_bumblezone.music_disc_la_bee_da_loca.download": "https://ludocrypt.bandcamp.com/track/la-bee-da-loca",
"item.the_bumblezone.music_disc_bee_laxing_with_the_hom_bees": "Music Disc",
"item.the_bumblezone.music_disc_bee_laxing_with_the_hom_bees.download": "https://ludocrypt.bandcamp.com/track/bee-laxing-with-the-hom-bees",
"item.the_bumblezone.music_disc_bee_ware_of_the_temple": "Music Disc",
"item.the_bumblezone.music_disc_bee_ware_of_the_temple.download": "https://ludocrypt.bandcamp.com/track/bee-ware-of-the-temple",
"item.the_bumblezone.music_disc_knowing_renren": "Music Disc",
"item.the_bumblezone.music_disc_radiance_renren": "Music Disc",
"item.the_bumblezone.music_disc_life_renren": "Music Disc",
"item.the_bumblezone.music_disc_a_last_first_last": "Music Disc",
"item.the_bumblezone.music_disc_a_last_first_last.download": "https://punpudle.bandcamp.com/track/a-last-first-last-white-sempiternal-sanctum",
"item.the_bumblezone.music_disc_drowning_in_despair": "Music Disc",
"item.the_bumblezone.music_disc_drowning_in_despair.download": "https://punpudle.bandcamp.com/track/drowning-in-despair-blue-sempiternal-sanctum",
"item.the_bumblezone.music_disc_beenna_box": "Music Disc",
"item.the_bumblezone.music_disc_beenna_box.download": "https://punpudle.bandcamp.com/track/beenna-box-red-sempiternal-sanctum",
"item.the_bumblezone.pollen_puff": "Pollen Puff",
"item.the_bumblezone.dirt_pellet": "Dirt Pellet",
"item.the_bumblezone.bee_bread": "Bee Bread",
"item.the_bumblezone.bee_soup": "Bee Soup",
"item.the_bumblezone.buzzing_briefcase": "Buzzing Briefcase",
"item.the_bumblezone.buzzing_briefcase_bee_name": "Name: %s",
"item.the_bumblezone.buzzing_briefcase_bee_type": "Type: %s",
"item.the_bumblezone.buzzing_briefcase_bee_registry_name": "Registry Name: %s",
"item.the_bumblezone.buzzing_briefcase_release": "Release %s",
"item.the_bumblezone.buzzing_briefcase_health_1": "Consume §6Honey Bottle",
"item.the_bumblezone.buzzing_briefcase_health_2": "to heal 2 health",
"item.the_bumblezone.buzzing_briefcase_health_missing_item": "No §6Honey Bottle§f in inventory",
"item.the_bumblezone.buzzing_briefcase_stinger_1": "Consume §6Bee Stinger",
"item.the_bumblezone.buzzing_briefcase_stinger_2": "to put stinger back on",
"item.the_bumblezone.buzzing_briefcase_stinger_missing_item": "No §6Bee Stinger§f in inventory",
"item.the_bumblezone.buzzing_briefcase_grow_up_1": "Consume §6Honey Bottle",
"item.the_bumblezone.buzzing_briefcase_grow_up_2": "to grow baby to adult",
"item.the_bumblezone.buzzing_briefcase_grow_up_missing_item": "No §6Honey Bottle§f in inventory",
"item.the_bumblezone.buzzing_briefcase_pollen_1": "Consume §6Pollen Puff",
"item.the_bumblezone.buzzing_briefcase_pollen_2": "to pollinate the bee",
"item.the_bumblezone.buzzing_briefcase_pollen_missing_item": "No §6Pollen Puff§f in inventory",
"item.the_bumblezone.bee_stinger": "Bee Stinger",
"item.the_bumblezone.stinger_spear": "Stinger Spear",
"item.the_bumblezone.honey_compass": "Honey Compass",
"item.the_bumblezone.honey_compass_structure": "Honey Compass - Cell Maze",
"item.the_bumblezone.honey_compass_structure_loading": "Honey Compass - Searching for a structure...",
"item.the_bumblezone.honey_compass_structure_failed": "Honey Compass - Structure locating failed...",
"item.the_bumblezone.honey_compass_structure_creative": "Honey Compass - New Compass Spawned",
"item.the_bumblezone.honey_compass_structure_wrong_dimension": "Honey Compass - Wrong dimension for structure search...",
"item.the_bumblezone.honey_compass_structure_failed_description": "Right click to retry search.",
"item.the_bumblezone.honey_compass_block": "Honey Compass - %s",
"item.the_bumblezone.honey_compass_throne_structure": "Honey Compass - Throne Pillar!",
"item.the_bumblezone.honey_compass_unknown_block": "Unknown Block",
"item.the_bumblezone.honey_compass_description1": "Right click the air in Bumblezone",
"item.the_bumblezone.honey_compass_description2": "to locate a Cell Maze structure!",
"item.the_bumblezone.honey_compass_description3": "Or right click a Beehive/Bee Nest",
"item.the_bumblezone.honey_compass_description4": "to lock compass on its position!",
"item.the_bumblezone.honey_compass_distance": "Distance to target: %s",
"item.the_bumblezone.honey_compass_structure_description1": "Right click a Beehive/Bee Nest to",
"item.the_bumblezone.honey_compass_structure_description2": "switch to block position mode!",
"item.the_bumblezone.honey_compass_structure_description3": "Compass will point to block's position.",
"item.the_bumblezone.honey_compass_block_description1": "Right click the air in Bumblezone to",
"item.the_bumblezone.honey_compass_block_description2": "switch to locating a Cell Maze structure!",
"item.the_bumblezone.honey_compass_block_description3": "Or right click a Beehive/Bee Nest block",
"item.the_bumblezone.honey_compass_block_description4": "to lock onto its position!",
"item.the_bumblezone.honey_compass_throne_description": "§o§6Follow this compass! The Queen awaits!",
"item.the_bumblezone.honey_compass_mystery_structure": "Honey Compass - Mystery Structure",
"item.the_bumblezone.honey_compass_mystery_structure_description": "Where does this leads to?",
"item.the_bumblezone.honey_compass_lesser_mystery_structure": "Honey Compass - Lesser Mystery Structure",
"item.the_bumblezone.honey_compass_lesser_mystery_structure_description": "Where does this leads to?",
"item.the_bumblezone.honey_compass_sanctum_structure": "Honey Compass - Sempiternal Sanctum",
"item.the_bumblezone.honey_compass_red_sanctum_structure_description": "Growling voices orders you to follow...",
"item.the_bumblezone.honey_compass_purple_sanctum_structure_description": "A wise voice advises you to follow...",
"item.the_bumblezone.honey_compass_blue_sanctum_structure_description": "A smoothing voice lures you into following...",
"item.the_bumblezone.honey_compass_green_sanctum_structure_description": "Whispering voices asks you to follow...",
"item.the_bumblezone.honey_compass_yellow_sanctum_structure_description": "Electrifying voices beckons you to follow...",
"item.the_bumblezone.honey_compass_white_sanctum_structure_description": "Familiar voices begs you to follow...",
"item.the_bumblezone.bee_cannon": "Bee Cannon",
"item.the_bumblezone.crystal_cannon": "Crystal Cannon",
"item.the_bumblezone.flower_headwear": "Flower Headwear",
"item.the_bumblezone.stingless_bee_helmet_1": "Stingless Bee Helmet",
"item.the_bumblezone.stingless_bee_helmet_2": "Stingless Bee Helmet",
"item.the_bumblezone.bumble_bee_chestplate_1": "Bumble Bee Chestplate",
"item.the_bumblezone.bumble_bee_chestplate_2": "Bumble Bee Chestplate",
"item.the_bumblezone.bumble_bee_chestplate_trans_1": "Trans Bumble Bee Chestplate",
"item.the_bumblezone.bumble_bee_chestplate_trans_2": "Trans Bumble Bee Chestplate",
"item.the_bumblezone.honey_bee_leggings_1": "Honey Bee Leggings",
"item.the_bumblezone.honey_bee_leggings_2": "Honey Bee Leggings",
"item.the_bumblezone.carpenter_bee_boots_1": "Carpenter Bee Boots",
"item.the_bumblezone.carpenter_bee_boots_2": "Carpenter Bee Boots",
"item.the_bumblezone.essence_of_the_bees": "Essence of the Bees",
"item.the_bumblezone.essence_of_the_bees.already_essenced": "You are already imbued with bee's essence",
"item.the_bumblezone.super_candle": "Super Candle",
"item.the_bumblezone.super_candle_black": "Black Super Candle",
"item.the_bumblezone.super_candle_blue": "Blue Super Candle",
"item.the_bumblezone.super_candle_brown": "Brown Super Candle",
"item.the_bumblezone.super_candle_cyan": "Cyan Super Candle",
"item.the_bumblezone.super_candle_gray": "Gray Super Candle",
"item.the_bumblezone.super_candle_green": "Green Super Candle",
"item.the_bumblezone.super_candle_light_blue": "Light Blue Super Candle",
"item.the_bumblezone.super_candle_light_gray": "Light Gray Super Candle",
"item.the_bumblezone.super_candle_lime": "Lime Super Candle",
"item.the_bumblezone.super_candle_magenta": "Magenta Super Candle",
"item.the_bumblezone.super_candle_orange": "Orange Super Candle",
"item.the_bumblezone.super_candle_pink": "Pink Super Candle",
"item.the_bumblezone.super_candle_purple": "Purple Super Candle",
"item.the_bumblezone.super_candle_red": "Red Super Candle",
"item.the_bumblezone.super_candle_white": "White Super Candle",
"item.the_bumblezone.super_candle_yellow": "Yellow Super Candle",
"item.the_bumblezone.potion_candle": "Potion Candle",
"item.the_bumblezone.potion_candle.status_effect": "Effect: %s",
"item.the_bumblezone.potion_candle.amplifier": "Level: %s",
"item.the_bumblezone.potion_candle.max_duration": "Burn Time: %s",
"item.the_bumblezone.potion_candle.infinite": "Infinite",
"item.the_bumblezone.potion_candle.apply_interval": "Apply Interval: %s",
"item.the_bumblezone.potion_candle.range": "Range: %s",
"item.the_bumblezone.potion_candle.lingering_time": "Lingering Time: %s",
"item.the_bumblezone.crystalline_flower_info_1": "Tier: %s",
"item.the_bumblezone.crystalline_flower_info_2": "XP: %s",
"item.the_bumblezone.crystalline_flower_cannot_place": "Not enough room for flower!",
"item.the_bumblezone.essence_raging": "Essence of Raging",
"item.the_bumblezone.essence_raging_description_1": "Kill highlighted mobs for increasing Strength!",
"item.the_bumblezone.essence_raging_description_2": "Resets Strength on any kill at maximum Strength.",
"item.the_bumblezone.essence_knowing": "Essence of Knowing",
"item.the_bumblezone.essence_knowing_description_1": "Knowledge is knowing all...",
"item.the_bumblezone.essence_knowing_description_2": "Highlights mobs and certain block entities",
"item.the_bumblezone.essence_calming": "Essence of Calming",
"item.the_bumblezone.essence_calming_description_1": "Do away with anger and strife. Stay calm",
"item.the_bumblezone.essence_calming_description_2": "Calmness wears off if attacking/attacked",
"item.the_bumblezone.essence_calming_description_3": "Sprinting depletes power quickly...",
"item.the_bumblezone.essence_life": "Essence of Life",
"item.the_bumblezone.essence_life_description_1": "Let life flourish for all",
"item.the_bumblezone.essence_life_description_2": "Heal allies and pets. Grow crops nearby",
"item.the_bumblezone.essence_radiance": "Essence of Radiance",
"item.the_bumblezone.essence_radiance_description_1": "PRAISE THE SUN!!!",
"item.the_bumblezone.essence_radiance_description_2": "Sun heals armor and grants status benefits",
"item.the_bumblezone.essence_continuity": "Essence of Continuity",
"item.the_bumblezone.essence_continuity_description_1": "Death does not kill...",
"item.the_bumblezone.essence_continuity_description_2": "Teleport back to respawn on would-be death",
"item.the_bumblezone.essence_continuity_written_book_body": "§4§lNear death date:§r\n%s\n\n§4§lIncident location:§r\n%s, %s, %s\n%s\n\n§4§lCauser:§r\n%s\n\n§4§lDeath prevented:§r\n%s",
"item.the_bumblezone.essence_continuity_written_book_body_no_causer": "§4§lNear death date:§r\n%s\n\n§4§lIncident location:§r\n%s, %s, %s\n%s\n\n§4§lDeath prevented:§r\n%s",
"item.the_bumblezone.essence_active": "Active",
"item.the_bumblezone.essence_ready": "Ready",
"item.the_bumblezone.essence_depleted": "Depleted",
"item.the_bumblezone.essence_locked": "Locked (Cannot use)",
"item.the_bumblezone.essence_locked_description_1": "You need to consume Essence of the Bees first by",
"item.the_bumblezone.essence_locked_description_2": "completing all of Bumblezone's Queen's Desire advancements",
"item.the_bumblezone.essence_usage": "%s/%s power",
"item.the_bumblezone.essence_cooldown": "Cooldown time remaining: %ss",
"item.the_bumblezone.essence_knowing_separator": "%s, %s",
"item.the_bumblezone.essence_knowing_within_text": "Within structure:",
"item.the_bumblezone.essence_knowing_within_text_plural": "Within structures:",
"item.the_bumblezone.essence_radiance_durability_text": " %s/%s",
"item.the_bumblezone.essence_radiance_durability_low_text": "⚠%s/%s⚠",
"item.the_bumblezone.essence_radiance_advanced_text": " durability",
"item.the_bumblezone.essence_radiance_helmet_text": " %s%s",
"item.the_bumblezone.essence_radiance_chestplate_text": " %s%s",
"item.the_bumblezone.essence_radiance_leggings_text": " %s%s",
"item.the_bumblezone.essence_radiance_boots_text": " %s%s",
"item.minecraft.potion.effect.neurotoxin": "Potion of Neurotoxin",
"item.minecraft.potion.effect.long_neurotoxin": "Potion of Neurotoxin",
"item.minecraft.splash_potion.effect.neurotoxin": "Splash Potion of Neurotoxin",
"item.minecraft.splash_potion.effect.long_neurotoxin": "Splash Potion of Neurotoxin",
"item.minecraft.lingering_potion.effect.neurotoxin": "Lingering Potion of Neurotoxin",
"item.minecraft.lingering_potion.effect.long_neurotoxin": "Lingering Potion of Neurotoxin",
"item.minecraft.tipped_arrow.effect.neurotoxin": "Arrow of Neurotoxin",
"item.minecraft.tipped_arrow.effect.long_neurotoxin": "Arrow of Neurotoxin",
"jukebox_song.the_bumblezone.flight_of_the_bumblebee_rimsky_korsakov": "Rimsky Korsakov - Flight of the Bumblebee",
"jukebox_song.the_bumblezone.honey_bee_rat_faced_boy": "Rat Faced Boy - Honey Bee",
"jukebox_song.the_bumblezone.la_bee_da_loca": "LudoCrypt - La Bee-da Loca",
"jukebox_song.the_bumblezone.bee_laxing_with_the_hom_bees": "LudoCrypt - Bee-laxing with the Hom-bees",
"jukebox_song.the_bumblezone.bee_ware_of_the_temple": "LudoCrypt - Bee-ware of the Temple",
"jukebox_song.the_bumblezone.knowing_renren": "RenRen - Knowing",
"jukebox_song.the_bumblezone.radiance_renren": "RenRen - Radiance",
"jukebox_song.the_bumblezone.life_renren": "RenRen - Life",
"jukebox_song.the_bumblezone.a_last_first_last": "Punpudle - A Last First Last",
"jukebox_song.the_bumblezone.drowning_in_despair": "Punpudle - Drowning in Despair",
"jukebox_song.the_bumblezone.beenna_box": "Punpudle - Beenna Box",
"entity.the_bumblezone.rootmin": "Rootmin",
"entity.the_bumblezone.variant_bee": "Bee Variant",
"entity.the_bumblezone.honey_slime": "Honey Slime",
"entity.the_bumblezone.beehemoth": "Beehemoth",
"entity.the_bumblezone.beehemoth_queen": "Queen Beehemoth",
"entity.the_bumblezone.beehemoth_friendship_progress": "Friendship: %s/1000",
"entity.the_bumblezone.bee_queen": "Bee Queen",
"entity.the_bumblezone.pollen_puff": "Pollen Puff",
"entity.the_bumblezone.dirt_pellet": "Dirt Pellet",
"entity.the_bumblezone.thrown_stinger_spear": "Stinger Spear",
"entity.the_bumblezone.bee_stinger": "Bee Stinger",
"entity.the_bumblezone.honey_crystal_shard": "Honey Crystal Shard",
"entity.the_bumblezone.sentry_watcher": "Sentry Watcher",
"entity.the_bumblezone.electric_ring_entity": "Electric Ring Entity",
"entity.the_bumblezone.purple_spike_entity": "Purple Spike Entity",
"entity.the_bumblezone.cosmic_crystal_entity": "Cosmic Crystal Entity",
"entity.the_bumblezone.bee_queen.advancements_warning": "To reset Queen's Desire advancements, right click again with empty hand",
"entity.the_bumblezone.bee_queen.reset_advancements": "Queen's Desire advancements have been reset!",
"entity.the_bumblezone.bee_queen.mention_reset": "Congrats on your accomplishments! To redo the Queen's Desire quest-line, right click Bee Queen with empty hand to reset those advancements",
"entity.the_bumblezone.bee_queen.mention_bonus_trade": "BZZZ! (Queen wants %s for next %s minutes)",
"entity.the_bumblezone.bee_queen.mention_special_day_trade": "BZZZ! (Queen wants %s!)",
"entity.the_bumblezone.bee_queen.mention_bonus_trade_inventory": "Bzz! BZZZ! (Queen wants %s from your inventory!)",
"entity.the_bumblezone.bee_queen.mention_bonus_trade_satisfied": "Bzzz..! (The Queen is satisfied now)",
"entity.the_bumblezone.bee_queen.mention_bonus_trade_performed": "Trade Bonus! %sx the rewards!",
"entity.the_bumblezone.bee_queen.mention_regular_trade_held": "Bzz? (Queen is interested in your held item)",
"entity.the_bumblezone.bee_queen.halloween_trade_performed": "Trick or Treat!",
"entity.the_bumblezone.bee_queen.christmas_trade_performed": "Merry Christmas!",
"entity.the_bumblezone.bee_queen.forth_of_july_trade_performed": "Happy 4th of July!",
"entity.the_bumblezone.bee_queen.thanksgiving_trade_performed": "Happy Thanksgiving!",
"entity.the_bumblezone.bee_queen.easter_trade_performed": "Happy Easter!",
"entity.the_bumblezone.bee_queen.new_year_trade_performed": "Happy New Year!",
"enchantment.the_bumblezone.comb_cutter": "Comb Cutter",
"enchantment.the_bumblezone.comb_cutter.desc": "Mines combs, hives, nest, and wax blocks faster. \nDoubles output of any BeeNest or BeeHive blocks.",
"enchantment_lore.the_bumblezone:comb_cutter.description": "Mines combs, hives, nest, and wax blocks faster. Doubles output of any BeeNest or BeeHive blocks.",
"enchantment_lore_forge.the_bumblezone:comb_cutter.description": "Mines combs, hives, nest, and wax blocks faster. Doubles output of any BeeNest or BeeHive blocks.",
"enchantment.the_bumblezone.potent_poison": "Potent Poison",
"enchantment.the_bumblezone.potent_poison.desc": "Inflict poison when it hits a non-undead mob. \nHigher level increase duration and poison level.",
"enchantment_lore.the_bumblezone:potent_poison.description": "Inflict poison when it hits a non-undead mob. Higher level increase duration and poison level.",
"enchantment_lore_forge.the_bumblezone:potent_poison.description": "Inflict poison when it hits a non-undead mob. Higher level increase duration and poison level.",
"enchantment.the_bumblezone.neurotoxins": "Neurotoxins",
"enchantment.the_bumblezone.neurotoxins.desc": "Chance to inflict Paralyzed on non-undead mob and non-iron/snow golems. \nHigher health mobs decreases paralyzed chance.",
"enchantment_lore.the_bumblezone:neurotoxins.description": "Chance to inflict Paralyzed on non-undead mob and non-iron/snow golems. Higher health mobs decreases paralyzed chance.",
"enchantment_lore_forge.the_bumblezone:neurotoxins.description": "Chance to inflict Paralyzed on non-undead mob and non-iron/snow golems. Higher health mobs decreases paralyzed chance.",
"biome.the_bumblezone.sugar_water_floor": "Sugar Water Floor",
"biome.the_bumblezone.hive_wall": "Hive Wall",
"biome.the_bumblezone.hive_pillar": "Hive Pillar",
"biome.the_bumblezone.pollinated_fields": "Pollinated Fields",
"biome.the_bumblezone.pollinated_pillar": "Pollinated Pillar",
"biome.the_bumblezone.crystal_canyon": "Crystal Canyon",
"biome.the_bumblezone.floral_meadow": "Floral Meadows",
"biome.the_bumblezone.howling_constructs": "Howling Constructs",
"biome.the_bumblezone.bumbling_beepartments": "Bumbling Beepartments",
"structure.the_bumblezone.ancient_hoops": "Ancient Hoops",
"structure.the_bumblezone.ancient_shrine": "Ancient Shrine",
"structure.the_bumblezone.battle_cubes": "Battle Cubes",
"structure.the_bumblezone.bee_house": "Bee House",
"structure.the_bumblezone.bumbling_beepartments": "Bumbling Beepartments",
"structure.the_bumblezone.candle_parkour": "Candle Parkour",
"structure.the_bumblezone.cannon_range": "Cannon Range",
"structure.the_bumblezone.cell_maze": "Cell Maze",
"structure.the_bumblezone.cherry_veteran_tree": "Cherry Veteran Tree",
"structure.the_bumblezone.dance_floor": "Dance Floor",
"structure.the_bumblezone.gazebuzz_cluster": "Gazebuzz Cluster",
"structure.the_bumblezone.goliath_honey_fountain": "Goliath Honey Fountain",
"structure.the_bumblezone.hanging_garden": "Hanging Garden",
"structure.the_bumblezone.hive_temple": "Hive Temple",
"structure.the_bumblezone.honey_cave_room": "Honey Cave Room",
"structure.the_bumblezone.honey_fountain": "Honey Fountain",
"structure.the_bumblezone.honey_slime_rance": "Honey Slime Ranch",
"structure.the_bumblezone.honitel": "Honitel",
"structure.the_bumblezone.ice_monolith": "Ice Monolith",
"structure.the_bumblezone.mite_fortress": "Mite Fortress",
"structure.the_bumblezone.overgrown_flower": "Overgrown Flower",
"structure.the_bumblezone.phantasm_aviary": "Phantasm Aviary",
"structure.the_bumblezone.pirate_ship": "Pirate Ship",
"structure.the_bumblezone.pollinated_stream": "Pollinated Stream",
"structure.the_bumblezone.sempiternal_sanctum_red": "Red Sempiternal Sanctum",
"structure.the_bumblezone.sempiternal_sanctum_purple": "Purple Sempiternal Sanctum",
"structure.the_bumblezone.sempiternal_sanctum_blue": "Blue Sempiternal Sanctum Blue",
"structure.the_bumblezone.sempiternal_sanctum_green": "Green Sempiternal Sanctum",
"structure.the_bumblezone.sempiternal_sanctum_yellow": "Yellow Sempiternal Sanctum",
"structure.the_bumblezone.sempiternal_sanctum_white": "White Sempiternal Sanctum",
"structure.the_bumblezone.stinger_spear_shrine": "Stinger Spear Shrine",
"structure.the_bumblezone.subway": "Subway",
"structure.the_bumblezone.throne_pillar": "Throne Pillar",
"effect.the_bumblezone.wrath_of_the_hive": "Wrath of the Hive",
"effect.the_bumblezone.protection_of_the_hive": "Protection of the Hive",
"effect.the_bumblezone.beenergized": "Beenergized",
"effect.the_bumblezone.hidden": "Hidden",
"effect.the_bumblezone.paralyzed": "Paralyzed",
"effect.the_bumblezone.wrath_of_the_hive.description": "Will strengthen and make all nearby bees in The Bumblezone dimension angry at you! \n\nNearby Honeycomb Brood Blocks will begin to have accelerated growth and spawn bees quicker as well. \nThis effect is obtained when hurting a Bee or Bee Queen, taking honey from Filled Porous Honeycomb Blocks, killing a Honeycomb Brood Block, mining a Honey Block or entering Cell Maze without Protection of the Hive effect.\n\nAfter consuming Essence of the Bees item, Wrath is only obtainable by hurting Bee, bee Queen, or killing Honeycomb Brood Block. This effect is unobtainable for players in Peaceful mode.",
"effect.the_bumblezone.protection_of_the_hive.description": "Calms all nearby bees that were angry at whoever has this effect. \n\nIf an entity with this effect is hit, nearby bees will become angry at the attacker! \n\nAlso protects against getting Wrath of the Hive effect from any source at cost of losing this status effect. \nThis effect is sometimes obtained when feeding bees, Beehemoth, or Honeycomb Brood Blocks some honey-based foods.",
"effect.the_bumblezone.beenergized.description": "Increase flying speed of most flying mobs. Players with Bumblebee Chestplate can fly farther and longer.\n\nThis effect is typically obtained when consuming Bee Bread, Bee Soup, or Royal Jelly Bottle.\n\nAfter consuming Essence of the Bees, standing on lit Luminescence Wax or in Royal Jelly Fluid gives short-lived Beenergized effect.",
"effect.the_bumblezone.hidden.description": "Reduces range of initial detection by hostile mobs. Also good for making swarms of angry bees lose track of you. \nThis effect is obtained when hiding in Pile of Pollen blocks.",
"effect.the_bumblezone.paralyzed.description": "Sets the mob to be immobile which will usually disable the mob's AI and movements. \n\nSome mobs may still be able to resist the effect and do actions such as Witches drinking potions.\n\nThis effect is obtained when hit by a weapon that has Neurotoxins Enchantment, hit a ton by Bee Stinger projectiles, or rarely when drinking Bee Soup.",
"subtitles.entity.the_bumblezone.beehemoth.hurt": "Beehemoth hurt",
"subtitles.entity.the_bumblezone.beehemoth.dies": "Beehemoth died",
"subtitles.entity.the_bumblezone.beehemoth.loop": "Beehemoth buzzing",
"subtitles.entity.the_bumblezone.sentry_watcher.crash": "Sentry Watcher crashes",
"subtitles.entity.the_bumblezone.sentry_watcher.activating": "Sentry Watcher activates",
"subtitles.entity.the_bumblezone.sentry_watcher.moving": "Sentry Watcher charging",
"subtitles.entity.the_bumblezone.bee_queen.hurt": "Bee Queen hurt",
"subtitles.entity.the_bumblezone.bee_queen.dies": "Bee Queen died",
"subtitles.entity.the_bumblezone.bee_queen.loop": "Bee Queen buzzing",
"subtitles.entity.the_bumblezone.bee_queen.happy": "Bee Queen purring",
"subtitles.entity.the_bumblezone.honey_slime.attack": "Honey Slime attacks",
"subtitles.entity.the_bumblezone.honey_slime.hurt": "Honey Slime hurts",
"subtitles.entity.the_bumblezone.honey_slime.death": "Honey Slime dies",
"subtitles.entity.the_bumblezone.honey_slime.squish": "Honey Slime squishes",
"subtitles.entity.the_bumblezone.honey_slime.jump": "Honey Slime jumps",
"subtitles.entity.the_bumblezone.honey_slime.hurt_small": "Honey Slime hurts",
"subtitles.entity.the_bumblezone.honey_slime.death_small": "Honey Slime dies",
"subtitles.entity.the_bumblezone.honey_slime.squish_small": "Honey Slime squishes",
"subtitles.entity.the_bumblezone.honey_slime.jump_small": "Honey Slime attacks",
"subtitles.entity.the_bumblezone.rootmin.cursing": "Rootmin curses",
"subtitles.entity.the_bumblezone.rootmin.shock": "Rootmin startles",
"subtitles.entity.the_bumblezone.rootmin.shoot": "Rootmin shoots",
"subtitles.entity.the_bumblezone.pollen_puff.throw": "Pollen Puff flies",
"subtitles.entity.the_bumblezone.dirt_pellet.throw": "Dirt Pellet flies",
"subtitles.entity.the_bumblezone.dirt_pellet.hit": "Dirt Pellet hits",
"subtitles.entity.the_bumblezone.cosmic_crystal_entity.laser": "Cosmic Crystal Fires",
"subtitles.entity.the_bumblezone.cosmic_crystal_entity.laser_charge": "Cosmic Crystal Charges",
"subtitles.entity.the_bumblezone.cosmic_crystal_entity.crash_charge": "Cosmic Crystal Tracks",
"subtitles.entity.the_bumblezone.cosmic_crystal_entity.crashes": "Cosmic Crystal Crashes",
"subtitles.entity.the_bumblezone.cosmic_crystal_entity.spin": "Cosmic Crystal Spins",
"subtitles.entity.the_bumblezone.cosmic_crystal_entity.spawn_explosion": "Cosmic Crystal Spawns",
"subtitles.entity.the_bumblezone.stinger_spear.hit": "Stinger Spear stabs",
"subtitles.entity.the_bumblezone.stinger_spear.hit_ground": "Stinger Spear vibrates",
"subtitles.entity.the_bumblezone.stinger_spear.return": "Stinger Spear returns",
"subtitles.entity.the_bumblezone.stinger_spear.throw": "Stinger Spear zooms",
"subtitles.entity.the_bumblezone.bee_stinger.hit": "Bee Stinger hits",
"subtitles.entity.the_bumblezone.honey_crystal_shard.hit": "Honey Crystal Shard hits",
"subtitles.entity.the_bumblezone.honey_crystal_shard.shatter": "Honey Crystal Shard shatters",
"subtitles.item.the_bumblezone.bumble_bee_chestplate.fly": "Player buzzing",
"subtitles.item.the_bumblezone.honey_compass.block_lock": "Honey Compass locks onto a block",
"subtitles.item.the_bumblezone.honey_compass.structure_lock": "Honey Compass locks onto a structure",
"subtitles.item.the_bumblezone.bee_cannon.fire": "Bee Cannon fires",
"subtitles.item.the_bumblezone.buzzing_briefcase.releases": "Buzzing Briefcase releases",
"subtitles.item.the_bumblezone.crystal_cannon.fire": "Crystal Cannon fires",
"subtitles.item.the_bumblezone.sugar_water_bottle.drink": "Gulping",
"subtitles.item.the_bumblezone.royal_jelly_bottle.drink": "Gulping",
"subtitles.item.the_bumblezone.essence_of_the_bees.consumed": "Bee essence empowers",
"subtitles.item.the_bumblezone.essence_of_the_bees.consuming": "Bee essence resonates",
"subtitles.block.the_bumblezone.washing_honey_residues": "Honey Residue washes",
"subtitles.block.the_bumblezone.royal_jelly_block.slide": "Sliding down a royal jelly block",
"subtitles.block.the_bumblezone.crystalline_flower.use": "Crystalline Flower enchants",
"subtitles.block.the_bumblezone.honey_crystal_block.chime": "Honey crystal chimes",
"subtitles.block.the_bumblezone.windy_air.blows": "Wind blows",
"key.categories.the_bumblezone": "The Bumblezone",
"key.the_bumblezone.beehemoth_down": "Beehemoth Fly Down",
"key.the_bumblezone.beehemoth_up": "Beehemoth Fly Up",
"stat.the_bumblezone.carpenter_bee_boots_mined_blocks": "Bz: Carpenter Boots Mined Blocks",
"stat.the_bumblezone.carpenter_bee_boots_wall_hang_time": "Bz: Carpenter Boots Hanging Time",
"stat.the_bumblezone.stingless_bee_helmet_bee_rider": "Bz: Stingless Helmet Bee Time",
"stat.the_bumblezone.bumble_bee_chestplate_fly_time": "Bz: Bumble Chestplate Fly Time",
"stat.the_bumblezone.honey_bee_leggings_flower_pollen": "Bz: Honey Leg Flower Pollen",
"stat.the_bumblezone.interact_with_crystalline_flower": "Bz: Crystalline Flower UI Opened",
"stat.the_bumblezone.interact_with_buzzing_briefcase": "Bz: Buzzing Briefcase UI Opened",
"stat.the_bumblezone.buzzing_briefcase_bee_capture": "Bz: Buzzing Briefcase Captured Bees",
"stat.the_bumblezone.windy_air_time": "Bz: Time Spent In Windy Air",
"stat.the_bumblezone.raging_event_defeated": "Bz: Essence Event Raging Defeated",
"stat.the_bumblezone.radiance_event_defeated": "Bz: Essence Event Radiance Defeated",
"stat.the_bumblezone.life_event_defeated": "Bz: Essence Event Life Defeated",
"stat.the_bumblezone.calming_event_defeated": "Bz: Essence Event Calming Defeated",
"stat.the_bumblezone.knowing_event_defeated": "Bz: Essence Event Knowing Defeated",
"stat.the_bumblezone.continuity_event_defeated": "Bz: Essence Event Continuity Defeated",
"system.the_bumblezone.teleporting_into_bz": "Teleporting into the Bumblezone...",
"system.the_bumblezone.teleporting_out_of_bz": "Teleporting out of the Bumblezone...",
"system.the_bumblezone.missing_dimension": "Please restart the server. The Bumblezone dimension hasn't been made. Possibly due to this bug?: %s",
"system.the_bumblezone.missing_dimension_link": "https://bugs.mojang.com/browse/MC-195468",
"system.the_bumblezone.failed_teleporting": "Failed to teleport entity. Aborting teleportation. Please retry.",
"system.the_bumblezone.require_hive_blocks_failed": "Bumblezone teleport failed. Hive needs a required block below it.",
"system.the_bumblezone.no_protection": "You lacked Protection of the Hive effect...",
"system.the_bumblezone.lost_bee_essence": "Bee Essence lost upon respawning...",
"system.the_bumblezone.entering_dimension": "Bumbling into the Bumblezone!",
"system.the_bumblezone.occupied_crystalline_flower": "Flower is occupied by another player...",
"system.the_bumblezone.sentry_watcher_egg_removal_hint": "Double right click to remove entity",
"system.the_bumblezone.sentry_watcher_egg_spawner_hint": "Spawner set is Creative Mode only",
"system.the_bumblezone.no_essence": "You lacked Essence of the Bees's effect...",
"system.the_bumblezone.advancement_hint": "\uD83D\uDC1D Check out §6The Bumblezone§r's §aadvancement tab§r for everything on the mod, including progression and how to play! \uD83D\uDC1D",
"system.the_bumblezone.sempiternal_sanctum_red": "Passion and anger swells inside yourself...",
"system.the_bumblezone.sempiternal_sanctum_yellow": "An energized sensation jolts through you...",
"system.the_bumblezone.sempiternal_sanctum_green": "Old wounds begins to heal over...",
"system.the_bumblezone.sempiternal_sanctum_blue": "Turmoil in your mind begins to fade...",
"system.the_bumblezone.sempiternal_sanctum_purple": "A whisper of knowledge lures you in...",
"system.the_bumblezone.sempiternal_sanctum_white": "A strong sense of déjà vu troubles you...",
"system.the_bumblezone.denied_spell": "Counter Magic Activated - Spell Denied",
"system.the_bumblezone.denied_magic": "Counter Magic Activated - Magic Blocked",
"system.the_bumblezone.denied_jetpack": "Anti-tech Magic Activated - Jetpack Disabled",
"system.the_bumblezone.denied_jet_boots": "Anti-tech Magic Activated - Jet Boots Disabled",
"system.the_bumblezone.denied_mek_jetpack_module": "Anti-tech Magic Activated - Jetpack Module",
"system.the_bumblezone.denied_mek_grav_module": "Anti-tech Magic Activated - Grav Module",
"system.the_bumblezone.royal_jelly_bottle.cannot_take_from_source_block": "Don't waste the fluid! Use a bucket instead!",
"system.the_bumblezone.corail_tombstone_drop_compat": "No graves created as too close to Essence Block. Inventory is dropped with no despawn timer.",
"essence.the_bumblezone.missing_essence_effect": "You need to consume Essence of the Bees first...",
"essence.the_bumblezone.red_essence_event": "§cEssence of Raging§f - §cFail§f in %s",
"essence.the_bumblezone.purple_essence_event": "§dEssence of Knowing§f - §6Win§f in %s",
"essence.the_bumblezone.blue_essence_event": "§bEssence of Calming§f - §cFail§f in %s",
"essence.the_bumblezone.green_essence_event": "§aEssence of Life§f - §cFail§f in %s",
"essence.the_bumblezone.yellow_essence_event": "§eEssence of Radiance§f - §cFail§f in %s",
"essence.the_bumblezone.white_essence_event": "Essence of Continuity - §cFail§f in %s",
"container.the_bumblezone.honey_cocoon": "Honey Cocoon",
"container.the_bumblezone.honey_cocoon.item_count": "%s x%s",
"container.the_bumblezone.honey_cocoon.more": "and %s more...",
"container.the_bumblezone.crystalline_flower": "Consume and Enchant",
"container.the_bumblezone.crystalline_flower.level": "Level: %s",
"container.the_bumblezone.crystalline_flower.level_star": "★",
"container.the_bumblezone.crystalline_flower.tier_cost": "Tier cost: %s",
"container.the_bumblezone.crystalline_flower.tier_cost_arrow": "↓%s",
"container.the_bumblezone.crystalline_flower.too_many_enchants": "Enchant Limit 3",
"container.the_bumblezone.crystalline_flower.sort_alphabetically": "Sort by display name",
"container.the_bumblezone.crystalline_flower.sort_namespace": "Sort by namespace (mod ID)",
"container.the_bumblezone.crystalline_flower.sort_treasure_curse": "Sort by treasure/curses",
"container.the_bumblezone.crystalline_flower.sort_level": "Sort by level",
"buzzing_briefcase.the_bumblezone.bee_typing.normal": "Normal",
"buzzing_briefcase.the_bumblezone.bee_typing.unknown": "Unknown",
"buzzing_briefcase.the_bumblezone.bee_typing.redtail_bee": "Redtail Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.green_bee": "Green Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.blue_bee": "Blue Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.white_bee": "White Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.ukraine_bee": "Ukraine Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.trans_bee": "Trans Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.asexual_bee": "Asexual Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.agender_bee": "Agender Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.aroace_bee": "Aroace Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.aromantic_bee": "Aromantic Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.bisexual_bee": "Bisexual Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.pan_bee": "Pan Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.enby_bee": "Enby Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.reverse_bee": "Reverse Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.neapolitan_bee": "Neapolitan Bee",
"buzzing_briefcase.the_bumblezone.bee_typing.rainbow_bee": "Rainbow Bee",
"command.the_bumblezone.invalid_data_arg": "The data argument is invalid. Please pick one of the suggestion's entries.",
"command.the_bumblezone.invalid_entity_arg": "The entity argument is missing for this data request. Please pick an entity from the suggestion's entries.",
"command.the_bumblezone.data_change_success": "The data on the target players were changed successfully!",
"command.the_bumblezone.have_bee_essence": "%s has Bee Essence active!",
"command.the_bumblezone.does_not_have_bee_essence": "%s does not have Bee Essence active...",
"command.the_bumblezone.queens_desired_not_active": "%s needs to start Queens Desire advancement first for this command to make sense...",
"command.the_bumblezone.queens_desired_crafted_beehive": "%s crafted %s beehives for Queens Desire advancement",
"command.the_bumblezone.queens_desired_bees_bred": "%s bred %s bees for Queens Desire advancement",
"command.the_bumblezone.queens_desired_flowers_spawned": "%s spawned %s flowers from thrown Pollen Puff for Queens Desire advancement",
"command.the_bumblezone.queens_desired_honey_bottle_drank": "%s drank %s Honey Bottles for Queens Desire advancement",
"command.the_bumblezone.queens_desired_bee_stingers_fired": "%s shot %s Bee Stingers from Bows/Crossbows for Queens Desire advancement",
"command.the_bumblezone.queens_desired_bee_saved": "%s saved %s Bees by adding back their stingers for Queens Desire advancement",
"command.the_bumblezone.queens_desired_pollen_puff_hits": "%s hit %s mobs with thrown Pollen Puff for Queens Desire advancement",
"command.the_bumblezone.queens_desired_honey_slime_bred": "%s bred %s new Honey Slimes for Queens Desire advancement",
"command.the_bumblezone.queens_desired_bees_fed": "%s fed bees %s times with honey-like items for Queens Desire advancement",
"command.the_bumblezone.queens_desired_queen_bee_trade": "%s traded %s times with Queen Bee for Queens Desire advancement",
"command.the_bumblezone.queens_desired_killed_entity_counter": "%s killed %s %s for Queens Desire advancement",
"command.the_bumblezone.queens_desired_killed_entity_counter_ender_dragon": "%s killed %s %s while wearing 4 Bee Armor for Queens Desire advancement",
"command.the_bumblezone.queens_desired_killed_entity_counter_wither": "%s killed %s %s with Stinger Spear for Queens Desire advancement",
"advancements.the_bumblezone.root.title": "The Bumblezone Mod",
"advancements.the_bumblezone.root.description": "See rest of the advancements for what to do with this mod!",
"advancements.the_bumblezone.wiki.title": "Bumblezone Wiki URL",
"advancements.the_bumblezone.wiki.description": "www.github.com/TelepathicGrunt/Bumblezone/wiki",
"advancements.the_bumblezone.is_near_beehive.title": "Dimension of bees awaits!",
"advancements.the_bumblezone.is_near_beehive.description": "Boldly approach a Beehive or Bee Nest",
"advancements.the_bumblezone.beenergized_maxed.title": "Speedy Buzzy Bees!",
"advancements.the_bumblezone.beenergized_maxed.description": "Feed Bee Bread to Bees until they are maximum speed! Zoom! Perhaps can be made from honey and pollen...",
"advancements.the_bumblezone.tamed_beehemoth.title": "Bee Movie But It's 300% Larger",
"advancements.the_bumblezone.tamed_beehemoth.description": "Tame a Beehemoth with buckets of honey! Saddle it afterwards to have a flying mount!",
"advancements.the_bumblezone.queen_beehemoth.title": "Regal Friends Till The Very End!",
"advancements.the_bumblezone.queen_beehemoth.description": "Befriend a Beehemoth to maximum friendship!",
"advancements.the_bumblezone.walk_into_pollen_pile.title": "Tons Of Pollen Can't Bee Healthy...",
"advancements.the_bumblezone.walk_into_pollen_pile.description": "Frolic through a mound of pollen",
"advancements.the_bumblezone.fall_onto_pollen_pile.title": "Stuffy Nose & No Broken Knees!",
"advancements.the_bumblezone.fall_onto_pollen_pile.description": "Perform a high trust fall into thick Piles of Pollen!",
"advancements.the_bumblezone.bee_drop_pollen_puff.title": "Bee Clean!",
"advancements.the_bumblezone.bee_drop_pollen_puff.description": "Wash the pollen off of a bee with a Wet Sponge, Water Bucket, or Water Bottle",
"advancements.the_bumblezone.pollen_puff_pollinate_bee.title": "A Beeball Homerun!",
"advancements.the_bumblezone.pollen_puff_pollinate_bee.description": "Play catch with an unpollinated bee by throwing pollen at it!",
"advancements.the_bumblezone.pollen_puff_pollinate_tall_flower.title": "Beetastic Pollinator",
"advancements.the_bumblezone.pollen_puff_pollinate_tall_flower.description": "Make more tall flowers by pollinating them with Pollen Puff!",
"advancements.the_bumblezone.pollen_puff_panda.title": "Bless You Panda!",
"advancements.the_bumblezone.pollen_puff_panda.description": "Make a Panda suffer seasonal allergies!",
"advancements.the_bumblezone.pollen_puff_fireball.title": "Unbeelievably Ineffective!",
"advancements.the_bumblezone.pollen_puff_fireball.description": "Fight a Ghast's Fireball with a ball of pollen!",
"advancements.the_bumblezone.pollen_puff_mooshroom.title": "Mushrooms, flowers, same thing",
"advancements.the_bumblezone.pollen_puff_mooshroom.description": "Pollinate a Mooshroom and spawn a mushroom!",
"advancements.the_bumblezone.teleport_to_bumblezone_pearl.title": "Beenderman Intrusion!",
"advancements.the_bumblezone.teleport_to_bumblezone_pearl.description": "Enter Bumblezone dimension by throwing Enderpearl at Beehive/Bee Nests",
"advancements.the_bumblezone.teleport_out_of_bumblezone.title": "Dive Bombing Exit",
"advancements.the_bumblezone.teleport_out_of_bumblezone.description": "Leave the Bumblezone by going beyond the bottom or top of the dimension! (You will not die. Instead, you teleport out)",
"advancements.the_bumblezone.teleport_to_bumblezone_piston.title": "Honeydraulic Press",
"advancements.the_bumblezone.teleport_to_bumblezone_piston.description": "Enter the Bumblezone dimension by being forced into a Beehive/Bee Nest by a Piston.",
"advancements.the_bumblezone.obtain_honey_bucket.title": "MOAR HONEEEEY!!!",
"advancements.the_bumblezone.obtain_honey_bucket.description": "Get a Bucket of Honey!",
"advancements.the_bumblezone.obtain_all_music_discs.title": "Gotta Hive a Dance!",
"advancements.the_bumblezone.obtain_all_music_discs.description": "Obtain all Bee-themed music discs!",
"advancements.the_bumblezone.sleep_in_bed.title": "Sweeter Dreams!",
"advancements.the_bumblezone.sleep_in_bed.description": "Sleep in a bed in Bumblezone dimension. The bed will set respawn point and won't explode!",
"advancements.the_bumblezone.honey_slime_creation.title": "The Honey Is Alive!",
"advancements.the_bumblezone.honey_slime_creation.description": "Infused a Slime with honey!",
"advancements.the_bumblezone.honey_slime_harvest.title": "Who Needs Bees???",
"advancements.the_bumblezone.honey_slime_harvest.description": "Harvest the honey from a Honey Slime",
"advancements.the_bumblezone.honey_bucket_bee_grow.title": "Quick To Grow Up!",
"advancements.the_bumblezone.honey_bucket_bee_grow.description": "Make a baby bee grow up instantly when fed",
"advancements.the_bumblezone.honey_bucket_bee_love.title": "Love Is A-Buzzing!",
"advancements.the_bumblezone.honey_bucket_bee_love.description": "Use Honey Bucket to make a group of adult Bees be in love!",
"advancements.the_bumblezone.honey_bucket_brood.title": "Bee Farmer",
"advancements.the_bumblezone.honey_bucket_brood.description": "Grow bee larva in certain brood blocks with Honey Buckets",
"advancements.the_bumblezone.getting_protection.title": "Winning Favors",
"advancements.the_bumblezone.getting_protection.description": "Feed a Honeycomb Brood Block or a Bee until you get Protection of the Hive effect!",
"advancements.the_bumblezone.honey_permission.title": "No more Wrath! Only friendship!",
"advancements.the_bumblezone.honey_permission.description": "While Protection of the Hive effect is on, collect honey from Filled Porous Honeycomb Block or mine a Honey Block.",
"advancements.the_bumblezone.consume_honey_crystal_shards.title": "Teeth Shattering Snacks",
"advancements.the_bumblezone.consume_honey_crystal_shards.description": "Bite into a hard shard of Honey Crystal",
"advancements.the_bumblezone.obtain_honey_crystal_block.title": "A Beeutiful Crystal!",
"advancements.the_bumblezone.obtain_honey_crystal_block.description": "Figure out how to obtain the fragile Honey Crystal block as an item. Perhaps a delicate touch...",
"advancements.the_bumblezone.obtain_glistering_honey_crystal_block.title": "Let there be light!",
"advancements.the_bumblezone.obtain_glistering_honey_crystal_block.description": "Obtain Glistering Honey Crystal block as an item without breaking it. Might require a gentle touch...",
"advancements.the_bumblezone.brew_glistering_honey_crystal_block.title": "Cheating Chances!",
"advancements.the_bumblezone.brew_glistering_honey_crystal_block.description": "Brew a Potion of Luck! Perhaps a Glistering Honey Crystal block can help...",
"advancements.the_bumblezone.obtain_sticky_honey_residue.title": "Honey Recycler",
"advancements.the_bumblezone.obtain_sticky_honey_residue.description": "Repurpose honey items by smelting them down",
"advancements.the_bumblezone.obtain_sticky_honey_redstone.title": "Thinking With Honey!",
"advancements.the_bumblezone.obtain_sticky_honey_redstone.description": "Combine a sticky residue of honey with Redstone",
"advancements.the_bumblezone.cleanup_sticky_honey_residue.title": "A Stickier Situation!",
"advancements.the_bumblezone.cleanup_sticky_honey_residue.description": "Cleanup a sticky residue or web mess of honey with a Wet Sponge, Water Bucket, or Water Bottle",
"advancements.the_bumblezone.obtain_honey_crystal_shield.title": "An Unbeeatable Defense!",
"advancements.the_bumblezone.obtain_honey_crystal_shield.description": "Craft or find a shield made of honey crystals",
"advancements.the_bumblezone.honey_crystal_shield_block_ineffectively.title": "Unblockable Offense Won!",
"advancements.the_bumblezone.honey_crystal_shield_block_ineffectively.description": "Find one of the weaknesses of Honey Crystal Shields other than Axes",
"advancements.the_bumblezone.obtain_maxed_honey_crystal_shield.title": "Grand Hive Defender",
"advancements.the_bumblezone.obtain_maxed_honey_crystal_shield.description": "Forge the strongest Honey Crystal Shield possible at an Anvil! Takes lots of repairing!",
"advancements.the_bumblezone.comb_cutter_tool.title": "Beeswax Ninja",
"advancements.the_bumblezone.comb_cutter_tool.description": "Get a tool with Comb Cutter enchantment to carve through wax quickly!",
"advancements.the_bumblezone.craft_string_curtain_recipe.title": "The Late 60s Strikes Back!",
"advancements.the_bumblezone.craft_string_curtain_recipe.description": "Craft any String Curtain!",
"advancements.the_bumblezone.obtain_all_string_curtains.title": "Rainbow Curtains!!!",
"advancements.the_bumblezone.obtain_all_string_curtains.description": "Collect all the colors of String Curtains by using dyes in the recipe",
"advancements.the_bumblezone.extend_string_curtains.title": "Bee-Blocking Walls",
"advancements.the_bumblezone.extend_string_curtains.description": "Extend a curtain downward by right clicking with Strings! Blocks bees too!",
"advancements.the_bumblezone.craft_beeswax_to_beehive.title": "It's Free Real Estate! (For Bees)",
"advancements.the_bumblezone.craft_beeswax_to_beehive.description": "Craft a Bee Nest from Beehive Beeswax",
"advancements.the_bumblezone.comb_cutter_extra_drops.title": "Collecting More Rent From Bees",
"advancements.the_bumblezone.comb_cutter_extra_drops.description": "Collect extra drops from Beehive/Bee Nests with a Comb Cutter tool",
"advancements.the_bumblezone.sugar_water_next_to_sugar_cane.title": "Soon... It'll All Be Sugar Canes!",
"advancements.the_bumblezone.sugar_water_next_to_sugar_cane.description": "Place Sugar Water source block next to an existing Sugar Cane block",
"advancements.the_bumblezone.consume_sugar_water_bottle.title": "Sugar Rush!!!",
"advancements.the_bumblezone.consume_sugar_water_bottle.description": "Chug down some sweet tasting sugar water",
"advancements.the_bumblezone.obtain_sugar_infused_stones.title": "Sugarology",
"advancements.the_bumblezone.obtain_sugar_infused_stones.description": "Obtain strange stone blocks that are infused with sugar. Perhaps cooling lava with a sugary liquid could work... Try both source and flowing liquids...",
"advancements.the_bumblezone.protection_of_the_hive_defense.title": "BEHOLD! My Bees!",
"advancements.the_bumblezone.protection_of_the_hive_defense.description": "Unleash bees onto whoever was unfortunate to attack you while you have Protection of the Hive effect",
"advancements.the_bumblezone.bee_hit_wrath_of_the_hive.title": "NOT THE BEEEEEES!!!",
"advancements.the_bumblezone.bee_hit_wrath_of_the_hive.description": "Make the mistake of attacking a bee while under the Wrath of the Hive effect",
"advancements.the_bumblezone.food_removed_wrath_of_the_hive.title": "A Honey Offering Of Peace",
"advancements.the_bumblezone.food_removed_wrath_of_the_hive.description": "Appease the angry swarm of bees with food... if you can survive...",
"advancements.the_bumblezone.variant_bee_name.title": "A Shiny Found!",
"advancements.the_bumblezone.variant_bee_name.description": "Give a name to a Bumblezone's Variant Bee with a Name Tag! Looks like a Bee but different look!",
"advancements.the_bumblezone.variant_bee_briefcase_capture.title": "Bee Collector",
"advancements.the_bumblezone.variant_bee_briefcase_capture.description": "Collect 14 Variant Bees into a Buzzing Briefcase! Does not need to be different variants.",
"advancements.the_bumblezone.cleanup_honey_web.title": "Clean Freak!",
"advancements.the_bumblezone.cleanup_honey_web.description": "Wash away a web of honey with a web sponge!",
"advancements.the_bumblezone.trigger_redstone_honey_web.title": "The Power Of Sticky!",
"advancements.the_bumblezone.trigger_redstone_honey_web.description": "Generate Redstone power from a special web of honey",
"advancements.the_bumblezone.enter_cell_maze.title": "Lost in the Cells",
"advancements.the_bumblezone.enter_cell_maze.description": "Find and enter a Cell Maze structure! (Be careful if you don't have Protection of the Hive effect!)",
"advancements.the_bumblezone.enter_sempiternal_sanctum.title": "Ancient Origins",
"advancements.the_bumblezone.enter_sempiternal_sanctum.description": "Discover and enter any Sempiternal Sanctum after consuming Essence of the Bees",
"advancements.the_bumblezone.enter_throne_pillar.title": "Royal Presence",
"advancements.the_bumblezone.enter_throne_pillar.description": "Find and enter a Throne Pillar structure! (Use throne-locating compasses from other structures)",
"advancements.the_bumblezone.honey_cocoon_silk_touch.title": "A Delicate Touch",
"advancements.the_bumblezone.honey_cocoon_silk_touch.description": "Find a way to gently mine a Honey Cocoon without spilling items everywhere!",
"advancements.the_bumblezone.fish_rare_loot.title": "Beesistent Fishing",
"advancements.the_bumblezone.fish_rare_loot.description": "Fish out rare loot while in Bumblezone dimension!",
"advancements.the_bumblezone.consume_bee_soup.title": "A Stingy Delicacy",
"advancements.the_bumblezone.consume_bee_soup.description": "Slurp up some Bee Soup for wild status effects!",
"advancements.the_bumblezone.dirt_pellet_return_to_sender.title": "A Dirty Return",
"advancements.the_bumblezone.dirt_pellet_return_to_sender.description": "Smack a Dirt Pellet back to a Rootmin",
"advancements.the_bumblezone.dirt_pellet_kill_phantom.title": "Sky Smackdown",
"advancements.the_bumblezone.dirt_pellet_kill_phantom.description": "Kill a Phantom with thrown Dirt Pellets",
"advancements.the_bumblezone.rootmin_flower_swap.title": "Floral Sharing",
"advancements.the_bumblezone.rootmin_flower_swap.description": "With bee armor on, right click a Rootmin while holding a small or tall flower",
"advancements.the_bumblezone.rootmin_rainbow_name.title": "WHAT DOES IT MEAN?!",
"advancements.the_bumblezone.rootmin_rainbow_name.description": "Give a Rootmin the name of \"jeb_\" with a Name Tag",
"advancements.the_bumblezone.buzzing_briefcase_full.title": "What's this?...",
"advancements.the_bumblezone.buzzing_briefcase_full.description": "Right click bees with Buzzing Briefcase until it is full",
"advancements.the_bumblezone.buzzing_briefcase_heal.title": "The Doctor is IN!",
"advancements.the_bumblezone.buzzing_briefcase_heal.description": "Heal a bee in a Buzzing Briefcase! (Open UI by shift right click)",
"advancements.the_bumblezone.buzzing_briefcase_release.title": "A Hive Superhero!",
"advancements.the_bumblezone.buzzing_briefcase_release.description": "Release bees from Buzzing Briefcase by left clicking on a block or entity. (Shift left click to release all)",
"advancements.the_bumblezone.hide_in_pollen_pile.title": "Tactical Pollen",
"advancements.the_bumblezone.hide_in_pollen_pile.description": "Hide yourself in deep Piles of Pollen",
"advancements.the_bumblezone.brush_pollen_pollen_suspicious.title": "Strange Artifacts...",
"advancements.the_bumblezone.brush_pollen_pollen_suspicious.description": "Brush a Suspicious Pile of Pollen",
"advancements.the_bumblezone.obtain_windy_air.title": "Placeable Jetstreams!",
"advancements.the_bumblezone.obtain_windy_air.description": "Obtain a Windy Air item you can place as a block from the Bee Queen!",
"advancements.the_bumblezone.obtain_stinger_spear.title": "A weapon to surpass...",
"advancements.the_bumblezone.obtain_stinger_spear.description": "Find and get a spear with a bee stinger on the end of it",
"advancements.the_bumblezone.stinger_spear_poisoning.title": "Being the Bee!",
"advancements.the_bumblezone.stinger_spear_poisoning.description": "Inflict poison on a victim by using a Neurotoxin enchanted Stinger Spear!",
"advancements.the_bumblezone.stinger_spear_paralyzing.title": "Stopped in its Tracks!",
"advancements.the_bumblezone.stinger_spear_paralyzing.description": "Inflict paralysis on a victim by using a Neurotoxin enchanted Stinger Spear!",
"advancements.the_bumblezone.stinger_spear_paralyze_boss.title": "Getting Favorable Odds",
"advancements.the_bumblezone.stinger_spear_paralyze_boss.description": "Inflict paralysis on a very high health mob by using a Stinger Spear!",
"advancements.the_bumblezone.stinger_spear_long_range_kill.title": "A Worthy Javelin Throw",
"advancements.the_bumblezone.stinger_spear_long_range_kill.description": "Yeet a Stinger Spear over a massive distance and kill a mob",
"advancements.the_bumblezone.craft_flower_headwear.title": "BE A FLOWER!",
"advancements.the_bumblezone.craft_flower_headwear.description": "Craft or obtain a Flower Headwear! Wear it to attract bees!",
"advancements.the_bumblezone.dye_flower_headwear.title": "It's a statement!",
"advancements.the_bumblezone.dye_flower_headwear.description": "Dye Flower Headwear a different color to show off your bold fashion tastes!",
"advancements.the_bumblezone.flower_headwear_wrath_structure.title": "Beeing Curious",
"advancements.the_bumblezone.flower_headwear_wrath_structure.description": "Enter a Cell Maze structure while wearing Flower Headwear. You won't get Wrath effect anymore inside it!",
"advancements.the_bumblezone.warrior_bee.title": "The Bee Warrior Rises!",
"advancements.the_bumblezone.warrior_bee.description": "Equip yourself with the greatest weapon and armor that the bees have to offer!",
"advancements.the_bumblezone.carpenter_bee_boots_mined_blocks.title": "Power Thighs!",
"advancements.the_bumblezone.carpenter_bee_boots_mined_blocks.description": "Crouch and burrow your way through 64 blocks such as logs, leaves, or combs with Carpenter Bees boots!",
"advancements.the_bumblezone.carpenter_bee_boots_wall_hanging.title": "Floor is lava!",
"advancements.the_bumblezone.carpenter_bee_boots_wall_hanging.description": "With Carpenter Bee Boots, spend a lot of time hanging from walls of certain blocks like logs, leaves, or combs",
"advancements.the_bumblezone.honey_bee_leggings_flower_pollen.title": "It's the Bee's Knees!",
"advancements.the_bumblezone.honey_bee_leggings_flower_pollen.description": "Collect pollen on your Honey Bee Leggings by walking or running through flowers!",
"advancements.the_bumblezone.honey_bee_leggings_pollen_removal.title": "Bathing time!",
"advancements.the_bumblezone.honey_bee_leggings_pollen_removal.description": "Remove the pollen from your Honey Bee Leggings by walking on Wet Sponge or going into Water!",
"advancements.the_bumblezone.bumble_bee_chestplate_max_flight.title": "It's a Bird! It's a Plane! No it's...",
"advancements.the_bumblezone.bumble_bee_chestplate_max_flight.description": "Buzz your wings with the Bumble Bee Chestplate while 3 or more other Bee Armor or Bee Trinkets are on!",
"advancements.the_bumblezone.stingless_bee_helmet_super_sight.title": "Compound Eyes",
"advancements.the_bumblezone.stingless_bee_helmet_super_sight.description": "With the power of Stingless Bee Helmet, highlight at least 50 bees all at once!",
"advancements.the_bumblezone.craft_honey_compass.title": "Is this even still a compass..?",
"advancements.the_bumblezone.craft_honey_compass.description": "Craft or find a tantalizing Honey Compass!",
"advancements.the_bumblezone.honey_compass_use.title": "Dora the Beexplorer",
"advancements.the_bumblezone.honey_compass_use.description": "Activate the Honey Compass's tracking/locating abilities!",
"advancements.the_bumblezone.obtain_throne_honey_compass.title": "Off to see the Queen!",
"advancements.the_bumblezone.obtain_throne_honey_compass.description": "Obtain a rare Honey Compass from a structure's Honey Cocoon that points to a Throne Pillar structure!",
"advancements.the_bumblezone.bee_cannon_full.title": "You better beehave now!",
"advancements.the_bumblezone.bee_cannon_full.description": "Load and fire a full cannon of bees!",
"advancements.the_bumblezone.crystal_cannon_full.title": "Extreme Crowd Control",
"advancements.the_bumblezone.crystal_cannon_full.description": "Load and fire a full cannon of crystals!",
"advancements.the_bumblezone.bee_stinger_paralysis.title": "Endless Stinging",
"advancements.the_bumblezone.bee_stinger_paralysis.description": "Paralyze a mob by shooting them non-stop with Bee Stingers from Bows/Crossbows",
"advancements.the_bumblezone.brew_bee_stinger.title": "Concentrated Toxins",
"advancements.the_bumblezone.brew_bee_stinger.description": "Brew a Potion of Long Poison! Perhaps Bee Stingers could be refined in Brewing Stands...",
"advancements.the_bumblezone.brew_bee_soup.title": "Brewing Danger",
"advancements.the_bumblezone.brew_bee_soup.description": "Brew a Potion of Neurotoxin! Perhaps Bee Soup could be refined in Brewing Stands...",
"advancements.the_bumblezone.bee_essence_infusion.title": "Hope, Love, Dreams, and BEES!!!",
"advancements.the_bumblezone.bee_essence_infusion.description": "Consume an Essence of the Bees! Congratulations on beating Queen's Desire quest!",
"advancements.the_bumblezone.drink_royal_jelly_bottle.title": "Gaining Royal Powers",
"advancements.the_bumblezone.drink_royal_jelly_bottle.description": "Consume a Royal Jelly Bottle and become empowered! (Obtained from Bee Queen's advancement line)",
"advancements.the_bumblezone.obtain_royal_jelly_bucket.title": "Masterful Collector",
"advancements.the_bumblezone.obtain_royal_jelly_bucket.description": "Obtain a bucket of Royal Jelly. Seems the Bee Queen would love some...",
"advancements.the_bumblezone.royal_jelly_block_piston.title": "PULL! NO PUSH!",
"advancements.the_bumblezone.royal_jelly_block_piston.description": "Place a block of Royal Jelly next to a Sticky Piston",
"advancements.the_bumblezone.carve_wax.title": "Bold and Brash!",
"advancements.the_bumblezone.carve_wax.description": "Carve all artworks on Carvable Wax block! Use a Shear or Sword to do so!",
"advancements.the_bumblezone.carve_ancient_wax.title": "Perfecting Design",
"advancements.the_bumblezone.carve_ancient_wax.description": "Carve any Ancient Wax block! Use a Shear or Sword to do so!",
"advancements.the_bumblezone.carve_luminescent_wax.title": "Proper Orientation",
"advancements.the_bumblezone.carve_luminescent_wax.description": "Carve any Luminescent Wax block! Use a Shear or Sword to do so!",
"advancements.the_bumblezone.sentry_watcher_use_egg.title": "Personal Guardian",
"advancements.the_bumblezone.sentry_watcher_use_egg.description": "Craft and use a Sentry Watcher Spawn Egg! It will not charge at the person who spawned it.",
"advancements.the_bumblezone.multi_potion_potion_candle.title": "Magic the Candling",
"advancements.the_bumblezone.multi_potion_potion_candle.description": "Craft a Potion Candle using 2 or more potions! (The candle's stats be a mix of the potion's stats)",
"advancements.the_bumblezone.light_soul_super_candle.title": "Setting the mood",
"advancements.the_bumblezone.light_soul_super_candle.description": "Make a Super Candle or Potion Candle have a blue flame! Might have something to do with souls...",
"advancements.the_bumblezone.obtain_all_colored_super_candles.title": "Over the Rainbow!",
"advancements.the_bumblezone.obtain_all_colored_super_candles.description": "Collect all colors of Super Candles!",
"advancements.the_bumblezone.projectile_light_instant_potion_candle.title": "Activated my trap candle!",
"advancements.the_bumblezone.projectile_light_instant_potion_candle.description": "Light a harmful instant effect Potion Candle with a flaming projectile",
"advancements.the_bumblezone.enter_garden.title": "The Gardener and the Bees",
"advancements.the_bumblezone.enter_garden.description": "Look up! You may find a large garden structure hanging down!",
"advancements.the_bumblezone.enter_all_structures.title": "Sightbee-er",
"advancements.the_bumblezone.enter_all_structures.description": "Incredible! You discovered all structures that Bumblezone has!",
"advancements.the_bumblezone.obtain_all_banner_patterns.title": "Fashion Fad!",
"advancements.the_bumblezone.obtain_all_banner_patterns.description": "Wow! You collected all Bumblezone's Banner Pattern items!",
"advancements.the_bumblezone.discover_all_biomes.title": "Beeography",
"advancements.the_bumblezone.discover_all_biomes.description": "Wow! You found all biomes that Bumblezone has!",
"advancements.the_bumblezone.grow_crystalline_flower.title": "CONSUME CONSUME CONSUME",
"advancements.the_bumblezone.grow_crystalline_flower.description": "Give items and experience to a Crystalline Flower until it is fully grown! (Right click Crystalline Flower to open UI)",
"advancements.the_bumblezone.enchant_crystalline_flower.title": "Choosing Wisely",
"advancements.the_bumblezone.enchant_crystalline_flower.description": "Enchant a Book or Enchanted Book with an Enchantment that costs 5 tiers or more. (Right click Crystalline Flower to open UI)",
"advancements.the_bumblezone.essence_raging.title": "Unstoppable Anger",
"advancements.the_bumblezone.essence_raging.description": "Defeat the Red Sempiternal Sanctum special event!",
"advancements.the_bumblezone.essence_calming.title": "Peace and Love",
"advancements.the_bumblezone.essence_calming.description": "Defeat the Blue Sempiternal Sanctum special event!",
"advancements.the_bumblezone.essence_continuity.title": "Reality Glitch",
"advancements.the_bumblezone.essence_continuity.description": "Defeat the White Sempiternal Sanctum special event!",
"advancements.the_bumblezone.essence_knowing.title": "The All-Seeing",
"advancements.the_bumblezone.essence_knowing.description": "Defeat the Purple Sempiternal Sanctum special event!",
"advancements.the_bumblezone.essence_life.title": "Blessings of Life",
"advancements.the_bumblezone.essence_life.description": "Defeat the Green Sempiternal Sanctum special event!",
"advancements.the_bumblezone.essence_radiance.title": "Solar Powered",
"advancements.the_bumblezone.essence_radiance.description": "Defeat the Yellow Sempiternal Sanctum special event!",
"advancements.the_bumblezone.the_queens_desire.back_in_action.title": "Back in Action",
"advancements.the_bumblezone.the_queens_desire.back_in_action.description": "Save 12 bees from certain death by putting their stingers back on",
"advancements.the_bumblezone.the_queens_desire.fighting_the_swarm.title": "Fighting the Swarm",
"advancements.the_bumblezone.the_queens_desire.fighting_the_swarm.description": "Kill 8 wriggling Silverfish crawling and burrowing everywhere",
"advancements.the_bumblezone.the_queens_desire.flooding_the_housing_market.title": "Flooding the Housing Market",
"advancements.the_bumblezone.the_queens_desire.flooding_the_housing_market.description": "Craft 6 Bee Nests or Beehives",
"advancements.the_bumblezone.the_queens_desire.honey_drunk.title": "Honey Drunk",
"advancements.the_bumblezone.the_queens_desire.honey_drunk.description": "Gulp down 8 bottles of honey!",
"advancements.the_bumblezone.the_queens_desire.hungry_hungry_bees.title": "Hungry Hungry Bees",
"advancements.the_bumblezone.the_queens_desire.hungry_hungry_bees.description": "Satisfy the hunger of bees by feeding them sugar water or honey-like stuff 48 times! (Can be same bee or different bees)",
"advancements.the_bumblezone.the_queens_desire.intimidation.title": "Intimidation",
"advancements.the_bumblezone.the_queens_desire.intimidation.description": "Show your resolve by firing Bees at Enderdragon from Bee Cannon",
"advancements.the_bumblezone.the_queens_desire.journeys_end.title": "Journey's End",
"advancements.the_bumblezone.the_queens_desire.journeys_end.description": "Complete all Queen's Desire advancements! Right click the Bee Queen for a grand final reward!",
"advancements.the_bumblezone.the_queens_desire.love_bees.title": "Love bees",
"advancements.the_bumblezone.the_queens_desire.love_bees.description": "Breed Bees until a total of 8 baby bees are born",
"advancements.the_bumblezone.the_queens_desire.otherworldly_mites.title": "Otherworldly Mites",
"advancements.the_bumblezone.the_queens_desire.otherworldly_mites.description": "Slay 4 Endermites for their transgression of existence",
"advancements.the_bumblezone.the_queens_desire.peak_inefficiency.title": "Peak Inefficiency",
"advancements.the_bumblezone.the_queens_desire.peak_inefficiency.description": "Somehow managed to kill Wither with Stinger Spear...",
"advancements.the_bumblezone.the_queens_desire.poison_warfare.title": "Poison Warfare",
"advancements.the_bumblezone.the_queens_desire.poison_warfare.description": "Fire 32 Bee Stingers from Bows/Crossbows",
"advancements.the_bumblezone.the_queens_desire.pollen_fight.title": "Pollen Fight",
"advancements.the_bumblezone.the_queens_desire.pollen_fight.description": "Throw and hit 24 entities with Pollen Puff. Other players count!",
"advancements.the_bumblezone.the_queens_desire.slimy_mitosis.title": "Slimy Mitosis",
"advancements.the_bumblezone.the_queens_desire.slimy_mitosis.description": "Breed 6 Honey Slimes (They really love sugar!)",
"advancements.the_bumblezone.the_queens_desire.terror_fangs.title": "Terror Fangs",
"advancements.the_bumblezone.the_queens_desire.terror_fangs.description": "Butcher 16 Cave Spiders from the depths",
"advancements.the_bumblezone.the_queens_desire.the_beginning.title": "The Queen's Desire",
"advancements.the_bumblezone.the_queens_desire.the_beginning.description": "A quest-line bestowed upon you from meeting the Bee Queen. Complete the advancements for Royal Jelly Bottle rewards!",
"advancements.the_bumblezone.the_queens_desire.the_crazy_florist.title": "The Crazy Florist",