minecraft-data 3.6.0 → 3.7.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 (46) hide show
  1. package/data.js +1 -1
  2. package/doc/history.md +3 -0
  3. package/minecraft-data/data/dataPaths.json +1 -1
  4. package/minecraft-data/data/pc/1.10/protocol.json +2 -2
  5. package/minecraft-data/data/pc/1.10-pre1/protocol.json +2 -2
  6. package/minecraft-data/data/pc/1.11/protocol.json +2 -2
  7. package/minecraft-data/data/pc/1.12/protocol.json +2 -2
  8. package/minecraft-data/data/pc/1.12-pre4/protocol.json +2 -2
  9. package/minecraft-data/data/pc/1.12.1/protocol.json +2 -2
  10. package/minecraft-data/data/pc/1.12.2/protocol.json +2 -2
  11. package/minecraft-data/data/pc/1.13/protocol.json +8 -8
  12. package/minecraft-data/data/pc/1.13.1/protocol.json +8 -8
  13. package/minecraft-data/data/pc/1.13.2/protocol.json +8 -8
  14. package/minecraft-data/data/pc/1.13.2-pre1/protocol.json +8 -8
  15. package/minecraft-data/data/pc/1.13.2-pre2/protocol.json +8 -8
  16. package/minecraft-data/data/pc/1.14/protocol.json +8 -8
  17. package/minecraft-data/data/pc/1.14.1/protocol.json +8 -8
  18. package/minecraft-data/data/pc/1.14.3/protocol.json +8 -8
  19. package/minecraft-data/data/pc/1.14.4/protocol.json +8 -8
  20. package/minecraft-data/data/pc/1.15/protocol.json +8 -8
  21. package/minecraft-data/data/pc/1.15.1/protocol.json +8 -8
  22. package/minecraft-data/data/pc/1.15.2/protocol.json +8 -8
  23. package/minecraft-data/data/pc/1.16/protocol.json +8 -8
  24. package/minecraft-data/data/pc/1.16-rc1/protocol.json +8 -8
  25. package/minecraft-data/data/pc/1.16.1/protocol.json +8 -8
  26. package/minecraft-data/data/pc/1.16.2/protocol.json +8 -8
  27. package/minecraft-data/data/pc/1.17/protocol.json +8 -8
  28. package/minecraft-data/data/pc/1.17.1/protocol.json +8 -8
  29. package/minecraft-data/data/pc/1.18/protocol.json +8 -8
  30. package/minecraft-data/data/pc/1.18.2/protocol.json +8 -8
  31. package/minecraft-data/data/pc/1.19/protocol.json +5911 -0
  32. package/minecraft-data/data/pc/1.8/protocol.json +2 -2
  33. package/minecraft-data/data/pc/1.9/protocol.json +2 -2
  34. package/minecraft-data/data/pc/1.9.1-pre2/protocol.json +2 -2
  35. package/minecraft-data/data/pc/1.9.2/protocol.json +2 -2
  36. package/minecraft-data/data/pc/1.9.4/protocol.json +2 -2
  37. package/minecraft-data/data/pc/15w40b/protocol.json +2 -2
  38. package/minecraft-data/data/pc/16w20a/protocol.json +2 -2
  39. package/minecraft-data/data/pc/16w35a/protocol.json +2 -2
  40. package/minecraft-data/data/pc/17w15a/protocol.json +2 -2
  41. package/minecraft-data/data/pc/17w18b/protocol.json +2 -2
  42. package/minecraft-data/data/pc/17w50a/protocol.json +2 -2
  43. package/minecraft-data/data/pc/20w13b/protocol.json +8 -8
  44. package/minecraft-data/data/pc/21w07a/protocol.json +8 -8
  45. package/minecraft-data/doc/history.md +7 -0
  46. package/package.json +1 -1
@@ -3405,7 +3405,7 @@
3405
3405
  },
3406
3406
  {
3407
3407
  "name": "action",
3408
- "type": "i8"
3408
+ "type": "varint"
3409
3409
  },
3410
3410
  {
3411
3411
  "name": "scoreName",
@@ -4283,27 +4283,27 @@
4283
4283
  },
4284
4284
  {
4285
4285
  "name": "offset_x",
4286
- "type": "u8"
4286
+ "type": "i8"
4287
4287
  },
4288
4288
  {
4289
4289
  "name": "offset_y",
4290
- "type": "u8"
4290
+ "type": "i8"
4291
4291
  },
4292
4292
  {
4293
4293
  "name": "offset_z",
4294
- "type": "u8"
4294
+ "type": "i8"
4295
4295
  },
4296
4296
  {
4297
4297
  "name": "size_x",
4298
- "type": "u8"
4298
+ "type": "i8"
4299
4299
  },
4300
4300
  {
4301
4301
  "name": "size_y",
4302
- "type": "u8"
4302
+ "type": "i8"
4303
4303
  },
4304
4304
  {
4305
4305
  "name": "size_z",
4306
- "type": "u8"
4306
+ "type": "i8"
4307
4307
  },
4308
4308
  {
4309
4309
  "name": "mirror",
@@ -4709,7 +4709,7 @@
4709
4709
  [
4710
4710
  {
4711
4711
  "name": "status",
4712
- "type": "i8"
4712
+ "type": "varint"
4713
4713
  },
4714
4714
  {
4715
4715
  "name": "location",
@@ -3405,7 +3405,7 @@
3405
3405
  },
3406
3406
  {
3407
3407
  "name": "action",
3408
- "type": "i8"
3408
+ "type": "varint"
3409
3409
  },
3410
3410
  {
3411
3411
  "name": "scoreName",
@@ -4283,27 +4283,27 @@
4283
4283
  },
4284
4284
  {
4285
4285
  "name": "offset_x",
4286
- "type": "u8"
4286
+ "type": "i8"
4287
4287
  },
4288
4288
  {
4289
4289
  "name": "offset_y",
4290
- "type": "u8"
4290
+ "type": "i8"
4291
4291
  },
4292
4292
  {
4293
4293
  "name": "offset_z",
4294
- "type": "u8"
4294
+ "type": "i8"
4295
4295
  },
4296
4296
  {
4297
4297
  "name": "size_x",
4298
- "type": "u8"
4298
+ "type": "i8"
4299
4299
  },
4300
4300
  {
4301
4301
  "name": "size_y",
4302
- "type": "u8"
4302
+ "type": "i8"
4303
4303
  },
4304
4304
  {
4305
4305
  "name": "size_z",
4306
- "type": "u8"
4306
+ "type": "i8"
4307
4307
  },
4308
4308
  {
4309
4309
  "name": "mirror",
@@ -4709,7 +4709,7 @@
4709
4709
  [
4710
4710
  {
4711
4711
  "name": "status",
4712
- "type": "i8"
4712
+ "type": "varint"
4713
4713
  },
4714
4714
  {
4715
4715
  "name": "location",
@@ -3405,7 +3405,7 @@
3405
3405
  },
3406
3406
  {
3407
3407
  "name": "action",
3408
- "type": "i8"
3408
+ "type": "varint"
3409
3409
  },
3410
3410
  {
3411
3411
  "name": "scoreName",
@@ -4283,27 +4283,27 @@
4283
4283
  },
4284
4284
  {
4285
4285
  "name": "offset_x",
4286
- "type": "u8"
4286
+ "type": "i8"
4287
4287
  },
4288
4288
  {
4289
4289
  "name": "offset_y",
4290
- "type": "u8"
4290
+ "type": "i8"
4291
4291
  },
4292
4292
  {
4293
4293
  "name": "offset_z",
4294
- "type": "u8"
4294
+ "type": "i8"
4295
4295
  },
4296
4296
  {
4297
4297
  "name": "size_x",
4298
- "type": "u8"
4298
+ "type": "i8"
4299
4299
  },
4300
4300
  {
4301
4301
  "name": "size_y",
4302
- "type": "u8"
4302
+ "type": "i8"
4303
4303
  },
4304
4304
  {
4305
4305
  "name": "size_z",
4306
- "type": "u8"
4306
+ "type": "i8"
4307
4307
  },
4308
4308
  {
4309
4309
  "name": "mirror",
@@ -4709,7 +4709,7 @@
4709
4709
  [
4710
4710
  {
4711
4711
  "name": "status",
4712
- "type": "i8"
4712
+ "type": "varint"
4713
4713
  },
4714
4714
  {
4715
4715
  "name": "location",
@@ -3439,7 +3439,7 @@
3439
3439
  },
3440
3440
  {
3441
3441
  "name": "action",
3442
- "type": "i8"
3442
+ "type": "varint"
3443
3443
  },
3444
3444
  {
3445
3445
  "name": "scoreName",
@@ -4329,27 +4329,27 @@
4329
4329
  },
4330
4330
  {
4331
4331
  "name": "offset_x",
4332
- "type": "u8"
4332
+ "type": "i8"
4333
4333
  },
4334
4334
  {
4335
4335
  "name": "offset_y",
4336
- "type": "u8"
4336
+ "type": "i8"
4337
4337
  },
4338
4338
  {
4339
4339
  "name": "offset_z",
4340
- "type": "u8"
4340
+ "type": "i8"
4341
4341
  },
4342
4342
  {
4343
4343
  "name": "size_x",
4344
- "type": "u8"
4344
+ "type": "i8"
4345
4345
  },
4346
4346
  {
4347
4347
  "name": "size_y",
4348
- "type": "u8"
4348
+ "type": "i8"
4349
4349
  },
4350
4350
  {
4351
4351
  "name": "size_z",
4352
- "type": "u8"
4352
+ "type": "i8"
4353
4353
  },
4354
4354
  {
4355
4355
  "name": "mirror",
@@ -4768,7 +4768,7 @@
4768
4768
  [
4769
4769
  {
4770
4770
  "name": "status",
4771
- "type": "i8"
4771
+ "type": "varint"
4772
4772
  },
4773
4773
  {
4774
4774
  "name": "location",
@@ -3439,7 +3439,7 @@
3439
3439
  },
3440
3440
  {
3441
3441
  "name": "action",
3442
- "type": "i8"
3442
+ "type": "varint"
3443
3443
  },
3444
3444
  {
3445
3445
  "name": "scoreName",
@@ -4329,27 +4329,27 @@
4329
4329
  },
4330
4330
  {
4331
4331
  "name": "offset_x",
4332
- "type": "u8"
4332
+ "type": "i8"
4333
4333
  },
4334
4334
  {
4335
4335
  "name": "offset_y",
4336
- "type": "u8"
4336
+ "type": "i8"
4337
4337
  },
4338
4338
  {
4339
4339
  "name": "offset_z",
4340
- "type": "u8"
4340
+ "type": "i8"
4341
4341
  },
4342
4342
  {
4343
4343
  "name": "size_x",
4344
- "type": "u8"
4344
+ "type": "i8"
4345
4345
  },
4346
4346
  {
4347
4347
  "name": "size_y",
4348
- "type": "u8"
4348
+ "type": "i8"
4349
4349
  },
4350
4350
  {
4351
4351
  "name": "size_z",
4352
- "type": "u8"
4352
+ "type": "i8"
4353
4353
  },
4354
4354
  {
4355
4355
  "name": "mirror",
@@ -4768,7 +4768,7 @@
4768
4768
  [
4769
4769
  {
4770
4770
  "name": "status",
4771
- "type": "i8"
4771
+ "type": "varint"
4772
4772
  },
4773
4773
  {
4774
4774
  "name": "location",
@@ -3439,7 +3439,7 @@
3439
3439
  },
3440
3440
  {
3441
3441
  "name": "action",
3442
- "type": "i8"
3442
+ "type": "varint"
3443
3443
  },
3444
3444
  {
3445
3445
  "name": "scoreName",
@@ -4329,27 +4329,27 @@
4329
4329
  },
4330
4330
  {
4331
4331
  "name": "offset_x",
4332
- "type": "u8"
4332
+ "type": "i8"
4333
4333
  },
4334
4334
  {
4335
4335
  "name": "offset_y",
4336
- "type": "u8"
4336
+ "type": "i8"
4337
4337
  },
4338
4338
  {
4339
4339
  "name": "offset_z",
4340
- "type": "u8"
4340
+ "type": "i8"
4341
4341
  },
4342
4342
  {
4343
4343
  "name": "size_x",
4344
- "type": "u8"
4344
+ "type": "i8"
4345
4345
  },
4346
4346
  {
4347
4347
  "name": "size_y",
4348
- "type": "u8"
4348
+ "type": "i8"
4349
4349
  },
4350
4350
  {
4351
4351
  "name": "size_z",
4352
- "type": "u8"
4352
+ "type": "i8"
4353
4353
  },
4354
4354
  {
4355
4355
  "name": "mirror",
@@ -4768,7 +4768,7 @@
4768
4768
  [
4769
4769
  {
4770
4770
  "name": "status",
4771
- "type": "i8"
4771
+ "type": "varint"
4772
4772
  },
4773
4773
  {
4774
4774
  "name": "location",
@@ -3457,7 +3457,7 @@
3457
3457
  },
3458
3458
  {
3459
3459
  "name": "action",
3460
- "type": "i8"
3460
+ "type": "varint"
3461
3461
  },
3462
3462
  {
3463
3463
  "name": "scoreName",
@@ -4347,27 +4347,27 @@
4347
4347
  },
4348
4348
  {
4349
4349
  "name": "offset_x",
4350
- "type": "u8"
4350
+ "type": "i8"
4351
4351
  },
4352
4352
  {
4353
4353
  "name": "offset_y",
4354
- "type": "u8"
4354
+ "type": "i8"
4355
4355
  },
4356
4356
  {
4357
4357
  "name": "offset_z",
4358
- "type": "u8"
4358
+ "type": "i8"
4359
4359
  },
4360
4360
  {
4361
4361
  "name": "size_x",
4362
- "type": "u8"
4362
+ "type": "i8"
4363
4363
  },
4364
4364
  {
4365
4365
  "name": "size_y",
4366
- "type": "u8"
4366
+ "type": "i8"
4367
4367
  },
4368
4368
  {
4369
4369
  "name": "size_z",
4370
- "type": "u8"
4370
+ "type": "i8"
4371
4371
  },
4372
4372
  {
4373
4373
  "name": "mirror",
@@ -4786,7 +4786,7 @@
4786
4786
  [
4787
4787
  {
4788
4788
  "name": "status",
4789
- "type": "i8"
4789
+ "type": "varint"
4790
4790
  },
4791
4791
  {
4792
4792
  "name": "location",
@@ -3569,7 +3569,7 @@
3569
3569
  },
3570
3570
  {
3571
3571
  "name": "action",
3572
- "type": "i8"
3572
+ "type": "varint"
3573
3573
  },
3574
3574
  {
3575
3575
  "name": "scoreName",
@@ -4650,27 +4650,27 @@
4650
4650
  },
4651
4651
  {
4652
4652
  "name": "offset_x",
4653
- "type": "u8"
4653
+ "type": "i8"
4654
4654
  },
4655
4655
  {
4656
4656
  "name": "offset_y",
4657
- "type": "u8"
4657
+ "type": "i8"
4658
4658
  },
4659
4659
  {
4660
4660
  "name": "offset_z",
4661
- "type": "u8"
4661
+ "type": "i8"
4662
4662
  },
4663
4663
  {
4664
4664
  "name": "size_x",
4665
- "type": "u8"
4665
+ "type": "i8"
4666
4666
  },
4667
4667
  {
4668
4668
  "name": "size_y",
4669
- "type": "u8"
4669
+ "type": "i8"
4670
4670
  },
4671
4671
  {
4672
4672
  "name": "size_z",
4673
- "type": "u8"
4673
+ "type": "i8"
4674
4674
  },
4675
4675
  {
4676
4676
  "name": "mirror",
@@ -5094,7 +5094,7 @@
5094
5094
  [
5095
5095
  {
5096
5096
  "name": "status",
5097
- "type": "i8"
5097
+ "type": "varint"
5098
5098
  },
5099
5099
  {
5100
5100
  "name": "location",
@@ -3587,7 +3587,7 @@
3587
3587
  },
3588
3588
  {
3589
3589
  "name": "action",
3590
- "type": "i8"
3590
+ "type": "varint"
3591
3591
  },
3592
3592
  {
3593
3593
  "name": "scoreName",
@@ -4677,27 +4677,27 @@
4677
4677
  },
4678
4678
  {
4679
4679
  "name": "offset_x",
4680
- "type": "u8"
4680
+ "type": "i8"
4681
4681
  },
4682
4682
  {
4683
4683
  "name": "offset_y",
4684
- "type": "u8"
4684
+ "type": "i8"
4685
4685
  },
4686
4686
  {
4687
4687
  "name": "offset_z",
4688
- "type": "u8"
4688
+ "type": "i8"
4689
4689
  },
4690
4690
  {
4691
4691
  "name": "size_x",
4692
- "type": "u8"
4692
+ "type": "i8"
4693
4693
  },
4694
4694
  {
4695
4695
  "name": "size_y",
4696
- "type": "u8"
4696
+ "type": "i8"
4697
4697
  },
4698
4698
  {
4699
4699
  "name": "size_z",
4700
- "type": "u8"
4700
+ "type": "i8"
4701
4701
  },
4702
4702
  {
4703
4703
  "name": "mirror",
@@ -5125,7 +5125,7 @@
5125
5125
  [
5126
5126
  {
5127
5127
  "name": "status",
5128
- "type": "i8"
5128
+ "type": "varint"
5129
5129
  },
5130
5130
  {
5131
5131
  "name": "location",
@@ -3693,7 +3693,7 @@
3693
3693
  },
3694
3694
  {
3695
3695
  "name": "action",
3696
- "type": "i8"
3696
+ "type": "varint"
3697
3697
  },
3698
3698
  {
3699
3699
  "name": "scoreName",
@@ -4794,27 +4794,27 @@
4794
4794
  },
4795
4795
  {
4796
4796
  "name": "offset_x",
4797
- "type": "u8"
4797
+ "type": "i8"
4798
4798
  },
4799
4799
  {
4800
4800
  "name": "offset_y",
4801
- "type": "u8"
4801
+ "type": "i8"
4802
4802
  },
4803
4803
  {
4804
4804
  "name": "offset_z",
4805
- "type": "u8"
4805
+ "type": "i8"
4806
4806
  },
4807
4807
  {
4808
4808
  "name": "size_x",
4809
- "type": "u8"
4809
+ "type": "i8"
4810
4810
  },
4811
4811
  {
4812
4812
  "name": "size_y",
4813
- "type": "u8"
4813
+ "type": "i8"
4814
4814
  },
4815
4815
  {
4816
4816
  "name": "size_z",
4817
- "type": "u8"
4817
+ "type": "i8"
4818
4818
  },
4819
4819
  {
4820
4820
  "name": "mirror",
@@ -5246,7 +5246,7 @@
5246
5246
  [
5247
5247
  {
5248
5248
  "name": "status",
5249
- "type": "i8"
5249
+ "type": "varint"
5250
5250
  },
5251
5251
  {
5252
5252
  "name": "location",
@@ -3693,7 +3693,7 @@
3693
3693
  },
3694
3694
  {
3695
3695
  "name": "action",
3696
- "type": "i8"
3696
+ "type": "varint"
3697
3697
  },
3698
3698
  {
3699
3699
  "name": "scoreName",
@@ -4794,27 +4794,27 @@
4794
4794
  },
4795
4795
  {
4796
4796
  "name": "offset_x",
4797
- "type": "u8"
4797
+ "type": "i8"
4798
4798
  },
4799
4799
  {
4800
4800
  "name": "offset_y",
4801
- "type": "u8"
4801
+ "type": "i8"
4802
4802
  },
4803
4803
  {
4804
4804
  "name": "offset_z",
4805
- "type": "u8"
4805
+ "type": "i8"
4806
4806
  },
4807
4807
  {
4808
4808
  "name": "size_x",
4809
- "type": "u8"
4809
+ "type": "i8"
4810
4810
  },
4811
4811
  {
4812
4812
  "name": "size_y",
4813
- "type": "u8"
4813
+ "type": "i8"
4814
4814
  },
4815
4815
  {
4816
4816
  "name": "size_z",
4817
- "type": "u8"
4817
+ "type": "i8"
4818
4818
  },
4819
4819
  {
4820
4820
  "name": "mirror",
@@ -5246,7 +5246,7 @@
5246
5246
  [
5247
5247
  {
5248
5248
  "name": "status",
5249
- "type": "i8"
5249
+ "type": "varint"
5250
5250
  },
5251
5251
  {
5252
5252
  "name": "location",