minecraft-data 3.46.2 → 3.48.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 +48 -1
- package/doc/history.md +8 -0
- package/minecraft-data/.github/workflows/bedrock-ci.yml +1 -1
- package/minecraft-data/README.md +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 +50 -3
- package/minecraft-data/data/pc/1.20.2/biomes.json +642 -0
- package/minecraft-data/data/pc/1.20.2/blockCollisionShapes.json +122059 -0
- package/minecraft-data/data/pc/1.20.2/blocks.json +37132 -0
- package/minecraft-data/data/pc/1.20.2/commands.json +18278 -0
- package/minecraft-data/data/pc/1.20.2/effects.json +200 -0
- package/minecraft-data/data/pc/1.20.2/enchantments.json +875 -0
- package/minecraft-data/data/pc/1.20.2/entities.json +1242 -0
- package/minecraft-data/data/pc/1.20.2/foods.json +402 -0
- package/minecraft-data/data/pc/1.20.2/instruments.json +94 -0
- package/minecraft-data/data/pc/1.20.2/items.json +8249 -0
- package/minecraft-data/data/pc/1.20.2/language.json +6342 -0
- package/minecraft-data/data/pc/1.20.2/mapIcons.json +212 -0
- package/minecraft-data/data/pc/1.20.2/materials.json +154 -0
- package/minecraft-data/data/pc/1.20.2/particles.json +382 -0
- package/minecraft-data/data/pc/1.20.2/protocol.json +7092 -0
- package/minecraft-data/data/pc/1.20.2/recipes.json +15143 -0
- package/minecraft-data/data/pc/1.20.2/tints.json +447 -0
- package/minecraft-data/data/pc/1.20.2/version.json +5 -0
- package/minecraft-data/data/pc/common/protocolVersions.json +41 -1
- package/minecraft-data/data/pc/common/versions.json +2 -1
- package/minecraft-data/doc/history.md +9 -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
|
|
@@ -1248,6 +1248,31 @@
|
|
|
1248
1248
|
"loginPacket": "pc/1.19.2",
|
|
1249
1249
|
"tints": "pc/1.20",
|
|
1250
1250
|
"mapIcons": "pc/1.16"
|
|
1251
|
+
},
|
|
1252
|
+
"1.20.2": {
|
|
1253
|
+
"attributes": "pc/1.17",
|
|
1254
|
+
"blocks": "pc/1.20.2",
|
|
1255
|
+
"blockCollisionShapes": "pc/1.20.2",
|
|
1256
|
+
"biomes": "pc/1.20.2",
|
|
1257
|
+
"effects": "pc/1.20.2",
|
|
1258
|
+
"items": "pc/1.20.2",
|
|
1259
|
+
"enchantments": "pc/1.20.2",
|
|
1260
|
+
"recipes": "pc/1.20.2",
|
|
1261
|
+
"instruments": "pc/1.20.2",
|
|
1262
|
+
"materials": "pc/1.20.2",
|
|
1263
|
+
"language": "pc/1.20.2",
|
|
1264
|
+
"entities": "pc/1.20.2",
|
|
1265
|
+
"protocol": "pc/1.20.2",
|
|
1266
|
+
"windows": "pc/1.16.1",
|
|
1267
|
+
"version": "pc/1.20.2",
|
|
1268
|
+
"foods": "pc/1.20.2",
|
|
1269
|
+
"particles": "pc/1.20",
|
|
1270
|
+
"blockLoot": "pc/1.20",
|
|
1271
|
+
"entityLoot": "pc/1.20",
|
|
1272
|
+
"loginPacket": "pc/1.19.2",
|
|
1273
|
+
"tints": "pc/1.20.2",
|
|
1274
|
+
"mapIcons": "pc/1.20.2",
|
|
1275
|
+
"commands": "pc/1.20.2"
|
|
1251
1276
|
}
|
|
1252
1277
|
},
|
|
1253
1278
|
"bedrock": {
|
|
@@ -1807,7 +1832,7 @@
|
|
|
1807
1832
|
"types": "bedrock/1.20.10",
|
|
1808
1833
|
"version": "bedrock/1.20.15",
|
|
1809
1834
|
"language": "bedrock/1.20.10"
|
|
1810
|
-
},
|
|
1835
|
+
},
|
|
1811
1836
|
"1.20.30": {
|
|
1812
1837
|
"blocks": "bedrock/1.20.0",
|
|
1813
1838
|
"blockStates": "bedrock/1.20.0",
|
|
@@ -1825,10 +1850,32 @@
|
|
|
1825
1850
|
"steve": "bedrock/1.16.201",
|
|
1826
1851
|
"blocksB2J": "bedrock/1.20.0",
|
|
1827
1852
|
"blocksJ2B": "bedrock/1.20.0",
|
|
1853
|
+
"proto": "bedrock/1.20.30",
|
|
1854
|
+
"types": "bedrock/1.20.30",
|
|
1855
|
+
"version": "bedrock/1.20.30",
|
|
1856
|
+
"language": "bedrock/1.20.10"
|
|
1857
|
+
},
|
|
1858
|
+
"1.20.40": {
|
|
1859
|
+
"blocks": "bedrock/1.20.0",
|
|
1860
|
+
"blockStates": "bedrock/1.20.0",
|
|
1861
|
+
"blockCollisionShapes": "bedrock/1.20.0",
|
|
1862
|
+
"biomes": "bedrock/1.20.0",
|
|
1863
|
+
"entities": "bedrock/1.19.1",
|
|
1864
|
+
"items": "bedrock/1.20.0",
|
|
1865
|
+
"recipes": "bedrock/1.19.10",
|
|
1866
|
+
"instruments": "bedrock/1.17.0",
|
|
1867
|
+
"materials": "pc/1.17",
|
|
1868
|
+
"enchantments": "bedrock/1.19.1",
|
|
1869
|
+
"effects": "pc/1.17",
|
|
1870
|
+
"protocol": "bedrock/1.20.40",
|
|
1871
|
+
"windows": "bedrock/1.16.201",
|
|
1872
|
+
"steve": "bedrock/1.16.201",
|
|
1873
|
+
"blocksB2J": "bedrock/1.20.0",
|
|
1874
|
+
"blocksJ2B": "bedrock/1.20.0",
|
|
1828
1875
|
"proto": "bedrock/latest",
|
|
1829
1876
|
"types": "bedrock/latest",
|
|
1830
|
-
"version": "bedrock/1.20.
|
|
1877
|
+
"version": "bedrock/1.20.40",
|
|
1831
1878
|
"language": "bedrock/1.20.10"
|
|
1832
1879
|
}
|
|
1833
1880
|
}
|
|
1834
|
-
}
|
|
1881
|
+
}
|