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
package/data.js
CHANGED
|
@@ -1203,8 +1203,8 @@ module.exports =
|
|
|
1203
1203
|
'1.16.201': {
|
|
1204
1204
|
get protocol () { return require("./minecraft-data/data/bedrock/1.16.201/protocol.json") },
|
|
1205
1205
|
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1206
|
-
proto: __dirname + '/minecraft-data/data/bedrock/1.
|
|
1207
|
-
types: __dirname + '/minecraft-data/data/bedrock/1.
|
|
1206
|
+
proto: __dirname + '/minecraft-data/data/bedrock/1.16.201/proto.yml',
|
|
1207
|
+
types: __dirname + '/minecraft-data/data/bedrock/1.16.201/types.yml',
|
|
1208
1208
|
get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
|
|
1209
1209
|
get enchantments () { return require("./minecraft-data/data/bedrock/1.16.201/enchantments.json") },
|
|
1210
1210
|
get version () { return require("./minecraft-data/data/bedrock/1.16.201/version.json") }
|
|
@@ -1212,8 +1212,8 @@ module.exports =
|
|
|
1212
1212
|
'1.16.210': {
|
|
1213
1213
|
get protocol () { return require("./minecraft-data/data/bedrock/1.16.210/protocol.json") },
|
|
1214
1214
|
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1215
|
-
proto: __dirname + '/minecraft-data/data/bedrock/1.
|
|
1216
|
-
types: __dirname + '/minecraft-data/data/bedrock/1.
|
|
1215
|
+
proto: __dirname + '/minecraft-data/data/bedrock/1.16.210/proto.yml',
|
|
1216
|
+
types: __dirname + '/minecraft-data/data/bedrock/1.16.210/types.yml',
|
|
1217
1217
|
get enchantments () { return require("./minecraft-data/data/bedrock/1.16.201/enchantments.json") },
|
|
1218
1218
|
get version () { return require("./minecraft-data/data/bedrock/1.16.210/version.json") }
|
|
1219
1219
|
},
|
|
@@ -1225,8 +1225,8 @@ module.exports =
|
|
|
1225
1225
|
get enchantments () { return require("./minecraft-data/data/bedrock/1.16.201/enchantments.json") },
|
|
1226
1226
|
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1227
1227
|
get protocol () { return require("./minecraft-data/data/bedrock/1.16.220/protocol.json") },
|
|
1228
|
-
proto: __dirname + '/minecraft-data/data/bedrock/1.
|
|
1229
|
-
types: __dirname + '/minecraft-data/data/bedrock/1.
|
|
1228
|
+
proto: __dirname + '/minecraft-data/data/bedrock/1.16.220/proto.yml',
|
|
1229
|
+
types: __dirname + '/minecraft-data/data/bedrock/1.16.220/types.yml',
|
|
1230
1230
|
get version () { return require("./minecraft-data/data/bedrock/1.16.220/version.json") }
|
|
1231
1231
|
},
|
|
1232
1232
|
'1.17.0': {
|
|
@@ -1604,9 +1604,30 @@ module.exports =
|
|
|
1604
1604
|
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1605
1605
|
get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
|
|
1606
1606
|
get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
|
|
1607
|
+
proto: __dirname + '/minecraft-data/data/bedrock/1.19.70/proto.yml',
|
|
1608
|
+
types: __dirname + '/minecraft-data/data/bedrock/1.19.70/types.yml',
|
|
1609
|
+
get version () { return require("./minecraft-data/data/bedrock/1.19.70/version.json") }
|
|
1610
|
+
},
|
|
1611
|
+
'1.19.80': {
|
|
1612
|
+
get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
|
|
1613
|
+
get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
|
|
1614
|
+
get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
|
|
1615
|
+
get biomes () { return require("./minecraft-data/data/bedrock/1.19.1/biomes.json") },
|
|
1616
|
+
get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
|
|
1617
|
+
get items () { return require("./minecraft-data/data/bedrock/1.19.10/items.json") },
|
|
1618
|
+
get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
|
|
1619
|
+
get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
|
|
1620
|
+
get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
|
|
1621
|
+
get enchantments () { return require("./minecraft-data/data/bedrock/1.19.1/enchantments.json") },
|
|
1622
|
+
get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
|
|
1623
|
+
get protocol () { return require("./minecraft-data/data/bedrock/1.19.80/protocol.json") },
|
|
1624
|
+
get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
|
|
1625
|
+
get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
|
|
1626
|
+
get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
|
|
1627
|
+
get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
|
|
1607
1628
|
proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
|
|
1608
1629
|
types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
|
|
1609
|
-
get version () { return require("./minecraft-data/data/bedrock/1.19.
|
|
1630
|
+
get version () { return require("./minecraft-data/data/bedrock/1.19.80/version.json") }
|
|
1610
1631
|
}
|
|
1611
1632
|
}
|
|
1612
1633
|
}
|
package/doc/history.md
CHANGED
package/minecraft-data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Language independent module providing minecraft data for minecraft clients, serv
|
|
|
10
10
|
Supports
|
|
11
11
|
* Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
|
|
12
12
|
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3)
|
|
13
|
-
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70
|
|
13
|
+
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80
|
|
14
14
|
|
|
15
15
|
## Wrappers
|
|
16
16
|
|
|
@@ -1725,13 +1725,22 @@ packet_set_score:
|
|
|
1725
1725
|
!bound: client
|
|
1726
1726
|
entries: ScoreEntries
|
|
1727
1727
|
|
|
1728
|
+
# LabTable is sent by the client to let the server know it started a chemical reaction in Education Edition,
|
|
1729
|
+
# and is sent by the server to other clients to show the effects.
|
|
1730
|
+
# The packet is only functional if Education features are enabled.
|
|
1728
1731
|
packet_lab_table:
|
|
1729
1732
|
!id: 0x6d
|
|
1730
1733
|
!bound: both
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1734
|
+
# ActionType is the type of the action that was executed. It is one of the constants above. Typically,
|
|
1735
|
+
# only LabTableActionCombine is sent by the client, whereas LabTableActionReact is sent by the server.
|
|
1736
|
+
action_type: u8 =>
|
|
1737
|
+
0: combine
|
|
1738
|
+
1: react
|
|
1739
|
+
# Position is the position at which the lab table used was located.
|
|
1740
|
+
position: vec3i
|
|
1741
|
+
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
1742
|
+
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
1743
|
+
# was of the reaction.
|
|
1735
1744
|
reaction_type: u8
|
|
1736
1745
|
|
|
1737
1746
|
packet_update_block_synced:
|
|
@@ -6194,20 +6194,21 @@
|
|
|
6194
6194
|
"container",
|
|
6195
6195
|
[
|
|
6196
6196
|
{
|
|
6197
|
-
"name": "
|
|
6198
|
-
"type":
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6197
|
+
"name": "action_type",
|
|
6198
|
+
"type": [
|
|
6199
|
+
"mapper",
|
|
6200
|
+
{
|
|
6201
|
+
"type": "u8",
|
|
6202
|
+
"mappings": {
|
|
6203
|
+
"0": "combine",
|
|
6204
|
+
"1": "react"
|
|
6205
|
+
}
|
|
6206
|
+
}
|
|
6207
|
+
]
|
|
6207
6208
|
},
|
|
6208
6209
|
{
|
|
6209
|
-
"name": "
|
|
6210
|
-
"type": "
|
|
6210
|
+
"name": "position",
|
|
6211
|
+
"type": "vec3i"
|
|
6211
6212
|
},
|
|
6212
6213
|
{
|
|
6213
6214
|
"name": "reaction_type",
|
|
@@ -1793,13 +1793,22 @@ packet_set_score:
|
|
|
1793
1793
|
!bound: client
|
|
1794
1794
|
entries: ScoreEntries
|
|
1795
1795
|
|
|
1796
|
+
# LabTable is sent by the client to let the server know it started a chemical reaction in Education Edition,
|
|
1797
|
+
# and is sent by the server to other clients to show the effects.
|
|
1798
|
+
# The packet is only functional if Education features are enabled.
|
|
1796
1799
|
packet_lab_table:
|
|
1797
1800
|
!id: 0x6d
|
|
1798
1801
|
!bound: both
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1802
|
+
# ActionType is the type of the action that was executed. It is one of the constants above. Typically,
|
|
1803
|
+
# only LabTableActionCombine is sent by the client, whereas LabTableActionReact is sent by the server.
|
|
1804
|
+
action_type: u8 =>
|
|
1805
|
+
0: combine
|
|
1806
|
+
1: react
|
|
1807
|
+
# Position is the position at which the lab table used was located.
|
|
1808
|
+
position: vec3i
|
|
1809
|
+
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
1810
|
+
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
1811
|
+
# was of the reaction.
|
|
1803
1812
|
reaction_type: u8
|
|
1804
1813
|
|
|
1805
1814
|
# UpdateBlockSynced is sent by the server to synchronise the falling of a falling block entity with the
|
|
@@ -6405,20 +6405,21 @@
|
|
|
6405
6405
|
"container",
|
|
6406
6406
|
[
|
|
6407
6407
|
{
|
|
6408
|
-
"name": "
|
|
6409
|
-
"type":
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6417
|
-
|
|
6408
|
+
"name": "action_type",
|
|
6409
|
+
"type": [
|
|
6410
|
+
"mapper",
|
|
6411
|
+
{
|
|
6412
|
+
"type": "u8",
|
|
6413
|
+
"mappings": {
|
|
6414
|
+
"0": "combine",
|
|
6415
|
+
"1": "react"
|
|
6416
|
+
}
|
|
6417
|
+
}
|
|
6418
|
+
]
|
|
6418
6419
|
},
|
|
6419
6420
|
{
|
|
6420
|
-
"name": "
|
|
6421
|
-
"type": "
|
|
6421
|
+
"name": "position",
|
|
6422
|
+
"type": "vec3i"
|
|
6422
6423
|
},
|
|
6423
6424
|
{
|
|
6424
6425
|
"name": "reaction_type",
|
|
@@ -2141,7 +2141,7 @@ packet_lab_table:
|
|
|
2141
2141
|
0: combine
|
|
2142
2142
|
1: react
|
|
2143
2143
|
# Position is the position at which the lab table used was located.
|
|
2144
|
-
position:
|
|
2144
|
+
position: vec3i
|
|
2145
2145
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2146
2146
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2147
2147
|
# was of the reaction.
|
|
@@ -2143,7 +2143,7 @@ packet_lab_table:
|
|
|
2143
2143
|
0: combine
|
|
2144
2144
|
1: react
|
|
2145
2145
|
# Position is the position at which the lab table used was located.
|
|
2146
|
-
position:
|
|
2146
|
+
position: vec3i
|
|
2147
2147
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2148
2148
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2149
2149
|
# was of the reaction.
|
|
@@ -2240,7 +2240,7 @@ packet_lab_table:
|
|
|
2240
2240
|
0: combine
|
|
2241
2241
|
1: react
|
|
2242
2242
|
# Position is the position at which the lab table used was located.
|
|
2243
|
-
position:
|
|
2243
|
+
position: vec3i
|
|
2244
2244
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2245
2245
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2246
2246
|
# was of the reaction.
|
|
@@ -2261,7 +2261,7 @@ packet_lab_table:
|
|
|
2261
2261
|
0: combine
|
|
2262
2262
|
1: react
|
|
2263
2263
|
# Position is the position at which the lab table used was located.
|
|
2264
|
-
position:
|
|
2264
|
+
position: vec3i
|
|
2265
2265
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2266
2266
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2267
2267
|
# was of the reaction.
|
|
@@ -2261,7 +2261,7 @@ packet_lab_table:
|
|
|
2261
2261
|
0: combine
|
|
2262
2262
|
1: react
|
|
2263
2263
|
# Position is the position at which the lab table used was located.
|
|
2264
|
-
position:
|
|
2264
|
+
position: vec3i
|
|
2265
2265
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2266
2266
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2267
2267
|
# was of the reaction.
|
|
@@ -2268,7 +2268,7 @@ packet_lab_table:
|
|
|
2268
2268
|
0: combine
|
|
2269
2269
|
1: react
|
|
2270
2270
|
# Position is the position at which the lab table used was located.
|
|
2271
|
-
position:
|
|
2271
|
+
position: vec3i
|
|
2272
2272
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2273
2273
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2274
2274
|
# was of the reaction.
|
|
@@ -2275,7 +2275,7 @@ packet_lab_table:
|
|
|
2275
2275
|
0: combine
|
|
2276
2276
|
1: react
|
|
2277
2277
|
# Position is the position at which the lab table used was located.
|
|
2278
|
-
position:
|
|
2278
|
+
position: vec3i
|
|
2279
2279
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2280
2280
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2281
2281
|
# was of the reaction.
|
|
@@ -2285,7 +2285,7 @@ packet_lab_table:
|
|
|
2285
2285
|
0: combine
|
|
2286
2286
|
1: react
|
|
2287
2287
|
# Position is the position at which the lab table used was located.
|
|
2288
|
-
position:
|
|
2288
|
+
position: vec3i
|
|
2289
2289
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2290
2290
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2291
2291
|
# was of the reaction.
|
|
@@ -2295,7 +2295,7 @@ packet_lab_table:
|
|
|
2295
2295
|
0: combine
|
|
2296
2296
|
1: react
|
|
2297
2297
|
# Position is the position at which the lab table used was located.
|
|
2298
|
-
position:
|
|
2298
|
+
position: vec3i
|
|
2299
2299
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2300
2300
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2301
2301
|
# was of the reaction.
|
|
@@ -2346,7 +2346,7 @@ packet_lab_table:
|
|
|
2346
2346
|
0: combine
|
|
2347
2347
|
1: react
|
|
2348
2348
|
# Position is the position at which the lab table used was located.
|
|
2349
|
-
position:
|
|
2349
|
+
position: vec3i
|
|
2350
2350
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2351
2351
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2352
2352
|
# was of the reaction.
|
|
@@ -1491,7 +1491,7 @@ packet_clientbound_map_item_data:
|
|
|
1491
1491
|
# table.
|
|
1492
1492
|
locked: bool
|
|
1493
1493
|
# Origin is the center position of the map being updated.
|
|
1494
|
-
origin:
|
|
1494
|
+
origin: vec3i
|
|
1495
1495
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1496
1496
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1497
1497
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -2377,7 +2377,7 @@ packet_lab_table:
|
|
|
2377
2377
|
0: combine
|
|
2378
2378
|
1: react
|
|
2379
2379
|
# Position is the position at which the lab table used was located.
|
|
2380
|
-
position:
|
|
2380
|
+
position: vec3i
|
|
2381
2381
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2382
2382
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2383
2383
|
# was of the reaction.
|
|
@@ -6324,7 +6324,7 @@
|
|
|
6324
6324
|
},
|
|
6325
6325
|
{
|
|
6326
6326
|
"name": "origin",
|
|
6327
|
-
"type": "
|
|
6327
|
+
"type": "vec3i"
|
|
6328
6328
|
},
|
|
6329
6329
|
{
|
|
6330
6330
|
"name": "included_in",
|
|
@@ -7953,7 +7953,7 @@
|
|
|
7953
7953
|
},
|
|
7954
7954
|
{
|
|
7955
7955
|
"name": "position",
|
|
7956
|
-
"type": "
|
|
7956
|
+
"type": "vec3i"
|
|
7957
7957
|
},
|
|
7958
7958
|
{
|
|
7959
7959
|
"name": "reaction_type",
|
|
@@ -1491,7 +1491,7 @@ packet_clientbound_map_item_data:
|
|
|
1491
1491
|
# table.
|
|
1492
1492
|
locked: bool
|
|
1493
1493
|
# Origin is the center position of the map being updated.
|
|
1494
|
-
origin:
|
|
1494
|
+
origin: vec3i
|
|
1495
1495
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1496
1496
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1497
1497
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -2377,7 +2377,7 @@ packet_lab_table:
|
|
|
2377
2377
|
0: combine
|
|
2378
2378
|
1: react
|
|
2379
2379
|
# Position is the position at which the lab table used was located.
|
|
2380
|
-
position:
|
|
2380
|
+
position: vec3i
|
|
2381
2381
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2382
2382
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2383
2383
|
# was of the reaction.
|
|
@@ -6324,7 +6324,7 @@
|
|
|
6324
6324
|
},
|
|
6325
6325
|
{
|
|
6326
6326
|
"name": "origin",
|
|
6327
|
-
"type": "
|
|
6327
|
+
"type": "vec3i"
|
|
6328
6328
|
},
|
|
6329
6329
|
{
|
|
6330
6330
|
"name": "included_in",
|
|
@@ -7953,7 +7953,7 @@
|
|
|
7953
7953
|
},
|
|
7954
7954
|
{
|
|
7955
7955
|
"name": "position",
|
|
7956
|
-
"type": "
|
|
7956
|
+
"type": "vec3i"
|
|
7957
7957
|
},
|
|
7958
7958
|
{
|
|
7959
7959
|
"name": "reaction_type",
|
|
@@ -1492,7 +1492,7 @@ packet_clientbound_map_item_data:
|
|
|
1492
1492
|
# table.
|
|
1493
1493
|
locked: bool
|
|
1494
1494
|
# Origin is the center position of the map being updated.
|
|
1495
|
-
origin:
|
|
1495
|
+
origin: vec3i
|
|
1496
1496
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1497
1497
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1498
1498
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -2380,7 +2380,7 @@ packet_lab_table:
|
|
|
2380
2380
|
0: combine
|
|
2381
2381
|
1: react
|
|
2382
2382
|
# Position is the position at which the lab table used was located.
|
|
2383
|
-
position:
|
|
2383
|
+
position: vec3i
|
|
2384
2384
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2385
2385
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2386
2386
|
# was of the reaction.
|
|
@@ -6424,7 +6424,7 @@
|
|
|
6424
6424
|
},
|
|
6425
6425
|
{
|
|
6426
6426
|
"name": "origin",
|
|
6427
|
-
"type": "
|
|
6427
|
+
"type": "vec3i"
|
|
6428
6428
|
},
|
|
6429
6429
|
{
|
|
6430
6430
|
"name": "included_in",
|
|
@@ -8057,7 +8057,7 @@
|
|
|
8057
8057
|
},
|
|
8058
8058
|
{
|
|
8059
8059
|
"name": "position",
|
|
8060
|
-
"type": "
|
|
8060
|
+
"type": "vec3i"
|
|
8061
8061
|
},
|
|
8062
8062
|
{
|
|
8063
8063
|
"name": "reaction_type",
|
|
@@ -785,7 +785,8 @@ packet_level_event:
|
|
|
785
785
|
3508: cauldron_add_dye
|
|
786
786
|
3509: cauldron_clean_banner
|
|
787
787
|
3600: block_start_break
|
|
788
|
-
3601: block_stop_break
|
|
788
|
+
3601: block_stop_break
|
|
789
|
+
3602: block_break_speed
|
|
789
790
|
4000: set_data
|
|
790
791
|
9800: players_sleeping
|
|
791
792
|
9801: sleeping_players
|
|
@@ -1501,7 +1502,7 @@ packet_clientbound_map_item_data:
|
|
|
1501
1502
|
# table.
|
|
1502
1503
|
locked: bool
|
|
1503
1504
|
# Origin is the center position of the map being updated.
|
|
1504
|
-
origin:
|
|
1505
|
+
origin: vec3i
|
|
1505
1506
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1506
1507
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1507
1508
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -2389,7 +2390,7 @@ packet_lab_table:
|
|
|
2389
2390
|
0: combine
|
|
2390
2391
|
1: react
|
|
2391
2392
|
# Position is the position at which the lab table used was located.
|
|
2392
|
-
position:
|
|
2393
|
+
position: vec3i
|
|
2393
2394
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2394
2395
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2395
2396
|
# was of the reaction.
|
|
@@ -5432,6 +5432,7 @@
|
|
|
5432
5432
|
"3509": "cauldron_clean_banner",
|
|
5433
5433
|
"3600": "block_start_break",
|
|
5434
5434
|
"3601": "block_stop_break",
|
|
5435
|
+
"3602": "block_break_speed",
|
|
5435
5436
|
"4000": "set_data",
|
|
5436
5437
|
"9800": "players_sleeping",
|
|
5437
5438
|
"9801": "sleeping_players",
|
|
@@ -6492,7 +6493,7 @@
|
|
|
6492
6493
|
},
|
|
6493
6494
|
{
|
|
6494
6495
|
"name": "origin",
|
|
6495
|
-
"type": "
|
|
6496
|
+
"type": "vec3i"
|
|
6496
6497
|
},
|
|
6497
6498
|
{
|
|
6498
6499
|
"name": "included_in",
|
|
@@ -8125,7 +8126,7 @@
|
|
|
8125
8126
|
},
|
|
8126
8127
|
{
|
|
8127
8128
|
"name": "position",
|
|
8128
|
-
"type": "
|
|
8129
|
+
"type": "vec3i"
|
|
8129
8130
|
},
|
|
8130
8131
|
{
|
|
8131
8132
|
"name": "reaction_type",
|
|
@@ -785,7 +785,8 @@ packet_level_event:
|
|
|
785
785
|
3508: cauldron_add_dye
|
|
786
786
|
3509: cauldron_clean_banner
|
|
787
787
|
3600: block_start_break
|
|
788
|
-
3601: block_stop_break
|
|
788
|
+
3601: block_stop_break
|
|
789
|
+
3602: block_break_speed
|
|
789
790
|
4000: set_data
|
|
790
791
|
9800: players_sleeping
|
|
791
792
|
9801: sleeping_players
|
|
@@ -1501,7 +1502,7 @@ packet_clientbound_map_item_data:
|
|
|
1501
1502
|
# table.
|
|
1502
1503
|
locked: bool
|
|
1503
1504
|
# Origin is the center position of the map being updated.
|
|
1504
|
-
origin:
|
|
1505
|
+
origin: vec3i
|
|
1505
1506
|
# The following fields apply only for the MapUpdateFlagInitialisation.
|
|
1506
1507
|
# MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
|
|
1507
1508
|
# scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
|
|
@@ -2389,7 +2390,7 @@ packet_lab_table:
|
|
|
2389
2390
|
0: combine
|
|
2390
2391
|
1: react
|
|
2391
2392
|
# Position is the position at which the lab table used was located.
|
|
2392
|
-
position:
|
|
2393
|
+
position: vec3i
|
|
2393
2394
|
# ReactionType is the type of the reaction that took place as a result of the items put into the lab
|
|
2394
2395
|
# table. The reaction type can be either that of an item or a particle, depending on whatever the result
|
|
2395
2396
|
# was of the reaction.
|