minecraft-data 3.102.1 → 3.102.2
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
|
@@ -1921,7 +1921,7 @@ packet_command_request:
|
|
|
1921
1921
|
internal: bool
|
|
1922
1922
|
# Specifies the version of the command to run, relative to the current Minecraft version. Should be set
|
|
1923
1923
|
# to 52 as of 1.19.62
|
|
1924
|
-
version:
|
|
1924
|
+
version: string
|
|
1925
1925
|
|
|
1926
1926
|
|
|
1927
1927
|
# CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 3.102.2
|
|
2
|
+
* [Revert "bedrock: fix type for packet_command_request.version in 1.21.130 (#1127)" (#1133)](https://github.com/PrismarineJS/minecraft-data/commit/96cb35679d536f2811d765b2f3bbcb7dc2855ac4) (thanks @extremeheat)
|
|
3
|
+
|
|
1
4
|
## 3.102.1
|
|
2
5
|
* [bedrock: fix type for packet_biome_definition_list in 1.21.111+ (#1129)](https://github.com/PrismarineJS/minecraft-data/commit/aa8c52f8f8e53f6340ad4ee222b50aa2f4ad525f) (thanks @mc-zuri)
|
|
3
6
|
* [bedrock: fix type for packet_command_request.version in 1.21.130 (#1127)](https://github.com/PrismarineJS/minecraft-data/commit/cf5fbc5bf7638a334834e66c8fc3efaf14a56519) (thanks @mc-zuri)
|