minecraft-data 3.46.2 → 3.47.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/data.js +23 -1
- package/doc/history.md +4 -0
- package/minecraft-data/.github/workflows/bedrock-ci.yml +1 -1
- package/minecraft-data/data/bedrock/1.16.220/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.16.220/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.0/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.0/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.10/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.10/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.30/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.30/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.17.40/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.17.40/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.18.0/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.18.11/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.18.30/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.1/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.1/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.10/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.10/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.20/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.20/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.21/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.21/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.30/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.30/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.40/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.40/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.50/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.50/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.60/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.60/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.62/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.62/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.70/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.70/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.19.80/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.19.80/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.20.0/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.20.0/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.20.10/protocol.json +32 -1
- package/minecraft-data/data/bedrock/1.20.10/types.yml +25 -1
- package/minecraft-data/data/bedrock/1.20.30/proto.yml +4084 -0
- package/minecraft-data/data/bedrock/1.20.30/protocol.json +35 -2
- package/minecraft-data/data/bedrock/1.20.30/types.yml +2154 -0
- package/minecraft-data/data/bedrock/1.20.40/protocol.json +11928 -0
- package/minecraft-data/data/bedrock/1.20.40/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +7 -1
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +7 -3
- package/minecraft-data/data/bedrock/latest/types.yml +149 -2
- package/minecraft-data/data/dataPaths.json +24 -2
- package/minecraft-data/data/pc/common/protocolVersions.json +25 -1
- package/minecraft-data/doc/history.md +3 -0
- package/package.json +1 -1
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"version": 622,
|
|
4
|
+
"minecraftVersion": "1.20.40",
|
|
5
|
+
"majorVersion": "1.20",
|
|
6
|
+
"releaseType": "release"
|
|
7
|
+
},
|
|
2
8
|
{
|
|
3
9
|
"version": 618,
|
|
4
10
|
"minecraftVersion": "1.20.30",
|
|
@@ -16,7 +22,7 @@
|
|
|
16
22
|
"minecraftVersion": "1.20.10",
|
|
17
23
|
"majorVersion": "1.20",
|
|
18
24
|
"releaseType": "release"
|
|
19
|
-
},
|
|
25
|
+
},
|
|
20
26
|
{
|
|
21
27
|
"version": 589,
|
|
22
28
|
"minecraftVersion": "1.20.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Created from MiNET and gophertunnel docs
|
|
2
2
|
# The version below is the latest version this protocol schema was updated for.
|
|
3
3
|
# The output protocol.json will be in the folder for the version
|
|
4
|
-
!version: 1.20.
|
|
4
|
+
!version: 1.20.40
|
|
5
5
|
|
|
6
6
|
# Some ProtoDef aliases
|
|
7
7
|
string: ["pstring",{"countType":"varint"}] # String / array types
|
|
@@ -111,6 +111,9 @@ packet_client_to_server_handshake:
|
|
|
111
111
|
packet_disconnect:
|
|
112
112
|
!id: 0x05
|
|
113
113
|
!bound: client
|
|
114
|
+
# Reason is the reason for the disconnection. It seems as if this field has no use other than for
|
|
115
|
+
# telemetry reasons as it does not affect the message that gets displayed on the disconnect screen.
|
|
116
|
+
reason: DisconnectFailReason
|
|
114
117
|
# Specifies if the disconnection screen should be hidden when the client is disconnected,
|
|
115
118
|
# meaning it will be sent directly to the main menu.
|
|
116
119
|
hide_disconnect_reason: bool
|
|
@@ -3150,7 +3153,8 @@ InputFlag: [ "bitflags", {
|
|
|
3150
3153
|
"start_crawling",
|
|
3151
3154
|
"stop_crawling",
|
|
3152
3155
|
"start_flying",
|
|
3153
|
-
"stop_flying"
|
|
3156
|
+
"stop_flying",
|
|
3157
|
+
"received_server_data"
|
|
3154
3158
|
]
|
|
3155
3159
|
}]
|
|
3156
3160
|
|
|
@@ -4081,4 +4085,4 @@ packet_agent_animation:
|
|
|
4081
4085
|
# RefreshEntitlements is sent by the client to the server to refresh the entitlements of the player.
|
|
4082
4086
|
packet_refresh_entitlements:
|
|
4083
4087
|
!id: 0x131
|
|
4084
|
-
!bound: server
|
|
4088
|
+
!bound: server
|
|
@@ -456,6 +456,9 @@ MetadataFlags2: [ "bitflags", {
|
|
|
456
456
|
"feeling_happy",
|
|
457
457
|
"searching",
|
|
458
458
|
"crawling",
|
|
459
|
+
"timer_flag_1",
|
|
460
|
+
"timer_flag_2",
|
|
461
|
+
"timer_flag_3",
|
|
459
462
|
]
|
|
460
463
|
}]
|
|
461
464
|
|
|
@@ -886,6 +889,9 @@ Action: zigzag32 =>
|
|
|
886
889
|
31: missed_swing
|
|
887
890
|
32: start_crawling
|
|
888
891
|
33: stop_crawling
|
|
892
|
+
34: start_flying
|
|
893
|
+
35: stop_flying
|
|
894
|
+
36: received_server_data
|
|
889
895
|
|
|
890
896
|
# Source and Destination point to the source slot from which Count of the item stack were taken and the
|
|
891
897
|
# destination slot to which this item was moved.
|
|
@@ -1169,7 +1175,55 @@ TrackedObject:
|
|
|
1169
1175
|
# MapDecoration is a fixed decoration on a map: Its position or other properties do not change automatically
|
|
1170
1176
|
# client-side.
|
|
1171
1177
|
MapDecoration:
|
|
1172
|
-
type: u8
|
|
1178
|
+
type: u8 =>
|
|
1179
|
+
- marker_white
|
|
1180
|
+
- marker_green
|
|
1181
|
+
- marker_red
|
|
1182
|
+
- marker_blue
|
|
1183
|
+
- cross_white
|
|
1184
|
+
- triangle_red
|
|
1185
|
+
- square_white
|
|
1186
|
+
- marker_sign
|
|
1187
|
+
- marker_pink
|
|
1188
|
+
- marker_orange
|
|
1189
|
+
- marker_yellow
|
|
1190
|
+
- marker_teal
|
|
1191
|
+
- triangle_green
|
|
1192
|
+
- small_square_white
|
|
1193
|
+
- mansion
|
|
1194
|
+
- monument
|
|
1195
|
+
- no_draw
|
|
1196
|
+
- village_desert
|
|
1197
|
+
- village_plains
|
|
1198
|
+
- village_savanna
|
|
1199
|
+
- village_snowy
|
|
1200
|
+
- village_taiga
|
|
1201
|
+
- jungle_temple
|
|
1202
|
+
- witch_hut =>
|
|
1203
|
+
- marker_white
|
|
1204
|
+
- marker_green
|
|
1205
|
+
- marker_red
|
|
1206
|
+
- marker_blue
|
|
1207
|
+
- cross_white
|
|
1208
|
+
- triangle_red
|
|
1209
|
+
- square_white
|
|
1210
|
+
- marker_sign
|
|
1211
|
+
- marker_pink
|
|
1212
|
+
- marker_orange
|
|
1213
|
+
- marker_yellow
|
|
1214
|
+
- marker_teal
|
|
1215
|
+
- triangle_green
|
|
1216
|
+
- small_square_white
|
|
1217
|
+
- mansion
|
|
1218
|
+
- monument
|
|
1219
|
+
- no_draw
|
|
1220
|
+
- village_desert
|
|
1221
|
+
- village_plains
|
|
1222
|
+
- village_savanna
|
|
1223
|
+
- village_snowy
|
|
1224
|
+
- village_taiga
|
|
1225
|
+
- jungle_temple
|
|
1226
|
+
- witch_hut
|
|
1173
1227
|
# Rotation is the rotation of the map decoration. It is byte due to the 16 fixed directions that the
|
|
1174
1228
|
# map decoration may face.
|
|
1175
1229
|
rotation: u8
|
|
@@ -2125,4 +2179,97 @@ CameraPresets:
|
|
|
2125
2179
|
rotation: Vec2fopts
|
|
2126
2180
|
## TODO: make this an enum afer adding proper optional support inside pdefyaml
|
|
2127
2181
|
audio_listener?: u8
|
|
2128
|
-
player_effects?: bool
|
|
2182
|
+
player_effects?: bool
|
|
2183
|
+
|
|
2184
|
+
DisconnectFailReason: zigzag32 =>
|
|
2185
|
+
- unknown
|
|
2186
|
+
- cant_connect_no_internet
|
|
2187
|
+
- no_permissions
|
|
2188
|
+
- unrecoverable_error
|
|
2189
|
+
- third_party_blocked
|
|
2190
|
+
- third_party_no_internet
|
|
2191
|
+
- third_party_bad_ip
|
|
2192
|
+
- third_party_no_server_or_server_locked
|
|
2193
|
+
- version_mismatch
|
|
2194
|
+
- skin_issue
|
|
2195
|
+
- invite_session_not_found
|
|
2196
|
+
- edu_level_settings_missing
|
|
2197
|
+
- local_server_not_found
|
|
2198
|
+
- legacy_disconnect
|
|
2199
|
+
- user_leave_game_attempted
|
|
2200
|
+
- platform_locked_skins_error
|
|
2201
|
+
- realms_world_unassigned
|
|
2202
|
+
- realms_server_cant_connect
|
|
2203
|
+
- realms_server_hidden
|
|
2204
|
+
- realms_server_disabled_beta
|
|
2205
|
+
- realms_server_disabled
|
|
2206
|
+
- cross_platform_disallowed
|
|
2207
|
+
- cant_connect
|
|
2208
|
+
- session_not_found
|
|
2209
|
+
- client_settings_incompatible_with_server
|
|
2210
|
+
- server_full
|
|
2211
|
+
- invalid_platform_skin
|
|
2212
|
+
- edition_version_mismatch
|
|
2213
|
+
- edition_mismatch
|
|
2214
|
+
- level_newer_than_exe_version
|
|
2215
|
+
- no_fail_occurred
|
|
2216
|
+
- banned_skin
|
|
2217
|
+
- timeout
|
|
2218
|
+
- server_not_found
|
|
2219
|
+
- outdated_server
|
|
2220
|
+
- outdated_client
|
|
2221
|
+
- no_premium_platform
|
|
2222
|
+
- multiplayer_disabled
|
|
2223
|
+
- no_wifi
|
|
2224
|
+
- world_corruption
|
|
2225
|
+
- no_reason
|
|
2226
|
+
- disconnected
|
|
2227
|
+
- invalid_player
|
|
2228
|
+
- logged_in_other_location
|
|
2229
|
+
- server_id_conflict
|
|
2230
|
+
- not_allowed
|
|
2231
|
+
- not_authenticated
|
|
2232
|
+
- invalid_tenant
|
|
2233
|
+
- unknown_packet
|
|
2234
|
+
- unexpected_packet
|
|
2235
|
+
- invalid_command_request_packet
|
|
2236
|
+
- host_suspended
|
|
2237
|
+
- login_packet_no_request
|
|
2238
|
+
- login_packet_no_cert
|
|
2239
|
+
- missing_client
|
|
2240
|
+
- kicked
|
|
2241
|
+
- kicked_for_exploit
|
|
2242
|
+
- kicked_for_idle
|
|
2243
|
+
- resource_pack_problem
|
|
2244
|
+
- incompatible_pack
|
|
2245
|
+
- out_of_storage
|
|
2246
|
+
- invalid_level
|
|
2247
|
+
- disconnect_packet_deprecated
|
|
2248
|
+
- block_mismatch
|
|
2249
|
+
- invalid_heights
|
|
2250
|
+
- invalid_widths
|
|
2251
|
+
- connection_lost
|
|
2252
|
+
- zombie_connection
|
|
2253
|
+
- shutdown
|
|
2254
|
+
- reason_not_set
|
|
2255
|
+
- loading_state_timeout
|
|
2256
|
+
- resource_pack_loading_failed
|
|
2257
|
+
- searching_for_session_loading_screen_failed
|
|
2258
|
+
- conn_protocol_version
|
|
2259
|
+
- subsystem_status_error
|
|
2260
|
+
- empty_auth_from_discovery
|
|
2261
|
+
- empty_url_from_discovery
|
|
2262
|
+
- expired_auth_from_discovery
|
|
2263
|
+
- unknown_signal_service_sign_in_failure
|
|
2264
|
+
- xbl_join_lobby_failure
|
|
2265
|
+
- unspecified_client_instance_disconnection
|
|
2266
|
+
- conn_session_not_found
|
|
2267
|
+
- conn_create_peer_connection
|
|
2268
|
+
- conn_ice
|
|
2269
|
+
- conn_connect_request
|
|
2270
|
+
- conn_connect_response
|
|
2271
|
+
- conn_negotiation_timeout
|
|
2272
|
+
- conn_inactivity_timeout
|
|
2273
|
+
- stale_connection_being_replaced
|
|
2274
|
+
- realms_session_not_found
|
|
2275
|
+
- bad_packet
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
"types": "bedrock/1.20.10",
|
|
1808
1808
|
"version": "bedrock/1.20.15",
|
|
1809
1809
|
"language": "bedrock/1.20.10"
|
|
1810
|
-
},
|
|
1810
|
+
},
|
|
1811
1811
|
"1.20.30": {
|
|
1812
1812
|
"blocks": "bedrock/1.20.0",
|
|
1813
1813
|
"blockStates": "bedrock/1.20.0",
|
|
@@ -1825,9 +1825,31 @@
|
|
|
1825
1825
|
"steve": "bedrock/1.16.201",
|
|
1826
1826
|
"blocksB2J": "bedrock/1.20.0",
|
|
1827
1827
|
"blocksJ2B": "bedrock/1.20.0",
|
|
1828
|
+
"proto": "bedrock/1.20.30",
|
|
1829
|
+
"types": "bedrock/1.20.30",
|
|
1830
|
+
"version": "bedrock/1.20.30",
|
|
1831
|
+
"language": "bedrock/1.20.10"
|
|
1832
|
+
},
|
|
1833
|
+
"1.20.40": {
|
|
1834
|
+
"blocks": "bedrock/1.20.0",
|
|
1835
|
+
"blockStates": "bedrock/1.20.0",
|
|
1836
|
+
"blockCollisionShapes": "bedrock/1.20.0",
|
|
1837
|
+
"biomes": "bedrock/1.20.0",
|
|
1838
|
+
"entities": "bedrock/1.19.1",
|
|
1839
|
+
"items": "bedrock/1.20.0",
|
|
1840
|
+
"recipes": "bedrock/1.19.10",
|
|
1841
|
+
"instruments": "bedrock/1.17.0",
|
|
1842
|
+
"materials": "pc/1.17",
|
|
1843
|
+
"enchantments": "bedrock/1.19.1",
|
|
1844
|
+
"effects": "pc/1.17",
|
|
1845
|
+
"protocol": "bedrock/1.20.40",
|
|
1846
|
+
"windows": "bedrock/1.16.201",
|
|
1847
|
+
"steve": "bedrock/1.16.201",
|
|
1848
|
+
"blocksB2J": "bedrock/1.20.0",
|
|
1849
|
+
"blocksJ2B": "bedrock/1.20.0",
|
|
1828
1850
|
"proto": "bedrock/latest",
|
|
1829
1851
|
"types": "bedrock/latest",
|
|
1830
|
-
"version": "bedrock/1.20.
|
|
1852
|
+
"version": "bedrock/1.20.40",
|
|
1831
1853
|
"language": "bedrock/1.20.10"
|
|
1832
1854
|
}
|
|
1833
1855
|
}
|
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "23w43a",
|
|
4
|
+
"version": 1073741983,
|
|
5
|
+
"dataVersion": 3686,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "1.20",
|
|
8
|
+
"releaseType": "snapshot"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"minecraftVersion": "23w42a",
|
|
12
|
+
"version": 1073741981,
|
|
13
|
+
"dataVersion": 3684,
|
|
14
|
+
"usesNetty": true,
|
|
15
|
+
"majorVersion": "1.20",
|
|
16
|
+
"releaseType": "snapshot"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"minecraftVersion": "23w41a",
|
|
20
|
+
"version": 1073741980,
|
|
21
|
+
"dataVersion": 3681,
|
|
22
|
+
"usesNetty": true,
|
|
23
|
+
"majorVersion": "1.20",
|
|
24
|
+
"releaseType": "snapshot"
|
|
25
|
+
},
|
|
2
26
|
{
|
|
3
27
|
"minecraftVersion": "23w40a",
|
|
4
28
|
"version": 1073741978,
|
|
@@ -4292,4 +4316,4 @@
|
|
|
4292
4316
|
"usesNetty": false,
|
|
4293
4317
|
"majorVersion": "1.0"
|
|
4294
4318
|
}
|
|
4295
|
-
]
|
|
4319
|
+
]
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 3.47.0
|
|
2
|
+
* [Add bedrock 1.20.40 protocol data (#784)](https://github.com/PrismarineJS/minecraft-data/commit/0c1d4e649a4755c3226dd93174249e9a75fde12c) (thanks @CreeperG16)
|
|
3
|
+
|
|
1
4
|
## 3.46.2
|
|
2
5
|
* [Fix bedrock protocol CameraPresets packet(#782)](https://github.com/PrismarineJS/minecraft-data/commit/4139610a241411296a47723d6d978047c52cc7cf) (thanks @MrDiamond64)
|
|
3
6
|
* [Update Minecraft wiki references (#781)](https://github.com/PrismarineJS/minecraft-data/commit/16aaf99c002125749dbcbf165e3ead15e104f7e8) (thanks @Spongecade)
|