minecraft-data 3.106.0 → 3.108.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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 944,
3
+ "minecraftVersion": "26.10",
4
+ "majorVersion": "26.10",
5
+ "releaseType": "release"
6
+ }
@@ -1,4 +1,10 @@
1
1
  [
2
+ {
3
+ "version": 944,
4
+ "minecraftVersion": "26.10",
5
+ "majorVersion": "26.10",
6
+ "releaseType": "release"
7
+ },
2
8
  {
3
9
  "version": 924,
4
10
  "minecraftVersion": "1.26.0",
@@ -49,5 +49,6 @@
49
49
  "1.21.120",
50
50
  "1.21.124",
51
51
  "1.21.130",
52
- "1.26.0"
52
+ "1.26.0",
53
+ "26.10"
53
54
  ]
@@ -1,7 +1,7 @@
1
1
  # Created from MiNET and gophertunnel docs
2
2
  # The version below is the latest version this protocol schema was updated for.
3
3
  # The output protocol.json will be in the folder for the version
4
- !version: 1.26.0
4
+ !version: 26.10
5
5
 
6
6
  # Some ProtoDef aliases
7
7
  string: ["pstring",{"countType":"varint"}] # String / array types
@@ -4055,9 +4055,6 @@ packet_update_client_input_locks:
4055
4055
  !bound: client
4056
4056
  # Locks is an encoded bitset of all locks that are currently active. The locks are defined in the constants above.
4057
4057
  locks: InputLockFlags
4058
- # Position is the server's position of the client at the time the packet was sent. It is unclear what the exact
4059
- # purpose of this field is.
4060
- position: vec3f
4061
4058
 
4062
4059
  # Deprecated: ClientCheatAbility is deprecated as of 1.20.10.
4063
4060
  packet_client_cheat_ability:
@@ -4563,48 +4560,14 @@ packet_serverbound_pack_setting_change:
4563
4560
  packet_clientbound_data_store:
4564
4561
  !id: 0x14a
4565
4562
  !bound: client
4566
- entries: []varint
4567
- type: varint =>
4568
- 0: update
4569
- 1: change
4570
- 2: removal
4571
- _: type ?
4572
- if update:
4573
- name: string
4574
- property: string
4575
- path: string
4576
- data_type: varint =>
4577
- 0: double
4578
- 1: bool
4579
- 2: string
4580
- data: data_type ?
4581
- if double: lf64
4582
- if bool: bool
4583
- if string: string
4584
- update_count: li32
4585
- path_update_count: li32
4586
- if change:
4587
- name: string
4588
- property: string
4589
- update_count: varint
4590
- # TODO: This packet maybe defined wrong. Needs further investigation
4591
- data_type: varint =>
4592
- 0: double
4593
- 1: bool
4594
- 2: string
4595
- data: data_type ?
4596
- if double: lf64
4597
- if bool: bool
4598
- if string: string
4599
- if removal:
4600
- name: string
4563
+ updates: DataStoreChangeEntry[]varint
4601
4564
 
4602
4565
  packet_graphics_override_parameter:
4603
4566
  !id: 0x14b
4604
4567
  !bound: client
4605
4568
  values: ParameterKeyframeValue[]varint
4606
- float_value: lf32
4607
- vec3_value: vec3f
4569
+ float_value?: lf32
4570
+ vec3_value?: vec3f
4608
4571
  biome_identifier: string
4609
4572
  parameter_type: GraphicsOverrideParameterType
4610
4573
  reset: bool
@@ -4615,7 +4578,7 @@ packet_serverbound_data_store:
4615
4578
  name: string
4616
4579
  property: string
4617
4580
  path: string
4618
- data_type: varint =>
4581
+ data_type: lu32 =>
4619
4582
  0: double
4620
4583
  1: bool
4621
4584
  2: string
@@ -4623,17 +4586,20 @@ packet_serverbound_data_store:
4623
4586
  if double: lf64
4624
4587
  if bool: bool
4625
4588
  if string: string
4626
- update_count: varint
4627
- path_update_count: li32
4589
+ update_count: lu32
4590
+ path_update_count: lu32
4628
4591
 
4629
4592
  packet_clientbound_data_driven_ui_show_screen:
4630
4593
  !id: 0x14d
4631
4594
  !bound: client
4632
4595
  screen_id: string
4596
+ form_id: lu32
4597
+ data_instance_id?: lu32
4633
4598
 
4634
- packet_clientbound_data_driven_ui_close_all_screens:
4599
+ packet_clientbound_data_driven_ui_close_screen:
4635
4600
  !id: 0x14e
4636
4601
  !bound: client
4602
+ form_id?: lu32
4637
4603
 
4638
4604
  packet_clientbound_data_driven_ui_reload:
4639
4605
  !id: 0x14f
@@ -4661,6 +4627,7 @@ packet_voxel_shapes:
4661
4627
  !bound: client
4662
4628
  shapes: VoxelShape[]varint
4663
4629
  name_map: VoxelShapeNameEntry[]varint
4630
+ custom_shape_count: lu16
4664
4631
 
4665
4632
  packet_camera_spline:
4666
4633
  !id: 0x152
@@ -4671,3 +4638,72 @@ packet_camera_aim_assist_actor_priority:
4671
4638
  !id: 0x153
4672
4639
  !bound: client
4673
4640
  priority_data: CameraAimAssistActorPriorityData[]varint
4641
+
4642
+ packet_resource_packs_ready_for_validation:
4643
+ !id: 0x154
4644
+ !bound: server
4645
+
4646
+ packet_locator_bar:
4647
+ !id: 0x155
4648
+ !bound: client
4649
+ waypoints: LocatorBarWaypoint[]varint
4650
+
4651
+ packet_party_changed:
4652
+ !id: 0x156
4653
+ !bound: client
4654
+ party_id: string
4655
+
4656
+ packet_serverbound_data_driven_screen_closed:
4657
+ !id: 0x157
4658
+ !bound: server
4659
+ form_id?: lu32
4660
+ close_reason: u8 =>
4661
+ 0: programmatic_close
4662
+ 1: programmatic_close_all
4663
+ 2: client_canceled
4664
+ 3: user_busy
4665
+ 4: invalid_form
4666
+
4667
+ packet_sync_world_clocks:
4668
+ !id: 0x158
4669
+ !bound: client
4670
+ payload_type: varint =>
4671
+ 0: sync_state
4672
+ 1: initialize_registry
4673
+ 2: add_time_marker
4674
+ 3: remove_time_marker
4675
+ _: payload_type ?
4676
+ if sync_state:
4677
+ sync_states: SyncWorldClockStateData[]varint
4678
+ if initialize_registry:
4679
+ clocks: WorldClockData[]varint
4680
+ if add_time_marker:
4681
+ add_clock_id: varint64
4682
+ add_time_markers: TimeMarkerData[]varint
4683
+ if remove_time_marker:
4684
+ remove_clock_id: varint64
4685
+ remove_time_marker_ids: varint64[]varint
4686
+
4687
+ packet_clientbound_attribute_layer_sync:
4688
+ !id: 0x159
4689
+ !bound: client
4690
+ payload_type: varint =>
4691
+ 0: update_layers
4692
+ 1: update_settings
4693
+ 2: update_environment
4694
+ 3: remove_environment
4695
+ _: payload_type ?
4696
+ if update_layers:
4697
+ layers: AttributeLayerData[]varint
4698
+ if update_settings:
4699
+ layer_name: string
4700
+ dimension_id: zigzag32
4701
+ settings: AttributeLayerSettings
4702
+ if update_environment:
4703
+ layer_name: string
4704
+ dimension_id: zigzag32
4705
+ environment_attributes: EnvironmentAttributeData[]varint
4706
+ if remove_environment:
4707
+ layer_name: string
4708
+ dimension_id: zigzag32
4709
+ remove_attribute_names: string[]varint
@@ -330,6 +330,9 @@ MetadataDictionary: []varint
330
330
  136: aim_assist_priority_preset_id
331
331
  137: aim_assist_priority_category_id
332
332
  138: aim_assist_priority_actor_id
333
+ 139: arrow_shooter_id
334
+ 140: firework_direction
335
+ 141: firework_shooter_id
333
336
  type: varint =>
334
337
  0: byte
335
338
  1: short
@@ -529,7 +532,7 @@ Rotation:
529
532
 
530
533
  BlockCoordinates: # mojang...
531
534
  x: zigzag32
532
- y: varint
535
+ y: zigzag32
533
536
  z: zigzag32
534
537
 
535
538
  PlayerAttributes: []varint
@@ -597,6 +600,9 @@ TransactionUseItem:
597
600
  client_prediction: varint =>
598
601
  - failure
599
602
  - success
603
+ client_cooldown_state: u8 =>
604
+ 0: off
605
+ 1: on
600
606
 
601
607
  # Actions is a list of actions that took place, that form the inventory transaction together. Each of
602
608
  # these actions hold one slot in which one item was changed to another. In general, the combination of
@@ -1583,6 +1589,9 @@ ContainerSlotType: u8 =>
1583
1589
  - crafter
1584
1590
  - dynamic
1585
1591
  - registry # 125
1592
+ - recipe_food
1593
+ - recipe_blocks
1594
+ - recipe_furnace_items
1586
1595
 
1587
1596
  SoundType: varint =>
1588
1597
  - ItemUseOn
@@ -2182,6 +2191,8 @@ SoundType: varint =>
2182
2191
  - ItemGoldenSpearUse
2183
2192
  - ItemDiamondSpearUse
2184
2193
  - ItemNetheriteSpearUse
2194
+ - PauseGrowth
2195
+ - ResetGrowth
2185
2196
 
2186
2197
  # TODO: remove?
2187
2198
  LegacyEntityType: li32 =>
@@ -2416,7 +2427,7 @@ CameraRotationOption:
2416
2427
  time: lf32
2417
2428
  has_ease_type: bool
2418
2429
  ease_type: has_ease_type ?
2419
- if true: u8
2430
+ if true: string
2420
2431
 
2421
2432
  # CameraSplineInstruction represents a camera spline instruction definition.
2422
2433
  CameraSplineInstruction:
@@ -2424,24 +2435,30 @@ CameraSplineInstruction:
2424
2435
  total_time: lf32
2425
2436
  has_spline_type: bool
2426
2437
  spline_type: has_spline_type ?
2427
- if true: u8
2438
+ if true: string
2428
2439
  # Curve is the list of curve points defining the spline.
2429
2440
  curve: vec3f[]varint
2430
2441
  # ProgressKeyFrames is a list of key frames for the spline progress.
2431
2442
  progress_key_frames: CameraProgressOption[]varint
2432
2443
  # RotationOptions is a list of rotation keyframes for the spline.
2433
2444
  rotation_options: CameraRotationOption[]varint
2445
+ spline_identifier?: string
2446
+ load_from_json?: bool
2434
2447
 
2435
2448
  CameraProgressOption:
2436
2449
  value: lf32
2437
2450
  time: lf32
2438
2451
  has_ease_type: bool
2439
2452
  ease_type: has_ease_type ?
2440
- if true: u8
2453
+ if true: string
2441
2454
 
2442
2455
  CameraSplineDefinition:
2443
2456
  name: string
2444
- instruction: CameraSplineInstruction
2457
+ total_time: lf32
2458
+ spline_type?: string
2459
+ control_points: vec3f[]varint
2460
+ progress_key_frames: CameraProgressOption[]varint
2461
+ rotation_key_frames: CameraRotationOption[]varint
2445
2462
 
2446
2463
  CameraAimAssistActorPriorityData:
2447
2464
  preset_index: li32
@@ -2456,7 +2473,6 @@ MemoryCategoryCounter:
2456
2473
  - actor
2457
2474
  - actor_animation
2458
2475
  - actor_rendering
2459
- - balancer
2460
2476
  - block_ticking_queues
2461
2477
  - biome_storage
2462
2478
  - cereal
@@ -2494,6 +2510,7 @@ MemoryCategoryCounter:
2494
2510
  - level_chunk
2495
2511
  - level_chunk_gen
2496
2512
  - level_chunk_gen_thread_local
2513
+ - light_volume_manager
2497
2514
  - network
2498
2515
  - marketplace
2499
2516
  - material_dragon_compiled_definition
@@ -2532,6 +2549,17 @@ MemoryCategoryCounter:
2532
2549
  - scripting_context_run
2533
2550
  - data_driven_ui
2534
2551
  - data_driven_ui_defs
2552
+ - gameface
2553
+ - gameface_system
2554
+ - gameface_dom
2555
+ - gameface_css
2556
+ - gameface_display
2557
+ - gameface_temp_allocator
2558
+ - gameface_pool_allocator
2559
+ - gameface_dump
2560
+ - gameface_media
2561
+ - gameface_json
2562
+ - gameface_script_engine
2535
2563
  bytes: lu64
2536
2564
 
2537
2565
  VoxelCells:
@@ -2551,17 +2579,29 @@ VoxelShapeNameEntry:
2551
2579
  id: lu16
2552
2580
 
2553
2581
  GatheringJoinInfo:
2554
- experience_id: string
2582
+ experience_id: uuid
2555
2583
  experience_name: string
2556
- experience_world_id: string
2584
+ experience_world_id: uuid
2557
2585
  experience_world_name: string
2558
2586
  creator_id: string
2587
+ unknown_uuid_1: uuid
2588
+ unknown_uuid_2: uuid
2589
+ server_id: string
2590
+
2591
+ StoreEntryPointInfo:
2559
2592
  store_id: string
2593
+ store_name: string
2594
+
2595
+ PresenceInfo:
2596
+ experience_name: string
2597
+ world_name: string
2560
2598
 
2561
2599
  ServerJoinInformation:
2562
2600
  has_gathering_info: bool
2563
2601
  gathering_info: has_gathering_info ?
2564
2602
  if true: GatheringJoinInfo
2603
+ store_entry_point_info?: StoreEntryPointInfo
2604
+ presence_info?: PresenceInfo
2565
2605
 
2566
2606
 
2567
2607
  DisconnectFailReason: zigzag32 =>
@@ -3024,10 +3064,7 @@ EaseType: u8 =>
3024
3064
  - InElastic
3025
3065
  - OutElastic
3026
3066
  - InOutElastic
3027
-
3028
- CameraSplineEaseType: u8 =>
3029
- - catmull_rom
3030
- - linear
3067
+ - InverseLerp
3031
3068
 
3032
3069
  ParameterKeyframeValue:
3033
3070
  # Time is the time of the keyframe.
@@ -3062,9 +3099,164 @@ GraphicsOverrideParameterType: u8 =>
3062
3099
  - midtones_contrast
3063
3100
  - highlights_contrast
3064
3101
  - shadows_contrast
3102
+ - highlights_gain
3103
+ - highlights_gamma
3104
+ - highlights_offset
3105
+ - highlights_saturation
3106
+ - midtones_gain
3107
+ - midtones_gamma
3108
+ - midtones_offset
3109
+ - midtones_saturation
3110
+ - shadows_gain
3111
+ - shadows_gamma
3112
+ - shadows_offset
3113
+ - shadows_saturation
3114
+ - highlights_min
3115
+ - shadows_max
3116
+ - temperature
3117
+ - sun_color
3118
+ - sun_illuminance
3119
+ - moon_color
3120
+ - moon_illuminance
3121
+ - flash_color
3122
+ - flash_illuminance
3123
+ - ambient_color
3124
+ - ambient_illuminance
3065
3125
 
3066
3126
  DebugMarkerData:
3067
3127
  text: string
3068
3128
  position: vec3f
3069
3129
  color: lu32
3070
3130
  duration: lu64
3131
+
3132
+ DataStorePropertyValue:
3133
+ type: li32 =>
3134
+ 0: none
3135
+ 1: bool
3136
+ 2: int64
3137
+ 4: string
3138
+ 6: map
3139
+ value: type ?
3140
+ if none: void
3141
+ if bool: bool
3142
+ if int64: li64
3143
+ if string: string
3144
+ if map: DataStoreMapEntry[]varint
3145
+
3146
+ DataStoreMapEntry:
3147
+ key: string
3148
+ value: DataStorePropertyValue
3149
+
3150
+ DataStoreChangeEntry:
3151
+ change_type: lu32 =>
3152
+ 0: update
3153
+ 1: change
3154
+ 2: removal
3155
+ _: change_type ?
3156
+ if update:
3157
+ name: string
3158
+ property: string
3159
+ path: string
3160
+ data_type: lu32 =>
3161
+ 0: double
3162
+ 1: bool
3163
+ 2: string
3164
+ data: data_type ?
3165
+ if double: lf64
3166
+ if bool: bool
3167
+ if string: string
3168
+ update_count: lu32
3169
+ path_update_count: lu32
3170
+ if change:
3171
+ name: string
3172
+ property: string
3173
+ update_count: lu32
3174
+ new_value: DataStorePropertyValue
3175
+ if removal:
3176
+ name: string
3177
+
3178
+ WaypointWorldPosition:
3179
+ position: vec3f
3180
+ dimension_id: zigzag32
3181
+
3182
+ Waypoint:
3183
+ update_flags: lu32
3184
+ visible?: bool
3185
+ world_position?: WaypointWorldPosition
3186
+ texture_id?: lu32
3187
+ color?: li32
3188
+ client_position_authority?: bool
3189
+ actor_unique_id?: zigzag64
3190
+
3191
+ LocatorBarWaypoint:
3192
+ group_handle: uuid
3193
+ waypoint: Waypoint
3194
+ action: u8 =>
3195
+ 0: none
3196
+ 1: add
3197
+ 2: remove
3198
+ 3: update
3199
+
3200
+ SyncWorldClockStateData:
3201
+ clock_id: varint64
3202
+ time: zigzag32
3203
+ paused: bool
3204
+
3205
+ TimeMarkerData:
3206
+ id: varint64
3207
+ name: string
3208
+ time: zigzag32
3209
+ period?: li32
3210
+
3211
+ WorldClockData:
3212
+ id: varint64
3213
+ name: string
3214
+ time: zigzag32
3215
+ paused: bool
3216
+ time_markers: TimeMarkerData[]varint
3217
+
3218
+ AttributeLayerSettings:
3219
+ priority: li32
3220
+ weight_type: varint =>
3221
+ 0: float
3222
+ 1: string
3223
+ _: weight_type ?
3224
+ if float:
3225
+ float_weight: lf32
3226
+ if string:
3227
+ string_weight: string
3228
+ enabled: bool
3229
+ transitions_paused: bool
3230
+
3231
+ AttributeData:
3232
+ type: varint =>
3233
+ 0: bool
3234
+ 1: float
3235
+ 2: colour
3236
+ _: type ?
3237
+ if bool:
3238
+ bool_value: bool
3239
+ bool_operation?: li32
3240
+ if float:
3241
+ float_value: lf32
3242
+ float_operation?: li32
3243
+ float_constraint_min?: lf32
3244
+ float_constraint_max?: lf32
3245
+ if colour:
3246
+ colour_value: li32
3247
+ colour_operation?: li32
3248
+
3249
+ EnvironmentAttributeData:
3250
+ attribute_name: string
3251
+ from_attribute?: AttributeData
3252
+ attribute: AttributeData
3253
+ to_attribute?: AttributeData
3254
+ current_transition_ticks: lu32
3255
+ total_transition_ticks: lu32
3256
+ ease_type: li32
3257
+
3258
+ AttributeLayerData:
3259
+ name: string
3260
+ dimension_id: zigzag32
3261
+ settings: AttributeLayerSettings
3262
+ environment_attributes: EnvironmentAttributeData[]varint
@@ -2780,10 +2780,32 @@
2780
2780
  "steve": "bedrock/1.21.70",
2781
2781
  "blocksB2J": "bedrock/1.21.111",
2782
2782
  "blocksJ2B": "bedrock/1.21.111",
2783
- "proto": "bedrock/latest",
2783
+ "proto": "bedrock/1.26.0",
2784
2784
  "types": "bedrock/latest",
2785
2785
  "version": "bedrock/1.26.0",
2786
2786
  "language": "bedrock/1.21.70"
2787
+ },
2788
+ "26.10": {
2789
+ "blocks": "bedrock/1.21.111",
2790
+ "blockStates": "bedrock/1.21.111",
2791
+ "blockCollisionShapes": "bedrock/1.21.111",
2792
+ "biomes": "bedrock/1.21.60",
2793
+ "entities": "bedrock/1.21.80",
2794
+ "items": "bedrock/1.21.111",
2795
+ "recipes": "bedrock/1.19.10",
2796
+ "instruments": "bedrock/1.17.0",
2797
+ "materials": "pc/1.17",
2798
+ "enchantments": "bedrock/1.19.1",
2799
+ "effects": "pc/1.17",
2800
+ "protocol": "bedrock/26.10",
2801
+ "windows": "bedrock/1.16.201",
2802
+ "steve": "bedrock/1.21.70",
2803
+ "blocksB2J": "bedrock/1.21.111",
2804
+ "blocksJ2B": "bedrock/1.21.111",
2805
+ "proto": "bedrock/latest",
2806
+ "types": "bedrock/latest",
2807
+ "version": "bedrock/26.10",
2808
+ "language": "bedrock/1.21.70"
2787
2809
  }
2788
2810
  }
2789
2811
  }
@@ -1,3 +1,9 @@
1
+ ## 3.108.0
2
+ * [Add bedrock 26.10 protocol data (#1162)](https://github.com/PrismarineJS/minecraft-data/commit/4b0f3436a01b24b652e1d5b02a4760cb9cc7830a) (thanks @extremeheat)
3
+
4
+ ## 3.107.0
5
+ * [Update CI to Node 24 (#1163)](https://github.com/PrismarineJS/minecraft-data/commit/c5b35d3b1335b155c4d9aad5d92afb58c37e79c5) (thanks @rom1504)
6
+
1
7
  ## 3.105.1
2
8
  * [pc/protocol: Backport velocity naming changes (#1153)](https://github.com/PrismarineJS/minecraft-data/commit/7e72793ce9aa8235a0f9f9df755c2ee21b825af5) (thanks @SuperGamerTron)
3
9
  * [fix(bedrock/proto): mismatched field type in TransactionActions (#1157)](https://github.com/PrismarineJS/minecraft-data/commit/ffa565f17bbf1d5420c860cb29d72aa6e3af7153) (thanks @hax0r31337)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.106.0",
3
+ "version": "3.108.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",