minecraft-data 3.59.3 → 3.60.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.60.0
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.59.3
4
8
 
5
9
  * update `minecraft-data`
@@ -6964,7 +6964,7 @@
6964
6964
  }
6965
6965
  ]
6966
6966
  ],
6967
- "packet_configuation_acknowledged": [
6967
+ "packet_configuration_acknowledged": [
6968
6968
  "container",
6969
6969
  []
6970
6970
  ],
@@ -6998,7 +6998,7 @@
6998
6998
  "0x08": "client_command",
6999
6999
  "0x09": "settings",
7000
7000
  "0x0a": "tab_complete",
7001
- "0x0b": "configuation_acknowledged",
7001
+ "0x0b": "configuration_acknowledged",
7002
7002
  "0x0c": "enchant_item",
7003
7003
  "0x0d": "window_click",
7004
7004
  "0x0e": "close_window",
@@ -7104,7 +7104,7 @@
7104
7104
  "block_place": "packet_block_place",
7105
7105
  "use_item": "packet_use_item",
7106
7106
  "chunk_batch_received": "packet_chunk_batch_received",
7107
- "configuation_acknowledged": "packet_configuation_acknowledged",
7107
+ "configuration_acknowledged": "packet_configuration_acknowledged",
7108
7108
  "ping_request": "packet_ping_request"
7109
7109
  }
7110
7110
  }
@@ -7115,4 +7115,4 @@
7115
7115
  }
7116
7116
  }
7117
7117
  }
7118
- }
7118
+ }
@@ -1,4 +1,28 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "24w04a",
4
+ "version": 1073741997,
5
+ "dataVersion": 3806,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.20",
8
+ "releaseType": "snapshot"
9
+ },
10
+ {
11
+ "minecraftVersion": "24w03b",
12
+ "version": 1073741996,
13
+ "dataVersion": 3805,
14
+ "usesNetty": true,
15
+ "majorVersion": "1.20",
16
+ "releaseType": "snapshot"
17
+ },
18
+ {
19
+ "minecraftVersion": "24w03a",
20
+ "version": 1073741995,
21
+ "dataVersion": 3804,
22
+ "usesNetty": true,
23
+ "majorVersion": "1.20",
24
+ "releaseType": "snapshot"
25
+ },
2
26
  {
3
27
  "minecraftVersion": "23w51b",
4
28
  "version": 1073741994,
@@ -4,46 +4,43 @@ For bedrock edition see [bedrock.md](bedrock.md)
4
4
 
5
5
  | file name | auto? | how to get it | notes |
6
6
  | -- | -- | -- | -- |
7
- | protocol.json | No | Follow [Pre-release Protocol][3] |
8
- | blocks.json | Yes | Use [Burger][1], then use [burger-extractor][2] |
9
- | items.json | Yes | Use [Burger][1], then use [burger-extractor][2], then use [turbo-invention][6] |
10
- | entities.json | Yes | Use [mcdata-generator][20] and run `extractPcEntityMetadata.js` script in tools/js to generate entity metadata in entities.json and protocol.json |
11
- | recipes.json | Yes | Use [Burger][1], then use [burger-extractor][2] | should eventually be changed to native data generators |
12
- | blockCollisionShapes.json | Yes | Use [McDataExtracting][4] |
13
- | commands.json | No? |Use [mc-data-command-generator][5] | link to jar files have to be manually added |
14
- | biomes.json | Yes | Use [Burger][1], then use [burger-extractor][2] | [extra info][13] |
15
- | instruments | No | [wiki.vg block actions][11] |
16
- | materials.json | No | [import from previous version](18) or [fix it properly](19) |
17
- | windows.json | No | Look at [wiki.vg inventories][7] |
18
- | version.json | No | Look at [Protocol Versions][9] | [wiki.vg protocol numbers][8] |
19
- | effects.json | No | Look at [minecraft wiki effects][12] |
20
- | enchantments.json | No | Duplicate enchantments.json from the latest version and add manually the missing enchantments. Enchantments data could be found by looking into the deobfuscated classe files of each enchantments, as well as in the Enchantments registry. |
21
- | language.json | Yes | Use [minecraft-jar-extractor][10] |
22
- | particles.json | Yes | Use [Burger][1], then use [burger-extractor][2] |
23
- | blockLoot.json | Yes | Use [minecraft-jar-extractor][10] |
24
- | entityLoot.json | Yes | Use [minecraft-jar-extractor][10] |
25
- | mapIcons.json | No | Icons can be found in the Minecraft jar file where they are added as a single sprite. The file location is `/assets/minecraft/textures/map/map_icons.png`. Alternatively you might be able to look up the icons from the following page on the [Minecraft wiki][15] or from [wiki.vg][16]. | [minecraft-data pr mapIcons][14] |
7
+ | protocol.json | No | Follow [Pre-release Protocol][1] | Always double check by looking at the Minecraft source files. |
8
+ | blocks.json | Yes | Use [minecraft-data-generator-server][2] |
9
+ | items.json | Yes | Use [minecraft-data-generator-server][2] |
10
+ | entities.json | Yes | Use [minecraft-data-generator-server][2] and run `extractPcEntityMetadata.js` script in tools/js to generate entity metadata in entities.json and protocol.json |
11
+ | recipes.json | Yes | Use [minecraft-data-generator-server][2] | Make sure that `-1` in output are replaced with `null` |
12
+ | blockCollisionShapes.json | Yes | Use [minecraft-data-generator-server][2] |
13
+ | commands.json | No? |Use [mc-data-command-generator][3] | Link to jar files have to be manually added |
14
+ | biomes.json | Yes | Use [minecraft-data-generator-server][2] |
15
+ | instruments | Yes | Use [minecraft-data-generator-server][2] |
16
+ | materials.json | Yes | Use [minecraft-data-generator-server][2] |
17
+ | windows.json | No | Look at [wiki.vg inventories][4] |
18
+ | version.json | No | Look at [Protocol Versions][5] | [wiki.vg protocol numbers][6] |
19
+ | effects.json | Yes | Use [minecraft-data-generator-server][2] |
20
+ | enchantments.json | Yes | Use [minecraft-data-generator-server][2] |
21
+ | language.json | Yes | Use [minecraft-data-generator-server][2] |
22
+ | particles.json | Yes | Use [minecraft-data-generator-server][2] |
23
+ | blockLoot.json | No | Use [minecraft-jar-extractor][11] | Extractor can be very be tempermental at times
24
+ | entityLoot.json | No | Use [minecraft-jar-extractor][11] | Extractor can be very be tempermental at times
25
+ | mapIcons.json | No | Icons data can be found in the Minecraft source directly. Alternatively you might be able to look up the icons from the following page on the [Minecraft wiki][7] or from [wiki.vg][8]. | [minecraft-data pr mapIcons][9] |
26
+ | loginPacket.json | Yes | Running tests on [node-minecraft-protocol][10] |
27
+ | sounds.json | Yes | Use [minecraft-data-generator-server][2] |
26
28
 
27
- * All files that say Yes for auto can be gotten from [minecraft-data-auto-updater][17] (that uses [minecraft-data-generator-server][20]). This is the preferred way to extract the data.
28
29
 
29
- [1]: https://github.com/Pokechu22/Burger
30
- [2]: https://github.com/PrismarineJS/burger-extractor
31
- [3]: https://wiki.vg/Pre-release_protocol
32
- [4]: https://github.com/PrismarineJS/McDataExtracting
33
- [5]: https://github.com/Miro-Andrin/mc-data-command-generator
34
- [6]: https://github.com/u9g/turbo-invention
35
- [7]: https://wiki.vg/Inventory
36
- [8]: https://wiki.vg/Protocol_version_numbers
37
- [9]: https://github.com/PrismarineJS/minecraft-data/blob/master/data/pc/common/protocolVersions.json
38
- [10]: https://github.com/PrismarineJS/minecraft-jar-extractor
39
- [11]: http://wiki.vg/Block_Actions
40
- [12]: https://minecraft.wiki/w/Effect
41
- [13]: https://github.com/PrismarineJS/mineflayer/pull/197
42
- [14]: https://github.com/PrismarineJS/minecraft-data/pull/348#issue-545841883
43
- [15]: https://minecraft.wiki/Map#Map_icons
44
- [16]: https://wiki.vg/Protocol#Map_Data
45
- [17]: https://github.com/PrismarineJS/minecraft-data-auto-updater
46
- [18]: https://github.com/PrismarineJS/minecraft-data/pull/282#issue-612896577
47
- [19]: https://github.com/PrismarineJS/minecraft-data/issues/412#issuecomment-1008202471
48
- [20]: https://github.com/PrismarineJS/minecraft-data-generator-server
30
+ * All files that say Yes for auto can be gotten from [minecraft-data-auto-updater][9] (that uses [minecraft-data-generator-server][2]). This is the preferred way to extract the data.
49
31
 
32
+ After generating and creating the new files for the version in its own directory, the version must be added to dataPaths.json in the data folder.
33
+ Additionally in data/pc/common the versions.json file needs to be updated with the new version.
34
+
35
+
36
+ [1]: https://wiki.vg/Pre-release_protocol
37
+ [2]: https://github.com/PrismarineJS/minecraft-data-generator-server
38
+ [3]: https://github.com/Miro-Andrin/mc-data-command-generator
39
+ [4]: https://wiki.vg/Inventory
40
+ [5]: https://github.com/PrismarineJS/minecraft-data/blob/master/data/pc/common/protocolVersions.json
41
+ [6]: https://wiki.vg/Protocol_version_numbers
42
+ [7]: https://minecraft.wiki/Map#Map_icons
43
+ [8]: https://wiki.vg/Protocol#Map_Data
44
+ [9]: https://github.com/PrismarineJS/minecraft-data-auto-updater
45
+ [10]: https://github.com/PrismarineJS/node-minecraft-protocol
46
+ [11]: https://github.com/PrismarineJS/minecraft-jar-extractor
@@ -1,3 +1,10 @@
1
+ ## 3.60.0
2
+ * [Fix spelling on packet_configuration_acknowledged in all locations in 1.20.2 protocol.json (#841)](https://github.com/PrismarineJS/minecraft-data/commit/4b0ac882a3900525dbf6cc0f0a4ffb9234d3b029) (thanks @wgaylord)
3
+ * [Add New Data Version - Doc update (#835)](https://github.com/PrismarineJS/minecraft-data/commit/c1b5113fc402966550050c326589524e7e606626) (thanks @wgaylord)
4
+ * [Add 24w04a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/1c4cacac6874d513e8725833aa53f0772b0e12b7) (thanks @github-actions[bot])
5
+ * [Add 24w03b to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/3e9e68884fcaac7a15e87361fd793eab1d2d11ac) (thanks @github-actions[bot])
6
+ * [Add 24w03a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/edddc84ce25fb34c6c92aa995adf158272915a9e) (thanks @github-actions[bot])
7
+
1
8
  ## 3.59.3
2
9
  * [pc: add `chatPacketsUseNbtComponents` feature for 1.20.3](https://github.com/PrismarineJS/minecraft-data/commit/42d7ecc1aa70dd0d7683aada09aea8c498d1a1a5) (thanks @extremeheat)
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.59.3",
3
+ "version": "3.60.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",