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
@@ -204,10 +204,10 @@
204
204
  "37": "map_id",
205
205
  "38": "map_decorations",
206
206
  "39": "map_post_processing",
207
- "40": "potion_duration_scale",
208
- "41": "charged_projectiles",
209
- "42": "bundle_contents",
210
- "43": "potion_contents",
207
+ "40": "charged_projectiles",
208
+ "41": "bundle_contents",
209
+ "42": "potion_contents",
210
+ "43": "potion_duration_scale",
211
211
  "44": "suspicious_stew_effects",
212
212
  "45": "writable_book_content",
213
213
  "46": "written_book_content",
@@ -362,75 +362,63 @@
362
362
  ]
363
363
  ],
364
364
  "attribute_modifiers": [
365
- "container",
366
- [
367
- {
368
- "name": "attributes",
369
- "type": [
370
- "array",
365
+ "array",
366
+ {
367
+ "countType": "varint",
368
+ "type": [
369
+ "container",
370
+ [
371
371
  {
372
- "countType": "varint",
372
+ "name": "typeId",
373
+ "type": "varint"
374
+ },
375
+ {
376
+ "name": "name",
377
+ "type": "string"
378
+ },
379
+ {
380
+ "name": "value",
381
+ "type": "f64"
382
+ },
383
+ {
384
+ "name": "operation",
373
385
  "type": [
374
- "container",
375
- [
376
- {
377
- "name": "typeId",
378
- "type": "varint"
379
- },
380
- {
381
- "name": "name",
382
- "type": "string"
383
- },
384
- {
385
- "name": "value",
386
- "type": "f64"
387
- },
388
- {
389
- "name": "operation",
390
- "type": [
391
- "mapper",
392
- {
393
- "type": "varint",
394
- "mappings": {
395
- "0": "add",
396
- "1": "multiply_base",
397
- "2": "multiply_total"
398
- }
399
- }
400
- ]
401
- },
402
- {
403
- "name": "slot",
404
- "type": [
405
- "mapper",
406
- {
407
- "type": "varint",
408
- "mappings": {
409
- "0": "any",
410
- "1": "main_hand",
411
- "2": "off_hand",
412
- "3": "hand",
413
- "4": "feet",
414
- "5": "legs",
415
- "6": "chest",
416
- "7": "head",
417
- "8": "armor",
418
- "9": "body",
419
- "10": "saddle"
420
- }
421
- }
422
- ]
386
+ "mapper",
387
+ {
388
+ "type": "varint",
389
+ "mappings": {
390
+ "0": "add",
391
+ "1": "multiply_base",
392
+ "2": "multiply_total"
423
393
  }
424
- ]
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "name": "slot",
399
+ "type": [
400
+ "mapper",
401
+ {
402
+ "type": "varint",
403
+ "mappings": {
404
+ "0": "any",
405
+ "1": "main_hand",
406
+ "2": "off_hand",
407
+ "3": "hand",
408
+ "4": "feet",
409
+ "5": "legs",
410
+ "6": "chest",
411
+ "7": "head",
412
+ "8": "armor",
413
+ "9": "body",
414
+ "10": "saddle"
415
+ }
416
+ }
425
417
  ]
426
418
  }
427
419
  ]
428
- },
429
- {
430
- "name": "showTooltip",
431
- "type": "bool"
432
- }
433
- ]
420
+ ]
421
+ }
434
422
  ],
435
423
  "custom_model_data": [
436
424
  "container",
@@ -105,10 +105,10 @@
105
105
  - map_id
106
106
  - map_decorations
107
107
  - map_post_processing
108
- - potion_duration_scale
109
108
  - charged_projectiles
110
109
  - bundle_contents
111
110
  - potion_contents
111
+ - potion_duration_scale
112
112
  - suspicious_stew_effects
113
113
  - writable_book_content
114
114
  - written_book_content
@@ -189,27 +189,26 @@
189
189
  level: varint
190
190
  if can_place_on or can_break:
191
191
  predicates: ItemBlockPredicate[]varint
192
- if attribute_modifiers:
193
- attributes: []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
192
+ if attribute_modifiers: []varint
193
+ typeId: varint
194
+ name: string
195
+ value: f64
196
+ operation: varint =>
197
+ - add
198
+ - multiply_base
199
+ - multiply_total
200
+ slot: varint =>
201
+ - any
202
+ - main_hand
203
+ - off_hand
204
+ - hand
205
+ - feet
206
+ - legs
207
+ - chest
208
+ - head
209
+ - armor
210
+ - body
211
+ - saddle
213
212
  display:
214
213
  type: varint =>
215
214
  - default
@@ -204,10 +204,10 @@
204
204
  "37": "map_id",
205
205
  "38": "map_decorations",
206
206
  "39": "map_post_processing",
207
- "40": "potion_duration_scale",
208
- "41": "charged_projectiles",
209
- "42": "bundle_contents",
210
- "43": "potion_contents",
207
+ "40": "charged_projectiles",
208
+ "41": "bundle_contents",
209
+ "42": "potion_contents",
210
+ "43": "potion_duration_scale",
211
211
  "44": "suspicious_stew_effects",
212
212
  "45": "writable_book_content",
213
213
  "46": "written_book_content",
@@ -389,61 +389,87 @@
389
389
  ]
390
390
  ],
391
391
  "attribute_modifiers": [
392
- "container",
393
- [
394
- {
395
- "name": "attributes",
396
- "type": [
397
- "array",
392
+ "array",
393
+ {
394
+ "countType": "varint",
395
+ "type": [
396
+ "container",
397
+ [
398
398
  {
399
- "countType": "varint",
399
+ "name": "typeId",
400
+ "type": "varint"
401
+ },
402
+ {
403
+ "name": "name",
404
+ "type": "string"
405
+ },
406
+ {
407
+ "name": "value",
408
+ "type": "f64"
409
+ },
410
+ {
411
+ "name": "operation",
412
+ "type": [
413
+ "mapper",
414
+ {
415
+ "type": "varint",
416
+ "mappings": {
417
+ "0": "add",
418
+ "1": "multiply_base",
419
+ "2": "multiply_total"
420
+ }
421
+ }
422
+ ]
423
+ },
424
+ {
425
+ "name": "slot",
426
+ "type": [
427
+ "mapper",
428
+ {
429
+ "type": "varint",
430
+ "mappings": {
431
+ "0": "any",
432
+ "1": "main_hand",
433
+ "2": "off_hand",
434
+ "3": "hand",
435
+ "4": "feet",
436
+ "5": "legs",
437
+ "6": "chest",
438
+ "7": "head",
439
+ "8": "armor",
440
+ "9": "body",
441
+ "10": "saddle"
442
+ }
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "name": "display",
400
448
  "type": [
401
449
  "container",
402
450
  [
403
451
  {
404
- "name": "typeId",
405
- "type": "varint"
406
- },
407
- {
408
- "name": "name",
409
- "type": "string"
410
- },
411
- {
412
- "name": "value",
413
- "type": "f64"
414
- },
415
- {
416
- "name": "operation",
452
+ "name": "type",
417
453
  "type": [
418
454
  "mapper",
419
455
  {
420
456
  "type": "varint",
421
457
  "mappings": {
422
- "0": "add",
423
- "1": "multiply_base",
424
- "2": "multiply_total"
458
+ "0": "default",
459
+ "1": "hidden",
460
+ "2": "override"
425
461
  }
426
462
  }
427
463
  ]
428
464
  },
429
465
  {
430
- "name": "slot",
466
+ "name": "component",
431
467
  "type": [
432
- "mapper",
468
+ "switch",
433
469
  {
434
- "type": "varint",
435
- "mappings": {
436
- "0": "any",
437
- "1": "main_hand",
438
- "2": "off_hand",
439
- "3": "hand",
440
- "4": "feet",
441
- "5": "legs",
442
- "6": "chest",
443
- "7": "head",
444
- "8": "armor",
445
- "9": "body",
446
- "10": "saddle"
470
+ "compareTo": "type",
471
+ "fields": {
472
+ "override": "anonymousNbt"
447
473
  }
448
474
  }
449
475
  ]
@@ -452,42 +478,8 @@
452
478
  ]
453
479
  }
454
480
  ]
455
- },
456
- {
457
- "name": "display",
458
- "type": [
459
- "container",
460
- [
461
- {
462
- "name": "type",
463
- "type": [
464
- "mapper",
465
- {
466
- "type": "varint",
467
- "mappings": {
468
- "0": "default",
469
- "1": "hidden",
470
- "2": "override"
471
- }
472
- }
473
- ]
474
- },
475
- {
476
- "name": "component",
477
- "type": [
478
- "switch",
479
- {
480
- "compareTo": "type",
481
- "fields": {
482
- "override": "anonymousNbt"
483
- }
484
- }
485
- ]
486
- }
487
- ]
488
- ]
489
- }
490
- ]
481
+ ]
482
+ }
491
483
  ],
492
484
  "custom_model_data": [
493
485
  "container",
@@ -105,10 +105,10 @@
105
105
  - map_id
106
106
  - map_decorations
107
107
  - map_post_processing
108
- - potion_duration_scale
109
108
  - charged_projectiles
110
109
  - bundle_contents
111
110
  - potion_contents
111
+ - potion_duration_scale
112
112
  - suspicious_stew_effects
113
113
  - writable_book_content
114
114
  - written_book_content
@@ -189,27 +189,26 @@
189
189
  level: varint
190
190
  if can_place_on or can_break:
191
191
  predicates: ItemBlockPredicate[]varint
192
- if attribute_modifiers:
193
- attributes: []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
192
+ if attribute_modifiers: []varint
193
+ typeId: varint
194
+ name: string
195
+ value: f64
196
+ operation: varint =>
197
+ - add
198
+ - multiply_base
199
+ - multiply_total
200
+ slot: varint =>
201
+ - any
202
+ - main_hand
203
+ - off_hand
204
+ - hand
205
+ - feet
206
+ - legs
207
+ - chest
208
+ - head
209
+ - armor
210
+ - body
211
+ - saddle
213
212
  display:
214
213
  type: varint =>
215
214
  - default
@@ -204,10 +204,10 @@
204
204
  "37": "map_id",
205
205
  "38": "map_decorations",
206
206
  "39": "map_post_processing",
207
- "40": "potion_duration_scale",
208
- "41": "charged_projectiles",
209
- "42": "bundle_contents",
210
- "43": "potion_contents",
207
+ "40": "charged_projectiles",
208
+ "41": "bundle_contents",
209
+ "42": "potion_contents",
210
+ "43": "potion_duration_scale",
211
211
  "44": "suspicious_stew_effects",
212
212
  "45": "writable_book_content",
213
213
  "46": "written_book_content",
@@ -389,61 +389,87 @@
389
389
  ]
390
390
  ],
391
391
  "attribute_modifiers": [
392
- "container",
393
- [
394
- {
395
- "name": "attributes",
396
- "type": [
397
- "array",
392
+ "array",
393
+ {
394
+ "countType": "varint",
395
+ "type": [
396
+ "container",
397
+ [
398
398
  {
399
- "countType": "varint",
399
+ "name": "typeId",
400
+ "type": "varint"
401
+ },
402
+ {
403
+ "name": "name",
404
+ "type": "string"
405
+ },
406
+ {
407
+ "name": "value",
408
+ "type": "f64"
409
+ },
410
+ {
411
+ "name": "operation",
412
+ "type": [
413
+ "mapper",
414
+ {
415
+ "type": "varint",
416
+ "mappings": {
417
+ "0": "add",
418
+ "1": "multiply_base",
419
+ "2": "multiply_total"
420
+ }
421
+ }
422
+ ]
423
+ },
424
+ {
425
+ "name": "slot",
426
+ "type": [
427
+ "mapper",
428
+ {
429
+ "type": "varint",
430
+ "mappings": {
431
+ "0": "any",
432
+ "1": "main_hand",
433
+ "2": "off_hand",
434
+ "3": "hand",
435
+ "4": "feet",
436
+ "5": "legs",
437
+ "6": "chest",
438
+ "7": "head",
439
+ "8": "armor",
440
+ "9": "body",
441
+ "10": "saddle"
442
+ }
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "name": "display",
400
448
  "type": [
401
449
  "container",
402
450
  [
403
451
  {
404
- "name": "typeId",
405
- "type": "varint"
406
- },
407
- {
408
- "name": "name",
409
- "type": "string"
410
- },
411
- {
412
- "name": "value",
413
- "type": "f64"
414
- },
415
- {
416
- "name": "operation",
452
+ "name": "type",
417
453
  "type": [
418
454
  "mapper",
419
455
  {
420
456
  "type": "varint",
421
457
  "mappings": {
422
- "0": "add",
423
- "1": "multiply_base",
424
- "2": "multiply_total"
458
+ "0": "default",
459
+ "1": "hidden",
460
+ "2": "override"
425
461
  }
426
462
  }
427
463
  ]
428
464
  },
429
465
  {
430
- "name": "slot",
466
+ "name": "component",
431
467
  "type": [
432
- "mapper",
468
+ "switch",
433
469
  {
434
- "type": "varint",
435
- "mappings": {
436
- "0": "any",
437
- "1": "main_hand",
438
- "2": "off_hand",
439
- "3": "hand",
440
- "4": "feet",
441
- "5": "legs",
442
- "6": "chest",
443
- "7": "head",
444
- "8": "armor",
445
- "9": "body",
446
- "10": "saddle"
470
+ "compareTo": "type",
471
+ "fields": {
472
+ "override": "anonymousNbt"
447
473
  }
448
474
  }
449
475
  ]
@@ -452,42 +478,8 @@
452
478
  ]
453
479
  }
454
480
  ]
455
- },
456
- {
457
- "name": "display",
458
- "type": [
459
- "container",
460
- [
461
- {
462
- "name": "type",
463
- "type": [
464
- "mapper",
465
- {
466
- "type": "varint",
467
- "mappings": {
468
- "0": "default",
469
- "1": "hidden",
470
- "2": "override"
471
- }
472
- }
473
- ]
474
- },
475
- {
476
- "name": "component",
477
- "type": [
478
- "switch",
479
- {
480
- "compareTo": "type",
481
- "fields": {
482
- "override": "anonymousNbt"
483
- }
484
- }
485
- ]
486
- }
487
- ]
488
- ]
489
- }
490
- ]
481
+ ]
482
+ }
491
483
  ],
492
484
  "custom_model_data": [
493
485
  "container",