minecraft-data 2.99.2 → 2.101.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 +54 -8
- package/doc/api.md +14 -0
- package/doc/history.md +12 -0
- package/example.js +5 -0
- package/index.d.ts +18 -0
- package/lib/indexes.js +5 -1
- package/lib/loader.js +4 -0
- package/minecraft-data/.github/FUNDING.yml +0 -1
- package/minecraft-data/data/bedrock/1.16.201/proto.yml +27 -0
- package/minecraft-data/data/bedrock/1.16.201/protocol.json +40 -0
- package/minecraft-data/data/bedrock/1.16.210/proto.yml +27 -0
- package/minecraft-data/data/bedrock/1.16.210/protocol.json +40 -0
- package/minecraft-data/data/bedrock/1.16.220/proto.yml +27 -0
- package/minecraft-data/data/bedrock/1.16.220/protocol.json +40 -0
- package/minecraft-data/data/bedrock/1.17.0/proto.yml +27 -0
- package/minecraft-data/data/bedrock/1.17.0/protocol.json +40 -0
- package/minecraft-data/data/bedrock/1.17.10/blockCollisionShapes.json +303 -2572
- package/minecraft-data/data/bedrock/1.17.10/proto.yml +107 -80
- package/minecraft-data/data/bedrock/1.17.10/protocol.json +120 -80
- package/minecraft-data/data/bedrock/1.17.30/proto.yml +110 -83
- package/minecraft-data/data/bedrock/1.17.30/protocol.json +123 -83
- package/minecraft-data/data/bedrock/1.17.40/proto.yml +120 -93
- package/minecraft-data/data/bedrock/1.17.40/protocol.json +133 -93
- package/minecraft-data/data/bedrock/1.18.0/blockCollisionShapes.json +302 -302
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +138 -93
- package/minecraft-data/data/bedrock/latest/proto.yml +123 -94
- package/minecraft-data/data/dataPaths.json +54 -8
- package/minecraft-data/data/pc/1.10/attributes.json +54 -0
- package/minecraft-data/data/pc/1.11/attributes.json +54 -0
- package/minecraft-data/data/pc/1.12/attributes.json +54 -0
- package/minecraft-data/data/pc/1.13/attributes.json +54 -0
- package/minecraft-data/data/pc/1.14/attributes.json +54 -0
- package/minecraft-data/data/pc/1.15/attributes.json +54 -0
- package/minecraft-data/data/pc/1.16/attributes.json +54 -0
- package/minecraft-data/data/pc/1.17/attributes.json +54 -0
- package/minecraft-data/data/pc/1.18/blockLoot.json +10058 -0
- package/minecraft-data/data/pc/1.18/blocks.json +30124 -0
- package/minecraft-data/data/pc/1.18/entities.json +1132 -0
- package/minecraft-data/data/pc/1.18/entityLoot.json +1148 -0
- package/minecraft-data/data/pc/1.18/items.json +7269 -0
- package/minecraft-data/data/pc/1.18/language.json +4814 -0
- package/minecraft-data/data/pc/1.18/particles.json +354 -0
- package/minecraft-data/data/pc/1.18/protocol.json +2 -2
- package/minecraft-data/data/pc/1.18/recipes.json +25127 -0
- package/minecraft-data/data/pc/1.7/attributes.json +30 -0
- package/minecraft-data/data/pc/1.8/attributes.json +50 -0
- package/minecraft-data/data/pc/1.9/attributes.json +54 -0
- package/minecraft-data/doc/bedrock.md +13 -0
- package/minecraft-data/doc/history.md +11 -0
- package/minecraft-data/schemas/attributes_schema.json +22 -0
- package/minecraft-data/tools/js/test/test.js +1 -1
- package/package.json +2 -2
- package/typings/index-template.d.ts +4 -0
|
@@ -695,86 +695,86 @@ packet_level_event:
|
|
|
695
695
|
9800: players_sleeping
|
|
696
696
|
0x4000: add_particle_mask
|
|
697
697
|
# 0x4000 | + particle ID
|
|
698
|
-
16385:
|
|
699
|
-
16386:
|
|
700
|
-
16387:
|
|
701
|
-
16388:
|
|
702
|
-
16389:
|
|
703
|
-
16390:
|
|
704
|
-
16391:
|
|
705
|
-
16392:
|
|
706
|
-
16393:
|
|
707
|
-
16394:
|
|
708
|
-
16395:
|
|
709
|
-
16396:
|
|
710
|
-
16397:
|
|
711
|
-
16398:
|
|
712
|
-
16399:
|
|
713
|
-
16400:
|
|
714
|
-
16401:
|
|
715
|
-
16402:
|
|
716
|
-
16403:
|
|
717
|
-
16404:
|
|
718
|
-
16405:
|
|
719
|
-
16406:
|
|
720
|
-
16408:
|
|
721
|
-
16409:
|
|
722
|
-
16410:
|
|
723
|
-
16411:
|
|
724
|
-
16412:
|
|
725
|
-
16413:
|
|
726
|
-
16414:
|
|
727
|
-
16415:
|
|
728
|
-
16416:
|
|
729
|
-
16417:
|
|
730
|
-
16418:
|
|
731
|
-
16419:
|
|
732
|
-
16420:
|
|
733
|
-
16421:
|
|
734
|
-
16422:
|
|
735
|
-
16423:
|
|
736
|
-
16424:
|
|
737
|
-
16425:
|
|
738
|
-
16426:
|
|
739
|
-
16427:
|
|
740
|
-
16428:
|
|
741
|
-
16429:
|
|
742
|
-
16430:
|
|
743
|
-
16431:
|
|
744
|
-
16432:
|
|
745
|
-
16433:
|
|
746
|
-
16434:
|
|
747
|
-
16435:
|
|
748
|
-
16436:
|
|
749
|
-
16437:
|
|
750
|
-
16438:
|
|
751
|
-
16439:
|
|
752
|
-
16440:
|
|
753
|
-
16441:
|
|
754
|
-
16442:
|
|
755
|
-
16443:
|
|
756
|
-
16444:
|
|
757
|
-
16445:
|
|
758
|
-
16446:
|
|
759
|
-
16447:
|
|
760
|
-
16448:
|
|
761
|
-
16449:
|
|
762
|
-
16450:
|
|
763
|
-
16451:
|
|
764
|
-
16452:
|
|
765
|
-
16453:
|
|
766
|
-
16454:
|
|
767
|
-
16455:
|
|
768
|
-
16456:
|
|
769
|
-
16457:
|
|
770
|
-
16458:
|
|
771
|
-
16459:
|
|
772
|
-
16460:
|
|
773
|
-
16461:
|
|
774
|
-
16462:
|
|
775
|
-
16463:
|
|
776
|
-
16464:
|
|
777
|
-
16465:
|
|
698
|
+
16385: add_particle_bubble # 1
|
|
699
|
+
16386: add_particle_bubble_manual # 2
|
|
700
|
+
16387: add_particle_critical # 3
|
|
701
|
+
16388: add_particle_block_force_field # 4
|
|
702
|
+
16389: add_particle_smoke # 5
|
|
703
|
+
16390: add_particle_explode # 6
|
|
704
|
+
16391: add_particle_evaporation # 7
|
|
705
|
+
16392: add_particle_flame # 8
|
|
706
|
+
16393: add_particle_candle_flame # 9
|
|
707
|
+
16394: add_particle_lava # 10
|
|
708
|
+
16395: add_particle_large_smoke # 11
|
|
709
|
+
16396: add_particle_redstone # 12
|
|
710
|
+
16397: add_particle_rising_red_dust # 13
|
|
711
|
+
16398: add_particle_item_break # 14
|
|
712
|
+
16399: add_particle_snowball_poof # 15
|
|
713
|
+
16400: add_particle_huge_explode # 16
|
|
714
|
+
16401: add_particle_huge_explode_seed # 17
|
|
715
|
+
16402: add_particle_mob_flame # 18
|
|
716
|
+
16403: add_particle_heart # 19
|
|
717
|
+
16404: add_particle_terrain # 20
|
|
718
|
+
16405: add_particle_town_aura # 21
|
|
719
|
+
16406: add_particle_portal # 22
|
|
720
|
+
16408: add_particle_water_splash # 24
|
|
721
|
+
16409: add_particle_water_splash_manual # 25
|
|
722
|
+
16410: add_particle_water_wake # 26
|
|
723
|
+
16411: add_particle_drip_water # 27
|
|
724
|
+
16412: add_particle_drip_lava # 28
|
|
725
|
+
16413: add_particle_drip_honey # 29
|
|
726
|
+
16414: add_particle_stalactite_drip_water # 30
|
|
727
|
+
16415: add_particle_stalactite_drip_lava # 31
|
|
728
|
+
16416: add_particle_falling_dust # 32
|
|
729
|
+
16417: add_particle_mob_spell # 33
|
|
730
|
+
16418: add_particle_mob_spell_ambient # 34
|
|
731
|
+
16419: add_particle_mob_spell_instantaneous # 35
|
|
732
|
+
16420: add_particle_ink # 36
|
|
733
|
+
16421: add_particle_slime # 37
|
|
734
|
+
16422: add_particle_rain_splash # 38
|
|
735
|
+
16423: add_particle_villager_angry # 39
|
|
736
|
+
16424: add_particle_villager_happy # 40
|
|
737
|
+
16425: add_particle_enchantment_table # 41
|
|
738
|
+
16426: add_particle_tracking_emitter # 42
|
|
739
|
+
16427: add_particle_note # 43
|
|
740
|
+
16428: add_particle_witch_spell # 44
|
|
741
|
+
16429: add_particle_carrot # 45
|
|
742
|
+
16430: add_particle_mob_appearance # 46
|
|
743
|
+
16431: add_particle_end_rod # 47
|
|
744
|
+
16432: add_particle_dragons_breath # 48
|
|
745
|
+
16433: add_particle_spit # 49
|
|
746
|
+
16434: add_particle_totem # 50
|
|
747
|
+
16435: add_particle_food # 51
|
|
748
|
+
16436: add_particle_fireworks_starter # 52
|
|
749
|
+
16437: add_particle_fireworks_spark # 53
|
|
750
|
+
16438: add_particle_fireworks_overlay # 54
|
|
751
|
+
16439: add_particle_balloon_gas # 55
|
|
752
|
+
16440: add_particle_colored_flame # 56
|
|
753
|
+
16441: add_particle_sparkler # 57
|
|
754
|
+
16442: add_particle_conduit # 58
|
|
755
|
+
16443: add_particle_bubble_column_up # 59
|
|
756
|
+
16444: add_particle_bubble_column_down # 60
|
|
757
|
+
16445: add_particle_sneeze # 61
|
|
758
|
+
16446: add_particle_shulker_bullet # 62
|
|
759
|
+
16447: add_particle_bleach # 63
|
|
760
|
+
16448: add_particle_dragon_destroy_block # 64
|
|
761
|
+
16449: add_particle_mycelium_dust # 65
|
|
762
|
+
16450: add_particle_falling_red_dust # 66
|
|
763
|
+
16451: add_particle_campfire_smoke # 67
|
|
764
|
+
16452: add_particle_tall_campfire_smoke # 68
|
|
765
|
+
16453: add_particle_dragon_breath_fire # 69
|
|
766
|
+
16454: add_particle_dragon_breath_trail # 70
|
|
767
|
+
16455: add_particle_blue_flame # 71
|
|
768
|
+
16456: add_particle_soul # 72
|
|
769
|
+
16457: add_particle_obsidian_tear # 73
|
|
770
|
+
16458: add_particle_portal_reverse # 74
|
|
771
|
+
16459: add_particle_snowflake # 75
|
|
772
|
+
16460: add_particle_vibration_signal # 76
|
|
773
|
+
16461: add_particle_sculk_sensor_redstone # 77
|
|
774
|
+
16462: add_particle_spore_blossom_shower # 78
|
|
775
|
+
16463: add_particle_spore_blossom_ambient # 79
|
|
776
|
+
16464: add_particle_wax # 80
|
|
777
|
+
16465: add_particle_electric_spark # 81
|
|
778
778
|
position: vec3f
|
|
779
779
|
data: zigzag32
|
|
780
780
|
|
|
@@ -2680,6 +2680,20 @@ packet_education_settings:
|
|
|
2680
2680
|
url: string
|
|
2681
2681
|
display_name: string
|
|
2682
2682
|
|
|
2683
|
+
# Emote is sent by both the server and the client. When the client sends an emote, it sends this packet to
|
|
2684
|
+
# the server, after which the server will broadcast the packet to other players online.
|
|
2685
|
+
packet_emote:
|
|
2686
|
+
!id: 0x8a
|
|
2687
|
+
!bound: both
|
|
2688
|
+
# EntityRuntimeID is the entity that sent the emote. When a player sends this packet, it has this field
|
|
2689
|
+
# set as its own entity runtime ID.
|
|
2690
|
+
entity_id: varint64
|
|
2691
|
+
# EmoteID is the ID of the emote to send.
|
|
2692
|
+
emote_id: string
|
|
2693
|
+
# Flags is a combination of flags that change the way the Emote packet operates. When the server sends
|
|
2694
|
+
# this packet to other players, EmoteFlagServerSide must be present.
|
|
2695
|
+
flags: u8
|
|
2696
|
+
|
|
2683
2697
|
# MultiPlayerSettings is sent by the client to update multi-player related settings server-side and sent back
|
|
2684
2698
|
# to online players by the server.
|
|
2685
2699
|
# The MultiPlayerSettings packet is a Minecraft: Education Edition packet. It has no functionality for the
|
|
@@ -2960,6 +2974,19 @@ packet_update_player_game_type:
|
|
|
2960
2974
|
# packet is sent to other clients with the player unique ID of another player, nothing happens.
|
|
2961
2975
|
player_unique_id: zigzag64
|
|
2962
2976
|
|
|
2977
|
+
# EmoteList is sent by the client every time it joins the server and when it equips new emotes. It may be
|
|
2978
|
+
# used by the server to find out which emotes the client has available. If the player has no emotes equipped,
|
|
2979
|
+
# this packet is not sent.
|
|
2980
|
+
# Under certain circumstances, this packet is also sent from the server to the client, but I was unable to
|
|
2981
|
+
# find when this is done.
|
|
2982
|
+
packet_emote_list:
|
|
2983
|
+
!id: 0x98
|
|
2984
|
+
!bound: server
|
|
2985
|
+
# PlayerRuntimeID is the runtime ID of the player that owns the emote pieces below. If sent by the
|
|
2986
|
+
# client, this player runtime ID is always that of the player itself.
|
|
2987
|
+
player_id: varint64
|
|
2988
|
+
# EmotePieces is a list of emote pieces that the player with the runtime ID above has.
|
|
2989
|
+
emote_pieces: uuid[]varint
|
|
2963
2990
|
|
|
2964
2991
|
# PositionTrackingDBClientRequest is a packet sent by the client to request the position and dimension of a
|
|
2965
2992
|
# 'tracking ID'. These IDs are tracked in a database by the server. In 1.16, this is used for lodestones.
|
|
@@ -3221,9 +3248,9 @@ packet_create_photo:
|
|
|
3221
3248
|
packet_update_subchunk_blocks:
|
|
3222
3249
|
!id: 0xac
|
|
3223
3250
|
# SubChunkX, SubChunkY, and SubChunkZ help identify the sub chunk.
|
|
3224
|
-
x:
|
|
3225
|
-
y:
|
|
3226
|
-
z:
|
|
3251
|
+
x: zigzag32
|
|
3252
|
+
y: zigzag32
|
|
3253
|
+
z: zigzag32
|
|
3227
3254
|
# Blocks contains each updated block change entry.
|
|
3228
3255
|
blocks: BlockUpdate[]varint
|
|
3229
3256
|
# Extra contains each updated block change entry for the second layer, usually for waterlogged blocks.
|
|
@@ -3573,6 +3573,7 @@
|
|
|
3573
3573
|
"135": "client_cache_blob_status",
|
|
3574
3574
|
"136": "client_cache_miss_response",
|
|
3575
3575
|
"137": "education_settings",
|
|
3576
|
+
"138": "emote",
|
|
3576
3577
|
"139": "multiplayer_settings",
|
|
3577
3578
|
"140": "settings_command",
|
|
3578
3579
|
"141": "anvil_damage",
|
|
@@ -3585,6 +3586,7 @@
|
|
|
3585
3586
|
"148": "item_stack_response",
|
|
3586
3587
|
"149": "player_armor_damage",
|
|
3587
3588
|
"151": "update_player_game_type",
|
|
3589
|
+
"152": "emote_list",
|
|
3588
3590
|
"153": "position_tracking_db_broadcast",
|
|
3589
3591
|
"154": "position_tracking_db_request",
|
|
3590
3592
|
"156": "packet_violation_warning",
|
|
@@ -3750,6 +3752,7 @@
|
|
|
3750
3752
|
"client_cache_blob_status": "packet_client_cache_blob_status",
|
|
3751
3753
|
"client_cache_miss_response": "packet_client_cache_miss_response",
|
|
3752
3754
|
"education_settings": "packet_education_settings",
|
|
3755
|
+
"emote": "packet_emote",
|
|
3753
3756
|
"multiplayer_settings": "packet_multiplayer_settings",
|
|
3754
3757
|
"settings_command": "packet_settings_command",
|
|
3755
3758
|
"anvil_damage": "packet_anvil_damage",
|
|
@@ -3762,6 +3765,7 @@
|
|
|
3762
3765
|
"item_stack_response": "packet_item_stack_response",
|
|
3763
3766
|
"player_armor_damage": "packet_player_armor_damage",
|
|
3764
3767
|
"update_player_game_type": "packet_update_player_game_type",
|
|
3768
|
+
"emote_list": "packet_emote_list",
|
|
3765
3769
|
"position_tracking_db_request": "packet_position_tracking_db_request",
|
|
3766
3770
|
"position_tracking_db_broadcast": "packet_position_tracking_db_broadcast",
|
|
3767
3771
|
"packet_violation_warning": "packet_packet_violation_warning",
|
|
@@ -4908,86 +4912,86 @@
|
|
|
4908
4912
|
"4000": "set_data",
|
|
4909
4913
|
"9800": "players_sleeping",
|
|
4910
4914
|
"16384": "add_particle_mask",
|
|
4911
|
-
"16385": "
|
|
4912
|
-
"16386": "
|
|
4913
|
-
"16387": "
|
|
4914
|
-
"16388": "
|
|
4915
|
-
"16389": "
|
|
4916
|
-
"16390": "
|
|
4917
|
-
"16391": "
|
|
4918
|
-
"16392": "
|
|
4919
|
-
"16393": "
|
|
4920
|
-
"16394": "
|
|
4921
|
-
"16395": "
|
|
4922
|
-
"16396": "
|
|
4923
|
-
"16397": "
|
|
4924
|
-
"16398": "
|
|
4925
|
-
"16399": "
|
|
4926
|
-
"16400": "
|
|
4927
|
-
"16401": "
|
|
4928
|
-
"16402": "
|
|
4929
|
-
"16403": "
|
|
4930
|
-
"16404": "
|
|
4931
|
-
"16405": "
|
|
4932
|
-
"16406": "
|
|
4933
|
-
"16408": "
|
|
4934
|
-
"16409": "
|
|
4935
|
-
"16410": "
|
|
4936
|
-
"16411": "
|
|
4937
|
-
"16412": "
|
|
4938
|
-
"16413": "
|
|
4939
|
-
"16414": "
|
|
4940
|
-
"16415": "
|
|
4941
|
-
"16416": "
|
|
4942
|
-
"16417": "
|
|
4943
|
-
"16418": "
|
|
4944
|
-
"16419": "
|
|
4945
|
-
"16420": "
|
|
4946
|
-
"16421": "
|
|
4947
|
-
"16422": "
|
|
4948
|
-
"16423": "
|
|
4949
|
-
"16424": "
|
|
4950
|
-
"16425": "
|
|
4951
|
-
"16426": "
|
|
4952
|
-
"16427": "
|
|
4953
|
-
"16428": "
|
|
4954
|
-
"16429": "
|
|
4955
|
-
"16430": "
|
|
4956
|
-
"16431": "
|
|
4957
|
-
"16432": "
|
|
4958
|
-
"16433": "
|
|
4959
|
-
"16434": "
|
|
4960
|
-
"16435": "
|
|
4961
|
-
"16436": "
|
|
4962
|
-
"16437": "
|
|
4963
|
-
"16438": "
|
|
4964
|
-
"16439": "
|
|
4965
|
-
"16440": "
|
|
4966
|
-
"16441": "
|
|
4967
|
-
"16442": "
|
|
4968
|
-
"16443": "
|
|
4969
|
-
"16444": "
|
|
4970
|
-
"16445": "
|
|
4971
|
-
"16446": "
|
|
4972
|
-
"16447": "
|
|
4973
|
-
"16448": "
|
|
4974
|
-
"16449": "
|
|
4975
|
-
"16450": "
|
|
4976
|
-
"16451": "
|
|
4977
|
-
"16452": "
|
|
4978
|
-
"16453": "
|
|
4979
|
-
"16454": "
|
|
4980
|
-
"16455": "
|
|
4981
|
-
"16456": "
|
|
4982
|
-
"16457": "
|
|
4983
|
-
"16458": "
|
|
4984
|
-
"16459": "
|
|
4985
|
-
"16460": "
|
|
4986
|
-
"16461": "
|
|
4987
|
-
"16462": "
|
|
4988
|
-
"16463": "
|
|
4989
|
-
"16464": "
|
|
4990
|
-
"16465": "
|
|
4915
|
+
"16385": "add_particle_bubble",
|
|
4916
|
+
"16386": "add_particle_bubble_manual",
|
|
4917
|
+
"16387": "add_particle_critical",
|
|
4918
|
+
"16388": "add_particle_block_force_field",
|
|
4919
|
+
"16389": "add_particle_smoke",
|
|
4920
|
+
"16390": "add_particle_explode",
|
|
4921
|
+
"16391": "add_particle_evaporation",
|
|
4922
|
+
"16392": "add_particle_flame",
|
|
4923
|
+
"16393": "add_particle_candle_flame",
|
|
4924
|
+
"16394": "add_particle_lava",
|
|
4925
|
+
"16395": "add_particle_large_smoke",
|
|
4926
|
+
"16396": "add_particle_redstone",
|
|
4927
|
+
"16397": "add_particle_rising_red_dust",
|
|
4928
|
+
"16398": "add_particle_item_break",
|
|
4929
|
+
"16399": "add_particle_snowball_poof",
|
|
4930
|
+
"16400": "add_particle_huge_explode",
|
|
4931
|
+
"16401": "add_particle_huge_explode_seed",
|
|
4932
|
+
"16402": "add_particle_mob_flame",
|
|
4933
|
+
"16403": "add_particle_heart",
|
|
4934
|
+
"16404": "add_particle_terrain",
|
|
4935
|
+
"16405": "add_particle_town_aura",
|
|
4936
|
+
"16406": "add_particle_portal",
|
|
4937
|
+
"16408": "add_particle_water_splash",
|
|
4938
|
+
"16409": "add_particle_water_splash_manual",
|
|
4939
|
+
"16410": "add_particle_water_wake",
|
|
4940
|
+
"16411": "add_particle_drip_water",
|
|
4941
|
+
"16412": "add_particle_drip_lava",
|
|
4942
|
+
"16413": "add_particle_drip_honey",
|
|
4943
|
+
"16414": "add_particle_stalactite_drip_water",
|
|
4944
|
+
"16415": "add_particle_stalactite_drip_lava",
|
|
4945
|
+
"16416": "add_particle_falling_dust",
|
|
4946
|
+
"16417": "add_particle_mob_spell",
|
|
4947
|
+
"16418": "add_particle_mob_spell_ambient",
|
|
4948
|
+
"16419": "add_particle_mob_spell_instantaneous",
|
|
4949
|
+
"16420": "add_particle_ink",
|
|
4950
|
+
"16421": "add_particle_slime",
|
|
4951
|
+
"16422": "add_particle_rain_splash",
|
|
4952
|
+
"16423": "add_particle_villager_angry",
|
|
4953
|
+
"16424": "add_particle_villager_happy",
|
|
4954
|
+
"16425": "add_particle_enchantment_table",
|
|
4955
|
+
"16426": "add_particle_tracking_emitter",
|
|
4956
|
+
"16427": "add_particle_note",
|
|
4957
|
+
"16428": "add_particle_witch_spell",
|
|
4958
|
+
"16429": "add_particle_carrot",
|
|
4959
|
+
"16430": "add_particle_mob_appearance",
|
|
4960
|
+
"16431": "add_particle_end_rod",
|
|
4961
|
+
"16432": "add_particle_dragons_breath",
|
|
4962
|
+
"16433": "add_particle_spit",
|
|
4963
|
+
"16434": "add_particle_totem",
|
|
4964
|
+
"16435": "add_particle_food",
|
|
4965
|
+
"16436": "add_particle_fireworks_starter",
|
|
4966
|
+
"16437": "add_particle_fireworks_spark",
|
|
4967
|
+
"16438": "add_particle_fireworks_overlay",
|
|
4968
|
+
"16439": "add_particle_balloon_gas",
|
|
4969
|
+
"16440": "add_particle_colored_flame",
|
|
4970
|
+
"16441": "add_particle_sparkler",
|
|
4971
|
+
"16442": "add_particle_conduit",
|
|
4972
|
+
"16443": "add_particle_bubble_column_up",
|
|
4973
|
+
"16444": "add_particle_bubble_column_down",
|
|
4974
|
+
"16445": "add_particle_sneeze",
|
|
4975
|
+
"16446": "add_particle_shulker_bullet",
|
|
4976
|
+
"16447": "add_particle_bleach",
|
|
4977
|
+
"16448": "add_particle_dragon_destroy_block",
|
|
4978
|
+
"16449": "add_particle_mycelium_dust",
|
|
4979
|
+
"16450": "add_particle_falling_red_dust",
|
|
4980
|
+
"16451": "add_particle_campfire_smoke",
|
|
4981
|
+
"16452": "add_particle_tall_campfire_smoke",
|
|
4982
|
+
"16453": "add_particle_dragon_breath_fire",
|
|
4983
|
+
"16454": "add_particle_dragon_breath_trail",
|
|
4984
|
+
"16455": "add_particle_blue_flame",
|
|
4985
|
+
"16456": "add_particle_soul",
|
|
4986
|
+
"16457": "add_particle_obsidian_tear",
|
|
4987
|
+
"16458": "add_particle_portal_reverse",
|
|
4988
|
+
"16459": "add_particle_snowflake",
|
|
4989
|
+
"16460": "add_particle_vibration_signal",
|
|
4990
|
+
"16461": "add_particle_sculk_sensor_redstone",
|
|
4991
|
+
"16462": "add_particle_spore_blossom_shower",
|
|
4992
|
+
"16463": "add_particle_spore_blossom_ambient",
|
|
4993
|
+
"16464": "add_particle_wax",
|
|
4994
|
+
"16465": "add_particle_electric_spark"
|
|
4991
4995
|
}
|
|
4992
4996
|
}
|
|
4993
4997
|
]
|
|
@@ -8136,6 +8140,23 @@
|
|
|
8136
8140
|
}
|
|
8137
8141
|
]
|
|
8138
8142
|
],
|
|
8143
|
+
"packet_emote": [
|
|
8144
|
+
"container",
|
|
8145
|
+
[
|
|
8146
|
+
{
|
|
8147
|
+
"name": "entity_id",
|
|
8148
|
+
"type": "varint64"
|
|
8149
|
+
},
|
|
8150
|
+
{
|
|
8151
|
+
"name": "emote_id",
|
|
8152
|
+
"type": "string"
|
|
8153
|
+
},
|
|
8154
|
+
{
|
|
8155
|
+
"name": "flags",
|
|
8156
|
+
"type": "u8"
|
|
8157
|
+
}
|
|
8158
|
+
]
|
|
8159
|
+
],
|
|
8139
8160
|
"packet_multiplayer_settings": [
|
|
8140
8161
|
"container",
|
|
8141
8162
|
[
|
|
@@ -8598,6 +8619,25 @@
|
|
|
8598
8619
|
}
|
|
8599
8620
|
]
|
|
8600
8621
|
],
|
|
8622
|
+
"packet_emote_list": [
|
|
8623
|
+
"container",
|
|
8624
|
+
[
|
|
8625
|
+
{
|
|
8626
|
+
"name": "player_id",
|
|
8627
|
+
"type": "varint64"
|
|
8628
|
+
},
|
|
8629
|
+
{
|
|
8630
|
+
"name": "emote_pieces",
|
|
8631
|
+
"type": [
|
|
8632
|
+
"array",
|
|
8633
|
+
{
|
|
8634
|
+
"countType": "varint",
|
|
8635
|
+
"type": "uuid"
|
|
8636
|
+
}
|
|
8637
|
+
]
|
|
8638
|
+
}
|
|
8639
|
+
]
|
|
8640
|
+
],
|
|
8601
8641
|
"packet_position_tracking_db_request": [
|
|
8602
8642
|
"container",
|
|
8603
8643
|
[
|
|
@@ -9017,15 +9057,15 @@
|
|
|
9017
9057
|
[
|
|
9018
9058
|
{
|
|
9019
9059
|
"name": "x",
|
|
9020
|
-
"type": "
|
|
9060
|
+
"type": "zigzag32"
|
|
9021
9061
|
},
|
|
9022
9062
|
{
|
|
9023
9063
|
"name": "y",
|
|
9024
|
-
"type": "
|
|
9064
|
+
"type": "zigzag32"
|
|
9025
9065
|
},
|
|
9026
9066
|
{
|
|
9027
9067
|
"name": "z",
|
|
9028
|
-
"type": "
|
|
9068
|
+
"type": "zigzag32"
|
|
9029
9069
|
},
|
|
9030
9070
|
{
|
|
9031
9071
|
"name": "blocks",
|