minecraft-data 3.57.0 → 3.59.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/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.59.0
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.58.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.57.0
4
12
 
5
13
  * update `minecraft-data`
package/index.d.ts CHANGED
@@ -1049,6 +1049,9 @@ declare namespace MinecraftData {
1049
1049
  /** `1.8 - 1.8.9`
1050
1050
  * doesn't have an off-hand slot */
1051
1051
  "doesntHaveOffHandSlot": boolean;
1052
+ /** `1.16 - latest`
1053
+ * multi block changes has trust edges field */
1054
+ "multiBlockChangeHasTrustEdges": boolean;
1052
1055
  /** `1.8 - 1.15.2`
1053
1056
  * dimension is an int (the index of an enum) */
1054
1057
  "dimensionIsAnInt": boolean;
@@ -1154,70 +1157,70 @@ declare namespace MinecraftData {
1154
1157
  /** `1.16 - latest`
1155
1158
  * undefined */
1156
1159
  "netherUpdateInventoryWindows": boolean;
1157
- /** `1.8 - 1.8`
1160
+ /** `1.8 - 1.8.9`
1158
1161
  * Chunk unloading is done by sending an empty chunk */
1159
1162
  "unloadChunkByEmptyChunk": boolean;
1160
- /** `1.9 - 1.16`
1163
+ /** `1.9 - latest`
1161
1164
  * Chunk unloading is done by sending directly an unload chunk packet */
1162
1165
  "unloadChunkDirect": boolean;
1163
- /** `1.8 - 1.10`
1166
+ /** `1.8 - 1.10.2`
1164
1167
  * entity names are in camel case */
1165
1168
  "entityCamelCase": boolean;
1166
- /** `1.11 - 1.16`
1169
+ /** `1.11 - latest`
1167
1170
  * entity name are in snake case */
1168
1171
  "entitySnakeCase": boolean;
1169
- /** `1.8 - 1.8`
1172
+ /** `1.8 - 1.8.9`
1170
1173
  * respawn field is payload */
1171
1174
  "respawnIsPayload": boolean;
1172
- /** `1.9 - 1.16`
1175
+ /** `1.9 - latest`
1173
1176
  * respawn field is action id */
1174
1177
  "respawnIsActionId": boolean;
1175
- /** `1.8 - 1.8`
1178
+ /** `1.8 - 1.8.9`
1176
1179
  * attach is used to stack entities */
1177
1180
  "attachStackEntity": boolean;
1178
- /** `1.9 - 1.16`
1181
+ /** `1.9 - latest`
1179
1182
  * set passengers is used to stack entities */
1180
1183
  "setPassengerStackEntity": boolean;
1181
- /** `1.13 - 1.16`
1184
+ /** `1.13 - latest`
1182
1185
  * many items got merged, separated or renamed */
1183
1186
  "theFlattening": boolean;
1184
- /** `1.8 - 1.10`
1187
+ /** `1.8 - 1.10.2`
1185
1188
  * block_place packet has int cursor */
1186
1189
  "blockPlaceHasIntCursor": boolean;
1187
- /** `1.14 - 1.16`
1190
+ /** `1.14 - latest`
1188
1191
  * the client's chunk position must be updated to render chunks correctly */
1189
1192
  "updateViewPosition": boolean;
1190
1193
  /** `1.14 - latest`
1191
1194
  * chunk light data is sent in a separate packet */
1192
1195
  "lightSentSeparately": boolean;
1193
- /** `1.14 - 1.16`
1196
+ /** `1.14 - latest`
1194
1197
  * game difficulty is sent separately from the login packet */
1195
1198
  "difficultySentSeparately": boolean;
1196
1199
  /** `1.15 - 1.17_major`
1197
1200
  * biomes sent in own packet */
1198
1201
  "biomesSentSeparately": boolean;
1199
- /** `1.14 - 1.16`
1202
+ /** `1.14 - latest`
1200
1203
  * player digging packets should be responded to */
1201
1204
  "acknowledgePlayerDigging": boolean;
1202
- /** `1.14 - 1.16`
1205
+ /** `1.14 - latest`
1203
1206
  * there are 6 types of signs based on the different trees */
1204
1207
  "multiTypeSigns": boolean;
1205
- /** `1.15 - 1.16`
1208
+ /** `1.15 - latest`
1206
1209
  * entity metadata is sent separately from the spawn packets */
1207
1210
  "entityMetadataSentSeparately": boolean;
1208
- /** `1.16 - 1.16`
1211
+ /** `1.16 - latest`
1209
1212
  * entity attributes are in snake case */
1210
1213
  "attributeSnakeCase": boolean;
1211
- /** `1.16 - 1.16`
1214
+ /** `1.16 - latest`
1212
1215
  * entity equipment packet contains all equipment slots instead of just one */
1213
1216
  "allEntityEquipmentInOne": boolean;
1214
- /** `1.12 - 1.16`
1217
+ /** `1.12 - latest`
1215
1218
  * entity prefixed with minecraft: on this versions */
1216
1219
  "entityMCPrefixed": boolean;
1217
- /** `1.8 - 1.8`
1220
+ /** `1.8 - 1.8.9`
1218
1221
  * in never versions its nbt but in 1.8 its on metadata */
1219
1222
  "nbtOnMetadata": boolean;
1220
- /** `1.13 - 1.16`
1223
+ /** `1.13 - latest`
1221
1224
  * added shulker boxes to the game */
1222
1225
  "theShulkerBoxes": boolean;
1223
1226
  /**
@@ -301,7 +301,7 @@
301
301
  "displayName": "Breeze",
302
302
  "width": 0.6,
303
303
  "height": 1.7,
304
- "type": "player",
304
+ "type": "hostile",
305
305
  "category": "Hostile mobs",
306
306
  "metadataKeys": [
307
307
  "shared_flags",
@@ -3157,7 +3157,7 @@
3157
3157
  "displayName": "Wind Charge",
3158
3158
  "width": 0.3125,
3159
3159
  "height": 0.3125,
3160
- "type": "player",
3160
+ "type": "projectile",
3161
3161
  "category": "Projectiles",
3162
3162
  "metadataKeys": [
3163
3163
  "shared_flags",
@@ -3524,4 +3524,4 @@
3524
3524
  "biting"
3525
3525
  ]
3526
3526
  }
3527
- ]
3527
+ ]
@@ -269,6 +269,11 @@
269
269
  "description": "doesn't have an off-hand slot",
270
270
  "versions": ["1.8", "1.8.9"]
271
271
  },
272
+ {
273
+ "name": "multiBlockChangeHasTrustEdges",
274
+ "description": "multi block changes has trust edges field",
275
+ "versions": ["1.16", "latest"]
276
+ },
272
277
  {
273
278
  "name": "dimensionIsAnInt",
274
279
  "description": "dimension is an int (the index of an enum)",
@@ -484,57 +489,57 @@
484
489
  {
485
490
  "name": "unloadChunkByEmptyChunk",
486
491
  "description": "Chunk unloading is done by sending an empty chunk",
487
- "versions": ["1.8", "1.8"]
492
+ "versions": ["1.8", "1.8.9"]
488
493
  },
489
494
  {
490
495
  "name": "unloadChunkDirect",
491
496
  "description": "Chunk unloading is done by sending directly an unload chunk packet",
492
- "versions": ["1.9", "1.16"]
497
+ "versions": ["1.9", "latest"]
493
498
  },
494
499
  {
495
500
  "name": "entityCamelCase",
496
501
  "description": "entity names are in camel case",
497
- "versions": ["1.8", "1.10"]
502
+ "versions": ["1.8", "1.10.2"]
498
503
  },
499
504
  {
500
505
  "name": "entitySnakeCase",
501
506
  "description": "entity name are in snake case",
502
- "versions": ["1.11", "1.16"]
507
+ "versions": ["1.11", "latest"]
503
508
  },
504
509
  {
505
510
  "name": "respawnIsPayload",
506
511
  "description": "respawn field is payload",
507
- "versions": ["1.8", "1.8"]
512
+ "versions": ["1.8", "1.8.9"]
508
513
  },
509
514
  {
510
515
  "name": "respawnIsActionId",
511
516
  "description": "respawn field is action id",
512
- "versions": ["1.9", "1.16"]
517
+ "versions": ["1.9", "latest"]
513
518
  },
514
519
  {
515
520
  "name": "attachStackEntity",
516
521
  "description": "attach is used to stack entities",
517
- "versions": ["1.8", "1.8"]
522
+ "versions": ["1.8", "1.8.9"]
518
523
  },
519
524
  {
520
525
  "name": "setPassengerStackEntity",
521
526
  "description": "set passengers is used to stack entities",
522
- "versions": ["1.9", "1.16"]
527
+ "versions": ["1.9", "latest"]
523
528
  },
524
529
  {
525
530
  "name": "theFlattening",
526
531
  "description": "many items got merged, separated or renamed",
527
- "versions": ["1.13", "1.16"]
532
+ "versions": ["1.13", "latest"]
528
533
  },
529
534
  {
530
535
  "name": "blockPlaceHasIntCursor",
531
536
  "description": "block_place packet has int cursor",
532
- "versions": ["1.8", "1.10"]
537
+ "versions": ["1.8", "1.10.2"]
533
538
  },
534
539
  {
535
540
  "name": "updateViewPosition",
536
541
  "description": "the client's chunk position must be updated to render chunks correctly",
537
- "versions": ["1.14", "1.16"]
542
+ "versions": ["1.14", "latest"]
538
543
  },
539
544
  {
540
545
  "name": "lightSentSeparately",
@@ -544,7 +549,7 @@
544
549
  {
545
550
  "name": "difficultySentSeparately",
546
551
  "description": "game difficulty is sent separately from the login packet",
547
- "versions": ["1.14", "1.16"]
552
+ "versions": ["1.14", "latest"]
548
553
  },
549
554
  {
550
555
  "name": "biomesSentSeparately",
@@ -554,42 +559,42 @@
554
559
  {
555
560
  "name": "acknowledgePlayerDigging",
556
561
  "description": "player digging packets should be responded to",
557
- "versions": ["1.14", "1.16"]
562
+ "versions": ["1.14", "latest"]
558
563
  },
559
564
  {
560
565
  "name": "multiTypeSigns",
561
566
  "description": "there are 6 types of signs based on the different trees",
562
- "versions": ["1.14", "1.16"]
567
+ "versions": ["1.14", "latest"]
563
568
  },
564
569
  {
565
570
  "name": "entityMetadataSentSeparately",
566
571
  "description": "entity metadata is sent separately from the spawn packets",
567
- "versions": ["1.15", "1.16"]
572
+ "versions": ["1.15", "latest"]
568
573
  },
569
574
  {
570
575
  "name": "attributeSnakeCase",
571
576
  "description": "entity attributes are in snake case",
572
- "versions": ["1.16", "1.16"]
577
+ "versions": ["1.16", "latest"]
573
578
  },
574
579
  {
575
580
  "name": "allEntityEquipmentInOne",
576
581
  "description": "entity equipment packet contains all equipment slots instead of just one",
577
- "versions": ["1.16", "1.16"]
582
+ "versions": ["1.16", "latest"]
578
583
  },
579
584
  {
580
585
  "name": "entityMCPrefixed",
581
586
  "description": "entity prefixed with minecraft: on this versions",
582
- "versions": ["1.12", "1.16"]
587
+ "versions": ["1.12", "latest"]
583
588
  },
584
589
  {
585
590
  "name": "nbtOnMetadata",
586
591
  "description": "in never versions its nbt but in 1.8 its on metadata",
587
- "versions": ["1.8", "1.8"]
592
+ "versions": ["1.8", "1.8.9"]
588
593
  },
589
594
  {
590
595
  "name": "theShulkerBoxes",
591
596
  "description": "added shulker boxes to the game",
592
- "versions": ["1.13", "1.16"]
597
+ "versions": ["1.13", "latest"]
593
598
  },
594
599
  {
595
600
  "name": "metadataIxOfItem",
@@ -1,3 +1,9 @@
1
+ ## 3.59.0
2
+ * [Fix breeze and wind charge being type player. (#826)](https://github.com/PrismarineJS/minecraft-data/commit/1792f0d8035aa275702b6080d4176ca14a3f578a) (thanks @wgaylord)
3
+
4
+ ## 3.58.0
5
+ * [Update flying-squid PC features (#823)](https://github.com/PrismarineJS/minecraft-data/commit/344619e053614d6ab5c97bf6477c99699ad57a46) (thanks @Pandapip1)
6
+
1
7
  ## 3.57.0
2
8
  * [Add loginPacket for 1.20 / 1.20.1 (#821)](https://github.com/PrismarineJS/minecraft-data/commit/c508b6f7eec91724a830a71d663f90a141155330) (thanks @wgaylord)
3
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.57.0",
3
+ "version": "3.59.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",