minecraft-data 3.34.0 → 3.36.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 (44) hide show
  1. package/.github/workflows/ci.yml +1 -1
  2. package/data.js +22 -1
  3. package/doc/history.md +8 -0
  4. package/index.d.ts +4 -0
  5. package/minecraft-data/README.md +1 -1
  6. package/minecraft-data/data/bedrock/1.19.1/proto.yml +4 -0
  7. package/minecraft-data/data/bedrock/1.19.1/protocol.json +5 -1
  8. package/minecraft-data/data/bedrock/1.19.10/proto.yml +4 -0
  9. package/minecraft-data/data/bedrock/1.19.10/protocol.json +5 -1
  10. package/minecraft-data/data/bedrock/1.19.20/proto.yml +4 -0
  11. package/minecraft-data/data/bedrock/1.19.20/protocol.json +5 -1
  12. package/minecraft-data/data/bedrock/1.19.21/proto.yml +4 -0
  13. package/minecraft-data/data/bedrock/1.19.21/protocol.json +5 -1
  14. package/minecraft-data/data/bedrock/1.19.30/proto.yml +4 -0
  15. package/minecraft-data/data/bedrock/1.19.30/protocol.json +5 -1
  16. package/minecraft-data/data/bedrock/1.19.40/proto.yml +4 -0
  17. package/minecraft-data/data/bedrock/1.19.40/protocol.json +5 -1
  18. package/minecraft-data/data/bedrock/1.19.50/proto.yml +4 -0
  19. package/minecraft-data/data/bedrock/1.19.50/protocol.json +5 -1
  20. package/minecraft-data/data/bedrock/1.19.60/proto.yml +4 -0
  21. package/minecraft-data/data/bedrock/1.19.60/protocol.json +5 -1
  22. package/minecraft-data/data/bedrock/1.19.62/proto.yml +4 -0
  23. package/minecraft-data/data/bedrock/1.19.62/protocol.json +5 -1
  24. package/minecraft-data/data/bedrock/1.19.70/proto.yml +4 -0
  25. package/minecraft-data/data/bedrock/1.19.70/protocol.json +5 -1
  26. package/minecraft-data/data/bedrock/1.19.80/proto.yml +3926 -0
  27. package/minecraft-data/data/bedrock/1.19.80/protocol.json +5 -1
  28. package/minecraft-data/data/bedrock/1.19.80/types.yml +2087 -0
  29. package/minecraft-data/data/bedrock/1.20.0/protocol.json +11311 -0
  30. package/minecraft-data/data/bedrock/1.20.0/version.json +6 -0
  31. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  32. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  33. package/minecraft-data/data/bedrock/latest/proto.yml +22 -2
  34. package/minecraft-data/data/bedrock/latest/types.yml +7 -1
  35. package/minecraft-data/data/dataPaths.json +22 -1
  36. package/minecraft-data/data/pc/1.19.4/entities.json +2383 -150
  37. package/minecraft-data/data/pc/1.19.4/protocol.json +67 -40
  38. package/minecraft-data/data/pc/common/features.json +5 -0
  39. package/minecraft-data/data/pc/common/protocolVersions.json +8 -0
  40. package/minecraft-data/doc/history.md +6 -0
  41. package/minecraft-data/schemas/entities_schema.json +7 -0
  42. package/minecraft-data/tools/js/extractPcEntityMetadata.js +153 -0
  43. package/minecraft-data/tools/js/package.json +2 -1
  44. package/package.json +5 -5
@@ -7,17 +7,51 @@
7
7
  "width": 0.35,
8
8
  "height": 0.6,
9
9
  "type": "mob",
10
- "category": "Passive mobs"
10
+ "category": "Passive mobs",
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
+ "living_entity_flags",
21
+ "health",
22
+ "effect_color",
23
+ "effect_ambience",
24
+ "arrow_count",
25
+ "stinger_count",
26
+ "sleeping_pos",
27
+ "mob_flags",
28
+ "dancing",
29
+ "can_duplicate"
30
+ ]
11
31
  },
12
32
  {
13
33
  "id": 1,
14
34
  "internalId": 1,
15
35
  "name": "area_effect_cloud",
16
36
  "displayName": "Area Effect Cloud",
17
- "width": 6.0,
37
+ "width": 6,
18
38
  "height": 0.5,
19
39
  "type": "other",
20
- "category": "UNKNOWN"
40
+ "category": "UNKNOWN",
41
+ "metadataKeys": [
42
+ "shared_flags",
43
+ "air_supply",
44
+ "custom_name",
45
+ "custom_name_visible",
46
+ "silent",
47
+ "no_gravity",
48
+ "pose",
49
+ "ticks_frozen",
50
+ "radius",
51
+ "color",
52
+ "waiting",
53
+ "particle"
54
+ ]
21
55
  },
22
56
  {
23
57
  "id": 2,
@@ -27,7 +61,31 @@
27
61
  "width": 0.5,
28
62
  "height": 1.975,
29
63
  "type": "living",
30
- "category": "Immobile"
64
+ "category": "Immobile",
65
+ "metadataKeys": [
66
+ "shared_flags",
67
+ "air_supply",
68
+ "custom_name",
69
+ "custom_name_visible",
70
+ "silent",
71
+ "no_gravity",
72
+ "pose",
73
+ "ticks_frozen",
74
+ "living_entity_flags",
75
+ "health",
76
+ "effect_color",
77
+ "effect_ambience",
78
+ "arrow_count",
79
+ "stinger_count",
80
+ "sleeping_pos",
81
+ "client_flags",
82
+ "head_pose",
83
+ "body_pose",
84
+ "left_arm_pose",
85
+ "right_arm_pose",
86
+ "left_leg_pose",
87
+ "right_leg_pose"
88
+ ]
31
89
  },
32
90
  {
33
91
  "id": 3,
@@ -37,7 +95,20 @@
37
95
  "width": 0.5,
38
96
  "height": 0.5,
39
97
  "type": "projectile",
40
- "category": "Projectiles"
98
+ "category": "Projectiles",
99
+ "metadataKeys": [
100
+ "shared_flags",
101
+ "air_supply",
102
+ "custom_name",
103
+ "custom_name_visible",
104
+ "silent",
105
+ "no_gravity",
106
+ "pose",
107
+ "ticks_frozen",
108
+ "flags",
109
+ "pierce_level",
110
+ "effect_color"
111
+ ]
41
112
  },
42
113
  {
43
114
  "id": 4,
@@ -47,7 +118,29 @@
47
118
  "width": 0.75,
48
119
  "height": 0.42,
49
120
  "type": "animal",
50
- "category": "Passive mobs"
121
+ "category": "Passive mobs",
122
+ "metadataKeys": [
123
+ "shared_flags",
124
+ "air_supply",
125
+ "custom_name",
126
+ "custom_name_visible",
127
+ "silent",
128
+ "no_gravity",
129
+ "pose",
130
+ "ticks_frozen",
131
+ "living_entity_flags",
132
+ "health",
133
+ "effect_color",
134
+ "effect_ambience",
135
+ "arrow_count",
136
+ "stinger_count",
137
+ "sleeping_pos",
138
+ "mob_flags",
139
+ "baby",
140
+ "variant",
141
+ "playing_dead",
142
+ "from_bucket"
143
+ ]
51
144
  },
52
145
  {
53
146
  "id": 5,
@@ -57,7 +150,26 @@
57
150
  "width": 0.5,
58
151
  "height": 0.9,
59
152
  "type": "ambient",
60
- "category": "Passive mobs"
153
+ "category": "Passive mobs",
154
+ "metadataKeys": [
155
+ "shared_flags",
156
+ "air_supply",
157
+ "custom_name",
158
+ "custom_name_visible",
159
+ "silent",
160
+ "no_gravity",
161
+ "pose",
162
+ "ticks_frozen",
163
+ "living_entity_flags",
164
+ "health",
165
+ "effect_color",
166
+ "effect_ambience",
167
+ "arrow_count",
168
+ "stinger_count",
169
+ "sleeping_pos",
170
+ "mob_flags",
171
+ "flags"
172
+ ]
61
173
  },
62
174
  {
63
175
  "id": 6,
@@ -67,7 +179,28 @@
67
179
  "width": 0.7,
68
180
  "height": 0.6,
69
181
  "type": "animal",
70
- "category": "Passive mobs"
182
+ "category": "Passive mobs",
183
+ "metadataKeys": [
184
+ "shared_flags",
185
+ "air_supply",
186
+ "custom_name",
187
+ "custom_name_visible",
188
+ "silent",
189
+ "no_gravity",
190
+ "pose",
191
+ "ticks_frozen",
192
+ "living_entity_flags",
193
+ "health",
194
+ "effect_color",
195
+ "effect_ambience",
196
+ "arrow_count",
197
+ "stinger_count",
198
+ "sleeping_pos",
199
+ "mob_flags",
200
+ "baby",
201
+ "flags",
202
+ "remaining_anger_time"
203
+ ]
71
204
  },
72
205
  {
73
206
  "id": 7,
@@ -77,17 +210,61 @@
77
210
  "width": 0.6,
78
211
  "height": 1.8,
79
212
  "type": "hostile",
80
- "category": "Hostile mobs"
213
+ "category": "Hostile mobs",
214
+ "metadataKeys": [
215
+ "shared_flags",
216
+ "air_supply",
217
+ "custom_name",
218
+ "custom_name_visible",
219
+ "silent",
220
+ "no_gravity",
221
+ "pose",
222
+ "ticks_frozen",
223
+ "living_entity_flags",
224
+ "health",
225
+ "effect_color",
226
+ "effect_ambience",
227
+ "arrow_count",
228
+ "stinger_count",
229
+ "sleeping_pos",
230
+ "mob_flags",
231
+ "flags"
232
+ ]
81
233
  },
82
234
  {
83
235
  "id": 8,
84
236
  "internalId": 8,
85
237
  "name": "block_display",
86
238
  "displayName": "Block Display",
87
- "width": 0.0,
88
- "height": 0.0,
239
+ "width": 0,
240
+ "height": 0,
89
241
  "type": "other",
90
- "category": "Immobile"
242
+ "category": "Immobile",
243
+ "metadataKeys": [
244
+ "shared_flags",
245
+ "air_supply",
246
+ "custom_name",
247
+ "custom_name_visible",
248
+ "silent",
249
+ "no_gravity",
250
+ "pose",
251
+ "ticks_frozen",
252
+ "interpolation_start_delta_ticks",
253
+ "interpolation_duration",
254
+ "translation",
255
+ "scale",
256
+ "left_rotation",
257
+ "right_rotation",
258
+ "billboard_render_constraints",
259
+ "brightness_override",
260
+ "view_range",
261
+ "shadow_radius",
262
+ "shadow_strength",
263
+ "width",
264
+ "height",
265
+ "glow_color_override",
266
+ "block_state"
267
+ ]
91
268
  },
92
269
  {
93
270
  "id": 9,
@@ -97,7 +274,24 @@
97
274
  "width": 1.375,
98
275
  "height": 0.5625,
99
276
  "type": "other",
100
- "category": "Vehicles"
277
+ "category": "Vehicles",
278
+ "metadataKeys": [
279
+ "shared_flags",
280
+ "air_supply",
281
+ "custom_name",
282
+ "custom_name_visible",
283
+ "silent",
284
+ "no_gravity",
285
+ "pose",
286
+ "ticks_frozen",
287
+ "hurt",
288
+ "hurtdir",
289
+ "damage",
290
+ "type",
291
+ "paddle_left",
292
+ "paddle_right",
293
+ "bubble_time"
294
+ ]
101
295
  },
102
296
  {
103
297
  "id": 10,
@@ -107,7 +301,29 @@
107
301
  "width": 1.7,
108
302
  "height": 2.375,
109
303
  "type": "player",
110
- "category": "Passive mobs"
304
+ "category": "Passive mobs",
305
+ "metadataKeys": [
306
+ "shared_flags",
307
+ "air_supply",
308
+ "custom_name",
309
+ "custom_name_visible",
310
+ "silent",
311
+ "no_gravity",
312
+ "pose",
313
+ "ticks_frozen",
314
+ "living_entity_flags",
315
+ "health",
316
+ "effect_color",
317
+ "effect_ambience",
318
+ "arrow_count",
319
+ "stinger_count",
320
+ "sleeping_pos",
321
+ "mob_flags",
322
+ "baby",
323
+ "flags",
324
+ "dash",
325
+ "last_pose_change_tick"
326
+ ]
111
327
  },
112
328
  {
113
329
  "id": 11,
@@ -117,7 +333,32 @@
117
333
  "width": 0.6,
118
334
  "height": 0.7,
119
335
  "type": "animal",
120
- "category": "Passive mobs"
336
+ "category": "Passive mobs",
337
+ "metadataKeys": [
338
+ "shared_flags",
339
+ "air_supply",
340
+ "custom_name",
341
+ "custom_name_visible",
342
+ "silent",
343
+ "no_gravity",
344
+ "pose",
345
+ "ticks_frozen",
346
+ "living_entity_flags",
347
+ "health",
348
+ "effect_color",
349
+ "effect_ambience",
350
+ "arrow_count",
351
+ "stinger_count",
352
+ "sleeping_pos",
353
+ "mob_flags",
354
+ "baby",
355
+ "flags",
356
+ "owneruuid",
357
+ "variant",
358
+ "is_lying",
359
+ "relax_state_one",
360
+ "collar_color"
361
+ ]
121
362
  },
122
363
  {
123
364
  "id": 12,
@@ -127,7 +368,26 @@
127
368
  "width": 0.7,
128
369
  "height": 0.5,
129
370
  "type": "hostile",
130
- "category": "Hostile mobs"
371
+ "category": "Hostile mobs",
372
+ "metadataKeys": [
373
+ "shared_flags",
374
+ "air_supply",
375
+ "custom_name",
376
+ "custom_name_visible",
377
+ "silent",
378
+ "no_gravity",
379
+ "pose",
380
+ "ticks_frozen",
381
+ "living_entity_flags",
382
+ "health",
383
+ "effect_color",
384
+ "effect_ambience",
385
+ "arrow_count",
386
+ "stinger_count",
387
+ "sleeping_pos",
388
+ "mob_flags",
389
+ "flags"
390
+ ]
131
391
  },
132
392
  {
133
393
  "id": 13,
@@ -137,7 +397,24 @@
137
397
  "width": 1.375,
138
398
  "height": 0.5625,
139
399
  "type": "other",
140
- "category": "Vehicles"
400
+ "category": "Vehicles",
401
+ "metadataKeys": [
402
+ "shared_flags",
403
+ "air_supply",
404
+ "custom_name",
405
+ "custom_name_visible",
406
+ "silent",
407
+ "no_gravity",
408
+ "pose",
409
+ "ticks_frozen",
410
+ "hurt",
411
+ "hurtdir",
412
+ "damage",
413
+ "type",
414
+ "paddle_left",
415
+ "paddle_right",
416
+ "bubble_time"
417
+ ]
141
418
  },
142
419
  {
143
420
  "id": 14,
@@ -147,7 +424,23 @@
147
424
  "width": 0.98,
148
425
  "height": 0.7,
149
426
  "type": "other",
150
- "category": "Vehicles"
427
+ "category": "Vehicles",
428
+ "metadataKeys": [
429
+ "shared_flags",
430
+ "air_supply",
431
+ "custom_name",
432
+ "custom_name_visible",
433
+ "silent",
434
+ "no_gravity",
435
+ "pose",
436
+ "ticks_frozen",
437
+ "hurt",
438
+ "hurtdir",
439
+ "damage",
440
+ "display_block",
441
+ "display_offset",
442
+ "custom_display"
443
+ ]
151
444
  },
152
445
  {
153
446
  "id": 15,
@@ -157,7 +450,26 @@
157
450
  "width": 0.4,
158
451
  "height": 0.7,
159
452
  "type": "animal",
160
- "category": "Passive mobs"
453
+ "category": "Passive mobs",
454
+ "metadataKeys": [
455
+ "shared_flags",
456
+ "air_supply",
457
+ "custom_name",
458
+ "custom_name_visible",
459
+ "silent",
460
+ "no_gravity",
461
+ "pose",
462
+ "ticks_frozen",
463
+ "living_entity_flags",
464
+ "health",
465
+ "effect_color",
466
+ "effect_ambience",
467
+ "arrow_count",
468
+ "stinger_count",
469
+ "sleeping_pos",
470
+ "mob_flags",
471
+ "baby"
472
+ ]
161
473
  },
162
474
  {
163
475
  "id": 16,
@@ -167,7 +479,26 @@
167
479
  "width": 0.5,
168
480
  "height": 0.3,
169
481
  "type": "water_creature",
170
- "category": "Passive mobs"
482
+ "category": "Passive mobs",
483
+ "metadataKeys": [
484
+ "shared_flags",
485
+ "air_supply",
486
+ "custom_name",
487
+ "custom_name_visible",
488
+ "silent",
489
+ "no_gravity",
490
+ "pose",
491
+ "ticks_frozen",
492
+ "living_entity_flags",
493
+ "health",
494
+ "effect_color",
495
+ "effect_ambience",
496
+ "arrow_count",
497
+ "stinger_count",
498
+ "sleeping_pos",
499
+ "mob_flags",
500
+ "from_bucket"
501
+ ]
171
502
  },
172
503
  {
173
504
  "id": 17,
@@ -177,7 +508,25 @@
177
508
  "width": 0.98,
178
509
  "height": 0.7,
179
510
  "type": "other",
180
- "category": "Vehicles"
511
+ "category": "Vehicles",
512
+ "metadataKeys": [
513
+ "shared_flags",
514
+ "air_supply",
515
+ "custom_name",
516
+ "custom_name_visible",
517
+ "silent",
518
+ "no_gravity",
519
+ "pose",
520
+ "ticks_frozen",
521
+ "hurt",
522
+ "hurtdir",
523
+ "damage",
524
+ "display_block",
525
+ "display_offset",
526
+ "custom_display",
527
+ "command_name",
528
+ "last_output"
529
+ ]
181
530
  },
182
531
  {
183
532
  "id": 18,
@@ -187,7 +536,26 @@
187
536
  "width": 0.9,
188
537
  "height": 1.4,
189
538
  "type": "animal",
190
- "category": "Passive mobs"
539
+ "category": "Passive mobs",
540
+ "metadataKeys": [
541
+ "shared_flags",
542
+ "air_supply",
543
+ "custom_name",
544
+ "custom_name_visible",
545
+ "silent",
546
+ "no_gravity",
547
+ "pose",
548
+ "ticks_frozen",
549
+ "living_entity_flags",
550
+ "health",
551
+ "effect_color",
552
+ "effect_ambience",
553
+ "arrow_count",
554
+ "stinger_count",
555
+ "sleeping_pos",
556
+ "mob_flags",
557
+ "baby"
558
+ ]
191
559
  },
192
560
  {
193
561
  "id": 19,
@@ -197,7 +565,28 @@
197
565
  "width": 0.6,
198
566
  "height": 1.7,
199
567
  "type": "hostile",
200
- "category": "Hostile mobs"
568
+ "category": "Hostile mobs",
569
+ "metadataKeys": [
570
+ "shared_flags",
571
+ "air_supply",
572
+ "custom_name",
573
+ "custom_name_visible",
574
+ "silent",
575
+ "no_gravity",
576
+ "pose",
577
+ "ticks_frozen",
578
+ "living_entity_flags",
579
+ "health",
580
+ "effect_color",
581
+ "effect_ambience",
582
+ "arrow_count",
583
+ "stinger_count",
584
+ "sleeping_pos",
585
+ "mob_flags",
586
+ "swell_dir",
587
+ "is_powered",
588
+ "is_ignited"
589
+ ]
201
590
  },
202
591
  {
203
592
  "id": 20,
@@ -207,7 +596,28 @@
207
596
  "width": 0.9,
208
597
  "height": 0.6,
209
598
  "type": "water_creature",
210
- "category": "Passive mobs"
599
+ "category": "Passive mobs",
600
+ "metadataKeys": [
601
+ "shared_flags",
602
+ "air_supply",
603
+ "custom_name",
604
+ "custom_name_visible",
605
+ "silent",
606
+ "no_gravity",
607
+ "pose",
608
+ "ticks_frozen",
609
+ "living_entity_flags",
610
+ "health",
611
+ "effect_color",
612
+ "effect_ambience",
613
+ "arrow_count",
614
+ "stinger_count",
615
+ "sleeping_pos",
616
+ "mob_flags",
617
+ "treasure_pos",
618
+ "got_fish",
619
+ "moistness_level"
620
+ ]
211
621
  },
212
622
  {
213
623
  "id": 21,
@@ -217,17 +627,48 @@
217
627
  "width": 1.3964844,
218
628
  "height": 1.5,
219
629
  "type": "animal",
220
- "category": "Passive mobs"
630
+ "category": "Passive mobs",
631
+ "metadataKeys": [
632
+ "shared_flags",
633
+ "air_supply",
634
+ "custom_name",
635
+ "custom_name_visible",
636
+ "silent",
637
+ "no_gravity",
638
+ "pose",
639
+ "ticks_frozen",
640
+ "living_entity_flags",
641
+ "health",
642
+ "effect_color",
643
+ "effect_ambience",
644
+ "arrow_count",
645
+ "stinger_count",
646
+ "sleeping_pos",
647
+ "mob_flags",
648
+ "baby",
649
+ "flags",
650
+ "chest"
651
+ ]
221
652
  },
222
653
  {
223
654
  "id": 22,
224
655
  "internalId": 22,
225
656
  "name": "dragon_fireball",
226
657
  "displayName": "Dragon Fireball",
227
- "width": 1.0,
228
- "height": 1.0,
658
+ "width": 1,
659
+ "height": 1,
229
660
  "type": "projectile",
230
- "category": "Projectiles"
661
+ "category": "Projectiles",
662
+ "metadataKeys": [
663
+ "shared_flags",
664
+ "air_supply",
665
+ "custom_name",
666
+ "custom_name_visible",
667
+ "silent",
668
+ "no_gravity",
669
+ "pose",
670
+ "ticks_frozen"
671
+ ]
231
672
  },
232
673
  {
233
674
  "id": 23,
@@ -237,7 +678,28 @@
237
678
  "width": 0.6,
238
679
  "height": 1.95,
239
680
  "type": "hostile",
240
- "category": "Hostile mobs"
681
+ "category": "Hostile mobs",
682
+ "metadataKeys": [
683
+ "shared_flags",
684
+ "air_supply",
685
+ "custom_name",
686
+ "custom_name_visible",
687
+ "silent",
688
+ "no_gravity",
689
+ "pose",
690
+ "ticks_frozen",
691
+ "living_entity_flags",
692
+ "health",
693
+ "effect_color",
694
+ "effect_ambience",
695
+ "arrow_count",
696
+ "stinger_count",
697
+ "sleeping_pos",
698
+ "mob_flags",
699
+ "baby",
700
+ "special_type",
701
+ "drowned_conversion"
702
+ ]
241
703
  },
242
704
  {
243
705
  "id": 24,
@@ -247,7 +709,18 @@
247
709
  "width": 0.25,
248
710
  "height": 0.25,
249
711
  "type": "projectile",
250
- "category": "Projectiles"
712
+ "category": "Projectiles",
713
+ "metadataKeys": [
714
+ "shared_flags",
715
+ "air_supply",
716
+ "custom_name",
717
+ "custom_name_visible",
718
+ "silent",
719
+ "no_gravity",
720
+ "pose",
721
+ "ticks_frozen",
722
+ "item_stack"
723
+ ]
251
724
  },
252
725
  {
253
726
  "id": 25,
@@ -257,27 +730,78 @@
257
730
  "width": 1.9975,
258
731
  "height": 1.9975,
259
732
  "type": "hostile",
260
- "category": "Hostile mobs"
733
+ "category": "Hostile mobs",
734
+ "metadataKeys": [
735
+ "shared_flags",
736
+ "air_supply",
737
+ "custom_name",
738
+ "custom_name_visible",
739
+ "silent",
740
+ "no_gravity",
741
+ "pose",
742
+ "ticks_frozen",
743
+ "living_entity_flags",
744
+ "health",
745
+ "effect_color",
746
+ "effect_ambience",
747
+ "arrow_count",
748
+ "stinger_count",
749
+ "sleeping_pos",
750
+ "mob_flags",
751
+ "moving",
752
+ "attack_target"
753
+ ]
261
754
  },
262
755
  {
263
756
  "id": 26,
264
757
  "internalId": 26,
265
758
  "name": "end_crystal",
266
759
  "displayName": "End Crystal",
267
- "width": 2.0,
268
- "height": 2.0,
760
+ "width": 2,
761
+ "height": 2,
269
762
  "type": "other",
270
- "category": "Immobile"
763
+ "category": "Immobile",
764
+ "metadataKeys": [
765
+ "shared_flags",
766
+ "air_supply",
767
+ "custom_name",
768
+ "custom_name_visible",
769
+ "silent",
770
+ "no_gravity",
771
+ "pose",
772
+ "ticks_frozen",
773
+ "beam_target",
774
+ "show_bottom"
775
+ ]
271
776
  },
272
777
  {
273
778
  "id": 27,
274
779
  "internalId": 27,
275
780
  "name": "ender_dragon",
276
781
  "displayName": "Ender Dragon",
277
- "width": 16.0,
278
- "height": 8.0,
782
+ "width": 16,
783
+ "height": 8,
279
784
  "type": "mob",
280
- "category": "Hostile mobs"
785
+ "category": "Hostile mobs",
786
+ "metadataKeys": [
787
+ "shared_flags",
788
+ "air_supply",
789
+ "custom_name",
790
+ "custom_name_visible",
791
+ "silent",
792
+ "no_gravity",
793
+ "pose",
794
+ "ticks_frozen",
795
+ "living_entity_flags",
796
+ "health",
797
+ "effect_color",
798
+ "effect_ambience",
799
+ "arrow_count",
800
+ "stinger_count",
801
+ "sleeping_pos",
802
+ "mob_flags",
803
+ "phase"
804
+ ]
281
805
  },
282
806
  {
283
807
  "id": 28,
@@ -287,7 +811,18 @@
287
811
  "width": 0.25,
288
812
  "height": 0.25,
289
813
  "type": "projectile",
290
- "category": "Projectiles"
814
+ "category": "Projectiles",
815
+ "metadataKeys": [
816
+ "shared_flags",
817
+ "air_supply",
818
+ "custom_name",
819
+ "custom_name_visible",
820
+ "silent",
821
+ "no_gravity",
822
+ "pose",
823
+ "ticks_frozen",
824
+ "item_stack"
825
+ ]
291
826
  },
292
827
  {
293
828
  "id": 29,
@@ -297,7 +832,28 @@
297
832
  "width": 0.6,
298
833
  "height": 2.9,
299
834
  "type": "hostile",
300
- "category": "Hostile mobs"
835
+ "category": "Hostile mobs",
836
+ "metadataKeys": [
837
+ "shared_flags",
838
+ "air_supply",
839
+ "custom_name",
840
+ "custom_name_visible",
841
+ "silent",
842
+ "no_gravity",
843
+ "pose",
844
+ "ticks_frozen",
845
+ "living_entity_flags",
846
+ "health",
847
+ "effect_color",
848
+ "effect_ambience",
849
+ "arrow_count",
850
+ "stinger_count",
851
+ "sleeping_pos",
852
+ "mob_flags",
853
+ "carry_state",
854
+ "creepy",
855
+ "stared_at"
856
+ ]
301
857
  },
302
858
  {
303
859
  "id": 30,
@@ -307,7 +863,25 @@
307
863
  "width": 0.4,
308
864
  "height": 0.3,
309
865
  "type": "hostile",
310
- "category": "Hostile mobs"
866
+ "category": "Hostile mobs",
867
+ "metadataKeys": [
868
+ "shared_flags",
869
+ "air_supply",
870
+ "custom_name",
871
+ "custom_name_visible",
872
+ "silent",
873
+ "no_gravity",
874
+ "pose",
875
+ "ticks_frozen",
876
+ "living_entity_flags",
877
+ "health",
878
+ "effect_color",
879
+ "effect_ambience",
880
+ "arrow_count",
881
+ "stinger_count",
882
+ "sleeping_pos",
883
+ "mob_flags"
884
+ ]
311
885
  },
312
886
  {
313
887
  "id": 31,
@@ -317,7 +891,27 @@
317
891
  "width": 0.6,
318
892
  "height": 1.95,
319
893
  "type": "hostile",
320
- "category": "Hostile mobs"
894
+ "category": "Hostile mobs",
895
+ "metadataKeys": [
896
+ "shared_flags",
897
+ "air_supply",
898
+ "custom_name",
899
+ "custom_name_visible",
900
+ "silent",
901
+ "no_gravity",
902
+ "pose",
903
+ "ticks_frozen",
904
+ "living_entity_flags",
905
+ "health",
906
+ "effect_color",
907
+ "effect_ambience",
908
+ "arrow_count",
909
+ "stinger_count",
910
+ "sleeping_pos",
911
+ "mob_flags",
912
+ "is_celebrating",
913
+ "spell_casting"
914
+ ]
321
915
  },
322
916
  {
323
917
  "id": 32,
@@ -327,7 +921,17 @@
327
921
  "width": 0.5,
328
922
  "height": 0.8,
329
923
  "type": "other",
330
- "category": "Hostile mobs"
924
+ "category": "Hostile mobs",
925
+ "metadataKeys": [
926
+ "shared_flags",
927
+ "air_supply",
928
+ "custom_name",
929
+ "custom_name_visible",
930
+ "silent",
931
+ "no_gravity",
932
+ "pose",
933
+ "ticks_frozen"
934
+ ]
331
935
  },
332
936
  {
333
937
  "id": 33,
@@ -337,7 +941,18 @@
337
941
  "width": 0.25,
338
942
  "height": 0.25,
339
943
  "type": "projectile",
340
- "category": "Projectiles"
944
+ "category": "Projectiles",
945
+ "metadataKeys": [
946
+ "shared_flags",
947
+ "air_supply",
948
+ "custom_name",
949
+ "custom_name_visible",
950
+ "silent",
951
+ "no_gravity",
952
+ "pose",
953
+ "ticks_frozen",
954
+ "item_stack"
955
+ ]
341
956
  },
342
957
  {
343
958
  "id": 34,
@@ -347,7 +962,17 @@
347
962
  "width": 0.5,
348
963
  "height": 0.5,
349
964
  "type": "other",
350
- "category": "UNKNOWN"
965
+ "category": "UNKNOWN",
966
+ "metadataKeys": [
967
+ "shared_flags",
968
+ "air_supply",
969
+ "custom_name",
970
+ "custom_name_visible",
971
+ "silent",
972
+ "no_gravity",
973
+ "pose",
974
+ "ticks_frozen"
975
+ ]
351
976
  },
352
977
  {
353
978
  "id": 35,
@@ -357,7 +982,18 @@
357
982
  "width": 0.25,
358
983
  "height": 0.25,
359
984
  "type": "other",
360
- "category": "UNKNOWN"
985
+ "category": "UNKNOWN",
986
+ "metadataKeys": [
987
+ "shared_flags",
988
+ "air_supply",
989
+ "custom_name",
990
+ "custom_name_visible",
991
+ "silent",
992
+ "no_gravity",
993
+ "pose",
994
+ "ticks_frozen",
995
+ "item_stack"
996
+ ]
361
997
  },
362
998
  {
363
999
  "id": 36,
@@ -367,7 +1003,18 @@
367
1003
  "width": 0.98,
368
1004
  "height": 0.98,
369
1005
  "type": "other",
370
- "category": "UNKNOWN"
1006
+ "category": "UNKNOWN",
1007
+ "metadataKeys": [
1008
+ "shared_flags",
1009
+ "air_supply",
1010
+ "custom_name",
1011
+ "custom_name_visible",
1012
+ "silent",
1013
+ "no_gravity",
1014
+ "pose",
1015
+ "ticks_frozen",
1016
+ "start_pos"
1017
+ ]
371
1018
  },
372
1019
  {
373
1020
  "id": 37,
@@ -377,7 +1024,20 @@
377
1024
  "width": 0.25,
378
1025
  "height": 0.25,
379
1026
  "type": "projectile",
380
- "category": "Projectiles"
1027
+ "category": "Projectiles",
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
+ "fireworks_item",
1038
+ "attached_to_target",
1039
+ "shot_at_angle"
1040
+ ]
381
1041
  },
382
1042
  {
383
1043
  "id": 38,
@@ -387,7 +1047,30 @@
387
1047
  "width": 0.6,
388
1048
  "height": 0.7,
389
1049
  "type": "animal",
390
- "category": "Passive mobs"
1050
+ "category": "Passive mobs",
1051
+ "metadataKeys": [
1052
+ "shared_flags",
1053
+ "air_supply",
1054
+ "custom_name",
1055
+ "custom_name_visible",
1056
+ "silent",
1057
+ "no_gravity",
1058
+ "pose",
1059
+ "ticks_frozen",
1060
+ "living_entity_flags",
1061
+ "health",
1062
+ "effect_color",
1063
+ "effect_ambience",
1064
+ "arrow_count",
1065
+ "stinger_count",
1066
+ "sleeping_pos",
1067
+ "mob_flags",
1068
+ "baby",
1069
+ "type",
1070
+ "flags",
1071
+ "trusted_0",
1072
+ "trusted_1"
1073
+ ]
391
1074
  },
392
1075
  {
393
1076
  "id": 39,
@@ -397,7 +1080,28 @@
397
1080
  "width": 0.5,
398
1081
  "height": 0.5,
399
1082
  "type": "animal",
400
- "category": "Passive mobs"
1083
+ "category": "Passive mobs",
1084
+ "metadataKeys": [
1085
+ "shared_flags",
1086
+ "air_supply",
1087
+ "custom_name",
1088
+ "custom_name_visible",
1089
+ "silent",
1090
+ "no_gravity",
1091
+ "pose",
1092
+ "ticks_frozen",
1093
+ "living_entity_flags",
1094
+ "health",
1095
+ "effect_color",
1096
+ "effect_ambience",
1097
+ "arrow_count",
1098
+ "stinger_count",
1099
+ "sleeping_pos",
1100
+ "mob_flags",
1101
+ "baby",
1102
+ "variant",
1103
+ "tongue_target"
1104
+ ]
401
1105
  },
402
1106
  {
403
1107
  "id": 40,
@@ -407,17 +1111,53 @@
407
1111
  "width": 0.98,
408
1112
  "height": 0.7,
409
1113
  "type": "other",
410
- "category": "Vehicles"
1114
+ "category": "Vehicles",
1115
+ "metadataKeys": [
1116
+ "shared_flags",
1117
+ "air_supply",
1118
+ "custom_name",
1119
+ "custom_name_visible",
1120
+ "silent",
1121
+ "no_gravity",
1122
+ "pose",
1123
+ "ticks_frozen",
1124
+ "hurt",
1125
+ "hurtdir",
1126
+ "damage",
1127
+ "display_block",
1128
+ "display_offset",
1129
+ "custom_display",
1130
+ "fuel"
1131
+ ]
411
1132
  },
412
1133
  {
413
1134
  "id": 41,
414
1135
  "internalId": 41,
415
1136
  "name": "ghast",
416
1137
  "displayName": "Ghast",
417
- "width": 4.0,
418
- "height": 4.0,
1138
+ "width": 4,
1139
+ "height": 4,
419
1140
  "type": "mob",
420
- "category": "Hostile mobs"
1141
+ "category": "Hostile mobs",
1142
+ "metadataKeys": [
1143
+ "shared_flags",
1144
+ "air_supply",
1145
+ "custom_name",
1146
+ "custom_name_visible",
1147
+ "silent",
1148
+ "no_gravity",
1149
+ "pose",
1150
+ "ticks_frozen",
1151
+ "living_entity_flags",
1152
+ "health",
1153
+ "effect_color",
1154
+ "effect_ambience",
1155
+ "arrow_count",
1156
+ "stinger_count",
1157
+ "sleeping_pos",
1158
+ "mob_flags",
1159
+ "is_charging"
1160
+ ]
421
1161
  },
422
1162
  {
423
1163
  "id": 42,
@@ -425,9 +1165,27 @@
425
1165
  "name": "giant",
426
1166
  "displayName": "Giant",
427
1167
  "width": 3.6,
428
- "height": 12.0,
1168
+ "height": 12,
429
1169
  "type": "hostile",
430
- "category": "Hostile mobs"
1170
+ "category": "Hostile mobs",
1171
+ "metadataKeys": [
1172
+ "shared_flags",
1173
+ "air_supply",
1174
+ "custom_name",
1175
+ "custom_name_visible",
1176
+ "silent",
1177
+ "no_gravity",
1178
+ "pose",
1179
+ "ticks_frozen",
1180
+ "living_entity_flags",
1181
+ "health",
1182
+ "effect_color",
1183
+ "effect_ambience",
1184
+ "arrow_count",
1185
+ "stinger_count",
1186
+ "sleeping_pos",
1187
+ "mob_flags"
1188
+ ]
431
1189
  },
432
1190
  {
433
1191
  "id": 43,
@@ -437,7 +1195,19 @@
437
1195
  "width": 0.5,
438
1196
  "height": 0.5,
439
1197
  "type": "other",
440
- "category": "Immobile"
1198
+ "category": "Immobile",
1199
+ "metadataKeys": [
1200
+ "shared_flags",
1201
+ "air_supply",
1202
+ "custom_name",
1203
+ "custom_name_visible",
1204
+ "silent",
1205
+ "no_gravity",
1206
+ "pose",
1207
+ "ticks_frozen",
1208
+ "item",
1209
+ "rotation"
1210
+ ]
441
1211
  },
442
1212
  {
443
1213
  "id": 44,
@@ -447,7 +1217,26 @@
447
1217
  "width": 0.8,
448
1218
  "height": 0.8,
449
1219
  "type": "water_creature",
450
- "category": "Passive mobs"
1220
+ "category": "Passive mobs",
1221
+ "metadataKeys": [
1222
+ "shared_flags",
1223
+ "air_supply",
1224
+ "custom_name",
1225
+ "custom_name_visible",
1226
+ "silent",
1227
+ "no_gravity",
1228
+ "pose",
1229
+ "ticks_frozen",
1230
+ "living_entity_flags",
1231
+ "health",
1232
+ "effect_color",
1233
+ "effect_ambience",
1234
+ "arrow_count",
1235
+ "stinger_count",
1236
+ "sleeping_pos",
1237
+ "mob_flags",
1238
+ "dark_ticks_remaining"
1239
+ ]
451
1240
  },
452
1241
  {
453
1242
  "id": 45,
@@ -457,7 +1246,29 @@
457
1246
  "width": 0.9,
458
1247
  "height": 1.3,
459
1248
  "type": "animal",
460
- "category": "Passive mobs"
1249
+ "category": "Passive mobs",
1250
+ "metadataKeys": [
1251
+ "shared_flags",
1252
+ "air_supply",
1253
+ "custom_name",
1254
+ "custom_name_visible",
1255
+ "silent",
1256
+ "no_gravity",
1257
+ "pose",
1258
+ "ticks_frozen",
1259
+ "living_entity_flags",
1260
+ "health",
1261
+ "effect_color",
1262
+ "effect_ambience",
1263
+ "arrow_count",
1264
+ "stinger_count",
1265
+ "sleeping_pos",
1266
+ "mob_flags",
1267
+ "baby",
1268
+ "is_screaming_goat",
1269
+ "has_left_horn",
1270
+ "has_right_horn"
1271
+ ]
461
1272
  },
462
1273
  {
463
1274
  "id": 46,
@@ -467,7 +1278,27 @@
467
1278
  "width": 0.85,
468
1279
  "height": 0.85,
469
1280
  "type": "hostile",
470
- "category": "Hostile mobs"
1281
+ "category": "Hostile mobs",
1282
+ "metadataKeys": [
1283
+ "shared_flags",
1284
+ "air_supply",
1285
+ "custom_name",
1286
+ "custom_name_visible",
1287
+ "silent",
1288
+ "no_gravity",
1289
+ "pose",
1290
+ "ticks_frozen",
1291
+ "living_entity_flags",
1292
+ "health",
1293
+ "effect_color",
1294
+ "effect_ambience",
1295
+ "arrow_count",
1296
+ "stinger_count",
1297
+ "sleeping_pos",
1298
+ "mob_flags",
1299
+ "moving",
1300
+ "attack_target"
1301
+ ]
471
1302
  },
472
1303
  {
473
1304
  "id": 47,
@@ -477,7 +1308,27 @@
477
1308
  "width": 1.3964844,
478
1309
  "height": 1.4,
479
1310
  "type": "animal",
480
- "category": "Hostile mobs"
1311
+ "category": "Hostile mobs",
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
+ "living_entity_flags",
1322
+ "health",
1323
+ "effect_color",
1324
+ "effect_ambience",
1325
+ "arrow_count",
1326
+ "stinger_count",
1327
+ "sleeping_pos",
1328
+ "mob_flags",
1329
+ "baby",
1330
+ "immune_to_zombification"
1331
+ ]
481
1332
  },
482
1333
  {
483
1334
  "id": 48,
@@ -487,7 +1338,23 @@
487
1338
  "width": 0.98,
488
1339
  "height": 0.7,
489
1340
  "type": "other",
490
- "category": "Vehicles"
1341
+ "category": "Vehicles",
1342
+ "metadataKeys": [
1343
+ "shared_flags",
1344
+ "air_supply",
1345
+ "custom_name",
1346
+ "custom_name_visible",
1347
+ "silent",
1348
+ "no_gravity",
1349
+ "pose",
1350
+ "ticks_frozen",
1351
+ "hurt",
1352
+ "hurtdir",
1353
+ "damage",
1354
+ "display_block",
1355
+ "display_offset",
1356
+ "custom_display"
1357
+ ]
491
1358
  },
492
1359
  {
493
1360
  "id": 49,
@@ -497,7 +1364,28 @@
497
1364
  "width": 1.3964844,
498
1365
  "height": 1.6,
499
1366
  "type": "animal",
500
- "category": "Passive mobs"
1367
+ "category": "Passive mobs",
1368
+ "metadataKeys": [
1369
+ "shared_flags",
1370
+ "air_supply",
1371
+ "custom_name",
1372
+ "custom_name_visible",
1373
+ "silent",
1374
+ "no_gravity",
1375
+ "pose",
1376
+ "ticks_frozen",
1377
+ "living_entity_flags",
1378
+ "health",
1379
+ "effect_color",
1380
+ "effect_ambience",
1381
+ "arrow_count",
1382
+ "stinger_count",
1383
+ "sleeping_pos",
1384
+ "mob_flags",
1385
+ "baby",
1386
+ "flags",
1387
+ "type_variant"
1388
+ ]
501
1389
  },
502
1390
  {
503
1391
  "id": 50,
@@ -507,7 +1395,28 @@
507
1395
  "width": 0.6,
508
1396
  "height": 1.95,
509
1397
  "type": "hostile",
510
- "category": "Hostile mobs"
1398
+ "category": "Hostile mobs",
1399
+ "metadataKeys": [
1400
+ "shared_flags",
1401
+ "air_supply",
1402
+ "custom_name",
1403
+ "custom_name_visible",
1404
+ "silent",
1405
+ "no_gravity",
1406
+ "pose",
1407
+ "ticks_frozen",
1408
+ "living_entity_flags",
1409
+ "health",
1410
+ "effect_color",
1411
+ "effect_ambience",
1412
+ "arrow_count",
1413
+ "stinger_count",
1414
+ "sleeping_pos",
1415
+ "mob_flags",
1416
+ "baby",
1417
+ "special_type",
1418
+ "drowned_conversion"
1419
+ ]
511
1420
  },
512
1421
  {
513
1422
  "id": 51,
@@ -517,17 +1426,50 @@
517
1426
  "width": 0.6,
518
1427
  "height": 1.95,
519
1428
  "type": "hostile",
520
- "category": "Hostile mobs"
1429
+ "category": "Hostile mobs",
1430
+ "metadataKeys": [
1431
+ "shared_flags",
1432
+ "air_supply",
1433
+ "custom_name",
1434
+ "custom_name_visible",
1435
+ "silent",
1436
+ "no_gravity",
1437
+ "pose",
1438
+ "ticks_frozen",
1439
+ "living_entity_flags",
1440
+ "health",
1441
+ "effect_color",
1442
+ "effect_ambience",
1443
+ "arrow_count",
1444
+ "stinger_count",
1445
+ "sleeping_pos",
1446
+ "mob_flags",
1447
+ "is_celebrating",
1448
+ "spell_casting"
1449
+ ]
521
1450
  },
522
1451
  {
523
1452
  "id": 52,
524
1453
  "internalId": 52,
525
1454
  "name": "interaction",
526
1455
  "displayName": "Interaction",
527
- "width": 0.0,
528
- "height": 0.0,
1456
+ "width": 0,
1457
+ "height": 0,
529
1458
  "type": "other",
530
- "category": "Immobile"
1459
+ "category": "Immobile",
1460
+ "metadataKeys": [
1461
+ "shared_flags",
1462
+ "air_supply",
1463
+ "custom_name",
1464
+ "custom_name_visible",
1465
+ "silent",
1466
+ "no_gravity",
1467
+ "pose",
1468
+ "ticks_frozen",
1469
+ "width",
1470
+ "height",
1471
+ "response"
1472
+ ]
531
1473
  },
532
1474
  {
533
1475
  "id": 53,
@@ -537,7 +1479,26 @@
537
1479
  "width": 1.4,
538
1480
  "height": 2.7,
539
1481
  "type": "mob",
540
- "category": "Passive mobs"
1482
+ "category": "Passive mobs",
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
+ "living_entity_flags",
1493
+ "health",
1494
+ "effect_color",
1495
+ "effect_ambience",
1496
+ "arrow_count",
1497
+ "stinger_count",
1498
+ "sleeping_pos",
1499
+ "mob_flags",
1500
+ "flags"
1501
+ ]
541
1502
  },
542
1503
  {
543
1504
  "id": 54,
@@ -547,17 +1508,54 @@
547
1508
  "width": 0.25,
548
1509
  "height": 0.25,
549
1510
  "type": "other",
550
- "category": "UNKNOWN"
1511
+ "category": "UNKNOWN",
1512
+ "metadataKeys": [
1513
+ "shared_flags",
1514
+ "air_supply",
1515
+ "custom_name",
1516
+ "custom_name_visible",
1517
+ "silent",
1518
+ "no_gravity",
1519
+ "pose",
1520
+ "ticks_frozen",
1521
+ "item"
1522
+ ]
551
1523
  },
552
1524
  {
553
1525
  "id": 55,
554
1526
  "internalId": 55,
555
1527
  "name": "item_display",
556
1528
  "displayName": "Item Display",
557
- "width": 0.0,
558
- "height": 0.0,
1529
+ "width": 0,
1530
+ "height": 0,
559
1531
  "type": "other",
560
- "category": "Immobile"
1532
+ "category": "Immobile",
1533
+ "metadataKeys": [
1534
+ "shared_flags",
1535
+ "air_supply",
1536
+ "custom_name",
1537
+ "custom_name_visible",
1538
+ "silent",
1539
+ "no_gravity",
1540
+ "pose",
1541
+ "ticks_frozen",
1542
+ "interpolation_start_delta_ticks",
1543
+ "interpolation_duration",
1544
+ "translation",
1545
+ "scale",
1546
+ "left_rotation",
1547
+ "right_rotation",
1548
+ "billboard_render_constraints",
1549
+ "brightness_override",
1550
+ "view_range",
1551
+ "shadow_radius",
1552
+ "shadow_strength",
1553
+ "width",
1554
+ "height",
1555
+ "glow_color_override",
1556
+ "item_stack",
1557
+ "item_display"
1558
+ ]
561
1559
  },
562
1560
  {
563
1561
  "id": 56,
@@ -567,17 +1565,40 @@
567
1565
  "width": 0.5,
568
1566
  "height": 0.5,
569
1567
  "type": "other",
570
- "category": "Immobile"
1568
+ "category": "Immobile",
1569
+ "metadataKeys": [
1570
+ "shared_flags",
1571
+ "air_supply",
1572
+ "custom_name",
1573
+ "custom_name_visible",
1574
+ "silent",
1575
+ "no_gravity",
1576
+ "pose",
1577
+ "ticks_frozen",
1578
+ "item",
1579
+ "rotation"
1580
+ ]
571
1581
  },
572
1582
  {
573
1583
  "id": 57,
574
1584
  "internalId": 57,
575
1585
  "name": "fireball",
576
1586
  "displayName": "Fireball",
577
- "width": 1.0,
578
- "height": 1.0,
1587
+ "width": 1,
1588
+ "height": 1,
579
1589
  "type": "projectile",
580
- "category": "Projectiles"
1590
+ "category": "Projectiles",
1591
+ "metadataKeys": [
1592
+ "shared_flags",
1593
+ "air_supply",
1594
+ "custom_name",
1595
+ "custom_name_visible",
1596
+ "silent",
1597
+ "no_gravity",
1598
+ "pose",
1599
+ "ticks_frozen",
1600
+ "item_stack"
1601
+ ]
581
1602
  },
582
1603
  {
583
1604
  "id": 58,
@@ -587,17 +1608,37 @@
587
1608
  "width": 0.375,
588
1609
  "height": 0.5,
589
1610
  "type": "other",
590
- "category": "Immobile"
1611
+ "category": "Immobile",
1612
+ "metadataKeys": [
1613
+ "shared_flags",
1614
+ "air_supply",
1615
+ "custom_name",
1616
+ "custom_name_visible",
1617
+ "silent",
1618
+ "no_gravity",
1619
+ "pose",
1620
+ "ticks_frozen"
1621
+ ]
591
1622
  },
592
1623
  {
593
1624
  "id": 59,
594
1625
  "internalId": 59,
595
1626
  "name": "lightning_bolt",
596
1627
  "displayName": "Lightning Bolt",
597
- "width": 0.0,
598
- "height": 0.0,
1628
+ "width": 0,
1629
+ "height": 0,
599
1630
  "type": "other",
600
- "category": "UNKNOWN"
1631
+ "category": "UNKNOWN",
1632
+ "metadataKeys": [
1633
+ "shared_flags",
1634
+ "air_supply",
1635
+ "custom_name",
1636
+ "custom_name_visible",
1637
+ "silent",
1638
+ "no_gravity",
1639
+ "pose",
1640
+ "ticks_frozen"
1641
+ ]
601
1642
  },
602
1643
  {
603
1644
  "id": 60,
@@ -607,7 +1648,31 @@
607
1648
  "width": 0.9,
608
1649
  "height": 1.87,
609
1650
  "type": "animal",
610
- "category": "Passive mobs"
1651
+ "category": "Passive mobs",
1652
+ "metadataKeys": [
1653
+ "shared_flags",
1654
+ "air_supply",
1655
+ "custom_name",
1656
+ "custom_name_visible",
1657
+ "silent",
1658
+ "no_gravity",
1659
+ "pose",
1660
+ "ticks_frozen",
1661
+ "living_entity_flags",
1662
+ "health",
1663
+ "effect_color",
1664
+ "effect_ambience",
1665
+ "arrow_count",
1666
+ "stinger_count",
1667
+ "sleeping_pos",
1668
+ "mob_flags",
1669
+ "baby",
1670
+ "flags",
1671
+ "chest",
1672
+ "strength",
1673
+ "swag",
1674
+ "variant"
1675
+ ]
611
1676
  },
612
1677
  {
613
1678
  "id": 61,
@@ -617,7 +1682,17 @@
617
1682
  "width": 0.25,
618
1683
  "height": 0.25,
619
1684
  "type": "projectile",
620
- "category": "Projectiles"
1685
+ "category": "Projectiles",
1686
+ "metadataKeys": [
1687
+ "shared_flags",
1688
+ "air_supply",
1689
+ "custom_name",
1690
+ "custom_name_visible",
1691
+ "silent",
1692
+ "no_gravity",
1693
+ "pose",
1694
+ "ticks_frozen"
1695
+ ]
621
1696
  },
622
1697
  {
623
1698
  "id": 62,
@@ -627,17 +1702,46 @@
627
1702
  "width": 2.04,
628
1703
  "height": 2.04,
629
1704
  "type": "mob",
630
- "category": "Hostile mobs"
1705
+ "category": "Hostile mobs",
1706
+ "metadataKeys": [
1707
+ "shared_flags",
1708
+ "air_supply",
1709
+ "custom_name",
1710
+ "custom_name_visible",
1711
+ "silent",
1712
+ "no_gravity",
1713
+ "pose",
1714
+ "ticks_frozen",
1715
+ "living_entity_flags",
1716
+ "health",
1717
+ "effect_color",
1718
+ "effect_ambience",
1719
+ "arrow_count",
1720
+ "stinger_count",
1721
+ "sleeping_pos",
1722
+ "mob_flags",
1723
+ "size"
1724
+ ]
631
1725
  },
632
1726
  {
633
1727
  "id": 63,
634
1728
  "internalId": 63,
635
1729
  "name": "marker",
636
1730
  "displayName": "Marker",
637
- "width": 0.0,
638
- "height": 0.0,
1731
+ "width": 0,
1732
+ "height": 0,
639
1733
  "type": "other",
640
- "category": "UNKNOWN"
1734
+ "category": "UNKNOWN",
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
+ ]
641
1745
  },
642
1746
  {
643
1747
  "id": 64,
@@ -647,7 +1751,23 @@
647
1751
  "width": 0.98,
648
1752
  "height": 0.7,
649
1753
  "type": "other",
650
- "category": "Vehicles"
1754
+ "category": "Vehicles",
1755
+ "metadataKeys": [
1756
+ "shared_flags",
1757
+ "air_supply",
1758
+ "custom_name",
1759
+ "custom_name_visible",
1760
+ "silent",
1761
+ "no_gravity",
1762
+ "pose",
1763
+ "ticks_frozen",
1764
+ "hurt",
1765
+ "hurtdir",
1766
+ "damage",
1767
+ "display_block",
1768
+ "display_offset",
1769
+ "custom_display"
1770
+ ]
651
1771
  },
652
1772
  {
653
1773
  "id": 65,
@@ -657,7 +1777,27 @@
657
1777
  "width": 0.9,
658
1778
  "height": 1.4,
659
1779
  "type": "animal",
660
- "category": "Passive mobs"
1780
+ "category": "Passive mobs",
1781
+ "metadataKeys": [
1782
+ "shared_flags",
1783
+ "air_supply",
1784
+ "custom_name",
1785
+ "custom_name_visible",
1786
+ "silent",
1787
+ "no_gravity",
1788
+ "pose",
1789
+ "ticks_frozen",
1790
+ "living_entity_flags",
1791
+ "health",
1792
+ "effect_color",
1793
+ "effect_ambience",
1794
+ "arrow_count",
1795
+ "stinger_count",
1796
+ "sleeping_pos",
1797
+ "mob_flags",
1798
+ "baby",
1799
+ "type"
1800
+ ]
661
1801
  },
662
1802
  {
663
1803
  "id": 66,
@@ -667,7 +1807,28 @@
667
1807
  "width": 1.3964844,
668
1808
  "height": 1.6,
669
1809
  "type": "animal",
670
- "category": "Passive mobs"
1810
+ "category": "Passive mobs",
1811
+ "metadataKeys": [
1812
+ "shared_flags",
1813
+ "air_supply",
1814
+ "custom_name",
1815
+ "custom_name_visible",
1816
+ "silent",
1817
+ "no_gravity",
1818
+ "pose",
1819
+ "ticks_frozen",
1820
+ "living_entity_flags",
1821
+ "health",
1822
+ "effect_color",
1823
+ "effect_ambience",
1824
+ "arrow_count",
1825
+ "stinger_count",
1826
+ "sleeping_pos",
1827
+ "mob_flags",
1828
+ "baby",
1829
+ "flags",
1830
+ "chest"
1831
+ ]
671
1832
  },
672
1833
  {
673
1834
  "id": 67,
@@ -677,7 +1838,27 @@
677
1838
  "width": 0.6,
678
1839
  "height": 0.7,
679
1840
  "type": "animal",
680
- "category": "Passive mobs"
1841
+ "category": "Passive mobs",
1842
+ "metadataKeys": [
1843
+ "shared_flags",
1844
+ "air_supply",
1845
+ "custom_name",
1846
+ "custom_name_visible",
1847
+ "silent",
1848
+ "no_gravity",
1849
+ "pose",
1850
+ "ticks_frozen",
1851
+ "living_entity_flags",
1852
+ "health",
1853
+ "effect_color",
1854
+ "effect_ambience",
1855
+ "arrow_count",
1856
+ "stinger_count",
1857
+ "sleeping_pos",
1858
+ "mob_flags",
1859
+ "baby",
1860
+ "trusting"
1861
+ ]
681
1862
  },
682
1863
  {
683
1864
  "id": 68,
@@ -687,7 +1868,18 @@
687
1868
  "width": 0.5,
688
1869
  "height": 0.5,
689
1870
  "type": "other",
690
- "category": "Immobile"
1871
+ "category": "Immobile",
1872
+ "metadataKeys": [
1873
+ "shared_flags",
1874
+ "air_supply",
1875
+ "custom_name",
1876
+ "custom_name_visible",
1877
+ "silent",
1878
+ "no_gravity",
1879
+ "pose",
1880
+ "ticks_frozen",
1881
+ "painting_variant"
1882
+ ]
691
1883
  },
692
1884
  {
693
1885
  "id": 69,
@@ -697,7 +1889,32 @@
697
1889
  "width": 1.3,
698
1890
  "height": 1.25,
699
1891
  "type": "animal",
700
- "category": "Passive mobs"
1892
+ "category": "Passive mobs",
1893
+ "metadataKeys": [
1894
+ "shared_flags",
1895
+ "air_supply",
1896
+ "custom_name",
1897
+ "custom_name_visible",
1898
+ "silent",
1899
+ "no_gravity",
1900
+ "pose",
1901
+ "ticks_frozen",
1902
+ "living_entity_flags",
1903
+ "health",
1904
+ "effect_color",
1905
+ "effect_ambience",
1906
+ "arrow_count",
1907
+ "stinger_count",
1908
+ "sleeping_pos",
1909
+ "mob_flags",
1910
+ "baby",
1911
+ "unhappy_counter",
1912
+ "sneeze_counter",
1913
+ "eat_counter",
1914
+ "main_gene",
1915
+ "hidden_gene",
1916
+ "flags"
1917
+ ]
701
1918
  },
702
1919
  {
703
1920
  "id": 70,
@@ -707,7 +1924,29 @@
707
1924
  "width": 0.5,
708
1925
  "height": 0.9,
709
1926
  "type": "animal",
710
- "category": "Passive mobs"
1927
+ "category": "Passive mobs",
1928
+ "metadataKeys": [
1929
+ "shared_flags",
1930
+ "air_supply",
1931
+ "custom_name",
1932
+ "custom_name_visible",
1933
+ "silent",
1934
+ "no_gravity",
1935
+ "pose",
1936
+ "ticks_frozen",
1937
+ "living_entity_flags",
1938
+ "health",
1939
+ "effect_color",
1940
+ "effect_ambience",
1941
+ "arrow_count",
1942
+ "stinger_count",
1943
+ "sleeping_pos",
1944
+ "mob_flags",
1945
+ "baby",
1946
+ "flags",
1947
+ "owneruuid",
1948
+ "variant"
1949
+ ]
711
1950
  },
712
1951
  {
713
1952
  "id": 71,
@@ -717,7 +1956,26 @@
717
1956
  "width": 0.9,
718
1957
  "height": 0.5,
719
1958
  "type": "mob",
720
- "category": "Hostile mobs"
1959
+ "category": "Hostile mobs",
1960
+ "metadataKeys": [
1961
+ "shared_flags",
1962
+ "air_supply",
1963
+ "custom_name",
1964
+ "custom_name_visible",
1965
+ "silent",
1966
+ "no_gravity",
1967
+ "pose",
1968
+ "ticks_frozen",
1969
+ "living_entity_flags",
1970
+ "health",
1971
+ "effect_color",
1972
+ "effect_ambience",
1973
+ "arrow_count",
1974
+ "stinger_count",
1975
+ "sleeping_pos",
1976
+ "mob_flags",
1977
+ "size"
1978
+ ]
721
1979
  },
722
1980
  {
723
1981
  "id": 72,
@@ -727,7 +1985,28 @@
727
1985
  "width": 0.9,
728
1986
  "height": 0.9,
729
1987
  "type": "animal",
730
- "category": "Passive mobs"
1988
+ "category": "Passive mobs",
1989
+ "metadataKeys": [
1990
+ "shared_flags",
1991
+ "air_supply",
1992
+ "custom_name",
1993
+ "custom_name_visible",
1994
+ "silent",
1995
+ "no_gravity",
1996
+ "pose",
1997
+ "ticks_frozen",
1998
+ "living_entity_flags",
1999
+ "health",
2000
+ "effect_color",
2001
+ "effect_ambience",
2002
+ "arrow_count",
2003
+ "stinger_count",
2004
+ "sleeping_pos",
2005
+ "mob_flags",
2006
+ "baby",
2007
+ "saddle",
2008
+ "boost_time"
2009
+ ]
731
2010
  },
732
2011
  {
733
2012
  "id": 73,
@@ -737,7 +2016,29 @@
737
2016
  "width": 0.6,
738
2017
  "height": 1.95,
739
2018
  "type": "hostile",
740
- "category": "Hostile mobs"
2019
+ "category": "Hostile mobs",
2020
+ "metadataKeys": [
2021
+ "shared_flags",
2022
+ "air_supply",
2023
+ "custom_name",
2024
+ "custom_name_visible",
2025
+ "silent",
2026
+ "no_gravity",
2027
+ "pose",
2028
+ "ticks_frozen",
2029
+ "living_entity_flags",
2030
+ "health",
2031
+ "effect_color",
2032
+ "effect_ambience",
2033
+ "arrow_count",
2034
+ "stinger_count",
2035
+ "sleeping_pos",
2036
+ "mob_flags",
2037
+ "immune_to_zombification",
2038
+ "baby",
2039
+ "is_charging_crossbow",
2040
+ "is_dancing"
2041
+ ]
741
2042
  },
742
2043
  {
743
2044
  "id": 74,
@@ -747,7 +2048,26 @@
747
2048
  "width": 0.6,
748
2049
  "height": 1.95,
749
2050
  "type": "hostile",
750
- "category": "Hostile mobs"
2051
+ "category": "Hostile mobs",
2052
+ "metadataKeys": [
2053
+ "shared_flags",
2054
+ "air_supply",
2055
+ "custom_name",
2056
+ "custom_name_visible",
2057
+ "silent",
2058
+ "no_gravity",
2059
+ "pose",
2060
+ "ticks_frozen",
2061
+ "living_entity_flags",
2062
+ "health",
2063
+ "effect_color",
2064
+ "effect_ambience",
2065
+ "arrow_count",
2066
+ "stinger_count",
2067
+ "sleeping_pos",
2068
+ "mob_flags",
2069
+ "immune_to_zombification"
2070
+ ]
751
2071
  },
752
2072
  {
753
2073
  "id": 75,
@@ -757,7 +2077,27 @@
757
2077
  "width": 0.6,
758
2078
  "height": 1.95,
759
2079
  "type": "hostile",
760
- "category": "Hostile mobs"
2080
+ "category": "Hostile mobs",
2081
+ "metadataKeys": [
2082
+ "shared_flags",
2083
+ "air_supply",
2084
+ "custom_name",
2085
+ "custom_name_visible",
2086
+ "silent",
2087
+ "no_gravity",
2088
+ "pose",
2089
+ "ticks_frozen",
2090
+ "living_entity_flags",
2091
+ "health",
2092
+ "effect_color",
2093
+ "effect_ambience",
2094
+ "arrow_count",
2095
+ "stinger_count",
2096
+ "sleeping_pos",
2097
+ "mob_flags",
2098
+ "is_celebrating",
2099
+ "is_charging_crossbow"
2100
+ ]
761
2101
  },
762
2102
  {
763
2103
  "id": 76,
@@ -767,7 +2107,27 @@
767
2107
  "width": 1.4,
768
2108
  "height": 1.4,
769
2109
  "type": "animal",
770
- "category": "Passive mobs"
2110
+ "category": "Passive mobs",
2111
+ "metadataKeys": [
2112
+ "shared_flags",
2113
+ "air_supply",
2114
+ "custom_name",
2115
+ "custom_name_visible",
2116
+ "silent",
2117
+ "no_gravity",
2118
+ "pose",
2119
+ "ticks_frozen",
2120
+ "living_entity_flags",
2121
+ "health",
2122
+ "effect_color",
2123
+ "effect_ambience",
2124
+ "arrow_count",
2125
+ "stinger_count",
2126
+ "sleeping_pos",
2127
+ "mob_flags",
2128
+ "baby",
2129
+ "standing"
2130
+ ]
771
2131
  },
772
2132
  {
773
2133
  "id": 77,
@@ -777,7 +2137,18 @@
777
2137
  "width": 0.25,
778
2138
  "height": 0.25,
779
2139
  "type": "projectile",
780
- "category": "Projectiles"
2140
+ "category": "Projectiles",
2141
+ "metadataKeys": [
2142
+ "shared_flags",
2143
+ "air_supply",
2144
+ "custom_name",
2145
+ "custom_name_visible",
2146
+ "silent",
2147
+ "no_gravity",
2148
+ "pose",
2149
+ "ticks_frozen",
2150
+ "item_stack"
2151
+ ]
781
2152
  },
782
2153
  {
783
2154
  "id": 78,
@@ -787,7 +2158,27 @@
787
2158
  "width": 0.7,
788
2159
  "height": 0.7,
789
2160
  "type": "water_creature",
790
- "category": "Passive mobs"
2161
+ "category": "Passive mobs",
2162
+ "metadataKeys": [
2163
+ "shared_flags",
2164
+ "air_supply",
2165
+ "custom_name",
2166
+ "custom_name_visible",
2167
+ "silent",
2168
+ "no_gravity",
2169
+ "pose",
2170
+ "ticks_frozen",
2171
+ "living_entity_flags",
2172
+ "health",
2173
+ "effect_color",
2174
+ "effect_ambience",
2175
+ "arrow_count",
2176
+ "stinger_count",
2177
+ "sleeping_pos",
2178
+ "mob_flags",
2179
+ "from_bucket",
2180
+ "puff_state"
2181
+ ]
791
2182
  },
792
2183
  {
793
2184
  "id": 79,
@@ -797,7 +2188,27 @@
797
2188
  "width": 0.4,
798
2189
  "height": 0.5,
799
2190
  "type": "animal",
800
- "category": "Passive mobs"
2191
+ "category": "Passive mobs",
2192
+ "metadataKeys": [
2193
+ "shared_flags",
2194
+ "air_supply",
2195
+ "custom_name",
2196
+ "custom_name_visible",
2197
+ "silent",
2198
+ "no_gravity",
2199
+ "pose",
2200
+ "ticks_frozen",
2201
+ "living_entity_flags",
2202
+ "health",
2203
+ "effect_color",
2204
+ "effect_ambience",
2205
+ "arrow_count",
2206
+ "stinger_count",
2207
+ "sleeping_pos",
2208
+ "mob_flags",
2209
+ "baby",
2210
+ "type"
2211
+ ]
801
2212
  },
802
2213
  {
803
2214
  "id": 80,
@@ -807,7 +2218,26 @@
807
2218
  "width": 1.95,
808
2219
  "height": 2.2,
809
2220
  "type": "hostile",
810
- "category": "Hostile mobs"
2221
+ "category": "Hostile mobs",
2222
+ "metadataKeys": [
2223
+ "shared_flags",
2224
+ "air_supply",
2225
+ "custom_name",
2226
+ "custom_name_visible",
2227
+ "silent",
2228
+ "no_gravity",
2229
+ "pose",
2230
+ "ticks_frozen",
2231
+ "living_entity_flags",
2232
+ "health",
2233
+ "effect_color",
2234
+ "effect_ambience",
2235
+ "arrow_count",
2236
+ "stinger_count",
2237
+ "sleeping_pos",
2238
+ "mob_flags",
2239
+ "is_celebrating"
2240
+ ]
811
2241
  },
812
2242
  {
813
2243
  "id": 81,
@@ -817,7 +2247,26 @@
817
2247
  "width": 0.7,
818
2248
  "height": 0.4,
819
2249
  "type": "water_creature",
820
- "category": "Passive mobs"
2250
+ "category": "Passive mobs",
2251
+ "metadataKeys": [
2252
+ "shared_flags",
2253
+ "air_supply",
2254
+ "custom_name",
2255
+ "custom_name_visible",
2256
+ "silent",
2257
+ "no_gravity",
2258
+ "pose",
2259
+ "ticks_frozen",
2260
+ "living_entity_flags",
2261
+ "health",
2262
+ "effect_color",
2263
+ "effect_ambience",
2264
+ "arrow_count",
2265
+ "stinger_count",
2266
+ "sleeping_pos",
2267
+ "mob_flags",
2268
+ "from_bucket"
2269
+ ]
821
2270
  },
822
2271
  {
823
2272
  "id": 82,
@@ -827,17 +2276,58 @@
827
2276
  "width": 0.9,
828
2277
  "height": 1.3,
829
2278
  "type": "animal",
830
- "category": "Passive mobs"
2279
+ "category": "Passive mobs",
2280
+ "metadataKeys": [
2281
+ "shared_flags",
2282
+ "air_supply",
2283
+ "custom_name",
2284
+ "custom_name_visible",
2285
+ "silent",
2286
+ "no_gravity",
2287
+ "pose",
2288
+ "ticks_frozen",
2289
+ "living_entity_flags",
2290
+ "health",
2291
+ "effect_color",
2292
+ "effect_ambience",
2293
+ "arrow_count",
2294
+ "stinger_count",
2295
+ "sleeping_pos",
2296
+ "mob_flags",
2297
+ "baby",
2298
+ "wool"
2299
+ ]
831
2300
  },
832
2301
  {
833
2302
  "id": 83,
834
2303
  "internalId": 83,
835
2304
  "name": "shulker",
836
2305
  "displayName": "Shulker",
837
- "width": 1.0,
838
- "height": 1.0,
2306
+ "width": 1,
2307
+ "height": 1,
839
2308
  "type": "mob",
840
- "category": "Hostile mobs"
2309
+ "category": "Hostile mobs",
2310
+ "metadataKeys": [
2311
+ "shared_flags",
2312
+ "air_supply",
2313
+ "custom_name",
2314
+ "custom_name_visible",
2315
+ "silent",
2316
+ "no_gravity",
2317
+ "pose",
2318
+ "ticks_frozen",
2319
+ "living_entity_flags",
2320
+ "health",
2321
+ "effect_color",
2322
+ "effect_ambience",
2323
+ "arrow_count",
2324
+ "stinger_count",
2325
+ "sleeping_pos",
2326
+ "mob_flags",
2327
+ "attach_face",
2328
+ "peek",
2329
+ "color"
2330
+ ]
841
2331
  },
842
2332
  {
843
2333
  "id": 84,
@@ -847,7 +2337,17 @@
847
2337
  "width": 0.3125,
848
2338
  "height": 0.3125,
849
2339
  "type": "projectile",
850
- "category": "Projectiles"
2340
+ "category": "Projectiles",
2341
+ "metadataKeys": [
2342
+ "shared_flags",
2343
+ "air_supply",
2344
+ "custom_name",
2345
+ "custom_name_visible",
2346
+ "silent",
2347
+ "no_gravity",
2348
+ "pose",
2349
+ "ticks_frozen"
2350
+ ]
851
2351
  },
852
2352
  {
853
2353
  "id": 85,
@@ -857,7 +2357,25 @@
857
2357
  "width": 0.4,
858
2358
  "height": 0.3,
859
2359
  "type": "hostile",
860
- "category": "Hostile mobs"
2360
+ "category": "Hostile mobs",
2361
+ "metadataKeys": [
2362
+ "shared_flags",
2363
+ "air_supply",
2364
+ "custom_name",
2365
+ "custom_name_visible",
2366
+ "silent",
2367
+ "no_gravity",
2368
+ "pose",
2369
+ "ticks_frozen",
2370
+ "living_entity_flags",
2371
+ "health",
2372
+ "effect_color",
2373
+ "effect_ambience",
2374
+ "arrow_count",
2375
+ "stinger_count",
2376
+ "sleeping_pos",
2377
+ "mob_flags"
2378
+ ]
861
2379
  },
862
2380
  {
863
2381
  "id": 86,
@@ -867,7 +2385,26 @@
867
2385
  "width": 0.6,
868
2386
  "height": 1.99,
869
2387
  "type": "hostile",
870
- "category": "Hostile mobs"
2388
+ "category": "Hostile mobs",
2389
+ "metadataKeys": [
2390
+ "shared_flags",
2391
+ "air_supply",
2392
+ "custom_name",
2393
+ "custom_name_visible",
2394
+ "silent",
2395
+ "no_gravity",
2396
+ "pose",
2397
+ "ticks_frozen",
2398
+ "living_entity_flags",
2399
+ "health",
2400
+ "effect_color",
2401
+ "effect_ambience",
2402
+ "arrow_count",
2403
+ "stinger_count",
2404
+ "sleeping_pos",
2405
+ "mob_flags",
2406
+ "stray_conversion"
2407
+ ]
871
2408
  },
872
2409
  {
873
2410
  "id": 87,
@@ -877,7 +2414,27 @@
877
2414
  "width": 1.3964844,
878
2415
  "height": 1.6,
879
2416
  "type": "animal",
880
- "category": "Hostile mobs"
2417
+ "category": "Hostile mobs",
2418
+ "metadataKeys": [
2419
+ "shared_flags",
2420
+ "air_supply",
2421
+ "custom_name",
2422
+ "custom_name_visible",
2423
+ "silent",
2424
+ "no_gravity",
2425
+ "pose",
2426
+ "ticks_frozen",
2427
+ "living_entity_flags",
2428
+ "health",
2429
+ "effect_color",
2430
+ "effect_ambience",
2431
+ "arrow_count",
2432
+ "stinger_count",
2433
+ "sleeping_pos",
2434
+ "mob_flags",
2435
+ "baby",
2436
+ "flags"
2437
+ ]
881
2438
  },
882
2439
  {
883
2440
  "id": 88,
@@ -887,7 +2444,26 @@
887
2444
  "width": 2.04,
888
2445
  "height": 2.04,
889
2446
  "type": "mob",
890
- "category": "Hostile mobs"
2447
+ "category": "Hostile mobs",
2448
+ "metadataKeys": [
2449
+ "shared_flags",
2450
+ "air_supply",
2451
+ "custom_name",
2452
+ "custom_name_visible",
2453
+ "silent",
2454
+ "no_gravity",
2455
+ "pose",
2456
+ "ticks_frozen",
2457
+ "living_entity_flags",
2458
+ "health",
2459
+ "effect_color",
2460
+ "effect_ambience",
2461
+ "arrow_count",
2462
+ "stinger_count",
2463
+ "sleeping_pos",
2464
+ "mob_flags",
2465
+ "size"
2466
+ ]
891
2467
  },
892
2468
  {
893
2469
  "id": 89,
@@ -897,7 +2473,18 @@
897
2473
  "width": 0.3125,
898
2474
  "height": 0.3125,
899
2475
  "type": "projectile",
900
- "category": "Projectiles"
2476
+ "category": "Projectiles",
2477
+ "metadataKeys": [
2478
+ "shared_flags",
2479
+ "air_supply",
2480
+ "custom_name",
2481
+ "custom_name_visible",
2482
+ "silent",
2483
+ "no_gravity",
2484
+ "pose",
2485
+ "ticks_frozen",
2486
+ "item_stack"
2487
+ ]
901
2488
  },
902
2489
  {
903
2490
  "id": 90,
@@ -907,7 +2494,28 @@
907
2494
  "width": 1.9,
908
2495
  "height": 1.75,
909
2496
  "type": "player",
910
- "category": "Passive mobs"
2497
+ "category": "Passive mobs",
2498
+ "metadataKeys": [
2499
+ "shared_flags",
2500
+ "air_supply",
2501
+ "custom_name",
2502
+ "custom_name_visible",
2503
+ "silent",
2504
+ "no_gravity",
2505
+ "pose",
2506
+ "ticks_frozen",
2507
+ "living_entity_flags",
2508
+ "health",
2509
+ "effect_color",
2510
+ "effect_ambience",
2511
+ "arrow_count",
2512
+ "stinger_count",
2513
+ "sleeping_pos",
2514
+ "mob_flags",
2515
+ "baby",
2516
+ "state",
2517
+ "drop_seed_at_tick"
2518
+ ]
911
2519
  },
912
2520
  {
913
2521
  "id": 91,
@@ -917,7 +2525,26 @@
917
2525
  "width": 0.7,
918
2526
  "height": 1.9,
919
2527
  "type": "mob",
920
- "category": "Passive mobs"
2528
+ "category": "Passive mobs",
2529
+ "metadataKeys": [
2530
+ "shared_flags",
2531
+ "air_supply",
2532
+ "custom_name",
2533
+ "custom_name_visible",
2534
+ "silent",
2535
+ "no_gravity",
2536
+ "pose",
2537
+ "ticks_frozen",
2538
+ "living_entity_flags",
2539
+ "health",
2540
+ "effect_color",
2541
+ "effect_ambience",
2542
+ "arrow_count",
2543
+ "stinger_count",
2544
+ "sleeping_pos",
2545
+ "mob_flags",
2546
+ "pumpkin"
2547
+ ]
921
2548
  },
922
2549
  {
923
2550
  "id": 92,
@@ -927,7 +2554,18 @@
927
2554
  "width": 0.25,
928
2555
  "height": 0.25,
929
2556
  "type": "projectile",
930
- "category": "Projectiles"
2557
+ "category": "Projectiles",
2558
+ "metadataKeys": [
2559
+ "shared_flags",
2560
+ "air_supply",
2561
+ "custom_name",
2562
+ "custom_name_visible",
2563
+ "silent",
2564
+ "no_gravity",
2565
+ "pose",
2566
+ "ticks_frozen",
2567
+ "item_stack"
2568
+ ]
931
2569
  },
932
2570
  {
933
2571
  "id": 93,
@@ -937,7 +2575,23 @@
937
2575
  "width": 0.98,
938
2576
  "height": 0.7,
939
2577
  "type": "other",
940
- "category": "Vehicles"
2578
+ "category": "Vehicles",
2579
+ "metadataKeys": [
2580
+ "shared_flags",
2581
+ "air_supply",
2582
+ "custom_name",
2583
+ "custom_name_visible",
2584
+ "silent",
2585
+ "no_gravity",
2586
+ "pose",
2587
+ "ticks_frozen",
2588
+ "hurt",
2589
+ "hurtdir",
2590
+ "damage",
2591
+ "display_block",
2592
+ "display_offset",
2593
+ "custom_display"
2594
+ ]
941
2595
  },
942
2596
  {
943
2597
  "id": 94,
@@ -947,7 +2601,19 @@
947
2601
  "width": 0.5,
948
2602
  "height": 0.5,
949
2603
  "type": "projectile",
950
- "category": "Projectiles"
2604
+ "category": "Projectiles",
2605
+ "metadataKeys": [
2606
+ "shared_flags",
2607
+ "air_supply",
2608
+ "custom_name",
2609
+ "custom_name_visible",
2610
+ "silent",
2611
+ "no_gravity",
2612
+ "pose",
2613
+ "ticks_frozen",
2614
+ "flags",
2615
+ "pierce_level"
2616
+ ]
951
2617
  },
952
2618
  {
953
2619
  "id": 95,
@@ -957,7 +2623,26 @@
957
2623
  "width": 1.4,
958
2624
  "height": 0.9,
959
2625
  "type": "hostile",
960
- "category": "Hostile mobs"
2626
+ "category": "Hostile mobs",
2627
+ "metadataKeys": [
2628
+ "shared_flags",
2629
+ "air_supply",
2630
+ "custom_name",
2631
+ "custom_name_visible",
2632
+ "silent",
2633
+ "no_gravity",
2634
+ "pose",
2635
+ "ticks_frozen",
2636
+ "living_entity_flags",
2637
+ "health",
2638
+ "effect_color",
2639
+ "effect_ambience",
2640
+ "arrow_count",
2641
+ "stinger_count",
2642
+ "sleeping_pos",
2643
+ "mob_flags",
2644
+ "flags"
2645
+ ]
961
2646
  },
962
2647
  {
963
2648
  "id": 96,
@@ -967,7 +2652,25 @@
967
2652
  "width": 0.8,
968
2653
  "height": 0.8,
969
2654
  "type": "water_creature",
970
- "category": "Passive mobs"
2655
+ "category": "Passive mobs",
2656
+ "metadataKeys": [
2657
+ "shared_flags",
2658
+ "air_supply",
2659
+ "custom_name",
2660
+ "custom_name_visible",
2661
+ "silent",
2662
+ "no_gravity",
2663
+ "pose",
2664
+ "ticks_frozen",
2665
+ "living_entity_flags",
2666
+ "health",
2667
+ "effect_color",
2668
+ "effect_ambience",
2669
+ "arrow_count",
2670
+ "stinger_count",
2671
+ "sleeping_pos",
2672
+ "mob_flags"
2673
+ ]
971
2674
  },
972
2675
  {
973
2676
  "id": 97,
@@ -977,7 +2680,25 @@
977
2680
  "width": 0.6,
978
2681
  "height": 1.99,
979
2682
  "type": "hostile",
980
- "category": "Hostile mobs"
2683
+ "category": "Hostile mobs",
2684
+ "metadataKeys": [
2685
+ "shared_flags",
2686
+ "air_supply",
2687
+ "custom_name",
2688
+ "custom_name_visible",
2689
+ "silent",
2690
+ "no_gravity",
2691
+ "pose",
2692
+ "ticks_frozen",
2693
+ "living_entity_flags",
2694
+ "health",
2695
+ "effect_color",
2696
+ "effect_ambience",
2697
+ "arrow_count",
2698
+ "stinger_count",
2699
+ "sleeping_pos",
2700
+ "mob_flags"
2701
+ ]
981
2702
  },
982
2703
  {
983
2704
  "id": 98,
@@ -987,7 +2708,29 @@
987
2708
  "width": 0.9,
988
2709
  "height": 1.7,
989
2710
  "type": "animal",
990
- "category": "Passive mobs"
2711
+ "category": "Passive mobs",
2712
+ "metadataKeys": [
2713
+ "shared_flags",
2714
+ "air_supply",
2715
+ "custom_name",
2716
+ "custom_name_visible",
2717
+ "silent",
2718
+ "no_gravity",
2719
+ "pose",
2720
+ "ticks_frozen",
2721
+ "living_entity_flags",
2722
+ "health",
2723
+ "effect_color",
2724
+ "effect_ambience",
2725
+ "arrow_count",
2726
+ "stinger_count",
2727
+ "sleeping_pos",
2728
+ "mob_flags",
2729
+ "baby",
2730
+ "boost_time",
2731
+ "suffocating",
2732
+ "saddle"
2733
+ ]
991
2734
  },
992
2735
  {
993
2736
  "id": 99,
@@ -997,17 +2740,65 @@
997
2740
  "width": 0.4,
998
2741
  "height": 0.3,
999
2742
  "type": "water_creature",
1000
- "category": "Passive mobs"
2743
+ "category": "Passive mobs",
2744
+ "metadataKeys": [
2745
+ "shared_flags",
2746
+ "air_supply",
2747
+ "custom_name",
2748
+ "custom_name_visible",
2749
+ "silent",
2750
+ "no_gravity",
2751
+ "pose",
2752
+ "ticks_frozen",
2753
+ "living_entity_flags",
2754
+ "health",
2755
+ "effect_color",
2756
+ "effect_ambience",
2757
+ "arrow_count",
2758
+ "stinger_count",
2759
+ "sleeping_pos",
2760
+ "mob_flags",
2761
+ "from_bucket"
2762
+ ]
1001
2763
  },
1002
2764
  {
1003
2765
  "id": 100,
1004
2766
  "internalId": 100,
1005
2767
  "name": "text_display",
1006
2768
  "displayName": "Text Display",
1007
- "width": 0.0,
1008
- "height": 0.0,
2769
+ "width": 0,
2770
+ "height": 0,
1009
2771
  "type": "other",
1010
- "category": "Immobile"
2772
+ "category": "Immobile",
2773
+ "metadataKeys": [
2774
+ "shared_flags",
2775
+ "air_supply",
2776
+ "custom_name",
2777
+ "custom_name_visible",
2778
+ "silent",
2779
+ "no_gravity",
2780
+ "pose",
2781
+ "ticks_frozen",
2782
+ "interpolation_start_delta_ticks",
2783
+ "interpolation_duration",
2784
+ "translation",
2785
+ "scale",
2786
+ "left_rotation",
2787
+ "right_rotation",
2788
+ "billboard_render_constraints",
2789
+ "brightness_override",
2790
+ "view_range",
2791
+ "shadow_radius",
2792
+ "shadow_strength",
2793
+ "width",
2794
+ "height",
2795
+ "glow_color_override",
2796
+ "text",
2797
+ "line_width",
2798
+ "background_color",
2799
+ "text_opacity",
2800
+ "style_flags"
2801
+ ]
1011
2802
  },
1012
2803
  {
1013
2804
  "id": 101,
@@ -1017,7 +2808,18 @@
1017
2808
  "width": 0.98,
1018
2809
  "height": 0.98,
1019
2810
  "type": "other",
1020
- "category": "UNKNOWN"
2811
+ "category": "UNKNOWN",
2812
+ "metadataKeys": [
2813
+ "shared_flags",
2814
+ "air_supply",
2815
+ "custom_name",
2816
+ "custom_name_visible",
2817
+ "silent",
2818
+ "no_gravity",
2819
+ "pose",
2820
+ "ticks_frozen",
2821
+ "fuse"
2822
+ ]
1021
2823
  },
1022
2824
  {
1023
2825
  "id": 102,
@@ -1027,7 +2829,23 @@
1027
2829
  "width": 0.98,
1028
2830
  "height": 0.7,
1029
2831
  "type": "other",
1030
- "category": "Vehicles"
2832
+ "category": "Vehicles",
2833
+ "metadataKeys": [
2834
+ "shared_flags",
2835
+ "air_supply",
2836
+ "custom_name",
2837
+ "custom_name_visible",
2838
+ "silent",
2839
+ "no_gravity",
2840
+ "pose",
2841
+ "ticks_frozen",
2842
+ "hurt",
2843
+ "hurtdir",
2844
+ "damage",
2845
+ "display_block",
2846
+ "display_offset",
2847
+ "custom_display"
2848
+ ]
1031
2849
  },
1032
2850
  {
1033
2851
  "id": 103,
@@ -1037,7 +2855,31 @@
1037
2855
  "width": 0.9,
1038
2856
  "height": 1.87,
1039
2857
  "type": "animal",
1040
- "category": "Passive mobs"
2858
+ "category": "Passive mobs",
2859
+ "metadataKeys": [
2860
+ "shared_flags",
2861
+ "air_supply",
2862
+ "custom_name",
2863
+ "custom_name_visible",
2864
+ "silent",
2865
+ "no_gravity",
2866
+ "pose",
2867
+ "ticks_frozen",
2868
+ "living_entity_flags",
2869
+ "health",
2870
+ "effect_color",
2871
+ "effect_ambience",
2872
+ "arrow_count",
2873
+ "stinger_count",
2874
+ "sleeping_pos",
2875
+ "mob_flags",
2876
+ "baby",
2877
+ "flags",
2878
+ "chest",
2879
+ "strength",
2880
+ "swag",
2881
+ "variant"
2882
+ ]
1041
2883
  },
1042
2884
  {
1043
2885
  "id": 104,
@@ -1047,7 +2889,21 @@
1047
2889
  "width": 0.5,
1048
2890
  "height": 0.5,
1049
2891
  "type": "projectile",
1050
- "category": "Projectiles"
2892
+ "category": "Projectiles",
2893
+ "metadataKeys": [
2894
+ "shared_flags",
2895
+ "air_supply",
2896
+ "custom_name",
2897
+ "custom_name_visible",
2898
+ "silent",
2899
+ "no_gravity",
2900
+ "pose",
2901
+ "ticks_frozen",
2902
+ "flags",
2903
+ "pierce_level",
2904
+ "loyalty",
2905
+ "foil"
2906
+ ]
1051
2907
  },
1052
2908
  {
1053
2909
  "id": 105,
@@ -1057,7 +2913,27 @@
1057
2913
  "width": 0.5,
1058
2914
  "height": 0.4,
1059
2915
  "type": "water_creature",
1060
- "category": "Passive mobs"
2916
+ "category": "Passive mobs",
2917
+ "metadataKeys": [
2918
+ "shared_flags",
2919
+ "air_supply",
2920
+ "custom_name",
2921
+ "custom_name_visible",
2922
+ "silent",
2923
+ "no_gravity",
2924
+ "pose",
2925
+ "ticks_frozen",
2926
+ "living_entity_flags",
2927
+ "health",
2928
+ "effect_color",
2929
+ "effect_ambience",
2930
+ "arrow_count",
2931
+ "stinger_count",
2932
+ "sleeping_pos",
2933
+ "mob_flags",
2934
+ "from_bucket",
2935
+ "type_variant"
2936
+ ]
1061
2937
  },
1062
2938
  {
1063
2939
  "id": 106,
@@ -1067,7 +2943,32 @@
1067
2943
  "width": 1.2,
1068
2944
  "height": 0.4,
1069
2945
  "type": "animal",
1070
- "category": "Passive mobs"
2946
+ "category": "Passive mobs",
2947
+ "metadataKeys": [
2948
+ "shared_flags",
2949
+ "air_supply",
2950
+ "custom_name",
2951
+ "custom_name_visible",
2952
+ "silent",
2953
+ "no_gravity",
2954
+ "pose",
2955
+ "ticks_frozen",
2956
+ "living_entity_flags",
2957
+ "health",
2958
+ "effect_color",
2959
+ "effect_ambience",
2960
+ "arrow_count",
2961
+ "stinger_count",
2962
+ "sleeping_pos",
2963
+ "mob_flags",
2964
+ "baby",
2965
+ "home_pos",
2966
+ "has_egg",
2967
+ "laying_egg",
2968
+ "travel_pos",
2969
+ "going_home",
2970
+ "travelling"
2971
+ ]
1071
2972
  },
1072
2973
  {
1073
2974
  "id": 107,
@@ -1077,7 +2978,26 @@
1077
2978
  "width": 0.4,
1078
2979
  "height": 0.8,
1079
2980
  "type": "hostile",
1080
- "category": "Hostile mobs"
2981
+ "category": "Hostile mobs",
2982
+ "metadataKeys": [
2983
+ "shared_flags",
2984
+ "air_supply",
2985
+ "custom_name",
2986
+ "custom_name_visible",
2987
+ "silent",
2988
+ "no_gravity",
2989
+ "pose",
2990
+ "ticks_frozen",
2991
+ "living_entity_flags",
2992
+ "health",
2993
+ "effect_color",
2994
+ "effect_ambience",
2995
+ "arrow_count",
2996
+ "stinger_count",
2997
+ "sleeping_pos",
2998
+ "mob_flags",
2999
+ "flags"
3000
+ ]
1081
3001
  },
1082
3002
  {
1083
3003
  "id": 108,
@@ -1087,7 +3007,28 @@
1087
3007
  "width": 0.6,
1088
3008
  "height": 1.95,
1089
3009
  "type": "passive",
1090
- "category": "Passive mobs"
3010
+ "category": "Passive mobs",
3011
+ "metadataKeys": [
3012
+ "shared_flags",
3013
+ "air_supply",
3014
+ "custom_name",
3015
+ "custom_name_visible",
3016
+ "silent",
3017
+ "no_gravity",
3018
+ "pose",
3019
+ "ticks_frozen",
3020
+ "living_entity_flags",
3021
+ "health",
3022
+ "effect_color",
3023
+ "effect_ambience",
3024
+ "arrow_count",
3025
+ "stinger_count",
3026
+ "sleeping_pos",
3027
+ "mob_flags",
3028
+ "baby",
3029
+ "unhappy_counter",
3030
+ "villager_data"
3031
+ ]
1091
3032
  },
1092
3033
  {
1093
3034
  "id": 109,
@@ -1097,7 +3038,26 @@
1097
3038
  "width": 0.6,
1098
3039
  "height": 1.95,
1099
3040
  "type": "hostile",
1100
- "category": "Hostile mobs"
3041
+ "category": "Hostile mobs",
3042
+ "metadataKeys": [
3043
+ "shared_flags",
3044
+ "air_supply",
3045
+ "custom_name",
3046
+ "custom_name_visible",
3047
+ "silent",
3048
+ "no_gravity",
3049
+ "pose",
3050
+ "ticks_frozen",
3051
+ "living_entity_flags",
3052
+ "health",
3053
+ "effect_color",
3054
+ "effect_ambience",
3055
+ "arrow_count",
3056
+ "stinger_count",
3057
+ "sleeping_pos",
3058
+ "mob_flags",
3059
+ "is_celebrating"
3060
+ ]
1101
3061
  },
1102
3062
  {
1103
3063
  "id": 110,
@@ -1107,7 +3067,27 @@
1107
3067
  "width": 0.6,
1108
3068
  "height": 1.95,
1109
3069
  "type": "passive",
1110
- "category": "Passive mobs"
3070
+ "category": "Passive mobs",
3071
+ "metadataKeys": [
3072
+ "shared_flags",
3073
+ "air_supply",
3074
+ "custom_name",
3075
+ "custom_name_visible",
3076
+ "silent",
3077
+ "no_gravity",
3078
+ "pose",
3079
+ "ticks_frozen",
3080
+ "living_entity_flags",
3081
+ "health",
3082
+ "effect_color",
3083
+ "effect_ambience",
3084
+ "arrow_count",
3085
+ "stinger_count",
3086
+ "sleeping_pos",
3087
+ "mob_flags",
3088
+ "baby",
3089
+ "unhappy_counter"
3090
+ ]
1111
3091
  },
1112
3092
  {
1113
3093
  "id": 111,
@@ -1117,7 +3097,26 @@
1117
3097
  "width": 0.9,
1118
3098
  "height": 2.9,
1119
3099
  "type": "hostile",
1120
- "category": "Hostile mobs"
3100
+ "category": "Hostile mobs",
3101
+ "metadataKeys": [
3102
+ "shared_flags",
3103
+ "air_supply",
3104
+ "custom_name",
3105
+ "custom_name_visible",
3106
+ "silent",
3107
+ "no_gravity",
3108
+ "pose",
3109
+ "ticks_frozen",
3110
+ "living_entity_flags",
3111
+ "health",
3112
+ "effect_color",
3113
+ "effect_ambience",
3114
+ "arrow_count",
3115
+ "stinger_count",
3116
+ "sleeping_pos",
3117
+ "mob_flags",
3118
+ "client_anger_level"
3119
+ ]
1121
3120
  },
1122
3121
  {
1123
3122
  "id": 112,
@@ -1127,7 +3126,27 @@
1127
3126
  "width": 0.6,
1128
3127
  "height": 1.95,
1129
3128
  "type": "hostile",
1130
- "category": "Hostile mobs"
3129
+ "category": "Hostile mobs",
3130
+ "metadataKeys": [
3131
+ "shared_flags",
3132
+ "air_supply",
3133
+ "custom_name",
3134
+ "custom_name_visible",
3135
+ "silent",
3136
+ "no_gravity",
3137
+ "pose",
3138
+ "ticks_frozen",
3139
+ "living_entity_flags",
3140
+ "health",
3141
+ "effect_color",
3142
+ "effect_ambience",
3143
+ "arrow_count",
3144
+ "stinger_count",
3145
+ "sleeping_pos",
3146
+ "mob_flags",
3147
+ "is_celebrating",
3148
+ "using_item"
3149
+ ]
1131
3150
  },
1132
3151
  {
1133
3152
  "id": 113,
@@ -1137,7 +3156,29 @@
1137
3156
  "width": 0.9,
1138
3157
  "height": 3.5,
1139
3158
  "type": "hostile",
1140
- "category": "Hostile mobs"
3159
+ "category": "Hostile mobs",
3160
+ "metadataKeys": [
3161
+ "shared_flags",
3162
+ "air_supply",
3163
+ "custom_name",
3164
+ "custom_name_visible",
3165
+ "silent",
3166
+ "no_gravity",
3167
+ "pose",
3168
+ "ticks_frozen",
3169
+ "living_entity_flags",
3170
+ "health",
3171
+ "effect_color",
3172
+ "effect_ambience",
3173
+ "arrow_count",
3174
+ "stinger_count",
3175
+ "sleeping_pos",
3176
+ "mob_flags",
3177
+ "target_a",
3178
+ "target_b",
3179
+ "target_c",
3180
+ "inv"
3181
+ ]
1141
3182
  },
1142
3183
  {
1143
3184
  "id": 114,
@@ -1147,7 +3188,25 @@
1147
3188
  "width": 0.7,
1148
3189
  "height": 2.4,
1149
3190
  "type": "hostile",
1150
- "category": "Hostile mobs"
3191
+ "category": "Hostile mobs",
3192
+ "metadataKeys": [
3193
+ "shared_flags",
3194
+ "air_supply",
3195
+ "custom_name",
3196
+ "custom_name_visible",
3197
+ "silent",
3198
+ "no_gravity",
3199
+ "pose",
3200
+ "ticks_frozen",
3201
+ "living_entity_flags",
3202
+ "health",
3203
+ "effect_color",
3204
+ "effect_ambience",
3205
+ "arrow_count",
3206
+ "stinger_count",
3207
+ "sleeping_pos",
3208
+ "mob_flags"
3209
+ ]
1151
3210
  },
1152
3211
  {
1153
3212
  "id": 115,
@@ -1157,7 +3216,18 @@
1157
3216
  "width": 0.3125,
1158
3217
  "height": 0.3125,
1159
3218
  "type": "projectile",
1160
- "category": "Projectiles"
3219
+ "category": "Projectiles",
3220
+ "metadataKeys": [
3221
+ "shared_flags",
3222
+ "air_supply",
3223
+ "custom_name",
3224
+ "custom_name_visible",
3225
+ "silent",
3226
+ "no_gravity",
3227
+ "pose",
3228
+ "ticks_frozen",
3229
+ "dangerous"
3230
+ ]
1161
3231
  },
1162
3232
  {
1163
3233
  "id": 116,
@@ -1167,7 +3237,31 @@
1167
3237
  "width": 0.6,
1168
3238
  "height": 0.85,
1169
3239
  "type": "animal",
1170
- "category": "Passive mobs"
3240
+ "category": "Passive mobs",
3241
+ "metadataKeys": [
3242
+ "shared_flags",
3243
+ "air_supply",
3244
+ "custom_name",
3245
+ "custom_name_visible",
3246
+ "silent",
3247
+ "no_gravity",
3248
+ "pose",
3249
+ "ticks_frozen",
3250
+ "living_entity_flags",
3251
+ "health",
3252
+ "effect_color",
3253
+ "effect_ambience",
3254
+ "arrow_count",
3255
+ "stinger_count",
3256
+ "sleeping_pos",
3257
+ "mob_flags",
3258
+ "baby",
3259
+ "flags",
3260
+ "owneruuid",
3261
+ "interested",
3262
+ "collar_color",
3263
+ "remaining_anger_time"
3264
+ ]
1171
3265
  },
1172
3266
  {
1173
3267
  "id": 117,
@@ -1177,7 +3271,26 @@
1177
3271
  "width": 1.3964844,
1178
3272
  "height": 1.4,
1179
3273
  "type": "hostile",
1180
- "category": "Hostile mobs"
3274
+ "category": "Hostile mobs",
3275
+ "metadataKeys": [
3276
+ "shared_flags",
3277
+ "air_supply",
3278
+ "custom_name",
3279
+ "custom_name_visible",
3280
+ "silent",
3281
+ "no_gravity",
3282
+ "pose",
3283
+ "ticks_frozen",
3284
+ "living_entity_flags",
3285
+ "health",
3286
+ "effect_color",
3287
+ "effect_ambience",
3288
+ "arrow_count",
3289
+ "stinger_count",
3290
+ "sleeping_pos",
3291
+ "mob_flags",
3292
+ "baby"
3293
+ ]
1181
3294
  },
1182
3295
  {
1183
3296
  "id": 118,
@@ -1187,7 +3300,28 @@
1187
3300
  "width": 0.6,
1188
3301
  "height": 1.95,
1189
3302
  "type": "hostile",
1190
- "category": "Hostile mobs"
3303
+ "category": "Hostile 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_color",
3316
+ "effect_ambience",
3317
+ "arrow_count",
3318
+ "stinger_count",
3319
+ "sleeping_pos",
3320
+ "mob_flags",
3321
+ "baby",
3322
+ "special_type",
3323
+ "drowned_conversion"
3324
+ ]
1191
3325
  },
1192
3326
  {
1193
3327
  "id": 119,
@@ -1197,7 +3331,27 @@
1197
3331
  "width": 1.3964844,
1198
3332
  "height": 1.6,
1199
3333
  "type": "animal",
1200
- "category": "Hostile mobs"
3334
+ "category": "Hostile mobs",
3335
+ "metadataKeys": [
3336
+ "shared_flags",
3337
+ "air_supply",
3338
+ "custom_name",
3339
+ "custom_name_visible",
3340
+ "silent",
3341
+ "no_gravity",
3342
+ "pose",
3343
+ "ticks_frozen",
3344
+ "living_entity_flags",
3345
+ "health",
3346
+ "effect_color",
3347
+ "effect_ambience",
3348
+ "arrow_count",
3349
+ "stinger_count",
3350
+ "sleeping_pos",
3351
+ "mob_flags",
3352
+ "baby",
3353
+ "flags"
3354
+ ]
1201
3355
  },
1202
3356
  {
1203
3357
  "id": 120,
@@ -1207,7 +3361,30 @@
1207
3361
  "width": 0.6,
1208
3362
  "height": 1.95,
1209
3363
  "type": "hostile",
1210
- "category": "Hostile mobs"
3364
+ "category": "Hostile mobs",
3365
+ "metadataKeys": [
3366
+ "shared_flags",
3367
+ "air_supply",
3368
+ "custom_name",
3369
+ "custom_name_visible",
3370
+ "silent",
3371
+ "no_gravity",
3372
+ "pose",
3373
+ "ticks_frozen",
3374
+ "living_entity_flags",
3375
+ "health",
3376
+ "effect_color",
3377
+ "effect_ambience",
3378
+ "arrow_count",
3379
+ "stinger_count",
3380
+ "sleeping_pos",
3381
+ "mob_flags",
3382
+ "baby",
3383
+ "special_type",
3384
+ "drowned_conversion",
3385
+ "converting",
3386
+ "villager_data"
3387
+ ]
1211
3388
  },
1212
3389
  {
1213
3390
  "id": 121,
@@ -1217,7 +3394,28 @@
1217
3394
  "width": 0.6,
1218
3395
  "height": 1.95,
1219
3396
  "type": "hostile",
1220
- "category": "Hostile mobs"
3397
+ "category": "Hostile mobs",
3398
+ "metadataKeys": [
3399
+ "shared_flags",
3400
+ "air_supply",
3401
+ "custom_name",
3402
+ "custom_name_visible",
3403
+ "silent",
3404
+ "no_gravity",
3405
+ "pose",
3406
+ "ticks_frozen",
3407
+ "living_entity_flags",
3408
+ "health",
3409
+ "effect_color",
3410
+ "effect_ambience",
3411
+ "arrow_count",
3412
+ "stinger_count",
3413
+ "sleeping_pos",
3414
+ "mob_flags",
3415
+ "baby",
3416
+ "special_type",
3417
+ "drowned_conversion"
3418
+ ]
1221
3419
  },
1222
3420
  {
1223
3421
  "id": 122,
@@ -1227,7 +3425,30 @@
1227
3425
  "width": 0.6,
1228
3426
  "height": 1.8,
1229
3427
  "type": "player",
1230
- "category": "UNKNOWN"
3428
+ "category": "UNKNOWN",
3429
+ "metadataKeys": [
3430
+ "shared_flags",
3431
+ "air_supply",
3432
+ "custom_name",
3433
+ "custom_name_visible",
3434
+ "silent",
3435
+ "no_gravity",
3436
+ "pose",
3437
+ "ticks_frozen",
3438
+ "living_entity_flags",
3439
+ "health",
3440
+ "effect_color",
3441
+ "effect_ambience",
3442
+ "arrow_count",
3443
+ "stinger_count",
3444
+ "sleeping_pos",
3445
+ "player_absorption",
3446
+ "score",
3447
+ "player_mode_customisation",
3448
+ "player_main_hand",
3449
+ "shoulder_left",
3450
+ "shoulder_right"
3451
+ ]
1231
3452
  },
1232
3453
  {
1233
3454
  "id": 123,
@@ -1237,6 +3458,18 @@
1237
3458
  "width": 0.25,
1238
3459
  "height": 0.25,
1239
3460
  "type": "projectile",
1240
- "category": "Projectiles"
3461
+ "category": "Projectiles",
3462
+ "metadataKeys": [
3463
+ "shared_flags",
3464
+ "air_supply",
3465
+ "custom_name",
3466
+ "custom_name_visible",
3467
+ "silent",
3468
+ "no_gravity",
3469
+ "pose",
3470
+ "ticks_frozen",
3471
+ "hooked_entity",
3472
+ "biting"
3473
+ ]
1241
3474
  }
1242
3475
  ]