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