minecraft-data 3.86.0 → 3.87.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,9 @@
1
1
  # History
2
2
 
3
+ ## 3.87.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.86.0
4
8
 
5
9
  * update `minecraft-data`
@@ -1507,8 +1507,8 @@
1507
1507
  ]
1508
1508
  packet_experience:
1509
1509
  experienceBar: f32
1510
- totalExperience: varint
1511
1510
  level: varint
1511
+ totalExperience: varint
1512
1512
  packet_update_health:
1513
1513
  health: f32
1514
1514
  food: varint
@@ -4203,11 +4203,11 @@
4203
4203
  "type": "f32"
4204
4204
  },
4205
4205
  {
4206
- "name": "totalExperience",
4206
+ "name": "level",
4207
4207
  "type": "varint"
4208
4208
  },
4209
4209
  {
4210
- "name": "level",
4210
+ "name": "totalExperience",
4211
4211
  "type": "varint"
4212
4212
  }
4213
4213
  ]
@@ -1556,8 +1556,8 @@
1556
1556
  ]
1557
1557
  packet_experience:
1558
1558
  experienceBar: f32
1559
- totalExperience: varint
1560
1559
  level: varint
1560
+ totalExperience: varint
1561
1561
  packet_update_health:
1562
1562
  health: f32
1563
1563
  food: varint
@@ -4308,11 +4308,11 @@
4308
4308
  "type": "f32"
4309
4309
  },
4310
4310
  {
4311
- "name": "totalExperience",
4311
+ "name": "level",
4312
4312
  "type": "varint"
4313
4313
  },
4314
4314
  {
4315
- "name": "level",
4315
+ "name": "totalExperience",
4316
4316
  "type": "varint"
4317
4317
  }
4318
4318
  ]
@@ -1555,8 +1555,8 @@
1555
1555
  ]
1556
1556
  packet_experience:
1557
1557
  experienceBar: f32
1558
- totalExperience: varint
1559
1558
  level: varint
1559
+ totalExperience: varint
1560
1560
  packet_update_health:
1561
1561
  health: f32
1562
1562
  food: varint
@@ -4304,11 +4304,11 @@
4304
4304
  "type": "f32"
4305
4305
  },
4306
4306
  {
4307
- "name": "totalExperience",
4307
+ "name": "level",
4308
4308
  "type": "varint"
4309
4309
  },
4310
4310
  {
4311
- "name": "level",
4311
+ "name": "totalExperience",
4312
4312
  "type": "varint"
4313
4313
  }
4314
4314
  ]
@@ -1,4 +1,12 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "25w20a",
4
+ "version": 1073742074,
5
+ "dataVersion": 4428,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.21",
8
+ "releaseType": "snapshot"
9
+ },
2
10
  {
3
11
  "minecraftVersion": "25w19a",
4
12
  "version": 1073742073,
@@ -1,3 +1,7 @@
1
+ ## 3.87.0
2
+ * [Fix bug in packet experience.](https://github.com/PrismarineJS/minecraft-data/commit/a32f3880296467fbed19e5205b1d1d23331fffa8) (thanks @rom1504)
3
+ * [Add 25w20a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/9ba5dfb80f37415e2ac79c3dc15c5581d5738bfa) (thanks @github-actions[bot])
4
+
1
5
  ## 3.86.0
2
6
  * [Add Bedrock 1.21.80 protocol data (#1010)](https://github.com/PrismarineJS/minecraft-data/commit/9d518a1e4387c0323e55fe58dd2edbf50f6a13d8) (thanks @extremeheat)
3
7
  * [Add data for bedrock 1.21.60 and 1.21.70 (#997)](https://github.com/PrismarineJS/minecraft-data/commit/57e34f79c2e9deac2e71888ba639f4cb01068c34) (thanks @bedrock-bot)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.86.0",
3
+ "version": "3.87.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",
@@ -39,7 +39,7 @@
39
39
  "minecraft-packets": "^1.4.0",
40
40
  "mocha": "^11.0.1",
41
41
  "standard": "^17.0.0",
42
- "typescript": "~5.7.2"
42
+ "typescript": "~5.8.3"
43
43
  },
44
44
  "dependencies": {}
45
45
  }