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
package/data.js CHANGED
@@ -1119,7 +1119,7 @@ module.exports =
1119
1119
  get materials () { return require("./minecraft-data/data/pc/1.19/materials.json") },
1120
1120
  get language () { return require("./minecraft-data/data/pc/1.19/language.json") },
1121
1121
  get entities () { return require("./minecraft-data/data/pc/1.19/entities.json") },
1122
- get protocol () { return require("./minecraft-data/data/pc/1.18.2/protocol.json") },
1122
+ get protocol () { return require("./minecraft-data/data/pc/1.19/protocol.json") },
1123
1123
  get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1124
1124
  get version () { return require("./minecraft-data/data/pc/1.19/version.json") },
1125
1125
  get foods () { return require("./minecraft-data/data/pc/1.19/foods.json") },
package/doc/history.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.7.0
2
+ * update mcdata
3
+
1
4
  ## 3.6.0
2
5
  * update mcdata
3
6
 
@@ -1118,7 +1118,7 @@
1118
1118
  "materials": "pc/1.19",
1119
1119
  "language": "pc/1.19",
1120
1120
  "entities": "pc/1.19",
1121
- "protocol": "pc/1.18.2",
1121
+ "protocol": "pc/1.19",
1122
1122
  "windows": "pc/1.16.1",
1123
1123
  "version": "pc/1.19",
1124
1124
  "foods": "pc/1.19",
@@ -2490,7 +2490,7 @@
2490
2490
  },
2491
2491
  {
2492
2492
  "name": "action",
2493
- "type": "i8"
2493
+ "type": "varint"
2494
2494
  },
2495
2495
  {
2496
2496
  "name": "scoreName",
@@ -3320,7 +3320,7 @@
3320
3320
  [
3321
3321
  {
3322
3322
  "name": "status",
3323
- "type": "i8"
3323
+ "type": "varint"
3324
3324
  },
3325
3325
  {
3326
3326
  "name": "location",
@@ -2490,7 +2490,7 @@
2490
2490
  },
2491
2491
  {
2492
2492
  "name": "action",
2493
- "type": "i8"
2493
+ "type": "varint"
2494
2494
  },
2495
2495
  {
2496
2496
  "name": "scoreName",
@@ -3320,7 +3320,7 @@
3320
3320
  [
3321
3321
  {
3322
3322
  "name": "status",
3323
- "type": "i8"
3323
+ "type": "varint"
3324
3324
  },
3325
3325
  {
3326
3326
  "name": "location",
@@ -2490,7 +2490,7 @@
2490
2490
  },
2491
2491
  {
2492
2492
  "name": "action",
2493
- "type": "i8"
2493
+ "type": "varint"
2494
2494
  },
2495
2495
  {
2496
2496
  "name": "scoreName",
@@ -3325,7 +3325,7 @@
3325
3325
  [
3326
3326
  {
3327
3327
  "name": "status",
3328
- "type": "i8"
3328
+ "type": "varint"
3329
3329
  },
3330
3330
  {
3331
3331
  "name": "location",
@@ -2730,7 +2730,7 @@
2730
2730
  },
2731
2731
  {
2732
2732
  "name": "action",
2733
- "type": "i8"
2733
+ "type": "varint"
2734
2734
  },
2735
2735
  {
2736
2736
  "name": "scoreName",
@@ -3648,7 +3648,7 @@
3648
3648
  [
3649
3649
  {
3650
3650
  "name": "status",
3651
- "type": "i8"
3651
+ "type": "varint"
3652
3652
  },
3653
3653
  {
3654
3654
  "name": "location",
@@ -2707,7 +2707,7 @@
2707
2707
  },
2708
2708
  {
2709
2709
  "name": "action",
2710
- "type": "i8"
2710
+ "type": "varint"
2711
2711
  },
2712
2712
  {
2713
2713
  "name": "scoreName",
@@ -3625,7 +3625,7 @@
3625
3625
  [
3626
3626
  {
3627
3627
  "name": "status",
3628
- "type": "i8"
3628
+ "type": "varint"
3629
3629
  },
3630
3630
  {
3631
3631
  "name": "location",
@@ -2743,7 +2743,7 @@
2743
2743
  },
2744
2744
  {
2745
2745
  "name": "action",
2746
- "type": "i8"
2746
+ "type": "varint"
2747
2747
  },
2748
2748
  {
2749
2749
  "name": "scoreName",
@@ -3615,7 +3615,7 @@
3615
3615
  [
3616
3616
  {
3617
3617
  "name": "status",
3618
- "type": "i8"
3618
+ "type": "varint"
3619
3619
  },
3620
3620
  {
3621
3621
  "name": "location",
@@ -2743,7 +2743,7 @@
2743
2743
  },
2744
2744
  {
2745
2745
  "name": "action",
2746
- "type": "i8"
2746
+ "type": "varint"
2747
2747
  },
2748
2748
  {
2749
2749
  "name": "scoreName",
@@ -3615,7 +3615,7 @@
3615
3615
  [
3616
3616
  {
3617
3617
  "name": "status",
3618
- "type": "i8"
3618
+ "type": "varint"
3619
3619
  },
3620
3620
  {
3621
3621
  "name": "location",
@@ -3188,7 +3188,7 @@
3188
3188
  },
3189
3189
  {
3190
3190
  "name": "action",
3191
- "type": "i8"
3191
+ "type": "varint"
3192
3192
  },
3193
3193
  {
3194
3194
  "name": "scoreName",
@@ -4008,27 +4008,27 @@
4008
4008
  },
4009
4009
  {
4010
4010
  "name": "offset_x",
4011
- "type": "u8"
4011
+ "type": "i8"
4012
4012
  },
4013
4013
  {
4014
4014
  "name": "offset_y",
4015
- "type": "u8"
4015
+ "type": "i8"
4016
4016
  },
4017
4017
  {
4018
4018
  "name": "offset_z",
4019
- "type": "u8"
4019
+ "type": "i8"
4020
4020
  },
4021
4021
  {
4022
4022
  "name": "size_x",
4023
- "type": "u8"
4023
+ "type": "i8"
4024
4024
  },
4025
4025
  {
4026
4026
  "name": "size_y",
4027
- "type": "u8"
4027
+ "type": "i8"
4028
4028
  },
4029
4029
  {
4030
4030
  "name": "size_z",
4031
- "type": "u8"
4031
+ "type": "i8"
4032
4032
  },
4033
4033
  {
4034
4034
  "name": "mirror",
@@ -4425,7 +4425,7 @@
4425
4425
  [
4426
4426
  {
4427
4427
  "name": "status",
4428
- "type": "i8"
4428
+ "type": "varint"
4429
4429
  },
4430
4430
  {
4431
4431
  "name": "location",
@@ -3188,7 +3188,7 @@
3188
3188
  },
3189
3189
  {
3190
3190
  "name": "action",
3191
- "type": "i8"
3191
+ "type": "varint"
3192
3192
  },
3193
3193
  {
3194
3194
  "name": "scoreName",
@@ -4012,27 +4012,27 @@
4012
4012
  },
4013
4013
  {
4014
4014
  "name": "offset_x",
4015
- "type": "u8"
4015
+ "type": "i8"
4016
4016
  },
4017
4017
  {
4018
4018
  "name": "offset_y",
4019
- "type": "u8"
4019
+ "type": "i8"
4020
4020
  },
4021
4021
  {
4022
4022
  "name": "offset_z",
4023
- "type": "u8"
4023
+ "type": "i8"
4024
4024
  },
4025
4025
  {
4026
4026
  "name": "size_x",
4027
- "type": "u8"
4027
+ "type": "i8"
4028
4028
  },
4029
4029
  {
4030
4030
  "name": "size_y",
4031
- "type": "u8"
4031
+ "type": "i8"
4032
4032
  },
4033
4033
  {
4034
4034
  "name": "size_z",
4035
- "type": "u8"
4035
+ "type": "i8"
4036
4036
  },
4037
4037
  {
4038
4038
  "name": "mirror",
@@ -4429,7 +4429,7 @@
4429
4429
  [
4430
4430
  {
4431
4431
  "name": "status",
4432
- "type": "i8"
4432
+ "type": "varint"
4433
4433
  },
4434
4434
  {
4435
4435
  "name": "location",
@@ -3193,7 +3193,7 @@
3193
3193
  },
3194
3194
  {
3195
3195
  "name": "action",
3196
- "type": "i8"
3196
+ "type": "varint"
3197
3197
  },
3198
3198
  {
3199
3199
  "name": "scoreName",
@@ -4017,27 +4017,27 @@
4017
4017
  },
4018
4018
  {
4019
4019
  "name": "offset_x",
4020
- "type": "u8"
4020
+ "type": "i8"
4021
4021
  },
4022
4022
  {
4023
4023
  "name": "offset_y",
4024
- "type": "u8"
4024
+ "type": "i8"
4025
4025
  },
4026
4026
  {
4027
4027
  "name": "offset_z",
4028
- "type": "u8"
4028
+ "type": "i8"
4029
4029
  },
4030
4030
  {
4031
4031
  "name": "size_x",
4032
- "type": "u8"
4032
+ "type": "i8"
4033
4033
  },
4034
4034
  {
4035
4035
  "name": "size_y",
4036
- "type": "u8"
4036
+ "type": "i8"
4037
4037
  },
4038
4038
  {
4039
4039
  "name": "size_z",
4040
- "type": "u8"
4040
+ "type": "i8"
4041
4041
  },
4042
4042
  {
4043
4043
  "name": "mirror",
@@ -4434,7 +4434,7 @@
4434
4434
  [
4435
4435
  {
4436
4436
  "name": "status",
4437
- "type": "i8"
4437
+ "type": "varint"
4438
4438
  },
4439
4439
  {
4440
4440
  "name": "location",
@@ -3193,7 +3193,7 @@
3193
3193
  },
3194
3194
  {
3195
3195
  "name": "action",
3196
- "type": "i8"
3196
+ "type": "varint"
3197
3197
  },
3198
3198
  {
3199
3199
  "name": "scoreName",
@@ -4017,27 +4017,27 @@
4017
4017
  },
4018
4018
  {
4019
4019
  "name": "offset_x",
4020
- "type": "u8"
4020
+ "type": "i8"
4021
4021
  },
4022
4022
  {
4023
4023
  "name": "offset_y",
4024
- "type": "u8"
4024
+ "type": "i8"
4025
4025
  },
4026
4026
  {
4027
4027
  "name": "offset_z",
4028
- "type": "u8"
4028
+ "type": "i8"
4029
4029
  },
4030
4030
  {
4031
4031
  "name": "size_x",
4032
- "type": "u8"
4032
+ "type": "i8"
4033
4033
  },
4034
4034
  {
4035
4035
  "name": "size_y",
4036
- "type": "u8"
4036
+ "type": "i8"
4037
4037
  },
4038
4038
  {
4039
4039
  "name": "size_z",
4040
- "type": "u8"
4040
+ "type": "i8"
4041
4041
  },
4042
4042
  {
4043
4043
  "name": "mirror",
@@ -4434,7 +4434,7 @@
4434
4434
  [
4435
4435
  {
4436
4436
  "name": "status",
4437
- "type": "i8"
4437
+ "type": "varint"
4438
4438
  },
4439
4439
  {
4440
4440
  "name": "location",
@@ -3193,7 +3193,7 @@
3193
3193
  },
3194
3194
  {
3195
3195
  "name": "action",
3196
- "type": "i8"
3196
+ "type": "varint"
3197
3197
  },
3198
3198
  {
3199
3199
  "name": "scoreName",
@@ -4017,27 +4017,27 @@
4017
4017
  },
4018
4018
  {
4019
4019
  "name": "offset_x",
4020
- "type": "u8"
4020
+ "type": "i8"
4021
4021
  },
4022
4022
  {
4023
4023
  "name": "offset_y",
4024
- "type": "u8"
4024
+ "type": "i8"
4025
4025
  },
4026
4026
  {
4027
4027
  "name": "offset_z",
4028
- "type": "u8"
4028
+ "type": "i8"
4029
4029
  },
4030
4030
  {
4031
4031
  "name": "size_x",
4032
- "type": "u8"
4032
+ "type": "i8"
4033
4033
  },
4034
4034
  {
4035
4035
  "name": "size_y",
4036
- "type": "u8"
4036
+ "type": "i8"
4037
4037
  },
4038
4038
  {
4039
4039
  "name": "size_z",
4040
- "type": "u8"
4040
+ "type": "i8"
4041
4041
  },
4042
4042
  {
4043
4043
  "name": "mirror",
@@ -4434,7 +4434,7 @@
4434
4434
  [
4435
4435
  {
4436
4436
  "name": "status",
4437
- "type": "i8"
4437
+ "type": "varint"
4438
4438
  },
4439
4439
  {
4440
4440
  "name": "location",
@@ -3377,7 +3377,7 @@
3377
3377
  },
3378
3378
  {
3379
3379
  "name": "action",
3380
- "type": "i8"
3380
+ "type": "varint"
3381
3381
  },
3382
3382
  {
3383
3383
  "name": "scoreName",
@@ -4232,27 +4232,27 @@
4232
4232
  },
4233
4233
  {
4234
4234
  "name": "offset_x",
4235
- "type": "u8"
4235
+ "type": "i8"
4236
4236
  },
4237
4237
  {
4238
4238
  "name": "offset_y",
4239
- "type": "u8"
4239
+ "type": "i8"
4240
4240
  },
4241
4241
  {
4242
4242
  "name": "offset_z",
4243
- "type": "u8"
4243
+ "type": "i8"
4244
4244
  },
4245
4245
  {
4246
4246
  "name": "size_x",
4247
- "type": "u8"
4247
+ "type": "i8"
4248
4248
  },
4249
4249
  {
4250
4250
  "name": "size_y",
4251
- "type": "u8"
4251
+ "type": "i8"
4252
4252
  },
4253
4253
  {
4254
4254
  "name": "size_z",
4255
- "type": "u8"
4255
+ "type": "i8"
4256
4256
  },
4257
4257
  {
4258
4258
  "name": "mirror",
@@ -4658,7 +4658,7 @@
4658
4658
  [
4659
4659
  {
4660
4660
  "name": "status",
4661
- "type": "i8"
4661
+ "type": "varint"
4662
4662
  },
4663
4663
  {
4664
4664
  "name": "location",
@@ -3377,7 +3377,7 @@
3377
3377
  },
3378
3378
  {
3379
3379
  "name": "action",
3380
- "type": "i8"
3380
+ "type": "varint"
3381
3381
  },
3382
3382
  {
3383
3383
  "name": "scoreName",
@@ -4232,27 +4232,27 @@
4232
4232
  },
4233
4233
  {
4234
4234
  "name": "offset_x",
4235
- "type": "u8"
4235
+ "type": "i8"
4236
4236
  },
4237
4237
  {
4238
4238
  "name": "offset_y",
4239
- "type": "u8"
4239
+ "type": "i8"
4240
4240
  },
4241
4241
  {
4242
4242
  "name": "offset_z",
4243
- "type": "u8"
4243
+ "type": "i8"
4244
4244
  },
4245
4245
  {
4246
4246
  "name": "size_x",
4247
- "type": "u8"
4247
+ "type": "i8"
4248
4248
  },
4249
4249
  {
4250
4250
  "name": "size_y",
4251
- "type": "u8"
4251
+ "type": "i8"
4252
4252
  },
4253
4253
  {
4254
4254
  "name": "size_z",
4255
- "type": "u8"
4255
+ "type": "i8"
4256
4256
  },
4257
4257
  {
4258
4258
  "name": "mirror",
@@ -4658,7 +4658,7 @@
4658
4658
  [
4659
4659
  {
4660
4660
  "name": "status",
4661
- "type": "i8"
4661
+ "type": "varint"
4662
4662
  },
4663
4663
  {
4664
4664
  "name": "location",
@@ -3381,7 +3381,7 @@
3381
3381
  },
3382
3382
  {
3383
3383
  "name": "action",
3384
- "type": "i8"
3384
+ "type": "varint"
3385
3385
  },
3386
3386
  {
3387
3387
  "name": "scoreName",
@@ -4236,27 +4236,27 @@
4236
4236
  },
4237
4237
  {
4238
4238
  "name": "offset_x",
4239
- "type": "u8"
4239
+ "type": "i8"
4240
4240
  },
4241
4241
  {
4242
4242
  "name": "offset_y",
4243
- "type": "u8"
4243
+ "type": "i8"
4244
4244
  },
4245
4245
  {
4246
4246
  "name": "offset_z",
4247
- "type": "u8"
4247
+ "type": "i8"
4248
4248
  },
4249
4249
  {
4250
4250
  "name": "size_x",
4251
- "type": "u8"
4251
+ "type": "i8"
4252
4252
  },
4253
4253
  {
4254
4254
  "name": "size_y",
4255
- "type": "u8"
4255
+ "type": "i8"
4256
4256
  },
4257
4257
  {
4258
4258
  "name": "size_z",
4259
- "type": "u8"
4259
+ "type": "i8"
4260
4260
  },
4261
4261
  {
4262
4262
  "name": "mirror",
@@ -4662,7 +4662,7 @@
4662
4662
  [
4663
4663
  {
4664
4664
  "name": "status",
4665
- "type": "i8"
4665
+ "type": "varint"
4666
4666
  },
4667
4667
  {
4668
4668
  "name": "location",
@@ -3385,7 +3385,7 @@
3385
3385
  },
3386
3386
  {
3387
3387
  "name": "action",
3388
- "type": "i8"
3388
+ "type": "varint"
3389
3389
  },
3390
3390
  {
3391
3391
  "name": "scoreName",
@@ -4263,27 +4263,27 @@
4263
4263
  },
4264
4264
  {
4265
4265
  "name": "offset_x",
4266
- "type": "u8"
4266
+ "type": "i8"
4267
4267
  },
4268
4268
  {
4269
4269
  "name": "offset_y",
4270
- "type": "u8"
4270
+ "type": "i8"
4271
4271
  },
4272
4272
  {
4273
4273
  "name": "offset_z",
4274
- "type": "u8"
4274
+ "type": "i8"
4275
4275
  },
4276
4276
  {
4277
4277
  "name": "size_x",
4278
- "type": "u8"
4278
+ "type": "i8"
4279
4279
  },
4280
4280
  {
4281
4281
  "name": "size_y",
4282
- "type": "u8"
4282
+ "type": "i8"
4283
4283
  },
4284
4284
  {
4285
4285
  "name": "size_z",
4286
- "type": "u8"
4286
+ "type": "i8"
4287
4287
  },
4288
4288
  {
4289
4289
  "name": "mirror",
@@ -4689,7 +4689,7 @@
4689
4689
  [
4690
4690
  {
4691
4691
  "name": "status",
4692
- "type": "i8"
4692
+ "type": "varint"
4693
4693
  },
4694
4694
  {
4695
4695
  "name": "location",