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