minecraft-data 3.102.3 → 3.104.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.
Files changed (44) hide show
  1. package/data.js +77 -1
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +6 -0
  4. package/minecraft-data/.github/helper-bot/index.js +1 -0
  5. package/minecraft-data/README.md +2 -2
  6. package/minecraft-data/data/bedrock/1.21.130/proto.yml +4630 -0
  7. package/minecraft-data/data/bedrock/1.21.130/types.yml +2908 -0
  8. package/minecraft-data/data/bedrock/1.26.0/protocol.json +15356 -0
  9. package/minecraft-data/data/bedrock/1.26.0/version.json +6 -0
  10. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  11. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  12. package/minecraft-data/data/bedrock/latest/proto.yml +79 -36
  13. package/minecraft-data/data/bedrock/latest/types.yml +190 -3
  14. package/minecraft-data/data/dataPaths.json +77 -1
  15. package/minecraft-data/data/pc/1.21.6/proto.yml +4 -1
  16. package/minecraft-data/data/pc/1.21.6/protocol.json +17 -1
  17. package/minecraft-data/data/pc/1.21.8/proto.yml +3497 -0
  18. package/minecraft-data/data/pc/1.21.8/protocol.json +19 -6
  19. package/minecraft-data/data/pc/1.21.9/attributes.json +247 -0
  20. package/minecraft-data/data/pc/1.21.9/biomes.json +652 -0
  21. package/minecraft-data/data/pc/1.21.9/blockCollisionShapes.json +146215 -0
  22. package/minecraft-data/data/pc/1.21.9/blocks.json +44684 -0
  23. package/minecraft-data/data/pc/1.21.9/effects.json +236 -0
  24. package/minecraft-data/data/pc/1.21.9/enchantments.json +959 -0
  25. package/minecraft-data/data/pc/1.21.9/entities.json +4238 -0
  26. package/minecraft-data/data/pc/1.21.9/foods.json +402 -0
  27. package/minecraft-data/data/pc/1.21.9/instruments.json +94 -0
  28. package/minecraft-data/data/pc/1.21.9/items.json +9813 -0
  29. package/minecraft-data/data/pc/1.21.9/language.json +7585 -0
  30. package/minecraft-data/data/pc/1.21.9/loginPacket.json +16537 -0
  31. package/minecraft-data/data/pc/1.21.9/materials.json +233 -0
  32. package/minecraft-data/data/pc/1.21.9/particles.json +462 -0
  33. package/minecraft-data/data/pc/1.21.9/protocol.json +11406 -0
  34. package/minecraft-data/data/pc/1.21.9/recipes.json +31415 -0
  35. package/minecraft-data/data/pc/1.21.9/sounds.json +7086 -0
  36. package/minecraft-data/data/pc/1.21.9/tints.json +465 -0
  37. package/minecraft-data/data/pc/1.21.9/version.json +6 -0
  38. package/minecraft-data/data/pc/common/features.json +10 -0
  39. package/minecraft-data/data/pc/common/protocolVersions.json +40 -0
  40. package/minecraft-data/data/pc/common/versions.json +4 -2
  41. package/minecraft-data/data/pc/latest/proto.yml +328 -50
  42. package/minecraft-data/doc/history.md +11 -0
  43. package/minecraft-data/tools/js/test/audit_datapaths.js +5 -3
  44. package/package.json +1 -1
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 924,
3
+ "minecraftVersion": "1.26.0",
4
+ "majorVersion": "1.26",
5
+ "releaseType": "release"
6
+ }
@@ -1,4 +1,10 @@
1
1
  [
2
+ {
3
+ "version": 924,
4
+ "minecraftVersion": "1.26.0",
5
+ "majorVersion": "1.26",
6
+ "releaseType": "release"
7
+ },
2
8
  {
3
9
  "version": 898,
4
10
  "minecraftVersion": "1.21.130",
@@ -48,5 +48,6 @@
48
48
  "1.21.111",
49
49
  "1.21.120",
50
50
  "1.21.124",
51
- "1.21.130"
51
+ "1.21.130",
52
+ "1.26.0"
52
53
  ]
@@ -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.21.130
4
+ !version: 1.26.0
5
5
 
6
6
  # Some ProtoDef aliases
7
7
  string: ["pstring",{"countType":"varint"}] # String / array types
@@ -196,22 +196,6 @@ packet_text:
196
196
  0: message_only
197
197
  1: authored
198
198
  2: parameters
199
- _: category ?
200
- if message_only:
201
- raw: string
202
- tip: string
203
- system_message: string
204
- text_object_whisper: string
205
- text_object_announcement: string
206
- text_object: string
207
- if authored:
208
- chat: string
209
- whisper: string
210
- announcement: string
211
- if parameters:
212
- translate: string
213
- popup: string
214
- jukebox_popup: string
215
199
  # TextType is the type of the text sent.
216
200
  type: u8 =>
217
201
  0: raw
@@ -414,10 +398,6 @@ packet_start_game:
414
398
  2: disabled
415
399
  # DisablePlayerInteractions is true if the client should ignore other players when interacting with the world.
416
400
  disable_player_interactions: bool
417
- server_identifier: string
418
- world_identifier: string
419
- scenario_identifier: string
420
- owner_identifier: string
421
401
  # A base64 encoded world ID that is used to identify the world.
422
402
  level_id: string
423
403
  # The name of the world that the player is joining. Note that this field shows up
@@ -471,6 +451,14 @@ packet_start_game:
471
451
  # and custom blocks, but it will result in extra bytes being written for every block in a sub chunk palette.
472
452
  block_network_ids_are_hashes: bool
473
453
  server_controlled_sound: bool
454
+ # New fields 1.26.0
455
+ has_server_join_info: bool
456
+ server_join_info: has_server_join_info ?
457
+ if true: ServerJoinInformation
458
+ server_identifier: string
459
+ scenario_identifier: string
460
+ world_identifier: string
461
+ owner_identifier: string
474
462
 
475
463
  packet_add_player:
476
464
  !id: 0x0c
@@ -2311,24 +2299,24 @@ packet_set_last_hurt_by:
2311
2299
  packet_book_edit:
2312
2300
  !id: 0x61
2313
2301
  !bound: server
2314
- type: u8 =>
2302
+ inventory_slot: zigzag32
2303
+ type: varint =>
2315
2304
  0: replace_page
2316
2305
  1: add_page
2317
2306
  2: delete_page
2318
2307
  3: swap_pages
2319
2308
  4: sign
2320
- slot: u8
2321
2309
  _: type?
2322
2310
  if replace_page or add_page:
2323
- page_number: u8
2311
+ page_number: zigzag32
2324
2312
  text: string
2325
2313
  # Only available on Education Edition.
2326
2314
  photo_name: string
2327
2315
  if delete_page:
2328
- page_number: u8
2316
+ page_number: zigzag32
2329
2317
  if swap_pages:
2330
- page1: u8
2331
- page2: u8
2318
+ page1: zigzag32
2319
+ page2: zigzag32
2332
2320
  if sign:
2333
2321
  title: string
2334
2322
  author: string
@@ -4225,15 +4213,15 @@ packet_set_player_inventory_options:
4225
4213
  - armor
4226
4214
  filtering: bool
4227
4215
  layout: zigzag32 =>
4228
- - none
4229
- - survival
4230
- - recipe_book
4231
- - creative
4216
+ - none
4217
+ - inventory_only
4218
+ - default
4219
+ - recipe_book_only
4232
4220
  crafting_layout: zigzag32 =>
4233
- - none
4234
- - survival
4235
- - recipe_book
4236
- - creative
4221
+ - none
4222
+ - inventory_only
4223
+ - default
4224
+ - recipe_book_only
4237
4225
 
4238
4226
  # SetHud is sent by the server to set the visibility of individual HUD elements on the client. It is
4239
4227
  # important to note that the client does not reset the state of the HUD elements after it leaves a server,
@@ -4323,6 +4311,7 @@ packet_serverbound_diagnostics:
4323
4311
  average_end_frame_time: lf32
4324
4312
  average_remainder_time_percent: lf32
4325
4313
  average_unaccounted_time_percent: lf32
4314
+ memory_category_values: MemoryCategoryCounter[]varint
4326
4315
 
4327
4316
  # CameraAimAssist is sent by the server to the client to set up aim assist for the client's camera.
4328
4317
  packet_camera_aim_assist:
@@ -4401,6 +4390,9 @@ packet_camera_aim_assist_presets:
4401
4390
  id: string
4402
4391
  priority: li32
4403
4392
  block_tags: varint[]varint
4393
+ entity_type_families: []varint
4394
+ id: string
4395
+ priority: li32
4404
4396
  entity_default?: li32
4405
4397
  block_default?: li32
4406
4398
  presets: []varint
@@ -4409,6 +4401,7 @@ packet_camera_aim_assist_presets:
4409
4401
  blocks: string[]varint
4410
4402
  entities: string[]varint
4411
4403
  block_tags: string[]varint
4404
+ entity_type_families: string[]varint
4412
4405
  target_liquids: string[]varint
4413
4406
  item_settings: []varint
4414
4407
  # Identifier of the item to apply the settings to.
@@ -4588,7 +4581,8 @@ packet_clientbound_data_store:
4588
4581
  if double: lf64
4589
4582
  if bool: bool
4590
4583
  if string: string
4591
- update_count: varint
4584
+ update_count: li32
4585
+ path_update_count: li32
4592
4586
  if change:
4593
4587
  name: string
4594
4588
  property: string
@@ -4609,6 +4603,8 @@ packet_graphics_override_parameter:
4609
4603
  !id: 0x14b
4610
4604
  !bound: client
4611
4605
  values: ParameterKeyframeValue[]varint
4606
+ float_value: lf32
4607
+ vec3_value: vec3f
4612
4608
  biome_identifier: string
4613
4609
  parameter_type: GraphicsOverrideParameterType
4614
4610
  reset: bool
@@ -4628,3 +4624,50 @@ packet_serverbound_data_store:
4628
4624
  if bool: bool
4629
4625
  if string: string
4630
4626
  update_count: varint
4627
+ path_update_count: li32
4628
+
4629
+ packet_clientbound_data_driven_ui_show_screen:
4630
+ !id: 0x14d
4631
+ !bound: client
4632
+ screen_id: string
4633
+
4634
+ packet_clientbound_data_driven_ui_close_all_screens:
4635
+ !id: 0x14e
4636
+ !bound: client
4637
+
4638
+ packet_clientbound_data_driven_ui_reload:
4639
+ !id: 0x14f
4640
+ !bound: client
4641
+
4642
+ packet_clientbound_texture_shift:
4643
+ !id: 0x150
4644
+ !bound: client
4645
+ action: u8 =>
4646
+ 0: invalid
4647
+ 1: initialize
4648
+ 2: start
4649
+ 3: set_enabled
4650
+ 4: sync
4651
+ collection_name: string
4652
+ from_step: string
4653
+ to_step: string
4654
+ all_steps: string[]varint
4655
+ current_length_ticks: varint64
4656
+ total_length_ticks: varint64
4657
+ enabled: bool
4658
+
4659
+ packet_voxel_shapes:
4660
+ !id: 0x151
4661
+ !bound: client
4662
+ shapes: VoxelShape[]varint
4663
+ name_map: VoxelShapeNameEntry[]varint
4664
+
4665
+ packet_camera_spline:
4666
+ !id: 0x152
4667
+ !bound: client
4668
+ splines: CameraSplineDefinition[]varint
4669
+
4670
+ packet_camera_aim_assist_actor_priority:
4671
+ !id: 0x153
4672
+ !bound: client
4673
+ priority_data: CameraAimAssistActorPriorityData[]varint
@@ -327,6 +327,9 @@ MetadataDictionary: []varint
327
327
  133: bed_enter_position # blockpos
328
328
  134: seat_third_person_camera_radius
329
329
  135: seat_camera_relax_distance_smoothing
330
+ 136: aim_assist_priority_preset_id
331
+ 137: aim_assist_priority_category_id
332
+ 138: aim_assist_priority_actor_id
330
333
  type: varint =>
331
334
  0: byte
332
335
  1: short
@@ -2185,6 +2188,25 @@ SoundType: varint =>
2185
2188
  - ImitateCamelHusk
2186
2189
  - ItemSpearUse
2187
2190
  - ItemWoodenSpearUse
2191
+ - SaddleInWater
2192
+ - ItemStoneSpearAttackHit
2193
+ - ItemIronSpearAttackHit
2194
+ - ItemCopperSpearAttackHit
2195
+ - ItemGoldenSpearAttackHit
2196
+ - ItemDiamondSpearAttackHit
2197
+ - ItemNetheriteSpearAttackHit
2198
+ - ItemStoneSpearAttackMiss
2199
+ - ItemIronSpearAttackMiss
2200
+ - ItemCopperSpearAttackMiss
2201
+ - ItemGoldenSpearAttackMiss
2202
+ - ItemDiamondSpearAttackMiss
2203
+ - ItemNetheriteSpearAttackMiss
2204
+ - ItemStoneSpearUse
2205
+ - ItemIronSpearUse
2206
+ - ItemCopperSpearUse
2207
+ - ItemGoldenSpearUse
2208
+ - ItemDiamondSpearUse
2209
+ - ItemNetheriteSpearUse
2188
2210
 
2189
2211
  # TODO: remove?
2190
2212
  LegacyEntityType: li32 =>
@@ -2417,20 +2439,155 @@ CameraRotationOption:
2417
2439
  value: vec3f
2418
2440
  # Time is the time of the keyframe within the spline.
2419
2441
  time: lf32
2442
+ has_ease_type: bool
2443
+ ease_type: has_ease_type ?
2444
+ if true: u8
2420
2445
 
2421
2446
  # CameraSplineInstruction represents a camera spline instruction definition.
2422
2447
  CameraSplineInstruction:
2423
2448
  # TotalTime is the total time for the spline animation.
2424
2449
  total_time: lf32
2425
- # EaseType is the type of easing function applied to the spline.
2426
- ease_type: CameraSplineEaseType
2450
+ has_spline_type: bool
2451
+ spline_type: has_spline_type ?
2452
+ if true: u8
2427
2453
  # Curve is the list of curve points defining the spline.
2428
2454
  curve: vec3f[]varint
2429
2455
  # ProgressKeyFrames is a list of key frames for the spline progress.
2430
- progress_key_frames: vec2f[]varint
2456
+ progress_key_frames: CameraProgressOption[]varint
2431
2457
  # RotationOptions is a list of rotation keyframes for the spline.
2432
2458
  rotation_options: CameraRotationOption[]varint
2433
2459
 
2460
+ CameraProgressOption:
2461
+ value: lf32
2462
+ time: lf32
2463
+ has_ease_type: bool
2464
+ ease_type: has_ease_type ?
2465
+ if true: u8
2466
+
2467
+ CameraSplineDefinition:
2468
+ name: string
2469
+ instruction: CameraSplineInstruction
2470
+
2471
+ CameraAimAssistActorPriorityData:
2472
+ preset_index: li32
2473
+ category_index: li32
2474
+ actor_index: li32
2475
+ priority: li32
2476
+
2477
+ MemoryCategoryCounter:
2478
+ category: u8 =>
2479
+ - unknown
2480
+ - invalid_size_unknown
2481
+ - actor
2482
+ - actor_animation
2483
+ - actor_rendering
2484
+ - balancer
2485
+ - block_ticking_queues
2486
+ - biome_storage
2487
+ - cereal
2488
+ - circuit_system
2489
+ - client
2490
+ - commands
2491
+ - db_storage
2492
+ - debug
2493
+ - documentation
2494
+ - ecs_systems
2495
+ - fmod
2496
+ - fonts
2497
+ - im_gui
2498
+ - input
2499
+ - json_ui
2500
+ - json_ui_control_factory_json
2501
+ - json_ui_control_tree
2502
+ - json_ui_control_tree_control_element
2503
+ - json_ui_control_tree_populate_data_binding
2504
+ - json_ui_control_tree_populate_focus
2505
+ - json_ui_control_tree_populate_layout
2506
+ - json_ui_control_tree_populate_other
2507
+ - json_ui_control_tree_populate_sprite
2508
+ - json_ui_control_tree_populate_text
2509
+ - json_ui_control_tree_populate_tts
2510
+ - json_ui_control_tree_visibility
2511
+ - json_ui_create_ui
2512
+ - json_ui_defs
2513
+ - json_ui_layout_manager
2514
+ - json_ui_layout_manager_remove_dependencies
2515
+ - json_ui_layout_manager_init_variable
2516
+ - languages
2517
+ - level
2518
+ - level_structures
2519
+ - level_chunk
2520
+ - level_chunk_gen
2521
+ - level_chunk_gen_thread_local
2522
+ - network
2523
+ - marketplace
2524
+ - material_dragon_compiled_definition
2525
+ - material_dragon_material
2526
+ - material_dragon_resource
2527
+ - material_dragon_uniform_map
2528
+ - material_render_material
2529
+ - material_render_material_group
2530
+ - material_variation_manager
2531
+ - molang
2532
+ - ore_ui
2533
+ - persona
2534
+ - player
2535
+ - render_chunk
2536
+ - render_chunk_index_buffer
2537
+ - render_chunk_vertex_buffer
2538
+ - rendering
2539
+ - rendering_library
2540
+ - request_log
2541
+ - resource_packs
2542
+ - sound
2543
+ - sub_chunk_biome_data
2544
+ - sub_chunk_block_data
2545
+ - sub_chunk_light_data
2546
+ - textures
2547
+ - vr
2548
+ - weather_renderer
2549
+ - world_generator
2550
+ - tasks
2551
+ - test
2552
+ - scripting
2553
+ - scripting_runtime
2554
+ - scripting_context
2555
+ - scripting_context_bindings_mc
2556
+ - scripting_context_bindings_gt
2557
+ - scripting_context_run
2558
+ - data_driven_ui
2559
+ - data_driven_ui_defs
2560
+ bytes: lu64
2561
+
2562
+ VoxelCells:
2563
+ x_size: u8
2564
+ y_size: u8
2565
+ z_size: u8
2566
+ storage: u8[]varint
2567
+
2568
+ VoxelShape:
2569
+ cells: VoxelCells[]varint
2570
+ x_coordinates: lf32[]varint
2571
+ y_coordinates: lf32[]varint
2572
+ z_coordinates: lf32[]varint
2573
+
2574
+ VoxelShapeNameEntry:
2575
+ name: string
2576
+ id: lu16
2577
+
2578
+ GatheringJoinInfo:
2579
+ experience_id: string
2580
+ experience_name: string
2581
+ experience_world_id: string
2582
+ experience_world_name: string
2583
+ creator_id: string
2584
+ store_id: string
2585
+
2586
+ ServerJoinInformation:
2587
+ has_gathering_info: bool
2588
+ gathering_info: has_gathering_info ?
2589
+ if true: GatheringJoinInfo
2590
+
2434
2591
 
2435
2592
  DisconnectFailReason: zigzag32 =>
2436
2593
  - unknown
@@ -2556,6 +2713,17 @@ DisconnectFailReason: zigzag32 =>
2556
2713
  - realms_timeline_required
2557
2714
  - guest_withough_host
2558
2715
  - failed_to_join_experience
2716
+ - host_signed_out
2717
+ - script_watchdog_exception
2718
+ - script_memory_limit_exceeded
2719
+ - storage_low_during_gameplay
2720
+ - storage_full_during_gameplay
2721
+ - level_storage_corruption
2722
+ - edition_mismatch_vanilla_to_edu
2723
+ - edition_mismatch_edu_to_vanilla
2724
+ - editor_mismatch_editor_to_vanilla
2725
+ - editor_mismatch_vanilla_to_editor
2726
+ - deny_listed
2559
2727
 
2560
2728
  FullContainerName:
2561
2729
  container_id: ContainerSlotType
@@ -2627,6 +2795,9 @@ BiomeChunkGeneration:
2627
2795
  legacy_rules?: BiomeConditionalTransformation[]varint
2628
2796
  # ReplacementsData is a list of biome replacement data.
2629
2797
  replacements_data?: BiomeReplacementData[]varint
2798
+ has_village_type: bool
2799
+ village_type: has_village_type ?
2800
+ if true: u8
2630
2801
 
2631
2802
  # BiomeClimate represents the climate of a biome, mainly for ambience but also defines certain behaviours.
2632
2803
  BiomeClimate:
@@ -2900,6 +3071,22 @@ GraphicsOverrideParameterType: u8 =>
2900
3071
  - sun_mie_strength
2901
3072
  - moon_mie_strength
2902
3073
  - sun_glare_shape
3074
+ - chlorophyll
3075
+ - cdom
3076
+ - suspended_sediment
3077
+ - waves_depth
3078
+ - waves_frequency
3079
+ - waves_frequency_scaling
3080
+ - waves_speed
3081
+ - waves_speed_scaling
3082
+ - waves_shape
3083
+ - waves_octaves
3084
+ - waves_mix
3085
+ - waves_pull
3086
+ - waves_direction_increment
3087
+ - midtones_contrast
3088
+ - highlights_contrast
3089
+ - shadows_contrast
2903
3090
 
2904
3091
  DebugMarkerData:
2905
3092
  text: string
@@ -1637,6 +1637,60 @@
1637
1637
  "tints": "pc/1.21.8",
1638
1638
  "version": "pc/1.21.8",
1639
1639
  "windows": "pc/1.16.1",
1640
+ "proto": "pc/1.21.8"
1641
+ },
1642
+ "1.21.9": {
1643
+ "attributes": "pc/1.21.9",
1644
+ "blockCollisionShapes": "pc/1.21.9",
1645
+ "blocks": "pc/1.21.9",
1646
+ "blockLoot": "pc/1.20",
1647
+ "biomes": "pc/1.21.9",
1648
+ "commands": "pc/1.20.3",
1649
+ "effects": "pc/1.21.9",
1650
+ "enchantments": "pc/1.21.9",
1651
+ "entities": "pc/1.21.9",
1652
+ "entityLoot": "pc/1.20",
1653
+ "foods": "pc/1.21.9",
1654
+ "instruments": "pc/1.21.9",
1655
+ "items": "pc/1.21.9",
1656
+ "language": "pc/1.21.9",
1657
+ "loginPacket": "pc/1.21.9",
1658
+ "mapIcons": "pc/1.20.2",
1659
+ "materials": "pc/1.21.9",
1660
+ "particles": "pc/1.21.9",
1661
+ "protocol": "pc/1.21.9",
1662
+ "recipes": "pc/1.21.9",
1663
+ "sounds": "pc/1.21.9",
1664
+ "tints": "pc/1.21.9",
1665
+ "version": "pc/1.21.9",
1666
+ "windows": "pc/1.16.1",
1667
+ "proto": "pc/latest"
1668
+ },
1669
+ "1.21.10": {
1670
+ "attributes": "pc/1.21.9",
1671
+ "blockCollisionShapes": "pc/1.21.9",
1672
+ "blocks": "pc/1.21.9",
1673
+ "blockLoot": "pc/1.20",
1674
+ "biomes": "pc/1.21.9",
1675
+ "commands": "pc/1.20.3",
1676
+ "effects": "pc/1.21.9",
1677
+ "enchantments": "pc/1.21.9",
1678
+ "entities": "pc/1.21.9",
1679
+ "entityLoot": "pc/1.20",
1680
+ "foods": "pc/1.21.9",
1681
+ "instruments": "pc/1.21.9",
1682
+ "items": "pc/1.21.9",
1683
+ "language": "pc/1.21.9",
1684
+ "loginPacket": "pc/1.21.9",
1685
+ "mapIcons": "pc/1.20.2",
1686
+ "materials": "pc/1.21.9",
1687
+ "particles": "pc/1.21.9",
1688
+ "protocol": "pc/1.21.9",
1689
+ "recipes": "pc/1.21.9",
1690
+ "sounds": "pc/1.21.9",
1691
+ "tints": "pc/1.21.9",
1692
+ "version": "pc/1.21.9",
1693
+ "windows": "pc/1.16.1",
1640
1694
  "proto": "pc/latest"
1641
1695
  }
1642
1696
  },
@@ -2677,10 +2731,32 @@
2677
2731
  "steve": "bedrock/1.21.70",
2678
2732
  "blocksB2J": "bedrock/1.21.111",
2679
2733
  "blocksJ2B": "bedrock/1.21.111",
2680
- "proto": "bedrock/latest",
2734
+ "proto": "bedrock/1.21.130",
2681
2735
  "types": "bedrock/latest",
2682
2736
  "version": "bedrock/1.21.130",
2683
2737
  "language": "bedrock/1.21.70"
2738
+ },
2739
+ "1.26.0": {
2740
+ "blocks": "bedrock/1.21.111",
2741
+ "blockStates": "bedrock/1.21.111",
2742
+ "blockCollisionShapes": "bedrock/1.21.111",
2743
+ "biomes": "bedrock/1.21.60",
2744
+ "entities": "bedrock/1.21.80",
2745
+ "items": "bedrock/1.21.111",
2746
+ "recipes": "bedrock/1.19.10",
2747
+ "instruments": "bedrock/1.17.0",
2748
+ "materials": "pc/1.17",
2749
+ "enchantments": "bedrock/1.19.1",
2750
+ "effects": "pc/1.17",
2751
+ "protocol": "bedrock/1.26.0",
2752
+ "windows": "bedrock/1.16.201",
2753
+ "steve": "bedrock/1.21.70",
2754
+ "blocksB2J": "bedrock/1.21.111",
2755
+ "blocksJ2B": "bedrock/1.21.111",
2756
+ "proto": "bedrock/latest",
2757
+ "types": "bedrock/latest",
2758
+ "version": "bedrock/1.26.0",
2759
+ "language": "bedrock/1.21.70"
2684
2760
  }
2685
2761
  }
2686
2762
  }
@@ -2689,7 +2689,10 @@
2689
2689
  id: string
2690
2690
  icon:
2691
2691
  style: string
2692
- color?: i32 # RGB color with alpha fixed at FF
2692
+ color?:
2693
+ red: u8
2694
+ green: u8
2695
+ blue: u8
2693
2696
  type: varint =>
2694
2697
  0: empty
2695
2698
  1: vec3i
@@ -8471,7 +8471,23 @@
8471
8471
  "name": "color",
8472
8472
  "type": [
8473
8473
  "option",
8474
- "i32"
8474
+ [
8475
+ "container",
8476
+ [
8477
+ {
8478
+ "name": "red",
8479
+ "type": "u8"
8480
+ },
8481
+ {
8482
+ "name": "green",
8483
+ "type": "u8"
8484
+ },
8485
+ {
8486
+ "name": "blue",
8487
+ "type": "u8"
8488
+ }
8489
+ ]
8490
+ ]
8475
8491
  ]
8476
8492
  }
8477
8493
  ]