minecraft-data 3.108.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.
@@ -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