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",
@@ -309,455 +310,449 @@
309
310
  ]]
310
311
  }],
311
312
  "command_node": [
312
- "array",
313
- {
314
- "countType": "varint",
315
- "type": [
316
- "container",
317
- [
318
- {
319
- "name": "flags",
320
- "type": [
321
- "bitfield",
322
- [
323
- {
324
- "name": "unused",
325
- "size": 3,
326
- "signed": false
327
- },
328
- {
329
- "name": "has_custom_suggestions",
330
- "size": 1,
331
- "signed": false
332
- },
333
- {
334
- "name": "has_redirect_node",
335
- "size": 1,
336
- "signed": false
337
- },
338
- {
339
- "name": "has_command",
340
- "size": 1,
341
- "signed": false
342
- },
343
- {
344
- "name": "command_node_type",
345
- "size": 2,
346
- "signed": false
347
- }
348
- ]
349
- ]
350
- },
313
+ "container",
314
+ [
315
+ {
316
+ "name": "flags",
317
+ "type": [
318
+ "bitfield",
319
+ [
320
+ {
321
+ "name": "unused",
322
+ "size": 3,
323
+ "signed": false
324
+ },
325
+ {
326
+ "name": "has_custom_suggestions",
327
+ "size": 1,
328
+ "signed": false
329
+ },
330
+ {
331
+ "name": "has_redirect_node",
332
+ "size": 1,
333
+ "signed": false
334
+ },
335
+ {
336
+ "name": "has_command",
337
+ "size": 1,
338
+ "signed": false
339
+ },
340
+ {
341
+ "name": "command_node_type",
342
+ "size": 2,
343
+ "signed": false
344
+ }
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "name": "children",
350
+ "type": [
351
+ "array",
351
352
  {
352
- "name": "children",
353
- "type": [
354
- "array",
355
- {
356
- "countType": "varint",
357
- "type": "varint"
358
- }
359
- ]
360
- },
353
+ "countType": "varint",
354
+ "type": "varint"
355
+ }
356
+ ]
357
+ },
358
+ {
359
+ "name": "redirectNode",
360
+ "type": [
361
+ "switch",
361
362
  {
362
- "name": "redirectNode",
363
- "type": [
364
- "switch",
365
- {
366
- "compareTo": "flags/has_redirect_node",
367
- "fields": {
368
- "1": "varint"
369
- },
370
- "default": "void"
371
- }
372
- ]
373
- },
363
+ "compareTo": "flags/has_redirect_node",
364
+ "fields": {
365
+ "1": "varint"
366
+ },
367
+ "default": "void"
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "name": "extraNodeData",
373
+ "type": [
374
+ "switch",
374
375
  {
375
- "name": "extraNodeData",
376
- "type": [
377
- "switch",
378
- {
379
- "compareTo": "flags/command_node_type",
380
- "fields": {
381
- "0": "void",
382
- "1": [
383
- "container",
384
- [
385
- {
386
- "name": "name",
387
- "type": "string"
388
- }
389
- ]
390
- ],
391
- "2": [
392
- "container",
393
- [
394
- {
395
- "name": "name",
396
- "type": "string"
397
- },
398
- {
399
- "name": "parser",
400
- "type": "string"
401
- },
376
+ "compareTo": "flags/command_node_type",
377
+ "fields": {
378
+ "0": "void",
379
+ "1": [
380
+ "container",
381
+ [
382
+ {
383
+ "name": "name",
384
+ "type": "string"
385
+ }
386
+ ]
387
+ ],
388
+ "2": [
389
+ "container",
390
+ [
391
+ {
392
+ "name": "name",
393
+ "type": "string"
394
+ },
395
+ {
396
+ "name": "parser",
397
+ "type": "string"
398
+ },
399
+ {
400
+ "name": "properties",
401
+ "type": [
402
+ "switch",
402
403
  {
403
- "name": "properties",
404
- "type": [
405
- "switch",
406
- {
407
- "compareTo": "parser",
408
- "fields": {
409
- "brigadier:bool": "void",
410
- "brigadier:float": [
411
- "container",
412
- [
413
- {
414
- "name": "flags",
415
- "type": [
416
- "bitfield",
417
- [
418
- {
419
- "name": "unused",
420
- "size": 6,
421
- "signed": false
422
- },
423
- {
424
- "name": "max_present",
425
- "size": 1,
426
- "signed": false
427
- },
428
- {
429
- "name": "min_present",
430
- "size": 1,
431
- "signed": false
432
- }
433
- ]
434
- ]
435
- },
436
- {
437
- "name": "min",
438
- "type": [
439
- "switch",
440
- {
441
- "compareTo": "flags/min_present",
442
- "fields": {
443
- "1": "f32"
444
- },
445
- "default": "void"
446
- }
447
- ]
448
- },
449
- {
450
- "name": "max",
451
- "type": [
452
- "switch",
453
- {
454
- "compareTo": "flags/max_present",
455
- "fields": {
456
- "1": "f32"
457
- },
458
- "default": "void"
459
- }
460
- ]
461
- }
404
+ "compareTo": "parser",
405
+ "fields": {
406
+ "brigadier:bool": "void",
407
+ "brigadier:float": [
408
+ "container",
409
+ [
410
+ {
411
+ "name": "flags",
412
+ "type": [
413
+ "bitfield",
414
+ [
415
+ {
416
+ "name": "unused",
417
+ "size": 6,
418
+ "signed": false
419
+ },
420
+ {
421
+ "name": "max_present",
422
+ "size": 1,
423
+ "signed": false
424
+ },
425
+ {
426
+ "name": "min_present",
427
+ "size": 1,
428
+ "signed": false
429
+ }
430
+ ]
462
431
  ]
463
- ],
464
- "brigadier:double": [
465
- "container",
466
- [
467
- {
468
- "name": "flags",
469
- "type": [
470
- "bitfield",
471
- [
472
- {
473
- "name": "unused",
474
- "size": 6,
475
- "signed": false
476
- },
477
- {
478
- "name": "max_present",
479
- "size": 1,
480
- "signed": false
481
- },
482
- {
483
- "name": "min_present",
484
- "size": 1,
485
- "signed": false
486
- }
487
- ]
488
- ]
489
- },
490
- {
491
- "name": "min",
492
- "type": [
493
- "switch",
494
- {
495
- "compareTo": "flags/min_present",
496
- "fields": {
497
- "1": "f64"
498
- },
499
- "default": "void"
500
- }
501
- ]
502
- },
432
+ },
433
+ {
434
+ "name": "min",
435
+ "type": [
436
+ "switch",
503
437
  {
504
- "name": "max",
505
- "type": [
506
- "switch",
507
- {
508
- "compareTo": "flags/max_present",
509
- "fields": {
510
- "1": "f64"
511
- },
512
- "default": "void"
513
- }
514
- ]
438
+ "compareTo": "flags/min_present",
439
+ "fields": {
440
+ "1": "f32"
441
+ },
442
+ "default": "void"
515
443
  }
516
444
  ]
517
- ],
518
- "brigadier:integer": [
519
- "container",
520
- [
521
- {
522
- "name": "flags",
523
- "type": [
524
- "bitfield",
525
- [
526
- {
527
- "name": "unused",
528
- "size": 6,
529
- "signed": false
530
- },
531
- {
532
- "name": "max_present",
533
- "size": 1,
534
- "signed": false
535
- },
536
- {
537
- "name": "min_present",
538
- "size": 1,
539
- "signed": false
540
- }
541
- ]
542
- ]
543
- },
544
- {
545
- "name": "min",
546
- "type": [
547
- "switch",
548
- {
549
- "compareTo": "flags/min_present",
550
- "fields": {
551
- "1": "i32"
552
- },
553
- "default": "void"
554
- }
555
- ]
556
- },
445
+ },
446
+ {
447
+ "name": "max",
448
+ "type": [
449
+ "switch",
557
450
  {
558
- "name": "max",
559
- "type": [
560
- "switch",
561
- {
562
- "compareTo": "flags/max_present",
563
- "fields": {
564
- "1": "i32"
565
- },
566
- "default": "void"
567
- }
568
- ]
451
+ "compareTo": "flags/max_present",
452
+ "fields": {
453
+ "1": "f32"
454
+ },
455
+ "default": "void"
569
456
  }
570
457
  ]
571
- ],
572
- "brigadier:long": [
573
- "container",
574
- [
575
- {
576
- "name": "flags",
577
- "type": [
578
- "bitfield",
579
- [
580
- {
581
- "name": "unused",
582
- "size": 6,
583
- "signed": false
584
- },
585
- {
586
- "name": "max_present",
587
- "size": 1,
588
- "signed": false
589
- },
590
- {
591
- "name": "min_present",
592
- "size": 1,
593
- "signed": false
594
- }
595
- ]
596
- ]
597
- },
598
- {
599
- "name": "min",
600
- "type": [
601
- "switch",
602
- {
603
- "compareTo": "flags/min_present",
604
- "fields": {
605
- "1": "i64"
606
- },
607
- "default": "void"
608
- }
609
- ]
610
- },
458
+ }
459
+ ]
460
+ ],
461
+ "brigadier:double": [
462
+ "container",
463
+ [
464
+ {
465
+ "name": "flags",
466
+ "type": [
467
+ "bitfield",
468
+ [
469
+ {
470
+ "name": "unused",
471
+ "size": 6,
472
+ "signed": false
473
+ },
474
+ {
475
+ "name": "max_present",
476
+ "size": 1,
477
+ "signed": false
478
+ },
479
+ {
480
+ "name": "min_present",
481
+ "size": 1,
482
+ "signed": false
483
+ }
484
+ ]
485
+ ]
486
+ },
487
+ {
488
+ "name": "min",
489
+ "type": [
490
+ "switch",
611
491
  {
612
- "name": "max",
613
- "type": [
614
- "switch",
615
- {
616
- "compareTo": "flags/max_present",
617
- "fields": {
618
- "1": "i64"
619
- },
620
- "default": "void"
621
- }
622
- ]
492
+ "compareTo": "flags/min_present",
493
+ "fields": {
494
+ "1": "f64"
495
+ },
496
+ "default": "void"
623
497
  }
624
498
  ]
625
- ],
626
- "brigadier:string": [
627
- "mapper",
628
- {
629
- "type": "varint",
630
- "mappings": {
631
- "0": "SINGLE_WORD",
632
- "1": "QUOTABLE_PHRASE",
633
- "2": "GREEDY_PHRASE"
634
- }
635
- }
636
- ],
637
- "minecraft:entity": [
638
- "bitfield",
639
- [
640
- {
641
- "name": "unused",
642
- "size": 6,
643
- "signed": false
644
- },
645
- {
646
- "name": "onlyAllowPlayers",
647
- "size": 1,
648
- "signed": false
649
- },
499
+ },
500
+ {
501
+ "name": "max",
502
+ "type": [
503
+ "switch",
650
504
  {
651
- "name": "onlyAllowEntities",
652
- "size": 1,
653
- "signed": false
505
+ "compareTo": "flags/max_present",
506
+ "fields": {
507
+ "1": "f64"
508
+ },
509
+ "default": "void"
654
510
  }
655
511
  ]
656
- ],
657
- "minecraft:game_profile": "void",
658
- "minecraft:block_pos": "void",
659
- "minecraft:column_pos": "void",
660
- "minecraft:vec3": "void",
661
- "minecraft:vec2": "void",
662
- "minecraft:block_state": "void",
663
- "minecraft:block_predicate": "void",
664
- "minecraft:item_stack": "void",
665
- "minecraft:item_predicate": "void",
666
- "minecraft:color": "void",
667
- "minecraft:component": "void",
668
- "minecraft:message": "void",
669
- "minecraft:nbt": "void",
670
- "minecraft:nbt_path": "void",
671
- "minecraft:objective": "void",
672
- "minecraft:objective_criteria": "void",
673
- "minecraft:operation": "void",
674
- "minecraft:particle": "void",
675
- "minecraft:angle": "void",
676
- "minecraft:rotation": "void",
677
- "minecraft:scoreboard_slot": "void",
678
- "minecraft:score_holder": [
679
- "bitfield",
680
- [
681
- {
682
- "name": "unused",
683
- "size": 7,
684
- "signed": false
685
- },
512
+ }
513
+ ]
514
+ ],
515
+ "brigadier:integer": [
516
+ "container",
517
+ [
518
+ {
519
+ "name": "flags",
520
+ "type": [
521
+ "bitfield",
522
+ [
523
+ {
524
+ "name": "unused",
525
+ "size": 6,
526
+ "signed": false
527
+ },
528
+ {
529
+ "name": "max_present",
530
+ "size": 1,
531
+ "signed": false
532
+ },
533
+ {
534
+ "name": "min_present",
535
+ "size": 1,
536
+ "signed": false
537
+ }
538
+ ]
539
+ ]
540
+ },
541
+ {
542
+ "name": "min",
543
+ "type": [
544
+ "switch",
686
545
  {
687
- "name": "allowMultiple",
688
- "size": 1,
689
- "signed": false
546
+ "compareTo": "flags/min_present",
547
+ "fields": {
548
+ "1": "i32"
549
+ },
550
+ "default": "void"
690
551
  }
691
552
  ]
692
- ],
693
- "minecraft:swizzle": "void",
694
- "minecraft:team": "void",
695
- "minecraft:item_slot": "void",
696
- "minecraft:resource_location": "void",
697
- "minecraft:mob_effect": "void",
698
- "minecraft:function": "void",
699
- "minecraft:entity_anchor": "void",
700
- "minecraft:range": [
701
- "container",
702
- [
553
+ },
554
+ {
555
+ "name": "max",
556
+ "type": [
557
+ "switch",
703
558
  {
704
- "name": "allowDecimals",
705
- "type": "bool"
559
+ "compareTo": "flags/max_present",
560
+ "fields": {
561
+ "1": "i32"
562
+ },
563
+ "default": "void"
706
564
  }
707
565
  ]
708
- ],
709
- "minecraft:int_range": "void",
710
- "minecraft:float_range": "void",
711
- "minecraft:item_enchantment": "void",
712
- "minecraft:entity_summon": "void",
713
- "minecraft:dimension": "void",
714
- "minecraft:nbt_compound_tag": "void",
715
- "minecraft:time": "void",
716
- "minecraft:resource_or_tag": [
717
- "container",
718
- [
566
+ }
567
+ ]
568
+ ],
569
+ "brigadier:long": [
570
+ "container",
571
+ [
572
+ {
573
+ "name": "flags",
574
+ "type": [
575
+ "bitfield",
576
+ [
577
+ {
578
+ "name": "unused",
579
+ "size": 6,
580
+ "signed": false
581
+ },
582
+ {
583
+ "name": "max_present",
584
+ "size": 1,
585
+ "signed": false
586
+ },
587
+ {
588
+ "name": "min_present",
589
+ "size": 1,
590
+ "signed": false
591
+ }
592
+ ]
593
+ ]
594
+ },
595
+ {
596
+ "name": "min",
597
+ "type": [
598
+ "switch",
719
599
  {
720
- "name": "registry",
721
- "type": "string"
600
+ "compareTo": "flags/min_present",
601
+ "fields": {
602
+ "1": "i64"
603
+ },
604
+ "default": "void"
722
605
  }
723
606
  ]
724
- ],
725
- "minecraft:resource": [
726
- "container",
727
- [
607
+ },
608
+ {
609
+ "name": "max",
610
+ "type": [
611
+ "switch",
728
612
  {
729
- "name": "registry",
730
- "type": "string"
613
+ "compareTo": "flags/max_present",
614
+ "fields": {
615
+ "1": "i64"
616
+ },
617
+ "default": "void"
731
618
  }
732
619
  ]
733
- ],
734
- "minecraft:uuid": "void"
620
+ }
621
+ ]
622
+ ],
623
+ "brigadier:string": [
624
+ "mapper",
625
+ {
626
+ "type": "varint",
627
+ "mappings": {
628
+ "0": "SINGLE_WORD",
629
+ "1": "QUOTABLE_PHRASE",
630
+ "2": "GREEDY_PHRASE"
631
+ }
735
632
  }
736
- }
737
- ]
738
- },
633
+ ],
634
+ "minecraft:entity": [
635
+ "bitfield",
636
+ [
637
+ {
638
+ "name": "unused",
639
+ "size": 6,
640
+ "signed": false
641
+ },
642
+ {
643
+ "name": "onlyAllowPlayers",
644
+ "size": 1,
645
+ "signed": false
646
+ },
647
+ {
648
+ "name": "onlyAllowEntities",
649
+ "size": 1,
650
+ "signed": false
651
+ }
652
+ ]
653
+ ],
654
+ "minecraft:game_profile": "void",
655
+ "minecraft:block_pos": "void",
656
+ "minecraft:column_pos": "void",
657
+ "minecraft:vec3": "void",
658
+ "minecraft:vec2": "void",
659
+ "minecraft:block_state": "void",
660
+ "minecraft:block_predicate": "void",
661
+ "minecraft:item_stack": "void",
662
+ "minecraft:item_predicate": "void",
663
+ "minecraft:color": "void",
664
+ "minecraft:component": "void",
665
+ "minecraft:message": "void",
666
+ "minecraft:nbt": "void",
667
+ "minecraft:nbt_path": "void",
668
+ "minecraft:objective": "void",
669
+ "minecraft:objective_criteria": "void",
670
+ "minecraft:operation": "void",
671
+ "minecraft:particle": "void",
672
+ "minecraft:angle": "void",
673
+ "minecraft:rotation": "void",
674
+ "minecraft:scoreboard_slot": "void",
675
+ "minecraft:score_holder": [
676
+ "bitfield",
677
+ [
678
+ {
679
+ "name": "unused",
680
+ "size": 7,
681
+ "signed": false
682
+ },
683
+ {
684
+ "name": "allowMultiple",
685
+ "size": 1,
686
+ "signed": false
687
+ }
688
+ ]
689
+ ],
690
+ "minecraft:swizzle": "void",
691
+ "minecraft:team": "void",
692
+ "minecraft:item_slot": "void",
693
+ "minecraft:resource_location": "void",
694
+ "minecraft:mob_effect": "void",
695
+ "minecraft:function": "void",
696
+ "minecraft:entity_anchor": "void",
697
+ "minecraft:range": [
698
+ "container",
699
+ [
700
+ {
701
+ "name": "allowDecimals",
702
+ "type": "bool"
703
+ }
704
+ ]
705
+ ],
706
+ "minecraft:int_range": "void",
707
+ "minecraft:float_range": "void",
708
+ "minecraft:item_enchantment": "void",
709
+ "minecraft:entity_summon": "void",
710
+ "minecraft:dimension": "void",
711
+ "minecraft:nbt_compound_tag": "void",
712
+ "minecraft:time": "void",
713
+ "minecraft:resource_or_tag": [
714
+ "container",
715
+ [
716
+ {
717
+ "name": "registry",
718
+ "type": "string"
719
+ }
720
+ ]
721
+ ],
722
+ "minecraft:resource": [
723
+ "container",
724
+ [
725
+ {
726
+ "name": "registry",
727
+ "type": "string"
728
+ }
729
+ ]
730
+ ],
731
+ "minecraft:uuid": "void"
732
+ }
733
+ }
734
+ ]
735
+ },
736
+ {
737
+ "name": "suggestionType",
738
+ "type": [
739
+ "switch",
739
740
  {
740
- "name": "suggestionType",
741
- "type": [
742
- "switch",
743
- {
744
- "compareTo": "../flags/has_custom_suggestions",
745
- "fields": {
746
- "1": "string"
747
- },
748
- "default": "void"
749
- }
750
- ]
741
+ "compareTo": "../flags/has_custom_suggestions",
742
+ "fields": {
743
+ "1": "string"
744
+ },
745
+ "default": "void"
751
746
  }
752
747
  ]
753
- ]
754
- }
755
- }
756
- ]
748
+ }
749
+ ]
750
+ ]
751
+ }
757
752
  }
758
753
  ]
759
- ]
760
- }
754
+ }
755
+ ]
761
756
  ]
762
757
  },
763
758
  "handshaking": {
@@ -1799,7 +1794,13 @@
1799
1794
  [
1800
1795
  {
1801
1796
  "name": "nodes",
1802
- "type": "command_node"
1797
+ "type": [
1798
+ "array",
1799
+ {
1800
+ "countType": "varint",
1801
+ "type": "command_node"
1802
+ }
1803
+ ]
1803
1804
  },
1804
1805
  {
1805
1806
  "name": "rootIndex",
@@ -3256,8 +3257,8 @@
3256
3257
  {
3257
3258
  "compareTo": "action",
3258
3259
  "fields": {
3259
- "1": "varint",
3260
- "3": "varint"
3260
+ "1": "varlong",
3261
+ "3": "varlong"
3261
3262
  },
3262
3263
  "default": "void"
3263
3264
  }
@@ -4607,7 +4608,7 @@
4607
4608
  },
4608
4609
  {
4609
4610
  "name": "seed",
4610
- "type": "varint"
4611
+ "type": "varlong"
4611
4612
  },
4612
4613
  {
4613
4614
  "name": "flags",