minecraft-data 3.14.1 → 3.15.1

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
@@ -1114,7 +1114,7 @@ module.exports =
1114
1114
  get effects () { return require("./minecraft-data/data/pc/1.19/effects.json") },
1115
1115
  get items () { return require("./minecraft-data/data/pc/1.19/items.json") },
1116
1116
  get enchantments () { return require("./minecraft-data/data/pc/1.19/enchantments.json") },
1117
- get recipes () { return require("./minecraft-data/data/pc/1.18/recipes.json") },
1117
+ get recipes () { return require("./minecraft-data/data/pc/1.19/recipes.json") },
1118
1118
  get instruments () { return require("./minecraft-data/data/pc/1.19/instruments.json") },
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") },
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.15.1
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.15.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.14.1
4
12
 
5
13
  * Support supportFeature on bedrock
@@ -1113,7 +1113,7 @@
1113
1113
  "effects": "pc/1.19",
1114
1114
  "items": "pc/1.19",
1115
1115
  "enchantments": "pc/1.19",
1116
- "recipes": "pc/1.18",
1116
+ "recipes": "pc/1.19",
1117
1117
  "instruments": "pc/1.19",
1118
1118
  "materials": "pc/1.19",
1119
1119
  "language": "pc/1.19",
@@ -1430,4 +1430,4 @@
1430
1430
  "version": "bedrock/1.19.30"
1431
1431
  }
1432
1432
  }
1433
- }
1433
+ }
@@ -1468,7 +1468,7 @@
1468
1468
  "type": "i8"
1469
1469
  },
1470
1470
  {
1471
- "name": "headYaw",
1471
+ "name": "headPitch",
1472
1472
  "type": "i8"
1473
1473
  },
1474
1474
  {
@@ -1514,7 +1514,7 @@
1514
1514
  }
1515
1515
  ]
1516
1516
  ],
1517
- "packet_spawn_entity_living": [
1517
+ "packet_named_entity_spawn": [
1518
1518
  "container",
1519
1519
  [
1520
1520
  {
@@ -1522,7 +1522,7 @@
1522
1522
  "type": "varint"
1523
1523
  },
1524
1524
  {
1525
- "name": "entityUUID",
1525
+ "name": "playerUUID",
1526
1526
  "type": "UUID"
1527
1527
  },
1528
1528
  {
@@ -4733,7 +4733,7 @@
4733
4733
  "mappings": {
4734
4734
  "0x00": "spawn_entity",
4735
4735
  "0x01": "spawn_entity_experience_orb",
4736
- "0x02": "spawn_entity_living",
4736
+ "0x02": "named_entity_spawn",
4737
4737
  "0x03": "animation",
4738
4738
  "0x04": "statistics",
4739
4739
  "0x05": "acknowledge_player_digging",
@@ -4849,7 +4849,7 @@
4849
4849
  "fields": {
4850
4850
  "spawn_entity": "packet_spawn_entity",
4851
4851
  "spawn_entity_experience_orb": "packet_spawn_entity_experience_orb",
4852
- "spawn_entity_living": "packet_spawn_entity_living",
4852
+ "named_entity_spawn": "packet_named_entity_spawn",
4853
4853
  "animation": "packet_animation",
4854
4854
  "statistics": "packet_statistics",
4855
4855
  "acknowledge_player_digging": "packet_acknowledge_player_digging",