minecraft-data 2.220.0 → 3.1.1
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/.github/workflows/npm-publish.yml +17 -14
- package/data.js +35 -7
- package/doc/api.md +0 -10
- package/doc/history.md +9 -0
- package/index.d.ts +10 -4
- package/lib/loader.js +1 -12
- package/minecraft-data/.git +1 -0
- package/minecraft-data/.github/workflows/tag.yml +11 -3
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.18.11/blockCollisionShapes.json +863 -0
- package/minecraft-data/data/bedrock/1.18.11/blockStates.json +158354 -0
- package/minecraft-data/data/bedrock/1.18.11/blocks.json +12685 -0
- package/minecraft-data/data/bedrock/1.18.11/blocksB2J.json +6846 -0
- package/minecraft-data/data/bedrock/1.18.11/blocksJ2B.json +20344 -0
- package/minecraft-data/data/bedrock/1.18.11/entities.json +1490 -0
- package/minecraft-data/data/bedrock/1.18.11/items.json +9625 -0
- package/minecraft-data/data/bedrock/1.18.11/proto.yml +3387 -0
- package/minecraft-data/data/bedrock/1.18.11/recipes.json +16717 -0
- package/minecraft-data/data/bedrock/1.18.11/types.yml +1800 -0
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +10098 -0
- package/minecraft-data/data/bedrock/1.18.30/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
- package/minecraft-data/data/bedrock/common/versions.json +3 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +108 -17
- package/minecraft-data/data/bedrock/latest/types.yml +59 -2
- package/minecraft-data/data/dataPaths.json +35 -7
- package/minecraft-data/data/pc/1.18.2/loginPacket.json +1 -1
- package/minecraft-data/data/pc/common/protocolVersions.json +56 -0
- package/minecraft-data/doc/history.md +14 -1
- package/minecraft-data/schemas/entities_schema.json +14 -0
- package/minecraft-data/schemas/recipes_schema.json +2 -1
- package/package.json +1 -1
- package/typings/index-template.d.ts +0 -3
|
@@ -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.18.
|
|
4
|
+
!version: 1.18.30
|
|
5
5
|
|
|
6
6
|
# Some ProtoDef aliases
|
|
7
7
|
string: ["pstring",{"countType":"varint"}] # String / array types
|
|
@@ -229,13 +229,16 @@ packet_start_game:
|
|
|
229
229
|
player_position: vec3f
|
|
230
230
|
# The pitch and yaw of the player
|
|
231
231
|
rotation: vec2f
|
|
232
|
-
# The seed used to generate the world.
|
|
233
|
-
seed:
|
|
232
|
+
# The seed used to generate the world.
|
|
233
|
+
seed: lu64
|
|
234
234
|
biome_type: li16
|
|
235
235
|
biome_name: string
|
|
236
236
|
# Dimension is the ID of the dimension that the player spawns in. It is a value from 0-2,
|
|
237
237
|
# with 0 being the overworld, 1 being the nether and 2 being the end.
|
|
238
|
-
dimension: zigzag32
|
|
238
|
+
dimension: zigzag32 =>
|
|
239
|
+
0: overworld
|
|
240
|
+
1: nether
|
|
241
|
+
2: end
|
|
239
242
|
# Generator is the generator used for the world. It is a value from 0-4, with 0 being old
|
|
240
243
|
# limited worlds, 1 being infinite worlds, 2 being flat worlds, 3 being nether worlds and
|
|
241
244
|
# 4 being end worlds. A value of 0 will actually make the client stop rendering chunks you
|
|
@@ -405,7 +408,7 @@ packet_add_player:
|
|
|
405
408
|
# The unique ID of the player. The unique ID is a value that remains consistent
|
|
406
409
|
# across different sessions of the same world, but most unoffical servers simply
|
|
407
410
|
# fill the runtime ID of the player out for this field.
|
|
408
|
-
|
|
411
|
+
unique_entity_id: zigzag64
|
|
409
412
|
# The runtime ID of the player. The runtime ID is unique for each world session,
|
|
410
413
|
# and entities are generally identified in packets using this runtime ID.
|
|
411
414
|
runtime_entity_id: varint64
|
|
@@ -419,6 +422,7 @@ packet_add_player:
|
|
|
419
422
|
yaw: lf32
|
|
420
423
|
head_yaw: lf32
|
|
421
424
|
held_item: Item
|
|
425
|
+
gamemode: GameMode
|
|
422
426
|
metadata: MetadataDictionary
|
|
423
427
|
flags: varint
|
|
424
428
|
command_permission: varint
|
|
@@ -676,6 +680,8 @@ packet_level_event:
|
|
|
676
680
|
2034: particle_turtle_egg
|
|
677
681
|
2035: particle_sculk_shriek
|
|
678
682
|
2036: sculk_catalyst_bloom
|
|
683
|
+
2037: sculk_charge
|
|
684
|
+
2038: sculk_charge_pop
|
|
679
685
|
|
|
680
686
|
3001: start_rain
|
|
681
687
|
3002: start_thunder
|
|
@@ -848,18 +854,20 @@ packet_entity_event:
|
|
|
848
854
|
61: death_smoke_cloud
|
|
849
855
|
62: complete_trade
|
|
850
856
|
63: remove_leash #data 1 = cut leash
|
|
851
|
-
|
|
857
|
+
64: caravan
|
|
852
858
|
65: consume_totem
|
|
853
859
|
66: player_check_treasure_hunter_achievement #mojang...
|
|
854
860
|
67: entity_spawn #used for MinecraftEventing stuff, not needed
|
|
855
861
|
68: dragon_puke #they call this puke particles
|
|
856
|
-
69: item_entity_merge
|
|
857
|
-
70: start_swim
|
|
858
|
-
71: balloon_pop
|
|
859
|
-
72: treasure_hunt
|
|
860
|
-
73: agent_summon
|
|
861
|
-
74: charged_crossbow
|
|
862
|
-
75: fall
|
|
862
|
+
69: item_entity_merge
|
|
863
|
+
70: start_swim
|
|
864
|
+
71: balloon_pop
|
|
865
|
+
72: treasure_hunt
|
|
866
|
+
73: agent_summon
|
|
867
|
+
74: charged_crossbow
|
|
868
|
+
75: fall
|
|
869
|
+
76: grow_up
|
|
870
|
+
77: vibration_detected
|
|
863
871
|
data: zigzag32
|
|
864
872
|
|
|
865
873
|
packet_mob_effect:
|
|
@@ -2432,6 +2440,10 @@ packet_spawn_particle_effect:
|
|
|
2432
2440
|
# ParticleName is the name of the particle that should be shown. This name may point to a particle effect
|
|
2433
2441
|
# that is built-in, or to one implemented by behaviour packs.
|
|
2434
2442
|
particle_name: string
|
|
2443
|
+
# MoLangVariables is an encoded JSON map of MoLang variables that may be applicable to the particle spawn. This can
|
|
2444
|
+
# just be left empty in most cases.
|
|
2445
|
+
# TODO: Investigate, probably not a ByteArray...
|
|
2446
|
+
molang_variables: ByteArray
|
|
2435
2447
|
|
|
2436
2448
|
# AvailableActorIdentifiers is sent by the server at the start of the game to let the client know all
|
|
2437
2449
|
# entities that are available on the server.
|
|
@@ -3213,8 +3225,12 @@ packet_add_volume_entity:
|
|
|
3213
3225
|
# EntityMetadata is a map of entity metadata, which includes flags and data properties that alter in
|
|
3214
3226
|
# particular the way the entity looks.
|
|
3215
3227
|
nbt: nbt
|
|
3216
|
-
|
|
3228
|
+
encoding_identifier: string
|
|
3217
3229
|
instance_name: string
|
|
3230
|
+
bounds:
|
|
3231
|
+
min: BlockCoordinates
|
|
3232
|
+
max: BlockCoordinates
|
|
3233
|
+
dimension: zigzag32
|
|
3218
3234
|
engine_version: string
|
|
3219
3235
|
|
|
3220
3236
|
# RemoveVolumeEntity indicates a volume entity to be removed from server to client.
|
|
@@ -3333,6 +3349,7 @@ SubChunkEntryWithCaching: []lu32
|
|
|
3333
3349
|
# SubChunk sends data about multiple sub-chunks around a center point.
|
|
3334
3350
|
packet_subchunk:
|
|
3335
3351
|
!id: 0xae
|
|
3352
|
+
!bound: client
|
|
3336
3353
|
cache_enabled: bool
|
|
3337
3354
|
dimension: zigzag32
|
|
3338
3355
|
# Origin point
|
|
@@ -3343,6 +3360,7 @@ packet_subchunk:
|
|
|
3343
3360
|
|
|
3344
3361
|
packet_subchunk_request:
|
|
3345
3362
|
!id: 0xaf
|
|
3363
|
+
!bound: server
|
|
3346
3364
|
dimension: zigzag32
|
|
3347
3365
|
# Origin point
|
|
3348
3366
|
origin: vec3i
|
|
@@ -3351,10 +3369,11 @@ packet_subchunk_request:
|
|
|
3351
3369
|
dy: u8
|
|
3352
3370
|
dz: u8
|
|
3353
3371
|
|
|
3372
|
+
# ClientStartItemCooldown is sent by the client to the server to initiate a cooldown on an item. The purpose of this
|
|
3373
|
+
# packet isn't entirely clear.
|
|
3354
3374
|
packet_client_start_item_cooldown:
|
|
3355
3375
|
!id: 0xb0
|
|
3356
|
-
|
|
3357
|
-
# packet isn't entirely clear.
|
|
3376
|
+
!bound: server
|
|
3358
3377
|
category: string
|
|
3359
3378
|
# Duration is the duration of ticks the cooldown should last.
|
|
3360
3379
|
duration: zigzag32
|
|
@@ -3364,6 +3383,7 @@ packet_client_start_item_cooldown:
|
|
|
3364
3383
|
# GameTest framework.
|
|
3365
3384
|
packet_script_message:
|
|
3366
3385
|
!id: 0xb1
|
|
3386
|
+
!bound: server
|
|
3367
3387
|
# Message ID is the identifier of the message, used by either party to identify the message data sent.
|
|
3368
3388
|
message_id: string
|
|
3369
3389
|
# Data contains the data of the message.
|
|
@@ -3372,6 +3392,7 @@ packet_script_message:
|
|
|
3372
3392
|
# CodeBuilderSource is an Education Edition packet sent by the client to the server to run an operation with a
|
|
3373
3393
|
packet_code_builder_source:
|
|
3374
3394
|
!id: 0xb2
|
|
3395
|
+
!bound: client
|
|
3375
3396
|
# Operation is used to distinguish the operation performed. It is always one of the constants listed above.
|
|
3376
3397
|
operation: u8 =>
|
|
3377
3398
|
- none
|
|
@@ -3384,4 +3405,74 @@ packet_code_builder_source:
|
|
|
3384
3405
|
- code_status
|
|
3385
3406
|
- instantiation
|
|
3386
3407
|
# Value contains extra data about the operation performed. It is always empty unless the operation is
|
|
3387
|
-
value: string
|
|
3408
|
+
value: string
|
|
3409
|
+
|
|
3410
|
+
# TickingAreasLoadStatus is sent by the server to the client to notify the client of a ticking area's loading status.
|
|
3411
|
+
packet_ticking_areas_load_status:
|
|
3412
|
+
!id: 0xb3
|
|
3413
|
+
!bound: client
|
|
3414
|
+
# Preload is true if the server is waiting for the area's preload.
|
|
3415
|
+
preload: bool
|
|
3416
|
+
|
|
3417
|
+
# DimensionData is a packet sent from the server to the client containing information about data-driven dimensions
|
|
3418
|
+
# that the server may have registered. This packet does not seem to be sent by default, rather only being sent when
|
|
3419
|
+
# any data-driven dimensions are registered.
|
|
3420
|
+
packet_dimension_data:
|
|
3421
|
+
!id: 0xb4
|
|
3422
|
+
!bound: client
|
|
3423
|
+
definitions: []varint
|
|
3424
|
+
id: string
|
|
3425
|
+
max_height: zigzag32
|
|
3426
|
+
min_height: zigzag32
|
|
3427
|
+
generator: zigzag32 =>
|
|
3428
|
+
0: legacy
|
|
3429
|
+
1: overworld
|
|
3430
|
+
2: flat
|
|
3431
|
+
3: nether
|
|
3432
|
+
4: end
|
|
3433
|
+
5: void
|
|
3434
|
+
|
|
3435
|
+
# AgentAction is an Education Edition packet sent from the server to the client to return a response to a
|
|
3436
|
+
# previously requested action.
|
|
3437
|
+
packet_agent_action:
|
|
3438
|
+
!id: 0xb5
|
|
3439
|
+
!bound: client
|
|
3440
|
+
request_id: string
|
|
3441
|
+
action_type: zigzag32 =>
|
|
3442
|
+
- none
|
|
3443
|
+
- attack
|
|
3444
|
+
- collect
|
|
3445
|
+
- destroy
|
|
3446
|
+
- detect_redstone
|
|
3447
|
+
- detect_obstacle
|
|
3448
|
+
- drop
|
|
3449
|
+
- drop_all
|
|
3450
|
+
- inspect
|
|
3451
|
+
- inspect_data
|
|
3452
|
+
- inspect_item_count
|
|
3453
|
+
- inspect_item_detail
|
|
3454
|
+
- inspect_item_space
|
|
3455
|
+
- interact
|
|
3456
|
+
- move
|
|
3457
|
+
- place_block
|
|
3458
|
+
- till
|
|
3459
|
+
- transfer_item_to
|
|
3460
|
+
- turn
|
|
3461
|
+
body: string
|
|
3462
|
+
|
|
3463
|
+
# ChangeMobProperty is a packet sent from the server to the client to change one of the properties of a mob client-side.
|
|
3464
|
+
packet_change_mob_property:
|
|
3465
|
+
!id: 0xb6
|
|
3466
|
+
!bound: client
|
|
3467
|
+
# EntityUniqueID is the unique ID of the entity whose property is being changed.
|
|
3468
|
+
entity_unique_id: lu64
|
|
3469
|
+
# Property is the name of the property being updated.
|
|
3470
|
+
property: string
|
|
3471
|
+
# BoolValue is set if the property value is a bool type. If the type is not a bool, this field is ignored.
|
|
3472
|
+
bool_value: bool
|
|
3473
|
+
# StringValue is set if the property value is a string type. If the type is not a string, this field is ignored.
|
|
3474
|
+
string_value: string
|
|
3475
|
+
# IntValue is set if the property value is an int type. If the type is not an int, this field is ignored.
|
|
3476
|
+
int_value: zigzag32
|
|
3477
|
+
# FloatValue is set if the property value is a float type. If the type is not a float, this field is ignored.
|
|
3478
|
+
float_value: lf32
|
|
@@ -41,7 +41,8 @@ GameMode: zigzag32 =>
|
|
|
41
41
|
2: adventure
|
|
42
42
|
3: survival_spectator
|
|
43
43
|
4: creative_spectator
|
|
44
|
-
5: fallback
|
|
44
|
+
5: fallback
|
|
45
|
+
6: spectator
|
|
45
46
|
|
|
46
47
|
GameRule:
|
|
47
48
|
name: string
|
|
@@ -289,6 +290,9 @@ MetadataDictionary: []varint
|
|
|
289
290
|
122: buoyancy_data
|
|
290
291
|
123: goat_horn_count
|
|
291
292
|
124: update_properties
|
|
293
|
+
125: movement_sound_distance_offset
|
|
294
|
+
126: heartbeat_interval_ticks
|
|
295
|
+
127: heartbeat_sound_event
|
|
292
296
|
type: varint =>
|
|
293
297
|
0: byte
|
|
294
298
|
1: short
|
|
@@ -425,7 +429,11 @@ MetadataFlags2: [ "bitflags", {
|
|
|
425
429
|
"in_ascendable_block",
|
|
426
430
|
"over_descendable_block",
|
|
427
431
|
"croaking",
|
|
428
|
-
"eat_mob"
|
|
432
|
+
"eat_mob",
|
|
433
|
+
"jump_goal_jump",
|
|
434
|
+
"emerging",
|
|
435
|
+
"sniffing",
|
|
436
|
+
"digging"
|
|
429
437
|
]
|
|
430
438
|
}]
|
|
431
439
|
|
|
@@ -1062,6 +1070,7 @@ StructureBlockSettings:
|
|
|
1062
1070
|
# IgnoreBlocks specifies if the structure should ignore blocks or include them. If set to false, blocks
|
|
1063
1071
|
# will show up in the exported structure.
|
|
1064
1072
|
ignore_blocks: bool
|
|
1073
|
+
non_ticking_players_and_ticking_areas: bool
|
|
1065
1074
|
# Size is the size of the area that is about to be exported. The area exported will start at the
|
|
1066
1075
|
# Position + Offset, and will extend as far as Size specifies.
|
|
1067
1076
|
size: BlockCoordinates
|
|
@@ -1677,6 +1686,54 @@ SoundType: varint =>
|
|
|
1677
1686
|
- tongue
|
|
1678
1687
|
- crack_iron_golem
|
|
1679
1688
|
- repair_iron_golem
|
|
1689
|
+
- listening
|
|
1690
|
+
- heartbeat
|
|
1691
|
+
- horn_break
|
|
1692
|
+
- sculk_place
|
|
1693
|
+
- sculk_spread
|
|
1694
|
+
- sculk_charge
|
|
1695
|
+
- sculk_sensor_place
|
|
1696
|
+
- sculk_shrieker_place
|
|
1697
|
+
- goat_call_0
|
|
1698
|
+
- goat_call_1
|
|
1699
|
+
- goat_call_2
|
|
1700
|
+
- goat_call_3
|
|
1701
|
+
- goat_call_4
|
|
1702
|
+
- goat_call_5
|
|
1703
|
+
- goat_call_6
|
|
1704
|
+
- goat_call_7
|
|
1705
|
+
- goat_call_8
|
|
1706
|
+
- goat_call_9
|
|
1707
|
+
- goat_harmony_0
|
|
1708
|
+
- goat_harmony_1
|
|
1709
|
+
- goat_harmony_2
|
|
1710
|
+
- goat_harmony_3
|
|
1711
|
+
- goat_harmony_4
|
|
1712
|
+
- goat_harmony_5
|
|
1713
|
+
- goat_harmony_6
|
|
1714
|
+
- goat_harmony_7
|
|
1715
|
+
- goat_harmony_8
|
|
1716
|
+
- goat_harmony_9
|
|
1717
|
+
- goat_melody_0
|
|
1718
|
+
- goat_melody_1
|
|
1719
|
+
- goat_melody_2
|
|
1720
|
+
- goat_melody_3
|
|
1721
|
+
- goat_melody_4
|
|
1722
|
+
- goat_melody_5
|
|
1723
|
+
- goat_melody_6
|
|
1724
|
+
- goat_melody_7
|
|
1725
|
+
- goat_melody_8
|
|
1726
|
+
- goat_melody_9
|
|
1727
|
+
- goat_bass_0
|
|
1728
|
+
- goat_bass_1
|
|
1729
|
+
- goat_bass_2
|
|
1730
|
+
- goat_bass_3
|
|
1731
|
+
- goat_bass_4
|
|
1732
|
+
- goat_bass_5
|
|
1733
|
+
- goat_bass_6
|
|
1734
|
+
- goat_bass_7
|
|
1735
|
+
- goat_bass_8
|
|
1736
|
+
- goat_bass_9
|
|
1680
1737
|
- Undefined
|
|
1681
1738
|
|
|
1682
1739
|
# TODO: remove?
|
|
@@ -1146,6 +1146,7 @@
|
|
|
1146
1146
|
"blocks": "bedrock/1.16.220",
|
|
1147
1147
|
"blockStates": "bedrock/1.16.220",
|
|
1148
1148
|
"biomes": "bedrock/1.17.0",
|
|
1149
|
+
"entities": "bedrock/1.18.11",
|
|
1149
1150
|
"steve": "bedrock/1.16.201",
|
|
1150
1151
|
"protocol": "bedrock/1.16.220",
|
|
1151
1152
|
"proto": "bedrock/1.17.0",
|
|
@@ -1157,6 +1158,7 @@
|
|
|
1157
1158
|
"blockStates": "bedrock/1.17.0",
|
|
1158
1159
|
"blockCollisionShapes": "bedrock/1.17.0",
|
|
1159
1160
|
"biomes": "bedrock/1.17.0",
|
|
1161
|
+
"entities": "bedrock/1.18.11",
|
|
1160
1162
|
"instruments": "bedrock/1.17.0",
|
|
1161
1163
|
"materials": "pc/1.17",
|
|
1162
1164
|
"enchantments": "pc/1.17",
|
|
@@ -1175,6 +1177,7 @@
|
|
|
1175
1177
|
"blockStates": "bedrock/1.17.10",
|
|
1176
1178
|
"blockCollisionShapes": "bedrock/1.17.10",
|
|
1177
1179
|
"biomes": "bedrock/1.17.0",
|
|
1180
|
+
"entities": "bedrock/1.18.11",
|
|
1178
1181
|
"items": "bedrock/1.17.10",
|
|
1179
1182
|
"recipes": "bedrock/1.17.10",
|
|
1180
1183
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1195,6 +1198,7 @@
|
|
|
1195
1198
|
"blockStates": "bedrock/1.17.10",
|
|
1196
1199
|
"blockCollisionShapes": "bedrock/1.17.10",
|
|
1197
1200
|
"biomes": "bedrock/1.17.0",
|
|
1201
|
+
"entities": "bedrock/1.18.11",
|
|
1198
1202
|
"items": "bedrock/1.17.10",
|
|
1199
1203
|
"recipes": "bedrock/1.17.10",
|
|
1200
1204
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1215,6 +1219,7 @@
|
|
|
1215
1219
|
"blockStates": "bedrock/1.17.40",
|
|
1216
1220
|
"blockCollisionShapes": "bedrock/1.17.40",
|
|
1217
1221
|
"biomes": "bedrock/1.17.0",
|
|
1222
|
+
"entities": "bedrock/1.18.11",
|
|
1218
1223
|
"items": "bedrock/1.17.10",
|
|
1219
1224
|
"recipes": "bedrock/1.17.10",
|
|
1220
1225
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1235,6 +1240,7 @@
|
|
|
1235
1240
|
"blockStates": "bedrock/1.17.40",
|
|
1236
1241
|
"blockCollisionShapes": "bedrock/1.17.40",
|
|
1237
1242
|
"biomes": "bedrock/1.18.0",
|
|
1243
|
+
"entities": "bedrock/1.18.11",
|
|
1238
1244
|
"items": "bedrock/1.18.0",
|
|
1239
1245
|
"recipes": "bedrock/1.18.0",
|
|
1240
1246
|
"instruments": "bedrock/1.17.0",
|
|
@@ -1251,12 +1257,13 @@
|
|
|
1251
1257
|
"version": "bedrock/1.18.0"
|
|
1252
1258
|
},
|
|
1253
1259
|
"1.18.11": {
|
|
1254
|
-
"blocks": "bedrock/1.
|
|
1255
|
-
"blockStates": "bedrock/1.
|
|
1256
|
-
"blockCollisionShapes": "bedrock/1.
|
|
1260
|
+
"blocks": "bedrock/1.18.11",
|
|
1261
|
+
"blockStates": "bedrock/1.18.11",
|
|
1262
|
+
"blockCollisionShapes": "bedrock/1.18.11",
|
|
1257
1263
|
"biomes": "bedrock/1.18.0",
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1264
|
+
"entities": "bedrock/1.18.11",
|
|
1265
|
+
"items": "bedrock/1.18.11",
|
|
1266
|
+
"recipes": "bedrock/1.18.11",
|
|
1260
1267
|
"instruments": "bedrock/1.17.0",
|
|
1261
1268
|
"materials": "pc/1.17",
|
|
1262
1269
|
"enchantments": "pc/1.17",
|
|
@@ -1264,8 +1271,29 @@
|
|
|
1264
1271
|
"protocol": "bedrock/1.18.11",
|
|
1265
1272
|
"windows": "bedrock/1.16.201",
|
|
1266
1273
|
"steve": "bedrock/1.16.201",
|
|
1267
|
-
"blocksB2J": "bedrock/1.18.
|
|
1268
|
-
"blocksJ2B": "bedrock/1.18.
|
|
1274
|
+
"blocksB2J": "bedrock/1.18.11",
|
|
1275
|
+
"blocksJ2B": "bedrock/1.18.11",
|
|
1276
|
+
"proto": "bedrock/1.18.11",
|
|
1277
|
+
"types": "bedrock/1.18.11",
|
|
1278
|
+
"version": "bedrock/1.18.11"
|
|
1279
|
+
},
|
|
1280
|
+
"1.18.30": {
|
|
1281
|
+
"blocks": "bedrock/1.18.11",
|
|
1282
|
+
"blockStates": "bedrock/1.18.11",
|
|
1283
|
+
"blockCollisionShapes": "bedrock/1.18.11",
|
|
1284
|
+
"biomes": "bedrock/1.18.0",
|
|
1285
|
+
"entities": "bedrock/1.18.11",
|
|
1286
|
+
"items": "bedrock/1.18.11",
|
|
1287
|
+
"recipes": "bedrock/1.18.11",
|
|
1288
|
+
"instruments": "bedrock/1.17.0",
|
|
1289
|
+
"materials": "pc/1.17",
|
|
1290
|
+
"enchantments": "pc/1.17",
|
|
1291
|
+
"effects": "pc/1.17",
|
|
1292
|
+
"protocol": "bedrock/1.18.30",
|
|
1293
|
+
"windows": "bedrock/1.16.201",
|
|
1294
|
+
"steve": "bedrock/1.16.201",
|
|
1295
|
+
"blocksB2J": "bedrock/1.18.11",
|
|
1296
|
+
"blocksJ2B": "bedrock/1.18.11",
|
|
1269
1297
|
"proto": "bedrock/latest",
|
|
1270
1298
|
"types": "bedrock/latest",
|
|
1271
1299
|
"version": "bedrock/1.18.11"
|
|
@@ -1,4 +1,60 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "22w16b",
|
|
4
|
+
"version": 1073741905,
|
|
5
|
+
"dataVersion": 3092,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "1.19"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"minecraftVersion": "22w16a",
|
|
11
|
+
"version": 1073741904,
|
|
12
|
+
"dataVersion": 3091,
|
|
13
|
+
"usesNetty": true,
|
|
14
|
+
"majorVersion": "1.19"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"minecraftVersion": "22w15a",
|
|
18
|
+
"version": 1073741903,
|
|
19
|
+
"dataVersion": 3089,
|
|
20
|
+
"usesNetty": true,
|
|
21
|
+
"majorVersion": "1.19"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"minecraftVersion": "22w14a",
|
|
25
|
+
"version": 1073741902,
|
|
26
|
+
"dataVersion": 3088,
|
|
27
|
+
"usesNetty": true,
|
|
28
|
+
"majorVersion": "1.19"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"minecraftVersion": "22w13oneblockatatime",
|
|
32
|
+
"version": 1073741901,
|
|
33
|
+
"dataVersion": 3076,
|
|
34
|
+
"usesNetty": true,
|
|
35
|
+
"majorVersion": "1.19"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"minecraftVersion": "22w13a",
|
|
39
|
+
"version": 1073741900,
|
|
40
|
+
"dataVersion": 3085,
|
|
41
|
+
"usesNetty": true,
|
|
42
|
+
"majorVersion": "1.19"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"minecraftVersion": "22w12a",
|
|
46
|
+
"version": 1073741899,
|
|
47
|
+
"dataVersion": 3082,
|
|
48
|
+
"usesNetty": true,
|
|
49
|
+
"majorVersion": "1.19"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"minecraftVersion": "22w11a",
|
|
53
|
+
"version": 1073741898,
|
|
54
|
+
"dataVersion": 3080,
|
|
55
|
+
"usesNetty": true,
|
|
56
|
+
"majorVersion": "1.19"
|
|
57
|
+
},
|
|
2
58
|
{
|
|
3
59
|
"minecraftVersion": "1.18.2",
|
|
4
60
|
"version": 758,
|
|
@@ -1,5 +1,18 @@
|
|
|
1
|
+
## 3.1.1
|
|
2
|
+
* Fix Github CI release action
|
|
3
|
+
|
|
4
|
+
## 3.1.0
|
|
5
|
+
* bedrock: Add 1.18.30 protocol data
|
|
6
|
+
|
|
7
|
+
## 3.0.0
|
|
8
|
+
* remove findItemOrBlockById and findItemOrBlockByName entirely
|
|
9
|
+
|
|
10
|
+
## 2.221.0
|
|
11
|
+
* Add bedrock 1.18.11 data
|
|
12
|
+
* Fix to 1.18.2 login packet
|
|
13
|
+
|
|
1
14
|
## 2.220.0
|
|
2
|
-
Fix effect names in 1.17
|
|
15
|
+
* Fix effect names in 1.17
|
|
3
16
|
|
|
4
17
|
## 2.119.0
|
|
5
18
|
* reverse bedrock version list
|
|
@@ -43,6 +43,20 @@
|
|
|
43
43
|
"null"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
|
+
"length": {
|
|
47
|
+
"description": "The length of the entity",
|
|
48
|
+
"type": [
|
|
49
|
+
"number",
|
|
50
|
+
"null"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"offset": {
|
|
54
|
+
"description": "The offset of the entity",
|
|
55
|
+
"type": [
|
|
56
|
+
"number",
|
|
57
|
+
"null"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
46
60
|
"category": {
|
|
47
61
|
"description": "The category of an entity : a semantic category",
|
|
48
62
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -135,9 +135,6 @@ export interface IndexedData {
|
|
|
135
135
|
protocol: any;
|
|
136
136
|
protocolComments: any;
|
|
137
137
|
|
|
138
|
-
findItemOrBlockById(id: number): Block | Item;
|
|
139
|
-
findItemOrBlockByName(name: string): Block | Item;
|
|
140
|
-
|
|
141
138
|
windows: { [id: number]: Window; };
|
|
142
139
|
windowsByName: { [name: string]: Window; };
|
|
143
140
|
windowsArray: Window[];
|