minecraft-data 3.109.0 → 3.110.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 (28) hide show
  1. package/data.js +26 -4
  2. package/doc/history.md +8 -0
  3. package/minecraft-data/README.md +1 -1
  4. package/minecraft-data/data/bedrock/1.26.10/blocks.json +24708 -0
  5. package/minecraft-data/data/bedrock/1.26.10/proto.yml +4709 -0
  6. package/minecraft-data/data/bedrock/{26.10 → 1.26.10}/protocol.json +3 -3
  7. package/minecraft-data/data/bedrock/1.26.10/types.yml +3262 -0
  8. package/minecraft-data/data/bedrock/1.26.20/protocol.json +16680 -0
  9. package/minecraft-data/data/bedrock/1.26.20/version.json +6 -0
  10. package/minecraft-data/data/bedrock/common/protocolVersions.json +8 -2
  11. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  12. package/minecraft-data/data/bedrock/latest/proto.yml +32 -13
  13. package/minecraft-data/data/bedrock/latest/types.yml +104 -9
  14. package/minecraft-data/data/dataPaths.json +26 -4
  15. package/minecraft-data/data/pc/1.21.11/protocol.json +67 -75
  16. package/minecraft-data/data/pc/1.21.5/proto.yml +21 -23
  17. package/minecraft-data/data/pc/1.21.5/protocol.json +55 -67
  18. package/minecraft-data/data/pc/1.21.6/proto.yml +21 -22
  19. package/minecraft-data/data/pc/1.21.6/protocol.json +70 -78
  20. package/minecraft-data/data/pc/1.21.8/proto.yml +21 -22
  21. package/minecraft-data/data/pc/1.21.8/protocol.json +70 -78
  22. package/minecraft-data/data/pc/1.21.9/proto.yml +21 -22
  23. package/minecraft-data/data/pc/1.21.9/protocol.json +70 -78
  24. package/minecraft-data/data/pc/common/protocolVersions.json +88 -0
  25. package/minecraft-data/data/pc/latest/proto.yml +21 -22
  26. package/minecraft-data/doc/history.md +11 -0
  27. package/package.json +1 -1
  28. /package/minecraft-data/data/bedrock/{26.10 → 1.26.10}/version.json +0 -0
@@ -106,10 +106,10 @@
106
106
  - map_id
107
107
  - map_decorations
108
108
  - map_post_processing
109
- - potion_duration_scale
110
109
  - charged_projectiles
111
110
  - bundle_contents
112
111
  - potion_contents
112
+ - potion_duration_scale
113
113
  - suspicious_stew_effects
114
114
  - writable_book_content
115
115
  - written_book_content
@@ -190,27 +190,26 @@
190
190
  level: varint
191
191
  if can_place_on or can_break:
192
192
  predicates: ItemBlockPredicate[]varint
193
- if attribute_modifiers:
194
- attributes: []varint
195
- typeId: varint
196
- name: string
197
- value: f64
198
- operation: varint =>
199
- - add
200
- - multiply_base
201
- - multiply_total
202
- slot: varint =>
203
- - any
204
- - main_hand
205
- - off_hand
206
- - hand
207
- - feet
208
- - legs
209
- - chest
210
- - head
211
- - armor
212
- - body
213
- - saddle
193
+ if attribute_modifiers: []varint
194
+ typeId: varint
195
+ name: string
196
+ value: f64
197
+ operation: varint =>
198
+ - add
199
+ - multiply_base
200
+ - multiply_total
201
+ slot: varint =>
202
+ - any
203
+ - main_hand
204
+ - off_hand
205
+ - hand
206
+ - feet
207
+ - legs
208
+ - chest
209
+ - head
210
+ - armor
211
+ - body
212
+ - saddle
214
213
  display:
215
214
  type: varint =>
216
215
  - default
@@ -205,10 +205,10 @@
205
205
  "37": "map_id",
206
206
  "38": "map_decorations",
207
207
  "39": "map_post_processing",
208
- "40": "potion_duration_scale",
209
- "41": "charged_projectiles",
210
- "42": "bundle_contents",
211
- "43": "potion_contents",
208
+ "40": "charged_projectiles",
209
+ "41": "bundle_contents",
210
+ "42": "potion_contents",
211
+ "43": "potion_duration_scale",
212
212
  "44": "suspicious_stew_effects",
213
213
  "45": "writable_book_content",
214
214
  "46": "written_book_content",
@@ -390,61 +390,87 @@
390
390
  ]
391
391
  ],
392
392
  "attribute_modifiers": [
393
- "container",
394
- [
395
- {
396
- "name": "attributes",
397
- "type": [
398
- "array",
393
+ "array",
394
+ {
395
+ "countType": "varint",
396
+ "type": [
397
+ "container",
398
+ [
399
399
  {
400
- "countType": "varint",
400
+ "name": "typeId",
401
+ "type": "varint"
402
+ },
403
+ {
404
+ "name": "name",
405
+ "type": "string"
406
+ },
407
+ {
408
+ "name": "value",
409
+ "type": "f64"
410
+ },
411
+ {
412
+ "name": "operation",
413
+ "type": [
414
+ "mapper",
415
+ {
416
+ "type": "varint",
417
+ "mappings": {
418
+ "0": "add",
419
+ "1": "multiply_base",
420
+ "2": "multiply_total"
421
+ }
422
+ }
423
+ ]
424
+ },
425
+ {
426
+ "name": "slot",
427
+ "type": [
428
+ "mapper",
429
+ {
430
+ "type": "varint",
431
+ "mappings": {
432
+ "0": "any",
433
+ "1": "main_hand",
434
+ "2": "off_hand",
435
+ "3": "hand",
436
+ "4": "feet",
437
+ "5": "legs",
438
+ "6": "chest",
439
+ "7": "head",
440
+ "8": "armor",
441
+ "9": "body",
442
+ "10": "saddle"
443
+ }
444
+ }
445
+ ]
446
+ },
447
+ {
448
+ "name": "display",
401
449
  "type": [
402
450
  "container",
403
451
  [
404
452
  {
405
- "name": "typeId",
406
- "type": "varint"
407
- },
408
- {
409
- "name": "name",
410
- "type": "string"
411
- },
412
- {
413
- "name": "value",
414
- "type": "f64"
415
- },
416
- {
417
- "name": "operation",
453
+ "name": "type",
418
454
  "type": [
419
455
  "mapper",
420
456
  {
421
457
  "type": "varint",
422
458
  "mappings": {
423
- "0": "add",
424
- "1": "multiply_base",
425
- "2": "multiply_total"
459
+ "0": "default",
460
+ "1": "hidden",
461
+ "2": "override"
426
462
  }
427
463
  }
428
464
  ]
429
465
  },
430
466
  {
431
- "name": "slot",
467
+ "name": "component",
432
468
  "type": [
433
- "mapper",
469
+ "switch",
434
470
  {
435
- "type": "varint",
436
- "mappings": {
437
- "0": "any",
438
- "1": "main_hand",
439
- "2": "off_hand",
440
- "3": "hand",
441
- "4": "feet",
442
- "5": "legs",
443
- "6": "chest",
444
- "7": "head",
445
- "8": "armor",
446
- "9": "body",
447
- "10": "saddle"
471
+ "compareTo": "type",
472
+ "fields": {
473
+ "override": "anonymousNbt"
448
474
  }
449
475
  }
450
476
  ]
@@ -453,42 +479,8 @@
453
479
  ]
454
480
  }
455
481
  ]
456
- },
457
- {
458
- "name": "display",
459
- "type": [
460
- "container",
461
- [
462
- {
463
- "name": "type",
464
- "type": [
465
- "mapper",
466
- {
467
- "type": "varint",
468
- "mappings": {
469
- "0": "default",
470
- "1": "hidden",
471
- "2": "override"
472
- }
473
- }
474
- ]
475
- },
476
- {
477
- "name": "component",
478
- "type": [
479
- "switch",
480
- {
481
- "compareTo": "type",
482
- "fields": {
483
- "override": "anonymousNbt"
484
- }
485
- }
486
- ]
487
- }
488
- ]
489
- ]
490
- }
491
- ]
482
+ ]
483
+ }
492
484
  ],
493
485
  "custom_model_data": [
494
486
  "container",
@@ -1,4 +1,92 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "26.2-snapshot-6",
4
+ "version": 1073742136,
5
+ "dataVersion": 4890,
6
+ "usesNetty": true,
7
+ "majorVersion": "26.2-snapshot-6",
8
+ "releaseType": "snapshot"
9
+ },
10
+ {
11
+ "minecraftVersion": "26.2-snapshot-5",
12
+ "version": 1073742135,
13
+ "dataVersion": 4889,
14
+ "usesNetty": true,
15
+ "majorVersion": "26.2-snapshot-5",
16
+ "releaseType": "snapshot"
17
+ },
18
+ {
19
+ "minecraftVersion": "26.2-snapshot-4",
20
+ "version": 1073742134,
21
+ "dataVersion": 4887,
22
+ "usesNetty": true,
23
+ "majorVersion": "26.2-snapshot-4",
24
+ "releaseType": "snapshot"
25
+ },
26
+ {
27
+ "minecraftVersion": "26.2-snapshot-3",
28
+ "version": 1073742133,
29
+ "dataVersion": 4886,
30
+ "usesNetty": true,
31
+ "majorVersion": "26.2-snapshot-3",
32
+ "releaseType": "snapshot"
33
+ },
34
+ {
35
+ "minecraftVersion": "26.2-snapshot-2",
36
+ "version": 1073742132,
37
+ "dataVersion": 4884,
38
+ "usesNetty": true,
39
+ "majorVersion": "26.2-snapshot-2",
40
+ "releaseType": "snapshot"
41
+ },
42
+ {
43
+ "minecraftVersion": "26.1.2",
44
+ "version": 775,
45
+ "dataVersion": 4790,
46
+ "usesNetty": true,
47
+ "majorVersion": "26.1",
48
+ "releaseType": "release"
49
+ },
50
+ {
51
+ "minecraftVersion": "26.1.2-rc-1",
52
+ "version": 1073742131,
53
+ "dataVersion": 4789,
54
+ "usesNetty": true,
55
+ "majorVersion": "26.1",
56
+ "releaseType": "snapshot"
57
+ },
58
+ {
59
+ "minecraftVersion": "26.2-snapshot-1",
60
+ "version": 1073742130,
61
+ "dataVersion": 4883,
62
+ "usesNetty": true,
63
+ "majorVersion": "26.2-snapshot-1",
64
+ "releaseType": "snapshot"
65
+ },
66
+ {
67
+ "minecraftVersion": "26w14a",
68
+ "version": 1073742129,
69
+ "dataVersion": 5000,
70
+ "usesNetty": true,
71
+ "majorVersion": "26.1",
72
+ "releaseType": "snapshot"
73
+ },
74
+ {
75
+ "minecraftVersion": "26.1.1",
76
+ "version": 775,
77
+ "dataVersion": 4788,
78
+ "usesNetty": true,
79
+ "majorVersion": "26.1",
80
+ "releaseType": "release"
81
+ },
82
+ {
83
+ "minecraftVersion": "26.1.1-rc-1",
84
+ "version": 1073742128,
85
+ "dataVersion": 4787,
86
+ "usesNetty": true,
87
+ "majorVersion": "26.1",
88
+ "releaseType": "snapshot"
89
+ },
2
90
  {
3
91
  "minecraftVersion": "26.1",
4
92
  "version": 775,
@@ -160,7 +160,7 @@
160
160
  - pig/variant
161
161
  - cow/variant
162
162
  - chicken/variant
163
- - zomie_nautilus/variant
163
+ - zombie_nautilus/variant
164
164
  - frog/variant
165
165
  - horse/variant
166
166
  - painting/variant
@@ -208,27 +208,26 @@
208
208
  level: varint
209
209
  if can_place_on or can_break:
210
210
  predicates: ItemBlockPredicate[]varint
211
- if attribute_modifiers:
212
- attributes: []varint
213
- typeId: varint
214
- name: string
215
- value: f64
216
- operation: varint =>
217
- - add
218
- - multiply_base
219
- - multiply_total
220
- slot: varint =>
221
- - any
222
- - main_hand
223
- - off_hand
224
- - hand
225
- - feet
226
- - legs
227
- - chest
228
- - head
229
- - armor
230
- - body
231
- - saddle
211
+ if attribute_modifiers: []varint
212
+ typeId: varint
213
+ name: string
214
+ value: f64
215
+ operation: varint =>
216
+ - add
217
+ - multiply_base
218
+ - multiply_total
219
+ slot: varint =>
220
+ - any
221
+ - main_hand
222
+ - off_hand
223
+ - hand
224
+ - feet
225
+ - legs
226
+ - chest
227
+ - head
228
+ - armor
229
+ - body
230
+ - saddle
232
231
  display:
233
232
  type: varint =>
234
233
  - default
@@ -1,3 +1,14 @@
1
+ ## 3.110.0
2
+ * [Add bedrock 1.26.20 protocol data (#1181)](https://github.com/PrismarineJS/minecraft-data/commit/a40d0f7607ad01d1e27e7736ef7f875c0b06c7b5) (thanks @extremeheat)
3
+ * [Add blocks.json for Bedrock 26.10 (#1170)](https://github.com/PrismarineJS/minecraft-data/commit/c8f384109682caf87e502b2ddd6ce969ce5afba5) (thanks @M9CHKO)
4
+ * [fix(bedrock/proto): mismatched field type in GatheringJoinInfo (#1180)](https://github.com/PrismarineJS/minecraft-data/commit/7b57b32c5b08a801ba217b2648a85811133ced9f) (thanks @hax0r31337)
5
+ * [Add 26.2-snapshot-6 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/29db718980ecc17e9ab8651e9e4a36eb33bffbaf) (thanks @github-actions[bot])
6
+ * [Add 26.2-snapshot-5 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/5afbbdd287a6c955d0c46c10fc6ddf1f46fc8c0b) (thanks @github-actions[bot])
7
+
8
+ ## 3.109.1
9
+ * [pc: Fix attribute_modifiers structure in protocol.json for 1.21.5-1.21.11 (#1155)](https://github.com/PrismarineJS/minecraft-data/commit/82a071ee6e80cd3c86f87c808e366c60a5b58f59) (thanks @reallyoldfogie)
10
+ * [pc: SlotComponentType fixes for 1.21.5-1.21.11 (#1173)](https://github.com/PrismarineJS/minecraft-data/commit/fefacc72872f9c21273f0d2a9663cd34221efb6f) (thanks @reallyoldfogie)
11
+
1
12
  ## 3.109.0
2
13
  * [Fix recipe metadata for planks from logs in pre-1.13 versions (#1166)](https://github.com/PrismarineJS/minecraft-data/commit/f9b2eaeade48f5fe71e3b2bb28e929106064302c) (thanks @rom1504)
3
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.109.0",
3
+ "version": "3.110.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",