minecraft-data 3.52.0 → 3.54.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.
package/data.js CHANGED
@@ -1288,7 +1288,7 @@ module.exports =
1288
1288
  get materials () { return require("./minecraft-data/data/pc/1.20.3/materials.json") },
1289
1289
  get language () { return require("./minecraft-data/data/pc/1.20.3/language.json") },
1290
1290
  get entities () { return require("./minecraft-data/data/pc/1.20.3/entities.json") },
1291
- get protocol () { return require("./minecraft-data/data/pc/1.20.2/protocol.json") },
1291
+ get protocol () { return require("./minecraft-data/data/pc/1.20.3/protocol.json") },
1292
1292
  get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1293
1293
  get version () { return require("./minecraft-data/data/pc/1.20.3/version.json") },
1294
1294
  get foods () { return require("./minecraft-data/data/pc/1.20.3/foods.json") },
@@ -1313,7 +1313,7 @@ module.exports =
1313
1313
  get materials () { return require("./minecraft-data/data/pc/1.20.3/materials.json") },
1314
1314
  get language () { return require("./minecraft-data/data/pc/1.20.3/language.json") },
1315
1315
  get entities () { return require("./minecraft-data/data/pc/1.20.3/entities.json") },
1316
- get protocol () { return require("./minecraft-data/data/pc/1.20.2/protocol.json") },
1316
+ get protocol () { return require("./minecraft-data/data/pc/1.20.3/protocol.json") },
1317
1317
  get windows () { return require("./minecraft-data/data/pc/1.16.1/windows.json") },
1318
1318
  get version () { return require("./minecraft-data/data/pc/1.20.4/version.json") },
1319
1319
  get foods () { return require("./minecraft-data/data/pc/1.20.3/foods.json") },
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.54.0
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.53.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.52.0
4
12
 
5
13
  * update `minecraft-data`
@@ -1287,7 +1287,7 @@
1287
1287
  "materials": "pc/1.20.3",
1288
1288
  "language": "pc/1.20.3",
1289
1289
  "entities": "pc/1.20.3",
1290
- "protocol": "pc/1.20.2",
1290
+ "protocol": "pc/1.20.3",
1291
1291
  "windows": "pc/1.16.1",
1292
1292
  "version": "pc/1.20.3",
1293
1293
  "foods": "pc/1.20.3",
@@ -1312,7 +1312,7 @@
1312
1312
  "materials": "pc/1.20.3",
1313
1313
  "language": "pc/1.20.3",
1314
1314
  "entities": "pc/1.20.3",
1315
- "protocol": "pc/1.20.2",
1315
+ "protocol": "pc/1.20.3",
1316
1316
  "windows": "pc/1.16.1",
1317
1317
  "version": "pc/1.20.4",
1318
1318
  "foods": "pc/1.20.3",
@@ -286,6 +286,24 @@
286
286
  }
287
287
  ]
288
288
  ],
289
+ "soundSource": [
290
+ "mapper",
291
+ {
292
+ "type": "varint",
293
+ "mappings": {
294
+ "0": "master",
295
+ "1": "music",
296
+ "2": "record",
297
+ "3": "weather",
298
+ "4": "block",
299
+ "5": "hostile",
300
+ "6": "neutral",
301
+ "7": "player",
302
+ "8": "ambient",
303
+ "9": "voice"
304
+ }
305
+ }
306
+ ],
289
307
  "previousMessages": [
290
308
  "array",
291
309
  {
@@ -4412,7 +4430,7 @@
4412
4430
  },
4413
4431
  {
4414
4432
  "name": "soundCategory",
4415
- "type": "varint"
4433
+ "type": "soundSource"
4416
4434
  },
4417
4435
  {
4418
4436
  "name": "entityId",
@@ -4506,7 +4524,7 @@
4506
4524
  },
4507
4525
  {
4508
4526
  "name": "soundCategory",
4509
- "type": "varint"
4527
+ "type": "soundSource"
4510
4528
  },
4511
4529
  {
4512
4530
  "name": "x",
@@ -341,6 +341,37 @@
341
341
  }
342
342
  ]
343
343
  ],
344
+ "packedChunkPos": [
345
+ "container",
346
+ [
347
+ {
348
+ "name": "z",
349
+ "type": "i32"
350
+ },
351
+ {
352
+ "name": "x",
353
+ "type": "i32"
354
+ }
355
+ ]
356
+ ],
357
+ "soundSource": [
358
+ "mapper",
359
+ {
360
+ "type": "varint",
361
+ "mappings": {
362
+ "0": "master",
363
+ "1": "music",
364
+ "2": "record",
365
+ "3": "weather",
366
+ "4": "block",
367
+ "5": "hostile",
368
+ "6": "neutral",
369
+ "7": "player",
370
+ "8": "ambient",
371
+ "9": "voice"
372
+ }
373
+ }
374
+ ],
344
375
  "previousMessages": [
345
376
  "array",
346
377
  {
@@ -4600,7 +4631,7 @@
4600
4631
  },
4601
4632
  {
4602
4633
  "name": "soundCategory",
4603
- "type": "varint"
4634
+ "type": "soundSource"
4604
4635
  },
4605
4636
  {
4606
4637
  "name": "entityId",
@@ -4694,7 +4725,7 @@
4694
4725
  },
4695
4726
  {
4696
4727
  "name": "soundCategory",
4697
- "type": "varint"
4728
+ "type": "soundSource"
4698
4729
  },
4699
4730
  {
4700
4731
  "name": "x",
@@ -5355,7 +5386,7 @@
5355
5386
  [
5356
5387
  {
5357
5388
  "name": "position",
5358
- "type": "position"
5389
+ "type": "packedChunkPos"
5359
5390
  },
5360
5391
  {
5361
5392
  "name": "data",
@@ -341,6 +341,37 @@
341
341
  }
342
342
  ]
343
343
  ],
344
+ "packedChunkPos": [
345
+ "container",
346
+ [
347
+ {
348
+ "name": "z",
349
+ "type": "i32"
350
+ },
351
+ {
352
+ "name": "x",
353
+ "type": "i32"
354
+ }
355
+ ]
356
+ ],
357
+ "soundSource": [
358
+ "mapper",
359
+ {
360
+ "type": "varint",
361
+ "mappings": {
362
+ "0": "master",
363
+ "1": "music",
364
+ "2": "record",
365
+ "3": "weather",
366
+ "4": "block",
367
+ "5": "hostile",
368
+ "6": "neutral",
369
+ "7": "player",
370
+ "8": "ambient",
371
+ "9": "voice"
372
+ }
373
+ }
374
+ ],
344
375
  "previousMessages": [
345
376
  "array",
346
377
  {
@@ -4596,7 +4627,7 @@
4596
4627
  },
4597
4628
  {
4598
4629
  "name": "soundCategory",
4599
- "type": "varint"
4630
+ "type": "soundSource"
4600
4631
  },
4601
4632
  {
4602
4633
  "name": "entityId",
@@ -4690,7 +4721,7 @@
4690
4721
  },
4691
4722
  {
4692
4723
  "name": "soundCategory",
4693
- "type": "varint"
4724
+ "type": "soundSource"
4694
4725
  },
4695
4726
  {
4696
4727
  "name": "x",
@@ -5334,7 +5365,7 @@
5334
5365
  [
5335
5366
  {
5336
5367
  "name": "position",
5337
- "type": "position"
5368
+ "type": "packedChunkPos"
5338
5369
  },
5339
5370
  {
5340
5371
  "name": "data",
@@ -341,6 +341,37 @@
341
341
  }
342
342
  ]
343
343
  ],
344
+ "soundSource": [
345
+ "mapper",
346
+ {
347
+ "type": "varint",
348
+ "mappings": {
349
+ "0": "master",
350
+ "1": "music",
351
+ "2": "record",
352
+ "3": "weather",
353
+ "4": "block",
354
+ "5": "hostile",
355
+ "6": "neutral",
356
+ "7": "player",
357
+ "8": "ambient",
358
+ "9": "voice"
359
+ }
360
+ }
361
+ ],
362
+ "packedChunkPos": [
363
+ "container",
364
+ [
365
+ {
366
+ "name": "z",
367
+ "type": "i32"
368
+ },
369
+ {
370
+ "name": "x",
371
+ "type": "i32"
372
+ }
373
+ ]
374
+ ],
344
375
  "previousMessages": [
345
376
  "array",
346
377
  {
@@ -2444,12 +2475,7 @@
2444
2475
  ],
2445
2476
  "packet_chunk_batch_start": [
2446
2477
  "container",
2447
- [
2448
- {
2449
- "name": "batchSize",
2450
- "type": "varint"
2451
- }
2452
- ]
2478
+ []
2453
2479
  ],
2454
2480
  "packet_tab_complete": [
2455
2481
  "container",
@@ -2886,11 +2912,11 @@
2886
2912
  "container",
2887
2913
  [
2888
2914
  {
2889
- "name": "chunkX",
2915
+ "name": "chunkZ",
2890
2916
  "type": "i32"
2891
2917
  },
2892
2918
  {
2893
- "name": "chunkZ",
2919
+ "name": "chunkX",
2894
2920
  "type": "i32"
2895
2921
  }
2896
2922
  ]
@@ -4856,7 +4882,7 @@
4856
4882
  },
4857
4883
  {
4858
4884
  "name": "soundCategory",
4859
- "type": "varint"
4885
+ "type": "soundSource"
4860
4886
  },
4861
4887
  {
4862
4888
  "name": "entityId",
@@ -4950,7 +4976,7 @@
4950
4976
  },
4951
4977
  {
4952
4978
  "name": "soundCategory",
4953
- "type": "varint"
4979
+ "type": "soundSource"
4954
4980
  },
4955
4981
  {
4956
4982
  "name": "x",
@@ -5588,7 +5614,7 @@
5588
5614
  [
5589
5615
  {
5590
5616
  "name": "position",
5591
- "type": "position"
5617
+ "type": "packedChunkPos"
5592
5618
  },
5593
5619
  {
5594
5620
  "name": "data",