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
|
@@ -694,86 +694,86 @@ packet_level_event:
|
|
|
694
694
|
9800: players_sleeping
|
|
695
695
|
0x4000: add_particle_mask
|
|
696
696
|
# 0x4000 | + particle ID
|
|
697
|
-
16385:
|
|
698
|
-
16386:
|
|
699
|
-
16387:
|
|
700
|
-
16388:
|
|
701
|
-
16389:
|
|
702
|
-
16390:
|
|
703
|
-
16391:
|
|
704
|
-
16392:
|
|
705
|
-
16393:
|
|
706
|
-
16394:
|
|
707
|
-
16395:
|
|
708
|
-
16396:
|
|
709
|
-
16397:
|
|
710
|
-
16398:
|
|
711
|
-
16399:
|
|
712
|
-
16400:
|
|
713
|
-
16401:
|
|
714
|
-
16402:
|
|
715
|
-
16403:
|
|
716
|
-
16404:
|
|
717
|
-
16405:
|
|
718
|
-
16406:
|
|
719
|
-
16408:
|
|
720
|
-
16409:
|
|
721
|
-
16410:
|
|
722
|
-
16411:
|
|
723
|
-
16412:
|
|
724
|
-
16413:
|
|
725
|
-
16414:
|
|
726
|
-
16415:
|
|
727
|
-
16416:
|
|
728
|
-
16417:
|
|
729
|
-
16418:
|
|
730
|
-
16419:
|
|
731
|
-
16420:
|
|
732
|
-
16421:
|
|
733
|
-
16422:
|
|
734
|
-
16423:
|
|
735
|
-
16424:
|
|
736
|
-
16425:
|
|
737
|
-
16426:
|
|
738
|
-
16427:
|
|
739
|
-
16428:
|
|
740
|
-
16429:
|
|
741
|
-
16430:
|
|
742
|
-
16431:
|
|
743
|
-
16432:
|
|
744
|
-
16433:
|
|
745
|
-
16434:
|
|
746
|
-
16435:
|
|
747
|
-
16436:
|
|
748
|
-
16437:
|
|
749
|
-
16438:
|
|
750
|
-
16439:
|
|
751
|
-
16440:
|
|
752
|
-
16441:
|
|
753
|
-
16442:
|
|
754
|
-
16443:
|
|
755
|
-
16444:
|
|
756
|
-
16445:
|
|
757
|
-
16446:
|
|
758
|
-
16447:
|
|
759
|
-
16448:
|
|
760
|
-
16449:
|
|
761
|
-
16450:
|
|
762
|
-
16451:
|
|
763
|
-
16452:
|
|
764
|
-
16453:
|
|
765
|
-
16454:
|
|
766
|
-
16455:
|
|
767
|
-
16456:
|
|
768
|
-
16457:
|
|
769
|
-
16458:
|
|
770
|
-
16459:
|
|
771
|
-
16460:
|
|
772
|
-
16461:
|
|
773
|
-
16462:
|
|
774
|
-
16463:
|
|
775
|
-
16464:
|
|
776
|
-
16465:
|
|
697
|
+
16385: add_particle_bubble # 1
|
|
698
|
+
16386: add_particle_bubble_manual # 2
|
|
699
|
+
16387: add_particle_critical # 3
|
|
700
|
+
16388: add_particle_block_force_field # 4
|
|
701
|
+
16389: add_particle_smoke # 5
|
|
702
|
+
16390: add_particle_explode # 6
|
|
703
|
+
16391: add_particle_evaporation # 7
|
|
704
|
+
16392: add_particle_flame # 8
|
|
705
|
+
16393: add_particle_candle_flame # 9
|
|
706
|
+
16394: add_particle_lava # 10
|
|
707
|
+
16395: add_particle_large_smoke # 11
|
|
708
|
+
16396: add_particle_redstone # 12
|
|
709
|
+
16397: add_particle_rising_red_dust # 13
|
|
710
|
+
16398: add_particle_item_break # 14
|
|
711
|
+
16399: add_particle_snowball_poof # 15
|
|
712
|
+
16400: add_particle_huge_explode # 16
|
|
713
|
+
16401: add_particle_huge_explode_seed # 17
|
|
714
|
+
16402: add_particle_mob_flame # 18
|
|
715
|
+
16403: add_particle_heart # 19
|
|
716
|
+
16404: add_particle_terrain # 20
|
|
717
|
+
16405: add_particle_town_aura # 21
|
|
718
|
+
16406: add_particle_portal # 22
|
|
719
|
+
16408: add_particle_water_splash # 24
|
|
720
|
+
16409: add_particle_water_splash_manual # 25
|
|
721
|
+
16410: add_particle_water_wake # 26
|
|
722
|
+
16411: add_particle_drip_water # 27
|
|
723
|
+
16412: add_particle_drip_lava # 28
|
|
724
|
+
16413: add_particle_drip_honey # 29
|
|
725
|
+
16414: add_particle_stalactite_drip_water # 30
|
|
726
|
+
16415: add_particle_stalactite_drip_lava # 31
|
|
727
|
+
16416: add_particle_falling_dust # 32
|
|
728
|
+
16417: add_particle_mob_spell # 33
|
|
729
|
+
16418: add_particle_mob_spell_ambient # 34
|
|
730
|
+
16419: add_particle_mob_spell_instantaneous # 35
|
|
731
|
+
16420: add_particle_ink # 36
|
|
732
|
+
16421: add_particle_slime # 37
|
|
733
|
+
16422: add_particle_rain_splash # 38
|
|
734
|
+
16423: add_particle_villager_angry # 39
|
|
735
|
+
16424: add_particle_villager_happy # 40
|
|
736
|
+
16425: add_particle_enchantment_table # 41
|
|
737
|
+
16426: add_particle_tracking_emitter # 42
|
|
738
|
+
16427: add_particle_note # 43
|
|
739
|
+
16428: add_particle_witch_spell # 44
|
|
740
|
+
16429: add_particle_carrot # 45
|
|
741
|
+
16430: add_particle_mob_appearance # 46
|
|
742
|
+
16431: add_particle_end_rod # 47
|
|
743
|
+
16432: add_particle_dragons_breath # 48
|
|
744
|
+
16433: add_particle_spit # 49
|
|
745
|
+
16434: add_particle_totem # 50
|
|
746
|
+
16435: add_particle_food # 51
|
|
747
|
+
16436: add_particle_fireworks_starter # 52
|
|
748
|
+
16437: add_particle_fireworks_spark # 53
|
|
749
|
+
16438: add_particle_fireworks_overlay # 54
|
|
750
|
+
16439: add_particle_balloon_gas # 55
|
|
751
|
+
16440: add_particle_colored_flame # 56
|
|
752
|
+
16441: add_particle_sparkler # 57
|
|
753
|
+
16442: add_particle_conduit # 58
|
|
754
|
+
16443: add_particle_bubble_column_up # 59
|
|
755
|
+
16444: add_particle_bubble_column_down # 60
|
|
756
|
+
16445: add_particle_sneeze # 61
|
|
757
|
+
16446: add_particle_shulker_bullet # 62
|
|
758
|
+
16447: add_particle_bleach # 63
|
|
759
|
+
16448: add_particle_dragon_destroy_block # 64
|
|
760
|
+
16449: add_particle_mycelium_dust # 65
|
|
761
|
+
16450: add_particle_falling_red_dust # 66
|
|
762
|
+
16451: add_particle_campfire_smoke # 67
|
|
763
|
+
16452: add_particle_tall_campfire_smoke # 68
|
|
764
|
+
16453: add_particle_dragon_breath_fire # 69
|
|
765
|
+
16454: add_particle_dragon_breath_trail # 70
|
|
766
|
+
16455: add_particle_blue_flame # 71
|
|
767
|
+
16456: add_particle_soul # 72
|
|
768
|
+
16457: add_particle_obsidian_tear # 73
|
|
769
|
+
16458: add_particle_portal_reverse # 74
|
|
770
|
+
16459: add_particle_snowflake # 75
|
|
771
|
+
16460: add_particle_vibration_signal # 76
|
|
772
|
+
16461: add_particle_sculk_sensor_redstone # 77
|
|
773
|
+
16462: add_particle_spore_blossom_shower # 78
|
|
774
|
+
16463: add_particle_spore_blossom_ambient # 79
|
|
775
|
+
16464: add_particle_wax # 80
|
|
776
|
+
16465: add_particle_electric_spark # 81
|
|
777
777
|
position: vec3f
|
|
778
778
|
data: zigzag32
|
|
779
779
|
|
|
@@ -2651,6 +2651,20 @@ packet_education_settings:
|
|
|
2651
2651
|
# HasQuiz specifies if the world has a quiz connected to it.
|
|
2652
2652
|
HasQuiz: bool
|
|
2653
2653
|
|
|
2654
|
+
# Emote is sent by both the server and the client. When the client sends an emote, it sends this packet to
|
|
2655
|
+
# the server, after which the server will broadcast the packet to other players online.
|
|
2656
|
+
packet_emote:
|
|
2657
|
+
!id: 0x8a
|
|
2658
|
+
!bound: both
|
|
2659
|
+
# EntityRuntimeID is the entity that sent the emote. When a player sends this packet, it has this field
|
|
2660
|
+
# set as its own entity runtime ID.
|
|
2661
|
+
entity_id: varint64
|
|
2662
|
+
# EmoteID is the ID of the emote to send.
|
|
2663
|
+
emote_id: string
|
|
2664
|
+
# Flags is a combination of flags that change the way the Emote packet operates. When the server sends
|
|
2665
|
+
# this packet to other players, EmoteFlagServerSide must be present.
|
|
2666
|
+
flags: u8
|
|
2667
|
+
|
|
2654
2668
|
# MultiPlayerSettings is sent by the client to update multi-player related settings server-side and sent back
|
|
2655
2669
|
# to online players by the server.
|
|
2656
2670
|
# The MultiPlayerSettings packet is a Minecraft: Education Edition packet. It has no functionality for the
|
|
@@ -2931,6 +2945,19 @@ packet_update_player_game_type:
|
|
|
2931
2945
|
# packet is sent to other clients with the player unique ID of another player, nothing happens.
|
|
2932
2946
|
player_unique_id: zigzag64
|
|
2933
2947
|
|
|
2948
|
+
# EmoteList is sent by the client every time it joins the server and when it equips new emotes. It may be
|
|
2949
|
+
# used by the server to find out which emotes the client has available. If the player has no emotes equipped,
|
|
2950
|
+
# this packet is not sent.
|
|
2951
|
+
# Under certain circumstances, this packet is also sent from the server to the client, but I was unable to
|
|
2952
|
+
# find when this is done.
|
|
2953
|
+
packet_emote_list:
|
|
2954
|
+
!id: 0x98
|
|
2955
|
+
!bound: server
|
|
2956
|
+
# PlayerRuntimeID is the runtime ID of the player that owns the emote pieces below. If sent by the
|
|
2957
|
+
# client, this player runtime ID is always that of the player itself.
|
|
2958
|
+
player_id: varint64
|
|
2959
|
+
# EmotePieces is a list of emote pieces that the player with the runtime ID above has.
|
|
2960
|
+
emote_pieces: uuid[]varint
|
|
2934
2961
|
|
|
2935
2962
|
# PositionTrackingDBClientRequest is a packet sent by the client to request the position and dimension of a
|
|
2936
2963
|
# 'tracking ID'. These IDs are tracked in a database by the server. In 1.16, this is used for lodestones.
|
|
@@ -3479,6 +3479,7 @@
|
|
|
3479
3479
|
"135": "client_cache_blob_status",
|
|
3480
3480
|
"136": "client_cache_miss_response",
|
|
3481
3481
|
"137": "education_settings",
|
|
3482
|
+
"138": "emote",
|
|
3482
3483
|
"139": "multiplayer_settings",
|
|
3483
3484
|
"140": "settings_command",
|
|
3484
3485
|
"141": "anvil_damage",
|
|
@@ -3491,6 +3492,7 @@
|
|
|
3491
3492
|
"148": "item_stack_response",
|
|
3492
3493
|
"149": "player_armor_damage",
|
|
3493
3494
|
"151": "update_player_game_type",
|
|
3495
|
+
"152": "emote_list",
|
|
3494
3496
|
"153": "position_tracking_db_broadcast",
|
|
3495
3497
|
"154": "position_tracking_db_request",
|
|
3496
3498
|
"156": "packet_violation_warning",
|
|
@@ -3652,6 +3654,7 @@
|
|
|
3652
3654
|
"client_cache_blob_status": "packet_client_cache_blob_status",
|
|
3653
3655
|
"client_cache_miss_response": "packet_client_cache_miss_response",
|
|
3654
3656
|
"education_settings": "packet_education_settings",
|
|
3657
|
+
"emote": "packet_emote",
|
|
3655
3658
|
"multiplayer_settings": "packet_multiplayer_settings",
|
|
3656
3659
|
"settings_command": "packet_settings_command",
|
|
3657
3660
|
"anvil_damage": "packet_anvil_damage",
|
|
@@ -3664,6 +3667,7 @@
|
|
|
3664
3667
|
"item_stack_response": "packet_item_stack_response",
|
|
3665
3668
|
"player_armor_damage": "packet_player_armor_damage",
|
|
3666
3669
|
"update_player_game_type": "packet_update_player_game_type",
|
|
3670
|
+
"emote_list": "packet_emote_list",
|
|
3667
3671
|
"position_tracking_db_request": "packet_position_tracking_db_request",
|
|
3668
3672
|
"position_tracking_db_broadcast": "packet_position_tracking_db_broadcast",
|
|
3669
3673
|
"packet_violation_warning": "packet_packet_violation_warning",
|
|
@@ -4802,86 +4806,86 @@
|
|
|
4802
4806
|
"4000": "set_data",
|
|
4803
4807
|
"9800": "players_sleeping",
|
|
4804
4808
|
"16384": "add_particle_mask",
|
|
4805
|
-
"16385": "
|
|
4806
|
-
"16386": "
|
|
4807
|
-
"16387": "
|
|
4808
|
-
"16388": "
|
|
4809
|
-
"16389": "
|
|
4810
|
-
"16390": "
|
|
4811
|
-
"16391": "
|
|
4812
|
-
"16392": "
|
|
4813
|
-
"16393": "
|
|
4814
|
-
"16394": "
|
|
4815
|
-
"16395": "
|
|
4816
|
-
"16396": "
|
|
4817
|
-
"16397": "
|
|
4818
|
-
"16398": "
|
|
4819
|
-
"16399": "
|
|
4820
|
-
"16400": "
|
|
4821
|
-
"16401": "
|
|
4822
|
-
"16402": "
|
|
4823
|
-
"16403": "
|
|
4824
|
-
"16404": "
|
|
4825
|
-
"16405": "
|
|
4826
|
-
"16406": "
|
|
4827
|
-
"16408": "
|
|
4828
|
-
"16409": "
|
|
4829
|
-
"16410": "
|
|
4830
|
-
"16411": "
|
|
4831
|
-
"16412": "
|
|
4832
|
-
"16413": "
|
|
4833
|
-
"16414": "
|
|
4834
|
-
"16415": "
|
|
4835
|
-
"16416": "
|
|
4836
|
-
"16417": "
|
|
4837
|
-
"16418": "
|
|
4838
|
-
"16419": "
|
|
4839
|
-
"16420": "
|
|
4840
|
-
"16421": "
|
|
4841
|
-
"16422": "
|
|
4842
|
-
"16423": "
|
|
4843
|
-
"16424": "
|
|
4844
|
-
"16425": "
|
|
4845
|
-
"16426": "
|
|
4846
|
-
"16427": "
|
|
4847
|
-
"16428": "
|
|
4848
|
-
"16429": "
|
|
4849
|
-
"16430": "
|
|
4850
|
-
"16431": "
|
|
4851
|
-
"16432": "
|
|
4852
|
-
"16433": "
|
|
4853
|
-
"16434": "
|
|
4854
|
-
"16435": "
|
|
4855
|
-
"16436": "
|
|
4856
|
-
"16437": "
|
|
4857
|
-
"16438": "
|
|
4858
|
-
"16439": "
|
|
4859
|
-
"16440": "
|
|
4860
|
-
"16441": "
|
|
4861
|
-
"16442": "
|
|
4862
|
-
"16443": "
|
|
4863
|
-
"16444": "
|
|
4864
|
-
"16445": "
|
|
4865
|
-
"16446": "
|
|
4866
|
-
"16447": "
|
|
4867
|
-
"16448": "
|
|
4868
|
-
"16449": "
|
|
4869
|
-
"16450": "
|
|
4870
|
-
"16451": "
|
|
4871
|
-
"16452": "
|
|
4872
|
-
"16453": "
|
|
4873
|
-
"16454": "
|
|
4874
|
-
"16455": "
|
|
4875
|
-
"16456": "
|
|
4876
|
-
"16457": "
|
|
4877
|
-
"16458": "
|
|
4878
|
-
"16459": "
|
|
4879
|
-
"16460": "
|
|
4880
|
-
"16461": "
|
|
4881
|
-
"16462": "
|
|
4882
|
-
"16463": "
|
|
4883
|
-
"16464": "
|
|
4884
|
-
"16465": "
|
|
4809
|
+
"16385": "add_particle_bubble",
|
|
4810
|
+
"16386": "add_particle_bubble_manual",
|
|
4811
|
+
"16387": "add_particle_critical",
|
|
4812
|
+
"16388": "add_particle_block_force_field",
|
|
4813
|
+
"16389": "add_particle_smoke",
|
|
4814
|
+
"16390": "add_particle_explode",
|
|
4815
|
+
"16391": "add_particle_evaporation",
|
|
4816
|
+
"16392": "add_particle_flame",
|
|
4817
|
+
"16393": "add_particle_candle_flame",
|
|
4818
|
+
"16394": "add_particle_lava",
|
|
4819
|
+
"16395": "add_particle_large_smoke",
|
|
4820
|
+
"16396": "add_particle_redstone",
|
|
4821
|
+
"16397": "add_particle_rising_red_dust",
|
|
4822
|
+
"16398": "add_particle_item_break",
|
|
4823
|
+
"16399": "add_particle_snowball_poof",
|
|
4824
|
+
"16400": "add_particle_huge_explode",
|
|
4825
|
+
"16401": "add_particle_huge_explode_seed",
|
|
4826
|
+
"16402": "add_particle_mob_flame",
|
|
4827
|
+
"16403": "add_particle_heart",
|
|
4828
|
+
"16404": "add_particle_terrain",
|
|
4829
|
+
"16405": "add_particle_town_aura",
|
|
4830
|
+
"16406": "add_particle_portal",
|
|
4831
|
+
"16408": "add_particle_water_splash",
|
|
4832
|
+
"16409": "add_particle_water_splash_manual",
|
|
4833
|
+
"16410": "add_particle_water_wake",
|
|
4834
|
+
"16411": "add_particle_drip_water",
|
|
4835
|
+
"16412": "add_particle_drip_lava",
|
|
4836
|
+
"16413": "add_particle_drip_honey",
|
|
4837
|
+
"16414": "add_particle_stalactite_drip_water",
|
|
4838
|
+
"16415": "add_particle_stalactite_drip_lava",
|
|
4839
|
+
"16416": "add_particle_falling_dust",
|
|
4840
|
+
"16417": "add_particle_mob_spell",
|
|
4841
|
+
"16418": "add_particle_mob_spell_ambient",
|
|
4842
|
+
"16419": "add_particle_mob_spell_instantaneous",
|
|
4843
|
+
"16420": "add_particle_ink",
|
|
4844
|
+
"16421": "add_particle_slime",
|
|
4845
|
+
"16422": "add_particle_rain_splash",
|
|
4846
|
+
"16423": "add_particle_villager_angry",
|
|
4847
|
+
"16424": "add_particle_villager_happy",
|
|
4848
|
+
"16425": "add_particle_enchantment_table",
|
|
4849
|
+
"16426": "add_particle_tracking_emitter",
|
|
4850
|
+
"16427": "add_particle_note",
|
|
4851
|
+
"16428": "add_particle_witch_spell",
|
|
4852
|
+
"16429": "add_particle_carrot",
|
|
4853
|
+
"16430": "add_particle_mob_appearance",
|
|
4854
|
+
"16431": "add_particle_end_rod",
|
|
4855
|
+
"16432": "add_particle_dragons_breath",
|
|
4856
|
+
"16433": "add_particle_spit",
|
|
4857
|
+
"16434": "add_particle_totem",
|
|
4858
|
+
"16435": "add_particle_food",
|
|
4859
|
+
"16436": "add_particle_fireworks_starter",
|
|
4860
|
+
"16437": "add_particle_fireworks_spark",
|
|
4861
|
+
"16438": "add_particle_fireworks_overlay",
|
|
4862
|
+
"16439": "add_particle_balloon_gas",
|
|
4863
|
+
"16440": "add_particle_colored_flame",
|
|
4864
|
+
"16441": "add_particle_sparkler",
|
|
4865
|
+
"16442": "add_particle_conduit",
|
|
4866
|
+
"16443": "add_particle_bubble_column_up",
|
|
4867
|
+
"16444": "add_particle_bubble_column_down",
|
|
4868
|
+
"16445": "add_particle_sneeze",
|
|
4869
|
+
"16446": "add_particle_shulker_bullet",
|
|
4870
|
+
"16447": "add_particle_bleach",
|
|
4871
|
+
"16448": "add_particle_dragon_destroy_block",
|
|
4872
|
+
"16449": "add_particle_mycelium_dust",
|
|
4873
|
+
"16450": "add_particle_falling_red_dust",
|
|
4874
|
+
"16451": "add_particle_campfire_smoke",
|
|
4875
|
+
"16452": "add_particle_tall_campfire_smoke",
|
|
4876
|
+
"16453": "add_particle_dragon_breath_fire",
|
|
4877
|
+
"16454": "add_particle_dragon_breath_trail",
|
|
4878
|
+
"16455": "add_particle_blue_flame",
|
|
4879
|
+
"16456": "add_particle_soul",
|
|
4880
|
+
"16457": "add_particle_obsidian_tear",
|
|
4881
|
+
"16458": "add_particle_portal_reverse",
|
|
4882
|
+
"16459": "add_particle_snowflake",
|
|
4883
|
+
"16460": "add_particle_vibration_signal",
|
|
4884
|
+
"16461": "add_particle_sculk_sensor_redstone",
|
|
4885
|
+
"16462": "add_particle_spore_blossom_shower",
|
|
4886
|
+
"16463": "add_particle_spore_blossom_ambient",
|
|
4887
|
+
"16464": "add_particle_wax",
|
|
4888
|
+
"16465": "add_particle_electric_spark"
|
|
4885
4889
|
}
|
|
4886
4890
|
}
|
|
4887
4891
|
]
|
|
@@ -7936,6 +7940,23 @@
|
|
|
7936
7940
|
}
|
|
7937
7941
|
]
|
|
7938
7942
|
],
|
|
7943
|
+
"packet_emote": [
|
|
7944
|
+
"container",
|
|
7945
|
+
[
|
|
7946
|
+
{
|
|
7947
|
+
"name": "entity_id",
|
|
7948
|
+
"type": "varint64"
|
|
7949
|
+
},
|
|
7950
|
+
{
|
|
7951
|
+
"name": "emote_id",
|
|
7952
|
+
"type": "string"
|
|
7953
|
+
},
|
|
7954
|
+
{
|
|
7955
|
+
"name": "flags",
|
|
7956
|
+
"type": "u8"
|
|
7957
|
+
}
|
|
7958
|
+
]
|
|
7959
|
+
],
|
|
7939
7960
|
"packet_multiplayer_settings": [
|
|
7940
7961
|
"container",
|
|
7941
7962
|
[
|
|
@@ -8398,6 +8419,25 @@
|
|
|
8398
8419
|
}
|
|
8399
8420
|
]
|
|
8400
8421
|
],
|
|
8422
|
+
"packet_emote_list": [
|
|
8423
|
+
"container",
|
|
8424
|
+
[
|
|
8425
|
+
{
|
|
8426
|
+
"name": "player_id",
|
|
8427
|
+
"type": "varint64"
|
|
8428
|
+
},
|
|
8429
|
+
{
|
|
8430
|
+
"name": "emote_pieces",
|
|
8431
|
+
"type": [
|
|
8432
|
+
"array",
|
|
8433
|
+
{
|
|
8434
|
+
"countType": "varint",
|
|
8435
|
+
"type": "uuid"
|
|
8436
|
+
}
|
|
8437
|
+
]
|
|
8438
|
+
}
|
|
8439
|
+
]
|
|
8440
|
+
],
|
|
8401
8441
|
"packet_position_tracking_db_request": [
|
|
8402
8442
|
"container",
|
|
8403
8443
|
[
|