minecraft-data 3.109.0 → 3.109.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.109.1
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.109.0
4
8
 
5
9
  * update `minecraft-data`
@@ -259,7 +259,7 @@
259
259
  "91": "pig/variant",
260
260
  "92": "cow/variant",
261
261
  "93": "chicken/variant",
262
- "94": "zomie_nautilus/variant",
262
+ "94": "zombie_nautilus/variant",
263
263
  "95": "frog/variant",
264
264
  "96": "horse/variant",
265
265
  "97": "painting/variant",
@@ -447,61 +447,87 @@
447
447
  ]
448
448
  ],
449
449
  "attribute_modifiers": [
450
- "container",
451
- [
452
- {
453
- "name": "attributes",
454
- "type": [
455
- "array",
450
+ "array",
451
+ {
452
+ "countType": "varint",
453
+ "type": [
454
+ "container",
455
+ [
456
456
  {
457
- "countType": "varint",
457
+ "name": "typeId",
458
+ "type": "varint"
459
+ },
460
+ {
461
+ "name": "name",
462
+ "type": "string"
463
+ },
464
+ {
465
+ "name": "value",
466
+ "type": "f64"
467
+ },
468
+ {
469
+ "name": "operation",
470
+ "type": [
471
+ "mapper",
472
+ {
473
+ "type": "varint",
474
+ "mappings": {
475
+ "0": "add",
476
+ "1": "multiply_base",
477
+ "2": "multiply_total"
478
+ }
479
+ }
480
+ ]
481
+ },
482
+ {
483
+ "name": "slot",
484
+ "type": [
485
+ "mapper",
486
+ {
487
+ "type": "varint",
488
+ "mappings": {
489
+ "0": "any",
490
+ "1": "main_hand",
491
+ "2": "off_hand",
492
+ "3": "hand",
493
+ "4": "feet",
494
+ "5": "legs",
495
+ "6": "chest",
496
+ "7": "head",
497
+ "8": "armor",
498
+ "9": "body",
499
+ "10": "saddle"
500
+ }
501
+ }
502
+ ]
503
+ },
504
+ {
505
+ "name": "display",
458
506
  "type": [
459
507
  "container",
460
508
  [
461
509
  {
462
- "name": "typeId",
463
- "type": "varint"
464
- },
465
- {
466
- "name": "name",
467
- "type": "string"
468
- },
469
- {
470
- "name": "value",
471
- "type": "f64"
472
- },
473
- {
474
- "name": "operation",
510
+ "name": "type",
475
511
  "type": [
476
512
  "mapper",
477
513
  {
478
514
  "type": "varint",
479
515
  "mappings": {
480
- "0": "add",
481
- "1": "multiply_base",
482
- "2": "multiply_total"
516
+ "0": "default",
517
+ "1": "hidden",
518
+ "2": "override"
483
519
  }
484
520
  }
485
521
  ]
486
522
  },
487
523
  {
488
- "name": "slot",
524
+ "name": "component",
489
525
  "type": [
490
- "mapper",
526
+ "switch",
491
527
  {
492
- "type": "varint",
493
- "mappings": {
494
- "0": "any",
495
- "1": "main_hand",
496
- "2": "off_hand",
497
- "3": "hand",
498
- "4": "feet",
499
- "5": "legs",
500
- "6": "chest",
501
- "7": "head",
502
- "8": "armor",
503
- "9": "body",
504
- "10": "saddle"
528
+ "compareTo": "type",
529
+ "fields": {
530
+ "override": "anonymousNbt"
505
531
  }
506
532
  }
507
533
  ]
@@ -510,42 +536,8 @@
510
536
  ]
511
537
  }
512
538
  ]
513
- },
514
- {
515
- "name": "display",
516
- "type": [
517
- "container",
518
- [
519
- {
520
- "name": "type",
521
- "type": [
522
- "mapper",
523
- {
524
- "type": "varint",
525
- "mappings": {
526
- "0": "default",
527
- "1": "hidden",
528
- "2": "override"
529
- }
530
- }
531
- ]
532
- },
533
- {
534
- "name": "component",
535
- "type": [
536
- "switch",
537
- {
538
- "compareTo": "type",
539
- "fields": {
540
- "override": "anonymousNbt"
541
- }
542
- }
543
- ]
544
- }
545
- ]
546
- ]
547
- }
548
- ]
539
+ ]
540
+ }
549
541
  ],
550
542
  "custom_model_data": [
551
543
  "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,28 +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
213
- showTooltip: bool
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
214
212
  if custom_model_data:
215
213
  floats: f32[]varint
216
214
  flags: bool[]varint
@@ -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",
@@ -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,76 @@
1
1
  [
2
+ {
3
+ "minecraftVersion": "26.2-snapshot-4",
4
+ "version": 1073742134,
5
+ "dataVersion": 4887,
6
+ "usesNetty": true,
7
+ "majorVersion": "26.2-snapshot-4",
8
+ "releaseType": "snapshot"
9
+ },
10
+ {
11
+ "minecraftVersion": "26.2-snapshot-3",
12
+ "version": 1073742133,
13
+ "dataVersion": 4886,
14
+ "usesNetty": true,
15
+ "majorVersion": "26.2-snapshot-3",
16
+ "releaseType": "snapshot"
17
+ },
18
+ {
19
+ "minecraftVersion": "26.2-snapshot-2",
20
+ "version": 1073742132,
21
+ "dataVersion": 4884,
22
+ "usesNetty": true,
23
+ "majorVersion": "26.2-snapshot-2",
24
+ "releaseType": "snapshot"
25
+ },
26
+ {
27
+ "minecraftVersion": "26.1.2",
28
+ "version": 775,
29
+ "dataVersion": 4790,
30
+ "usesNetty": true,
31
+ "majorVersion": "26.1",
32
+ "releaseType": "release"
33
+ },
34
+ {
35
+ "minecraftVersion": "26.1.2-rc-1",
36
+ "version": 1073742131,
37
+ "dataVersion": 4789,
38
+ "usesNetty": true,
39
+ "majorVersion": "26.1",
40
+ "releaseType": "snapshot"
41
+ },
42
+ {
43
+ "minecraftVersion": "26.2-snapshot-1",
44
+ "version": 1073742130,
45
+ "dataVersion": 4883,
46
+ "usesNetty": true,
47
+ "majorVersion": "26.2-snapshot-1",
48
+ "releaseType": "snapshot"
49
+ },
50
+ {
51
+ "minecraftVersion": "26w14a",
52
+ "version": 1073742129,
53
+ "dataVersion": 5000,
54
+ "usesNetty": true,
55
+ "majorVersion": "26.1",
56
+ "releaseType": "snapshot"
57
+ },
58
+ {
59
+ "minecraftVersion": "26.1.1",
60
+ "version": 775,
61
+ "dataVersion": 4788,
62
+ "usesNetty": true,
63
+ "majorVersion": "26.1",
64
+ "releaseType": "release"
65
+ },
66
+ {
67
+ "minecraftVersion": "26.1.1-rc-1",
68
+ "version": 1073742128,
69
+ "dataVersion": 4787,
70
+ "usesNetty": true,
71
+ "majorVersion": "26.1",
72
+ "releaseType": "snapshot"
73
+ },
2
74
  {
3
75
  "minecraftVersion": "26.1",
4
76
  "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,7 @@
1
+ ## 3.109.1
2
+ * [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)
3
+ * [pc: SlotComponentType fixes for 1.21.5-1.21.11 (#1173)](https://github.com/PrismarineJS/minecraft-data/commit/fefacc72872f9c21273f0d2a9663cd34221efb6f) (thanks @reallyoldfogie)
4
+
1
5
  ## 3.109.0
2
6
  * [Fix recipe metadata for planks from logs in pre-1.13 versions (#1166)](https://github.com/PrismarineJS/minecraft-data/commit/f9b2eaeade48f5fe71e3b2bb28e929106064302c) (thanks @rom1504)
3
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.109.0",
3
+ "version": "3.109.1",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",