minecraft-data 3.31.0 → 3.32.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/.github/workflows/npm-publish.yml +2 -1
- package/data.js +28 -7
- package/doc/history.md +4 -0
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.16.201/proto.yml +13 -4
- package/minecraft-data/data/bedrock/1.16.201/protocol.json +13 -12
- package/minecraft-data/data/bedrock/1.16.210/proto.yml +13 -4
- package/minecraft-data/data/bedrock/1.16.210/protocol.json +13 -12
- package/minecraft-data/data/bedrock/1.16.220/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.16.220/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.0/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.17.0/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.10/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.17.10/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.30/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.17.30/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.40/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.17.40/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.18.0/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.18.11/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.18.30/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.1/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.1/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.10/proto.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.10/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.20/proto.yml +2 -2
- package/minecraft-data/data/bedrock/1.19.20/protocol.json +2 -2
- package/minecraft-data/data/bedrock/1.19.21/proto.yml +2 -2
- package/minecraft-data/data/bedrock/1.19.21/protocol.json +2 -2
- package/minecraft-data/data/bedrock/1.19.30/proto.yml +2 -2
- package/minecraft-data/data/bedrock/1.19.30/protocol.json +2 -2
- package/minecraft-data/data/bedrock/1.19.40/proto.yml +4 -3
- package/minecraft-data/data/bedrock/1.19.40/protocol.json +3 -2
- package/minecraft-data/data/bedrock/1.19.50/proto.yml +4 -3
- package/minecraft-data/data/bedrock/1.19.50/protocol.json +3 -2
- package/minecraft-data/data/bedrock/1.19.60/proto.yml +4 -3
- package/minecraft-data/data/bedrock/1.19.60/protocol.json +3 -2
- package/minecraft-data/data/bedrock/1.19.62/proto.yml +3 -2
- package/minecraft-data/data/bedrock/1.19.62/protocol.json +3 -2
- package/minecraft-data/data/bedrock/1.19.70/proto.yml +3881 -0
- package/minecraft-data/data/bedrock/1.19.70/protocol.json +3 -2
- package/minecraft-data/data/bedrock/1.19.70/types.yml +2077 -0
- package/minecraft-data/data/bedrock/1.19.80/protocol.json +11276 -0
- package/minecraft-data/data/bedrock/1.19.80/version.json +6 -0
- package/minecraft-data/data/bedrock/common/features.json +54 -1
- package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +54 -12
- package/minecraft-data/data/bedrock/latest/types.yml +10 -0
- package/minecraft-data/data/dataPaths.json +28 -7
- package/minecraft-data/data/pc/1.19/protocol.json +40 -5
- package/minecraft-data/data/pc/1.19.2/protocol.json +40 -5
- package/minecraft-data/data/pc/1.19.3/protocol.json +40 -5
- package/minecraft-data/data/pc/common/features.json +10 -0
- package/minecraft-data/doc/history.md +3 -0
- package/package.json +2 -2
|
@@ -5448,6 +5448,7 @@
|
|
|
5448
5448
|
"3509": "cauldron_clean_banner",
|
|
5449
5449
|
"3600": "block_start_break",
|
|
5450
5450
|
"3601": "block_stop_break",
|
|
5451
|
+
"3602": "block_break_speed",
|
|
5451
5452
|
"4000": "set_data",
|
|
5452
5453
|
"9800": "players_sleeping",
|
|
5453
5454
|
"9801": "sleeping_players",
|
|
@@ -6508,7 +6509,7 @@
|
|
|
6508
6509
|
},
|
|
6509
6510
|
{
|
|
6510
6511
|
"name": "origin",
|
|
6511
|
-
"type": "
|
|
6512
|
+
"type": "vec3i"
|
|
6512
6513
|
},
|
|
6513
6514
|
{
|
|
6514
6515
|
"name": "included_in",
|
|
@@ -8141,7 +8142,7 @@
|
|
|
8141
8142
|
},
|
|
8142
8143
|
{
|
|
8143
8144
|
"name": "position",
|
|
8144
|
-
"type": "
|
|
8145
|
+
"type": "vec3i"
|
|
8145
8146
|
},
|
|
8146
8147
|
{
|
|
8147
8148
|
"name": "reaction_type",
|
|
@@ -787,7 +787,8 @@ packet_level_event:
|
|
|
787
787
|
3508: cauldron_add_dye
|
|
788
788
|
3509: cauldron_clean_banner
|
|
789
789
|
3600: block_start_break
|
|
790
|
-
3601: block_stop_break
|
|
790
|
+
3601: block_stop_break
|
|
791
|
+
3602: block_break_speed
|
|
791
792
|
4000: set_data
|
|
792
793
|
9800: players_sleeping
|
|
793
794
|
9801: sleeping_players
|
|
@@ -1503,7 +1504,7 @@ packet_clientbound_map_item_data:
|
|
|
1503
1504
|
# table.
|
|
1504
1505
|
locked: bool
|
|
1505
1506
|
# Origin is the center position of the map being updated.
|
|
1506
|
-
origin:
|
|
1507
|
+
origin: vec3i
|
|
1507
1508
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1508
1509
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1509
1510
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -2393,7 +2394,7 @@ packet_lab_table:
|
|
|
2393
2394
|
0: combine
|
|
2394
2395
|
1: react
|
|
2395
2396
|
# Position is the position at which the lab table used was located.
|
|
2396
|
-
position:
|
|
2397
|
+
position: vec3i
|
|
2397
2398
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2398
2399
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2399
2400
|
# was of the reaction.
|
|
@@ -5489,6 +5489,7 @@
|
|
|
5489
5489
|
"3509": "cauldron_clean_banner",
|
|
5490
5490
|
"3600": "block_start_break",
|
|
5491
5491
|
"3601": "block_stop_break",
|
|
5492
|
+
"3602": "block_break_speed",
|
|
5492
5493
|
"4000": "set_data",
|
|
5493
5494
|
"9800": "players_sleeping",
|
|
5494
5495
|
"9801": "sleeping_players",
|
|
@@ -6549,7 +6550,7 @@
|
|
|
6549
6550
|
},
|
|
6550
6551
|
{
|
|
6551
6552
|
"name": "origin",
|
|
6552
|
-
"type": "
|
|
6553
|
+
"type": "vec3i"
|
|
6553
6554
|
},
|
|
6554
6555
|
{
|
|
6555
6556
|
"name": "included_in",
|
|
@@ -8186,7 +8187,7 @@
|
|
|
8186
8187
|
},
|
|
8187
8188
|
{
|
|
8188
8189
|
"name": "position",
|
|
8189
|
-
"type": "
|
|
8190
|
+
"type": "vec3i"
|
|
8190
8191
|
},
|
|
8191
8192
|
{
|
|
8192
8193
|
"name": "reaction_type",
|
|
@@ -788,6 +788,7 @@ packet_level_event:
|
|
|
788
788
|
3509: cauldron_clean_banner
|
|
789
789
|
3600: block_start_break
|
|
790
790
|
3601: block_stop_break
|
|
791
|
+
3602: block_break_speed
|
|
791
792
|
4000: set_data
|
|
792
793
|
9800: players_sleeping
|
|
793
794
|
9801: sleeping_players
|
|
@@ -1503,7 +1504,7 @@ packet_clientbound_map_item_data:
|
|
|
1503
1504
|
# table.
|
|
1504
1505
|
locked: bool
|
|
1505
1506
|
# Origin is the center position of the map being updated.
|
|
1506
|
-
origin:
|
|
1507
|
+
origin: vec3i
|
|
1507
1508
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1508
1509
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1509
1510
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -2394,7 +2395,7 @@ packet_lab_table:
|
|
|
2394
2395
|
0: combine
|
|
2395
2396
|
1: react
|
|
2396
2397
|
# Position is the position at which the lab table used was located.
|
|
2397
|
-
position:
|
|
2398
|
+
position: vec3i
|
|
2398
2399
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2399
2400
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2400
2401
|
# was of the reaction.
|
|
@@ -5493,6 +5493,7 @@
|
|
|
5493
5493
|
"3509": "cauldron_clean_banner",
|
|
5494
5494
|
"3600": "block_start_break",
|
|
5495
5495
|
"3601": "block_stop_break",
|
|
5496
|
+
"3602": "block_break_speed",
|
|
5496
5497
|
"4000": "set_data",
|
|
5497
5498
|
"9800": "players_sleeping",
|
|
5498
5499
|
"9801": "sleeping_players",
|
|
@@ -6553,7 +6554,7 @@
|
|
|
6553
6554
|
},
|
|
6554
6555
|
{
|
|
6555
6556
|
"name": "origin",
|
|
6556
|
-
"type": "
|
|
6557
|
+
"type": "vec3i"
|
|
6557
6558
|
},
|
|
6558
6559
|
{
|
|
6559
6560
|
"name": "included_in",
|
|
@@ -8190,7 +8191,7 @@
|
|
|
8190
8191
|
},
|
|
8191
8192
|
{
|
|
8192
8193
|
"name": "position",
|
|
8193
|
-
"type": "
|
|
8194
|
+
"type": "vec3i"
|
|
8194
8195
|
},
|
|
8195
8196
|
{
|
|
8196
8197
|
"name": "reaction_type",
|