minecraft-data 3.51.0 → 3.53.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
@@ -1270,7 +1270,7 @@ module.exports =
1270
1270
  get particles () { return require("./minecraft-data/data/pc/1.20/particles.json") },
1271
1271
  get blockLoot () { return require("./minecraft-data/data/pc/1.20/blockLoot.json") },
1272
1272
  get entityLoot () { return require("./minecraft-data/data/pc/1.20/entityLoot.json") },
1273
- get loginPacket () { return require("./minecraft-data/data/pc/1.19.2/loginPacket.json") },
1273
+ get loginPacket () { return require("./minecraft-data/data/pc/1.20.2/loginPacket.json") },
1274
1274
  get tints () { return require("./minecraft-data/data/pc/1.20.2/tints.json") },
1275
1275
  get mapIcons () { return require("./minecraft-data/data/pc/1.20.2/mapIcons.json") },
1276
1276
  get commands () { return require("./minecraft-data/data/pc/1.20.2/commands.json") }
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.53.0
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.52.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.51.0
4
12
 
5
13
  * update `minecraft-data`
@@ -1269,7 +1269,7 @@
1269
1269
  "particles": "pc/1.20",
1270
1270
  "blockLoot": "pc/1.20",
1271
1271
  "entityLoot": "pc/1.20",
1272
- "loginPacket": "pc/1.19.2",
1272
+ "loginPacket": "pc/1.20.2",
1273
1273
  "tints": "pc/1.20.2",
1274
1274
  "mapIcons": "pc/1.20.2",
1275
1275
  "commands": "pc/1.20.2"
@@ -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",