minecraft-data 3.84.0 → 3.84.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/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.84.1
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.84.0
4
8
 
5
9
  * update `minecraft-data`
@@ -4374,26 +4374,21 @@ packet_camera_aim_assist_presets:
4374
4374
  !id: 0x140
4375
4375
  !bound: client
4376
4376
  # CategoryGroups is a list of groups of categories which can be referenced by one of the Presets.
4377
- category_groups: []varint
4377
+ categories: []varint
4378
4378
  # Identifier is the unique identifier of the group.
4379
- id: string
4380
- # Categories is a list of categories within this group.
4381
- categories: []varint
4382
- name: string
4383
- # Priorities represents the block and entity specific priorities for targetting. The aim
4384
- # assist will select the block or entity with the highest priority within the specified thresholds.
4385
- priorities:
4386
- entities: []varint
4387
- id: string
4388
- priority: li32
4389
- blocks: []varint
4390
- id: string
4391
- priority: li32
4392
- entity_default?: li32
4393
- block_default?: li32
4379
+ name: string
4380
+ # Priorities represents the block and entity specific priorities for targetting. The aim
4381
+ # assist will select the block or entity with the highest priority within the specified thresholds.
4382
+ entity_priorities: []varint
4383
+ id: string
4384
+ priority: li32
4385
+ block_priorities: []varint
4386
+ id: string
4387
+ priority: li32
4388
+ entity_default?: li32
4389
+ block_default?: li32
4394
4390
  presets: []varint
4395
4391
  id: string
4396
- categories: string
4397
4392
  exclude_blocks: string[]varint
4398
4393
  target_liquids: string[]varint
4399
4394
  item_settings: []varint
@@ -12864,7 +12864,7 @@
12864
12864
  "container",
12865
12865
  [
12866
12866
  {
12867
- "name": "category_groups",
12867
+ "name": "categories",
12868
12868
  "type": [
12869
12869
  "array",
12870
12870
  {
@@ -12873,11 +12873,11 @@
12873
12873
  "container",
12874
12874
  [
12875
12875
  {
12876
- "name": "id",
12876
+ "name": "name",
12877
12877
  "type": "string"
12878
12878
  },
12879
12879
  {
12880
- "name": "categories",
12880
+ "name": "entity_priorities",
12881
12881
  "type": [
12882
12882
  "array",
12883
12883
  {
@@ -12886,79 +12886,53 @@
12886
12886
  "container",
12887
12887
  [
12888
12888
  {
12889
- "name": "name",
12889
+ "name": "id",
12890
12890
  "type": "string"
12891
12891
  },
12892
12892
  {
12893
- "name": "priorities",
12894
- "type": [
12895
- "container",
12896
- [
12897
- {
12898
- "name": "entities",
12899
- "type": [
12900
- "array",
12901
- {
12902
- "countType": "varint",
12903
- "type": [
12904
- "container",
12905
- [
12906
- {
12907
- "name": "id",
12908
- "type": "string"
12909
- },
12910
- {
12911
- "name": "priority",
12912
- "type": "li32"
12913
- }
12914
- ]
12915
- ]
12916
- }
12917
- ]
12918
- },
12919
- {
12920
- "name": "blocks",
12921
- "type": [
12922
- "array",
12923
- {
12924
- "countType": "varint",
12925
- "type": [
12926
- "container",
12927
- [
12928
- {
12929
- "name": "id",
12930
- "type": "string"
12931
- },
12932
- {
12933
- "name": "priority",
12934
- "type": "li32"
12935
- }
12936
- ]
12937
- ]
12938
- }
12939
- ]
12940
- },
12941
- {
12942
- "name": "entity_default",
12943
- "type": [
12944
- "option",
12945
- "li32"
12946
- ]
12947
- },
12948
- {
12949
- "name": "block_default",
12950
- "type": [
12951
- "option",
12952
- "li32"
12953
- ]
12954
- }
12955
- ]
12956
- ]
12893
+ "name": "priority",
12894
+ "type": "li32"
12895
+ }
12896
+ ]
12897
+ ]
12898
+ }
12899
+ ]
12900
+ },
12901
+ {
12902
+ "name": "block_priorities",
12903
+ "type": [
12904
+ "array",
12905
+ {
12906
+ "countType": "varint",
12907
+ "type": [
12908
+ "container",
12909
+ [
12910
+ {
12911
+ "name": "id",
12912
+ "type": "string"
12913
+ },
12914
+ {
12915
+ "name": "priority",
12916
+ "type": "li32"
12957
12917
  }
12958
12918
  ]
12959
12919
  ]
12960
12920
  }
12961
12921
  ]
12922
+ },
12923
+ {
12924
+ "name": "entity_default",
12925
+ "type": [
12926
+ "option",
12927
+ "li32"
12928
+ ]
12929
+ },
12930
+ {
12931
+ "name": "block_default",
12932
+ "type": [
12933
+ "option",
12934
+ "li32"
12935
+ ]
12962
12936
  }
12963
12937
  ]
12964
12938
  ]
@@ -12978,10 +12952,6 @@
12978
12952
  "name": "id",
12979
12953
  "type": "string"
12980
12954
  },
12981
- {
12982
- "name": "categories",
12983
- "type": "string"
12984
- },
12985
12955
  {
12986
12956
  "name": "exclude_blocks",
12987
12957
  "type": [
@@ -13046,4 +13016,4 @@
13046
13016
  ]
13047
13017
  ]
13048
13018
  }
13049
- }
13019
+ }
@@ -12963,7 +12963,7 @@
12963
12963
  "container",
12964
12964
  [
12965
12965
  {
12966
- "name": "category_groups",
12966
+ "name": "categories",
12967
12967
  "type": [
12968
12968
  "array",
12969
12969
  {
@@ -12972,11 +12972,11 @@
12972
12972
  "container",
12973
12973
  [
12974
12974
  {
12975
- "name": "id",
12975
+ "name": "name",
12976
12976
  "type": "string"
12977
12977
  },
12978
12978
  {
12979
- "name": "categories",
12979
+ "name": "entity_priorities",
12980
12980
  "type": [
12981
12981
  "array",
12982
12982
  {
@@ -12985,79 +12985,53 @@
12985
12985
  "container",
12986
12986
  [
12987
12987
  {
12988
- "name": "name",
12988
+ "name": "id",
12989
12989
  "type": "string"
12990
12990
  },
12991
12991
  {
12992
- "name": "priorities",
12993
- "type": [
12994
- "container",
12995
- [
12996
- {
12997
- "name": "entities",
12998
- "type": [
12999
- "array",
13000
- {
13001
- "countType": "varint",
13002
- "type": [
13003
- "container",
13004
- [
13005
- {
13006
- "name": "id",
13007
- "type": "string"
13008
- },
13009
- {
13010
- "name": "priority",
13011
- "type": "li32"
13012
- }
13013
- ]
13014
- ]
13015
- }
13016
- ]
13017
- },
13018
- {
13019
- "name": "blocks",
13020
- "type": [
13021
- "array",
13022
- {
13023
- "countType": "varint",
13024
- "type": [
13025
- "container",
13026
- [
13027
- {
13028
- "name": "id",
13029
- "type": "string"
13030
- },
13031
- {
13032
- "name": "priority",
13033
- "type": "li32"
13034
- }
13035
- ]
13036
- ]
13037
- }
13038
- ]
13039
- },
13040
- {
13041
- "name": "entity_default",
13042
- "type": [
13043
- "option",
13044
- "li32"
13045
- ]
13046
- },
13047
- {
13048
- "name": "block_default",
13049
- "type": [
13050
- "option",
13051
- "li32"
13052
- ]
13053
- }
13054
- ]
13055
- ]
12992
+ "name": "priority",
12993
+ "type": "li32"
12994
+ }
12995
+ ]
12996
+ ]
12997
+ }
12998
+ ]
12999
+ },
13000
+ {
13001
+ "name": "block_priorities",
13002
+ "type": [
13003
+ "array",
13004
+ {
13005
+ "countType": "varint",
13006
+ "type": [
13007
+ "container",
13008
+ [
13009
+ {
13010
+ "name": "id",
13011
+ "type": "string"
13012
+ },
13013
+ {
13014
+ "name": "priority",
13015
+ "type": "li32"
13056
13016
  }
13057
13017
  ]
13058
13018
  ]
13059
13019
  }
13060
13020
  ]
13021
+ },
13022
+ {
13023
+ "name": "entity_default",
13024
+ "type": [
13025
+ "option",
13026
+ "li32"
13027
+ ]
13028
+ },
13029
+ {
13030
+ "name": "block_default",
13031
+ "type": [
13032
+ "option",
13033
+ "li32"
13034
+ ]
13061
13035
  }
13062
13036
  ]
13063
13037
  ]
@@ -13077,10 +13051,6 @@
13077
13051
  "name": "id",
13078
13052
  "type": "string"
13079
13053
  },
13080
- {
13081
- "name": "categories",
13082
- "type": "string"
13083
- },
13084
13054
  {
13085
13055
  "name": "exclude_blocks",
13086
13056
  "type": [
@@ -13241,4 +13211,4 @@
13241
13211
  ]
13242
13212
  ]
13243
13213
  }
13244
- }
13214
+ }
@@ -4411,26 +4411,21 @@ packet_camera_aim_assist_presets:
4411
4411
  !id: 0x140
4412
4412
  !bound: client
4413
4413
  # CategoryGroups is a list of groups of categories which can be referenced by one of the Presets.
4414
- category_groups: []varint
4414
+ categories: []varint
4415
4415
  # Identifier is the unique identifier of the group.
4416
- id: string
4417
- # Categories is a list of categories within this group.
4418
- categories: []varint
4419
- name: string
4420
- # Priorities represents the block and entity specific priorities for targetting. The aim
4421
- # assist will select the block or entity with the highest priority within the specified thresholds.
4422
- priorities:
4423
- entities: []varint
4424
- id: string
4425
- priority: li32
4426
- blocks: []varint
4427
- id: string
4428
- priority: li32
4429
- entity_default?: li32
4430
- block_default?: li32
4416
+ name: string
4417
+ # Priorities represents the block and entity specific priorities for targetting. The aim
4418
+ # assist will select the block or entity with the highest priority within the specified thresholds.
4419
+ entity_priorities: []varint
4420
+ id: string
4421
+ priority: li32
4422
+ block_priorities: []varint
4423
+ id: string
4424
+ priority: li32
4425
+ entity_default?: li32
4426
+ block_default?: li32
4431
4427
  presets: []varint
4432
4428
  id: string
4433
- categories: string
4434
4429
  exclude_blocks: string[]varint
4435
4430
  target_liquids: string[]varint
4436
4431
  item_settings: []varint
@@ -1,4 +1,12 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "25w07a",
4
+ "version": 1073742058,
5
+ "dataVersion": 4315,
6
+ "usesNetty": true,
7
+ "majorVersion": "1.21",
8
+ "releaseType": "snapshot"
9
+ },
2
10
  {
3
11
  "minecraftVersion": "25w06a",
4
12
  "version": 1073742057,
@@ -1,3 +1,7 @@
1
+ ## 3.84.1
2
+ * [bedrock: fix aim assist presets packet (#983)](https://github.com/PrismarineJS/minecraft-data/commit/99b6fb48a9e227a8dcb4234727eece94c95169e0) (thanks @extremeheat)
3
+ * [Add 25w07a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/97d62e48225c8a8953618c050b237677b3767e42) (thanks @github-actions[bot])
4
+
1
5
  ## 3.84.0
2
6
  * [Add bedrock 1.21.60 data (#980)](https://github.com/PrismarineJS/minecraft-data/commit/641f42d548595b754c63248d25decc86caed8f21) (thanks @CreeperG16)
3
7
  * [Add 25w06a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/c42c06e7965f7297829b1f946ced8b42723e61a5) (thanks @github-actions[bot])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.84.0",
3
+ "version": "3.84.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",