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