minecraft-data 3.93.0 → 3.95.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 (27) hide show
  1. package/data.js +38 -16
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +5 -2
  4. package/minecraft-data/README.md +2 -2
  5. package/minecraft-data/data/bedrock/1.21.100/protocol.json +14329 -0
  6. package/minecraft-data/data/bedrock/1.21.100/version.json +6 -0
  7. package/minecraft-data/data/bedrock/1.21.80/blocksB2J.json +9913 -0
  8. package/minecraft-data/data/bedrock/1.21.80/blocksJ2B.json +27916 -0
  9. package/minecraft-data/data/bedrock/1.21.90/blockCollisionShapes.json +1588 -0
  10. package/minecraft-data/data/bedrock/1.21.90/blocks.json +22765 -0
  11. package/minecraft-data/data/bedrock/1.21.90/items.json +11957 -0
  12. package/minecraft-data/data/bedrock/1.21.93/proto.yml +4600 -0
  13. package/minecraft-data/data/bedrock/1.21.93/types.yml +2806 -0
  14. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  15. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  16. package/minecraft-data/data/bedrock/latest/proto.yml +11 -38
  17. package/minecraft-data/data/bedrock/latest/types.yml +36 -1
  18. package/minecraft-data/data/dataPaths.json +38 -16
  19. package/minecraft-data/data/pc/1.21.4/proto.yml +3242 -0
  20. package/minecraft-data/data/pc/1.21.4/protocol.json +2 -8
  21. package/minecraft-data/data/pc/1.21.5/entities.json +2816 -176
  22. package/minecraft-data/data/pc/1.21.5/protocol.json +9850 -0
  23. package/minecraft-data/data/pc/common/features.json +11 -6
  24. package/minecraft-data/data/pc/common/protocolVersions.json +32 -0
  25. package/minecraft-data/data/pc/latest/proto.yml +306 -169
  26. package/minecraft-data/doc/history.md +13 -0
  27. package/package.json +2 -2
@@ -7,7 +7,23 @@
7
7
  "width": 1.375,
8
8
  "height": 0.5625,
9
9
  "type": "other",
10
- "category": "Vehicles"
10
+ "category": "Vehicles",
11
+ "metadataKeys": [
12
+ "shared_flags",
13
+ "air_supply",
14
+ "custom_name",
15
+ "custom_name_visible",
16
+ "silent",
17
+ "no_gravity",
18
+ "pose",
19
+ "ticks_frozen",
20
+ "hurt",
21
+ "hurtdir",
22
+ "damage",
23
+ "paddle_left",
24
+ "paddle_right",
25
+ "bubble_time"
26
+ ]
11
27
  },
12
28
  {
13
29
  "id": 1,
@@ -17,7 +33,23 @@
17
33
  "width": 1.375,
18
34
  "height": 0.5625,
19
35
  "type": "other",
20
- "category": "Vehicles"
36
+ "category": "Vehicles",
37
+ "metadataKeys": [
38
+ "shared_flags",
39
+ "air_supply",
40
+ "custom_name",
41
+ "custom_name_visible",
42
+ "silent",
43
+ "no_gravity",
44
+ "pose",
45
+ "ticks_frozen",
46
+ "hurt",
47
+ "hurtdir",
48
+ "damage",
49
+ "paddle_left",
50
+ "paddle_right",
51
+ "bubble_time"
52
+ ]
21
53
  },
22
54
  {
23
55
  "id": 2,
@@ -27,17 +59,50 @@
27
59
  "width": 0.35,
28
60
  "height": 0.6,
29
61
  "type": "mob",
30
- "category": "Passive mobs"
62
+ "category": "Passive mobs",
63
+ "metadataKeys": [
64
+ "shared_flags",
65
+ "air_supply",
66
+ "custom_name",
67
+ "custom_name_visible",
68
+ "silent",
69
+ "no_gravity",
70
+ "pose",
71
+ "ticks_frozen",
72
+ "living_entity_flags",
73
+ "health",
74
+ "effect_particles",
75
+ "effect_ambience",
76
+ "arrow_count",
77
+ "stinger_count",
78
+ "sleeping_pos",
79
+ "mob_flags",
80
+ "dancing",
81
+ "can_duplicate"
82
+ ]
31
83
  },
32
84
  {
33
85
  "id": 3,
34
86
  "internalId": 3,
35
87
  "name": "area_effect_cloud",
36
88
  "displayName": "Area Effect Cloud",
37
- "width": 6.0,
89
+ "width": 6,
38
90
  "height": 0.5,
39
91
  "type": "other",
40
- "category": "UNKNOWN"
92
+ "category": "UNKNOWN",
93
+ "metadataKeys": [
94
+ "shared_flags",
95
+ "air_supply",
96
+ "custom_name",
97
+ "custom_name_visible",
98
+ "silent",
99
+ "no_gravity",
100
+ "pose",
101
+ "ticks_frozen",
102
+ "radius",
103
+ "waiting",
104
+ "particle"
105
+ ]
41
106
  },
42
107
  {
43
108
  "id": 4,
@@ -47,7 +112,27 @@
47
112
  "width": 0.7,
48
113
  "height": 0.65,
49
114
  "type": "animal",
50
- "category": "Passive mobs"
115
+ "category": "Passive mobs",
116
+ "metadataKeys": [
117
+ "shared_flags",
118
+ "air_supply",
119
+ "custom_name",
120
+ "custom_name_visible",
121
+ "silent",
122
+ "no_gravity",
123
+ "pose",
124
+ "ticks_frozen",
125
+ "living_entity_flags",
126
+ "health",
127
+ "effect_particles",
128
+ "effect_ambience",
129
+ "arrow_count",
130
+ "stinger_count",
131
+ "sleeping_pos",
132
+ "mob_flags",
133
+ "baby",
134
+ "armadillo_state"
135
+ ]
51
136
  },
52
137
  {
53
138
  "id": 5,
@@ -57,7 +142,31 @@
57
142
  "width": 0.5,
58
143
  "height": 1.975,
59
144
  "type": "living",
60
- "category": "Immobile"
145
+ "category": "Immobile",
146
+ "metadataKeys": [
147
+ "shared_flags",
148
+ "air_supply",
149
+ "custom_name",
150
+ "custom_name_visible",
151
+ "silent",
152
+ "no_gravity",
153
+ "pose",
154
+ "ticks_frozen",
155
+ "living_entity_flags",
156
+ "health",
157
+ "effect_particles",
158
+ "effect_ambience",
159
+ "arrow_count",
160
+ "stinger_count",
161
+ "sleeping_pos",
162
+ "client_flags",
163
+ "head_pose",
164
+ "body_pose",
165
+ "left_arm_pose",
166
+ "right_arm_pose",
167
+ "left_leg_pose",
168
+ "right_leg_pose"
169
+ ]
61
170
  },
62
171
  {
63
172
  "id": 6,
@@ -67,7 +176,21 @@
67
176
  "width": 0.5,
68
177
  "height": 0.5,
69
178
  "type": "projectile",
70
- "category": "Projectiles"
179
+ "category": "Projectiles",
180
+ "metadataKeys": [
181
+ "shared_flags",
182
+ "air_supply",
183
+ "custom_name",
184
+ "custom_name_visible",
185
+ "silent",
186
+ "no_gravity",
187
+ "pose",
188
+ "ticks_frozen",
189
+ "flags",
190
+ "pierce_level",
191
+ "in_ground",
192
+ "effect_color"
193
+ ]
71
194
  },
72
195
  {
73
196
  "id": 7,
@@ -77,7 +200,29 @@
77
200
  "width": 0.75,
78
201
  "height": 0.42,
79
202
  "type": "animal",
80
- "category": "Passive mobs"
203
+ "category": "Passive mobs",
204
+ "metadataKeys": [
205
+ "shared_flags",
206
+ "air_supply",
207
+ "custom_name",
208
+ "custom_name_visible",
209
+ "silent",
210
+ "no_gravity",
211
+ "pose",
212
+ "ticks_frozen",
213
+ "living_entity_flags",
214
+ "health",
215
+ "effect_particles",
216
+ "effect_ambience",
217
+ "arrow_count",
218
+ "stinger_count",
219
+ "sleeping_pos",
220
+ "mob_flags",
221
+ "baby",
222
+ "variant",
223
+ "playing_dead",
224
+ "from_bucket"
225
+ ]
81
226
  },
82
227
  {
83
228
  "id": 8,
@@ -87,7 +232,23 @@
87
232
  "width": 1.375,
88
233
  "height": 0.5625,
89
234
  "type": "other",
90
- "category": "Vehicles"
235
+ "category": "Vehicles",
236
+ "metadataKeys": [
237
+ "shared_flags",
238
+ "air_supply",
239
+ "custom_name",
240
+ "custom_name_visible",
241
+ "silent",
242
+ "no_gravity",
243
+ "pose",
244
+ "ticks_frozen",
245
+ "hurt",
246
+ "hurtdir",
247
+ "damage",
248
+ "paddle_left",
249
+ "paddle_right",
250
+ "bubble_time"
251
+ ]
91
252
  },
92
253
  {
93
254
  "id": 9,
@@ -97,7 +258,23 @@
97
258
  "width": 1.375,
98
259
  "height": 0.5625,
99
260
  "type": "other",
100
- "category": "Vehicles"
261
+ "category": "Vehicles",
262
+ "metadataKeys": [
263
+ "shared_flags",
264
+ "air_supply",
265
+ "custom_name",
266
+ "custom_name_visible",
267
+ "silent",
268
+ "no_gravity",
269
+ "pose",
270
+ "ticks_frozen",
271
+ "hurt",
272
+ "hurtdir",
273
+ "damage",
274
+ "paddle_left",
275
+ "paddle_right",
276
+ "bubble_time"
277
+ ]
101
278
  },
102
279
  {
103
280
  "id": 10,
@@ -107,7 +284,26 @@
107
284
  "width": 0.5,
108
285
  "height": 0.9,
109
286
  "type": "ambient",
110
- "category": "Passive mobs"
287
+ "category": "Passive mobs",
288
+ "metadataKeys": [
289
+ "shared_flags",
290
+ "air_supply",
291
+ "custom_name",
292
+ "custom_name_visible",
293
+ "silent",
294
+ "no_gravity",
295
+ "pose",
296
+ "ticks_frozen",
297
+ "living_entity_flags",
298
+ "health",
299
+ "effect_particles",
300
+ "effect_ambience",
301
+ "arrow_count",
302
+ "stinger_count",
303
+ "sleeping_pos",
304
+ "mob_flags",
305
+ "flags"
306
+ ]
111
307
  },
112
308
  {
113
309
  "id": 11,
@@ -117,7 +313,28 @@
117
313
  "width": 0.7,
118
314
  "height": 0.6,
119
315
  "type": "animal",
120
- "category": "Passive mobs"
316
+ "category": "Passive mobs",
317
+ "metadataKeys": [
318
+ "shared_flags",
319
+ "air_supply",
320
+ "custom_name",
321
+ "custom_name_visible",
322
+ "silent",
323
+ "no_gravity",
324
+ "pose",
325
+ "ticks_frozen",
326
+ "living_entity_flags",
327
+ "health",
328
+ "effect_particles",
329
+ "effect_ambience",
330
+ "arrow_count",
331
+ "stinger_count",
332
+ "sleeping_pos",
333
+ "mob_flags",
334
+ "baby",
335
+ "flags",
336
+ "remaining_anger_time"
337
+ ]
121
338
  },
122
339
  {
123
340
  "id": 12,
@@ -127,7 +344,23 @@
127
344
  "width": 1.375,
128
345
  "height": 0.5625,
129
346
  "type": "other",
130
- "category": "Vehicles"
347
+ "category": "Vehicles",
348
+ "metadataKeys": [
349
+ "shared_flags",
350
+ "air_supply",
351
+ "custom_name",
352
+ "custom_name_visible",
353
+ "silent",
354
+ "no_gravity",
355
+ "pose",
356
+ "ticks_frozen",
357
+ "hurt",
358
+ "hurtdir",
359
+ "damage",
360
+ "paddle_left",
361
+ "paddle_right",
362
+ "bubble_time"
363
+ ]
131
364
  },
132
365
  {
133
366
  "id": 13,
@@ -137,7 +370,23 @@
137
370
  "width": 1.375,
138
371
  "height": 0.5625,
139
372
  "type": "other",
140
- "category": "Vehicles"
373
+ "category": "Vehicles",
374
+ "metadataKeys": [
375
+ "shared_flags",
376
+ "air_supply",
377
+ "custom_name",
378
+ "custom_name_visible",
379
+ "silent",
380
+ "no_gravity",
381
+ "pose",
382
+ "ticks_frozen",
383
+ "hurt",
384
+ "hurtdir",
385
+ "damage",
386
+ "paddle_left",
387
+ "paddle_right",
388
+ "bubble_time"
389
+ ]
141
390
  },
142
391
  {
143
392
  "id": 14,
@@ -147,17 +396,62 @@
147
396
  "width": 0.6,
148
397
  "height": 1.8,
149
398
  "type": "hostile",
150
- "category": "Hostile mobs"
399
+ "category": "Hostile mobs",
400
+ "metadataKeys": [
401
+ "shared_flags",
402
+ "air_supply",
403
+ "custom_name",
404
+ "custom_name_visible",
405
+ "silent",
406
+ "no_gravity",
407
+ "pose",
408
+ "ticks_frozen",
409
+ "living_entity_flags",
410
+ "health",
411
+ "effect_particles",
412
+ "effect_ambience",
413
+ "arrow_count",
414
+ "stinger_count",
415
+ "sleeping_pos",
416
+ "mob_flags",
417
+ "flags"
418
+ ]
151
419
  },
152
420
  {
153
421
  "id": 15,
154
422
  "internalId": 15,
155
423
  "name": "block_display",
156
424
  "displayName": "Block Display",
157
- "width": 0.0,
158
- "height": 0.0,
425
+ "width": 0,
426
+ "height": 0,
159
427
  "type": "other",
160
- "category": "Immobile"
428
+ "category": "Immobile",
429
+ "metadataKeys": [
430
+ "shared_flags",
431
+ "air_supply",
432
+ "custom_name",
433
+ "custom_name_visible",
434
+ "silent",
435
+ "no_gravity",
436
+ "pose",
437
+ "ticks_frozen",
438
+ "transformation_interpolation_start_delta_ticks",
439
+ "transformation_interpolation_duration",
440
+ "pos_rot_interpolation_duration",
441
+ "translation",
442
+ "scale",
443
+ "left_rotation",
444
+ "right_rotation",
445
+ "billboard_render_constraints",
446
+ "brightness_override",
447
+ "view_range",
448
+ "shadow_radius",
449
+ "shadow_strength",
450
+ "width",
451
+ "height",
452
+ "glow_color_override",
453
+ "block_state"
454
+ ]
161
455
  },
162
456
  {
163
457
  "id": 16,
@@ -167,7 +461,26 @@
167
461
  "width": 0.6,
168
462
  "height": 1.99,
169
463
  "type": "hostile",
170
- "category": "Hostile mobs"
464
+ "category": "Hostile mobs",
465
+ "metadataKeys": [
466
+ "shared_flags",
467
+ "air_supply",
468
+ "custom_name",
469
+ "custom_name_visible",
470
+ "silent",
471
+ "no_gravity",
472
+ "pose",
473
+ "ticks_frozen",
474
+ "living_entity_flags",
475
+ "health",
476
+ "effect_particles",
477
+ "effect_ambience",
478
+ "arrow_count",
479
+ "stinger_count",
480
+ "sleeping_pos",
481
+ "mob_flags",
482
+ "sheared"
483
+ ]
171
484
  },
172
485
  {
173
486
  "id": 17,
@@ -177,7 +490,25 @@
177
490
  "width": 0.6,
178
491
  "height": 1.77,
179
492
  "type": "hostile",
180
- "category": "Hostile mobs"
493
+ "category": "Hostile mobs",
494
+ "metadataKeys": [
495
+ "shared_flags",
496
+ "air_supply",
497
+ "custom_name",
498
+ "custom_name_visible",
499
+ "silent",
500
+ "no_gravity",
501
+ "pose",
502
+ "ticks_frozen",
503
+ "living_entity_flags",
504
+ "health",
505
+ "effect_particles",
506
+ "effect_ambience",
507
+ "arrow_count",
508
+ "stinger_count",
509
+ "sleeping_pos",
510
+ "mob_flags"
511
+ ]
181
512
  },
182
513
  {
183
514
  "id": 18,
@@ -187,7 +518,17 @@
187
518
  "width": 0.3125,
188
519
  "height": 0.3125,
189
520
  "type": "projectile",
190
- "category": "Projectiles"
521
+ "category": "Projectiles",
522
+ "metadataKeys": [
523
+ "shared_flags",
524
+ "air_supply",
525
+ "custom_name",
526
+ "custom_name_visible",
527
+ "silent",
528
+ "no_gravity",
529
+ "pose",
530
+ "ticks_frozen"
531
+ ]
191
532
  },
192
533
  {
193
534
  "id": 19,
@@ -197,7 +538,29 @@
197
538
  "width": 1.7,
198
539
  "height": 2.375,
199
540
  "type": "animal",
200
- "category": "Passive mobs"
541
+ "category": "Passive mobs",
542
+ "metadataKeys": [
543
+ "shared_flags",
544
+ "air_supply",
545
+ "custom_name",
546
+ "custom_name_visible",
547
+ "silent",
548
+ "no_gravity",
549
+ "pose",
550
+ "ticks_frozen",
551
+ "living_entity_flags",
552
+ "health",
553
+ "effect_particles",
554
+ "effect_ambience",
555
+ "arrow_count",
556
+ "stinger_count",
557
+ "sleeping_pos",
558
+ "mob_flags",
559
+ "baby",
560
+ "flags",
561
+ "dash",
562
+ "last_pose_change_tick"
563
+ ]
201
564
  },
202
565
  {
203
566
  "id": 20,
@@ -207,7 +570,32 @@
207
570
  "width": 0.6,
208
571
  "height": 0.7,
209
572
  "type": "animal",
210
- "category": "Passive mobs"
573
+ "category": "Passive mobs",
574
+ "metadataKeys": [
575
+ "shared_flags",
576
+ "air_supply",
577
+ "custom_name",
578
+ "custom_name_visible",
579
+ "silent",
580
+ "no_gravity",
581
+ "pose",
582
+ "ticks_frozen",
583
+ "living_entity_flags",
584
+ "health",
585
+ "effect_particles",
586
+ "effect_ambience",
587
+ "arrow_count",
588
+ "stinger_count",
589
+ "sleeping_pos",
590
+ "mob_flags",
591
+ "baby",
592
+ "flags",
593
+ "owneruuid",
594
+ "variant",
595
+ "is_lying",
596
+ "relax_state_one",
597
+ "collar_color"
598
+ ]
211
599
  },
212
600
  {
213
601
  "id": 21,
@@ -217,7 +605,26 @@
217
605
  "width": 0.7,
218
606
  "height": 0.5,
219
607
  "type": "hostile",
220
- "category": "Hostile mobs"
608
+ "category": "Hostile mobs",
609
+ "metadataKeys": [
610
+ "shared_flags",
611
+ "air_supply",
612
+ "custom_name",
613
+ "custom_name_visible",
614
+ "silent",
615
+ "no_gravity",
616
+ "pose",
617
+ "ticks_frozen",
618
+ "living_entity_flags",
619
+ "health",
620
+ "effect_particles",
621
+ "effect_ambience",
622
+ "arrow_count",
623
+ "stinger_count",
624
+ "sleeping_pos",
625
+ "mob_flags",
626
+ "flags"
627
+ ]
221
628
  },
222
629
  {
223
630
  "id": 22,
@@ -227,7 +634,23 @@
227
634
  "width": 1.375,
228
635
  "height": 0.5625,
229
636
  "type": "other",
230
- "category": "Vehicles"
637
+ "category": "Vehicles",
638
+ "metadataKeys": [
639
+ "shared_flags",
640
+ "air_supply",
641
+ "custom_name",
642
+ "custom_name_visible",
643
+ "silent",
644
+ "no_gravity",
645
+ "pose",
646
+ "ticks_frozen",
647
+ "hurt",
648
+ "hurtdir",
649
+ "damage",
650
+ "paddle_left",
651
+ "paddle_right",
652
+ "bubble_time"
653
+ ]
231
654
  },
232
655
  {
233
656
  "id": 23,
@@ -237,7 +660,23 @@
237
660
  "width": 1.375,
238
661
  "height": 0.5625,
239
662
  "type": "other",
240
- "category": "Vehicles"
663
+ "category": "Vehicles",
664
+ "metadataKeys": [
665
+ "shared_flags",
666
+ "air_supply",
667
+ "custom_name",
668
+ "custom_name_visible",
669
+ "silent",
670
+ "no_gravity",
671
+ "pose",
672
+ "ticks_frozen",
673
+ "hurt",
674
+ "hurtdir",
675
+ "damage",
676
+ "paddle_left",
677
+ "paddle_right",
678
+ "bubble_time"
679
+ ]
241
680
  },
242
681
  {
243
682
  "id": 24,
@@ -247,7 +686,22 @@
247
686
  "width": 0.98,
248
687
  "height": 0.7,
249
688
  "type": "other",
250
- "category": "Vehicles"
689
+ "category": "Vehicles",
690
+ "metadataKeys": [
691
+ "shared_flags",
692
+ "air_supply",
693
+ "custom_name",
694
+ "custom_name_visible",
695
+ "silent",
696
+ "no_gravity",
697
+ "pose",
698
+ "ticks_frozen",
699
+ "hurt",
700
+ "hurtdir",
701
+ "damage",
702
+ "custom_display_block",
703
+ "display_offset"
704
+ ]
251
705
  },
252
706
  {
253
707
  "id": 25,
@@ -257,7 +711,27 @@
257
711
  "width": 0.4,
258
712
  "height": 0.7,
259
713
  "type": "animal",
260
- "category": "Passive mobs"
714
+ "category": "Passive mobs",
715
+ "metadataKeys": [
716
+ "shared_flags",
717
+ "air_supply",
718
+ "custom_name",
719
+ "custom_name_visible",
720
+ "silent",
721
+ "no_gravity",
722
+ "pose",
723
+ "ticks_frozen",
724
+ "living_entity_flags",
725
+ "health",
726
+ "effect_particles",
727
+ "effect_ambience",
728
+ "arrow_count",
729
+ "stinger_count",
730
+ "sleeping_pos",
731
+ "mob_flags",
732
+ "baby",
733
+ "variant"
734
+ ]
261
735
  },
262
736
  {
263
737
  "id": 26,
@@ -267,7 +741,26 @@
267
741
  "width": 0.5,
268
742
  "height": 0.3,
269
743
  "type": "water_creature",
270
- "category": "Passive mobs"
744
+ "category": "Passive mobs",
745
+ "metadataKeys": [
746
+ "shared_flags",
747
+ "air_supply",
748
+ "custom_name",
749
+ "custom_name_visible",
750
+ "silent",
751
+ "no_gravity",
752
+ "pose",
753
+ "ticks_frozen",
754
+ "living_entity_flags",
755
+ "health",
756
+ "effect_particles",
757
+ "effect_ambience",
758
+ "arrow_count",
759
+ "stinger_count",
760
+ "sleeping_pos",
761
+ "mob_flags",
762
+ "from_bucket"
763
+ ]
271
764
  },
272
765
  {
273
766
  "id": 27,
@@ -277,7 +770,24 @@
277
770
  "width": 0.98,
278
771
  "height": 0.7,
279
772
  "type": "other",
280
- "category": "Vehicles"
773
+ "category": "Vehicles",
774
+ "metadataKeys": [
775
+ "shared_flags",
776
+ "air_supply",
777
+ "custom_name",
778
+ "custom_name_visible",
779
+ "silent",
780
+ "no_gravity",
781
+ "pose",
782
+ "ticks_frozen",
783
+ "hurt",
784
+ "hurtdir",
785
+ "damage",
786
+ "custom_display_block",
787
+ "display_offset",
788
+ "command_name",
789
+ "last_output"
790
+ ]
281
791
  },
282
792
  {
283
793
  "id": 28,
@@ -287,7 +797,27 @@
287
797
  "width": 0.9,
288
798
  "height": 1.4,
289
799
  "type": "animal",
290
- "category": "Passive mobs"
800
+ "category": "Passive mobs",
801
+ "metadataKeys": [
802
+ "shared_flags",
803
+ "air_supply",
804
+ "custom_name",
805
+ "custom_name_visible",
806
+ "silent",
807
+ "no_gravity",
808
+ "pose",
809
+ "ticks_frozen",
810
+ "living_entity_flags",
811
+ "health",
812
+ "effect_particles",
813
+ "effect_ambience",
814
+ "arrow_count",
815
+ "stinger_count",
816
+ "sleeping_pos",
817
+ "mob_flags",
818
+ "baby",
819
+ "variant"
820
+ ]
291
821
  },
292
822
  {
293
823
  "id": 29,
@@ -297,7 +827,29 @@
297
827
  "width": 0.9,
298
828
  "height": 2.7,
299
829
  "type": "hostile",
300
- "category": "Hostile mobs"
830
+ "category": "Hostile mobs",
831
+ "metadataKeys": [
832
+ "shared_flags",
833
+ "air_supply",
834
+ "custom_name",
835
+ "custom_name_visible",
836
+ "silent",
837
+ "no_gravity",
838
+ "pose",
839
+ "ticks_frozen",
840
+ "living_entity_flags",
841
+ "health",
842
+ "effect_particles",
843
+ "effect_ambience",
844
+ "arrow_count",
845
+ "stinger_count",
846
+ "sleeping_pos",
847
+ "mob_flags",
848
+ "can_move",
849
+ "is_active",
850
+ "is_tearing_down",
851
+ "home_pos"
852
+ ]
301
853
  },
302
854
  {
303
855
  "id": 30,
@@ -307,7 +859,28 @@
307
859
  "width": 0.6,
308
860
  "height": 1.7,
309
861
  "type": "hostile",
310
- "category": "Hostile mobs"
862
+ "category": "Hostile mobs",
863
+ "metadataKeys": [
864
+ "shared_flags",
865
+ "air_supply",
866
+ "custom_name",
867
+ "custom_name_visible",
868
+ "silent",
869
+ "no_gravity",
870
+ "pose",
871
+ "ticks_frozen",
872
+ "living_entity_flags",
873
+ "health",
874
+ "effect_particles",
875
+ "effect_ambience",
876
+ "arrow_count",
877
+ "stinger_count",
878
+ "sleeping_pos",
879
+ "mob_flags",
880
+ "swell_dir",
881
+ "is_powered",
882
+ "is_ignited"
883
+ ]
311
884
  },
312
885
  {
313
886
  "id": 31,
@@ -317,7 +890,23 @@
317
890
  "width": 1.375,
318
891
  "height": 0.5625,
319
892
  "type": "other",
320
- "category": "Vehicles"
893
+ "category": "Vehicles",
894
+ "metadataKeys": [
895
+ "shared_flags",
896
+ "air_supply",
897
+ "custom_name",
898
+ "custom_name_visible",
899
+ "silent",
900
+ "no_gravity",
901
+ "pose",
902
+ "ticks_frozen",
903
+ "hurt",
904
+ "hurtdir",
905
+ "damage",
906
+ "paddle_left",
907
+ "paddle_right",
908
+ "bubble_time"
909
+ ]
321
910
  },
322
911
  {
323
912
  "id": 32,
@@ -327,7 +916,23 @@
327
916
  "width": 1.375,
328
917
  "height": 0.5625,
329
918
  "type": "other",
330
- "category": "Vehicles"
919
+ "category": "Vehicles",
920
+ "metadataKeys": [
921
+ "shared_flags",
922
+ "air_supply",
923
+ "custom_name",
924
+ "custom_name_visible",
925
+ "silent",
926
+ "no_gravity",
927
+ "pose",
928
+ "ticks_frozen",
929
+ "hurt",
930
+ "hurtdir",
931
+ "damage",
932
+ "paddle_left",
933
+ "paddle_right",
934
+ "bubble_time"
935
+ ]
331
936
  },
332
937
  {
333
938
  "id": 33,
@@ -337,7 +942,28 @@
337
942
  "width": 0.9,
338
943
  "height": 0.6,
339
944
  "type": "passive",
340
- "category": "Passive mobs"
945
+ "category": "Passive mobs",
946
+ "metadataKeys": [
947
+ "shared_flags",
948
+ "air_supply",
949
+ "custom_name",
950
+ "custom_name_visible",
951
+ "silent",
952
+ "no_gravity",
953
+ "pose",
954
+ "ticks_frozen",
955
+ "living_entity_flags",
956
+ "health",
957
+ "effect_particles",
958
+ "effect_ambience",
959
+ "arrow_count",
960
+ "stinger_count",
961
+ "sleeping_pos",
962
+ "mob_flags",
963
+ "baby",
964
+ "got_fish",
965
+ "moistness_level"
966
+ ]
341
967
  },
342
968
  {
343
969
  "id": 34,
@@ -347,17 +973,48 @@
347
973
  "width": 1.3964844,
348
974
  "height": 1.5,
349
975
  "type": "animal",
350
- "category": "Passive mobs"
976
+ "category": "Passive mobs",
977
+ "metadataKeys": [
978
+ "shared_flags",
979
+ "air_supply",
980
+ "custom_name",
981
+ "custom_name_visible",
982
+ "silent",
983
+ "no_gravity",
984
+ "pose",
985
+ "ticks_frozen",
986
+ "living_entity_flags",
987
+ "health",
988
+ "effect_particles",
989
+ "effect_ambience",
990
+ "arrow_count",
991
+ "stinger_count",
992
+ "sleeping_pos",
993
+ "mob_flags",
994
+ "baby",
995
+ "flags",
996
+ "chest"
997
+ ]
351
998
  },
352
999
  {
353
1000
  "id": 35,
354
1001
  "internalId": 35,
355
1002
  "name": "dragon_fireball",
356
1003
  "displayName": "Dragon Fireball",
357
- "width": 1.0,
358
- "height": 1.0,
1004
+ "width": 1,
1005
+ "height": 1,
359
1006
  "type": "projectile",
360
- "category": "Projectiles"
1007
+ "category": "Projectiles",
1008
+ "metadataKeys": [
1009
+ "shared_flags",
1010
+ "air_supply",
1011
+ "custom_name",
1012
+ "custom_name_visible",
1013
+ "silent",
1014
+ "no_gravity",
1015
+ "pose",
1016
+ "ticks_frozen"
1017
+ ]
361
1018
  },
362
1019
  {
363
1020
  "id": 36,
@@ -367,7 +1024,28 @@
367
1024
  "width": 0.6,
368
1025
  "height": 1.95,
369
1026
  "type": "hostile",
370
- "category": "Hostile mobs"
1027
+ "category": "Hostile mobs",
1028
+ "metadataKeys": [
1029
+ "shared_flags",
1030
+ "air_supply",
1031
+ "custom_name",
1032
+ "custom_name_visible",
1033
+ "silent",
1034
+ "no_gravity",
1035
+ "pose",
1036
+ "ticks_frozen",
1037
+ "living_entity_flags",
1038
+ "health",
1039
+ "effect_particles",
1040
+ "effect_ambience",
1041
+ "arrow_count",
1042
+ "stinger_count",
1043
+ "sleeping_pos",
1044
+ "mob_flags",
1045
+ "baby",
1046
+ "special_type",
1047
+ "drowned_conversion"
1048
+ ]
371
1049
  },
372
1050
  {
373
1051
  "id": 37,
@@ -377,7 +1055,18 @@
377
1055
  "width": 0.25,
378
1056
  "height": 0.25,
379
1057
  "type": "projectile",
380
- "category": "Projectiles"
1058
+ "category": "Projectiles",
1059
+ "metadataKeys": [
1060
+ "shared_flags",
1061
+ "air_supply",
1062
+ "custom_name",
1063
+ "custom_name_visible",
1064
+ "silent",
1065
+ "no_gravity",
1066
+ "pose",
1067
+ "ticks_frozen",
1068
+ "item_stack"
1069
+ ]
381
1070
  },
382
1071
  {
383
1072
  "id": 38,
@@ -387,7 +1076,27 @@
387
1076
  "width": 1.9975,
388
1077
  "height": 1.9975,
389
1078
  "type": "hostile",
390
- "category": "Hostile mobs"
1079
+ "category": "Hostile mobs",
1080
+ "metadataKeys": [
1081
+ "shared_flags",
1082
+ "air_supply",
1083
+ "custom_name",
1084
+ "custom_name_visible",
1085
+ "silent",
1086
+ "no_gravity",
1087
+ "pose",
1088
+ "ticks_frozen",
1089
+ "living_entity_flags",
1090
+ "health",
1091
+ "effect_particles",
1092
+ "effect_ambience",
1093
+ "arrow_count",
1094
+ "stinger_count",
1095
+ "sleeping_pos",
1096
+ "mob_flags",
1097
+ "moving",
1098
+ "attack_target"
1099
+ ]
391
1100
  },
392
1101
  {
393
1102
  "id": 39,
@@ -397,7 +1106,28 @@
397
1106
  "width": 0.6,
398
1107
  "height": 2.9,
399
1108
  "type": "hostile",
400
- "category": "Hostile mobs"
1109
+ "category": "Hostile mobs",
1110
+ "metadataKeys": [
1111
+ "shared_flags",
1112
+ "air_supply",
1113
+ "custom_name",
1114
+ "custom_name_visible",
1115
+ "silent",
1116
+ "no_gravity",
1117
+ "pose",
1118
+ "ticks_frozen",
1119
+ "living_entity_flags",
1120
+ "health",
1121
+ "effect_particles",
1122
+ "effect_ambience",
1123
+ "arrow_count",
1124
+ "stinger_count",
1125
+ "sleeping_pos",
1126
+ "mob_flags",
1127
+ "carry_state",
1128
+ "creepy",
1129
+ "stared_at"
1130
+ ]
401
1131
  },
402
1132
  {
403
1133
  "id": 40,
@@ -407,17 +1137,54 @@
407
1137
  "width": 0.4,
408
1138
  "height": 0.3,
409
1139
  "type": "hostile",
410
- "category": "Hostile mobs"
1140
+ "category": "Hostile mobs",
1141
+ "metadataKeys": [
1142
+ "shared_flags",
1143
+ "air_supply",
1144
+ "custom_name",
1145
+ "custom_name_visible",
1146
+ "silent",
1147
+ "no_gravity",
1148
+ "pose",
1149
+ "ticks_frozen",
1150
+ "living_entity_flags",
1151
+ "health",
1152
+ "effect_particles",
1153
+ "effect_ambience",
1154
+ "arrow_count",
1155
+ "stinger_count",
1156
+ "sleeping_pos",
1157
+ "mob_flags"
1158
+ ]
411
1159
  },
412
1160
  {
413
1161
  "id": 41,
414
1162
  "internalId": 41,
415
1163
  "name": "ender_dragon",
416
1164
  "displayName": "Ender Dragon",
417
- "width": 16.0,
418
- "height": 8.0,
1165
+ "width": 16,
1166
+ "height": 8,
419
1167
  "type": "mob",
420
- "category": "Hostile mobs"
1168
+ "category": "Hostile mobs",
1169
+ "metadataKeys": [
1170
+ "shared_flags",
1171
+ "air_supply",
1172
+ "custom_name",
1173
+ "custom_name_visible",
1174
+ "silent",
1175
+ "no_gravity",
1176
+ "pose",
1177
+ "ticks_frozen",
1178
+ "living_entity_flags",
1179
+ "health",
1180
+ "effect_particles",
1181
+ "effect_ambience",
1182
+ "arrow_count",
1183
+ "stinger_count",
1184
+ "sleeping_pos",
1185
+ "mob_flags",
1186
+ "phase"
1187
+ ]
421
1188
  },
422
1189
  {
423
1190
  "id": 42,
@@ -427,17 +1194,40 @@
427
1194
  "width": 0.25,
428
1195
  "height": 0.25,
429
1196
  "type": "projectile",
430
- "category": "Projectiles"
1197
+ "category": "Projectiles",
1198
+ "metadataKeys": [
1199
+ "shared_flags",
1200
+ "air_supply",
1201
+ "custom_name",
1202
+ "custom_name_visible",
1203
+ "silent",
1204
+ "no_gravity",
1205
+ "pose",
1206
+ "ticks_frozen",
1207
+ "item_stack"
1208
+ ]
431
1209
  },
432
1210
  {
433
1211
  "id": 43,
434
1212
  "internalId": 43,
435
1213
  "name": "end_crystal",
436
1214
  "displayName": "End Crystal",
437
- "width": 2.0,
438
- "height": 2.0,
1215
+ "width": 2,
1216
+ "height": 2,
439
1217
  "type": "other",
440
- "category": "Immobile"
1218
+ "category": "Immobile",
1219
+ "metadataKeys": [
1220
+ "shared_flags",
1221
+ "air_supply",
1222
+ "custom_name",
1223
+ "custom_name_visible",
1224
+ "silent",
1225
+ "no_gravity",
1226
+ "pose",
1227
+ "ticks_frozen",
1228
+ "beam_target",
1229
+ "show_bottom"
1230
+ ]
441
1231
  },
442
1232
  {
443
1233
  "id": 44,
@@ -447,7 +1237,27 @@
447
1237
  "width": 0.6,
448
1238
  "height": 1.95,
449
1239
  "type": "hostile",
450
- "category": "Hostile mobs"
1240
+ "category": "Hostile mobs",
1241
+ "metadataKeys": [
1242
+ "shared_flags",
1243
+ "air_supply",
1244
+ "custom_name",
1245
+ "custom_name_visible",
1246
+ "silent",
1247
+ "no_gravity",
1248
+ "pose",
1249
+ "ticks_frozen",
1250
+ "living_entity_flags",
1251
+ "health",
1252
+ "effect_particles",
1253
+ "effect_ambience",
1254
+ "arrow_count",
1255
+ "stinger_count",
1256
+ "sleeping_pos",
1257
+ "mob_flags",
1258
+ "is_celebrating",
1259
+ "spell_casting"
1260
+ ]
451
1261
  },
452
1262
  {
453
1263
  "id": 45,
@@ -457,7 +1267,17 @@
457
1267
  "width": 0.5,
458
1268
  "height": 0.8,
459
1269
  "type": "other",
460
- "category": "Hostile mobs"
1270
+ "category": "Hostile mobs",
1271
+ "metadataKeys": [
1272
+ "shared_flags",
1273
+ "air_supply",
1274
+ "custom_name",
1275
+ "custom_name_visible",
1276
+ "silent",
1277
+ "no_gravity",
1278
+ "pose",
1279
+ "ticks_frozen"
1280
+ ]
461
1281
  },
462
1282
  {
463
1283
  "id": 46,
@@ -467,7 +1287,18 @@
467
1287
  "width": 0.25,
468
1288
  "height": 0.25,
469
1289
  "type": "projectile",
470
- "category": "Projectiles"
1290
+ "category": "Projectiles",
1291
+ "metadataKeys": [
1292
+ "shared_flags",
1293
+ "air_supply",
1294
+ "custom_name",
1295
+ "custom_name_visible",
1296
+ "silent",
1297
+ "no_gravity",
1298
+ "pose",
1299
+ "ticks_frozen",
1300
+ "item_stack"
1301
+ ]
471
1302
  },
472
1303
  {
473
1304
  "id": 47,
@@ -477,7 +1308,18 @@
477
1308
  "width": 0.5,
478
1309
  "height": 0.5,
479
1310
  "type": "other",
480
- "category": "UNKNOWN"
1311
+ "category": "UNKNOWN",
1312
+ "metadataKeys": [
1313
+ "shared_flags",
1314
+ "air_supply",
1315
+ "custom_name",
1316
+ "custom_name_visible",
1317
+ "silent",
1318
+ "no_gravity",
1319
+ "pose",
1320
+ "ticks_frozen",
1321
+ "value"
1322
+ ]
481
1323
  },
482
1324
  {
483
1325
  "id": 48,
@@ -487,7 +1329,18 @@
487
1329
  "width": 0.25,
488
1330
  "height": 0.25,
489
1331
  "type": "other",
490
- "category": "UNKNOWN"
1332
+ "category": "UNKNOWN",
1333
+ "metadataKeys": [
1334
+ "shared_flags",
1335
+ "air_supply",
1336
+ "custom_name",
1337
+ "custom_name_visible",
1338
+ "silent",
1339
+ "no_gravity",
1340
+ "pose",
1341
+ "ticks_frozen",
1342
+ "item_stack"
1343
+ ]
491
1344
  },
492
1345
  {
493
1346
  "id": 49,
@@ -497,17 +1350,39 @@
497
1350
  "width": 0.98,
498
1351
  "height": 0.98,
499
1352
  "type": "other",
500
- "category": "UNKNOWN"
1353
+ "category": "UNKNOWN",
1354
+ "metadataKeys": [
1355
+ "shared_flags",
1356
+ "air_supply",
1357
+ "custom_name",
1358
+ "custom_name_visible",
1359
+ "silent",
1360
+ "no_gravity",
1361
+ "pose",
1362
+ "ticks_frozen",
1363
+ "start_pos"
1364
+ ]
501
1365
  },
502
1366
  {
503
1367
  "id": 50,
504
1368
  "internalId": 50,
505
1369
  "name": "fireball",
506
1370
  "displayName": "Fireball",
507
- "width": 1.0,
508
- "height": 1.0,
1371
+ "width": 1,
1372
+ "height": 1,
509
1373
  "type": "projectile",
510
- "category": "Projectiles"
1374
+ "category": "Projectiles",
1375
+ "metadataKeys": [
1376
+ "shared_flags",
1377
+ "air_supply",
1378
+ "custom_name",
1379
+ "custom_name_visible",
1380
+ "silent",
1381
+ "no_gravity",
1382
+ "pose",
1383
+ "ticks_frozen",
1384
+ "item_stack"
1385
+ ]
511
1386
  },
512
1387
  {
513
1388
  "id": 51,
@@ -517,7 +1392,20 @@
517
1392
  "width": 0.25,
518
1393
  "height": 0.25,
519
1394
  "type": "projectile",
520
- "category": "Projectiles"
1395
+ "category": "Projectiles",
1396
+ "metadataKeys": [
1397
+ "shared_flags",
1398
+ "air_supply",
1399
+ "custom_name",
1400
+ "custom_name_visible",
1401
+ "silent",
1402
+ "no_gravity",
1403
+ "pose",
1404
+ "ticks_frozen",
1405
+ "fireworks_item",
1406
+ "attached_to_target",
1407
+ "shot_at_angle"
1408
+ ]
521
1409
  },
522
1410
  {
523
1411
  "id": 52,
@@ -527,7 +1415,30 @@
527
1415
  "width": 0.6,
528
1416
  "height": 0.7,
529
1417
  "type": "animal",
530
- "category": "Passive mobs"
1418
+ "category": "Passive mobs",
1419
+ "metadataKeys": [
1420
+ "shared_flags",
1421
+ "air_supply",
1422
+ "custom_name",
1423
+ "custom_name_visible",
1424
+ "silent",
1425
+ "no_gravity",
1426
+ "pose",
1427
+ "ticks_frozen",
1428
+ "living_entity_flags",
1429
+ "health",
1430
+ "effect_particles",
1431
+ "effect_ambience",
1432
+ "arrow_count",
1433
+ "stinger_count",
1434
+ "sleeping_pos",
1435
+ "mob_flags",
1436
+ "baby",
1437
+ "type",
1438
+ "flags",
1439
+ "trusted_0",
1440
+ "trusted_1"
1441
+ ]
531
1442
  },
532
1443
  {
533
1444
  "id": 53,
@@ -537,7 +1448,28 @@
537
1448
  "width": 0.5,
538
1449
  "height": 0.5,
539
1450
  "type": "animal",
540
- "category": "Passive mobs"
1451
+ "category": "Passive mobs",
1452
+ "metadataKeys": [
1453
+ "shared_flags",
1454
+ "air_supply",
1455
+ "custom_name",
1456
+ "custom_name_visible",
1457
+ "silent",
1458
+ "no_gravity",
1459
+ "pose",
1460
+ "ticks_frozen",
1461
+ "living_entity_flags",
1462
+ "health",
1463
+ "effect_particles",
1464
+ "effect_ambience",
1465
+ "arrow_count",
1466
+ "stinger_count",
1467
+ "sleeping_pos",
1468
+ "mob_flags",
1469
+ "baby",
1470
+ "variant",
1471
+ "tongue_target"
1472
+ ]
541
1473
  },
542
1474
  {
543
1475
  "id": 54,
@@ -547,17 +1479,52 @@
547
1479
  "width": 0.98,
548
1480
  "height": 0.7,
549
1481
  "type": "other",
550
- "category": "Vehicles"
1482
+ "category": "Vehicles",
1483
+ "metadataKeys": [
1484
+ "shared_flags",
1485
+ "air_supply",
1486
+ "custom_name",
1487
+ "custom_name_visible",
1488
+ "silent",
1489
+ "no_gravity",
1490
+ "pose",
1491
+ "ticks_frozen",
1492
+ "hurt",
1493
+ "hurtdir",
1494
+ "damage",
1495
+ "custom_display_block",
1496
+ "display_offset",
1497
+ "fuel"
1498
+ ]
551
1499
  },
552
1500
  {
553
1501
  "id": 55,
554
1502
  "internalId": 55,
555
1503
  "name": "ghast",
556
1504
  "displayName": "Ghast",
557
- "width": 4.0,
558
- "height": 4.0,
1505
+ "width": 4,
1506
+ "height": 4,
559
1507
  "type": "mob",
560
- "category": "Hostile mobs"
1508
+ "category": "Hostile mobs",
1509
+ "metadataKeys": [
1510
+ "shared_flags",
1511
+ "air_supply",
1512
+ "custom_name",
1513
+ "custom_name_visible",
1514
+ "silent",
1515
+ "no_gravity",
1516
+ "pose",
1517
+ "ticks_frozen",
1518
+ "living_entity_flags",
1519
+ "health",
1520
+ "effect_particles",
1521
+ "effect_ambience",
1522
+ "arrow_count",
1523
+ "stinger_count",
1524
+ "sleeping_pos",
1525
+ "mob_flags",
1526
+ "is_charging"
1527
+ ]
561
1528
  },
562
1529
  {
563
1530
  "id": 56,
@@ -565,9 +1532,27 @@
565
1532
  "name": "giant",
566
1533
  "displayName": "Giant",
567
1534
  "width": 3.6,
568
- "height": 12.0,
1535
+ "height": 12,
569
1536
  "type": "hostile",
570
- "category": "Hostile mobs"
1537
+ "category": "Hostile mobs",
1538
+ "metadataKeys": [
1539
+ "shared_flags",
1540
+ "air_supply",
1541
+ "custom_name",
1542
+ "custom_name_visible",
1543
+ "silent",
1544
+ "no_gravity",
1545
+ "pose",
1546
+ "ticks_frozen",
1547
+ "living_entity_flags",
1548
+ "health",
1549
+ "effect_particles",
1550
+ "effect_ambience",
1551
+ "arrow_count",
1552
+ "stinger_count",
1553
+ "sleeping_pos",
1554
+ "mob_flags"
1555
+ ]
571
1556
  },
572
1557
  {
573
1558
  "id": 57,
@@ -577,7 +1562,19 @@
577
1562
  "width": 0.5,
578
1563
  "height": 0.5,
579
1564
  "type": "other",
580
- "category": "Immobile"
1565
+ "category": "Immobile",
1566
+ "metadataKeys": [
1567
+ "shared_flags",
1568
+ "air_supply",
1569
+ "custom_name",
1570
+ "custom_name_visible",
1571
+ "silent",
1572
+ "no_gravity",
1573
+ "pose",
1574
+ "ticks_frozen",
1575
+ "item",
1576
+ "rotation"
1577
+ ]
581
1578
  },
582
1579
  {
583
1580
  "id": 58,
@@ -587,7 +1584,27 @@
587
1584
  "width": 0.8,
588
1585
  "height": 0.8,
589
1586
  "type": "passive",
590
- "category": "Passive mobs"
1587
+ "category": "Passive mobs",
1588
+ "metadataKeys": [
1589
+ "shared_flags",
1590
+ "air_supply",
1591
+ "custom_name",
1592
+ "custom_name_visible",
1593
+ "silent",
1594
+ "no_gravity",
1595
+ "pose",
1596
+ "ticks_frozen",
1597
+ "living_entity_flags",
1598
+ "health",
1599
+ "effect_particles",
1600
+ "effect_ambience",
1601
+ "arrow_count",
1602
+ "stinger_count",
1603
+ "sleeping_pos",
1604
+ "mob_flags",
1605
+ "baby",
1606
+ "dark_ticks_remaining"
1607
+ ]
591
1608
  },
592
1609
  {
593
1610
  "id": 59,
@@ -597,7 +1614,29 @@
597
1614
  "width": 0.9,
598
1615
  "height": 1.3,
599
1616
  "type": "animal",
600
- "category": "Passive mobs"
1617
+ "category": "Passive mobs",
1618
+ "metadataKeys": [
1619
+ "shared_flags",
1620
+ "air_supply",
1621
+ "custom_name",
1622
+ "custom_name_visible",
1623
+ "silent",
1624
+ "no_gravity",
1625
+ "pose",
1626
+ "ticks_frozen",
1627
+ "living_entity_flags",
1628
+ "health",
1629
+ "effect_particles",
1630
+ "effect_ambience",
1631
+ "arrow_count",
1632
+ "stinger_count",
1633
+ "sleeping_pos",
1634
+ "mob_flags",
1635
+ "baby",
1636
+ "is_screaming_goat",
1637
+ "has_left_horn",
1638
+ "has_right_horn"
1639
+ ]
601
1640
  },
602
1641
  {
603
1642
  "id": 60,
@@ -607,7 +1646,27 @@
607
1646
  "width": 0.85,
608
1647
  "height": 0.85,
609
1648
  "type": "hostile",
610
- "category": "Hostile mobs"
1649
+ "category": "Hostile mobs",
1650
+ "metadataKeys": [
1651
+ "shared_flags",
1652
+ "air_supply",
1653
+ "custom_name",
1654
+ "custom_name_visible",
1655
+ "silent",
1656
+ "no_gravity",
1657
+ "pose",
1658
+ "ticks_frozen",
1659
+ "living_entity_flags",
1660
+ "health",
1661
+ "effect_particles",
1662
+ "effect_ambience",
1663
+ "arrow_count",
1664
+ "stinger_count",
1665
+ "sleeping_pos",
1666
+ "mob_flags",
1667
+ "moving",
1668
+ "attack_target"
1669
+ ]
611
1670
  },
612
1671
  {
613
1672
  "id": 61,
@@ -617,7 +1676,27 @@
617
1676
  "width": 1.3964844,
618
1677
  "height": 1.4,
619
1678
  "type": "animal",
620
- "category": "Hostile mobs"
1679
+ "category": "Hostile mobs",
1680
+ "metadataKeys": [
1681
+ "shared_flags",
1682
+ "air_supply",
1683
+ "custom_name",
1684
+ "custom_name_visible",
1685
+ "silent",
1686
+ "no_gravity",
1687
+ "pose",
1688
+ "ticks_frozen",
1689
+ "living_entity_flags",
1690
+ "health",
1691
+ "effect_particles",
1692
+ "effect_ambience",
1693
+ "arrow_count",
1694
+ "stinger_count",
1695
+ "sleeping_pos",
1696
+ "mob_flags",
1697
+ "baby",
1698
+ "immune_to_zombification"
1699
+ ]
621
1700
  },
622
1701
  {
623
1702
  "id": 62,
@@ -627,7 +1706,22 @@
627
1706
  "width": 0.98,
628
1707
  "height": 0.7,
629
1708
  "type": "other",
630
- "category": "Vehicles"
1709
+ "category": "Vehicles",
1710
+ "metadataKeys": [
1711
+ "shared_flags",
1712
+ "air_supply",
1713
+ "custom_name",
1714
+ "custom_name_visible",
1715
+ "silent",
1716
+ "no_gravity",
1717
+ "pose",
1718
+ "ticks_frozen",
1719
+ "hurt",
1720
+ "hurtdir",
1721
+ "damage",
1722
+ "custom_display_block",
1723
+ "display_offset"
1724
+ ]
631
1725
  },
632
1726
  {
633
1727
  "id": 63,
@@ -637,7 +1731,28 @@
637
1731
  "width": 1.3964844,
638
1732
  "height": 1.6,
639
1733
  "type": "animal",
640
- "category": "Passive mobs"
1734
+ "category": "Passive mobs",
1735
+ "metadataKeys": [
1736
+ "shared_flags",
1737
+ "air_supply",
1738
+ "custom_name",
1739
+ "custom_name_visible",
1740
+ "silent",
1741
+ "no_gravity",
1742
+ "pose",
1743
+ "ticks_frozen",
1744
+ "living_entity_flags",
1745
+ "health",
1746
+ "effect_particles",
1747
+ "effect_ambience",
1748
+ "arrow_count",
1749
+ "stinger_count",
1750
+ "sleeping_pos",
1751
+ "mob_flags",
1752
+ "baby",
1753
+ "flags",
1754
+ "type_variant"
1755
+ ]
641
1756
  },
642
1757
  {
643
1758
  "id": 64,
@@ -647,7 +1762,28 @@
647
1762
  "width": 0.6,
648
1763
  "height": 1.95,
649
1764
  "type": "hostile",
650
- "category": "Hostile mobs"
1765
+ "category": "Hostile mobs",
1766
+ "metadataKeys": [
1767
+ "shared_flags",
1768
+ "air_supply",
1769
+ "custom_name",
1770
+ "custom_name_visible",
1771
+ "silent",
1772
+ "no_gravity",
1773
+ "pose",
1774
+ "ticks_frozen",
1775
+ "living_entity_flags",
1776
+ "health",
1777
+ "effect_particles",
1778
+ "effect_ambience",
1779
+ "arrow_count",
1780
+ "stinger_count",
1781
+ "sleeping_pos",
1782
+ "mob_flags",
1783
+ "baby",
1784
+ "special_type",
1785
+ "drowned_conversion"
1786
+ ]
651
1787
  },
652
1788
  {
653
1789
  "id": 65,
@@ -657,17 +1793,50 @@
657
1793
  "width": 0.6,
658
1794
  "height": 1.95,
659
1795
  "type": "hostile",
660
- "category": "Hostile mobs"
1796
+ "category": "Hostile mobs",
1797
+ "metadataKeys": [
1798
+ "shared_flags",
1799
+ "air_supply",
1800
+ "custom_name",
1801
+ "custom_name_visible",
1802
+ "silent",
1803
+ "no_gravity",
1804
+ "pose",
1805
+ "ticks_frozen",
1806
+ "living_entity_flags",
1807
+ "health",
1808
+ "effect_particles",
1809
+ "effect_ambience",
1810
+ "arrow_count",
1811
+ "stinger_count",
1812
+ "sleeping_pos",
1813
+ "mob_flags",
1814
+ "is_celebrating",
1815
+ "spell_casting"
1816
+ ]
661
1817
  },
662
1818
  {
663
1819
  "id": 66,
664
1820
  "internalId": 66,
665
1821
  "name": "interaction",
666
1822
  "displayName": "Interaction",
667
- "width": 0.0,
668
- "height": 0.0,
1823
+ "width": 0,
1824
+ "height": 0,
669
1825
  "type": "other",
670
- "category": "Immobile"
1826
+ "category": "Immobile",
1827
+ "metadataKeys": [
1828
+ "shared_flags",
1829
+ "air_supply",
1830
+ "custom_name",
1831
+ "custom_name_visible",
1832
+ "silent",
1833
+ "no_gravity",
1834
+ "pose",
1835
+ "ticks_frozen",
1836
+ "width",
1837
+ "height",
1838
+ "response"
1839
+ ]
671
1840
  },
672
1841
  {
673
1842
  "id": 67,
@@ -677,7 +1846,26 @@
677
1846
  "width": 1.4,
678
1847
  "height": 2.7,
679
1848
  "type": "mob",
680
- "category": "Passive mobs"
1849
+ "category": "Passive mobs",
1850
+ "metadataKeys": [
1851
+ "shared_flags",
1852
+ "air_supply",
1853
+ "custom_name",
1854
+ "custom_name_visible",
1855
+ "silent",
1856
+ "no_gravity",
1857
+ "pose",
1858
+ "ticks_frozen",
1859
+ "living_entity_flags",
1860
+ "health",
1861
+ "effect_particles",
1862
+ "effect_ambience",
1863
+ "arrow_count",
1864
+ "stinger_count",
1865
+ "sleeping_pos",
1866
+ "mob_flags",
1867
+ "flags"
1868
+ ]
681
1869
  },
682
1870
  {
683
1871
  "id": 68,
@@ -687,17 +1875,55 @@
687
1875
  "width": 0.25,
688
1876
  "height": 0.25,
689
1877
  "type": "other",
690
- "category": "UNKNOWN"
1878
+ "category": "UNKNOWN",
1879
+ "metadataKeys": [
1880
+ "shared_flags",
1881
+ "air_supply",
1882
+ "custom_name",
1883
+ "custom_name_visible",
1884
+ "silent",
1885
+ "no_gravity",
1886
+ "pose",
1887
+ "ticks_frozen",
1888
+ "item"
1889
+ ]
691
1890
  },
692
1891
  {
693
1892
  "id": 69,
694
1893
  "internalId": 69,
695
1894
  "name": "item_display",
696
1895
  "displayName": "Item Display",
697
- "width": 0.0,
698
- "height": 0.0,
1896
+ "width": 0,
1897
+ "height": 0,
699
1898
  "type": "other",
700
- "category": "Immobile"
1899
+ "category": "Immobile",
1900
+ "metadataKeys": [
1901
+ "shared_flags",
1902
+ "air_supply",
1903
+ "custom_name",
1904
+ "custom_name_visible",
1905
+ "silent",
1906
+ "no_gravity",
1907
+ "pose",
1908
+ "ticks_frozen",
1909
+ "transformation_interpolation_start_delta_ticks",
1910
+ "transformation_interpolation_duration",
1911
+ "pos_rot_interpolation_duration",
1912
+ "translation",
1913
+ "scale",
1914
+ "left_rotation",
1915
+ "right_rotation",
1916
+ "billboard_render_constraints",
1917
+ "brightness_override",
1918
+ "view_range",
1919
+ "shadow_radius",
1920
+ "shadow_strength",
1921
+ "width",
1922
+ "height",
1923
+ "glow_color_override",
1924
+ "item_stack",
1925
+ "item_display"
1926
+ ]
701
1927
  },
702
1928
  {
703
1929
  "id": 70,
@@ -707,7 +1933,19 @@
707
1933
  "width": 0.5,
708
1934
  "height": 0.5,
709
1935
  "type": "other",
710
- "category": "Immobile"
1936
+ "category": "Immobile",
1937
+ "metadataKeys": [
1938
+ "shared_flags",
1939
+ "air_supply",
1940
+ "custom_name",
1941
+ "custom_name_visible",
1942
+ "silent",
1943
+ "no_gravity",
1944
+ "pose",
1945
+ "ticks_frozen",
1946
+ "item",
1947
+ "rotation"
1948
+ ]
711
1949
  },
712
1950
  {
713
1951
  "id": 71,
@@ -717,7 +1955,23 @@
717
1955
  "width": 1.375,
718
1956
  "height": 0.5625,
719
1957
  "type": "other",
720
- "category": "Vehicles"
1958
+ "category": "Vehicles",
1959
+ "metadataKeys": [
1960
+ "shared_flags",
1961
+ "air_supply",
1962
+ "custom_name",
1963
+ "custom_name_visible",
1964
+ "silent",
1965
+ "no_gravity",
1966
+ "pose",
1967
+ "ticks_frozen",
1968
+ "hurt",
1969
+ "hurtdir",
1970
+ "damage",
1971
+ "paddle_left",
1972
+ "paddle_right",
1973
+ "bubble_time"
1974
+ ]
721
1975
  },
722
1976
  {
723
1977
  "id": 72,
@@ -727,7 +1981,23 @@
727
1981
  "width": 1.375,
728
1982
  "height": 0.5625,
729
1983
  "type": "other",
730
- "category": "Vehicles"
1984
+ "category": "Vehicles",
1985
+ "metadataKeys": [
1986
+ "shared_flags",
1987
+ "air_supply",
1988
+ "custom_name",
1989
+ "custom_name_visible",
1990
+ "silent",
1991
+ "no_gravity",
1992
+ "pose",
1993
+ "ticks_frozen",
1994
+ "hurt",
1995
+ "hurtdir",
1996
+ "damage",
1997
+ "paddle_left",
1998
+ "paddle_right",
1999
+ "bubble_time"
2000
+ ]
731
2001
  },
732
2002
  {
733
2003
  "id": 73,
@@ -737,17 +2007,37 @@
737
2007
  "width": 0.375,
738
2008
  "height": 0.5,
739
2009
  "type": "other",
740
- "category": "Immobile"
2010
+ "category": "Immobile",
2011
+ "metadataKeys": [
2012
+ "shared_flags",
2013
+ "air_supply",
2014
+ "custom_name",
2015
+ "custom_name_visible",
2016
+ "silent",
2017
+ "no_gravity",
2018
+ "pose",
2019
+ "ticks_frozen"
2020
+ ]
741
2021
  },
742
2022
  {
743
2023
  "id": 74,
744
2024
  "internalId": 74,
745
2025
  "name": "lightning_bolt",
746
2026
  "displayName": "Lightning Bolt",
747
- "width": 0.0,
748
- "height": 0.0,
2027
+ "width": 0,
2028
+ "height": 0,
749
2029
  "type": "other",
750
- "category": "UNKNOWN"
2030
+ "category": "UNKNOWN",
2031
+ "metadataKeys": [
2032
+ "shared_flags",
2033
+ "air_supply",
2034
+ "custom_name",
2035
+ "custom_name_visible",
2036
+ "silent",
2037
+ "no_gravity",
2038
+ "pose",
2039
+ "ticks_frozen"
2040
+ ]
751
2041
  },
752
2042
  {
753
2043
  "id": 75,
@@ -757,7 +2047,30 @@
757
2047
  "width": 0.9,
758
2048
  "height": 1.87,
759
2049
  "type": "animal",
760
- "category": "Passive mobs"
2050
+ "category": "Passive mobs",
2051
+ "metadataKeys": [
2052
+ "shared_flags",
2053
+ "air_supply",
2054
+ "custom_name",
2055
+ "custom_name_visible",
2056
+ "silent",
2057
+ "no_gravity",
2058
+ "pose",
2059
+ "ticks_frozen",
2060
+ "living_entity_flags",
2061
+ "health",
2062
+ "effect_particles",
2063
+ "effect_ambience",
2064
+ "arrow_count",
2065
+ "stinger_count",
2066
+ "sleeping_pos",
2067
+ "mob_flags",
2068
+ "baby",
2069
+ "flags",
2070
+ "chest",
2071
+ "strength",
2072
+ "variant"
2073
+ ]
761
2074
  },
762
2075
  {
763
2076
  "id": 76,
@@ -767,7 +2080,17 @@
767
2080
  "width": 0.25,
768
2081
  "height": 0.25,
769
2082
  "type": "projectile",
770
- "category": "Projectiles"
2083
+ "category": "Projectiles",
2084
+ "metadataKeys": [
2085
+ "shared_flags",
2086
+ "air_supply",
2087
+ "custom_name",
2088
+ "custom_name_visible",
2089
+ "silent",
2090
+ "no_gravity",
2091
+ "pose",
2092
+ "ticks_frozen"
2093
+ ]
771
2094
  },
772
2095
  {
773
2096
  "id": 77,
@@ -777,7 +2100,26 @@
777
2100
  "width": 0.52,
778
2101
  "height": 0.52,
779
2102
  "type": "mob",
780
- "category": "Hostile mobs"
2103
+ "category": "Hostile mobs",
2104
+ "metadataKeys": [
2105
+ "shared_flags",
2106
+ "air_supply",
2107
+ "custom_name",
2108
+ "custom_name_visible",
2109
+ "silent",
2110
+ "no_gravity",
2111
+ "pose",
2112
+ "ticks_frozen",
2113
+ "living_entity_flags",
2114
+ "health",
2115
+ "effect_particles",
2116
+ "effect_ambience",
2117
+ "arrow_count",
2118
+ "stinger_count",
2119
+ "sleeping_pos",
2120
+ "mob_flags",
2121
+ "size"
2122
+ ]
781
2123
  },
782
2124
  {
783
2125
  "id": 78,
@@ -787,7 +2129,23 @@
787
2129
  "width": 1.375,
788
2130
  "height": 0.5625,
789
2131
  "type": "other",
790
- "category": "Vehicles"
2132
+ "category": "Vehicles",
2133
+ "metadataKeys": [
2134
+ "shared_flags",
2135
+ "air_supply",
2136
+ "custom_name",
2137
+ "custom_name_visible",
2138
+ "silent",
2139
+ "no_gravity",
2140
+ "pose",
2141
+ "ticks_frozen",
2142
+ "hurt",
2143
+ "hurtdir",
2144
+ "damage",
2145
+ "paddle_left",
2146
+ "paddle_right",
2147
+ "bubble_time"
2148
+ ]
791
2149
  },
792
2150
  {
793
2151
  "id": 79,
@@ -797,17 +2155,43 @@
797
2155
  "width": 1.375,
798
2156
  "height": 0.5625,
799
2157
  "type": "other",
800
- "category": "Vehicles"
2158
+ "category": "Vehicles",
2159
+ "metadataKeys": [
2160
+ "shared_flags",
2161
+ "air_supply",
2162
+ "custom_name",
2163
+ "custom_name_visible",
2164
+ "silent",
2165
+ "no_gravity",
2166
+ "pose",
2167
+ "ticks_frozen",
2168
+ "hurt",
2169
+ "hurtdir",
2170
+ "damage",
2171
+ "paddle_left",
2172
+ "paddle_right",
2173
+ "bubble_time"
2174
+ ]
801
2175
  },
802
2176
  {
803
2177
  "id": 80,
804
2178
  "internalId": 80,
805
2179
  "name": "marker",
806
2180
  "displayName": "Marker",
807
- "width": 0.0,
808
- "height": 0.0,
2181
+ "width": 0,
2182
+ "height": 0,
809
2183
  "type": "other",
810
- "category": "UNKNOWN"
2184
+ "category": "UNKNOWN",
2185
+ "metadataKeys": [
2186
+ "shared_flags",
2187
+ "air_supply",
2188
+ "custom_name",
2189
+ "custom_name_visible",
2190
+ "silent",
2191
+ "no_gravity",
2192
+ "pose",
2193
+ "ticks_frozen"
2194
+ ]
811
2195
  },
812
2196
  {
813
2197
  "id": 81,
@@ -817,7 +2201,22 @@
817
2201
  "width": 0.98,
818
2202
  "height": 0.7,
819
2203
  "type": "other",
820
- "category": "Vehicles"
2204
+ "category": "Vehicles",
2205
+ "metadataKeys": [
2206
+ "shared_flags",
2207
+ "air_supply",
2208
+ "custom_name",
2209
+ "custom_name_visible",
2210
+ "silent",
2211
+ "no_gravity",
2212
+ "pose",
2213
+ "ticks_frozen",
2214
+ "hurt",
2215
+ "hurtdir",
2216
+ "damage",
2217
+ "custom_display_block",
2218
+ "display_offset"
2219
+ ]
821
2220
  },
822
2221
  {
823
2222
  "id": 82,
@@ -827,7 +2226,27 @@
827
2226
  "width": 0.9,
828
2227
  "height": 1.4,
829
2228
  "type": "animal",
830
- "category": "Passive mobs"
2229
+ "category": "Passive mobs",
2230
+ "metadataKeys": [
2231
+ "shared_flags",
2232
+ "air_supply",
2233
+ "custom_name",
2234
+ "custom_name_visible",
2235
+ "silent",
2236
+ "no_gravity",
2237
+ "pose",
2238
+ "ticks_frozen",
2239
+ "living_entity_flags",
2240
+ "health",
2241
+ "effect_particles",
2242
+ "effect_ambience",
2243
+ "arrow_count",
2244
+ "stinger_count",
2245
+ "sleeping_pos",
2246
+ "mob_flags",
2247
+ "baby",
2248
+ "type"
2249
+ ]
831
2250
  },
832
2251
  {
833
2252
  "id": 83,
@@ -837,7 +2256,28 @@
837
2256
  "width": 1.3964844,
838
2257
  "height": 1.6,
839
2258
  "type": "animal",
840
- "category": "Passive mobs"
2259
+ "category": "Passive mobs",
2260
+ "metadataKeys": [
2261
+ "shared_flags",
2262
+ "air_supply",
2263
+ "custom_name",
2264
+ "custom_name_visible",
2265
+ "silent",
2266
+ "no_gravity",
2267
+ "pose",
2268
+ "ticks_frozen",
2269
+ "living_entity_flags",
2270
+ "health",
2271
+ "effect_particles",
2272
+ "effect_ambience",
2273
+ "arrow_count",
2274
+ "stinger_count",
2275
+ "sleeping_pos",
2276
+ "mob_flags",
2277
+ "baby",
2278
+ "flags",
2279
+ "chest"
2280
+ ]
841
2281
  },
842
2282
  {
843
2283
  "id": 84,
@@ -847,7 +2287,23 @@
847
2287
  "width": 1.375,
848
2288
  "height": 0.5625,
849
2289
  "type": "other",
850
- "category": "Vehicles"
2290
+ "category": "Vehicles",
2291
+ "metadataKeys": [
2292
+ "shared_flags",
2293
+ "air_supply",
2294
+ "custom_name",
2295
+ "custom_name_visible",
2296
+ "silent",
2297
+ "no_gravity",
2298
+ "pose",
2299
+ "ticks_frozen",
2300
+ "hurt",
2301
+ "hurtdir",
2302
+ "damage",
2303
+ "paddle_left",
2304
+ "paddle_right",
2305
+ "bubble_time"
2306
+ ]
851
2307
  },
852
2308
  {
853
2309
  "id": 85,
@@ -857,7 +2313,23 @@
857
2313
  "width": 1.375,
858
2314
  "height": 0.5625,
859
2315
  "type": "other",
860
- "category": "Vehicles"
2316
+ "category": "Vehicles",
2317
+ "metadataKeys": [
2318
+ "shared_flags",
2319
+ "air_supply",
2320
+ "custom_name",
2321
+ "custom_name_visible",
2322
+ "silent",
2323
+ "no_gravity",
2324
+ "pose",
2325
+ "ticks_frozen",
2326
+ "hurt",
2327
+ "hurtdir",
2328
+ "damage",
2329
+ "paddle_left",
2330
+ "paddle_right",
2331
+ "bubble_time"
2332
+ ]
861
2333
  },
862
2334
  {
863
2335
  "id": 86,
@@ -867,7 +2339,27 @@
867
2339
  "width": 0.6,
868
2340
  "height": 0.7,
869
2341
  "type": "animal",
870
- "category": "Passive mobs"
2342
+ "category": "Passive mobs",
2343
+ "metadataKeys": [
2344
+ "shared_flags",
2345
+ "air_supply",
2346
+ "custom_name",
2347
+ "custom_name_visible",
2348
+ "silent",
2349
+ "no_gravity",
2350
+ "pose",
2351
+ "ticks_frozen",
2352
+ "living_entity_flags",
2353
+ "health",
2354
+ "effect_particles",
2355
+ "effect_ambience",
2356
+ "arrow_count",
2357
+ "stinger_count",
2358
+ "sleeping_pos",
2359
+ "mob_flags",
2360
+ "baby",
2361
+ "trusting"
2362
+ ]
871
2363
  },
872
2364
  {
873
2365
  "id": 87,
@@ -877,7 +2369,18 @@
877
2369
  "width": 0.25,
878
2370
  "height": 0.25,
879
2371
  "type": "other",
880
- "category": "UNKNOWN"
2372
+ "category": "UNKNOWN",
2373
+ "metadataKeys": [
2374
+ "shared_flags",
2375
+ "air_supply",
2376
+ "custom_name",
2377
+ "custom_name_visible",
2378
+ "silent",
2379
+ "no_gravity",
2380
+ "pose",
2381
+ "ticks_frozen",
2382
+ "item"
2383
+ ]
881
2384
  },
882
2385
  {
883
2386
  "id": 88,
@@ -887,7 +2390,18 @@
887
2390
  "width": 0.5,
888
2391
  "height": 0.5,
889
2392
  "type": "other",
890
- "category": "Immobile"
2393
+ "category": "Immobile",
2394
+ "metadataKeys": [
2395
+ "shared_flags",
2396
+ "air_supply",
2397
+ "custom_name",
2398
+ "custom_name_visible",
2399
+ "silent",
2400
+ "no_gravity",
2401
+ "pose",
2402
+ "ticks_frozen",
2403
+ "painting_variant"
2404
+ ]
891
2405
  },
892
2406
  {
893
2407
  "id": 89,
@@ -897,7 +2411,23 @@
897
2411
  "width": 1.375,
898
2412
  "height": 0.5625,
899
2413
  "type": "other",
900
- "category": "Vehicles"
2414
+ "category": "Vehicles",
2415
+ "metadataKeys": [
2416
+ "shared_flags",
2417
+ "air_supply",
2418
+ "custom_name",
2419
+ "custom_name_visible",
2420
+ "silent",
2421
+ "no_gravity",
2422
+ "pose",
2423
+ "ticks_frozen",
2424
+ "hurt",
2425
+ "hurtdir",
2426
+ "damage",
2427
+ "paddle_left",
2428
+ "paddle_right",
2429
+ "bubble_time"
2430
+ ]
901
2431
  },
902
2432
  {
903
2433
  "id": 90,
@@ -907,7 +2437,23 @@
907
2437
  "width": 1.375,
908
2438
  "height": 0.5625,
909
2439
  "type": "other",
910
- "category": "Vehicles"
2440
+ "category": "Vehicles",
2441
+ "metadataKeys": [
2442
+ "shared_flags",
2443
+ "air_supply",
2444
+ "custom_name",
2445
+ "custom_name_visible",
2446
+ "silent",
2447
+ "no_gravity",
2448
+ "pose",
2449
+ "ticks_frozen",
2450
+ "hurt",
2451
+ "hurtdir",
2452
+ "damage",
2453
+ "paddle_left",
2454
+ "paddle_right",
2455
+ "bubble_time"
2456
+ ]
911
2457
  },
912
2458
  {
913
2459
  "id": 91,
@@ -917,7 +2463,32 @@
917
2463
  "width": 1.3,
918
2464
  "height": 1.25,
919
2465
  "type": "animal",
920
- "category": "Passive mobs"
2466
+ "category": "Passive mobs",
2467
+ "metadataKeys": [
2468
+ "shared_flags",
2469
+ "air_supply",
2470
+ "custom_name",
2471
+ "custom_name_visible",
2472
+ "silent",
2473
+ "no_gravity",
2474
+ "pose",
2475
+ "ticks_frozen",
2476
+ "living_entity_flags",
2477
+ "health",
2478
+ "effect_particles",
2479
+ "effect_ambience",
2480
+ "arrow_count",
2481
+ "stinger_count",
2482
+ "sleeping_pos",
2483
+ "mob_flags",
2484
+ "baby",
2485
+ "unhappy_counter",
2486
+ "sneeze_counter",
2487
+ "eat_counter",
2488
+ "main_gene",
2489
+ "hidden_gene",
2490
+ "flags"
2491
+ ]
921
2492
  },
922
2493
  {
923
2494
  "id": 92,
@@ -927,7 +2498,29 @@
927
2498
  "width": 0.5,
928
2499
  "height": 0.9,
929
2500
  "type": "animal",
930
- "category": "Passive mobs"
2501
+ "category": "Passive mobs",
2502
+ "metadataKeys": [
2503
+ "shared_flags",
2504
+ "air_supply",
2505
+ "custom_name",
2506
+ "custom_name_visible",
2507
+ "silent",
2508
+ "no_gravity",
2509
+ "pose",
2510
+ "ticks_frozen",
2511
+ "living_entity_flags",
2512
+ "health",
2513
+ "effect_particles",
2514
+ "effect_ambience",
2515
+ "arrow_count",
2516
+ "stinger_count",
2517
+ "sleeping_pos",
2518
+ "mob_flags",
2519
+ "baby",
2520
+ "flags",
2521
+ "owneruuid",
2522
+ "variant"
2523
+ ]
931
2524
  },
932
2525
  {
933
2526
  "id": 93,
@@ -937,7 +2530,26 @@
937
2530
  "width": 0.9,
938
2531
  "height": 0.5,
939
2532
  "type": "mob",
940
- "category": "Hostile mobs"
2533
+ "category": "Hostile mobs",
2534
+ "metadataKeys": [
2535
+ "shared_flags",
2536
+ "air_supply",
2537
+ "custom_name",
2538
+ "custom_name_visible",
2539
+ "silent",
2540
+ "no_gravity",
2541
+ "pose",
2542
+ "ticks_frozen",
2543
+ "living_entity_flags",
2544
+ "health",
2545
+ "effect_particles",
2546
+ "effect_ambience",
2547
+ "arrow_count",
2548
+ "stinger_count",
2549
+ "sleeping_pos",
2550
+ "mob_flags",
2551
+ "size"
2552
+ ]
941
2553
  },
942
2554
  {
943
2555
  "id": 94,
@@ -947,7 +2559,28 @@
947
2559
  "width": 0.9,
948
2560
  "height": 0.9,
949
2561
  "type": "animal",
950
- "category": "Passive mobs"
2562
+ "category": "Passive mobs",
2563
+ "metadataKeys": [
2564
+ "shared_flags",
2565
+ "air_supply",
2566
+ "custom_name",
2567
+ "custom_name_visible",
2568
+ "silent",
2569
+ "no_gravity",
2570
+ "pose",
2571
+ "ticks_frozen",
2572
+ "living_entity_flags",
2573
+ "health",
2574
+ "effect_particles",
2575
+ "effect_ambience",
2576
+ "arrow_count",
2577
+ "stinger_count",
2578
+ "sleeping_pos",
2579
+ "mob_flags",
2580
+ "baby",
2581
+ "boost_time",
2582
+ "variant"
2583
+ ]
951
2584
  },
952
2585
  {
953
2586
  "id": 95,
@@ -957,7 +2590,29 @@
957
2590
  "width": 0.6,
958
2591
  "height": 1.95,
959
2592
  "type": "hostile",
960
- "category": "Hostile mobs"
2593
+ "category": "Hostile mobs",
2594
+ "metadataKeys": [
2595
+ "shared_flags",
2596
+ "air_supply",
2597
+ "custom_name",
2598
+ "custom_name_visible",
2599
+ "silent",
2600
+ "no_gravity",
2601
+ "pose",
2602
+ "ticks_frozen",
2603
+ "living_entity_flags",
2604
+ "health",
2605
+ "effect_particles",
2606
+ "effect_ambience",
2607
+ "arrow_count",
2608
+ "stinger_count",
2609
+ "sleeping_pos",
2610
+ "mob_flags",
2611
+ "immune_to_zombification",
2612
+ "baby",
2613
+ "is_charging_crossbow",
2614
+ "is_dancing"
2615
+ ]
961
2616
  },
962
2617
  {
963
2618
  "id": 96,
@@ -967,7 +2622,26 @@
967
2622
  "width": 0.6,
968
2623
  "height": 1.95,
969
2624
  "type": "hostile",
970
- "category": "Hostile mobs"
2625
+ "category": "Hostile mobs",
2626
+ "metadataKeys": [
2627
+ "shared_flags",
2628
+ "air_supply",
2629
+ "custom_name",
2630
+ "custom_name_visible",
2631
+ "silent",
2632
+ "no_gravity",
2633
+ "pose",
2634
+ "ticks_frozen",
2635
+ "living_entity_flags",
2636
+ "health",
2637
+ "effect_particles",
2638
+ "effect_ambience",
2639
+ "arrow_count",
2640
+ "stinger_count",
2641
+ "sleeping_pos",
2642
+ "mob_flags",
2643
+ "immune_to_zombification"
2644
+ ]
971
2645
  },
972
2646
  {
973
2647
  "id": 97,
@@ -977,7 +2651,27 @@
977
2651
  "width": 0.6,
978
2652
  "height": 1.95,
979
2653
  "type": "hostile",
980
- "category": "Hostile mobs"
2654
+ "category": "Hostile mobs",
2655
+ "metadataKeys": [
2656
+ "shared_flags",
2657
+ "air_supply",
2658
+ "custom_name",
2659
+ "custom_name_visible",
2660
+ "silent",
2661
+ "no_gravity",
2662
+ "pose",
2663
+ "ticks_frozen",
2664
+ "living_entity_flags",
2665
+ "health",
2666
+ "effect_particles",
2667
+ "effect_ambience",
2668
+ "arrow_count",
2669
+ "stinger_count",
2670
+ "sleeping_pos",
2671
+ "mob_flags",
2672
+ "is_celebrating",
2673
+ "is_charging_crossbow"
2674
+ ]
981
2675
  },
982
2676
  {
983
2677
  "id": 98,
@@ -987,7 +2681,27 @@
987
2681
  "width": 1.4,
988
2682
  "height": 1.4,
989
2683
  "type": "animal",
990
- "category": "Passive mobs"
2684
+ "category": "Passive mobs",
2685
+ "metadataKeys": [
2686
+ "shared_flags",
2687
+ "air_supply",
2688
+ "custom_name",
2689
+ "custom_name_visible",
2690
+ "silent",
2691
+ "no_gravity",
2692
+ "pose",
2693
+ "ticks_frozen",
2694
+ "living_entity_flags",
2695
+ "health",
2696
+ "effect_particles",
2697
+ "effect_ambience",
2698
+ "arrow_count",
2699
+ "stinger_count",
2700
+ "sleeping_pos",
2701
+ "mob_flags",
2702
+ "baby",
2703
+ "standing"
2704
+ ]
991
2705
  },
992
2706
  {
993
2707
  "id": 99,
@@ -997,7 +2711,18 @@
997
2711
  "width": 0.25,
998
2712
  "height": 0.25,
999
2713
  "type": "projectile",
1000
- "category": "Projectiles"
2714
+ "category": "Projectiles",
2715
+ "metadataKeys": [
2716
+ "shared_flags",
2717
+ "air_supply",
2718
+ "custom_name",
2719
+ "custom_name_visible",
2720
+ "silent",
2721
+ "no_gravity",
2722
+ "pose",
2723
+ "ticks_frozen",
2724
+ "item_stack"
2725
+ ]
1001
2726
  },
1002
2727
  {
1003
2728
  "id": 100,
@@ -1007,7 +2732,18 @@
1007
2732
  "width": 0.25,
1008
2733
  "height": 0.25,
1009
2734
  "type": "projectile",
1010
- "category": "Projectiles"
2735
+ "category": "Projectiles",
2736
+ "metadataKeys": [
2737
+ "shared_flags",
2738
+ "air_supply",
2739
+ "custom_name",
2740
+ "custom_name_visible",
2741
+ "silent",
2742
+ "no_gravity",
2743
+ "pose",
2744
+ "ticks_frozen",
2745
+ "item_stack"
2746
+ ]
1011
2747
  },
1012
2748
  {
1013
2749
  "id": 101,
@@ -1017,7 +2753,27 @@
1017
2753
  "width": 0.7,
1018
2754
  "height": 0.7,
1019
2755
  "type": "water_creature",
1020
- "category": "Passive mobs"
2756
+ "category": "Passive mobs",
2757
+ "metadataKeys": [
2758
+ "shared_flags",
2759
+ "air_supply",
2760
+ "custom_name",
2761
+ "custom_name_visible",
2762
+ "silent",
2763
+ "no_gravity",
2764
+ "pose",
2765
+ "ticks_frozen",
2766
+ "living_entity_flags",
2767
+ "health",
2768
+ "effect_particles",
2769
+ "effect_ambience",
2770
+ "arrow_count",
2771
+ "stinger_count",
2772
+ "sleeping_pos",
2773
+ "mob_flags",
2774
+ "from_bucket",
2775
+ "puff_state"
2776
+ ]
1021
2777
  },
1022
2778
  {
1023
2779
  "id": 102,
@@ -1027,7 +2783,27 @@
1027
2783
  "width": 0.4,
1028
2784
  "height": 0.5,
1029
2785
  "type": "animal",
1030
- "category": "Passive mobs"
2786
+ "category": "Passive mobs",
2787
+ "metadataKeys": [
2788
+ "shared_flags",
2789
+ "air_supply",
2790
+ "custom_name",
2791
+ "custom_name_visible",
2792
+ "silent",
2793
+ "no_gravity",
2794
+ "pose",
2795
+ "ticks_frozen",
2796
+ "living_entity_flags",
2797
+ "health",
2798
+ "effect_particles",
2799
+ "effect_ambience",
2800
+ "arrow_count",
2801
+ "stinger_count",
2802
+ "sleeping_pos",
2803
+ "mob_flags",
2804
+ "baby",
2805
+ "type"
2806
+ ]
1031
2807
  },
1032
2808
  {
1033
2809
  "id": 103,
@@ -1037,7 +2813,26 @@
1037
2813
  "width": 1.95,
1038
2814
  "height": 2.2,
1039
2815
  "type": "hostile",
1040
- "category": "Hostile mobs"
2816
+ "category": "Hostile mobs",
2817
+ "metadataKeys": [
2818
+ "shared_flags",
2819
+ "air_supply",
2820
+ "custom_name",
2821
+ "custom_name_visible",
2822
+ "silent",
2823
+ "no_gravity",
2824
+ "pose",
2825
+ "ticks_frozen",
2826
+ "living_entity_flags",
2827
+ "health",
2828
+ "effect_particles",
2829
+ "effect_ambience",
2830
+ "arrow_count",
2831
+ "stinger_count",
2832
+ "sleeping_pos",
2833
+ "mob_flags",
2834
+ "is_celebrating"
2835
+ ]
1041
2836
  },
1042
2837
  {
1043
2838
  "id": 104,
@@ -1047,7 +2842,27 @@
1047
2842
  "width": 0.7,
1048
2843
  "height": 0.4,
1049
2844
  "type": "water_creature",
1050
- "category": "Passive mobs"
2845
+ "category": "Passive mobs",
2846
+ "metadataKeys": [
2847
+ "shared_flags",
2848
+ "air_supply",
2849
+ "custom_name",
2850
+ "custom_name_visible",
2851
+ "silent",
2852
+ "no_gravity",
2853
+ "pose",
2854
+ "ticks_frozen",
2855
+ "living_entity_flags",
2856
+ "health",
2857
+ "effect_particles",
2858
+ "effect_ambience",
2859
+ "arrow_count",
2860
+ "stinger_count",
2861
+ "sleeping_pos",
2862
+ "mob_flags",
2863
+ "from_bucket",
2864
+ "type"
2865
+ ]
1051
2866
  },
1052
2867
  {
1053
2868
  "id": 105,
@@ -1057,17 +2872,58 @@
1057
2872
  "width": 0.9,
1058
2873
  "height": 1.3,
1059
2874
  "type": "animal",
1060
- "category": "Passive mobs"
2875
+ "category": "Passive mobs",
2876
+ "metadataKeys": [
2877
+ "shared_flags",
2878
+ "air_supply",
2879
+ "custom_name",
2880
+ "custom_name_visible",
2881
+ "silent",
2882
+ "no_gravity",
2883
+ "pose",
2884
+ "ticks_frozen",
2885
+ "living_entity_flags",
2886
+ "health",
2887
+ "effect_particles",
2888
+ "effect_ambience",
2889
+ "arrow_count",
2890
+ "stinger_count",
2891
+ "sleeping_pos",
2892
+ "mob_flags",
2893
+ "baby",
2894
+ "wool"
2895
+ ]
1061
2896
  },
1062
2897
  {
1063
2898
  "id": 106,
1064
2899
  "internalId": 106,
1065
2900
  "name": "shulker",
1066
2901
  "displayName": "Shulker",
1067
- "width": 1.0,
1068
- "height": 1.0,
2902
+ "width": 1,
2903
+ "height": 1,
1069
2904
  "type": "mob",
1070
- "category": "Hostile mobs"
2905
+ "category": "Hostile mobs",
2906
+ "metadataKeys": [
2907
+ "shared_flags",
2908
+ "air_supply",
2909
+ "custom_name",
2910
+ "custom_name_visible",
2911
+ "silent",
2912
+ "no_gravity",
2913
+ "pose",
2914
+ "ticks_frozen",
2915
+ "living_entity_flags",
2916
+ "health",
2917
+ "effect_particles",
2918
+ "effect_ambience",
2919
+ "arrow_count",
2920
+ "stinger_count",
2921
+ "sleeping_pos",
2922
+ "mob_flags",
2923
+ "attach_face",
2924
+ "peek",
2925
+ "color"
2926
+ ]
1071
2927
  },
1072
2928
  {
1073
2929
  "id": 107,
@@ -1077,7 +2933,17 @@
1077
2933
  "width": 0.3125,
1078
2934
  "height": 0.3125,
1079
2935
  "type": "projectile",
1080
- "category": "Projectiles"
2936
+ "category": "Projectiles",
2937
+ "metadataKeys": [
2938
+ "shared_flags",
2939
+ "air_supply",
2940
+ "custom_name",
2941
+ "custom_name_visible",
2942
+ "silent",
2943
+ "no_gravity",
2944
+ "pose",
2945
+ "ticks_frozen"
2946
+ ]
1081
2947
  },
1082
2948
  {
1083
2949
  "id": 108,
@@ -1087,7 +2953,25 @@
1087
2953
  "width": 0.4,
1088
2954
  "height": 0.3,
1089
2955
  "type": "hostile",
1090
- "category": "Hostile mobs"
2956
+ "category": "Hostile mobs",
2957
+ "metadataKeys": [
2958
+ "shared_flags",
2959
+ "air_supply",
2960
+ "custom_name",
2961
+ "custom_name_visible",
2962
+ "silent",
2963
+ "no_gravity",
2964
+ "pose",
2965
+ "ticks_frozen",
2966
+ "living_entity_flags",
2967
+ "health",
2968
+ "effect_particles",
2969
+ "effect_ambience",
2970
+ "arrow_count",
2971
+ "stinger_count",
2972
+ "sleeping_pos",
2973
+ "mob_flags"
2974
+ ]
1091
2975
  },
1092
2976
  {
1093
2977
  "id": 109,
@@ -1097,7 +2981,26 @@
1097
2981
  "width": 0.6,
1098
2982
  "height": 1.99,
1099
2983
  "type": "hostile",
1100
- "category": "Hostile mobs"
2984
+ "category": "Hostile mobs",
2985
+ "metadataKeys": [
2986
+ "shared_flags",
2987
+ "air_supply",
2988
+ "custom_name",
2989
+ "custom_name_visible",
2990
+ "silent",
2991
+ "no_gravity",
2992
+ "pose",
2993
+ "ticks_frozen",
2994
+ "living_entity_flags",
2995
+ "health",
2996
+ "effect_particles",
2997
+ "effect_ambience",
2998
+ "arrow_count",
2999
+ "stinger_count",
3000
+ "sleeping_pos",
3001
+ "mob_flags",
3002
+ "stray_conversion"
3003
+ ]
1101
3004
  },
1102
3005
  {
1103
3006
  "id": 110,
@@ -1107,7 +3010,27 @@
1107
3010
  "width": 1.3964844,
1108
3011
  "height": 1.6,
1109
3012
  "type": "animal",
1110
- "category": "Hostile mobs"
3013
+ "category": "Hostile mobs",
3014
+ "metadataKeys": [
3015
+ "shared_flags",
3016
+ "air_supply",
3017
+ "custom_name",
3018
+ "custom_name_visible",
3019
+ "silent",
3020
+ "no_gravity",
3021
+ "pose",
3022
+ "ticks_frozen",
3023
+ "living_entity_flags",
3024
+ "health",
3025
+ "effect_particles",
3026
+ "effect_ambience",
3027
+ "arrow_count",
3028
+ "stinger_count",
3029
+ "sleeping_pos",
3030
+ "mob_flags",
3031
+ "baby",
3032
+ "flags"
3033
+ ]
1111
3034
  },
1112
3035
  {
1113
3036
  "id": 111,
@@ -1117,7 +3040,26 @@
1117
3040
  "width": 0.52,
1118
3041
  "height": 0.52,
1119
3042
  "type": "mob",
1120
- "category": "Hostile mobs"
3043
+ "category": "Hostile mobs",
3044
+ "metadataKeys": [
3045
+ "shared_flags",
3046
+ "air_supply",
3047
+ "custom_name",
3048
+ "custom_name_visible",
3049
+ "silent",
3050
+ "no_gravity",
3051
+ "pose",
3052
+ "ticks_frozen",
3053
+ "living_entity_flags",
3054
+ "health",
3055
+ "effect_particles",
3056
+ "effect_ambience",
3057
+ "arrow_count",
3058
+ "stinger_count",
3059
+ "sleeping_pos",
3060
+ "mob_flags",
3061
+ "size"
3062
+ ]
1121
3063
  },
1122
3064
  {
1123
3065
  "id": 112,
@@ -1127,7 +3069,18 @@
1127
3069
  "width": 0.3125,
1128
3070
  "height": 0.3125,
1129
3071
  "type": "projectile",
1130
- "category": "Projectiles"
3072
+ "category": "Projectiles",
3073
+ "metadataKeys": [
3074
+ "shared_flags",
3075
+ "air_supply",
3076
+ "custom_name",
3077
+ "custom_name_visible",
3078
+ "silent",
3079
+ "no_gravity",
3080
+ "pose",
3081
+ "ticks_frozen",
3082
+ "item_stack"
3083
+ ]
1131
3084
  },
1132
3085
  {
1133
3086
  "id": 113,
@@ -1137,7 +3090,28 @@
1137
3090
  "width": 1.9,
1138
3091
  "height": 1.75,
1139
3092
  "type": "animal",
1140
- "category": "Passive mobs"
3093
+ "category": "Passive mobs",
3094
+ "metadataKeys": [
3095
+ "shared_flags",
3096
+ "air_supply",
3097
+ "custom_name",
3098
+ "custom_name_visible",
3099
+ "silent",
3100
+ "no_gravity",
3101
+ "pose",
3102
+ "ticks_frozen",
3103
+ "living_entity_flags",
3104
+ "health",
3105
+ "effect_particles",
3106
+ "effect_ambience",
3107
+ "arrow_count",
3108
+ "stinger_count",
3109
+ "sleeping_pos",
3110
+ "mob_flags",
3111
+ "baby",
3112
+ "state",
3113
+ "drop_seed_at_tick"
3114
+ ]
1141
3115
  },
1142
3116
  {
1143
3117
  "id": 114,
@@ -1147,7 +3121,18 @@
1147
3121
  "width": 0.25,
1148
3122
  "height": 0.25,
1149
3123
  "type": "projectile",
1150
- "category": "Projectiles"
3124
+ "category": "Projectiles",
3125
+ "metadataKeys": [
3126
+ "shared_flags",
3127
+ "air_supply",
3128
+ "custom_name",
3129
+ "custom_name_visible",
3130
+ "silent",
3131
+ "no_gravity",
3132
+ "pose",
3133
+ "ticks_frozen",
3134
+ "item_stack"
3135
+ ]
1151
3136
  },
1152
3137
  {
1153
3138
  "id": 115,
@@ -1157,7 +3142,26 @@
1157
3142
  "width": 0.7,
1158
3143
  "height": 1.9,
1159
3144
  "type": "mob",
1160
- "category": "Passive mobs"
3145
+ "category": "Passive mobs",
3146
+ "metadataKeys": [
3147
+ "shared_flags",
3148
+ "air_supply",
3149
+ "custom_name",
3150
+ "custom_name_visible",
3151
+ "silent",
3152
+ "no_gravity",
3153
+ "pose",
3154
+ "ticks_frozen",
3155
+ "living_entity_flags",
3156
+ "health",
3157
+ "effect_particles",
3158
+ "effect_ambience",
3159
+ "arrow_count",
3160
+ "stinger_count",
3161
+ "sleeping_pos",
3162
+ "mob_flags",
3163
+ "pumpkin"
3164
+ ]
1161
3165
  },
1162
3166
  {
1163
3167
  "id": 116,
@@ -1167,7 +3171,22 @@
1167
3171
  "width": 0.98,
1168
3172
  "height": 0.7,
1169
3173
  "type": "other",
1170
- "category": "Vehicles"
3174
+ "category": "Vehicles",
3175
+ "metadataKeys": [
3176
+ "shared_flags",
3177
+ "air_supply",
3178
+ "custom_name",
3179
+ "custom_name_visible",
3180
+ "silent",
3181
+ "no_gravity",
3182
+ "pose",
3183
+ "ticks_frozen",
3184
+ "hurt",
3185
+ "hurtdir",
3186
+ "damage",
3187
+ "custom_display_block",
3188
+ "display_offset"
3189
+ ]
1171
3190
  },
1172
3191
  {
1173
3192
  "id": 117,
@@ -1177,7 +3196,20 @@
1177
3196
  "width": 0.5,
1178
3197
  "height": 0.5,
1179
3198
  "type": "projectile",
1180
- "category": "Projectiles"
3199
+ "category": "Projectiles",
3200
+ "metadataKeys": [
3201
+ "shared_flags",
3202
+ "air_supply",
3203
+ "custom_name",
3204
+ "custom_name_visible",
3205
+ "silent",
3206
+ "no_gravity",
3207
+ "pose",
3208
+ "ticks_frozen",
3209
+ "flags",
3210
+ "pierce_level",
3211
+ "in_ground"
3212
+ ]
1181
3213
  },
1182
3214
  {
1183
3215
  "id": 118,
@@ -1187,7 +3219,26 @@
1187
3219
  "width": 1.4,
1188
3220
  "height": 0.9,
1189
3221
  "type": "hostile",
1190
- "category": "Hostile mobs"
3222
+ "category": "Hostile mobs",
3223
+ "metadataKeys": [
3224
+ "shared_flags",
3225
+ "air_supply",
3226
+ "custom_name",
3227
+ "custom_name_visible",
3228
+ "silent",
3229
+ "no_gravity",
3230
+ "pose",
3231
+ "ticks_frozen",
3232
+ "living_entity_flags",
3233
+ "health",
3234
+ "effect_particles",
3235
+ "effect_ambience",
3236
+ "arrow_count",
3237
+ "stinger_count",
3238
+ "sleeping_pos",
3239
+ "mob_flags",
3240
+ "flags"
3241
+ ]
1191
3242
  },
1192
3243
  {
1193
3244
  "id": 119,
@@ -1197,7 +3248,23 @@
1197
3248
  "width": 1.375,
1198
3249
  "height": 0.5625,
1199
3250
  "type": "other",
1200
- "category": "Vehicles"
3251
+ "category": "Vehicles",
3252
+ "metadataKeys": [
3253
+ "shared_flags",
3254
+ "air_supply",
3255
+ "custom_name",
3256
+ "custom_name_visible",
3257
+ "silent",
3258
+ "no_gravity",
3259
+ "pose",
3260
+ "ticks_frozen",
3261
+ "hurt",
3262
+ "hurtdir",
3263
+ "damage",
3264
+ "paddle_left",
3265
+ "paddle_right",
3266
+ "bubble_time"
3267
+ ]
1201
3268
  },
1202
3269
  {
1203
3270
  "id": 120,
@@ -1207,7 +3274,23 @@
1207
3274
  "width": 1.375,
1208
3275
  "height": 0.5625,
1209
3276
  "type": "other",
1210
- "category": "Vehicles"
3277
+ "category": "Vehicles",
3278
+ "metadataKeys": [
3279
+ "shared_flags",
3280
+ "air_supply",
3281
+ "custom_name",
3282
+ "custom_name_visible",
3283
+ "silent",
3284
+ "no_gravity",
3285
+ "pose",
3286
+ "ticks_frozen",
3287
+ "hurt",
3288
+ "hurtdir",
3289
+ "damage",
3290
+ "paddle_left",
3291
+ "paddle_right",
3292
+ "bubble_time"
3293
+ ]
1211
3294
  },
1212
3295
  {
1213
3296
  "id": 121,
@@ -1217,7 +3300,26 @@
1217
3300
  "width": 0.8,
1218
3301
  "height": 0.8,
1219
3302
  "type": "passive",
1220
- "category": "Passive mobs"
3303
+ "category": "Passive mobs",
3304
+ "metadataKeys": [
3305
+ "shared_flags",
3306
+ "air_supply",
3307
+ "custom_name",
3308
+ "custom_name_visible",
3309
+ "silent",
3310
+ "no_gravity",
3311
+ "pose",
3312
+ "ticks_frozen",
3313
+ "living_entity_flags",
3314
+ "health",
3315
+ "effect_particles",
3316
+ "effect_ambience",
3317
+ "arrow_count",
3318
+ "stinger_count",
3319
+ "sleeping_pos",
3320
+ "mob_flags",
3321
+ "baby"
3322
+ ]
1221
3323
  },
1222
3324
  {
1223
3325
  "id": 122,
@@ -1227,7 +3329,25 @@
1227
3329
  "width": 0.6,
1228
3330
  "height": 1.99,
1229
3331
  "type": "hostile",
1230
- "category": "Hostile mobs"
3332
+ "category": "Hostile mobs",
3333
+ "metadataKeys": [
3334
+ "shared_flags",
3335
+ "air_supply",
3336
+ "custom_name",
3337
+ "custom_name_visible",
3338
+ "silent",
3339
+ "no_gravity",
3340
+ "pose",
3341
+ "ticks_frozen",
3342
+ "living_entity_flags",
3343
+ "health",
3344
+ "effect_particles",
3345
+ "effect_ambience",
3346
+ "arrow_count",
3347
+ "stinger_count",
3348
+ "sleeping_pos",
3349
+ "mob_flags"
3350
+ ]
1231
3351
  },
1232
3352
  {
1233
3353
  "id": 123,
@@ -1237,7 +3357,28 @@
1237
3357
  "width": 0.9,
1238
3358
  "height": 1.7,
1239
3359
  "type": "animal",
1240
- "category": "Passive mobs"
3360
+ "category": "Passive mobs",
3361
+ "metadataKeys": [
3362
+ "shared_flags",
3363
+ "air_supply",
3364
+ "custom_name",
3365
+ "custom_name_visible",
3366
+ "silent",
3367
+ "no_gravity",
3368
+ "pose",
3369
+ "ticks_frozen",
3370
+ "living_entity_flags",
3371
+ "health",
3372
+ "effect_particles",
3373
+ "effect_ambience",
3374
+ "arrow_count",
3375
+ "stinger_count",
3376
+ "sleeping_pos",
3377
+ "mob_flags",
3378
+ "baby",
3379
+ "boost_time",
3380
+ "suffocating"
3381
+ ]
1241
3382
  },
1242
3383
  {
1243
3384
  "id": 124,
@@ -1247,17 +3388,66 @@
1247
3388
  "width": 0.4,
1248
3389
  "height": 0.3,
1249
3390
  "type": "water_creature",
1250
- "category": "Passive mobs"
3391
+ "category": "Passive mobs",
3392
+ "metadataKeys": [
3393
+ "shared_flags",
3394
+ "air_supply",
3395
+ "custom_name",
3396
+ "custom_name_visible",
3397
+ "silent",
3398
+ "no_gravity",
3399
+ "pose",
3400
+ "ticks_frozen",
3401
+ "living_entity_flags",
3402
+ "health",
3403
+ "effect_particles",
3404
+ "effect_ambience",
3405
+ "arrow_count",
3406
+ "stinger_count",
3407
+ "sleeping_pos",
3408
+ "mob_flags",
3409
+ "from_bucket"
3410
+ ]
1251
3411
  },
1252
3412
  {
1253
3413
  "id": 125,
1254
3414
  "internalId": 125,
1255
3415
  "name": "text_display",
1256
3416
  "displayName": "Text Display",
1257
- "width": 0.0,
1258
- "height": 0.0,
3417
+ "width": 0,
3418
+ "height": 0,
1259
3419
  "type": "other",
1260
- "category": "Immobile"
3420
+ "category": "Immobile",
3421
+ "metadataKeys": [
3422
+ "shared_flags",
3423
+ "air_supply",
3424
+ "custom_name",
3425
+ "custom_name_visible",
3426
+ "silent",
3427
+ "no_gravity",
3428
+ "pose",
3429
+ "ticks_frozen",
3430
+ "transformation_interpolation_start_delta_ticks",
3431
+ "transformation_interpolation_duration",
3432
+ "pos_rot_interpolation_duration",
3433
+ "translation",
3434
+ "scale",
3435
+ "left_rotation",
3436
+ "right_rotation",
3437
+ "billboard_render_constraints",
3438
+ "brightness_override",
3439
+ "view_range",
3440
+ "shadow_radius",
3441
+ "shadow_strength",
3442
+ "width",
3443
+ "height",
3444
+ "glow_color_override",
3445
+ "text",
3446
+ "line_width",
3447
+ "background_color",
3448
+ "text_opacity",
3449
+ "style_flags"
3450
+ ]
1261
3451
  },
1262
3452
  {
1263
3453
  "id": 126,
@@ -1267,7 +3457,19 @@
1267
3457
  "width": 0.98,
1268
3458
  "height": 0.98,
1269
3459
  "type": "other",
1270
- "category": "UNKNOWN"
3460
+ "category": "UNKNOWN",
3461
+ "metadataKeys": [
3462
+ "shared_flags",
3463
+ "air_supply",
3464
+ "custom_name",
3465
+ "custom_name_visible",
3466
+ "silent",
3467
+ "no_gravity",
3468
+ "pose",
3469
+ "ticks_frozen",
3470
+ "fuse",
3471
+ "block_state"
3472
+ ]
1271
3473
  },
1272
3474
  {
1273
3475
  "id": 127,
@@ -1277,7 +3479,22 @@
1277
3479
  "width": 0.98,
1278
3480
  "height": 0.7,
1279
3481
  "type": "other",
1280
- "category": "Vehicles"
3482
+ "category": "Vehicles",
3483
+ "metadataKeys": [
3484
+ "shared_flags",
3485
+ "air_supply",
3486
+ "custom_name",
3487
+ "custom_name_visible",
3488
+ "silent",
3489
+ "no_gravity",
3490
+ "pose",
3491
+ "ticks_frozen",
3492
+ "hurt",
3493
+ "hurtdir",
3494
+ "damage",
3495
+ "custom_display_block",
3496
+ "display_offset"
3497
+ ]
1281
3498
  },
1282
3499
  {
1283
3500
  "id": 128,
@@ -1287,7 +3504,30 @@
1287
3504
  "width": 0.9,
1288
3505
  "height": 1.87,
1289
3506
  "type": "animal",
1290
- "category": "Passive mobs"
3507
+ "category": "Passive mobs",
3508
+ "metadataKeys": [
3509
+ "shared_flags",
3510
+ "air_supply",
3511
+ "custom_name",
3512
+ "custom_name_visible",
3513
+ "silent",
3514
+ "no_gravity",
3515
+ "pose",
3516
+ "ticks_frozen",
3517
+ "living_entity_flags",
3518
+ "health",
3519
+ "effect_particles",
3520
+ "effect_ambience",
3521
+ "arrow_count",
3522
+ "stinger_count",
3523
+ "sleeping_pos",
3524
+ "mob_flags",
3525
+ "baby",
3526
+ "flags",
3527
+ "chest",
3528
+ "strength",
3529
+ "variant"
3530
+ ]
1291
3531
  },
1292
3532
  {
1293
3533
  "id": 129,
@@ -1297,7 +3537,22 @@
1297
3537
  "width": 0.5,
1298
3538
  "height": 0.5,
1299
3539
  "type": "projectile",
1300
- "category": "Projectiles"
3540
+ "category": "Projectiles",
3541
+ "metadataKeys": [
3542
+ "shared_flags",
3543
+ "air_supply",
3544
+ "custom_name",
3545
+ "custom_name_visible",
3546
+ "silent",
3547
+ "no_gravity",
3548
+ "pose",
3549
+ "ticks_frozen",
3550
+ "flags",
3551
+ "pierce_level",
3552
+ "in_ground",
3553
+ "loyalty",
3554
+ "foil"
3555
+ ]
1301
3556
  },
1302
3557
  {
1303
3558
  "id": 130,
@@ -1307,7 +3562,27 @@
1307
3562
  "width": 0.5,
1308
3563
  "height": 0.4,
1309
3564
  "type": "water_creature",
1310
- "category": "Passive mobs"
3565
+ "category": "Passive mobs",
3566
+ "metadataKeys": [
3567
+ "shared_flags",
3568
+ "air_supply",
3569
+ "custom_name",
3570
+ "custom_name_visible",
3571
+ "silent",
3572
+ "no_gravity",
3573
+ "pose",
3574
+ "ticks_frozen",
3575
+ "living_entity_flags",
3576
+ "health",
3577
+ "effect_particles",
3578
+ "effect_ambience",
3579
+ "arrow_count",
3580
+ "stinger_count",
3581
+ "sleeping_pos",
3582
+ "mob_flags",
3583
+ "from_bucket",
3584
+ "type_variant"
3585
+ ]
1311
3586
  },
1312
3587
  {
1313
3588
  "id": 131,
@@ -1317,7 +3592,28 @@
1317
3592
  "width": 1.2,
1318
3593
  "height": 0.4,
1319
3594
  "type": "animal",
1320
- "category": "Passive mobs"
3595
+ "category": "Passive mobs",
3596
+ "metadataKeys": [
3597
+ "shared_flags",
3598
+ "air_supply",
3599
+ "custom_name",
3600
+ "custom_name_visible",
3601
+ "silent",
3602
+ "no_gravity",
3603
+ "pose",
3604
+ "ticks_frozen",
3605
+ "living_entity_flags",
3606
+ "health",
3607
+ "effect_particles",
3608
+ "effect_ambience",
3609
+ "arrow_count",
3610
+ "stinger_count",
3611
+ "sleeping_pos",
3612
+ "mob_flags",
3613
+ "baby",
3614
+ "has_egg",
3615
+ "laying_egg"
3616
+ ]
1321
3617
  },
1322
3618
  {
1323
3619
  "id": 132,
@@ -1327,7 +3623,26 @@
1327
3623
  "width": 0.4,
1328
3624
  "height": 0.8,
1329
3625
  "type": "hostile",
1330
- "category": "Hostile mobs"
3626
+ "category": "Hostile mobs",
3627
+ "metadataKeys": [
3628
+ "shared_flags",
3629
+ "air_supply",
3630
+ "custom_name",
3631
+ "custom_name_visible",
3632
+ "silent",
3633
+ "no_gravity",
3634
+ "pose",
3635
+ "ticks_frozen",
3636
+ "living_entity_flags",
3637
+ "health",
3638
+ "effect_particles",
3639
+ "effect_ambience",
3640
+ "arrow_count",
3641
+ "stinger_count",
3642
+ "sleeping_pos",
3643
+ "mob_flags",
3644
+ "flags"
3645
+ ]
1331
3646
  },
1332
3647
  {
1333
3648
  "id": 133,
@@ -1337,7 +3652,28 @@
1337
3652
  "width": 0.6,
1338
3653
  "height": 1.95,
1339
3654
  "type": "passive",
1340
- "category": "Passive mobs"
3655
+ "category": "Passive mobs",
3656
+ "metadataKeys": [
3657
+ "shared_flags",
3658
+ "air_supply",
3659
+ "custom_name",
3660
+ "custom_name_visible",
3661
+ "silent",
3662
+ "no_gravity",
3663
+ "pose",
3664
+ "ticks_frozen",
3665
+ "living_entity_flags",
3666
+ "health",
3667
+ "effect_particles",
3668
+ "effect_ambience",
3669
+ "arrow_count",
3670
+ "stinger_count",
3671
+ "sleeping_pos",
3672
+ "mob_flags",
3673
+ "baby",
3674
+ "unhappy_counter",
3675
+ "villager_data"
3676
+ ]
1341
3677
  },
1342
3678
  {
1343
3679
  "id": 134,
@@ -1347,7 +3683,26 @@
1347
3683
  "width": 0.6,
1348
3684
  "height": 1.95,
1349
3685
  "type": "hostile",
1350
- "category": "Hostile mobs"
3686
+ "category": "Hostile mobs",
3687
+ "metadataKeys": [
3688
+ "shared_flags",
3689
+ "air_supply",
3690
+ "custom_name",
3691
+ "custom_name_visible",
3692
+ "silent",
3693
+ "no_gravity",
3694
+ "pose",
3695
+ "ticks_frozen",
3696
+ "living_entity_flags",
3697
+ "health",
3698
+ "effect_particles",
3699
+ "effect_ambience",
3700
+ "arrow_count",
3701
+ "stinger_count",
3702
+ "sleeping_pos",
3703
+ "mob_flags",
3704
+ "is_celebrating"
3705
+ ]
1351
3706
  },
1352
3707
  {
1353
3708
  "id": 135,
@@ -1357,7 +3712,27 @@
1357
3712
  "width": 0.6,
1358
3713
  "height": 1.95,
1359
3714
  "type": "passive",
1360
- "category": "Passive mobs"
3715
+ "category": "Passive mobs",
3716
+ "metadataKeys": [
3717
+ "shared_flags",
3718
+ "air_supply",
3719
+ "custom_name",
3720
+ "custom_name_visible",
3721
+ "silent",
3722
+ "no_gravity",
3723
+ "pose",
3724
+ "ticks_frozen",
3725
+ "living_entity_flags",
3726
+ "health",
3727
+ "effect_particles",
3728
+ "effect_ambience",
3729
+ "arrow_count",
3730
+ "stinger_count",
3731
+ "sleeping_pos",
3732
+ "mob_flags",
3733
+ "baby",
3734
+ "unhappy_counter"
3735
+ ]
1361
3736
  },
1362
3737
  {
1363
3738
  "id": 136,
@@ -1367,7 +3742,26 @@
1367
3742
  "width": 0.9,
1368
3743
  "height": 2.9,
1369
3744
  "type": "hostile",
1370
- "category": "Hostile mobs"
3745
+ "category": "Hostile mobs",
3746
+ "metadataKeys": [
3747
+ "shared_flags",
3748
+ "air_supply",
3749
+ "custom_name",
3750
+ "custom_name_visible",
3751
+ "silent",
3752
+ "no_gravity",
3753
+ "pose",
3754
+ "ticks_frozen",
3755
+ "living_entity_flags",
3756
+ "health",
3757
+ "effect_particles",
3758
+ "effect_ambience",
3759
+ "arrow_count",
3760
+ "stinger_count",
3761
+ "sleeping_pos",
3762
+ "mob_flags",
3763
+ "client_anger_level"
3764
+ ]
1371
3765
  },
1372
3766
  {
1373
3767
  "id": 137,
@@ -1377,7 +3771,17 @@
1377
3771
  "width": 0.3125,
1378
3772
  "height": 0.3125,
1379
3773
  "type": "projectile",
1380
- "category": "Projectiles"
3774
+ "category": "Projectiles",
3775
+ "metadataKeys": [
3776
+ "shared_flags",
3777
+ "air_supply",
3778
+ "custom_name",
3779
+ "custom_name_visible",
3780
+ "silent",
3781
+ "no_gravity",
3782
+ "pose",
3783
+ "ticks_frozen"
3784
+ ]
1381
3785
  },
1382
3786
  {
1383
3787
  "id": 138,
@@ -1387,7 +3791,27 @@
1387
3791
  "width": 0.6,
1388
3792
  "height": 1.95,
1389
3793
  "type": "hostile",
1390
- "category": "Hostile mobs"
3794
+ "category": "Hostile mobs",
3795
+ "metadataKeys": [
3796
+ "shared_flags",
3797
+ "air_supply",
3798
+ "custom_name",
3799
+ "custom_name_visible",
3800
+ "silent",
3801
+ "no_gravity",
3802
+ "pose",
3803
+ "ticks_frozen",
3804
+ "living_entity_flags",
3805
+ "health",
3806
+ "effect_particles",
3807
+ "effect_ambience",
3808
+ "arrow_count",
3809
+ "stinger_count",
3810
+ "sleeping_pos",
3811
+ "mob_flags",
3812
+ "is_celebrating",
3813
+ "using_item"
3814
+ ]
1391
3815
  },
1392
3816
  {
1393
3817
  "id": 139,
@@ -1397,7 +3821,29 @@
1397
3821
  "width": 0.9,
1398
3822
  "height": 3.5,
1399
3823
  "type": "hostile",
1400
- "category": "Hostile mobs"
3824
+ "category": "Hostile mobs",
3825
+ "metadataKeys": [
3826
+ "shared_flags",
3827
+ "air_supply",
3828
+ "custom_name",
3829
+ "custom_name_visible",
3830
+ "silent",
3831
+ "no_gravity",
3832
+ "pose",
3833
+ "ticks_frozen",
3834
+ "living_entity_flags",
3835
+ "health",
3836
+ "effect_particles",
3837
+ "effect_ambience",
3838
+ "arrow_count",
3839
+ "stinger_count",
3840
+ "sleeping_pos",
3841
+ "mob_flags",
3842
+ "target_a",
3843
+ "target_b",
3844
+ "target_c",
3845
+ "inv"
3846
+ ]
1401
3847
  },
1402
3848
  {
1403
3849
  "id": 140,
@@ -1407,7 +3853,25 @@
1407
3853
  "width": 0.7,
1408
3854
  "height": 2.4,
1409
3855
  "type": "hostile",
1410
- "category": "Hostile mobs"
3856
+ "category": "Hostile mobs",
3857
+ "metadataKeys": [
3858
+ "shared_flags",
3859
+ "air_supply",
3860
+ "custom_name",
3861
+ "custom_name_visible",
3862
+ "silent",
3863
+ "no_gravity",
3864
+ "pose",
3865
+ "ticks_frozen",
3866
+ "living_entity_flags",
3867
+ "health",
3868
+ "effect_particles",
3869
+ "effect_ambience",
3870
+ "arrow_count",
3871
+ "stinger_count",
3872
+ "sleeping_pos",
3873
+ "mob_flags"
3874
+ ]
1411
3875
  },
1412
3876
  {
1413
3877
  "id": 141,
@@ -1417,7 +3881,18 @@
1417
3881
  "width": 0.3125,
1418
3882
  "height": 0.3125,
1419
3883
  "type": "projectile",
1420
- "category": "Projectiles"
3884
+ "category": "Projectiles",
3885
+ "metadataKeys": [
3886
+ "shared_flags",
3887
+ "air_supply",
3888
+ "custom_name",
3889
+ "custom_name_visible",
3890
+ "silent",
3891
+ "no_gravity",
3892
+ "pose",
3893
+ "ticks_frozen",
3894
+ "dangerous"
3895
+ ]
1421
3896
  },
1422
3897
  {
1423
3898
  "id": 142,
@@ -1427,7 +3902,33 @@
1427
3902
  "width": 0.6,
1428
3903
  "height": 0.85,
1429
3904
  "type": "animal",
1430
- "category": "Passive mobs"
3905
+ "category": "Passive mobs",
3906
+ "metadataKeys": [
3907
+ "shared_flags",
3908
+ "air_supply",
3909
+ "custom_name",
3910
+ "custom_name_visible",
3911
+ "silent",
3912
+ "no_gravity",
3913
+ "pose",
3914
+ "ticks_frozen",
3915
+ "living_entity_flags",
3916
+ "health",
3917
+ "effect_particles",
3918
+ "effect_ambience",
3919
+ "arrow_count",
3920
+ "stinger_count",
3921
+ "sleeping_pos",
3922
+ "mob_flags",
3923
+ "baby",
3924
+ "flags",
3925
+ "owneruuid",
3926
+ "interested",
3927
+ "collar_color",
3928
+ "remaining_anger_time",
3929
+ "variant",
3930
+ "sound_variant"
3931
+ ]
1431
3932
  },
1432
3933
  {
1433
3934
  "id": 143,
@@ -1437,7 +3938,26 @@
1437
3938
  "width": 1.3964844,
1438
3939
  "height": 1.4,
1439
3940
  "type": "hostile",
1440
- "category": "Hostile mobs"
3941
+ "category": "Hostile mobs",
3942
+ "metadataKeys": [
3943
+ "shared_flags",
3944
+ "air_supply",
3945
+ "custom_name",
3946
+ "custom_name_visible",
3947
+ "silent",
3948
+ "no_gravity",
3949
+ "pose",
3950
+ "ticks_frozen",
3951
+ "living_entity_flags",
3952
+ "health",
3953
+ "effect_particles",
3954
+ "effect_ambience",
3955
+ "arrow_count",
3956
+ "stinger_count",
3957
+ "sleeping_pos",
3958
+ "mob_flags",
3959
+ "baby"
3960
+ ]
1441
3961
  },
1442
3962
  {
1443
3963
  "id": 144,
@@ -1447,7 +3967,28 @@
1447
3967
  "width": 0.6,
1448
3968
  "height": 1.95,
1449
3969
  "type": "hostile",
1450
- "category": "Hostile mobs"
3970
+ "category": "Hostile mobs",
3971
+ "metadataKeys": [
3972
+ "shared_flags",
3973
+ "air_supply",
3974
+ "custom_name",
3975
+ "custom_name_visible",
3976
+ "silent",
3977
+ "no_gravity",
3978
+ "pose",
3979
+ "ticks_frozen",
3980
+ "living_entity_flags",
3981
+ "health",
3982
+ "effect_particles",
3983
+ "effect_ambience",
3984
+ "arrow_count",
3985
+ "stinger_count",
3986
+ "sleeping_pos",
3987
+ "mob_flags",
3988
+ "baby",
3989
+ "special_type",
3990
+ "drowned_conversion"
3991
+ ]
1451
3992
  },
1452
3993
  {
1453
3994
  "id": 145,
@@ -1457,7 +3998,27 @@
1457
3998
  "width": 1.3964844,
1458
3999
  "height": 1.6,
1459
4000
  "type": "animal",
1460
- "category": "Hostile mobs"
4001
+ "category": "Hostile mobs",
4002
+ "metadataKeys": [
4003
+ "shared_flags",
4004
+ "air_supply",
4005
+ "custom_name",
4006
+ "custom_name_visible",
4007
+ "silent",
4008
+ "no_gravity",
4009
+ "pose",
4010
+ "ticks_frozen",
4011
+ "living_entity_flags",
4012
+ "health",
4013
+ "effect_particles",
4014
+ "effect_ambience",
4015
+ "arrow_count",
4016
+ "stinger_count",
4017
+ "sleeping_pos",
4018
+ "mob_flags",
4019
+ "baby",
4020
+ "flags"
4021
+ ]
1461
4022
  },
1462
4023
  {
1463
4024
  "id": 146,
@@ -1467,7 +4028,30 @@
1467
4028
  "width": 0.6,
1468
4029
  "height": 1.95,
1469
4030
  "type": "hostile",
1470
- "category": "Hostile mobs"
4031
+ "category": "Hostile mobs",
4032
+ "metadataKeys": [
4033
+ "shared_flags",
4034
+ "air_supply",
4035
+ "custom_name",
4036
+ "custom_name_visible",
4037
+ "silent",
4038
+ "no_gravity",
4039
+ "pose",
4040
+ "ticks_frozen",
4041
+ "living_entity_flags",
4042
+ "health",
4043
+ "effect_particles",
4044
+ "effect_ambience",
4045
+ "arrow_count",
4046
+ "stinger_count",
4047
+ "sleeping_pos",
4048
+ "mob_flags",
4049
+ "baby",
4050
+ "special_type",
4051
+ "drowned_conversion",
4052
+ "converting",
4053
+ "villager_data"
4054
+ ]
1471
4055
  },
1472
4056
  {
1473
4057
  "id": 147,
@@ -1477,7 +4061,28 @@
1477
4061
  "width": 0.6,
1478
4062
  "height": 1.95,
1479
4063
  "type": "hostile",
1480
- "category": "Hostile mobs"
4064
+ "category": "Hostile mobs",
4065
+ "metadataKeys": [
4066
+ "shared_flags",
4067
+ "air_supply",
4068
+ "custom_name",
4069
+ "custom_name_visible",
4070
+ "silent",
4071
+ "no_gravity",
4072
+ "pose",
4073
+ "ticks_frozen",
4074
+ "living_entity_flags",
4075
+ "health",
4076
+ "effect_particles",
4077
+ "effect_ambience",
4078
+ "arrow_count",
4079
+ "stinger_count",
4080
+ "sleeping_pos",
4081
+ "mob_flags",
4082
+ "baby",
4083
+ "special_type",
4084
+ "drowned_conversion"
4085
+ ]
1481
4086
  },
1482
4087
  {
1483
4088
  "id": 148,
@@ -1487,7 +4092,30 @@
1487
4092
  "width": 0.6,
1488
4093
  "height": 1.8,
1489
4094
  "type": "player",
1490
- "category": "UNKNOWN"
4095
+ "category": "UNKNOWN",
4096
+ "metadataKeys": [
4097
+ "shared_flags",
4098
+ "air_supply",
4099
+ "custom_name",
4100
+ "custom_name_visible",
4101
+ "silent",
4102
+ "no_gravity",
4103
+ "pose",
4104
+ "ticks_frozen",
4105
+ "living_entity_flags",
4106
+ "health",
4107
+ "effect_particles",
4108
+ "effect_ambience",
4109
+ "arrow_count",
4110
+ "stinger_count",
4111
+ "sleeping_pos",
4112
+ "player_absorption",
4113
+ "score",
4114
+ "player_mode_customisation",
4115
+ "player_main_hand",
4116
+ "shoulder_left",
4117
+ "shoulder_right"
4118
+ ]
1491
4119
  },
1492
4120
  {
1493
4121
  "id": 149,
@@ -1497,6 +4125,18 @@
1497
4125
  "width": 0.25,
1498
4126
  "height": 0.25,
1499
4127
  "type": "projectile",
1500
- "category": "Projectiles"
4128
+ "category": "Projectiles",
4129
+ "metadataKeys": [
4130
+ "shared_flags",
4131
+ "air_supply",
4132
+ "custom_name",
4133
+ "custom_name_visible",
4134
+ "silent",
4135
+ "no_gravity",
4136
+ "pose",
4137
+ "ticks_frozen",
4138
+ "hooked_entity",
4139
+ "biting"
4140
+ ]
1501
4141
  }
1502
4142
  ]