minecraft-data 3.10.1 → 3.10.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
|
@@ -6322,6 +6322,10 @@
|
|
|
6322
6322
|
"name": "locked",
|
|
6323
6323
|
"type": "bool"
|
|
6324
6324
|
},
|
|
6325
|
+
{
|
|
6326
|
+
"name": "origin",
|
|
6327
|
+
"type": "BlockCoordinates"
|
|
6328
|
+
},
|
|
6325
6329
|
{
|
|
6326
6330
|
"name": "included_in",
|
|
6327
6331
|
"type": [
|
|
@@ -6426,10 +6430,6 @@
|
|
|
6426
6430
|
"type": "varint"
|
|
6427
6431
|
}
|
|
6428
6432
|
]
|
|
6429
|
-
},
|
|
6430
|
-
{
|
|
6431
|
-
"name": "origin",
|
|
6432
|
-
"type": "BlockCoordinates"
|
|
6433
6433
|
}
|
|
6434
6434
|
]
|
|
6435
6435
|
]
|
|
@@ -1489,6 +1489,8 @@ packet_clientbound_map_item_data:
|
|
|
1489
1489
|
# LockedMap specifies if the map that was updated was a locked map, which may be done using a cartography
|
|
1490
1490
|
# table.
|
|
1491
1491
|
locked: bool
|
|
1492
|
+
# Origin is the center position of the map being updated.
|
|
1493
|
+
origin: BlockCoordinates
|
|
1492
1494
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1493
1495
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1494
1496
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -1527,8 +1529,6 @@ packet_clientbound_map_item_data:
|
|
|
1527
1529
|
# the length of the outer slice having to be exactly Height long and the inner slices exactly Width long.
|
|
1528
1530
|
# To access this array, use $width * y + x
|
|
1529
1531
|
pixels: varint[]varint
|
|
1530
|
-
# Origin is the center position of the map being updated.
|
|
1531
|
-
origin: BlockCoordinates
|
|
1532
1532
|
|
|
1533
1533
|
|
|
1534
1534
|
packet_map_info_request:
|