minecraft-data 3.103.0 → 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.
- package/data.js +23 -1
- package/doc/history.md +4 -0
- package/minecraft-data/.github/helper-bot/index.js +1 -0
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.21.130/proto.yml +4630 -0
- package/minecraft-data/data/bedrock/1.21.130/types.yml +2908 -0
- package/minecraft-data/data/bedrock/1.26.0/protocol.json +15356 -0
- package/minecraft-data/data/bedrock/1.26.0/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +79 -36
- package/minecraft-data/data/bedrock/latest/types.yml +190 -3
- package/minecraft-data/data/dataPaths.json +24 -2
- package/minecraft-data/data/pc/common/protocolVersions.json +16 -0
- package/minecraft-data/doc/history.md +5 -0
- package/package.json +1 -1
- package/minecraft-data/data/pc/1.21.9/proto.yml +0 -3758
|
@@ -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.
|
|
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
|
-
|
|
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:
|
|
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:
|
|
2316
|
+
page_number: zigzag32
|
|
2329
2317
|
if swap_pages:
|
|
2330
|
-
page1:
|
|
2331
|
-
page2:
|
|
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
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4216
|
+
- none
|
|
4217
|
+
- inventory_only
|
|
4218
|
+
- default
|
|
4219
|
+
- recipe_book_only
|
|
4232
4220
|
crafting_layout: zigzag32 =>
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
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:
|
|
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
|
-
|
|
2426
|
-
|
|
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:
|
|
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
|
|
@@ -2731,10 +2731,32 @@
|
|
|
2731
2731
|
"steve": "bedrock/1.21.70",
|
|
2732
2732
|
"blocksB2J": "bedrock/1.21.111",
|
|
2733
2733
|
"blocksJ2B": "bedrock/1.21.111",
|
|
2734
|
-
"proto": "bedrock/
|
|
2734
|
+
"proto": "bedrock/1.21.130",
|
|
2735
2735
|
"types": "bedrock/latest",
|
|
2736
2736
|
"version": "bedrock/1.21.130",
|
|
2737
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"
|
|
2738
2760
|
}
|
|
2739
2761
|
}
|
|
2740
|
-
}
|
|
2762
|
+
}
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "26.1-snapshot-6",
|
|
4
|
+
"version": 1073742116,
|
|
5
|
+
"dataVersion": 4774,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "26.1-snapshot-6",
|
|
8
|
+
"releaseType": "snapshot"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"minecraftVersion": "26.1-snapshot-5",
|
|
12
|
+
"version": 1073742115,
|
|
13
|
+
"dataVersion": 4770,
|
|
14
|
+
"usesNetty": true,
|
|
15
|
+
"majorVersion": "26.1-snapshot-5",
|
|
16
|
+
"releaseType": "snapshot"
|
|
17
|
+
},
|
|
2
18
|
{
|
|
3
19
|
"minecraftVersion": "26.1-snapshot-4",
|
|
4
20
|
"version": 1073742114,
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## 3.104.0
|
|
2
|
+
* [Add bedrock 1.26.0 (26.0, v924) protocol data (#1148)](https://github.com/PrismarineJS/minecraft-data/commit/0d7f0d71b7b032769aab9e236294e2a5dffd58a0) (thanks @extremeheat)
|
|
3
|
+
* [Add 26.1-snapshot-6 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/789670bbf2ae37c87bac50433bba57b106448b4c) (thanks @github-actions[bot])
|
|
4
|
+
* [Add 26.1-snapshot-5 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/7350453dc63ac2a3fbfd4051768e67267ca4639c) (thanks @github-actions[bot])
|
|
5
|
+
|
|
1
6
|
## 3.103.0
|
|
2
7
|
* [🎈 Add Minecraft pc 1.21.9/1.21.10 data (#1096)](https://github.com/PrismarineJS/minecraft-data/commit/c2609713383da7844bb8ce1e6cb580b767f04a53) (thanks @rom1504bot)
|
|
3
8
|
* [Add 26.1-snapshot-4 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/6dac6d16330ebc9e4326b0d52cb71fcfac9bbb9c) (thanks @github-actions[bot])
|