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
  "u16": "native",
@@ -389,455 +390,449 @@
389
390
  }
390
391
  ],
391
392
  "command_node": [
392
- "array",
393
- {
394
- "countType": "varint",
395
- "type": [
396
- "container",
397
- [
398
- {
399
- "name": "flags",
400
- "type": [
401
- "bitfield",
402
- [
403
- {
404
- "name": "unused",
405
- "size": 3,
406
- "signed": false
407
- },
408
- {
409
- "name": "has_custom_suggestions",
410
- "size": 1,
411
- "signed": false
412
- },
413
- {
414
- "name": "has_redirect_node",
415
- "size": 1,
416
- "signed": false
417
- },
418
- {
419
- "name": "has_command",
420
- "size": 1,
421
- "signed": false
422
- },
423
- {
424
- "name": "command_node_type",
425
- "size": 2,
426
- "signed": false
427
- }
428
- ]
429
- ]
430
- },
393
+ "container",
394
+ [
395
+ {
396
+ "name": "flags",
397
+ "type": [
398
+ "bitfield",
399
+ [
400
+ {
401
+ "name": "unused",
402
+ "size": 3,
403
+ "signed": false
404
+ },
405
+ {
406
+ "name": "has_custom_suggestions",
407
+ "size": 1,
408
+ "signed": false
409
+ },
410
+ {
411
+ "name": "has_redirect_node",
412
+ "size": 1,
413
+ "signed": false
414
+ },
415
+ {
416
+ "name": "has_command",
417
+ "size": 1,
418
+ "signed": false
419
+ },
420
+ {
421
+ "name": "command_node_type",
422
+ "size": 2,
423
+ "signed": false
424
+ }
425
+ ]
426
+ ]
427
+ },
428
+ {
429
+ "name": "children",
430
+ "type": [
431
+ "array",
431
432
  {
432
- "name": "children",
433
- "type": [
434
- "array",
435
- {
436
- "countType": "varint",
437
- "type": "varint"
438
- }
439
- ]
440
- },
433
+ "countType": "varint",
434
+ "type": "varint"
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "name": "redirectNode",
440
+ "type": [
441
+ "switch",
441
442
  {
442
- "name": "redirectNode",
443
- "type": [
444
- "switch",
445
- {
446
- "compareTo": "flags/has_redirect_node",
447
- "fields": {
448
- "1": "varint"
449
- },
450
- "default": "void"
451
- }
452
- ]
453
- },
443
+ "compareTo": "flags/has_redirect_node",
444
+ "fields": {
445
+ "1": "varint"
446
+ },
447
+ "default": "void"
448
+ }
449
+ ]
450
+ },
451
+ {
452
+ "name": "extraNodeData",
453
+ "type": [
454
+ "switch",
454
455
  {
455
- "name": "extraNodeData",
456
- "type": [
457
- "switch",
458
- {
459
- "compareTo": "flags/command_node_type",
460
- "fields": {
461
- "0": "void",
462
- "1": [
463
- "container",
464
- [
465
- {
466
- "name": "name",
467
- "type": "string"
468
- }
469
- ]
470
- ],
471
- "2": [
472
- "container",
473
- [
474
- {
475
- "name": "name",
476
- "type": "string"
477
- },
478
- {
479
- "name": "parser",
480
- "type": "string"
481
- },
456
+ "compareTo": "flags/command_node_type",
457
+ "fields": {
458
+ "0": "void",
459
+ "1": [
460
+ "container",
461
+ [
462
+ {
463
+ "name": "name",
464
+ "type": "string"
465
+ }
466
+ ]
467
+ ],
468
+ "2": [
469
+ "container",
470
+ [
471
+ {
472
+ "name": "name",
473
+ "type": "string"
474
+ },
475
+ {
476
+ "name": "parser",
477
+ "type": "string"
478
+ },
479
+ {
480
+ "name": "properties",
481
+ "type": [
482
+ "switch",
482
483
  {
483
- "name": "properties",
484
- "type": [
485
- "switch",
486
- {
487
- "compareTo": "parser",
488
- "fields": {
489
- "brigadier:bool": "void",
490
- "brigadier:float": [
491
- "container",
492
- [
493
- {
494
- "name": "flags",
495
- "type": [
496
- "bitfield",
497
- [
498
- {
499
- "name": "unused",
500
- "size": 6,
501
- "signed": false
502
- },
503
- {
504
- "name": "max_present",
505
- "size": 1,
506
- "signed": false
507
- },
508
- {
509
- "name": "min_present",
510
- "size": 1,
511
- "signed": false
512
- }
513
- ]
514
- ]
515
- },
516
- {
517
- "name": "min",
518
- "type": [
519
- "switch",
520
- {
521
- "compareTo": "flags/min_present",
522
- "fields": {
523
- "1": "f32"
524
- },
525
- "default": "void"
526
- }
527
- ]
528
- },
529
- {
530
- "name": "max",
531
- "type": [
532
- "switch",
533
- {
534
- "compareTo": "flags/max_present",
535
- "fields": {
536
- "1": "f32"
537
- },
538
- "default": "void"
539
- }
540
- ]
541
- }
484
+ "compareTo": "parser",
485
+ "fields": {
486
+ "brigadier:bool": "void",
487
+ "brigadier:float": [
488
+ "container",
489
+ [
490
+ {
491
+ "name": "flags",
492
+ "type": [
493
+ "bitfield",
494
+ [
495
+ {
496
+ "name": "unused",
497
+ "size": 6,
498
+ "signed": false
499
+ },
500
+ {
501
+ "name": "max_present",
502
+ "size": 1,
503
+ "signed": false
504
+ },
505
+ {
506
+ "name": "min_present",
507
+ "size": 1,
508
+ "signed": false
509
+ }
510
+ ]
542
511
  ]
543
- ],
544
- "brigadier:double": [
545
- "container",
546
- [
547
- {
548
- "name": "flags",
549
- "type": [
550
- "bitfield",
551
- [
552
- {
553
- "name": "unused",
554
- "size": 6,
555
- "signed": false
556
- },
557
- {
558
- "name": "max_present",
559
- "size": 1,
560
- "signed": false
561
- },
562
- {
563
- "name": "min_present",
564
- "size": 1,
565
- "signed": false
566
- }
567
- ]
568
- ]
569
- },
570
- {
571
- "name": "min",
572
- "type": [
573
- "switch",
574
- {
575
- "compareTo": "flags/min_present",
576
- "fields": {
577
- "1": "f64"
578
- },
579
- "default": "void"
580
- }
581
- ]
582
- },
512
+ },
513
+ {
514
+ "name": "min",
515
+ "type": [
516
+ "switch",
583
517
  {
584
- "name": "max",
585
- "type": [
586
- "switch",
587
- {
588
- "compareTo": "flags/max_present",
589
- "fields": {
590
- "1": "f64"
591
- },
592
- "default": "void"
593
- }
594
- ]
518
+ "compareTo": "flags/min_present",
519
+ "fields": {
520
+ "1": "f32"
521
+ },
522
+ "default": "void"
595
523
  }
596
524
  ]
597
- ],
598
- "brigadier:integer": [
599
- "container",
600
- [
601
- {
602
- "name": "flags",
603
- "type": [
604
- "bitfield",
605
- [
606
- {
607
- "name": "unused",
608
- "size": 6,
609
- "signed": false
610
- },
611
- {
612
- "name": "max_present",
613
- "size": 1,
614
- "signed": false
615
- },
616
- {
617
- "name": "min_present",
618
- "size": 1,
619
- "signed": false
620
- }
621
- ]
622
- ]
623
- },
624
- {
625
- "name": "min",
626
- "type": [
627
- "switch",
628
- {
629
- "compareTo": "flags/min_present",
630
- "fields": {
631
- "1": "i32"
632
- },
633
- "default": "void"
634
- }
635
- ]
636
- },
525
+ },
526
+ {
527
+ "name": "max",
528
+ "type": [
529
+ "switch",
637
530
  {
638
- "name": "max",
639
- "type": [
640
- "switch",
641
- {
642
- "compareTo": "flags/max_present",
643
- "fields": {
644
- "1": "i32"
645
- },
646
- "default": "void"
647
- }
648
- ]
531
+ "compareTo": "flags/max_present",
532
+ "fields": {
533
+ "1": "f32"
534
+ },
535
+ "default": "void"
649
536
  }
650
537
  ]
651
- ],
652
- "brigadier:long": [
653
- "container",
654
- [
655
- {
656
- "name": "flags",
657
- "type": [
658
- "bitfield",
659
- [
660
- {
661
- "name": "unused",
662
- "size": 6,
663
- "signed": false
664
- },
665
- {
666
- "name": "max_present",
667
- "size": 1,
668
- "signed": false
669
- },
670
- {
671
- "name": "min_present",
672
- "size": 1,
673
- "signed": false
674
- }
675
- ]
676
- ]
677
- },
678
- {
679
- "name": "min",
680
- "type": [
681
- "switch",
682
- {
683
- "compareTo": "flags/min_present",
684
- "fields": {
685
- "1": "i64"
686
- },
687
- "default": "void"
688
- }
689
- ]
690
- },
538
+ }
539
+ ]
540
+ ],
541
+ "brigadier:double": [
542
+ "container",
543
+ [
544
+ {
545
+ "name": "flags",
546
+ "type": [
547
+ "bitfield",
548
+ [
549
+ {
550
+ "name": "unused",
551
+ "size": 6,
552
+ "signed": false
553
+ },
554
+ {
555
+ "name": "max_present",
556
+ "size": 1,
557
+ "signed": false
558
+ },
559
+ {
560
+ "name": "min_present",
561
+ "size": 1,
562
+ "signed": false
563
+ }
564
+ ]
565
+ ]
566
+ },
567
+ {
568
+ "name": "min",
569
+ "type": [
570
+ "switch",
691
571
  {
692
- "name": "max",
693
- "type": [
694
- "switch",
695
- {
696
- "compareTo": "flags/max_present",
697
- "fields": {
698
- "1": "i64"
699
- },
700
- "default": "void"
701
- }
702
- ]
572
+ "compareTo": "flags/min_present",
573
+ "fields": {
574
+ "1": "f64"
575
+ },
576
+ "default": "void"
703
577
  }
704
578
  ]
705
- ],
706
- "brigadier:string": [
707
- "mapper",
708
- {
709
- "type": "varint",
710
- "mappings": {
711
- "0": "SINGLE_WORD",
712
- "1": "QUOTABLE_PHRASE",
713
- "2": "GREEDY_PHRASE"
714
- }
715
- }
716
- ],
717
- "minecraft:entity": [
718
- "bitfield",
719
- [
720
- {
721
- "name": "unused",
722
- "size": 6,
723
- "signed": false
724
- },
725
- {
726
- "name": "onlyAllowPlayers",
727
- "size": 1,
728
- "signed": false
729
- },
579
+ },
580
+ {
581
+ "name": "max",
582
+ "type": [
583
+ "switch",
730
584
  {
731
- "name": "onlyAllowEntities",
732
- "size": 1,
733
- "signed": false
585
+ "compareTo": "flags/max_present",
586
+ "fields": {
587
+ "1": "f64"
588
+ },
589
+ "default": "void"
734
590
  }
735
591
  ]
736
- ],
737
- "minecraft:game_profile": "void",
738
- "minecraft:block_pos": "void",
739
- "minecraft:column_pos": "void",
740
- "minecraft:vec3": "void",
741
- "minecraft:vec2": "void",
742
- "minecraft:block_state": "void",
743
- "minecraft:block_predicate": "void",
744
- "minecraft:item_stack": "void",
745
- "minecraft:item_predicate": "void",
746
- "minecraft:color": "void",
747
- "minecraft:component": "void",
748
- "minecraft:message": "void",
749
- "minecraft:nbt": "void",
750
- "minecraft:nbt_path": "void",
751
- "minecraft:objective": "void",
752
- "minecraft:objective_criteria": "void",
753
- "minecraft:operation": "void",
754
- "minecraft:particle": "void",
755
- "minecraft:angle": "void",
756
- "minecraft:rotation": "void",
757
- "minecraft:scoreboard_slot": "void",
758
- "minecraft:score_holder": [
759
- "bitfield",
760
- [
761
- {
762
- "name": "unused",
763
- "size": 7,
764
- "signed": false
765
- },
592
+ }
593
+ ]
594
+ ],
595
+ "brigadier:integer": [
596
+ "container",
597
+ [
598
+ {
599
+ "name": "flags",
600
+ "type": [
601
+ "bitfield",
602
+ [
603
+ {
604
+ "name": "unused",
605
+ "size": 6,
606
+ "signed": false
607
+ },
608
+ {
609
+ "name": "max_present",
610
+ "size": 1,
611
+ "signed": false
612
+ },
613
+ {
614
+ "name": "min_present",
615
+ "size": 1,
616
+ "signed": false
617
+ }
618
+ ]
619
+ ]
620
+ },
621
+ {
622
+ "name": "min",
623
+ "type": [
624
+ "switch",
766
625
  {
767
- "name": "allowMultiple",
768
- "size": 1,
769
- "signed": false
626
+ "compareTo": "flags/min_present",
627
+ "fields": {
628
+ "1": "i32"
629
+ },
630
+ "default": "void"
770
631
  }
771
632
  ]
772
- ],
773
- "minecraft:swizzle": "void",
774
- "minecraft:team": "void",
775
- "minecraft:item_slot": "void",
776
- "minecraft:resource_location": "void",
777
- "minecraft:mob_effect": "void",
778
- "minecraft:function": "void",
779
- "minecraft:entity_anchor": "void",
780
- "minecraft:range": [
781
- "container",
782
- [
633
+ },
634
+ {
635
+ "name": "max",
636
+ "type": [
637
+ "switch",
783
638
  {
784
- "name": "allowDecimals",
785
- "type": "bool"
639
+ "compareTo": "flags/max_present",
640
+ "fields": {
641
+ "1": "i32"
642
+ },
643
+ "default": "void"
786
644
  }
787
645
  ]
788
- ],
789
- "minecraft:int_range": "void",
790
- "minecraft:float_range": "void",
791
- "minecraft:item_enchantment": "void",
792
- "minecraft:entity_summon": "void",
793
- "minecraft:dimension": "void",
794
- "minecraft:nbt_compound_tag": "void",
795
- "minecraft:time": "void",
796
- "minecraft:resource_or_tag": [
797
- "container",
798
- [
646
+ }
647
+ ]
648
+ ],
649
+ "brigadier:long": [
650
+ "container",
651
+ [
652
+ {
653
+ "name": "flags",
654
+ "type": [
655
+ "bitfield",
656
+ [
657
+ {
658
+ "name": "unused",
659
+ "size": 6,
660
+ "signed": false
661
+ },
662
+ {
663
+ "name": "max_present",
664
+ "size": 1,
665
+ "signed": false
666
+ },
667
+ {
668
+ "name": "min_present",
669
+ "size": 1,
670
+ "signed": false
671
+ }
672
+ ]
673
+ ]
674
+ },
675
+ {
676
+ "name": "min",
677
+ "type": [
678
+ "switch",
799
679
  {
800
- "name": "registry",
801
- "type": "string"
680
+ "compareTo": "flags/min_present",
681
+ "fields": {
682
+ "1": "i64"
683
+ },
684
+ "default": "void"
802
685
  }
803
686
  ]
804
- ],
805
- "minecraft:resource": [
806
- "container",
807
- [
687
+ },
688
+ {
689
+ "name": "max",
690
+ "type": [
691
+ "switch",
808
692
  {
809
- "name": "registry",
810
- "type": "string"
693
+ "compareTo": "flags/max_present",
694
+ "fields": {
695
+ "1": "i64"
696
+ },
697
+ "default": "void"
811
698
  }
812
699
  ]
813
- ],
814
- "minecraft:uuid": "void"
700
+ }
701
+ ]
702
+ ],
703
+ "brigadier:string": [
704
+ "mapper",
705
+ {
706
+ "type": "varint",
707
+ "mappings": {
708
+ "0": "SINGLE_WORD",
709
+ "1": "QUOTABLE_PHRASE",
710
+ "2": "GREEDY_PHRASE"
711
+ }
815
712
  }
816
- }
817
- ]
818
- },
713
+ ],
714
+ "minecraft:entity": [
715
+ "bitfield",
716
+ [
717
+ {
718
+ "name": "unused",
719
+ "size": 6,
720
+ "signed": false
721
+ },
722
+ {
723
+ "name": "onlyAllowPlayers",
724
+ "size": 1,
725
+ "signed": false
726
+ },
727
+ {
728
+ "name": "onlyAllowEntities",
729
+ "size": 1,
730
+ "signed": false
731
+ }
732
+ ]
733
+ ],
734
+ "minecraft:game_profile": "void",
735
+ "minecraft:block_pos": "void",
736
+ "minecraft:column_pos": "void",
737
+ "minecraft:vec3": "void",
738
+ "minecraft:vec2": "void",
739
+ "minecraft:block_state": "void",
740
+ "minecraft:block_predicate": "void",
741
+ "minecraft:item_stack": "void",
742
+ "minecraft:item_predicate": "void",
743
+ "minecraft:color": "void",
744
+ "minecraft:component": "void",
745
+ "minecraft:message": "void",
746
+ "minecraft:nbt": "void",
747
+ "minecraft:nbt_path": "void",
748
+ "minecraft:objective": "void",
749
+ "minecraft:objective_criteria": "void",
750
+ "minecraft:operation": "void",
751
+ "minecraft:particle": "void",
752
+ "minecraft:angle": "void",
753
+ "minecraft:rotation": "void",
754
+ "minecraft:scoreboard_slot": "void",
755
+ "minecraft:score_holder": [
756
+ "bitfield",
757
+ [
758
+ {
759
+ "name": "unused",
760
+ "size": 7,
761
+ "signed": false
762
+ },
763
+ {
764
+ "name": "allowMultiple",
765
+ "size": 1,
766
+ "signed": false
767
+ }
768
+ ]
769
+ ],
770
+ "minecraft:swizzle": "void",
771
+ "minecraft:team": "void",
772
+ "minecraft:item_slot": "void",
773
+ "minecraft:resource_location": "void",
774
+ "minecraft:mob_effect": "void",
775
+ "minecraft:function": "void",
776
+ "minecraft:entity_anchor": "void",
777
+ "minecraft:range": [
778
+ "container",
779
+ [
780
+ {
781
+ "name": "allowDecimals",
782
+ "type": "bool"
783
+ }
784
+ ]
785
+ ],
786
+ "minecraft:int_range": "void",
787
+ "minecraft:float_range": "void",
788
+ "minecraft:item_enchantment": "void",
789
+ "minecraft:entity_summon": "void",
790
+ "minecraft:dimension": "void",
791
+ "minecraft:nbt_compound_tag": "void",
792
+ "minecraft:time": "void",
793
+ "minecraft:resource_or_tag": [
794
+ "container",
795
+ [
796
+ {
797
+ "name": "registry",
798
+ "type": "string"
799
+ }
800
+ ]
801
+ ],
802
+ "minecraft:resource": [
803
+ "container",
804
+ [
805
+ {
806
+ "name": "registry",
807
+ "type": "string"
808
+ }
809
+ ]
810
+ ],
811
+ "minecraft:uuid": "void"
812
+ }
813
+ }
814
+ ]
815
+ },
816
+ {
817
+ "name": "suggestionType",
818
+ "type": [
819
+ "switch",
819
820
  {
820
- "name": "suggestionType",
821
- "type": [
822
- "switch",
823
- {
824
- "compareTo": "../flags/has_custom_suggestions",
825
- "fields": {
826
- "1": "string"
827
- },
828
- "default": "void"
829
- }
830
- ]
821
+ "compareTo": "../flags/has_custom_suggestions",
822
+ "fields": {
823
+ "1": "string"
824
+ },
825
+ "default": "void"
831
826
  }
832
827
  ]
833
- ]
834
- }
835
- }
836
- ]
828
+ }
829
+ ]
830
+ ]
831
+ }
837
832
  }
838
833
  ]
839
- ]
840
- }
834
+ }
835
+ ]
841
836
  ]
842
837
  },
843
838
  "handshaking": {
@@ -1898,7 +1893,13 @@
1898
1893
  [
1899
1894
  {
1900
1895
  "name": "nodes",
1901
- "type": "command_node"
1896
+ "type": [
1897
+ "array",
1898
+ {
1899
+ "countType": "varint",
1900
+ "type": "command_node"
1901
+ }
1902
+ ]
1902
1903
  },
1903
1904
  {
1904
1905
  "name": "rootIndex",
@@ -2023,7 +2024,7 @@
2023
2024
  "array",
2024
2025
  {
2025
2026
  "countType": "varint",
2026
- "type": "varint"
2027
+ "type": "varlong"
2027
2028
  }
2028
2029
  ]
2029
2030
  }
@@ -4259,7 +4260,7 @@
4259
4260
  },
4260
4261
  {
4261
4262
  "name": "speed",
4262
- "type": "varint"
4263
+ "type": "varlong"
4263
4264
  },
4264
4265
  {
4265
4266
  "name": "portalTeleportBoundary",
@@ -4310,7 +4311,7 @@
4310
4311
  },
4311
4312
  {
4312
4313
  "name": "speed",
4313
- "type": "varint"
4314
+ "type": "varlong"
4314
4315
  }
4315
4316
  ]
4316
4317
  ],
@@ -4831,7 +4832,7 @@
4831
4832
  },
4832
4833
  {
4833
4834
  "name": "seed",
4834
- "type": "varint"
4835
+ "type": "varlong"
4835
4836
  },
4836
4837
  {
4837
4838
  "name": "flags",