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
|
@@ -698,86 +698,86 @@ packet_level_event:
|
|
|
698
698
|
9800: players_sleeping
|
|
699
699
|
0x4000: add_particle_mask
|
|
700
700
|
# 0x4000 | + particle ID
|
|
701
|
-
16385:
|
|
702
|
-
16386:
|
|
703
|
-
16387:
|
|
704
|
-
16388:
|
|
705
|
-
16389:
|
|
706
|
-
16390:
|
|
707
|
-
16391:
|
|
708
|
-
16392:
|
|
709
|
-
16393:
|
|
710
|
-
16394:
|
|
711
|
-
16395:
|
|
712
|
-
16396:
|
|
713
|
-
16397:
|
|
714
|
-
16398:
|
|
715
|
-
16399:
|
|
716
|
-
16400:
|
|
717
|
-
16401:
|
|
718
|
-
16402:
|
|
719
|
-
16403:
|
|
720
|
-
16404:
|
|
721
|
-
16405:
|
|
722
|
-
16406:
|
|
723
|
-
16408:
|
|
724
|
-
16409:
|
|
725
|
-
16410:
|
|
726
|
-
16411:
|
|
727
|
-
16412:
|
|
728
|
-
16413:
|
|
729
|
-
16414:
|
|
730
|
-
16415:
|
|
731
|
-
16416:
|
|
732
|
-
16417:
|
|
733
|
-
16418:
|
|
734
|
-
16419:
|
|
735
|
-
16420:
|
|
736
|
-
16421:
|
|
737
|
-
16422:
|
|
738
|
-
16423:
|
|
739
|
-
16424:
|
|
740
|
-
16425:
|
|
741
|
-
16426:
|
|
742
|
-
16427:
|
|
743
|
-
16428:
|
|
744
|
-
16429:
|
|
745
|
-
16430:
|
|
746
|
-
16431:
|
|
747
|
-
16432:
|
|
748
|
-
16433:
|
|
749
|
-
16434:
|
|
750
|
-
16435:
|
|
751
|
-
16436:
|
|
752
|
-
16437:
|
|
753
|
-
16438:
|
|
754
|
-
16439:
|
|
755
|
-
16440:
|
|
756
|
-
16441:
|
|
757
|
-
16442:
|
|
758
|
-
16443:
|
|
759
|
-
16444:
|
|
760
|
-
16445:
|
|
761
|
-
16446:
|
|
762
|
-
16447:
|
|
763
|
-
16448:
|
|
764
|
-
16449:
|
|
765
|
-
16450:
|
|
766
|
-
16451:
|
|
767
|
-
16452:
|
|
768
|
-
16453:
|
|
769
|
-
16454:
|
|
770
|
-
16455:
|
|
771
|
-
16456:
|
|
772
|
-
16457:
|
|
773
|
-
16458:
|
|
774
|
-
16459:
|
|
775
|
-
16460:
|
|
776
|
-
16461:
|
|
777
|
-
16462:
|
|
778
|
-
16463:
|
|
779
|
-
16464:
|
|
780
|
-
16465:
|
|
701
|
+
16385: add_particle_bubble # 1
|
|
702
|
+
16386: add_particle_bubble_manual # 2
|
|
703
|
+
16387: add_particle_critical # 3
|
|
704
|
+
16388: add_particle_block_force_field # 4
|
|
705
|
+
16389: add_particle_smoke # 5
|
|
706
|
+
16390: add_particle_explode # 6
|
|
707
|
+
16391: add_particle_evaporation # 7
|
|
708
|
+
16392: add_particle_flame # 8
|
|
709
|
+
16393: add_particle_candle_flame # 9
|
|
710
|
+
16394: add_particle_lava # 10
|
|
711
|
+
16395: add_particle_large_smoke # 11
|
|
712
|
+
16396: add_particle_redstone # 12
|
|
713
|
+
16397: add_particle_rising_red_dust # 13
|
|
714
|
+
16398: add_particle_item_break # 14
|
|
715
|
+
16399: add_particle_snowball_poof # 15
|
|
716
|
+
16400: add_particle_huge_explode # 16
|
|
717
|
+
16401: add_particle_huge_explode_seed # 17
|
|
718
|
+
16402: add_particle_mob_flame # 18
|
|
719
|
+
16403: add_particle_heart # 19
|
|
720
|
+
16404: add_particle_terrain # 20
|
|
721
|
+
16405: add_particle_town_aura # 21
|
|
722
|
+
16406: add_particle_portal # 22
|
|
723
|
+
16408: add_particle_water_splash # 24
|
|
724
|
+
16409: add_particle_water_splash_manual # 25
|
|
725
|
+
16410: add_particle_water_wake # 26
|
|
726
|
+
16411: add_particle_drip_water # 27
|
|
727
|
+
16412: add_particle_drip_lava # 28
|
|
728
|
+
16413: add_particle_drip_honey # 29
|
|
729
|
+
16414: add_particle_stalactite_drip_water # 30
|
|
730
|
+
16415: add_particle_stalactite_drip_lava # 31
|
|
731
|
+
16416: add_particle_falling_dust # 32
|
|
732
|
+
16417: add_particle_mob_spell # 33
|
|
733
|
+
16418: add_particle_mob_spell_ambient # 34
|
|
734
|
+
16419: add_particle_mob_spell_instantaneous # 35
|
|
735
|
+
16420: add_particle_ink # 36
|
|
736
|
+
16421: add_particle_slime # 37
|
|
737
|
+
16422: add_particle_rain_splash # 38
|
|
738
|
+
16423: add_particle_villager_angry # 39
|
|
739
|
+
16424: add_particle_villager_happy # 40
|
|
740
|
+
16425: add_particle_enchantment_table # 41
|
|
741
|
+
16426: add_particle_tracking_emitter # 42
|
|
742
|
+
16427: add_particle_note # 43
|
|
743
|
+
16428: add_particle_witch_spell # 44
|
|
744
|
+
16429: add_particle_carrot # 45
|
|
745
|
+
16430: add_particle_mob_appearance # 46
|
|
746
|
+
16431: add_particle_end_rod # 47
|
|
747
|
+
16432: add_particle_dragons_breath # 48
|
|
748
|
+
16433: add_particle_spit # 49
|
|
749
|
+
16434: add_particle_totem # 50
|
|
750
|
+
16435: add_particle_food # 51
|
|
751
|
+
16436: add_particle_fireworks_starter # 52
|
|
752
|
+
16437: add_particle_fireworks_spark # 53
|
|
753
|
+
16438: add_particle_fireworks_overlay # 54
|
|
754
|
+
16439: add_particle_balloon_gas # 55
|
|
755
|
+
16440: add_particle_colored_flame # 56
|
|
756
|
+
16441: add_particle_sparkler # 57
|
|
757
|
+
16442: add_particle_conduit # 58
|
|
758
|
+
16443: add_particle_bubble_column_up # 59
|
|
759
|
+
16444: add_particle_bubble_column_down # 60
|
|
760
|
+
16445: add_particle_sneeze # 61
|
|
761
|
+
16446: add_particle_shulker_bullet # 62
|
|
762
|
+
16447: add_particle_bleach # 63
|
|
763
|
+
16448: add_particle_dragon_destroy_block # 64
|
|
764
|
+
16449: add_particle_mycelium_dust # 65
|
|
765
|
+
16450: add_particle_falling_red_dust # 66
|
|
766
|
+
16451: add_particle_campfire_smoke # 67
|
|
767
|
+
16452: add_particle_tall_campfire_smoke # 68
|
|
768
|
+
16453: add_particle_dragon_breath_fire # 69
|
|
769
|
+
16454: add_particle_dragon_breath_trail # 70
|
|
770
|
+
16455: add_particle_blue_flame # 71
|
|
771
|
+
16456: add_particle_soul # 72
|
|
772
|
+
16457: add_particle_obsidian_tear # 73
|
|
773
|
+
16458: add_particle_portal_reverse # 74
|
|
774
|
+
16459: add_particle_snowflake # 75
|
|
775
|
+
16460: add_particle_vibration_signal # 76
|
|
776
|
+
16461: add_particle_sculk_sensor_redstone # 77
|
|
777
|
+
16462: add_particle_spore_blossom_shower # 78
|
|
778
|
+
16463: add_particle_spore_blossom_ambient # 79
|
|
779
|
+
16464: add_particle_wax # 80
|
|
780
|
+
16465: add_particle_electric_spark # 81
|
|
781
781
|
position: vec3f
|
|
782
782
|
data: zigzag32
|
|
783
783
|
|
|
@@ -2683,6 +2683,20 @@ packet_education_settings:
|
|
|
2683
2683
|
url: string
|
|
2684
2684
|
display_name: string
|
|
2685
2685
|
|
|
2686
|
+
# Emote is sent by both the server and the client. When the client sends an emote, it sends this packet to
|
|
2687
|
+
# the server, after which the server will broadcast the packet to other players online.
|
|
2688
|
+
packet_emote:
|
|
2689
|
+
!id: 0x8a
|
|
2690
|
+
!bound: both
|
|
2691
|
+
# EntityRuntimeID is the entity that sent the emote. When a player sends this packet, it has this field
|
|
2692
|
+
# set as its own entity runtime ID.
|
|
2693
|
+
entity_id: varint64
|
|
2694
|
+
# EmoteID is the ID of the emote to send.
|
|
2695
|
+
emote_id: string
|
|
2696
|
+
# Flags is a combination of flags that change the way the Emote packet operates. When the server sends
|
|
2697
|
+
# this packet to other players, EmoteFlagServerSide must be present.
|
|
2698
|
+
flags: u8
|
|
2699
|
+
|
|
2686
2700
|
# MultiPlayerSettings is sent by the client to update multi-player related settings server-side and sent back
|
|
2687
2701
|
# to online players by the server.
|
|
2688
2702
|
# The MultiPlayerSettings packet is a Minecraft: Education Edition packet. It has no functionality for the
|
|
@@ -2963,6 +2977,19 @@ packet_update_player_game_type:
|
|
|
2963
2977
|
# packet is sent to other clients with the player unique ID of another player, nothing happens.
|
|
2964
2978
|
player_unique_id: zigzag64
|
|
2965
2979
|
|
|
2980
|
+
# EmoteList is sent by the client every time it joins the server and when it equips new emotes. It may be
|
|
2981
|
+
# used by the server to find out which emotes the client has available. If the player has no emotes equipped,
|
|
2982
|
+
# this packet is not sent.
|
|
2983
|
+
# Under certain circumstances, this packet is also sent from the server to the client, but I was unable to
|
|
2984
|
+
# find when this is done.
|
|
2985
|
+
packet_emote_list:
|
|
2986
|
+
!id: 0x98
|
|
2987
|
+
!bound: server
|
|
2988
|
+
# PlayerRuntimeID is the runtime ID of the player that owns the emote pieces below. If sent by the
|
|
2989
|
+
# client, this player runtime ID is always that of the player itself.
|
|
2990
|
+
player_id: varint64
|
|
2991
|
+
# EmotePieces is a list of emote pieces that the player with the runtime ID above has.
|
|
2992
|
+
emote_pieces: uuid[]varint
|
|
2966
2993
|
|
|
2967
2994
|
# PositionTrackingDBClientRequest is a packet sent by the client to request the position and dimension of a
|
|
2968
2995
|
# 'tracking ID'. These IDs are tracked in a database by the server. In 1.16, this is used for lodestones.
|
|
@@ -3224,9 +3251,9 @@ packet_create_photo:
|
|
|
3224
3251
|
packet_update_subchunk_blocks:
|
|
3225
3252
|
!id: 0xac
|
|
3226
3253
|
# SubChunkX, SubChunkY, and SubChunkZ help identify the sub chunk.
|
|
3227
|
-
x:
|
|
3228
|
-
y:
|
|
3229
|
-
z:
|
|
3254
|
+
x: zigzag32
|
|
3255
|
+
y: zigzag32
|
|
3256
|
+
z: zigzag32
|
|
3230
3257
|
# Blocks contains each updated block change entry.
|
|
3231
3258
|
blocks: BlockUpdate[]varint
|
|
3232
3259
|
# Extra contains each updated block change entry for the second layer, usually for waterlogged blocks.
|
|
@@ -3238,13 +3265,13 @@ packet_photo_info_request:
|
|
|
3238
3265
|
|
|
3239
3266
|
packet_subchunk:
|
|
3240
3267
|
!id: 0xae
|
|
3241
|
-
dimension:
|
|
3242
|
-
x:
|
|
3243
|
-
y:
|
|
3244
|
-
z:
|
|
3268
|
+
dimension: zigzag32
|
|
3269
|
+
x: zigzag32
|
|
3270
|
+
y: zigzag32
|
|
3271
|
+
z: zigzag32
|
|
3245
3272
|
# Data is the actual sub chunk data, such as the blocks.
|
|
3246
3273
|
data: ByteArray
|
|
3247
|
-
request_result:
|
|
3274
|
+
request_result: zigzag32 =>
|
|
3248
3275
|
0: undefined
|
|
3249
3276
|
1: success
|
|
3250
3277
|
2: chunk_not_found
|
|
@@ -3256,12 +3283,12 @@ packet_subchunk:
|
|
|
3256
3283
|
1: has_data
|
|
3257
3284
|
2: too_high
|
|
3258
3285
|
3: too_low
|
|
3259
|
-
|
|
3286
|
+
heightmap: heightmap_type ?
|
|
3260
3287
|
if has_data: '["buffer", { "count": 256 }]'
|
|
3261
3288
|
|
|
3262
3289
|
packet_subchunk_request:
|
|
3263
3290
|
!id: 0xaf
|
|
3264
|
-
dimension:
|
|
3265
|
-
x:
|
|
3266
|
-
y:
|
|
3267
|
-
z:
|
|
3291
|
+
dimension: zigzag32
|
|
3292
|
+
x: zigzag32
|
|
3293
|
+
y: zigzag32
|
|
3294
|
+
z: zigzag32
|
|
@@ -3597,6 +3597,7 @@
|
|
|
3597
3597
|
"135": "client_cache_blob_status",
|
|
3598
3598
|
"136": "client_cache_miss_response",
|
|
3599
3599
|
"137": "education_settings",
|
|
3600
|
+
"138": "emote",
|
|
3600
3601
|
"139": "multiplayer_settings",
|
|
3601
3602
|
"140": "settings_command",
|
|
3602
3603
|
"141": "anvil_damage",
|
|
@@ -3609,6 +3610,7 @@
|
|
|
3609
3610
|
"148": "item_stack_response",
|
|
3610
3611
|
"149": "player_armor_damage",
|
|
3611
3612
|
"151": "update_player_game_type",
|
|
3613
|
+
"152": "emote_list",
|
|
3612
3614
|
"153": "position_tracking_db_broadcast",
|
|
3613
3615
|
"154": "position_tracking_db_request",
|
|
3614
3616
|
"156": "packet_violation_warning",
|
|
@@ -3776,6 +3778,7 @@
|
|
|
3776
3778
|
"client_cache_blob_status": "packet_client_cache_blob_status",
|
|
3777
3779
|
"client_cache_miss_response": "packet_client_cache_miss_response",
|
|
3778
3780
|
"education_settings": "packet_education_settings",
|
|
3781
|
+
"emote": "packet_emote",
|
|
3779
3782
|
"multiplayer_settings": "packet_multiplayer_settings",
|
|
3780
3783
|
"settings_command": "packet_settings_command",
|
|
3781
3784
|
"anvil_damage": "packet_anvil_damage",
|
|
@@ -3788,6 +3791,7 @@
|
|
|
3788
3791
|
"item_stack_response": "packet_item_stack_response",
|
|
3789
3792
|
"player_armor_damage": "packet_player_armor_damage",
|
|
3790
3793
|
"update_player_game_type": "packet_update_player_game_type",
|
|
3794
|
+
"emote_list": "packet_emote_list",
|
|
3791
3795
|
"position_tracking_db_request": "packet_position_tracking_db_request",
|
|
3792
3796
|
"position_tracking_db_broadcast": "packet_position_tracking_db_broadcast",
|
|
3793
3797
|
"packet_violation_warning": "packet_packet_violation_warning",
|
|
@@ -4939,86 +4943,86 @@
|
|
|
4939
4943
|
"4000": "set_data",
|
|
4940
4944
|
"9800": "players_sleeping",
|
|
4941
4945
|
"16384": "add_particle_mask",
|
|
4942
|
-
"16385": "
|
|
4943
|
-
"16386": "
|
|
4944
|
-
"16387": "
|
|
4945
|
-
"16388": "
|
|
4946
|
-
"16389": "
|
|
4947
|
-
"16390": "
|
|
4948
|
-
"16391": "
|
|
4949
|
-
"16392": "
|
|
4950
|
-
"16393": "
|
|
4951
|
-
"16394": "
|
|
4952
|
-
"16395": "
|
|
4953
|
-
"16396": "
|
|
4954
|
-
"16397": "
|
|
4955
|
-
"16398": "
|
|
4956
|
-
"16399": "
|
|
4957
|
-
"16400": "
|
|
4958
|
-
"16401": "
|
|
4959
|
-
"16402": "
|
|
4960
|
-
"16403": "
|
|
4961
|
-
"16404": "
|
|
4962
|
-
"16405": "
|
|
4963
|
-
"16406": "
|
|
4964
|
-
"16408": "
|
|
4965
|
-
"16409": "
|
|
4966
|
-
"16410": "
|
|
4967
|
-
"16411": "
|
|
4968
|
-
"16412": "
|
|
4969
|
-
"16413": "
|
|
4970
|
-
"16414": "
|
|
4971
|
-
"16415": "
|
|
4972
|
-
"16416": "
|
|
4973
|
-
"16417": "
|
|
4974
|
-
"16418": "
|
|
4975
|
-
"16419": "
|
|
4976
|
-
"16420": "
|
|
4977
|
-
"16421": "
|
|
4978
|
-
"16422": "
|
|
4979
|
-
"16423": "
|
|
4980
|
-
"16424": "
|
|
4981
|
-
"16425": "
|
|
4982
|
-
"16426": "
|
|
4983
|
-
"16427": "
|
|
4984
|
-
"16428": "
|
|
4985
|
-
"16429": "
|
|
4986
|
-
"16430": "
|
|
4987
|
-
"16431": "
|
|
4988
|
-
"16432": "
|
|
4989
|
-
"16433": "
|
|
4990
|
-
"16434": "
|
|
4991
|
-
"16435": "
|
|
4992
|
-
"16436": "
|
|
4993
|
-
"16437": "
|
|
4994
|
-
"16438": "
|
|
4995
|
-
"16439": "
|
|
4996
|
-
"16440": "
|
|
4997
|
-
"16441": "
|
|
4998
|
-
"16442": "
|
|
4999
|
-
"16443": "
|
|
5000
|
-
"16444": "
|
|
5001
|
-
"16445": "
|
|
5002
|
-
"16446": "
|
|
5003
|
-
"16447": "
|
|
5004
|
-
"16448": "
|
|
5005
|
-
"16449": "
|
|
5006
|
-
"16450": "
|
|
5007
|
-
"16451": "
|
|
5008
|
-
"16452": "
|
|
5009
|
-
"16453": "
|
|
5010
|
-
"16454": "
|
|
5011
|
-
"16455": "
|
|
5012
|
-
"16456": "
|
|
5013
|
-
"16457": "
|
|
5014
|
-
"16458": "
|
|
5015
|
-
"16459": "
|
|
5016
|
-
"16460": "
|
|
5017
|
-
"16461": "
|
|
5018
|
-
"16462": "
|
|
5019
|
-
"16463": "
|
|
5020
|
-
"16464": "
|
|
5021
|
-
"16465": "
|
|
4946
|
+
"16385": "add_particle_bubble",
|
|
4947
|
+
"16386": "add_particle_bubble_manual",
|
|
4948
|
+
"16387": "add_particle_critical",
|
|
4949
|
+
"16388": "add_particle_block_force_field",
|
|
4950
|
+
"16389": "add_particle_smoke",
|
|
4951
|
+
"16390": "add_particle_explode",
|
|
4952
|
+
"16391": "add_particle_evaporation",
|
|
4953
|
+
"16392": "add_particle_flame",
|
|
4954
|
+
"16393": "add_particle_candle_flame",
|
|
4955
|
+
"16394": "add_particle_lava",
|
|
4956
|
+
"16395": "add_particle_large_smoke",
|
|
4957
|
+
"16396": "add_particle_redstone",
|
|
4958
|
+
"16397": "add_particle_rising_red_dust",
|
|
4959
|
+
"16398": "add_particle_item_break",
|
|
4960
|
+
"16399": "add_particle_snowball_poof",
|
|
4961
|
+
"16400": "add_particle_huge_explode",
|
|
4962
|
+
"16401": "add_particle_huge_explode_seed",
|
|
4963
|
+
"16402": "add_particle_mob_flame",
|
|
4964
|
+
"16403": "add_particle_heart",
|
|
4965
|
+
"16404": "add_particle_terrain",
|
|
4966
|
+
"16405": "add_particle_town_aura",
|
|
4967
|
+
"16406": "add_particle_portal",
|
|
4968
|
+
"16408": "add_particle_water_splash",
|
|
4969
|
+
"16409": "add_particle_water_splash_manual",
|
|
4970
|
+
"16410": "add_particle_water_wake",
|
|
4971
|
+
"16411": "add_particle_drip_water",
|
|
4972
|
+
"16412": "add_particle_drip_lava",
|
|
4973
|
+
"16413": "add_particle_drip_honey",
|
|
4974
|
+
"16414": "add_particle_stalactite_drip_water",
|
|
4975
|
+
"16415": "add_particle_stalactite_drip_lava",
|
|
4976
|
+
"16416": "add_particle_falling_dust",
|
|
4977
|
+
"16417": "add_particle_mob_spell",
|
|
4978
|
+
"16418": "add_particle_mob_spell_ambient",
|
|
4979
|
+
"16419": "add_particle_mob_spell_instantaneous",
|
|
4980
|
+
"16420": "add_particle_ink",
|
|
4981
|
+
"16421": "add_particle_slime",
|
|
4982
|
+
"16422": "add_particle_rain_splash",
|
|
4983
|
+
"16423": "add_particle_villager_angry",
|
|
4984
|
+
"16424": "add_particle_villager_happy",
|
|
4985
|
+
"16425": "add_particle_enchantment_table",
|
|
4986
|
+
"16426": "add_particle_tracking_emitter",
|
|
4987
|
+
"16427": "add_particle_note",
|
|
4988
|
+
"16428": "add_particle_witch_spell",
|
|
4989
|
+
"16429": "add_particle_carrot",
|
|
4990
|
+
"16430": "add_particle_mob_appearance",
|
|
4991
|
+
"16431": "add_particle_end_rod",
|
|
4992
|
+
"16432": "add_particle_dragons_breath",
|
|
4993
|
+
"16433": "add_particle_spit",
|
|
4994
|
+
"16434": "add_particle_totem",
|
|
4995
|
+
"16435": "add_particle_food",
|
|
4996
|
+
"16436": "add_particle_fireworks_starter",
|
|
4997
|
+
"16437": "add_particle_fireworks_spark",
|
|
4998
|
+
"16438": "add_particle_fireworks_overlay",
|
|
4999
|
+
"16439": "add_particle_balloon_gas",
|
|
5000
|
+
"16440": "add_particle_colored_flame",
|
|
5001
|
+
"16441": "add_particle_sparkler",
|
|
5002
|
+
"16442": "add_particle_conduit",
|
|
5003
|
+
"16443": "add_particle_bubble_column_up",
|
|
5004
|
+
"16444": "add_particle_bubble_column_down",
|
|
5005
|
+
"16445": "add_particle_sneeze",
|
|
5006
|
+
"16446": "add_particle_shulker_bullet",
|
|
5007
|
+
"16447": "add_particle_bleach",
|
|
5008
|
+
"16448": "add_particle_dragon_destroy_block",
|
|
5009
|
+
"16449": "add_particle_mycelium_dust",
|
|
5010
|
+
"16450": "add_particle_falling_red_dust",
|
|
5011
|
+
"16451": "add_particle_campfire_smoke",
|
|
5012
|
+
"16452": "add_particle_tall_campfire_smoke",
|
|
5013
|
+
"16453": "add_particle_dragon_breath_fire",
|
|
5014
|
+
"16454": "add_particle_dragon_breath_trail",
|
|
5015
|
+
"16455": "add_particle_blue_flame",
|
|
5016
|
+
"16456": "add_particle_soul",
|
|
5017
|
+
"16457": "add_particle_obsidian_tear",
|
|
5018
|
+
"16458": "add_particle_portal_reverse",
|
|
5019
|
+
"16459": "add_particle_snowflake",
|
|
5020
|
+
"16460": "add_particle_vibration_signal",
|
|
5021
|
+
"16461": "add_particle_sculk_sensor_redstone",
|
|
5022
|
+
"16462": "add_particle_spore_blossom_shower",
|
|
5023
|
+
"16463": "add_particle_spore_blossom_ambient",
|
|
5024
|
+
"16464": "add_particle_wax",
|
|
5025
|
+
"16465": "add_particle_electric_spark"
|
|
5022
5026
|
}
|
|
5023
5027
|
}
|
|
5024
5028
|
]
|
|
@@ -8167,6 +8171,23 @@
|
|
|
8167
8171
|
}
|
|
8168
8172
|
]
|
|
8169
8173
|
],
|
|
8174
|
+
"packet_emote": [
|
|
8175
|
+
"container",
|
|
8176
|
+
[
|
|
8177
|
+
{
|
|
8178
|
+
"name": "entity_id",
|
|
8179
|
+
"type": "varint64"
|
|
8180
|
+
},
|
|
8181
|
+
{
|
|
8182
|
+
"name": "emote_id",
|
|
8183
|
+
"type": "string"
|
|
8184
|
+
},
|
|
8185
|
+
{
|
|
8186
|
+
"name": "flags",
|
|
8187
|
+
"type": "u8"
|
|
8188
|
+
}
|
|
8189
|
+
]
|
|
8190
|
+
],
|
|
8170
8191
|
"packet_multiplayer_settings": [
|
|
8171
8192
|
"container",
|
|
8172
8193
|
[
|
|
@@ -8629,6 +8650,25 @@
|
|
|
8629
8650
|
}
|
|
8630
8651
|
]
|
|
8631
8652
|
],
|
|
8653
|
+
"packet_emote_list": [
|
|
8654
|
+
"container",
|
|
8655
|
+
[
|
|
8656
|
+
{
|
|
8657
|
+
"name": "player_id",
|
|
8658
|
+
"type": "varint64"
|
|
8659
|
+
},
|
|
8660
|
+
{
|
|
8661
|
+
"name": "emote_pieces",
|
|
8662
|
+
"type": [
|
|
8663
|
+
"array",
|
|
8664
|
+
{
|
|
8665
|
+
"countType": "varint",
|
|
8666
|
+
"type": "uuid"
|
|
8667
|
+
}
|
|
8668
|
+
]
|
|
8669
|
+
}
|
|
8670
|
+
]
|
|
8671
|
+
],
|
|
8632
8672
|
"packet_position_tracking_db_request": [
|
|
8633
8673
|
"container",
|
|
8634
8674
|
[
|
|
@@ -9048,15 +9088,15 @@
|
|
|
9048
9088
|
[
|
|
9049
9089
|
{
|
|
9050
9090
|
"name": "x",
|
|
9051
|
-
"type": "
|
|
9091
|
+
"type": "zigzag32"
|
|
9052
9092
|
},
|
|
9053
9093
|
{
|
|
9054
9094
|
"name": "y",
|
|
9055
|
-
"type": "
|
|
9095
|
+
"type": "zigzag32"
|
|
9056
9096
|
},
|
|
9057
9097
|
{
|
|
9058
9098
|
"name": "z",
|
|
9059
|
-
"type": "
|
|
9099
|
+
"type": "zigzag32"
|
|
9060
9100
|
},
|
|
9061
9101
|
{
|
|
9062
9102
|
"name": "blocks",
|
|
@@ -9094,19 +9134,19 @@
|
|
|
9094
9134
|
[
|
|
9095
9135
|
{
|
|
9096
9136
|
"name": "dimension",
|
|
9097
|
-
"type": "
|
|
9137
|
+
"type": "zigzag32"
|
|
9098
9138
|
},
|
|
9099
9139
|
{
|
|
9100
9140
|
"name": "x",
|
|
9101
|
-
"type": "
|
|
9141
|
+
"type": "zigzag32"
|
|
9102
9142
|
},
|
|
9103
9143
|
{
|
|
9104
9144
|
"name": "y",
|
|
9105
|
-
"type": "
|
|
9145
|
+
"type": "zigzag32"
|
|
9106
9146
|
},
|
|
9107
9147
|
{
|
|
9108
9148
|
"name": "z",
|
|
9109
|
-
"type": "
|
|
9149
|
+
"type": "zigzag32"
|
|
9110
9150
|
},
|
|
9111
9151
|
{
|
|
9112
9152
|
"name": "data",
|
|
@@ -9117,7 +9157,7 @@
|
|
|
9117
9157
|
"type": [
|
|
9118
9158
|
"mapper",
|
|
9119
9159
|
{
|
|
9120
|
-
"type": "
|
|
9160
|
+
"type": "zigzag32",
|
|
9121
9161
|
"mappings": {
|
|
9122
9162
|
"0": "undefined",
|
|
9123
9163
|
"1": "success",
|
|
@@ -9145,7 +9185,7 @@
|
|
|
9145
9185
|
]
|
|
9146
9186
|
},
|
|
9147
9187
|
{
|
|
9148
|
-
"
|
|
9188
|
+
"name": "heightmap",
|
|
9149
9189
|
"type": [
|
|
9150
9190
|
"switch",
|
|
9151
9191
|
{
|
|
@@ -9169,19 +9209,19 @@
|
|
|
9169
9209
|
[
|
|
9170
9210
|
{
|
|
9171
9211
|
"name": "dimension",
|
|
9172
|
-
"type": "
|
|
9212
|
+
"type": "zigzag32"
|
|
9173
9213
|
},
|
|
9174
9214
|
{
|
|
9175
9215
|
"name": "x",
|
|
9176
|
-
"type": "
|
|
9216
|
+
"type": "zigzag32"
|
|
9177
9217
|
},
|
|
9178
9218
|
{
|
|
9179
9219
|
"name": "y",
|
|
9180
|
-
"type": "
|
|
9220
|
+
"type": "zigzag32"
|
|
9181
9221
|
},
|
|
9182
9222
|
{
|
|
9183
9223
|
"name": "z",
|
|
9184
|
-
"type": "
|
|
9224
|
+
"type": "zigzag32"
|
|
9185
9225
|
}
|
|
9186
9226
|
]
|
|
9187
9227
|
],
|