minecraft-data 3.7.2 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/data.js +18 -18
  2. package/doc/history.md +9 -0
  3. package/minecraft-data/.github/workflows/ci.yml +1 -1
  4. package/minecraft-data/data/bedrock/1.17.0/blockCollisionShapes.json +24 -24
  5. package/minecraft-data/data/bedrock/1.17.10/blockCollisionShapes.json +24 -24
  6. package/minecraft-data/data/bedrock/1.17.40/blockCollisionShapes.json +24 -24
  7. package/minecraft-data/data/bedrock/1.18.11/blockCollisionShapes.json +24 -24
  8. package/minecraft-data/data/bedrock/1.18.30/blockCollisionShapes.json +24 -24
  9. package/minecraft-data/data/bedrock/1.19.1/biomes.json +1022 -0
  10. package/minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json +899 -0
  11. package/minecraft-data/data/bedrock/1.19.1/blockStates.json +165209 -0
  12. package/minecraft-data/data/bedrock/1.19.1/blocks.json +15769 -0
  13. package/minecraft-data/data/bedrock/1.19.1/blocksB2J.json +7234 -0
  14. package/minecraft-data/data/bedrock/1.19.1/blocksJ2B.json +21450 -0
  15. package/minecraft-data/data/bedrock/1.19.1/entities.json +1442 -0
  16. package/minecraft-data/data/bedrock/1.19.1/items.json +9831 -0
  17. package/minecraft-data/data/bedrock/1.19.1/recipes.json +17454 -0
  18. package/minecraft-data/data/bedrock/1.19.10/items.json +9837 -0
  19. package/minecraft-data/data/bedrock/1.19.10/protocol.json +56 -58
  20. package/minecraft-data/data/bedrock/1.19.10/recipes.json +17454 -0
  21. package/minecraft-data/data/dataPaths.json +18 -18
  22. package/minecraft-data/data/pc/1.10/protocol.json +3 -2
  23. package/minecraft-data/data/pc/1.10-pre1/protocol.json +3 -2
  24. package/minecraft-data/data/pc/1.11/protocol.json +3 -2
  25. package/minecraft-data/data/pc/1.12/protocol.json +3 -2
  26. package/minecraft-data/data/pc/1.12-pre4/protocol.json +3 -2
  27. package/minecraft-data/data/pc/1.12.1/protocol.json +3 -2
  28. package/minecraft-data/data/pc/1.12.2/protocol.json +3 -2
  29. package/minecraft-data/data/pc/1.13/protocol.json +419 -418
  30. package/minecraft-data/data/pc/1.13.1/protocol.json +419 -418
  31. package/minecraft-data/data/pc/1.13.2/protocol.json +419 -418
  32. package/minecraft-data/data/pc/1.13.2-pre1/protocol.json +419 -418
  33. package/minecraft-data/data/pc/1.13.2-pre2/protocol.json +419 -418
  34. package/minecraft-data/data/pc/1.14/protocol.json +419 -418
  35. package/minecraft-data/data/pc/1.14.1/protocol.json +419 -418
  36. package/minecraft-data/data/pc/1.14.3/protocol.json +419 -418
  37. package/minecraft-data/data/pc/1.14.4/protocol.json +419 -418
  38. package/minecraft-data/data/pc/1.15/protocol.json +419 -418
  39. package/minecraft-data/data/pc/1.15.1/protocol.json +419 -418
  40. package/minecraft-data/data/pc/1.15.2/protocol.json +419 -418
  41. package/minecraft-data/data/pc/1.16/protocol.json +419 -418
  42. package/minecraft-data/data/pc/1.16-rc1/protocol.json +419 -418
  43. package/minecraft-data/data/pc/1.16.1/protocol.json +419 -418
  44. package/minecraft-data/data/pc/1.16.2/protocol.json +420 -419
  45. package/minecraft-data/data/pc/1.17/protocol.json +420 -419
  46. package/minecraft-data/data/pc/1.17.1/protocol.json +420 -419
  47. package/minecraft-data/data/pc/1.18/protocol.json +420 -419
  48. package/minecraft-data/data/pc/1.18.2/protocol.json +420 -419
  49. package/minecraft-data/data/pc/1.19/protocol.json +460 -460
  50. package/minecraft-data/data/pc/1.8/protocol.json +3 -2
  51. package/minecraft-data/data/pc/1.9/protocol.json +3 -2
  52. package/minecraft-data/data/pc/1.9.1-pre2/protocol.json +3 -2
  53. package/minecraft-data/data/pc/1.9.2/protocol.json +3 -2
  54. package/minecraft-data/data/pc/1.9.4/protocol.json +3 -2
  55. package/minecraft-data/data/pc/15w40b/protocol.json +3 -2
  56. package/minecraft-data/data/pc/16w20a/protocol.json +3 -2
  57. package/minecraft-data/data/pc/16w35a/protocol.json +3 -2
  58. package/minecraft-data/data/pc/17w15a/protocol.json +3 -2
  59. package/minecraft-data/data/pc/17w18b/protocol.json +3 -2
  60. package/minecraft-data/data/pc/17w50a/protocol.json +3 -2
  61. package/minecraft-data/data/pc/20w13b/protocol.json +419 -418
  62. package/minecraft-data/data/pc/21w07a/protocol.json +420 -419
  63. package/minecraft-data/data/pc/common/features.json +36 -26
  64. package/minecraft-data/data/pc/common/protocolVersions.json +14 -0
  65. package/minecraft-data/doc/history.md +14 -0
  66. package/minecraft-data/tools/js/compileProtocol.js +34 -9
  67. package/minecraft-data/tools/js/test/protocolSync.js +8 -0
  68. package/package.json +1 -1
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "types": {
3
3
  "varint": "native",
4
+ "varlong": "native",
4
5
  "optvarint": "varint",
5
6
  "pstring": "native",
6
7
  "buffer": "native",
@@ -435,455 +436,449 @@
435
436
  ]
436
437
  ],
437
438
  "command_node": [
438
- "array",
439
- {
440
- "countType": "varint",
441
- "type": [
442
- "container",
443
- [
444
- {
445
- "name": "flags",
446
- "type": [
447
- "bitfield",
448
- [
449
- {
450
- "name": "unused",
451
- "size": 3,
452
- "signed": false
453
- },
454
- {
455
- "name": "has_custom_suggestions",
456
- "size": 1,
457
- "signed": false
458
- },
459
- {
460
- "name": "has_redirect_node",
461
- "size": 1,
462
- "signed": false
463
- },
464
- {
465
- "name": "has_command",
466
- "size": 1,
467
- "signed": false
468
- },
469
- {
470
- "name": "command_node_type",
471
- "size": 2,
472
- "signed": false
473
- }
474
- ]
475
- ]
476
- },
439
+ "container",
440
+ [
441
+ {
442
+ "name": "flags",
443
+ "type": [
444
+ "bitfield",
445
+ [
446
+ {
447
+ "name": "unused",
448
+ "size": 3,
449
+ "signed": false
450
+ },
451
+ {
452
+ "name": "has_custom_suggestions",
453
+ "size": 1,
454
+ "signed": false
455
+ },
456
+ {
457
+ "name": "has_redirect_node",
458
+ "size": 1,
459
+ "signed": false
460
+ },
461
+ {
462
+ "name": "has_command",
463
+ "size": 1,
464
+ "signed": false
465
+ },
466
+ {
467
+ "name": "command_node_type",
468
+ "size": 2,
469
+ "signed": false
470
+ }
471
+ ]
472
+ ]
473
+ },
474
+ {
475
+ "name": "children",
476
+ "type": [
477
+ "array",
477
478
  {
478
- "name": "children",
479
- "type": [
480
- "array",
481
- {
482
- "countType": "varint",
483
- "type": "varint"
484
- }
485
- ]
486
- },
479
+ "countType": "varint",
480
+ "type": "varint"
481
+ }
482
+ ]
483
+ },
484
+ {
485
+ "name": "redirectNode",
486
+ "type": [
487
+ "switch",
487
488
  {
488
- "name": "redirectNode",
489
- "type": [
490
- "switch",
491
- {
492
- "compareTo": "flags/has_redirect_node",
493
- "fields": {
494
- "1": "varint"
495
- },
496
- "default": "void"
497
- }
498
- ]
499
- },
489
+ "compareTo": "flags/has_redirect_node",
490
+ "fields": {
491
+ "1": "varint"
492
+ },
493
+ "default": "void"
494
+ }
495
+ ]
496
+ },
497
+ {
498
+ "name": "extraNodeData",
499
+ "type": [
500
+ "switch",
500
501
  {
501
- "name": "extraNodeData",
502
- "type": [
503
- "switch",
504
- {
505
- "compareTo": "flags/command_node_type",
506
- "fields": {
507
- "0": "void",
508
- "1": [
509
- "container",
510
- [
511
- {
512
- "name": "name",
513
- "type": "string"
514
- }
515
- ]
516
- ],
517
- "2": [
518
- "container",
519
- [
520
- {
521
- "name": "name",
522
- "type": "string"
523
- },
524
- {
525
- "name": "parser",
526
- "type": "string"
527
- },
502
+ "compareTo": "flags/command_node_type",
503
+ "fields": {
504
+ "0": "void",
505
+ "1": [
506
+ "container",
507
+ [
508
+ {
509
+ "name": "name",
510
+ "type": "string"
511
+ }
512
+ ]
513
+ ],
514
+ "2": [
515
+ "container",
516
+ [
517
+ {
518
+ "name": "name",
519
+ "type": "string"
520
+ },
521
+ {
522
+ "name": "parser",
523
+ "type": "string"
524
+ },
525
+ {
526
+ "name": "properties",
527
+ "type": [
528
+ "switch",
528
529
  {
529
- "name": "properties",
530
- "type": [
531
- "switch",
532
- {
533
- "compareTo": "parser",
534
- "fields": {
535
- "brigadier:bool": "void",
536
- "brigadier:float": [
537
- "container",
538
- [
539
- {
540
- "name": "flags",
541
- "type": [
542
- "bitfield",
543
- [
544
- {
545
- "name": "unused",
546
- "size": 6,
547
- "signed": false
548
- },
549
- {
550
- "name": "max_present",
551
- "size": 1,
552
- "signed": false
553
- },
554
- {
555
- "name": "min_present",
556
- "size": 1,
557
- "signed": false
558
- }
559
- ]
560
- ]
561
- },
562
- {
563
- "name": "min",
564
- "type": [
565
- "switch",
566
- {
567
- "compareTo": "flags/min_present",
568
- "fields": {
569
- "1": "f32"
570
- },
571
- "default": "void"
572
- }
573
- ]
574
- },
575
- {
576
- "name": "max",
577
- "type": [
578
- "switch",
579
- {
580
- "compareTo": "flags/max_present",
581
- "fields": {
582
- "1": "f32"
583
- },
584
- "default": "void"
585
- }
586
- ]
587
- }
530
+ "compareTo": "parser",
531
+ "fields": {
532
+ "brigadier:bool": "void",
533
+ "brigadier:float": [
534
+ "container",
535
+ [
536
+ {
537
+ "name": "flags",
538
+ "type": [
539
+ "bitfield",
540
+ [
541
+ {
542
+ "name": "unused",
543
+ "size": 6,
544
+ "signed": false
545
+ },
546
+ {
547
+ "name": "max_present",
548
+ "size": 1,
549
+ "signed": false
550
+ },
551
+ {
552
+ "name": "min_present",
553
+ "size": 1,
554
+ "signed": false
555
+ }
556
+ ]
588
557
  ]
589
- ],
590
- "brigadier:double": [
591
- "container",
592
- [
593
- {
594
- "name": "flags",
595
- "type": [
596
- "bitfield",
597
- [
598
- {
599
- "name": "unused",
600
- "size": 6,
601
- "signed": false
602
- },
603
- {
604
- "name": "max_present",
605
- "size": 1,
606
- "signed": false
607
- },
608
- {
609
- "name": "min_present",
610
- "size": 1,
611
- "signed": false
612
- }
613
- ]
614
- ]
615
- },
616
- {
617
- "name": "min",
618
- "type": [
619
- "switch",
620
- {
621
- "compareTo": "flags/min_present",
622
- "fields": {
623
- "1": "f64"
624
- },
625
- "default": "void"
626
- }
627
- ]
628
- },
558
+ },
559
+ {
560
+ "name": "min",
561
+ "type": [
562
+ "switch",
629
563
  {
630
- "name": "max",
631
- "type": [
632
- "switch",
633
- {
634
- "compareTo": "flags/max_present",
635
- "fields": {
636
- "1": "f64"
637
- },
638
- "default": "void"
639
- }
640
- ]
564
+ "compareTo": "flags/min_present",
565
+ "fields": {
566
+ "1": "f32"
567
+ },
568
+ "default": "void"
641
569
  }
642
570
  ]
643
- ],
644
- "brigadier:integer": [
645
- "container",
646
- [
647
- {
648
- "name": "flags",
649
- "type": [
650
- "bitfield",
651
- [
652
- {
653
- "name": "unused",
654
- "size": 6,
655
- "signed": false
656
- },
657
- {
658
- "name": "max_present",
659
- "size": 1,
660
- "signed": false
661
- },
662
- {
663
- "name": "min_present",
664
- "size": 1,
665
- "signed": false
666
- }
667
- ]
668
- ]
669
- },
670
- {
671
- "name": "min",
672
- "type": [
673
- "switch",
674
- {
675
- "compareTo": "flags/min_present",
676
- "fields": {
677
- "1": "i32"
678
- },
679
- "default": "void"
680
- }
681
- ]
682
- },
571
+ },
572
+ {
573
+ "name": "max",
574
+ "type": [
575
+ "switch",
683
576
  {
684
- "name": "max",
685
- "type": [
686
- "switch",
687
- {
688
- "compareTo": "flags/max_present",
689
- "fields": {
690
- "1": "i32"
691
- },
692
- "default": "void"
693
- }
694
- ]
577
+ "compareTo": "flags/max_present",
578
+ "fields": {
579
+ "1": "f32"
580
+ },
581
+ "default": "void"
695
582
  }
696
583
  ]
697
- ],
698
- "brigadier:long": [
699
- "container",
700
- [
701
- {
702
- "name": "flags",
703
- "type": [
704
- "bitfield",
705
- [
706
- {
707
- "name": "unused",
708
- "size": 6,
709
- "signed": false
710
- },
711
- {
712
- "name": "max_present",
713
- "size": 1,
714
- "signed": false
715
- },
716
- {
717
- "name": "min_present",
718
- "size": 1,
719
- "signed": false
720
- }
721
- ]
722
- ]
723
- },
724
- {
725
- "name": "min",
726
- "type": [
727
- "switch",
728
- {
729
- "compareTo": "flags/min_present",
730
- "fields": {
731
- "1": "i64"
732
- },
733
- "default": "void"
734
- }
735
- ]
736
- },
584
+ }
585
+ ]
586
+ ],
587
+ "brigadier:double": [
588
+ "container",
589
+ [
590
+ {
591
+ "name": "flags",
592
+ "type": [
593
+ "bitfield",
594
+ [
595
+ {
596
+ "name": "unused",
597
+ "size": 6,
598
+ "signed": false
599
+ },
600
+ {
601
+ "name": "max_present",
602
+ "size": 1,
603
+ "signed": false
604
+ },
605
+ {
606
+ "name": "min_present",
607
+ "size": 1,
608
+ "signed": false
609
+ }
610
+ ]
611
+ ]
612
+ },
613
+ {
614
+ "name": "min",
615
+ "type": [
616
+ "switch",
737
617
  {
738
- "name": "max",
739
- "type": [
740
- "switch",
741
- {
742
- "compareTo": "flags/max_present",
743
- "fields": {
744
- "1": "i64"
745
- },
746
- "default": "void"
747
- }
748
- ]
618
+ "compareTo": "flags/min_present",
619
+ "fields": {
620
+ "1": "f64"
621
+ },
622
+ "default": "void"
749
623
  }
750
624
  ]
751
- ],
752
- "brigadier:string": [
753
- "mapper",
754
- {
755
- "type": "varint",
756
- "mappings": {
757
- "0": "SINGLE_WORD",
758
- "1": "QUOTABLE_PHRASE",
759
- "2": "GREEDY_PHRASE"
760
- }
761
- }
762
- ],
763
- "minecraft:entity": [
764
- "bitfield",
765
- [
766
- {
767
- "name": "unused",
768
- "size": 6,
769
- "signed": false
770
- },
771
- {
772
- "name": "onlyAllowPlayers",
773
- "size": 1,
774
- "signed": false
775
- },
625
+ },
626
+ {
627
+ "name": "max",
628
+ "type": [
629
+ "switch",
776
630
  {
777
- "name": "onlyAllowEntities",
778
- "size": 1,
779
- "signed": false
631
+ "compareTo": "flags/max_present",
632
+ "fields": {
633
+ "1": "f64"
634
+ },
635
+ "default": "void"
780
636
  }
781
637
  ]
782
- ],
783
- "minecraft:game_profile": "void",
784
- "minecraft:block_pos": "void",
785
- "minecraft:column_pos": "void",
786
- "minecraft:vec3": "void",
787
- "minecraft:vec2": "void",
788
- "minecraft:block_state": "void",
789
- "minecraft:block_predicate": "void",
790
- "minecraft:item_stack": "void",
791
- "minecraft:item_predicate": "void",
792
- "minecraft:color": "void",
793
- "minecraft:component": "void",
794
- "minecraft:message": "void",
795
- "minecraft:nbt": "void",
796
- "minecraft:nbt_path": "void",
797
- "minecraft:objective": "void",
798
- "minecraft:objective_criteria": "void",
799
- "minecraft:operation": "void",
800
- "minecraft:particle": "void",
801
- "minecraft:angle": "void",
802
- "minecraft:rotation": "void",
803
- "minecraft:scoreboard_slot": "void",
804
- "minecraft:score_holder": [
805
- "bitfield",
806
- [
807
- {
808
- "name": "unused",
809
- "size": 7,
810
- "signed": false
811
- },
638
+ }
639
+ ]
640
+ ],
641
+ "brigadier:integer": [
642
+ "container",
643
+ [
644
+ {
645
+ "name": "flags",
646
+ "type": [
647
+ "bitfield",
648
+ [
649
+ {
650
+ "name": "unused",
651
+ "size": 6,
652
+ "signed": false
653
+ },
654
+ {
655
+ "name": "max_present",
656
+ "size": 1,
657
+ "signed": false
658
+ },
659
+ {
660
+ "name": "min_present",
661
+ "size": 1,
662
+ "signed": false
663
+ }
664
+ ]
665
+ ]
666
+ },
667
+ {
668
+ "name": "min",
669
+ "type": [
670
+ "switch",
812
671
  {
813
- "name": "allowMultiple",
814
- "size": 1,
815
- "signed": false
672
+ "compareTo": "flags/min_present",
673
+ "fields": {
674
+ "1": "i32"
675
+ },
676
+ "default": "void"
816
677
  }
817
678
  ]
818
- ],
819
- "minecraft:swizzle": "void",
820
- "minecraft:team": "void",
821
- "minecraft:item_slot": "void",
822
- "minecraft:resource_location": "void",
823
- "minecraft:mob_effect": "void",
824
- "minecraft:function": "void",
825
- "minecraft:entity_anchor": "void",
826
- "minecraft:range": [
827
- "container",
828
- [
679
+ },
680
+ {
681
+ "name": "max",
682
+ "type": [
683
+ "switch",
829
684
  {
830
- "name": "allowDecimals",
831
- "type": "bool"
685
+ "compareTo": "flags/max_present",
686
+ "fields": {
687
+ "1": "i32"
688
+ },
689
+ "default": "void"
832
690
  }
833
691
  ]
834
- ],
835
- "minecraft:int_range": "void",
836
- "minecraft:float_range": "void",
837
- "minecraft:item_enchantment": "void",
838
- "minecraft:entity_summon": "void",
839
- "minecraft:dimension": "void",
840
- "minecraft:nbt_compound_tag": "void",
841
- "minecraft:time": "void",
842
- "minecraft:resource_or_tag": [
843
- "container",
844
- [
692
+ }
693
+ ]
694
+ ],
695
+ "brigadier:long": [
696
+ "container",
697
+ [
698
+ {
699
+ "name": "flags",
700
+ "type": [
701
+ "bitfield",
702
+ [
703
+ {
704
+ "name": "unused",
705
+ "size": 6,
706
+ "signed": false
707
+ },
708
+ {
709
+ "name": "max_present",
710
+ "size": 1,
711
+ "signed": false
712
+ },
713
+ {
714
+ "name": "min_present",
715
+ "size": 1,
716
+ "signed": false
717
+ }
718
+ ]
719
+ ]
720
+ },
721
+ {
722
+ "name": "min",
723
+ "type": [
724
+ "switch",
845
725
  {
846
- "name": "registry",
847
- "type": "string"
726
+ "compareTo": "flags/min_present",
727
+ "fields": {
728
+ "1": "i64"
729
+ },
730
+ "default": "void"
848
731
  }
849
732
  ]
850
- ],
851
- "minecraft:resource": [
852
- "container",
853
- [
733
+ },
734
+ {
735
+ "name": "max",
736
+ "type": [
737
+ "switch",
854
738
  {
855
- "name": "registry",
856
- "type": "string"
739
+ "compareTo": "flags/max_present",
740
+ "fields": {
741
+ "1": "i64"
742
+ },
743
+ "default": "void"
857
744
  }
858
745
  ]
859
- ],
860
- "minecraft:uuid": "void"
746
+ }
747
+ ]
748
+ ],
749
+ "brigadier:string": [
750
+ "mapper",
751
+ {
752
+ "type": "varint",
753
+ "mappings": {
754
+ "0": "SINGLE_WORD",
755
+ "1": "QUOTABLE_PHRASE",
756
+ "2": "GREEDY_PHRASE"
757
+ }
861
758
  }
862
- }
863
- ]
864
- },
759
+ ],
760
+ "minecraft:entity": [
761
+ "bitfield",
762
+ [
763
+ {
764
+ "name": "unused",
765
+ "size": 6,
766
+ "signed": false
767
+ },
768
+ {
769
+ "name": "onlyAllowPlayers",
770
+ "size": 1,
771
+ "signed": false
772
+ },
773
+ {
774
+ "name": "onlyAllowEntities",
775
+ "size": 1,
776
+ "signed": false
777
+ }
778
+ ]
779
+ ],
780
+ "minecraft:game_profile": "void",
781
+ "minecraft:block_pos": "void",
782
+ "minecraft:column_pos": "void",
783
+ "minecraft:vec3": "void",
784
+ "minecraft:vec2": "void",
785
+ "minecraft:block_state": "void",
786
+ "minecraft:block_predicate": "void",
787
+ "minecraft:item_stack": "void",
788
+ "minecraft:item_predicate": "void",
789
+ "minecraft:color": "void",
790
+ "minecraft:component": "void",
791
+ "minecraft:message": "void",
792
+ "minecraft:nbt": "void",
793
+ "minecraft:nbt_path": "void",
794
+ "minecraft:objective": "void",
795
+ "minecraft:objective_criteria": "void",
796
+ "minecraft:operation": "void",
797
+ "minecraft:particle": "void",
798
+ "minecraft:angle": "void",
799
+ "minecraft:rotation": "void",
800
+ "minecraft:scoreboard_slot": "void",
801
+ "minecraft:score_holder": [
802
+ "bitfield",
803
+ [
804
+ {
805
+ "name": "unused",
806
+ "size": 7,
807
+ "signed": false
808
+ },
809
+ {
810
+ "name": "allowMultiple",
811
+ "size": 1,
812
+ "signed": false
813
+ }
814
+ ]
815
+ ],
816
+ "minecraft:swizzle": "void",
817
+ "minecraft:team": "void",
818
+ "minecraft:item_slot": "void",
819
+ "minecraft:resource_location": "void",
820
+ "minecraft:mob_effect": "void",
821
+ "minecraft:function": "void",
822
+ "minecraft:entity_anchor": "void",
823
+ "minecraft:range": [
824
+ "container",
825
+ [
826
+ {
827
+ "name": "allowDecimals",
828
+ "type": "bool"
829
+ }
830
+ ]
831
+ ],
832
+ "minecraft:int_range": "void",
833
+ "minecraft:float_range": "void",
834
+ "minecraft:item_enchantment": "void",
835
+ "minecraft:entity_summon": "void",
836
+ "minecraft:dimension": "void",
837
+ "minecraft:nbt_compound_tag": "void",
838
+ "minecraft:time": "void",
839
+ "minecraft:resource_or_tag": [
840
+ "container",
841
+ [
842
+ {
843
+ "name": "registry",
844
+ "type": "string"
845
+ }
846
+ ]
847
+ ],
848
+ "minecraft:resource": [
849
+ "container",
850
+ [
851
+ {
852
+ "name": "registry",
853
+ "type": "string"
854
+ }
855
+ ]
856
+ ],
857
+ "minecraft:uuid": "void"
858
+ }
859
+ }
860
+ ]
861
+ },
862
+ {
863
+ "name": "suggestionType",
864
+ "type": [
865
+ "switch",
865
866
  {
866
- "name": "suggestionType",
867
- "type": [
868
- "switch",
869
- {
870
- "compareTo": "../flags/has_custom_suggestions",
871
- "fields": {
872
- "1": "string"
873
- },
874
- "default": "void"
875
- }
876
- ]
867
+ "compareTo": "../flags/has_custom_suggestions",
868
+ "fields": {
869
+ "1": "string"
870
+ },
871
+ "default": "void"
877
872
  }
878
873
  ]
879
- ]
880
- }
881
- }
882
- ]
874
+ }
875
+ ]
876
+ ]
877
+ }
883
878
  }
884
879
  ]
885
- ]
886
- }
880
+ }
881
+ ]
887
882
  ]
888
883
  },
889
884
  "handshaking": {
@@ -1944,7 +1939,13 @@
1944
1939
  [
1945
1940
  {
1946
1941
  "name": "nodes",
1947
- "type": "command_node"
1942
+ "type": [
1943
+ "array",
1944
+ {
1945
+ "countType": "varint",
1946
+ "type": "command_node"
1947
+ }
1948
+ ]
1948
1949
  },
1949
1950
  {
1950
1951
  "name": "rootIndex",
@@ -2069,7 +2070,7 @@
2069
2070
  "array",
2070
2071
  {
2071
2072
  "countType": "varint",
2072
- "type": "varint"
2073
+ "type": "varlong"
2073
2074
  }
2074
2075
  ]
2075
2076
  }
@@ -4365,7 +4366,7 @@
4365
4366
  },
4366
4367
  {
4367
4368
  "name": "speed",
4368
- "type": "varint"
4369
+ "type": "varlong"
4369
4370
  },
4370
4371
  {
4371
4372
  "name": "portalTeleportBoundary",
@@ -4416,7 +4417,7 @@
4416
4417
  },
4417
4418
  {
4418
4419
  "name": "speed",
4419
- "type": "varint"
4420
+ "type": "varlong"
4420
4421
  }
4421
4422
  ]
4422
4423
  ],
@@ -4948,7 +4949,7 @@
4948
4949
  },
4949
4950
  {
4950
4951
  "name": "seed",
4951
- "type": "varint"
4952
+ "type": "varlong"
4952
4953
  },
4953
4954
  {
4954
4955
  "name": "flags",