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