minecraft-data 3.66.0 → 3.67.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 +56 -8
- package/doc/history.md +4 -0
- package/index.d.ts +4 -4
- package/minecraft-data/data/bedrock/1.16.201/protocol.json +148 -144
- package/minecraft-data/data/bedrock/1.16.201/types.yml +6 -1
- package/minecraft-data/data/bedrock/1.16.210/protocol.json +314 -310
- package/minecraft-data/data/bedrock/1.16.210/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.16.220/protocol.json +315 -311
- package/minecraft-data/data/bedrock/1.16.220/types.yml +8 -3
- package/minecraft-data/data/bedrock/1.17.0/protocol.json +332 -328
- package/minecraft-data/data/bedrock/1.17.0/types.yml +8 -3
- package/minecraft-data/data/bedrock/1.17.10/protocol.json +332 -328
- package/minecraft-data/data/bedrock/1.17.10/types.yml +8 -3
- package/minecraft-data/data/bedrock/1.17.30/protocol.json +332 -328
- package/minecraft-data/data/bedrock/1.17.30/types.yml +8 -3
- package/minecraft-data/data/bedrock/1.17.40/protocol.json +332 -328
- package/minecraft-data/data/bedrock/1.17.40/types.yml +8 -3
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +332 -328
- package/minecraft-data/data/bedrock/1.18.0/types.yml +8 -3
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +376 -338
- package/minecraft-data/data/bedrock/1.18.11/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +376 -338
- package/minecraft-data/data/bedrock/1.18.30/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.19.1/protocol.json +389 -351
- package/minecraft-data/data/bedrock/1.19.1/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.19.10/protocol.json +425 -387
- package/minecraft-data/data/bedrock/1.19.10/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.19.20/protocol.json +425 -387
- package/minecraft-data/data/bedrock/1.19.20/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.19.21/protocol.json +425 -387
- package/minecraft-data/data/bedrock/1.19.21/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.19.30/protocol.json +425 -387
- package/minecraft-data/data/bedrock/1.19.30/types.yml +9 -4
- package/minecraft-data/data/bedrock/1.19.40/protocol.json +427 -379
- package/minecraft-data/data/bedrock/1.19.40/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.19.50/protocol.json +441 -393
- package/minecraft-data/data/bedrock/1.19.50/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.19.60/protocol.json +442 -394
- package/minecraft-data/data/bedrock/1.19.60/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.19.62/protocol.json +442 -394
- package/minecraft-data/data/bedrock/1.19.62/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.19.70/protocol.json +456 -408
- package/minecraft-data/data/bedrock/1.19.70/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.19.80/protocol.json +456 -408
- package/minecraft-data/data/bedrock/1.19.80/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.0/protocol.json +456 -408
- package/minecraft-data/data/bedrock/1.20.0/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.10/protocol.json +459 -411
- package/minecraft-data/data/bedrock/1.20.10/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.30/protocol.json +461 -413
- package/minecraft-data/data/bedrock/1.20.30/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.40/protocol.json +462 -414
- package/minecraft-data/data/bedrock/1.20.40/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.50/protocol.json +462 -414
- package/minecraft-data/data/bedrock/1.20.50/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.61/protocol.json +463 -415
- package/minecraft-data/data/bedrock/1.20.61/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.71/protocol.json +465 -417
- package/minecraft-data/data/bedrock/1.20.71/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.20.80/protocol.json +465 -417
- package/minecraft-data/data/bedrock/1.20.80/types.yml +10 -4
- package/minecraft-data/data/bedrock/1.21.0/blockCollisionShapes.json +1426 -0
- package/minecraft-data/data/bedrock/1.21.0/blockStates.json +288037 -0
- package/minecraft-data/data/bedrock/1.21.0/blocks.json +19826 -0
- package/minecraft-data/data/bedrock/1.21.0/blocksB2J.json +9251 -0
- package/minecraft-data/data/bedrock/1.21.0/blocksJ2B.json +26686 -0
- package/minecraft-data/data/bedrock/1.21.0/entities.json +1445 -0
- package/minecraft-data/data/bedrock/1.21.0/items.json +11126 -0
- package/minecraft-data/data/bedrock/1.21.0/proto.yml +4186 -0
- package/minecraft-data/data/bedrock/1.21.0/protocol.json +466 -418
- package/minecraft-data/data/bedrock/1.21.0/types.yml +2373 -0
- package/minecraft-data/data/bedrock/1.21.2/protocol.json +12408 -0
- package/minecraft-data/data/bedrock/1.21.2/version.json +6 -0
- 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 +7 -1
- package/minecraft-data/data/bedrock/latest/types.yml +10 -4
- package/minecraft-data/data/dataPaths.json +56 -8
- package/minecraft-data/data/pc/1.20.5/biomes.json +642 -0
- package/minecraft-data/data/pc/1.20.5/blockCollisionShapes.json +136963 -0
- package/minecraft-data/data/pc/1.20.5/blocks.json +39410 -0
- package/minecraft-data/data/pc/1.20.5/effects.json +236 -0
- package/minecraft-data/data/pc/1.20.5/enchantments.json +945 -0
- package/minecraft-data/data/pc/1.20.5/entities.json +3625 -0
- package/minecraft-data/data/pc/1.20.5/foods.json +412 -0
- package/minecraft-data/data/pc/1.20.5/instruments.json +94 -0
- package/minecraft-data/data/pc/1.20.5/items.json +8995 -0
- package/minecraft-data/data/pc/1.20.5/language.json +6772 -0
- package/minecraft-data/data/pc/1.20.5/materials.json +134 -0
- package/minecraft-data/data/pc/1.20.5/particles.json +438 -0
- package/minecraft-data/data/pc/1.20.5/tints.json +447 -0
- package/minecraft-data/doc/history.md +6 -0
- package/minecraft-data/schemas/foods_schema.json +4 -4
- package/minecraft-data/tools/js/extractPcEntityMetadata.js +1 -1
- package/minecraft-data/tools/js/extractPcFoods.js +58 -0
- package/package.json +1 -1
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"types": {
|
|
3
|
+
"string": [
|
|
4
|
+
"pstring",
|
|
5
|
+
{
|
|
6
|
+
"countType": "varint"
|
|
7
|
+
}
|
|
8
|
+
],
|
|
9
|
+
"ByteArray": [
|
|
10
|
+
"buffer",
|
|
11
|
+
{
|
|
12
|
+
"countType": "varint"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"SignedByteArray": [
|
|
16
|
+
"buffer",
|
|
17
|
+
{
|
|
18
|
+
"countType": "zigzag32"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"LittleString": [
|
|
22
|
+
"pstring",
|
|
23
|
+
{
|
|
24
|
+
"countType": "li32"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"LatinString": [
|
|
28
|
+
"pstring",
|
|
29
|
+
{
|
|
30
|
+
"countType": "varint",
|
|
31
|
+
"encoding": "latin1"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"ShortArray": [
|
|
35
|
+
"buffer",
|
|
36
|
+
{
|
|
37
|
+
"countType": "li16"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"ShortString": [
|
|
41
|
+
"pstring",
|
|
42
|
+
{
|
|
43
|
+
"countType": "li16"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
3
46
|
"varint64": "native",
|
|
4
47
|
"zigzag32": "native",
|
|
5
48
|
"zigzag64": "native",
|
|
@@ -803,6 +846,138 @@
|
|
|
803
846
|
]
|
|
804
847
|
}
|
|
805
848
|
],
|
|
849
|
+
"MetadataFlags1": [
|
|
850
|
+
"bitflags",
|
|
851
|
+
{
|
|
852
|
+
"type": "zigzag64",
|
|
853
|
+
"big": true,
|
|
854
|
+
"flags": [
|
|
855
|
+
"onfire",
|
|
856
|
+
"sneaking",
|
|
857
|
+
"riding",
|
|
858
|
+
"sprinting",
|
|
859
|
+
"action",
|
|
860
|
+
"invisible",
|
|
861
|
+
"tempted",
|
|
862
|
+
"inlove",
|
|
863
|
+
"saddled",
|
|
864
|
+
"powered",
|
|
865
|
+
"ignited",
|
|
866
|
+
"baby",
|
|
867
|
+
"converting",
|
|
868
|
+
"critical",
|
|
869
|
+
"can_show_nametag",
|
|
870
|
+
"always_show_nametag",
|
|
871
|
+
"no_ai",
|
|
872
|
+
"silent",
|
|
873
|
+
"wallclimbing",
|
|
874
|
+
"can_climb",
|
|
875
|
+
"swimmer",
|
|
876
|
+
"can_fly",
|
|
877
|
+
"walker",
|
|
878
|
+
"resting",
|
|
879
|
+
"sitting",
|
|
880
|
+
"angry",
|
|
881
|
+
"interested",
|
|
882
|
+
"charged",
|
|
883
|
+
"tamed",
|
|
884
|
+
"orphaned",
|
|
885
|
+
"leashed",
|
|
886
|
+
"sheared",
|
|
887
|
+
"gliding",
|
|
888
|
+
"elder",
|
|
889
|
+
"moving",
|
|
890
|
+
"breathing",
|
|
891
|
+
"chested",
|
|
892
|
+
"stackable",
|
|
893
|
+
"showbase",
|
|
894
|
+
"rearing",
|
|
895
|
+
"vibrating",
|
|
896
|
+
"idling",
|
|
897
|
+
"evoker_spell",
|
|
898
|
+
"charge_attack",
|
|
899
|
+
"wasd_controlled",
|
|
900
|
+
"can_power_jump",
|
|
901
|
+
"can_dash",
|
|
902
|
+
"linger",
|
|
903
|
+
"has_collision",
|
|
904
|
+
"affected_by_gravity",
|
|
905
|
+
"fire_immune",
|
|
906
|
+
"dancing",
|
|
907
|
+
"enchanted",
|
|
908
|
+
"show_trident_rope",
|
|
909
|
+
"container_private",
|
|
910
|
+
"transforming",
|
|
911
|
+
"spin_attack",
|
|
912
|
+
"swimming",
|
|
913
|
+
"bribed",
|
|
914
|
+
"pregnant",
|
|
915
|
+
"laying_egg",
|
|
916
|
+
"rider_can_pick",
|
|
917
|
+
"transition_sitting",
|
|
918
|
+
"eating",
|
|
919
|
+
"laying_down"
|
|
920
|
+
]
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"MetadataFlags2": [
|
|
924
|
+
"bitflags",
|
|
925
|
+
{
|
|
926
|
+
"type": "zigzag64",
|
|
927
|
+
"big": true,
|
|
928
|
+
"flags": [
|
|
929
|
+
"sneezing",
|
|
930
|
+
"trusting",
|
|
931
|
+
"rolling",
|
|
932
|
+
"scared",
|
|
933
|
+
"in_scaffolding",
|
|
934
|
+
"over_scaffolding",
|
|
935
|
+
"fall_through_scaffolding",
|
|
936
|
+
"blocking",
|
|
937
|
+
"transition_blocking",
|
|
938
|
+
"blocked_using_shield",
|
|
939
|
+
"blocked_using_damaged_shield",
|
|
940
|
+
"sleeping",
|
|
941
|
+
"wants_to_wake",
|
|
942
|
+
"trade_interest",
|
|
943
|
+
"door_breaker",
|
|
944
|
+
"breaking_obstruction",
|
|
945
|
+
"door_opener",
|
|
946
|
+
"illager_captain",
|
|
947
|
+
"stunned",
|
|
948
|
+
"roaring",
|
|
949
|
+
"delayed_attacking",
|
|
950
|
+
"avoiding_mobs",
|
|
951
|
+
"avoiding_block",
|
|
952
|
+
"facing_target_to_range_attack",
|
|
953
|
+
"hidden_when_invisible",
|
|
954
|
+
"is_in_ui",
|
|
955
|
+
"stalking",
|
|
956
|
+
"emoting",
|
|
957
|
+
"celebrating",
|
|
958
|
+
"admiring",
|
|
959
|
+
"celebrating_special",
|
|
960
|
+
"unknown95",
|
|
961
|
+
"ram_attack",
|
|
962
|
+
"playing_dead",
|
|
963
|
+
"in_ascendable_block",
|
|
964
|
+
"over_descendable_block",
|
|
965
|
+
"croaking",
|
|
966
|
+
"eat_mob",
|
|
967
|
+
"jump_goal_jump",
|
|
968
|
+
"emerging",
|
|
969
|
+
"sniffing",
|
|
970
|
+
"digging",
|
|
971
|
+
"sonic_boom",
|
|
972
|
+
"has_dash_cooldown",
|
|
973
|
+
"push_towards_closest_space",
|
|
974
|
+
"scenting",
|
|
975
|
+
"rising",
|
|
976
|
+
"feeling_happy",
|
|
977
|
+
"searching"
|
|
978
|
+
]
|
|
979
|
+
}
|
|
980
|
+
],
|
|
806
981
|
"Link": [
|
|
807
982
|
"container",
|
|
808
983
|
[
|
|
@@ -2393,6 +2568,40 @@
|
|
|
2393
2568
|
}
|
|
2394
2569
|
]
|
|
2395
2570
|
],
|
|
2571
|
+
"place_in_container": [
|
|
2572
|
+
"container",
|
|
2573
|
+
[
|
|
2574
|
+
{
|
|
2575
|
+
"name": "count",
|
|
2576
|
+
"type": "u8"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "source",
|
|
2580
|
+
"type": "StackRequestSlotInfo"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "destination",
|
|
2584
|
+
"type": "StackRequestSlotInfo"
|
|
2585
|
+
}
|
|
2586
|
+
]
|
|
2587
|
+
],
|
|
2588
|
+
"take_out_container": [
|
|
2589
|
+
"container",
|
|
2590
|
+
[
|
|
2591
|
+
{
|
|
2592
|
+
"name": "count",
|
|
2593
|
+
"type": "u8"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "source",
|
|
2597
|
+
"type": "StackRequestSlotInfo"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"name": "destination",
|
|
2601
|
+
"type": "StackRequestSlotInfo"
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
],
|
|
2396
2605
|
"swap": [
|
|
2397
2606
|
"container",
|
|
2398
2607
|
[
|
|
@@ -2475,7 +2684,7 @@
|
|
|
2475
2684
|
"container",
|
|
2476
2685
|
[
|
|
2477
2686
|
{
|
|
2478
|
-
"name": "
|
|
2687
|
+
"name": "hotbar_slot",
|
|
2479
2688
|
"type": "zigzag32"
|
|
2480
2689
|
},
|
|
2481
2690
|
{
|
|
@@ -2503,6 +2712,20 @@
|
|
|
2503
2712
|
{
|
|
2504
2713
|
"name": "recipe_network_id",
|
|
2505
2714
|
"type": "varint"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "times_crafted",
|
|
2718
|
+
"type": "u8"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "ingredients",
|
|
2722
|
+
"type": [
|
|
2723
|
+
"array",
|
|
2724
|
+
{
|
|
2725
|
+
"countType": "varint",
|
|
2726
|
+
"type": "RecipeIngredient"
|
|
2727
|
+
}
|
|
2728
|
+
]
|
|
2506
2729
|
}
|
|
2507
2730
|
]
|
|
2508
2731
|
],
|
|
@@ -3919,6 +4142,34 @@
|
|
|
3919
4142
|
}
|
|
3920
4143
|
}
|
|
3921
4144
|
],
|
|
4145
|
+
"AbilitySet": [
|
|
4146
|
+
"bitflags",
|
|
4147
|
+
{
|
|
4148
|
+
"type": "lu32",
|
|
4149
|
+
"flags": [
|
|
4150
|
+
"build",
|
|
4151
|
+
"mine",
|
|
4152
|
+
"doors_and_switches",
|
|
4153
|
+
"open_containers",
|
|
4154
|
+
"attack_players",
|
|
4155
|
+
"attack_mobs",
|
|
4156
|
+
"operator_commands",
|
|
4157
|
+
"teleport",
|
|
4158
|
+
"invulnerable",
|
|
4159
|
+
"flying",
|
|
4160
|
+
"may_fly",
|
|
4161
|
+
"instant_build",
|
|
4162
|
+
"lightning",
|
|
4163
|
+
"fly_speed",
|
|
4164
|
+
"walk_speed",
|
|
4165
|
+
"muted",
|
|
4166
|
+
"world_builder",
|
|
4167
|
+
"no_clip",
|
|
4168
|
+
"privileged_builder",
|
|
4169
|
+
"count"
|
|
4170
|
+
]
|
|
4171
|
+
}
|
|
4172
|
+
],
|
|
3922
4173
|
"AbilityLayers": [
|
|
3923
4174
|
"container",
|
|
3924
4175
|
[
|
|
@@ -5428,15 +5679,28 @@
|
|
|
5428
5679
|
}
|
|
5429
5680
|
]
|
|
5430
5681
|
],
|
|
5431
|
-
"
|
|
5432
|
-
"
|
|
5433
|
-
|
|
5434
|
-
|
|
5435
|
-
|
|
5436
|
-
"
|
|
5437
|
-
|
|
5438
|
-
|
|
5439
|
-
"
|
|
5682
|
+
"UpdateBlockFlags": [
|
|
5683
|
+
"bitflags",
|
|
5684
|
+
{
|
|
5685
|
+
"type": "varint",
|
|
5686
|
+
"flags": {
|
|
5687
|
+
"neighbors": 1,
|
|
5688
|
+
"network": 2,
|
|
5689
|
+
"no_graphic": 4,
|
|
5690
|
+
"unused": 8,
|
|
5691
|
+
"priority": 16
|
|
5692
|
+
}
|
|
5693
|
+
}
|
|
5694
|
+
],
|
|
5695
|
+
"packet_add_painting": [
|
|
5696
|
+
"container",
|
|
5697
|
+
[
|
|
5698
|
+
{
|
|
5699
|
+
"name": "entity_id_self",
|
|
5700
|
+
"type": "zigzag64"
|
|
5701
|
+
},
|
|
5702
|
+
{
|
|
5703
|
+
"name": "runtime_entity_id",
|
|
5440
5704
|
"type": "varint64"
|
|
5441
5705
|
},
|
|
5442
5706
|
{
|
|
@@ -6425,6 +6689,39 @@
|
|
|
6425
6689
|
}
|
|
6426
6690
|
]
|
|
6427
6691
|
],
|
|
6692
|
+
"AdventureFlags": [
|
|
6693
|
+
"bitflags",
|
|
6694
|
+
{
|
|
6695
|
+
"type": "varint",
|
|
6696
|
+
"flags": {
|
|
6697
|
+
"world_immutable": 1,
|
|
6698
|
+
"no_pvp": 2,
|
|
6699
|
+
"auto_jump": 32,
|
|
6700
|
+
"allow_flight": 64,
|
|
6701
|
+
"no_clip": 128,
|
|
6702
|
+
"world_builder": 256,
|
|
6703
|
+
"flying": 512,
|
|
6704
|
+
"muted": 1024
|
|
6705
|
+
}
|
|
6706
|
+
}
|
|
6707
|
+
],
|
|
6708
|
+
"ActionPermissions": [
|
|
6709
|
+
"bitflags",
|
|
6710
|
+
{
|
|
6711
|
+
"type": "varint",
|
|
6712
|
+
"flags": {
|
|
6713
|
+
"mine": 65537,
|
|
6714
|
+
"doors_and_switches": 65538,
|
|
6715
|
+
"open_containers": 65540,
|
|
6716
|
+
"attack_players": 65544,
|
|
6717
|
+
"attack_mobs": 65552,
|
|
6718
|
+
"operator": 65568,
|
|
6719
|
+
"teleport": 65664,
|
|
6720
|
+
"build": 65792,
|
|
6721
|
+
"default": 66048
|
|
6722
|
+
}
|
|
6723
|
+
}
|
|
6724
|
+
],
|
|
6428
6725
|
"packet_block_entity_data": [
|
|
6429
6726
|
"container",
|
|
6430
6727
|
[
|
|
@@ -6668,6 +6965,18 @@
|
|
|
6668
6965
|
}
|
|
6669
6966
|
]
|
|
6670
6967
|
],
|
|
6968
|
+
"UpdateMapFlags": [
|
|
6969
|
+
"bitflags",
|
|
6970
|
+
{
|
|
6971
|
+
"type": "varint",
|
|
6972
|
+
"flags": [
|
|
6973
|
+
"void",
|
|
6974
|
+
"texture",
|
|
6975
|
+
"decoration",
|
|
6976
|
+
"initialisation"
|
|
6977
|
+
]
|
|
6978
|
+
}
|
|
6979
|
+
],
|
|
6671
6980
|
"packet_clientbound_map_item_data": [
|
|
6672
6981
|
"container",
|
|
6673
6982
|
[
|
|
@@ -7314,6 +7623,36 @@
|
|
|
7314
7623
|
}
|
|
7315
7624
|
]
|
|
7316
7625
|
],
|
|
7626
|
+
"CommandFlags": [
|
|
7627
|
+
"bitfield",
|
|
7628
|
+
[
|
|
7629
|
+
{
|
|
7630
|
+
"name": "unused",
|
|
7631
|
+
"size": 1,
|
|
7632
|
+
"signed": false
|
|
7633
|
+
},
|
|
7634
|
+
{
|
|
7635
|
+
"name": "collapse_enum",
|
|
7636
|
+
"size": 1,
|
|
7637
|
+
"signed": false
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"name": "has_semantic_constraint",
|
|
7641
|
+
"size": 1,
|
|
7642
|
+
"signed": false
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"name": "as_chained_command",
|
|
7646
|
+
"size": 1,
|
|
7647
|
+
"signed": false
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "unknown2",
|
|
7651
|
+
"size": 4,
|
|
7652
|
+
"signed": false
|
|
7653
|
+
}
|
|
7654
|
+
]
|
|
7655
|
+
],
|
|
7317
7656
|
"packet_command_request": [
|
|
7318
7657
|
"container",
|
|
7319
7658
|
[
|
|
@@ -8478,6 +8817,23 @@
|
|
|
8478
8817
|
}
|
|
8479
8818
|
]
|
|
8480
8819
|
],
|
|
8820
|
+
"DeltaMoveFlags": [
|
|
8821
|
+
"bitflags",
|
|
8822
|
+
{
|
|
8823
|
+
"type": "lu16",
|
|
8824
|
+
"flags": {
|
|
8825
|
+
"has_x": 1,
|
|
8826
|
+
"has_y": 2,
|
|
8827
|
+
"has_z": 4,
|
|
8828
|
+
"has_rot_x": 8,
|
|
8829
|
+
"has_rot_y": 16,
|
|
8830
|
+
"has_rot_z": 32,
|
|
8831
|
+
"on_ground": 64,
|
|
8832
|
+
"teleport": 128,
|
|
8833
|
+
"force_move": 256
|
|
8834
|
+
}
|
|
8835
|
+
}
|
|
8836
|
+
],
|
|
8481
8837
|
"packet_set_scoreboard_identity": [
|
|
8482
8838
|
"container",
|
|
8483
8839
|
[
|
|
@@ -9480,6 +9836,54 @@
|
|
|
9480
9836
|
}
|
|
9481
9837
|
]
|
|
9482
9838
|
],
|
|
9839
|
+
"InputFlag": [
|
|
9840
|
+
"bitflags",
|
|
9841
|
+
{
|
|
9842
|
+
"type": "varint64",
|
|
9843
|
+
"big": true,
|
|
9844
|
+
"flags": [
|
|
9845
|
+
"ascend",
|
|
9846
|
+
"descend",
|
|
9847
|
+
"north_jump",
|
|
9848
|
+
"jump_down",
|
|
9849
|
+
"sprint_down",
|
|
9850
|
+
"change_height",
|
|
9851
|
+
"jumping",
|
|
9852
|
+
"auto_jumping_in_water",
|
|
9853
|
+
"sneaking",
|
|
9854
|
+
"sneak_down",
|
|
9855
|
+
"up",
|
|
9856
|
+
"down",
|
|
9857
|
+
"left",
|
|
9858
|
+
"right",
|
|
9859
|
+
"up_left",
|
|
9860
|
+
"up_right",
|
|
9861
|
+
"want_up",
|
|
9862
|
+
"want_down",
|
|
9863
|
+
"want_down_slow",
|
|
9864
|
+
"want_up_slow",
|
|
9865
|
+
"sprinting",
|
|
9866
|
+
"ascend_block",
|
|
9867
|
+
"descend_block",
|
|
9868
|
+
"sneak_toggle_down",
|
|
9869
|
+
"persist_sneak",
|
|
9870
|
+
"start_sprinting",
|
|
9871
|
+
"stop_sprinting",
|
|
9872
|
+
"start_sneaking",
|
|
9873
|
+
"stop_sneaking",
|
|
9874
|
+
"start_swimming",
|
|
9875
|
+
"stop_swimming",
|
|
9876
|
+
"start_jumping",
|
|
9877
|
+
"start_gliding",
|
|
9878
|
+
"stop_gliding",
|
|
9879
|
+
"item_interact",
|
|
9880
|
+
"block_action",
|
|
9881
|
+
"item_stack_request",
|
|
9882
|
+
"handled_teleport",
|
|
9883
|
+
"emoting"
|
|
9884
|
+
]
|
|
9885
|
+
}
|
|
9886
|
+
],
|
|
9483
9887
|
"packet_creative_content": [
|
|
9484
9888
|
"container",
|
|
9485
9889
|
[
|
|
@@ -9607,6 +10011,18 @@
|
|
|
9607
10011
|
}
|
|
9608
10012
|
]
|
|
9609
10013
|
],
|
|
10014
|
+
"ArmorDamageType": [
|
|
10015
|
+
"bitflags",
|
|
10016
|
+
{
|
|
10017
|
+
"type": "u8",
|
|
10018
|
+
"flags": {
|
|
10019
|
+
"head": 1,
|
|
10020
|
+
"chest": 2,
|
|
10021
|
+
"legs": 4,
|
|
10022
|
+
"feet": 8
|
|
10023
|
+
}
|
|
10024
|
+
}
|
|
10025
|
+
],
|
|
9610
10026
|
"packet_update_player_game_type": [
|
|
9611
10027
|
"container",
|
|
9612
10028
|
[
|
|
@@ -10649,6 +11065,22 @@
|
|
|
10649
11065
|
}
|
|
10650
11066
|
]
|
|
10651
11067
|
],
|
|
11068
|
+
"RequestPermissions": [
|
|
11069
|
+
"bitflags",
|
|
11070
|
+
{
|
|
11071
|
+
"type": "lu16",
|
|
11072
|
+
"flags": {
|
|
11073
|
+
"build": 1,
|
|
11074
|
+
"mine": 2,
|
|
11075
|
+
"doors_and_switches": 4,
|
|
11076
|
+
"open_containers": 8,
|
|
11077
|
+
"attack_players": 16,
|
|
11078
|
+
"attack_mobs": 32,
|
|
11079
|
+
"operator": 64,
|
|
11080
|
+
"teleport": 128
|
|
11081
|
+
}
|
|
11082
|
+
}
|
|
11083
|
+
],
|
|
10652
11084
|
"packet_toast_request": [
|
|
10653
11085
|
"container",
|
|
10654
11086
|
[
|
|
@@ -10853,6 +11285,20 @@
|
|
|
10853
11285
|
}
|
|
10854
11286
|
]
|
|
10855
11287
|
],
|
|
11288
|
+
"InputLockFlags": [
|
|
11289
|
+
"bitflags",
|
|
11290
|
+
{
|
|
11291
|
+
"type": "varint",
|
|
11292
|
+
"flags": {
|
|
11293
|
+
"move": 2,
|
|
11294
|
+
"jump": 4,
|
|
11295
|
+
"sneak": 8,
|
|
11296
|
+
"mount": 16,
|
|
11297
|
+
"dismount": 32,
|
|
11298
|
+
"rotation": 64
|
|
11299
|
+
}
|
|
11300
|
+
}
|
|
11301
|
+
],
|
|
10856
11302
|
"packet_update_client_input_locks": [
|
|
10857
11303
|
"container",
|
|
10858
11304
|
[
|
|
@@ -11004,404 +11450,6 @@
|
|
|
11004
11450
|
"type": "bool"
|
|
11005
11451
|
}
|
|
11006
11452
|
]
|
|
11007
|
-
],
|
|
11008
|
-
"string": [
|
|
11009
|
-
"pstring",
|
|
11010
|
-
{
|
|
11011
|
-
"countType": "varint"
|
|
11012
|
-
}
|
|
11013
|
-
],
|
|
11014
|
-
"ByteArray": [
|
|
11015
|
-
"buffer",
|
|
11016
|
-
{
|
|
11017
|
-
"countType": "varint"
|
|
11018
|
-
}
|
|
11019
|
-
],
|
|
11020
|
-
"SignedByteArray": [
|
|
11021
|
-
"buffer",
|
|
11022
|
-
{
|
|
11023
|
-
"countType": "zigzag32"
|
|
11024
|
-
}
|
|
11025
|
-
],
|
|
11026
|
-
"LittleString": [
|
|
11027
|
-
"pstring",
|
|
11028
|
-
{
|
|
11029
|
-
"countType": "li32"
|
|
11030
|
-
}
|
|
11031
|
-
],
|
|
11032
|
-
"LatinString": [
|
|
11033
|
-
"pstring",
|
|
11034
|
-
{
|
|
11035
|
-
"countType": "varint",
|
|
11036
|
-
"encoding": "latin1"
|
|
11037
|
-
}
|
|
11038
|
-
],
|
|
11039
|
-
"ShortArray": [
|
|
11040
|
-
"buffer",
|
|
11041
|
-
{
|
|
11042
|
-
"countType": "li16"
|
|
11043
|
-
}
|
|
11044
|
-
],
|
|
11045
|
-
"ShortString": [
|
|
11046
|
-
"pstring",
|
|
11047
|
-
{
|
|
11048
|
-
"countType": "li16"
|
|
11049
|
-
}
|
|
11050
|
-
],
|
|
11051
|
-
"MetadataFlags1": [
|
|
11052
|
-
"bitflags",
|
|
11053
|
-
{
|
|
11054
|
-
"type": "zigzag64",
|
|
11055
|
-
"big": true,
|
|
11056
|
-
"flags": [
|
|
11057
|
-
"onfire",
|
|
11058
|
-
"sneaking",
|
|
11059
|
-
"riding",
|
|
11060
|
-
"sprinting",
|
|
11061
|
-
"action",
|
|
11062
|
-
"invisible",
|
|
11063
|
-
"tempted",
|
|
11064
|
-
"inlove",
|
|
11065
|
-
"saddled",
|
|
11066
|
-
"powered",
|
|
11067
|
-
"ignited",
|
|
11068
|
-
"baby",
|
|
11069
|
-
"converting",
|
|
11070
|
-
"critical",
|
|
11071
|
-
"can_show_nametag",
|
|
11072
|
-
"always_show_nametag",
|
|
11073
|
-
"no_ai",
|
|
11074
|
-
"silent",
|
|
11075
|
-
"wallclimbing",
|
|
11076
|
-
"can_climb",
|
|
11077
|
-
"swimmer",
|
|
11078
|
-
"can_fly",
|
|
11079
|
-
"walker",
|
|
11080
|
-
"resting",
|
|
11081
|
-
"sitting",
|
|
11082
|
-
"angry",
|
|
11083
|
-
"interested",
|
|
11084
|
-
"charged",
|
|
11085
|
-
"tamed",
|
|
11086
|
-
"orphaned",
|
|
11087
|
-
"leashed",
|
|
11088
|
-
"sheared",
|
|
11089
|
-
"gliding",
|
|
11090
|
-
"elder",
|
|
11091
|
-
"moving",
|
|
11092
|
-
"breathing",
|
|
11093
|
-
"chested",
|
|
11094
|
-
"stackable",
|
|
11095
|
-
"showbase",
|
|
11096
|
-
"rearing",
|
|
11097
|
-
"vibrating",
|
|
11098
|
-
"idling",
|
|
11099
|
-
"evoker_spell",
|
|
11100
|
-
"charge_attack",
|
|
11101
|
-
"wasd_controlled",
|
|
11102
|
-
"can_power_jump",
|
|
11103
|
-
"can_dash",
|
|
11104
|
-
"linger",
|
|
11105
|
-
"has_collision",
|
|
11106
|
-
"affected_by_gravity",
|
|
11107
|
-
"fire_immune",
|
|
11108
|
-
"dancing",
|
|
11109
|
-
"enchanted",
|
|
11110
|
-
"show_trident_rope",
|
|
11111
|
-
"container_private",
|
|
11112
|
-
"transforming",
|
|
11113
|
-
"spin_attack",
|
|
11114
|
-
"swimming",
|
|
11115
|
-
"bribed",
|
|
11116
|
-
"pregnant",
|
|
11117
|
-
"laying_egg",
|
|
11118
|
-
"rider_can_pick",
|
|
11119
|
-
"transition_sitting",
|
|
11120
|
-
"eating",
|
|
11121
|
-
"laying_down"
|
|
11122
|
-
]
|
|
11123
|
-
}
|
|
11124
|
-
],
|
|
11125
|
-
"MetadataFlags2": [
|
|
11126
|
-
"bitflags",
|
|
11127
|
-
{
|
|
11128
|
-
"type": "zigzag64",
|
|
11129
|
-
"big": true,
|
|
11130
|
-
"flags": [
|
|
11131
|
-
"sneezing",
|
|
11132
|
-
"trusting",
|
|
11133
|
-
"rolling",
|
|
11134
|
-
"scared",
|
|
11135
|
-
"in_scaffolding",
|
|
11136
|
-
"over_scaffolding",
|
|
11137
|
-
"fall_through_scaffolding",
|
|
11138
|
-
"blocking",
|
|
11139
|
-
"transition_blocking",
|
|
11140
|
-
"blocked_using_shield",
|
|
11141
|
-
"blocked_using_damaged_shield",
|
|
11142
|
-
"sleeping",
|
|
11143
|
-
"wants_to_wake",
|
|
11144
|
-
"trade_interest",
|
|
11145
|
-
"door_breaker",
|
|
11146
|
-
"breaking_obstruction",
|
|
11147
|
-
"door_opener",
|
|
11148
|
-
"illager_captain",
|
|
11149
|
-
"stunned",
|
|
11150
|
-
"roaring",
|
|
11151
|
-
"delayed_attacking",
|
|
11152
|
-
"avoiding_mobs",
|
|
11153
|
-
"avoiding_block",
|
|
11154
|
-
"facing_target_to_range_attack",
|
|
11155
|
-
"hidden_when_invisible",
|
|
11156
|
-
"is_in_ui",
|
|
11157
|
-
"stalking",
|
|
11158
|
-
"emoting",
|
|
11159
|
-
"celebrating",
|
|
11160
|
-
"admiring",
|
|
11161
|
-
"celebrating_special",
|
|
11162
|
-
"unknown95",
|
|
11163
|
-
"ram_attack",
|
|
11164
|
-
"playing_dead",
|
|
11165
|
-
"in_ascendable_block",
|
|
11166
|
-
"over_descendable_block",
|
|
11167
|
-
"croaking",
|
|
11168
|
-
"eat_mob",
|
|
11169
|
-
"jump_goal_jump",
|
|
11170
|
-
"emerging",
|
|
11171
|
-
"sniffing",
|
|
11172
|
-
"digging",
|
|
11173
|
-
"sonic_boom",
|
|
11174
|
-
"has_dash_cooldown",
|
|
11175
|
-
"push_towards_closest_space",
|
|
11176
|
-
"scenting",
|
|
11177
|
-
"rising",
|
|
11178
|
-
"feeling_happy",
|
|
11179
|
-
"searching"
|
|
11180
|
-
]
|
|
11181
|
-
}
|
|
11182
|
-
],
|
|
11183
|
-
"AbilitySet": [
|
|
11184
|
-
"bitflags",
|
|
11185
|
-
{
|
|
11186
|
-
"type": "lu32",
|
|
11187
|
-
"flags": [
|
|
11188
|
-
"build",
|
|
11189
|
-
"mine",
|
|
11190
|
-
"doors_and_switches",
|
|
11191
|
-
"open_containers",
|
|
11192
|
-
"attack_players",
|
|
11193
|
-
"attack_mobs",
|
|
11194
|
-
"operator_commands",
|
|
11195
|
-
"teleport",
|
|
11196
|
-
"invulnerable",
|
|
11197
|
-
"flying",
|
|
11198
|
-
"may_fly",
|
|
11199
|
-
"instant_build",
|
|
11200
|
-
"lightning",
|
|
11201
|
-
"fly_speed",
|
|
11202
|
-
"walk_speed",
|
|
11203
|
-
"muted",
|
|
11204
|
-
"world_builder",
|
|
11205
|
-
"no_clip",
|
|
11206
|
-
"privileged_builder",
|
|
11207
|
-
"count"
|
|
11208
|
-
]
|
|
11209
|
-
}
|
|
11210
|
-
],
|
|
11211
|
-
"UpdateBlockFlags": [
|
|
11212
|
-
"bitflags",
|
|
11213
|
-
{
|
|
11214
|
-
"type": "varint",
|
|
11215
|
-
"flags": {
|
|
11216
|
-
"neighbors": 1,
|
|
11217
|
-
"network": 2,
|
|
11218
|
-
"no_graphic": 4,
|
|
11219
|
-
"unused": 8,
|
|
11220
|
-
"priority": 16
|
|
11221
|
-
}
|
|
11222
|
-
}
|
|
11223
|
-
],
|
|
11224
|
-
"AdventureFlags": [
|
|
11225
|
-
"bitflags",
|
|
11226
|
-
{
|
|
11227
|
-
"type": "varint",
|
|
11228
|
-
"flags": {
|
|
11229
|
-
"world_immutable": 1,
|
|
11230
|
-
"no_pvp": 2,
|
|
11231
|
-
"auto_jump": 32,
|
|
11232
|
-
"allow_flight": 64,
|
|
11233
|
-
"no_clip": 128,
|
|
11234
|
-
"world_builder": 256,
|
|
11235
|
-
"flying": 512,
|
|
11236
|
-
"muted": 1024
|
|
11237
|
-
}
|
|
11238
|
-
}
|
|
11239
|
-
],
|
|
11240
|
-
"ActionPermissions": [
|
|
11241
|
-
"bitflags",
|
|
11242
|
-
{
|
|
11243
|
-
"type": "varint",
|
|
11244
|
-
"flags": {
|
|
11245
|
-
"mine": 65537,
|
|
11246
|
-
"doors_and_switches": 65538,
|
|
11247
|
-
"open_containers": 65540,
|
|
11248
|
-
"attack_players": 65544,
|
|
11249
|
-
"attack_mobs": 65552,
|
|
11250
|
-
"operator": 65568,
|
|
11251
|
-
"teleport": 65664,
|
|
11252
|
-
"build": 65792,
|
|
11253
|
-
"default": 66048
|
|
11254
|
-
}
|
|
11255
|
-
}
|
|
11256
|
-
],
|
|
11257
|
-
"UpdateMapFlags": [
|
|
11258
|
-
"bitflags",
|
|
11259
|
-
{
|
|
11260
|
-
"type": "varint",
|
|
11261
|
-
"flags": [
|
|
11262
|
-
"void",
|
|
11263
|
-
"texture",
|
|
11264
|
-
"decoration",
|
|
11265
|
-
"initialisation"
|
|
11266
|
-
]
|
|
11267
|
-
}
|
|
11268
|
-
],
|
|
11269
|
-
"CommandFlags": [
|
|
11270
|
-
"bitfield",
|
|
11271
|
-
[
|
|
11272
|
-
{
|
|
11273
|
-
"name": "unused",
|
|
11274
|
-
"size": 1,
|
|
11275
|
-
"signed": false
|
|
11276
|
-
},
|
|
11277
|
-
{
|
|
11278
|
-
"name": "collapse_enum",
|
|
11279
|
-
"size": 1,
|
|
11280
|
-
"signed": false
|
|
11281
|
-
},
|
|
11282
|
-
{
|
|
11283
|
-
"name": "has_semantic_constraint",
|
|
11284
|
-
"size": 1,
|
|
11285
|
-
"signed": false
|
|
11286
|
-
},
|
|
11287
|
-
{
|
|
11288
|
-
"name": "as_chained_command",
|
|
11289
|
-
"size": 1,
|
|
11290
|
-
"signed": false
|
|
11291
|
-
},
|
|
11292
|
-
{
|
|
11293
|
-
"name": "unknown2",
|
|
11294
|
-
"size": 4,
|
|
11295
|
-
"signed": false
|
|
11296
|
-
}
|
|
11297
|
-
]
|
|
11298
|
-
],
|
|
11299
|
-
"DeltaMoveFlags": [
|
|
11300
|
-
"bitflags",
|
|
11301
|
-
{
|
|
11302
|
-
"type": "lu16",
|
|
11303
|
-
"flags": {
|
|
11304
|
-
"has_x": 1,
|
|
11305
|
-
"has_y": 2,
|
|
11306
|
-
"has_z": 4,
|
|
11307
|
-
"has_rot_x": 8,
|
|
11308
|
-
"has_rot_y": 16,
|
|
11309
|
-
"has_rot_z": 32,
|
|
11310
|
-
"on_ground": 64,
|
|
11311
|
-
"teleport": 128,
|
|
11312
|
-
"force_move": 256
|
|
11313
|
-
}
|
|
11314
|
-
}
|
|
11315
|
-
],
|
|
11316
|
-
"InputFlag": [
|
|
11317
|
-
"bitflags",
|
|
11318
|
-
{
|
|
11319
|
-
"type": "varint64",
|
|
11320
|
-
"big": true,
|
|
11321
|
-
"flags": [
|
|
11322
|
-
"ascend",
|
|
11323
|
-
"descend",
|
|
11324
|
-
"north_jump",
|
|
11325
|
-
"jump_down",
|
|
11326
|
-
"sprint_down",
|
|
11327
|
-
"change_height",
|
|
11328
|
-
"jumping",
|
|
11329
|
-
"auto_jumping_in_water",
|
|
11330
|
-
"sneaking",
|
|
11331
|
-
"sneak_down",
|
|
11332
|
-
"up",
|
|
11333
|
-
"down",
|
|
11334
|
-
"left",
|
|
11335
|
-
"right",
|
|
11336
|
-
"up_left",
|
|
11337
|
-
"up_right",
|
|
11338
|
-
"want_up",
|
|
11339
|
-
"want_down",
|
|
11340
|
-
"want_down_slow",
|
|
11341
|
-
"want_up_slow",
|
|
11342
|
-
"sprinting",
|
|
11343
|
-
"ascend_block",
|
|
11344
|
-
"descend_block",
|
|
11345
|
-
"sneak_toggle_down",
|
|
11346
|
-
"persist_sneak",
|
|
11347
|
-
"start_sprinting",
|
|
11348
|
-
"stop_sprinting",
|
|
11349
|
-
"start_sneaking",
|
|
11350
|
-
"stop_sneaking",
|
|
11351
|
-
"start_swimming",
|
|
11352
|
-
"stop_swimming",
|
|
11353
|
-
"start_jumping",
|
|
11354
|
-
"start_gliding",
|
|
11355
|
-
"stop_gliding",
|
|
11356
|
-
"item_interact",
|
|
11357
|
-
"block_action",
|
|
11358
|
-
"item_stack_request",
|
|
11359
|
-
"handled_teleport",
|
|
11360
|
-
"emoting"
|
|
11361
|
-
]
|
|
11362
|
-
}
|
|
11363
|
-
],
|
|
11364
|
-
"ArmorDamageType": [
|
|
11365
|
-
"bitflags",
|
|
11366
|
-
{
|
|
11367
|
-
"type": "u8",
|
|
11368
|
-
"flags": {
|
|
11369
|
-
"head": 1,
|
|
11370
|
-
"chest": 2,
|
|
11371
|
-
"legs": 4,
|
|
11372
|
-
"feet": 8
|
|
11373
|
-
}
|
|
11374
|
-
}
|
|
11375
|
-
],
|
|
11376
|
-
"RequestPermissions": [
|
|
11377
|
-
"bitflags",
|
|
11378
|
-
{
|
|
11379
|
-
"type": "lu16",
|
|
11380
|
-
"flags": {
|
|
11381
|
-
"build": 1,
|
|
11382
|
-
"mine": 2,
|
|
11383
|
-
"doors_and_switches": 4,
|
|
11384
|
-
"open_containers": 8,
|
|
11385
|
-
"attack_players": 16,
|
|
11386
|
-
"attack_mobs": 32,
|
|
11387
|
-
"operator": 64,
|
|
11388
|
-
"teleport": 128
|
|
11389
|
-
}
|
|
11390
|
-
}
|
|
11391
|
-
],
|
|
11392
|
-
"InputLockFlags": [
|
|
11393
|
-
"bitflags",
|
|
11394
|
-
{
|
|
11395
|
-
"type": "varint",
|
|
11396
|
-
"flags": {
|
|
11397
|
-
"move": 2,
|
|
11398
|
-
"jump": 4,
|
|
11399
|
-
"sneak": 8,
|
|
11400
|
-
"mount": 16,
|
|
11401
|
-
"dismount": 32,
|
|
11402
|
-
"rotation": 64
|
|
11403
|
-
}
|
|
11404
|
-
}
|
|
11405
11453
|
]
|
|
11406
11454
|
}
|
|
11407
11455
|
}
|