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",
@@ -272,455 +273,449 @@
272
273
  }
273
274
  ],
274
275
  "command_node": [
275
- "array",
276
- {
277
- "countType": "varint",
278
- "type": [
279
- "container",
280
- [
281
- {
282
- "name": "flags",
283
- "type": [
284
- "bitfield",
285
- [
286
- {
287
- "name": "unused",
288
- "size": 3,
289
- "signed": false
290
- },
291
- {
292
- "name": "has_custom_suggestions",
293
- "size": 1,
294
- "signed": false
295
- },
296
- {
297
- "name": "has_redirect_node",
298
- "size": 1,
299
- "signed": false
300
- },
301
- {
302
- "name": "has_command",
303
- "size": 1,
304
- "signed": false
305
- },
306
- {
307
- "name": "command_node_type",
308
- "size": 2,
309
- "signed": false
310
- }
311
- ]
312
- ]
313
- },
276
+ "container",
277
+ [
278
+ {
279
+ "name": "flags",
280
+ "type": [
281
+ "bitfield",
282
+ [
283
+ {
284
+ "name": "unused",
285
+ "size": 3,
286
+ "signed": false
287
+ },
288
+ {
289
+ "name": "has_custom_suggestions",
290
+ "size": 1,
291
+ "signed": false
292
+ },
293
+ {
294
+ "name": "has_redirect_node",
295
+ "size": 1,
296
+ "signed": false
297
+ },
298
+ {
299
+ "name": "has_command",
300
+ "size": 1,
301
+ "signed": false
302
+ },
303
+ {
304
+ "name": "command_node_type",
305
+ "size": 2,
306
+ "signed": false
307
+ }
308
+ ]
309
+ ]
310
+ },
311
+ {
312
+ "name": "children",
313
+ "type": [
314
+ "array",
314
315
  {
315
- "name": "children",
316
- "type": [
317
- "array",
318
- {
319
- "countType": "varint",
320
- "type": "varint"
321
- }
322
- ]
323
- },
316
+ "countType": "varint",
317
+ "type": "varint"
318
+ }
319
+ ]
320
+ },
321
+ {
322
+ "name": "redirectNode",
323
+ "type": [
324
+ "switch",
324
325
  {
325
- "name": "redirectNode",
326
- "type": [
327
- "switch",
328
- {
329
- "compareTo": "flags/has_redirect_node",
330
- "fields": {
331
- "1": "varint"
332
- },
333
- "default": "void"
334
- }
335
- ]
336
- },
326
+ "compareTo": "flags/has_redirect_node",
327
+ "fields": {
328
+ "1": "varint"
329
+ },
330
+ "default": "void"
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "name": "extraNodeData",
336
+ "type": [
337
+ "switch",
337
338
  {
338
- "name": "extraNodeData",
339
- "type": [
340
- "switch",
341
- {
342
- "compareTo": "flags/command_node_type",
343
- "fields": {
344
- "0": "void",
345
- "1": [
346
- "container",
347
- [
348
- {
349
- "name": "name",
350
- "type": "string"
351
- }
352
- ]
353
- ],
354
- "2": [
355
- "container",
356
- [
357
- {
358
- "name": "name",
359
- "type": "string"
360
- },
361
- {
362
- "name": "parser",
363
- "type": "string"
364
- },
339
+ "compareTo": "flags/command_node_type",
340
+ "fields": {
341
+ "0": "void",
342
+ "1": [
343
+ "container",
344
+ [
345
+ {
346
+ "name": "name",
347
+ "type": "string"
348
+ }
349
+ ]
350
+ ],
351
+ "2": [
352
+ "container",
353
+ [
354
+ {
355
+ "name": "name",
356
+ "type": "string"
357
+ },
358
+ {
359
+ "name": "parser",
360
+ "type": "string"
361
+ },
362
+ {
363
+ "name": "properties",
364
+ "type": [
365
+ "switch",
365
366
  {
366
- "name": "properties",
367
- "type": [
368
- "switch",
369
- {
370
- "compareTo": "parser",
371
- "fields": {
372
- "brigadier:bool": "void",
373
- "brigadier:float": [
374
- "container",
375
- [
376
- {
377
- "name": "flags",
378
- "type": [
379
- "bitfield",
380
- [
381
- {
382
- "name": "unused",
383
- "size": 6,
384
- "signed": false
385
- },
386
- {
387
- "name": "max_present",
388
- "size": 1,
389
- "signed": false
390
- },
391
- {
392
- "name": "min_present",
393
- "size": 1,
394
- "signed": false
395
- }
396
- ]
397
- ]
398
- },
399
- {
400
- "name": "min",
401
- "type": [
402
- "switch",
403
- {
404
- "compareTo": "flags/min_present",
405
- "fields": {
406
- "1": "f32"
407
- },
408
- "default": "void"
409
- }
410
- ]
411
- },
412
- {
413
- "name": "max",
414
- "type": [
415
- "switch",
416
- {
417
- "compareTo": "flags/max_present",
418
- "fields": {
419
- "1": "f32"
420
- },
421
- "default": "void"
422
- }
423
- ]
424
- }
367
+ "compareTo": "parser",
368
+ "fields": {
369
+ "brigadier:bool": "void",
370
+ "brigadier:float": [
371
+ "container",
372
+ [
373
+ {
374
+ "name": "flags",
375
+ "type": [
376
+ "bitfield",
377
+ [
378
+ {
379
+ "name": "unused",
380
+ "size": 6,
381
+ "signed": false
382
+ },
383
+ {
384
+ "name": "max_present",
385
+ "size": 1,
386
+ "signed": false
387
+ },
388
+ {
389
+ "name": "min_present",
390
+ "size": 1,
391
+ "signed": false
392
+ }
393
+ ]
425
394
  ]
426
- ],
427
- "brigadier:double": [
428
- "container",
429
- [
430
- {
431
- "name": "flags",
432
- "type": [
433
- "bitfield",
434
- [
435
- {
436
- "name": "unused",
437
- "size": 6,
438
- "signed": false
439
- },
440
- {
441
- "name": "max_present",
442
- "size": 1,
443
- "signed": false
444
- },
445
- {
446
- "name": "min_present",
447
- "size": 1,
448
- "signed": false
449
- }
450
- ]
451
- ]
452
- },
453
- {
454
- "name": "min",
455
- "type": [
456
- "switch",
457
- {
458
- "compareTo": "flags/min_present",
459
- "fields": {
460
- "1": "f64"
461
- },
462
- "default": "void"
463
- }
464
- ]
465
- },
395
+ },
396
+ {
397
+ "name": "min",
398
+ "type": [
399
+ "switch",
466
400
  {
467
- "name": "max",
468
- "type": [
469
- "switch",
470
- {
471
- "compareTo": "flags/max_present",
472
- "fields": {
473
- "1": "f64"
474
- },
475
- "default": "void"
476
- }
477
- ]
401
+ "compareTo": "flags/min_present",
402
+ "fields": {
403
+ "1": "f32"
404
+ },
405
+ "default": "void"
478
406
  }
479
407
  ]
480
- ],
481
- "brigadier:integer": [
482
- "container",
483
- [
484
- {
485
- "name": "flags",
486
- "type": [
487
- "bitfield",
488
- [
489
- {
490
- "name": "unused",
491
- "size": 6,
492
- "signed": false
493
- },
494
- {
495
- "name": "max_present",
496
- "size": 1,
497
- "signed": false
498
- },
499
- {
500
- "name": "min_present",
501
- "size": 1,
502
- "signed": false
503
- }
504
- ]
505
- ]
506
- },
507
- {
508
- "name": "min",
509
- "type": [
510
- "switch",
511
- {
512
- "compareTo": "flags/min_present",
513
- "fields": {
514
- "1": "i32"
515
- },
516
- "default": "void"
517
- }
518
- ]
519
- },
408
+ },
409
+ {
410
+ "name": "max",
411
+ "type": [
412
+ "switch",
520
413
  {
521
- "name": "max",
522
- "type": [
523
- "switch",
524
- {
525
- "compareTo": "flags/max_present",
526
- "fields": {
527
- "1": "i32"
528
- },
529
- "default": "void"
530
- }
531
- ]
414
+ "compareTo": "flags/max_present",
415
+ "fields": {
416
+ "1": "f32"
417
+ },
418
+ "default": "void"
532
419
  }
533
420
  ]
534
- ],
535
- "brigadier:long": [
536
- "container",
537
- [
538
- {
539
- "name": "flags",
540
- "type": [
541
- "bitfield",
542
- [
543
- {
544
- "name": "unused",
545
- "size": 6,
546
- "signed": false
547
- },
548
- {
549
- "name": "max_present",
550
- "size": 1,
551
- "signed": false
552
- },
553
- {
554
- "name": "min_present",
555
- "size": 1,
556
- "signed": false
557
- }
558
- ]
559
- ]
560
- },
561
- {
562
- "name": "min",
563
- "type": [
564
- "switch",
565
- {
566
- "compareTo": "flags/min_present",
567
- "fields": {
568
- "1": "i64"
569
- },
570
- "default": "void"
571
- }
572
- ]
573
- },
421
+ }
422
+ ]
423
+ ],
424
+ "brigadier:double": [
425
+ "container",
426
+ [
427
+ {
428
+ "name": "flags",
429
+ "type": [
430
+ "bitfield",
431
+ [
432
+ {
433
+ "name": "unused",
434
+ "size": 6,
435
+ "signed": false
436
+ },
437
+ {
438
+ "name": "max_present",
439
+ "size": 1,
440
+ "signed": false
441
+ },
442
+ {
443
+ "name": "min_present",
444
+ "size": 1,
445
+ "signed": false
446
+ }
447
+ ]
448
+ ]
449
+ },
450
+ {
451
+ "name": "min",
452
+ "type": [
453
+ "switch",
574
454
  {
575
- "name": "max",
576
- "type": [
577
- "switch",
578
- {
579
- "compareTo": "flags/max_present",
580
- "fields": {
581
- "1": "i64"
582
- },
583
- "default": "void"
584
- }
585
- ]
455
+ "compareTo": "flags/min_present",
456
+ "fields": {
457
+ "1": "f64"
458
+ },
459
+ "default": "void"
586
460
  }
587
461
  ]
588
- ],
589
- "brigadier:string": [
590
- "mapper",
591
- {
592
- "type": "varint",
593
- "mappings": {
594
- "0": "SINGLE_WORD",
595
- "1": "QUOTABLE_PHRASE",
596
- "2": "GREEDY_PHRASE"
597
- }
598
- }
599
- ],
600
- "minecraft:entity": [
601
- "bitfield",
602
- [
603
- {
604
- "name": "unused",
605
- "size": 6,
606
- "signed": false
607
- },
608
- {
609
- "name": "onlyAllowPlayers",
610
- "size": 1,
611
- "signed": false
612
- },
462
+ },
463
+ {
464
+ "name": "max",
465
+ "type": [
466
+ "switch",
613
467
  {
614
- "name": "onlyAllowEntities",
615
- "size": 1,
616
- "signed": false
468
+ "compareTo": "flags/max_present",
469
+ "fields": {
470
+ "1": "f64"
471
+ },
472
+ "default": "void"
617
473
  }
618
474
  ]
619
- ],
620
- "minecraft:game_profile": "void",
621
- "minecraft:block_pos": "void",
622
- "minecraft:column_pos": "void",
623
- "minecraft:vec3": "void",
624
- "minecraft:vec2": "void",
625
- "minecraft:block_state": "void",
626
- "minecraft:block_predicate": "void",
627
- "minecraft:item_stack": "void",
628
- "minecraft:item_predicate": "void",
629
- "minecraft:color": "void",
630
- "minecraft:component": "void",
631
- "minecraft:message": "void",
632
- "minecraft:nbt": "void",
633
- "minecraft:nbt_path": "void",
634
- "minecraft:objective": "void",
635
- "minecraft:objective_criteria": "void",
636
- "minecraft:operation": "void",
637
- "minecraft:particle": "void",
638
- "minecraft:angle": "void",
639
- "minecraft:rotation": "void",
640
- "minecraft:scoreboard_slot": "void",
641
- "minecraft:score_holder": [
642
- "bitfield",
643
- [
644
- {
645
- "name": "unused",
646
- "size": 7,
647
- "signed": false
648
- },
475
+ }
476
+ ]
477
+ ],
478
+ "brigadier:integer": [
479
+ "container",
480
+ [
481
+ {
482
+ "name": "flags",
483
+ "type": [
484
+ "bitfield",
485
+ [
486
+ {
487
+ "name": "unused",
488
+ "size": 6,
489
+ "signed": false
490
+ },
491
+ {
492
+ "name": "max_present",
493
+ "size": 1,
494
+ "signed": false
495
+ },
496
+ {
497
+ "name": "min_present",
498
+ "size": 1,
499
+ "signed": false
500
+ }
501
+ ]
502
+ ]
503
+ },
504
+ {
505
+ "name": "min",
506
+ "type": [
507
+ "switch",
649
508
  {
650
- "name": "allowMultiple",
651
- "size": 1,
652
- "signed": false
509
+ "compareTo": "flags/min_present",
510
+ "fields": {
511
+ "1": "i32"
512
+ },
513
+ "default": "void"
653
514
  }
654
515
  ]
655
- ],
656
- "minecraft:swizzle": "void",
657
- "minecraft:team": "void",
658
- "minecraft:item_slot": "void",
659
- "minecraft:resource_location": "void",
660
- "minecraft:mob_effect": "void",
661
- "minecraft:function": "void",
662
- "minecraft:entity_anchor": "void",
663
- "minecraft:range": [
664
- "container",
665
- [
516
+ },
517
+ {
518
+ "name": "max",
519
+ "type": [
520
+ "switch",
666
521
  {
667
- "name": "allowDecimals",
668
- "type": "bool"
522
+ "compareTo": "flags/max_present",
523
+ "fields": {
524
+ "1": "i32"
525
+ },
526
+ "default": "void"
669
527
  }
670
528
  ]
671
- ],
672
- "minecraft:int_range": "void",
673
- "minecraft:float_range": "void",
674
- "minecraft:item_enchantment": "void",
675
- "minecraft:entity_summon": "void",
676
- "minecraft:dimension": "void",
677
- "minecraft:nbt_compound_tag": "void",
678
- "minecraft:time": "void",
679
- "minecraft:resource_or_tag": [
680
- "container",
681
- [
529
+ }
530
+ ]
531
+ ],
532
+ "brigadier:long": [
533
+ "container",
534
+ [
535
+ {
536
+ "name": "flags",
537
+ "type": [
538
+ "bitfield",
539
+ [
540
+ {
541
+ "name": "unused",
542
+ "size": 6,
543
+ "signed": false
544
+ },
545
+ {
546
+ "name": "max_present",
547
+ "size": 1,
548
+ "signed": false
549
+ },
550
+ {
551
+ "name": "min_present",
552
+ "size": 1,
553
+ "signed": false
554
+ }
555
+ ]
556
+ ]
557
+ },
558
+ {
559
+ "name": "min",
560
+ "type": [
561
+ "switch",
682
562
  {
683
- "name": "registry",
684
- "type": "string"
563
+ "compareTo": "flags/min_present",
564
+ "fields": {
565
+ "1": "i64"
566
+ },
567
+ "default": "void"
685
568
  }
686
569
  ]
687
- ],
688
- "minecraft:resource": [
689
- "container",
690
- [
570
+ },
571
+ {
572
+ "name": "max",
573
+ "type": [
574
+ "switch",
691
575
  {
692
- "name": "registry",
693
- "type": "string"
576
+ "compareTo": "flags/max_present",
577
+ "fields": {
578
+ "1": "i64"
579
+ },
580
+ "default": "void"
694
581
  }
695
582
  ]
696
- ],
697
- "minecraft:uuid": "void"
583
+ }
584
+ ]
585
+ ],
586
+ "brigadier:string": [
587
+ "mapper",
588
+ {
589
+ "type": "varint",
590
+ "mappings": {
591
+ "0": "SINGLE_WORD",
592
+ "1": "QUOTABLE_PHRASE",
593
+ "2": "GREEDY_PHRASE"
594
+ }
698
595
  }
699
- }
700
- ]
701
- },
596
+ ],
597
+ "minecraft:entity": [
598
+ "bitfield",
599
+ [
600
+ {
601
+ "name": "unused",
602
+ "size": 6,
603
+ "signed": false
604
+ },
605
+ {
606
+ "name": "onlyAllowPlayers",
607
+ "size": 1,
608
+ "signed": false
609
+ },
610
+ {
611
+ "name": "onlyAllowEntities",
612
+ "size": 1,
613
+ "signed": false
614
+ }
615
+ ]
616
+ ],
617
+ "minecraft:game_profile": "void",
618
+ "minecraft:block_pos": "void",
619
+ "minecraft:column_pos": "void",
620
+ "minecraft:vec3": "void",
621
+ "minecraft:vec2": "void",
622
+ "minecraft:block_state": "void",
623
+ "minecraft:block_predicate": "void",
624
+ "minecraft:item_stack": "void",
625
+ "minecraft:item_predicate": "void",
626
+ "minecraft:color": "void",
627
+ "minecraft:component": "void",
628
+ "minecraft:message": "void",
629
+ "minecraft:nbt": "void",
630
+ "minecraft:nbt_path": "void",
631
+ "minecraft:objective": "void",
632
+ "minecraft:objective_criteria": "void",
633
+ "minecraft:operation": "void",
634
+ "minecraft:particle": "void",
635
+ "minecraft:angle": "void",
636
+ "minecraft:rotation": "void",
637
+ "minecraft:scoreboard_slot": "void",
638
+ "minecraft:score_holder": [
639
+ "bitfield",
640
+ [
641
+ {
642
+ "name": "unused",
643
+ "size": 7,
644
+ "signed": false
645
+ },
646
+ {
647
+ "name": "allowMultiple",
648
+ "size": 1,
649
+ "signed": false
650
+ }
651
+ ]
652
+ ],
653
+ "minecraft:swizzle": "void",
654
+ "minecraft:team": "void",
655
+ "minecraft:item_slot": "void",
656
+ "minecraft:resource_location": "void",
657
+ "minecraft:mob_effect": "void",
658
+ "minecraft:function": "void",
659
+ "minecraft:entity_anchor": "void",
660
+ "minecraft:range": [
661
+ "container",
662
+ [
663
+ {
664
+ "name": "allowDecimals",
665
+ "type": "bool"
666
+ }
667
+ ]
668
+ ],
669
+ "minecraft:int_range": "void",
670
+ "minecraft:float_range": "void",
671
+ "minecraft:item_enchantment": "void",
672
+ "minecraft:entity_summon": "void",
673
+ "minecraft:dimension": "void",
674
+ "minecraft:nbt_compound_tag": "void",
675
+ "minecraft:time": "void",
676
+ "minecraft:resource_or_tag": [
677
+ "container",
678
+ [
679
+ {
680
+ "name": "registry",
681
+ "type": "string"
682
+ }
683
+ ]
684
+ ],
685
+ "minecraft:resource": [
686
+ "container",
687
+ [
688
+ {
689
+ "name": "registry",
690
+ "type": "string"
691
+ }
692
+ ]
693
+ ],
694
+ "minecraft:uuid": "void"
695
+ }
696
+ }
697
+ ]
698
+ },
699
+ {
700
+ "name": "suggestionType",
701
+ "type": [
702
+ "switch",
702
703
  {
703
- "name": "suggestionType",
704
- "type": [
705
- "switch",
706
- {
707
- "compareTo": "../flags/has_custom_suggestions",
708
- "fields": {
709
- "1": "string"
710
- },
711
- "default": "void"
712
- }
713
- ]
704
+ "compareTo": "../flags/has_custom_suggestions",
705
+ "fields": {
706
+ "1": "string"
707
+ },
708
+ "default": "void"
714
709
  }
715
710
  ]
716
- ]
717
- }
718
- }
719
- ]
711
+ }
712
+ ]
713
+ ]
714
+ }
720
715
  }
721
716
  ]
722
- ]
723
- }
717
+ }
718
+ ]
724
719
  ]
725
720
  },
726
721
  "handshaking": {
@@ -1762,7 +1757,13 @@
1762
1757
  [
1763
1758
  {
1764
1759
  "name": "nodes",
1765
- "type": "command_node"
1760
+ "type": [
1761
+ "array",
1762
+ {
1763
+ "countType": "varint",
1764
+ "type": "command_node"
1765
+ }
1766
+ ]
1766
1767
  },
1767
1768
  {
1768
1769
  "name": "rootIndex",
@@ -1886,7 +1887,7 @@
1886
1887
  "array",
1887
1888
  {
1888
1889
  "countType": "varint",
1889
- "type": "varint"
1890
+ "type": "varlong"
1890
1891
  }
1891
1892
  ]
1892
1893
  }
@@ -3247,8 +3248,8 @@
3247
3248
  {
3248
3249
  "compareTo": "action",
3249
3250
  "fields": {
3250
- "1": "varint",
3251
- "3": "varint"
3251
+ "1": "varlong",
3252
+ "3": "varlong"
3252
3253
  },
3253
3254
  "default": "void"
3254
3255
  }
@@ -4670,7 +4671,7 @@
4670
4671
  },
4671
4672
  {
4672
4673
  "name": "seed",
4673
- "type": "varint"
4674
+ "type": "varlong"
4674
4675
  },
4675
4676
  {
4676
4677
  "name": "flags",