minecraft-data 3.91.0 → 3.92.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 +27 -0
- package/doc/history.md +4 -0
- package/index.d.ts +5 -2
- package/minecraft-data/data/dataPaths.json +27 -0
- package/minecraft-data/data/pc/1.10/proto.yml +29 -35
- package/minecraft-data/data/pc/1.10/protocol.json +101 -86
- package/minecraft-data/data/pc/1.10-pre1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.10-pre1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.11/proto.yml +29 -35
- package/minecraft-data/data/pc/1.11/protocol.json +101 -86
- package/minecraft-data/data/pc/1.12/proto.yml +29 -35
- package/minecraft-data/data/pc/1.12/protocol.json +101 -86
- package/minecraft-data/data/pc/1.12-pre4/proto.yml +29 -35
- package/minecraft-data/data/pc/1.12-pre4/protocol.json +101 -86
- package/minecraft-data/data/pc/1.12.1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.12.1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.12.2/proto.yml +29 -35
- package/minecraft-data/data/pc/1.12.2/protocol.json +101 -86
- package/minecraft-data/data/pc/1.13/proto.yml +29 -35
- package/minecraft-data/data/pc/1.13/protocol.json +101 -86
- package/minecraft-data/data/pc/1.13.1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.13.1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.13.2/proto.yml +29 -35
- package/minecraft-data/data/pc/1.13.2/protocol.json +101 -86
- package/minecraft-data/data/pc/1.13.2-pre1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.13.2-pre1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.13.2-pre2/proto.yml +29 -35
- package/minecraft-data/data/pc/1.13.2-pre2/protocol.json +101 -86
- package/minecraft-data/data/pc/1.14/proto.yml +29 -35
- package/minecraft-data/data/pc/1.14/protocol.json +101 -86
- package/minecraft-data/data/pc/1.14.1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.14.1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.14.3/proto.yml +29 -35
- package/minecraft-data/data/pc/1.14.3/protocol.json +101 -86
- package/minecraft-data/data/pc/1.14.4/proto.yml +29 -35
- package/minecraft-data/data/pc/1.14.4/protocol.json +101 -86
- package/minecraft-data/data/pc/1.15/proto.yml +29 -35
- package/minecraft-data/data/pc/1.15/protocol.json +101 -86
- package/minecraft-data/data/pc/1.15.1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.15.1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.15.2/proto.yml +29 -35
- package/minecraft-data/data/pc/1.15.2/protocol.json +101 -86
- package/minecraft-data/data/pc/1.16/proto.yml +29 -35
- package/minecraft-data/data/pc/1.16/protocol.json +101 -86
- package/minecraft-data/data/pc/1.16-rc1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.16-rc1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.16.1/proto.yml +29 -35
- package/minecraft-data/data/pc/1.16.1/protocol.json +101 -86
- package/minecraft-data/data/pc/1.16.2/proto.yml +29 -35
- package/minecraft-data/data/pc/1.16.2/protocol.json +101 -86
- package/minecraft-data/data/pc/1.17/proto.yml +30 -36
- package/minecraft-data/data/pc/1.17/protocol.json +102 -87
- package/minecraft-data/data/pc/1.17.1/proto.yml +30 -36
- package/minecraft-data/data/pc/1.17.1/protocol.json +102 -87
- package/minecraft-data/data/pc/1.18/proto.yml +30 -36
- package/minecraft-data/data/pc/1.18/protocol.json +102 -87
- package/minecraft-data/data/pc/1.18.2/proto.yml +30 -36
- package/minecraft-data/data/pc/1.18.2/protocol.json +102 -87
- package/minecraft-data/data/pc/1.19/proto.yml +34 -67
- package/minecraft-data/data/pc/1.19/protocol.json +123 -127
- package/minecraft-data/data/pc/1.19.2/proto.yml +35 -68
- package/minecraft-data/data/pc/1.19.2/protocol.json +123 -127
- package/minecraft-data/data/pc/1.19.3/proto.yml +39 -309
- package/minecraft-data/data/pc/1.19.3/protocol.json +65 -324
- package/minecraft-data/data/pc/1.19.4/proto.yml +39 -309
- package/minecraft-data/data/pc/1.19.4/protocol.json +65 -324
- package/minecraft-data/data/pc/1.20/proto.yml +40 -310
- package/minecraft-data/data/pc/1.20/protocol.json +65 -324
- package/minecraft-data/data/pc/1.20.2/proto.yml +40 -310
- package/minecraft-data/data/pc/1.20.2/protocol.json +65 -324
- package/minecraft-data/data/pc/1.20.3/proto.yml +156 -327
- package/minecraft-data/data/pc/1.20.3/protocol.json +186 -369
- package/minecraft-data/data/pc/1.20.5/proto.yml +427 -845
- package/minecraft-data/data/pc/1.20.5/protocol.json +669 -931
- package/minecraft-data/data/pc/1.21.1/proto.yml +415 -898
- package/minecraft-data/data/pc/1.21.1/protocol.json +585 -1058
- package/minecraft-data/data/pc/1.21.3/proto.yml +429 -572
- package/minecraft-data/data/pc/1.21.3/protocol.json +760 -920
- package/minecraft-data/data/pc/1.21.4/protocol.json +766 -917
- package/minecraft-data/data/pc/1.21.6/attributes.json +247 -0
- package/minecraft-data/data/pc/1.21.6/biomes.json +652 -0
- package/minecraft-data/data/pc/1.21.6/blockCollisionShapes.json +142541 -0
- package/minecraft-data/data/pc/1.21.6/blocks.json +41360 -0
- package/minecraft-data/data/pc/1.21.6/effects.json +236 -0
- package/minecraft-data/data/pc/1.21.6/enchantments.json +959 -0
- package/minecraft-data/data/pc/1.21.6/entities.json +1512 -0
- package/minecraft-data/data/pc/1.21.6/foods.json +402 -0
- package/minecraft-data/data/pc/1.21.6/instruments.json +94 -0
- package/minecraft-data/data/pc/1.21.6/items.json +9278 -0
- package/minecraft-data/data/pc/1.21.6/language.json +7389 -0
- package/minecraft-data/data/pc/1.21.6/materials.json +206 -0
- package/minecraft-data/data/pc/1.21.6/particles.json +458 -0
- package/minecraft-data/data/pc/1.21.6/recipes.json +30473 -0
- package/minecraft-data/data/pc/1.21.6/sounds.json +6910 -0
- package/minecraft-data/data/pc/1.21.6/tints.json +465 -0
- package/minecraft-data/data/pc/1.21.6/version.json +6 -0
- package/minecraft-data/data/pc/1.7/proto.yml +3 -6
- package/minecraft-data/data/pc/1.7/protocol.json +7 -0
- package/minecraft-data/data/pc/1.8/proto.yml +29 -35
- package/minecraft-data/data/pc/1.8/protocol.json +101 -86
- package/minecraft-data/data/pc/1.9/proto.yml +29 -35
- package/minecraft-data/data/pc/1.9/protocol.json +101 -86
- package/minecraft-data/data/pc/1.9.1-pre2/proto.yml +29 -35
- package/minecraft-data/data/pc/1.9.1-pre2/protocol.json +101 -86
- package/minecraft-data/data/pc/1.9.2/proto.yml +29 -35
- package/minecraft-data/data/pc/1.9.2/protocol.json +101 -86
- package/minecraft-data/data/pc/1.9.4/proto.yml +29 -35
- package/minecraft-data/data/pc/1.9.4/protocol.json +101 -86
- package/minecraft-data/data/pc/15w40b/proto.yml +29 -35
- package/minecraft-data/data/pc/15w40b/protocol.json +101 -86
- package/minecraft-data/data/pc/16w20a/proto.yml +29 -35
- package/minecraft-data/data/pc/16w20a/protocol.json +101 -86
- package/minecraft-data/data/pc/16w35a/proto.yml +29 -35
- package/minecraft-data/data/pc/16w35a/protocol.json +101 -86
- package/minecraft-data/data/pc/17w15a/proto.yml +29 -35
- package/minecraft-data/data/pc/17w15a/protocol.json +101 -86
- package/minecraft-data/data/pc/17w18b/proto.yml +29 -35
- package/minecraft-data/data/pc/17w18b/protocol.json +101 -86
- package/minecraft-data/data/pc/17w50a/proto.yml +29 -35
- package/minecraft-data/data/pc/17w50a/protocol.json +101 -86
- package/minecraft-data/data/pc/20w13b/proto.yml +29 -35
- package/minecraft-data/data/pc/20w13b/protocol.json +101 -86
- package/minecraft-data/data/pc/21w07a/proto.yml +29 -35
- package/minecraft-data/data/pc/21w07a/protocol.json +101 -86
- package/minecraft-data/data/pc/common/features.json +7 -2
- package/minecraft-data/data/pc/common/protocolVersions.json +9 -1
- package/minecraft-data/data/pc/latest/proto.yml +427 -572
- package/minecraft-data/doc/history.md +6 -0
- package/minecraft-data/doc/protocol.md +6 -4
- package/package.json +1 -1
- package/test/load.js +8 -0
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
entityMetadataLoop: native
|
|
23
23
|
topBitSetTerminatedArray: native
|
|
24
24
|
bitfield: native
|
|
25
|
+
bitflags: native
|
|
25
26
|
container: native
|
|
26
27
|
switch: native
|
|
27
28
|
void: native
|
|
@@ -29,12 +30,10 @@
|
|
|
29
30
|
restBuffer: native
|
|
30
31
|
nbt: native
|
|
31
32
|
optionalNbt: native
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
]
|
|
33
|
+
registryEntryHolder: native
|
|
34
|
+
registryEntryHolderSet: native
|
|
35
|
+
ByteArray: ["buffer", { "countType": "varint" }]
|
|
36
|
+
string: ["pstring", { "countType": "varint" }]
|
|
38
37
|
vec3f:
|
|
39
38
|
x: f32
|
|
40
39
|
y: f32
|
|
@@ -48,6 +47,13 @@
|
|
|
48
47
|
x: f64
|
|
49
48
|
y: f64
|
|
50
49
|
z: f64
|
|
50
|
+
ItemSoundEvent:
|
|
51
|
+
soundName: string
|
|
52
|
+
fixedRange?: f32
|
|
53
|
+
ItemSoundHolder: ["registryEntryHolder", {
|
|
54
|
+
"baseName": "soundId",
|
|
55
|
+
"otherwise": { name: "data", type: "ItemSoundEvent" }
|
|
56
|
+
}]
|
|
51
57
|
slot:
|
|
52
58
|
present: bool
|
|
53
59
|
_: present ?
|
|
@@ -308,7 +314,7 @@
|
|
|
308
314
|
game_profile:
|
|
309
315
|
name: string
|
|
310
316
|
properties: []varint
|
|
311
|
-
|
|
317
|
+
name: string
|
|
312
318
|
value: string
|
|
313
319
|
signature?: string
|
|
314
320
|
command_node:
|
|
@@ -1161,308 +1167,37 @@
|
|
|
1161
1167
|
packet_player_remove:
|
|
1162
1168
|
players: UUID[]varint
|
|
1163
1169
|
packet_player_info:
|
|
1164
|
-
|
|
1170
|
+
## ClientboundPlayerInfoUpdatePacket.java#L160
|
|
1171
|
+
action: ["bitflags", {
|
|
1172
|
+
"type": "u8",
|
|
1173
|
+
"flags": [
|
|
1174
|
+
"add_player",
|
|
1175
|
+
"initialize_chat",
|
|
1176
|
+
"update_game_mode",
|
|
1177
|
+
"update_listed",
|
|
1178
|
+
"update_latency",
|
|
1179
|
+
"update_display_name"
|
|
1180
|
+
]
|
|
1181
|
+
}]
|
|
1165
1182
|
data: []varint
|
|
1166
1183
|
uuid: UUID
|
|
1167
|
-
player: ../action ?
|
|
1168
|
-
if
|
|
1169
|
-
if 3: game_profile
|
|
1170
|
-
if 5: game_profile
|
|
1171
|
-
if 7: game_profile
|
|
1172
|
-
if 9: game_profile
|
|
1173
|
-
if 11: game_profile
|
|
1174
|
-
if 13: game_profile
|
|
1175
|
-
if 15: game_profile
|
|
1176
|
-
if 17: game_profile
|
|
1177
|
-
if 19: game_profile
|
|
1178
|
-
if 21: game_profile
|
|
1179
|
-
if 23: game_profile
|
|
1180
|
-
if 25: game_profile
|
|
1181
|
-
if 27: game_profile
|
|
1182
|
-
if 29: game_profile
|
|
1183
|
-
if 31: game_profile
|
|
1184
|
-
if 33: game_profile
|
|
1185
|
-
if 35: game_profile
|
|
1186
|
-
if 37: game_profile
|
|
1187
|
-
if 39: game_profile
|
|
1188
|
-
if 41: game_profile
|
|
1189
|
-
if 43: game_profile
|
|
1190
|
-
if 45: game_profile
|
|
1191
|
-
if 47: game_profile
|
|
1192
|
-
if 49: game_profile
|
|
1193
|
-
if 51: game_profile
|
|
1194
|
-
if 53: game_profile
|
|
1195
|
-
if 55: game_profile
|
|
1196
|
-
if 57: game_profile
|
|
1197
|
-
if 59: game_profile
|
|
1198
|
-
if 61: game_profile
|
|
1199
|
-
if 63: game_profile
|
|
1184
|
+
player: ../action/add_player ?
|
|
1185
|
+
if true: game_profile
|
|
1200
1186
|
default: void
|
|
1201
|
-
chatSession: ../action ?
|
|
1202
|
-
if
|
|
1203
|
-
if 3: chat_session
|
|
1204
|
-
if 6: chat_session
|
|
1205
|
-
if 7: chat_session
|
|
1206
|
-
if 10: chat_session
|
|
1207
|
-
if 11: chat_session
|
|
1208
|
-
if 14: chat_session
|
|
1209
|
-
if 15: chat_session
|
|
1210
|
-
if 18: chat_session
|
|
1211
|
-
if 19: chat_session
|
|
1212
|
-
if 22: chat_session
|
|
1213
|
-
if 23: chat_session
|
|
1214
|
-
if 26: chat_session
|
|
1215
|
-
if 27: chat_session
|
|
1216
|
-
if 30: chat_session
|
|
1217
|
-
if 31: chat_session
|
|
1218
|
-
if 34: chat_session
|
|
1219
|
-
if 35: chat_session
|
|
1220
|
-
if 38: chat_session
|
|
1221
|
-
if 39: chat_session
|
|
1222
|
-
if 42: chat_session
|
|
1223
|
-
if 43: chat_session
|
|
1224
|
-
if 46: chat_session
|
|
1225
|
-
if 47: chat_session
|
|
1226
|
-
if 50: chat_session
|
|
1227
|
-
if 51: chat_session
|
|
1228
|
-
if 54: chat_session
|
|
1229
|
-
if 55: chat_session
|
|
1230
|
-
if 58: chat_session
|
|
1231
|
-
if 59: chat_session
|
|
1232
|
-
if 62: chat_session
|
|
1233
|
-
if 63: chat_session
|
|
1187
|
+
chatSession: ../action/initialize_chat ?
|
|
1188
|
+
if true: chat_session
|
|
1234
1189
|
default: void
|
|
1235
|
-
gamemode: ../action ?
|
|
1236
|
-
if
|
|
1237
|
-
if 5: varint
|
|
1238
|
-
if 6: varint
|
|
1239
|
-
if 7: varint
|
|
1240
|
-
if 12: varint
|
|
1241
|
-
if 13: varint
|
|
1242
|
-
if 14: varint
|
|
1243
|
-
if 15: varint
|
|
1244
|
-
if 20: varint
|
|
1245
|
-
if 21: varint
|
|
1246
|
-
if 22: varint
|
|
1247
|
-
if 23: varint
|
|
1248
|
-
if 28: varint
|
|
1249
|
-
if 29: varint
|
|
1250
|
-
if 30: varint
|
|
1251
|
-
if 31: varint
|
|
1252
|
-
if 36: varint
|
|
1253
|
-
if 37: varint
|
|
1254
|
-
if 38: varint
|
|
1255
|
-
if 39: varint
|
|
1256
|
-
if 44: varint
|
|
1257
|
-
if 45: varint
|
|
1258
|
-
if 46: varint
|
|
1259
|
-
if 47: varint
|
|
1260
|
-
if 52: varint
|
|
1261
|
-
if 53: varint
|
|
1262
|
-
if 54: varint
|
|
1263
|
-
if 55: varint
|
|
1264
|
-
if 60: varint
|
|
1265
|
-
if 61: varint
|
|
1266
|
-
if 62: varint
|
|
1267
|
-
if 63: varint
|
|
1190
|
+
gamemode: ../action/update_game_mode ?
|
|
1191
|
+
if true: varint
|
|
1268
1192
|
default: void
|
|
1269
|
-
listed: ../action ?
|
|
1270
|
-
if
|
|
1271
|
-
if 9: bool
|
|
1272
|
-
if 10: bool
|
|
1273
|
-
if 11: bool
|
|
1274
|
-
if 12: bool
|
|
1275
|
-
if 13: bool
|
|
1276
|
-
if 14: bool
|
|
1277
|
-
if 15: bool
|
|
1278
|
-
if 24: bool
|
|
1279
|
-
if 25: bool
|
|
1280
|
-
if 26: bool
|
|
1281
|
-
if 27: bool
|
|
1282
|
-
if 28: bool
|
|
1283
|
-
if 29: bool
|
|
1284
|
-
if 30: bool
|
|
1285
|
-
if 31: bool
|
|
1286
|
-
if 40: bool
|
|
1287
|
-
if 41: bool
|
|
1288
|
-
if 42: bool
|
|
1289
|
-
if 43: bool
|
|
1290
|
-
if 44: bool
|
|
1291
|
-
if 45: bool
|
|
1292
|
-
if 46: bool
|
|
1293
|
-
if 47: bool
|
|
1294
|
-
if 56: bool
|
|
1295
|
-
if 57: bool
|
|
1296
|
-
if 58: bool
|
|
1297
|
-
if 59: bool
|
|
1298
|
-
if 60: bool
|
|
1299
|
-
if 61: bool
|
|
1300
|
-
if 62: bool
|
|
1301
|
-
if 63: bool
|
|
1193
|
+
listed: ../action/update_listed ?
|
|
1194
|
+
if true: varint
|
|
1302
1195
|
default: void
|
|
1303
|
-
latency: ../action ?
|
|
1304
|
-
if
|
|
1305
|
-
if 17: varint
|
|
1306
|
-
if 18: varint
|
|
1307
|
-
if 19: varint
|
|
1308
|
-
if 20: varint
|
|
1309
|
-
if 21: varint
|
|
1310
|
-
if 22: varint
|
|
1311
|
-
if 23: varint
|
|
1312
|
-
if 24: varint
|
|
1313
|
-
if 25: varint
|
|
1314
|
-
if 26: varint
|
|
1315
|
-
if 27: varint
|
|
1316
|
-
if 28: varint
|
|
1317
|
-
if 29: varint
|
|
1318
|
-
if 30: varint
|
|
1319
|
-
if 31: varint
|
|
1320
|
-
if 48: varint
|
|
1321
|
-
if 49: varint
|
|
1322
|
-
if 50: varint
|
|
1323
|
-
if 51: varint
|
|
1324
|
-
if 52: varint
|
|
1325
|
-
if 53: varint
|
|
1326
|
-
if 54: varint
|
|
1327
|
-
if 55: varint
|
|
1328
|
-
if 56: varint
|
|
1329
|
-
if 57: varint
|
|
1330
|
-
if 58: varint
|
|
1331
|
-
if 59: varint
|
|
1332
|
-
if 60: varint
|
|
1333
|
-
if 61: varint
|
|
1334
|
-
if 62: varint
|
|
1335
|
-
if 63: varint
|
|
1196
|
+
latency: ../action/update_latency ?
|
|
1197
|
+
if true: varint
|
|
1336
1198
|
default: void
|
|
1337
|
-
displayName: ../action ?
|
|
1338
|
-
if
|
|
1339
|
-
"option",
|
|
1340
|
-
"string"
|
|
1341
|
-
]
|
|
1342
|
-
if 33: [
|
|
1343
|
-
"option",
|
|
1344
|
-
"string"
|
|
1345
|
-
]
|
|
1346
|
-
if 34: [
|
|
1347
|
-
"option",
|
|
1348
|
-
"string"
|
|
1349
|
-
]
|
|
1350
|
-
if 35: [
|
|
1351
|
-
"option",
|
|
1352
|
-
"string"
|
|
1353
|
-
]
|
|
1354
|
-
if 36: [
|
|
1355
|
-
"option",
|
|
1356
|
-
"string"
|
|
1357
|
-
]
|
|
1358
|
-
if 37: [
|
|
1359
|
-
"option",
|
|
1360
|
-
"string"
|
|
1361
|
-
]
|
|
1362
|
-
if 38: [
|
|
1363
|
-
"option",
|
|
1364
|
-
"string"
|
|
1365
|
-
]
|
|
1366
|
-
if 39: [
|
|
1367
|
-
"option",
|
|
1368
|
-
"string"
|
|
1369
|
-
]
|
|
1370
|
-
if 40: [
|
|
1371
|
-
"option",
|
|
1372
|
-
"string"
|
|
1373
|
-
]
|
|
1374
|
-
if 41: [
|
|
1375
|
-
"option",
|
|
1376
|
-
"string"
|
|
1377
|
-
]
|
|
1378
|
-
if 42: [
|
|
1379
|
-
"option",
|
|
1380
|
-
"string"
|
|
1381
|
-
]
|
|
1382
|
-
if 43: [
|
|
1383
|
-
"option",
|
|
1384
|
-
"string"
|
|
1385
|
-
]
|
|
1386
|
-
if 44: [
|
|
1387
|
-
"option",
|
|
1388
|
-
"string"
|
|
1389
|
-
]
|
|
1390
|
-
if 45: [
|
|
1391
|
-
"option",
|
|
1392
|
-
"string"
|
|
1393
|
-
]
|
|
1394
|
-
if 46: [
|
|
1395
|
-
"option",
|
|
1396
|
-
"string"
|
|
1397
|
-
]
|
|
1398
|
-
if 47: [
|
|
1399
|
-
"option",
|
|
1400
|
-
"string"
|
|
1401
|
-
]
|
|
1402
|
-
if 48: [
|
|
1403
|
-
"option",
|
|
1404
|
-
"string"
|
|
1405
|
-
]
|
|
1406
|
-
if 49: [
|
|
1407
|
-
"option",
|
|
1408
|
-
"string"
|
|
1409
|
-
]
|
|
1410
|
-
if 50: [
|
|
1411
|
-
"option",
|
|
1412
|
-
"string"
|
|
1413
|
-
]
|
|
1414
|
-
if 51: [
|
|
1415
|
-
"option",
|
|
1416
|
-
"string"
|
|
1417
|
-
]
|
|
1418
|
-
if 52: [
|
|
1419
|
-
"option",
|
|
1420
|
-
"string"
|
|
1421
|
-
]
|
|
1422
|
-
if 53: [
|
|
1423
|
-
"option",
|
|
1424
|
-
"string"
|
|
1425
|
-
]
|
|
1426
|
-
if 54: [
|
|
1427
|
-
"option",
|
|
1428
|
-
"string"
|
|
1429
|
-
]
|
|
1430
|
-
if 55: [
|
|
1431
|
-
"option",
|
|
1432
|
-
"string"
|
|
1433
|
-
]
|
|
1434
|
-
if 56: [
|
|
1435
|
-
"option",
|
|
1436
|
-
"string"
|
|
1437
|
-
]
|
|
1438
|
-
if 57: [
|
|
1439
|
-
"option",
|
|
1440
|
-
"string"
|
|
1441
|
-
]
|
|
1442
|
-
if 58: [
|
|
1443
|
-
"option",
|
|
1444
|
-
"string"
|
|
1445
|
-
]
|
|
1446
|
-
if 59: [
|
|
1447
|
-
"option",
|
|
1448
|
-
"string"
|
|
1449
|
-
]
|
|
1450
|
-
if 60: [
|
|
1451
|
-
"option",
|
|
1452
|
-
"string"
|
|
1453
|
-
]
|
|
1454
|
-
if 61: [
|
|
1455
|
-
"option",
|
|
1456
|
-
"string"
|
|
1457
|
-
]
|
|
1458
|
-
if 62: [
|
|
1459
|
-
"option",
|
|
1460
|
-
"string"
|
|
1461
|
-
]
|
|
1462
|
-
if 63: [
|
|
1463
|
-
"option",
|
|
1464
|
-
"string"
|
|
1465
|
-
]
|
|
1199
|
+
displayName: ../action/update_display_name ?
|
|
1200
|
+
if true: ["option", "string"]
|
|
1466
1201
|
default: void
|
|
1467
1202
|
packet_position:
|
|
1468
1203
|
x: f64
|
|
@@ -1648,12 +1383,7 @@
|
|
|
1648
1383
|
if 3: string
|
|
1649
1384
|
default: void
|
|
1650
1385
|
packet_sound_effect:
|
|
1651
|
-
|
|
1652
|
-
soundEvent: soundId ?
|
|
1653
|
-
if 0:
|
|
1654
|
-
resource: string
|
|
1655
|
-
range?: f32
|
|
1656
|
-
default: void
|
|
1386
|
+
sound: ItemSoundHolder
|
|
1657
1387
|
soundCategory: soundSource
|
|
1658
1388
|
x: i32
|
|
1659
1389
|
y: i32
|
|
@@ -1682,7 +1412,7 @@
|
|
|
1682
1412
|
packet_entity_update_attributes:
|
|
1683
1413
|
entityId: varint
|
|
1684
1414
|
properties: []varint
|
|
1685
|
-
|
|
1415
|
+
name: string
|
|
1686
1416
|
value: f64
|
|
1687
1417
|
modifiers: []varint
|
|
1688
1418
|
uuid: UUID
|