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
|
@@ -6964,7 +6964,7 @@
|
|
|
6964
6964
|
}
|
|
6965
6965
|
]
|
|
6966
6966
|
],
|
|
6967
|
-
"
|
|
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": "
|
|
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
|
-
"
|
|
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][
|
|
8
|
-
| blocks.json | Yes | Use [
|
|
9
|
-
| items.json | Yes | Use [
|
|
10
|
-
| entities.json | Yes | Use [
|
|
11
|
-
| recipes.json | Yes | Use [
|
|
12
|
-
| blockCollisionShapes.json | Yes | Use [
|
|
13
|
-
| commands.json | No? |Use [mc-data-command-generator][
|
|
14
|
-
| biomes.json | Yes | Use [
|
|
15
|
-
| instruments |
|
|
16
|
-
| materials.json |
|
|
17
|
-
| windows.json | No | Look at [wiki.vg inventories][
|
|
18
|
-
| version.json | No | Look at [Protocol Versions][
|
|
19
|
-
| effects.json |
|
|
20
|
-
| enchantments.json |
|
|
21
|
-
| language.json | Yes | Use [minecraft-
|
|
22
|
-
| particles.json | Yes | Use [
|
|
23
|
-
| blockLoot.json |
|
|
24
|
-
| entityLoot.json |
|
|
25
|
-
| mapIcons.json | No | Icons can be found in the Minecraft
|
|
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
|
-
[
|
|
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
|
|